/*!
* Default
*/

html,
body {
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  overflow-x: hidden;
  position: relative;
}

body.subpages,
body.page {
  padding-top: 290px;
  background-color: #eaeaea;
}

  body.subpages::before,
  body.page::before {
    content: "";
    width: 100%; height: 100%;
    background: url("../img/stripe.png");
    background-position: calc(50% - 127px) 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    opacity: .35;
  }

  body.fleet {
    background-color: #FFF;
  }

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
select:active,
select:hover,
select:focus,
.btn:active,
.btn.active,
.btn.focus,
.btn:focus,
.accordion-button:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}

label,
select {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

a,
a:hover {
  transition: color .25s;
}

a.dis {
  opacity: .5;
  cursor: not-allowed;
  filter: grayscale(100%);
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted #e7e7e7;
  transition: all .25s;
}

  abbr[data-bs-original-title]:hover,
  abbr[title]:hover {
    border-bottom: 1px dotted #424242;
    transition: all .25s;
  }

.chocolat-overlay {
  background-color: #424242;
}

  body.order .chocolat-overlay {
    background-color: #FFF;
  }

  body.container-detail .chocolat-overlay {
    background-color: #eaeaea;
  }

  body.container-detail .chocolat-overlay.chocolat-visible {
    opacity: .975;
  }

.chocolat-wrapper .chocolat-bottom {
  display: none;
}

h1,
h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

  h1.title,
  h2.title,
  article.article h2 {
    text-align: center;
    color: #004a39;
    font-size: 1.875rem;
    position: relative;
    z-index: 1;
  }

    div.subpages.persons h2.title {
      font-size: 1.25rem;
      margin: 0;
    }

    h2.subtitle {
      font-size: 1.25rem;
    }

    body.excavation h2.title {
      font-weight: 300;
    }

      body.excavation h2.title.underline {
        font-weight: 700;
        color: #FFF;
      }

    section.turbocontainers {
      margin-top: 30px;
      position: relative;
      z-index: 5;
    }

      section.turbocontainers .row {
        position: relative;
      }

        section.turbocontainers .row::before {
          content: "Nebo";
          font-size: 1.125rem;
          color: #404040;
          text-transform: lowercase;
          position: absolute;
          top: 45px; left: 50%;
          transform: translateX(-50%);
        }

          body.lang-en section.turbocontainers .row::before {
            content: "Or";
          }

          body.lang-ua section.turbocontainers .row::before {
            content: "Або";
          }

      section.turbocontainers .col-container a {
        text-decoration: none;
      }

        section.turbocontainers .col-container .btn {
          font-size: .875rem;
          line-height: 2.15;
          margin-left: calc(50% - 130px);
        }

    body.turbocontainers h2.title {
      margin-bottom: 50px;
    }

  h3.title {
    text-align: center;
    color: #424242;
    font-size: 1.75rem;
    font-weight: 300;
    position: relative;
    z-index: 1;
  }

    h3.small-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #004a39;
    }

    div.categoryDesc h3.title {
      font-size: 1.375rem;
      font-weight: 700;
      color: #FFF;
      text-transform: uppercase;
    }

  h1.underline,
  h2.underline,
  h3.underline,
  article.article h2 {
    margin-bottom: 25px;
  }

    article.article h2 {
      margin-top: 50px;
      font-size: 1.25rem;
    }

    h1.underline::after,
    h2.underline::after,
    h3.underline::after,
    article.article h2::after {
      content: "";
      display: block;
      width: 120px; height: 5px;
      background-color: #d71921;
      margin: 23px auto 0 auto;
    }

      article.article h2::after,
      h2.subtitle::after,
      h3.small-title::after {
        width: 90px; height: 3px;
        margin-top: 12px;
      }

    h1.underline.arrow {
      margin-top: 75px;
    }

      h1.underline.arrow span.number {
        font-size: 1rem;
        vertical-align: top;
        font-weight: 700;
        margin-right: 10px;
      }

        h1.underline.arrow::before {
          font-family: "Font Awesome 6 Pro";
          font-weight: 600;
          content: "\f078";
          position: absolute;
          left: 50%; top: -35px;
          transform: translateX(-50%) scale(1.5, .5);
        }

  div.subpages h1.underline {
    margin-bottom: 55px;
  }

.modal-backdrop {
  background-color: #424242;
}

  .modal-backdrop.show {
    opacity: .8;
  }

.modal-content {
  border: 0;
  background-color: transparent;
  color: #424242;
  border-radius: 0;
  padding: 0;
  z-index: 1;
  min-height: 913px;
  padding-top: 180px;
}

  .modal-errors.modal-content {
    padding-top: 265px;
  }

  .modal-content h2 {
    font-size: 2.5rem;
    line-height: 1;
    padding: 40px 64px;
    background-color: #d71921;
    color: #FFF;
    text-transform: none;
    font-weight: 300;
    margin: 0;
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
  }

    .modal-errors.modal-content h2 {
      top: 102px;
    }

.modal-body {
  padding: 0;
}

  .modal-body thead {
    font-size: 1.375rem;
    font-weight: 800;
    color: #004a39;
    text-transform: uppercase;
    text-align: center;
  }

.modal-rectangle {
  width: calc(100% + 400px);
  height: 800px;
  background-color: #eaeaea;
  position: absolute;
  left: -200px;
  right: -200px;
  top: 50%;
  transform: rotate(7deg) translateY(-50%);
  opacity: 1;
  overflow: hidden;
}

  #modal-errors .modal-rectangle {
    height: 600px;
  }

  .modal-rectangle img.cars {
    transform: rotate(-7deg);
    mix-blend-mode: multiply;
    opacity: .1;
    position: absolute;
    bottom: 0; left: 50%;
  }

    .modal-rectangle img.stripe {
      position: absolute;
      left: 157px; top: -139px;
      transform: rotate(-7deg);
    }

.modal-body .table>:not(caption)>*>*,
.modal-body .table>:not(:first-child) {
  border: 0;
  padding: 0;
}

.modal-body table {
  text-align: center;
  font-size: 1.875rem;
  color: #424242;
  font-weight: 400;
  margin: 0;
}

  .modal-body table a {
    color: #424242;
    text-decoration: none;
    position: relative;
  }

    .modal-body table a:hover,
    .modal-body table a[aria-expanded="true"] {
      color: #004a39;
    }

    .modal-body table a.btn-cancel:hover {
      color: #d71921;
    }

    .modal-body table a[data-bs-toggle="collapse"]::after {
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      content: "\f059";
      position: absolute;
      top: 13px; right: -20px;
      font-size: 1rem;
    }

  .modal-body table em {
    font-style: normal;
    font-size: 1.25rem;
  }

  .modal-body table strong {
    font-weight: 800;
  }

.modal-body thead tr,
.modal-body tbody tr {
  background-color: transparent;
  border-bottom-width: 3px;
  border-color: #424242;
  box-shadow: none;
}

  .modal-body tbody tr {
    position: relative;
  }

  .modal-body tbody tr td:first-child {
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 58px;
  }

  .modal-body tbody tr td:last-child {
    padding-right: 70px;
  }

  .modal-body tbody tr:last-child {
    border: 0;
  }

  .modal-body td {
    vertical-align: middle;
    padding: 20px !important;
    line-height: 1;
  }

    .modal-body thead td {
      padding-top: 0;
      padding-bottom: 20px;
    }

    .modal-body tfoot td {
      padding-top: 20px;
    }

  .modal-body .btn-close {
    position: absolute;
    top: 0; right: -80px;
    width: 21px; height: 21px;
    opacity: .75;
  }

  .modal-body label.select select,
  .modal-body label.select::before,
  .modal-body .btn-white {
    font-size: 1.125rem;
  }

    .modal-body .btn-white {
      padding: 10px 16px 9px 27px;
    }

.modal-body span.vat {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.modal-content.modal-errors ul {
  max-width: 600px; width: 100%;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}

.container {
  position: relative;
  z-index: 4;
}

.btn {
  border: 0;
}

.btn-primary {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .5px;
  padding: 9px 16px 7px 27px;
  position: relative;
}

  .btn-primary:hover {
    background-color: transparent;
  }

  .btn-primary.btn-back {
    padding-right: 16px;
    padding-left: 16px;
    color: #FFF;
    margin: 60px auto 0 46px;
    zoom: 0.8;
    display: table;
  }

.btn-centered {
  display: table;
  margin: 50px auto 0 auto;
}

.btn-arrow::before,
.btn-arrow::after,
.btn-service::before {
  content: "";
  position: absolute;
  left: -8px; top: 0;
  width: 8px; height: 46px;
}

  .btn-arrow:after {
    width: 46px; height: 46px;
    left: auto; right: -46px;
  }

    .btn-arrow.btn-back:after {
      left: -46px; right: auto;
    }

  .btn-arrow.btn-back::before {
    left: auto; right: -8px;
    transform: rotate(180deg);
  }

  .btn-arrow i,
  div.street button i {
    position: absolute;
    right: -31px; top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
    color: #FFF;
    z-index: 1;
    -webkit-animation: arrowFadeIn 1.6s infinite;
       -moz-animation: arrowFadeIn 1.6s infinite;
         -o-animation: arrowFadeIn 1.6s infinite;
            animation: arrowFadeIn 1.6s infinite;
  }

    .btn-arrow:hover i,
    label.select:hover::before,
    div.street button:hover i {
      animation: step-end;
    }

    .btn-cancel i {
      font-size: 1.25rem;
      right: -30px;
    }

    .btn-add-material::after,
    .btn-without-arrow::after {
      content: none;
    }

    .btn-without-arrow {
      padding: 9px 27px 7px 27px;
    }

    .btn-arrow.btn-back i {
      right: auto; left: -31px;
    }

.btn-white,
.btn-white:hover {
  background-color: #FFF;
  color: #424242;
}

.btn-white:active,
.btn-white:focus,
.btn-white.disabled,
.btn-primary:disabled {
  background-color: #FFF !important;
  color: #004a39;
}

  li.weekend button.btn-white:focus {
    background-color: #004a39 !important;
    color: #FFF;
  }

.btn-red,
.btn-red:hover,
.btn-red.disabled,
.btn-red:disabled {
  background-color: #d71921;
  color: #FFF;
}

  .btn-red::before,
  .btn-service::before {
    background: url("../img/red-arrow.svg");
    background-size: cover;
  }

  .btn-white::before {
    background: url(../img/white-arrow.svg);
    background-size: cover;
  }

  .btn-green::before {
    background: url(../img/green-arrow.svg);
    background-size: cover;
  }

  .btn-red.btn-arrow::after,
  .btn-white::after {
    background-color: #004a39;
  }

  .btn-cancel::after {
    background-color: #d71921;
  }

  .btn-red:active,
  .btn-red:focus,
  .btn:first-child:active {
    background-color: #d71921;
    color: #eaeaea;
  }

  .btn-red:hover {
    color: #eaeaea !important;
  }

.btn-green,
.btn-green:hover,
.btn-green.disabled,
.btn-green:disabled {
  background-color: #004a39;
  color: #FFF;
}

ul.errors {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
  list-style-position: inside;
}

.table-bordered>:not(caption)>*,
.table-bordered>:not(caption)>*>* {
  border-color: #d6d6d6;
}

@-webkit-keyframes arrowFadeIn { 
  0%   { opacity:0.5; }
  50%  { opacity:1; }
  100% { opacity:0.5; }
}

@keyframes arrowFadeIn {
  0%   { opacity:0.5; }
  50%  { opacity:1; }
  100% { opacity:0.5; }
}

p.section-description {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2;
}

.realizations-carousel .slick-slide {
  padding-right: 20px;
  padding-left: 20px;
}

  .realizations-carousel .slick-slide a {
    font-size: 1.34375rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    letter-spacing: 1.5px;
    line-height: 1.1;
  }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
}

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

@media (min-width: 991px) and (max-width: 1399px) {

  section.turbocontainers .row .col-lg-4:nth-child(1)  {
    padding-right: 40px;
  }

  section.turbocontainers .row .col-lg-4:nth-child(2)  {
    padding-left: 40px;
  }

}

@media (max-width: 991px) {

  h1.underline.arrow span.number {
    display: none;
  }

  section.turbocontainers .row::before {
    top: calc(50% - 8px);
    transform: translate(-50%, -50%);
  }

  section.turbocontainers .row .col-lg-4:nth-child(1)  {
    margin-bottom: 80px;
  }

}

@media (max-width: 870px) {

  section.turbocontainers {
    margin-top: 100px;
  }

}

@media (max-width: 855px) {

  h1.title,
  h2.title,
  article.article h2 {
    font-size: 1.5rem;
  }

}

@media (max-width: 845px) {

  body.subpages,
  body.page {
    padding-top: 120px;
  }

}

@media (max-width: 767px) {

  h1.title,
  h2.title,
  article.article h2 {
    font-size: 1.5rem;
  }

  .realizations-carousel .slick-slide {
    padding-right: 40px;
    padding-left: 40px;
  }

  .realizations-carousel .slick-slide a {
    font-size: 1rem;
  }

}

@media (max-width: 700px) {

  .modal-body .btn-close {
    right: 0;
  }

}

@media (max-width: 690px) {

  .btn-arrow i,
  div.street button i {
    font-size: 1rem;
    right: -27px;
  }

  .btn-arrow::before,
  .btn-arrow::after,
  div.roughness label.select::before {
    width: 7px; height: 40px;
  }

  .btn-arrow::before {
    height: 40px;
  }

  .btn-arrow::before,
  div.roughness label.select::before {
    left: -7px;
  }

  .btn-arrow:after {
    width: 40px; height: 40px;
    right: -40px;
  }

  .btn-primary,
  div.sidebar .btn-primary {
    font-size: 1rem;
  }

  .btn-arrow.btn-back::before {
    right: -7px;
  }

  .btn-arrow.btn-back:after {
    left: -40px;
  }

  .btn-arrow.btn-back i {
    left: -25px;
  }

  section.turbocontainers .col-container .btn {
    line-height: 1.71;
  }

}

@media (max-width: 670px) {

  p.section-description {
    font-size: 1rem;
  }

}

@media (max-width: 525px) {

  h1,
  h2 {
    font-size: 1rem;
  }

  .btn-primary,
  div.sidebar .btn-primary {
    font-size: .875rem;
  }

  .btn-arrow:after {
    width: 37px; height: 37px;
    font-size: .875rem;
    right: -37px;
  }

  .btn-arrow i,
  div.street button i {
    font-size: 1rem;
    right: -27px;
  }

  .btn-arrow::before,
  .btn-arrow::after,
  div.roughness label.select::before {
    width: 6px; height: 37px;
    left: -6px;
  }

  .btn-arrow:after {
    width: 37px;
    left: auto;
  }

  .btn-arrow.btn-back::before {
    right: -6px;
  }

  .btn-arrow.btn-back:after {
    left: -37px;
  }

  .btn-arrow.btn-back i {
    left: -22px;
  }

  section.turbocontainers .col-container .btn {
    line-height: 1.5;
  }

}

 @media (max-width: 475px) {

  h1.title,
  h2.title,
  article.article h2 {
    font-size: 1.125rem;
  }

}

@media (max-width: 375px) {

  .modal-content h2 {
    font-size: 1.5rem;
    padding: 20px 32px;
  }

  .modal-errors.modal-content h2 {
    top: 107px;
  }

  .modal-errors.modal-content {
    padding-top: 210px;
  }

}

/*!
* Header
*/

header {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100%;
}

  header::before,
  header::after {
    content: "";
    width: 100%; height: 36px;
    background-color: #004a39;
    position: absolute;
    top: 0; left: 0;
  }

  header::after {
    height: 68px;
    background-color: #d71921;
    top: 36px;
  }

  header div.container {
    position: relative;
    z-index: 3;
    max-width: 1120px;
  }

  header div.fastest {
    vertical-align: top;
    margin-top: 10px;
    margin-left: 30px;
    line-height: 1;
  }

    header div.fastest span {
      display: block;
    }

      header div.fastest span.to {
        display: inline-block;
      }

      header div.fastest span:first-child {
        margin-bottom: 24px;
      }

      header div.fastest a span:first-child {
        margin-bottom: 0;
      }

    header div.fastest a {
      color: #FFF;
      text-decoration: none;
      opacity: 1;
      transition: opacity .25s;
    }

      header div.fastest a:hover {
        text-decoration: none;
        opacity: .8;
        transition: opacity .25s;
      }

header div.logo {
  background-color: #FFF;
  padding: 34px 30px 26px 33px;
  position: relative;
}

  header div.logo::before {
    content: "";
    position: absolute;
    left: 0; bottom: -27px;
    border-width: 27px 243px 0 0px;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
  }

  header div.logo::after {
    content: "";
    position: absolute;
    left: -3.5px; top: 0;
    width: 257px; height: 180px;
    background: url(../img/b_logo-shadow.png);
    z-index: -1;
  }

  header div.logo img {
    max-width: 180px; height: auto;
  }

  header div.logo a {
    display: inline-block;
  }

  img.we-guarantee {
    position: absolute;
    top: 42px; left: 732px;
    max-width: 58px;
  }

  img.pay-card {
    position: absolute;
    top: 42px; left: 723px;
    max-width: 58px;
  }

    img.pay-card.homepage {
    position: relative;
    top: auto; left: auto;
    margin-top: 60px; margin-left: -50px;
    max-width: 150px;
  }

  img.pay-card.subpage,
  img.pay-card.subpage.small {
    top: -40px; left: -20px;
    max-width: 180px;
  }

  img.pay-card.order,
  img.pay-card.map {
    top: 157px; left: -70px;
    max-width: 180px;
  }

  img.pay-card.map {
    top: 129px;
  }

  img.pay-card.demand {
    top: 259px; left: -70px;
    max-width: 180px;
  }

  img.pay-card.materials {
    top: 39px; left: 5px;
    max-width: 180px;
  }

div.order {
  background: #d71921 url(../img/i_phone.png);
  background-repeat: no-repeat;
  background-position: 140px center;
  text-align: right;
  margin-left: auto;
  padding: 19px 32px 19px 32px;
  line-height: 1;
  letter-spacing: .5px;
  position: relative;
}

  div.order::before,
  div.order::after {
    content: "";
    width: 1px; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 );

  }

    div.order::after {
      left: auto; right: 0;
    }

  div.order span:first-child,
  div.order span:last-child {
    display: block;
    font-weight: 500;
  }

    div.order span:first-child {
      margin-bottom: 3px;
    }

    div.order span:last-child {
      margin-top: 1px;
      letter-spacing: -0.2px;
    }

  div.order a {
    font-weight: 700;
    color: #FFF;
  }

    div.order a:hover {
      text-decoration: none;
    }

  span.or {
    font-weight: 500;
    vertical-align: super;
  }

  span.phone {
    font-size: 1.625rem;
    font-weight: 600;
  }

header img.mosaic {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-457px);
  z-index: 1;
  mix-blend-mode: multiply;
}

header.fixed {
  position: fixed;
  top: 0; left: 0;
  z-index: 6;
}

  header.fixed::before {
    background-color: #d71921;
  }

  header.fixed::after {
    background-color: #949494;
    height: 44px;
  }

  header.fixed div.container {
    display: block;
  }

    header.fixed div.logo {
      padding: 18px;
      max-width: 155px; width: 100%;
      position: absolute;
      left: 12px; top: 0;
      text-align: center;
      z-index: 5;
      -webkit-box-shadow: 3px 1px 3px -1px rgba(0,0,0,0.2); 
              box-shadow: 3px 1px 3px -1px rgba(0,0,0,0.2);
    }

      header.fixed div.logo::before,
      header.fixed div.logo::after,
      header.fixed div.order::before,
      header.fixed div.order::after,
      header.fixed nav::after {
        content: none;
      }

      header.fixed div.logo img {
        max-width: 108px;
      }

    header.fixed div.order {
      background: transparent;
      font-size: 1rem;
      padding: 0;
      padding-top: 10px;
    }

    header.fixed nav {
      margin: 0;
      font-size: 0.9375rem;
      display: block;
      text-align: right;
      margin-top: 21px;
    }

      header.fixed nav a {
        padding: 0 15px 24px 15px;
      }

        header.fixed nav li:last-child a {
          padding-right: 0;
        }

      header.fixed nav a,
      header.fixed nav a:hover {
        color: #FFF;
      }

        header.fixed nav a:hover span,
        header.fixed nav li.active span {
                              color: #FFF;
            -webkit-text-fill-color: #FFF;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #FFF;
          border-bottom: 1px solid #FFF;
        }

          header.fixed nav a.active,
          header.fixed nav a.active span {
                                color: #FFF;
              -webkit-text-fill-color: #FFF;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #FFF;
          }

        header.fixed nav a::before {
          background-color: #FFF;
        }

      header.fixed nav li.submenu>a::after {
        top: 15px;
        color: #FFF;
      }

      header.fixed nav li.submenu>a:hover::after,
      header.fixed nav li.submenu.active>a::after {
        top: auto;
      }

div.languages {
  font-size: 0.875rem;
  margin-top: 37px;
  margin-left: 10px;
}

  div.languages ul {
    margin: 0;
  }

  div.languages a {
    color: #FFF;
    text-decoration: none;
  }

    div.languages a:hover,
    div.languages li.active a {
      text-decoration: underline;
    }

@media (min-width: 1024px) {

  .modal-dialog {
    max-width: 985px;
  }

}

@media (max-width: 1325px) {

  img.pay-card.order,
  img.pay-card.demand,
  img.pay-card.map {
    top: 5px; left: 120px;
    max-width: 120px;
  }

}

@media (max-width: 1399px) {

  img.pay-card.subpage {
    top: -89px; left: 80px;
    max-width: 120px;
  }

}

@media (max-width: 1260px) {

  img.pay-card.homepage {
    margin-top: 20px;
    margin-left: 0;
    max-width: 100px;
  }

}

@media (max-width: 1210px) {

  img.we-guarantee {
    left: 579px;
  }

  img.pay-card {
    left: 650px;
  }

}

@media (max-width: 1199px) {

  img.pay-card.subpage {
    left: 0;
  }

  img.pay-card.order {
    left: 40px;
  }

  img.pay-card.demand {
    left: 50px;
  }

  img.pay-card.map {
    left: 15px;
  }

}

@media (max-width: 991px) {

  img.pay-card.subpage,
  img.pay-card.order,
  img.pay-card.demand {
    left: -45px;
  }

  img.pay-card.map {
    left: -75px;
  }

}

@media (max-width: 970px) {

  header {
    font-size: 1rem;
  }

  header::after {
    height: 64px;
  }

  header div.fastest {
    margin-top: 11px;
  }

  header div.fastest span:first-child {
    margin-bottom: 28px;
  }

}

@media (max-width: 965px) {

  header.fixed div.logo {
    display: none;
  }

}

@media (max-width: 945px) {

  img.we-guarantee,
  img.pay-card {
    display: none;
  }

}

@media (max-width: 900px) {

  header div.container {
    padding-left: 0;
  }

  header div.logo {
    padding: 29px 25px 21px 28px;
  }

  header div.logo::before {
    border-width: 27px 234px 0 0px;
  }

  header div.logo::after {
    top: -13px; left: -13.5px;
  }

}

@media (min-width: 846px) {

  header div.container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  div.mobile-navigation {
    display: none;
  }

}

@media (max-width: 845px) {

  header img.mosaic,
  header div.fastest span,
  header div.fastest span.to,
  header div.fastest strong {
    display: none;
  }

  header div.fastest span:first-child {
    display: block;
    margin-bottom: 0;
  }

  div.order {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

    div.order::before,
    div.order::after {
      content: none;
    }

    span.or,
    div.order span:last-child {
      display: none;
    }

    div.order span:first-child {
      margin: 0;
      display: inline-block;
    }

    header div.fastest a.da {
      display: none;
    }

  header::after {
    height: 36px;
  }

  header div.logo {
    width: 170px;
    position: absolute;
    left: 0; top: 0;
    padding: 15px;
  }

    header div.logo img {
      max-width: 140px;
    }

    header div.logo::before {
      border-width: 27px 170px 0 0px;
    }

    header div.logo::after {
      top: 0; left: 2px;
      width: 176px; height: 122px;
      background-size: cover;
    }

  header div.fastest,
  div.order {
    position: absolute;
    top: 0; left: 200px;
    margin-left: 0;
  }

  div.order {
    top: 45px;
  }

  header.fixed {
    display: none !important;
  }

  span.phone {
    font-size: 1rem;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
  }

    span.phone::before {
      content: "";
      width: 1px; height: 18px;
      background-color: #FFF;
      position: absolute;
      top: 50%; left: 0;
      transform: translateY(-50%);
    }

  div.mobile-navigation button {
    position: absolute;
    top: 0; right: 0;
    padding: 6px 20px;
    background: transparent;
    border: 0;
    color: #FFF;
  }

    div.mobile-navigation i {
      transform: scale(1.5, 1);
    }

  div.languages {
    position: absolute;
    top: 7px; right: 70px;
    margin: 0;
  }

    div.languages li {
      display: inline-block;
    }

      div.languages li:not(:last-child) {
        margin-right: 8px;
      }

}

@media (max-width: 645px) {

  header div.fastest span:first-child {
    display: none;
  }

}

@media (max-width: 580px) {

  header div.fastest span:first-child {
    padding-right: 20px;
  }

    header div.fastest span:first-child::after {
      content: "";
      width: 1px; height: 18px;
      background-color: #FFF;
      position: absolute;
      top: 50%; right: 0;
      transform: translateY(-50%);
    }

}

@media (max-width: 560px) {

  header,
  span.phone {
    font-size: .75rem;
  }

  header div.logo {
    width: 150px;
    padding: 15px 20px;
  }

    header div.logo img {
      max-width: 110px;
    }

    header div.logo::before {
      border-width: 27px 150px 0 0px;
    }

    header div.logo::after {
      top: -9px; left: -13px;
      width: 172px; height: 117px;
    }

  header div.fastest,
  div.order {
    left: 180px;
  }

  span.phone::before,
  header div.fastest span:first-child::after {
    height: 14px;
  }

  div.order {
    top: 48px;
  }

  div.mobile-navigation button {
    padding: 9px 20px;
  }

  div.languages {
    font-size: 0.75rem;
    top: 8px;
  }

}

@media (max-width: 500px) {

  header div.fastest,
  div.order {
    left: 165px;
  }

}

@media (min-width: 461px) {

  div.order.mobile,
  div.fastest a.mobile {
    display: none;
  }

}

@media (max-width: 460px) {

  div.order.desktop,
  header div.fastest span.desktop {
    display: none;
  }

  div.order.mobile,
  div.fastest a.mobile {
    display: block;
  }

  div.fastest a.mobile {
    color: #FFF;
  }

    div.fastest a:hover {
      text-decoration: none;
    }

    div.fastest a.mobile span:first-child {
      padding: 0;
    }

      div.fastest a.mobile span:first-child::after {
        content: none;
      }

}

@media (max-width: 450px) {

  header div.fastest span:first-child {
    padding-right: 12px;
  }

  span.phone {
    margin-left: 12px;
    padding-left: 12px;
  }

}

@media (max-width: 435px) {

  header div.logo {
    width: 110px;
    padding: 15px;
  }

    header div.logo img {
      max-width: 80px;
    }

    header div.logo::after {
      top: 0; left: -9px;
      width: 120px; height: 88px;
    }

    header div.logo::before {
      border-width: 15px 110px 0 0px;
      bottom: -15px;
    }

  header::before,
  header::after {
    height: 32px;
    top: 0;
  }

    header::after {
      top: 32px;
    }

  header div.fastest,
  div.order {
    left: 125px;
  }

    header div.fastest {
      margin-top: 10px;
    }

    div.order {
      top: 41px;
      width: 100%;
    }

  div.mobile-navigation button {
    padding: 7px 20px;
  }

}

@media (max-width: 340px) {

  header,
  span.phone {
    font-size: .65rem;
  }

}

/*!
* Main navigation
*/

@media (min-width: 846px) {

  nav {
    margin: 40px auto 0 auto;
    display: table;
    font-weight: 300;
    position: relative;
    z-index: 4;
  }

    nav::after {
      content: "";
      width: 90%; height: 1px;
      background-color: #424242;
      display: block;
      margin: 28px auto 0 auto;
    }

  nav ul {
    margin: 0; padding: 0;
    line-height: 1;
    vertical-align: top;
  }

    nav ul li {
      display: inline-block;
      position: relative;
    }

      nav ul li a::before {
        content: "";
        width: 1px; height: 26px;
        background-color: #424242;
        position: absolute;
        left: 0; top: -1px;
      }

        nav ul li:first-child a::before {
          content: none;
        }

  nav a {
    color: #424242;
    text-decoration: none;
    position: relative;
    letter-spacing: .5px;
    padding: 0 18px 21px 18px;
  }

    nav a:hover {
      color: #424242;
    }

    nav a:hover span,
    a.active span,
    a.active,
    div.submenu li a:hover,
    nav li.submenu.active span,
    header.fixed div.submenu a.active {
      color: #424242;
        -webkit-text-fill-color: #424242;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #424242;
      border-bottom: 1px solid #424242;
    }

      a.active span,
      a.active,
      header.fixed div.submenu a.active {
        border-bottom: 0;
      }

    nav li a.external::after {
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      content: "\f35d";
      display: inline-block;
      vertical-align: top;
      font-size: 0.625rem;
      margin-left: 3px;
    }

  nav li.submenu>a::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f078";
    position: absolute;
    left: 50%; top: 19px;
    transform: translateX(-50%) scale(1.5, .5);
  }

    nav li.submenu>a:hover::after,
    nav li.submenu.active>a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #FFF transparent;
      position: absolute;
      left: calc(50% - 15px); top: auto; bottom: -1px;
      transform: none;
    }

  div.submenu {
    position: absolute;
    top: 42px; left: auto;
    display: none;
    font-size: 1rem;
    min-width: 187px;
    -webkit-box-shadow: 3px 6px 9px -3px rgba(0,0,0,0.43); 
            box-shadow: 3px 6px 9px -3px rgba(0,0,0,0.43);
  }

    div.submenu.two-columns {
      min-width: 430px;
    }

    nav li.submenu:hover div.submenu {
      display: table;
    }

    div.submenu ul {
      background-color: rgba(255, 255, 255, 0.95);
      padding: 20px 16px;
      text-align: center;
      width: 210px;
      display: table-cell;
    }

      div.submenu ul.products {
        background-color: rgba(242, 242, 242, 0.95);
        padding: 20px 16px;
        text-align: left;
        width: calc(410px - 187px);
        font-size: 0.875rem;
      }

        div.submenu ul.products a {
          color: #959595;
        }

    div.submenu li {
      display: block;
      border-bottom: 1px solid #ebebeb;
    }

      div.submenu li a {
        padding: 10px 0;
        line-height: 1.2;
        display: block;
        color: #424242;
      }

        div.submenu li a:hover {
          border-bottom: 0;
        }

    div.submenu li::before,
    div.submenu ul li a::before {
      content: none;
    }

}

@media (max-width: 975px) {

  nav {
    font-size: 1rem;
  }

}

@media (max-width: 888px) {

  nav a {
    padding: 0 13px 21px 13px;
  }

}

@media (max-width: 845px) {

  div.mobile-navigation-open {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 11;
    padding: 30px;
  }

  div.mobile-navigation-open nav {
    display: block;
  }

  ul.products,
  nav.main-navigation.desktop {
    display: none;
  }

  nav.main-navigation {
    text-transform: none;
  }

    nav.main-navigation a {
      color: #424242;
      text-decoration: none;
      padding-left: 0;
      display: inline-block;
      padding: 5px 0;
    }

    div.submenu a:active,
    div.submenu a:hover,
    div.submenu a.active {
        -webkit-text-fill-color: #004a39;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #004a39;
      color: #004a39;
    }

    nav.main-navigation ul {
      margin: 0; padding: 0;
    }

    nav.main-navigation li {
      list-style: none;
      line-height: 1;
    }

      nav.main-navigation>ul>li {
        margin-bottom: 15px;
      }

        nav.main-navigation>ul>li>a {
          font-size: 1.125rem;
            -webkit-text-fill-color: #424242;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #424242;
        }

  div.mobile-navigation-open div.logo {
    margin-bottom: 30px;
  }

    div.mobile-navigation-open div.logo a {
      display: inline-block;
    }

    div.mobile-navigation-open img {
      max-width: 250px;
    }

    div.mobile-navigation-open button {
      position: absolute;
      top: 0; right: 0;
      font-size: 1.5rem;
      padding: 30px;
    }

}

@media (max-width: 500px) {

  div.mobile-navigation-open img {
    max-width: 180px;
  }

}

@media (max-width: 330px) {

  div.mobile-navigation-open img {
    max-width: 150px;
  }

}

/*!
* Slide
*/

section.slide {
  background-image: url(../img/prague.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 224px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

  body.no-webp section.slide {
    background-image: url(../img/prague.png);
  }

  body.turbocontainers section.slide {
    background-position: 50% -40px;
    padding-bottom: 0;
  }

  section.slide h1 {
    color: #004a39;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 74px;
    margin-bottom: 15px;
  }

    body.turbocontainers section.slide h1 {
      margin: 20px auto;
    }

    picture.car img {
      width: 100%; height: 579px;
      object-fit: cover;
    }

  section.slide p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    z-index: 1;
  }

    section.slide p:last-child {
      margin-bottom: 0;
    }

  section.slide div.container {
    padding-top: 35px;
    max-width: 1250px;
    position: relative;
  }

    section.slide div.container .row {
      margin-left: 53px;
      position: relative;
      padding-bottom: 160px;
      z-index: 1;
    }

  section.slide img.mosaic.left,
  section.slide img.mosaic.right,
  section.top img.mosaic.left,
  section.top img.mosaic.right,
  section.top.order img.mosaic.left,
  body.subpages img.mosaic.left,
  body.subpages img.mosaic.right,
  body.page img.mosaic.left,
  body.page img.mosaic.right {
    position: absolute;
    top: 0; left: 0;
    mix-blend-mode: multiply;
  }

    section.top img.mosaic.left {
      top: -190px;
      left: -200px;
    }

    section.slide img.mosaic.right,
    section.top img.mosaic.right,
    body.subpages img.mosaic.right,
    body.page img.mosaic.right {
      left: auto; right: 0;
    }

    section.slide img.stripe,
    section.top img.stripe {
      position: absolute;
      top: -222px; left: 206px;
      opacity: 0.35;
    }

      section.top img.left.aos-animate {
        opacity: .05;
      }

        section.top.order img.left.aos-animate {
          opacity: 1;
        }

div.map {
  margin-left: 128px;
  position: relative;
}

  div.v-cili {
    position: absolute;
    left: 296px; top: 0;
  }

    div.v-cili img {
      position: relative;
      z-index: 2;
    }

  div.v-cili img.shadow {
    position: absolute;
    left: 15px; bottom: -2px;
    box-shadow: none !important;
    z-index: 1;
  }

img.car {
  position: absolute;
  right: 73px; bottom: -29px;
}

@media (max-width: 1420px) {

  div.order-form img.car {
    display: none;
  }

}

@media (max-width: 1310px) {

  section.slide {
    background-position: 51% 0;
  }

  div.map {
    margin-left: 85px;
  }

  img.car {
    right: 116px;
  }

}

@media (max-width: 1225px) {

  section.slide {
    background-position: 50% 0;
  }

  div.map {
    margin-left: 40px;
  }

  img.car {
    right: 161px;
  }

  section.slide div.container .row {
    margin-left: 30px;
  }

}

@media (max-width: 1130px) {

  section.slide div.container .row {
    margin-left: 10px;
  }

  section.slide {
    background-position: 55% 0;
  }

  div.map {
    margin-left: 0;
  }

  img.car {
    right: 190px;
  }

}

@media (max-width: 1080px) {

  section.slide h1 {
    margin-top: 23px;
  }

}

@media (max-width: 1055px) {

  div.map {
    margin-left: -38px;
  }

}

@media (max-width: 1025px) {

  section.slide h1 {
    margin-top: 0;
  }

}

@media (max-width: 991px) {

  div.map {
    margin-left: -123px;
  }

}

@media (max-width: 980px) {

  div.map {
    margin-left: -150px;
  }

}

@media (max-width: 935px) {

  div.map {
    transform: scale(.9);
  }

  img.car {
    transform: scale(.9);
    right: 150px;
  }

}

@media (max-width: 870px) {

  section.slide div.container .row {
    padding-bottom: 150px;
  }

  div.map {
    transform: scale(.8);
    margin-top: -50px;
  }

  img.car {
    transform: scale(.8);
    right: 92px;
  }

  section.slide h1,
  section.slide p {
    font-size: 1.125rem;
  }

  picture.car img {
    height: 390px;
  }

}

@media (max-width: 845px) {

  section.slide {
    padding-top: 120px;
    background-position: 55% -75px;
  }

  div.map {
    margin-top: -30px;
  }

  body.turbocontainers section.slide {
    background-position: 50% -130px;
  }

}

@media (max-width: 767px) {

  section.slide {
    background-position: 13% -106px;
    background-size: 200%;
  }

    section.slide p {
      display: none;
    }

    section.slide h1 {
      max-width: 50%;
      margin: 0;
    }

  section.slide img.stripe,
  section.top img.stripe {
    top: -221px; left: -326px;
    opacity: .5;
  }

  section.slide img.mosaic.right,
  section.top img.mosaic.right,
  body.subpages img.mosaic.right,
  body.page img.mosaic.right {
    display: none;
  }

  section.slide img.mosaic.left,
  section.slide img.mosaic.right,
  section.top img.mosaic.left,
  section.top img.mosaic.right,
  section.top.order img.mosaic.left,
  body.subpages img.mosaic.left,
  body.subpages img.mosaic.right,
  body.page img.mosaic.left,
  body.page img.mosaic.right {
    width: 50%;
  }

  div.map {
    margin: 0 auto;
    margin-top: -25px;
  }

  section.slide div.container .row {
    padding-bottom: 0;
    margin-left: 40px;
  }

  img.car {
    right: -190px;
    bottom: -155px;
  }

  picture.car img {
    object-fit: contain;
    height: 326px;
  }

}

@media (max-width: 650px) {

  div.map {
    margin-left: -35px;
  }

  img.car {
    transform: scale(.5);
    right: -270px; bottom: -200px;
  }

}

@media (max-width: 625px) {

  section.slide h1 {
    max-width: 75%;
  }

}

@media (max-width: 590px) {

  picture.car img {
    height: 235px;
  }

}

@media (max-width: 585px) {

  section.slide {
    background-position: 18% -80px;
    background-size: 210%;
  }

}

@media (max-width: 580px) {

  div.map {
    margin-left: -80px;
  }

}

@media (max-width: 525px) {

  div.map {
    transform: scale(.7);
    margin-top: -40px;
  }

  section.slide {
    z-index: 4;
  }

}

@media (min-width: 491px) {

  section.slide .btn-order {
    display: none;
  }

}

@media (max-width: 490px) {

  section.slide div.container {
    padding-top: 0;
  }

  section.slide {
    background-position: 15% -19px;
    background-size: 202%;
  }

  div.map {
    margin-left: -88px;
  }

  section.slide div.container .row {
    margin-left: 0;
  }

  section.slide .btn-order {
    display: inline-block;
    max-width: 140px;
    position: absolute;
    bottom: -86px; left: 46%;
    transform: translateX(-50%);
    z-index: 1;
  }

    section.slide .btn-order::after {
      background-color: #d71921;
  }

}

@media (max-width: 450px) {

  div.map {
    transform: scale(.65);
    margin-top: -60px;
  }

}

@media (max-width: 445px) {

  section.slide h1 {
    max-width: none;
  }

}

@media (max-width: 420px) {

  div.map {
    margin-left: -105px;
  }

  img.car {
    transform: scale(.4);
    right: -316px;
    bottom: -161px;
  }

  section.slide .btn-order {
    bottom: -40px;
  }

}

@media (max-width: 375px) {

  section.slide .btn-order {
    bottom: -30px;
  }

  div.map img {
    max-width: 100%;
  }

  div.col-map {
    margin: 20px auto;
  }

  section.slide img.stripe,
  section.top img.stripe {
    top: -360px;
  }

}

/*!
* Turbocontainers
*/

body.turbocontainers section.slide {
  text-align: center;
}

/*!
* Demand
*/

section.demand {
  color: #FFF;
  position: relative;
  z-index: 3;
  font-size: 1.375rem;
  margin-top: -321px;
  width: 100%; height: 736px;
}

  section.demand .container {
    max-width: 915px; width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

section.demand .btn {
  float: right;
  margin-top: 3px;
  margin-right: 45px;
}

  section.demand .btn-arrow::after {
    background-color: #d71921;
  }

  section.demand .btn-white:hover {
    color: #004a39;
  }

section.demand h2 {
  margin-bottom: 0;
}

section.demand ul {
  line-height: 1;
  margin: 0;
}

  section.demand ul li::before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
  }

    section.demand ul li:first-child::before {
      content: none;
    }

div.calculation {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: right;
}

  div.calculation::before {
    content: "";
    background: url("../img/i_24-hod.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%; left: -93px;
    transform: translateY(-50%);
    opacity: .11;
    width: 125px; height: 125px;
  }

  div.calculation::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f054";
    position: absolute;
    top: 50%; right: -65px;
    transform: translateY(-50%) scale(.6, 2.2);
    opacity: .5;
    animation: arrowSlideRight 1.5s ease-in-out infinite;
  }

@keyframes arrowSlideRight {
  0%,
  100% {
    transform: translate(0, 0) translateY(-50%) scale(.6, 2.2);
  }

  50% {
    transform: translate(5px, 0) translateY(-50%) scale(.6, 2.2);
  }
}

@media (max-width: 1090px) {

  div.calculation::before {
    top: -40px; left: 20px;
  }

}

@media (max-width: 800px) {

  div.calculation::after {
    right: -41px;
  }

}

@media (max-width: 870px) {

  section.demand {
    margin-top: -345px;
  }

}

@media (max-width: 845px) {

  section.demand {
    margin-top: -303px;
    height: 558px;
  }

}

@media (max-width: 775px) {

  div.calculation::after {
    right: -33px;
  }

}

@media (max-width: 767px) {

  section.demand {
    margin-top: -230px;
  }

    section.demand .btn {
      float: none;
      margin: 45px auto 0 auto;
      display: table;
    }

  div.calculation {
    right: -27px;
    display: block;
    text-align: center;
  }

    div.calculation::before {
      top: 52px;
    }

    div.calculation::after {
      transform: translateX(-50%) scale(1.5, .5);
      content: "\f078";
      opacity: 1;
      right: auto; top: auto;
      animation: none;
    }

}

@media (max-width: 610px) {

  div.calculation::before {
    left: -11px;
  }

}

@media (max-width: 525px) {

  section.demand {
    font-size: 1rem;
  }

  section.demand .btn {
    margin-top: 35px;
    margin-left: calc(50% - 102px);
  }

  div.calculation {
    right: 0;
  }

    div.calculation::before {
      top: 57px;
      left: -2px;
    }

    div.calculation::after {
      top: 39px;
    }

}

@media (max-width: 490px) {

  section.demand {
    margin-top: -158px;
    height: 490px;
  }

}

@media (max-width: 450px) {

  section.demand {
    margin-top: -133px;
  }

}

@media (max-width: 420px) {

  section.demand {
    margin-top: -179px;
    height: 446px;
  }

}

@media (max-width: 375px) {

  div.calculation {
    right: 0;
  }

  section.demand {
    margin-top: -162px;
  }

}

@media (max-width: 340px) {

  section.demand {
    margin-top: -146px;
  }

  section.demand ul {
    margin-top: 7px;
  }

  div.calculation li:nth-child(1) {
    margin-bottom: 5px;
    width: 100%;
  }

  section.demand ul li::before {
    content: none;
  }

  div.calculation::after {
    top: 67px;
  }

}

/*!
* Services
*/

section.services,
section.something-else {
  margin-top: -100px;
  z-index: 3;
  position: relative;
  padding-bottom: 90px;
  background: url("../img/cars.webp");
  background-repeat: no-repeat;
  background-position: center 113%;
}

  body.no-webp section.services,
  body.no-webp section.something-else {
    background: url("../img/cars.png");
  }

  section.services .row a,
  .services-carousel a {
    display: inline-block;
    color: #3f3f3f;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s;
    line-height: 1.2;
    text-align: center;
  }

    section.services a:hover {
      color: #004a39;
      transition: color .25s;
    }

    .services-carousel a {
      display: table;
      margin: 0 auto;
    }

  section.services a.btn {
    margin: 0 auto;
    margin-left: calc(50% - 110px);
  }

  section.services span,
  section.something-else span {
    display: block;
    font-weight: 700;
  }

section.services .row,
section.something-else .row {
  margin: 0 auto 55px auto;
  text-align: center;
  font-size: 1.625rem;
  max-width: 1100px; width: 100%;
}

  section.something-else .row {
    margin: 25px auto 0 auto;
    font-size: 1.25rem;
  }

  section.services [class*=col-] {
    margin-top: 50px;
  }

  section.something-else [class*=col-] {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.1;
  }

div.service-icon {
  width: 181px; height: 181px;
  border: 4px solid #eaeaea;
  border-radius: 50%;
  background-color: #eaeaea;
  position: relative;
  margin: 0 auto 10px auto;
  transition: all .25s;
}

  section.services a:hover div.service-icon,
  section.something-else a:hover div.service-icon {
   border-color: #004a39;
   background-color: #f5f5f5;
   transition: all .25s;
  }

  div.service-icon img {
    max-width: 140px; width: 100%;
    height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }

    div.service-icon img.img-service-32,
    div.service-icon img.img-service-193,
    div.service-icon img.img-service-182 {
      max-width: 132px;
    }

    div.service-icon img.img-service-33,
    div.service-icon img.img-service-194,
    div.service-icon img.img-service-183 {
      max-width: 102px;
    }

    div.service-icon img.img-service-34 {
      max-width: 96px;
    }

    div.service-icon img.img-service-35,
    div.service-icon img.img-service-195,
    div.service-icon img.img-service-184 {
      max-width: 98px;
    }

div.services-carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}

.slick-prev,
.slick-next {
  width: 20px; height: 100%;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f053";
  color: #cbcbcb;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(1, 3.2);
}

.slick-next:before {
  content: "\f054";
}

.realizations {
  position: relative;
  background-color: #004a39;
  margin-top: -145px;
  padding-top: 335px;
  z-index: 2;
}

  div.demand-form {
    position: relative;
  }

    div.demand-form::before {
      content: "";
      width: 100%;
      height: 378px;
      background-color: #004a39;
      position: absolute;
      top: -193px;
      left: 0;
      -moz-transform: skew(0deg, 7deg);
      -webkit-transform: skew(0deg, 7deg);
      -o-transform: skew(0deg, 7deg);
      -ms-transform: skew(0deg, 7deg);
      transform: skew(0deg, 7deg);
      z-index: 1;
    }

  .realizations-carousel {
    margin-top: 35px;
    position: relative;
  }

    .realizations-carousel .slick-prev {
      left: -53px;
      top: 117px;
    }

    .realizations-carousel .slick-next {
      right: -53px;
      top: 117px
    }

    .realizations-carousel .slick-slide iframe {
      -webkit-box-shadow: 3px 1px 3px -1px rgba(0,0,0,0.2); 
              box-shadow: 3px 1px 3px -1px rgba(0,0,0,0.2);
    }

@media (min-width: 768px) {

  div.services-carousel {
    display: none;
  }

  .realizations-carousel .slick-prev:before,
  .realizations-carousel .slick-next:before {
    font-size: 2.5rem;
  }

}

@media (max-width: 767px) {

  section.services .container {
    max-width: none;
    padding-right: 50px;
    padding-left: 50px;
  }

  section.services .row {
    display: none;
  }

  div.service-icon {
    width: 130px; height: 130px;
  }

    div.service-icon img {
      max-width: 90px;
    }

    div.service-icon img.img-service-32 {
      max-width: 95px;
    }

    div.service-icon img.img-service-33,
    div.service-icon img.img-service-34 {
      max-width: 65px;
    }

    div.service-icon img.img-service-35 {
      max-width: 80px;
    }

  .realizations-carousel .slick-prev {
    top: 70px;
    left: 3px;
  }

  .realizations-carousel .slick-next {
    top: 70px;
    right: 3px;
  }

}

@media (max-width: 670px) {

  div.service-icon {
    width: 100px; height: 100px;
  }

    div.service-icon img {
      max-width: 60px;
    }

  section.services p.section-description {
    font-size: 1rem;
  }

  .services-carousel a {
    font-size: .875rem;
  }

  div.service-icon img.img-service-32 {
      max-width: 75px;
    }

  div.service-icon img.img-service-33,
  div.service-icon img.img-service-34 {
    max-width: 55px;
  }

  div.service-icon img.img-service-35 {
    max-width: 70px;
  }

}

@media (max-width: 670px) {

  section.services .container {
    padding-right: 30px;
    padding-left: 30px;
  }

}

@media (max-width: 490px) {

  section.services {
    padding-top: 15px;
  }

  section.services a.btn {
    margin-left: calc(50% - 96px);
  }

  .services-carousel a {
    font-size: .675rem;
  }

}

@media (max-width: 440px) {

  section.services a.btn {
    margin-left: calc(50% - 90px);
  }

}

@media (max-width: 436px) {

  .realizations-carousel .slick-prev {
    top: 94px;
  }

  .realizations-carousel .slick-next {
    top: 94px;
  }

}

/*!
* Blog
*/

section.blog {
  color: #000;
  padding: 80px 0 60px 0;
  position: relative;
  z-index: 4;
}

  section.blog::after {
    content: "";
    width: calc(100% + 400px); height: 730px;
    background-color: #d71921;
    position: absolute;
    left: -200px; right: -200px; top: 0;
    z-index: 3;
    transform: rotate(7deg);
    -webkit-box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3); 
            box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3);
  }

  section.blog img.mosaic {
    position: absolute;
    left: 0;
    z-index: 4;
       -moz-transform: skew(0deg, 7deg);
    -webkit-transform: skew(0deg, 7deg);
         -o-transform: skew(0deg, 7deg);
        -ms-transform: skew(0deg, 7deg);
            transform: skew(0deg, 7deg);
  }

  section.blog div.container {
    max-width: 1020px; width: 100%;
    z-index: 5;
    position: relative;
  }

section.blog h2.title {
  color: #FFF;
}

  section.blog h2.underline::after {
    background-color: #000;
  }

section.blog h3 {
  font-size: 1.34375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

div.blog-post a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}

  div.blog-post a:hover {
    color: #000;
  }

section.blog div.row {
  margin-top: 35px;
}

div.blog-post {
  text-align: center;
  color: #FFF;
  font-size: 0.85rem;
  max-width: 280px; width: 100%;
  margin: 0 auto;
}

  div.blog-post img {
    max-width: 207px; width: 100%;
    height: auto;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.23); 
            box-shadow: 3px 4px 9px 0px rgba(0,0,0,0.23);
  }

  span.date {
    display: block;
    font-size: 0.6875rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 6px;
  }

  div.blog-post p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  section.blog a.read-more {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
  }

    section.blog a.read-more:hover {
      text-decoration: none;
    }

section.blog a.btn-primary {
  margin: 30px auto 0 auto;
  margin-left: calc(50% - 110px);
}

section.blog .btn-white::after {
  background-color: #424242;
}

section.blog div.rectangle {
  width: 832px; height: 300px;
  background-color: #004a39;
  position: absolute;
  top: 30px; right: -25px;
  transform: rotate(-7deg);
}

  section.blog div.rectangle::before {
    content: "";
    width: 1000px; height: 14px;
    background-color: #004a39;
    position: absolute;
    top: -39px; right: 325px;
    transform: skew(352deg, 0deg);
  }

section.blog img.stripe {
  position: absolute;
  top: -100px; right: 0;
  z-index: 4;
}

@media (max-width: 767px) {

  section.blog [class*=col-]:nth-child(3),
  section.blog img.mosaic {
    display: none;
  }

}

@media (max-width: 640px) {

  section.blog h3 {
    font-size: 1.125rem;
  }

}

@media (max-width: 414px) {

  section.blog a.btn-primary {
    margin-left: calc(50% - 87px);
  }

}

@media (max-width: 525px) {

  section.blog a.btn-primary {
    margin-left: calc(50% - 95px);
  }

}

@media (max-width: 460px) {

  section.blog h3 {
    font-size: 1rem;
  }

}

/*!
* Video
*/

section.video {
  margin-top: -150px;
  background: #424242;
  position: relative;
  padding-top: 130px;
}

  body.lang-en section.video,
  body.lang-ua section.video {
    margin-top: 3px;
    padding-top: 0;
  }

  div.page-bottom-navigation {
    background: #424242;
    position: relative;
    margin-top: 70px;
  }

    body.excavation div.page-bottom-navigation {
      margin-top: 0;
    }

  section.video::after,
  div.order-form::after,
  div.page-bottom-navigation::after {
    content: "";
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: #424242 url("../img/b.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.2;
    background-blend-mode: luminosity;
    background-size: cover;
  }

    body.no-webp section.video::after,
    body.no-webp div.order-form::after,
    body.no-webp div.page-bottom-navigation::after {
      background: #424242 url("../img/b.jpg");
    }

section.video video {
  max-width: 935px; width: 100%;
  margin: -3px auto 0 auto;
  display: table;
  position: relative;
  z-index: 1;
}

div.video-container {
  position: relative;
  -webkit-box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3); 
          box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3);
}

  div.video-container::before,
  div.bottom-navigation.background::after {
    content: "";
    width: 100%; height: calc(100% + 130px);
    position: absolute;
    top: -130px; left: 0;
    background-color: #5b5b5b;
    opacity: .63;
    mix-blend-mode: multiply;
    z-index: 1;
  }

    div.bottom-navigation.background::after {
      height: 100%;
      top: 0;
    }

    body.lang-en div.video-container::before,
    body.lang-ua div.video-container::before {
      content: none;
    }

div.categoryDesc.bottom::after {
  content: "";
  width: calc(100% + 400px); min-height: 1250px;
  position: absolute;
  top: -130px;
  right: -200px; left: -200px;
  background-color: #000;
  opacity: .5;
  mix-blend-mode: multiply;
  z-index: 1;
  transform: rotate(-7deg);
}

section.products div.rectangle,
section.container-detail div.rectangle {
  position: absolute;
  top: 747px; left: -10px;
  width: 285px; height: 15px;
  background-color: #d71921;
  transform: rotate(353deg) skew(352deg, 0deg);
  z-index: 2;
}

section.container-detail div.rectangle {
  top: 1234px;
  width: 232px;
}

@media (max-width: 1715px) {

  section.container-detail div.rectangle {
    top: 1158px;
  }

}

@media (max-width: 1580px) {

  section.container-detail div.rectangle {
    display: none;
  }

}

@media (max-width: 792px) {

  section.video {
    margin-top: -170px;
  }

}

@media (max-width: 767px) {

  section.video {
    margin-top: -134px;
  }

}

@media (max-width: 650px) {

  section.video {
    margin-top: -117px;
  }

}

@media (max-width: 505px) {

  section.video {
    margin-top: -96px;
  }

}

@media (max-width: 450px) {

  section.video {
    margin-top: -90px;
  }

}

@media (max-width: 410px) {

  section.video {
    margin-top: -95px;
  }

}

/*!
* Bottom navigation
*/

div.bottom-navigation {
  text-transform: uppercase;
  padding: 35px 0;
  position: relative;
}

  body.order div.bottom-navigation,
  body.demand div.bottom-navigation {
    margin-top: 160px;
    position: relative;
    z-index: 2;
  }

  div.bottom-navigation a,
  body.order div.map-bottom-navigation div.bottom-navigation a {
    color: #FFF;
    text-decoration: none;
  }

    div.bottom-navigation a:hover,
    body.order div.map-bottom-navigation a:hover {
      color: #dadada;
    }

  body.order div.bottom-navigation a,
  body.demand div.bottom-navigation a {
    color: #2e2e2e;
  }

div.bottom-navigation ul {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

  div.bottom-navigation li::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1px; height: 23px;
    background-color: #bcbcbc;
    margin-right: 14px;
    opacity: .85;
  }

    body.order div.bottom-navigation li::before,
    body.demand div.bottom-navigation li::before {
      background-color: #2e2e2e;
    }

    body.order div.map-bottom-navigation li::before {
      background-color: #FFF !important;
    }

div.bottom-navigation.background {
  padding-top: 78px;
}

  div.bottom-navigation.background .container {
    z-index: 2;
  }

@media (max-width: 991px) {

  div.bottom-navigation {
    font-size: .875rem;
  }

}

@media (max-width: 767px) {

  div.bottom-navigation li:nth-child(4)::before {
    content: none;
  }

}

@media (max-width: 420px) {

  body.order div.bottom-navigation,
  body.demand div.bottom-navigation {
    padding: 0;
  }

}

@media (max-width: 408px) {

  div.bottom-navigation li:nth-child(3) {
    display: block;
  }

    div.bottom-navigation li:nth-child(3)::before {
      content: none;
    }

}

/*!
* Subpage - top section
*/

section.top {
  background-color: #eaeaea;
  padding-top: 290px;
  padding-bottom: 100px;
}

  section.top.containers,
  section.top.container-detail,
  section.top.order {
    padding-bottom: 0;
    z-index: 2;
    position: relative;
  }

    section.top.container-detail {
      background-color: transparent;
      z-index: 2;
      position: relative;
      padding-bottom: 85px;
    }

    section.top.containers::before,
    body.demand section.order::before,
    body.fleet::after {
      content: "";
      width: 100%; height: 100%;
      background: url("../img/b_containers.png");
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      background-repeat: no-repeat;
      background-position: 47% 75%;
    }

      body.demand section.order::before {
        background: url("../img/b_demand.png");
        transform: translateX(-50%);
        top: 63px;
        background-repeat: no-repeat;
        background-position: 50% 100%;
      }

      body.fleet::after {
          top: 220px;
          width: 860px; height: 550px;
          background-size: contain;
          z-index: 2;
        }

    section.top.container-detail div.container {
      max-width: 1120px; width: 100%;
    }

    body.homepage::before,
    body.containers::before,
    body.materials::before,
    body.container-detail::before,
    body.order::before,
    body.demand::before,
    body.fleet::before,
    body.turbocontainers::before {
      content: "";
      width: calc(100% + 400px);
      height: 863px;
      background-color: #eaeaea;
      position: absolute;
      left: -200px;
      right: -200px;
      top: -200px;
      transform: rotate(7deg);
      -webkit-box-shadow: 1px 5px 11px 1px rgb(0 0 0 / 30%);
      box-shadow: 1px 5px 11px 1px rgb(0 0 0 / 30%);
      z-index: 2;
    }

      body.homepage::before {
        height: 1082px;
      }

      body.containers::before,
      body.materials::before {
        height: 893px;
      }

      body.turbocontainers::before {
        height: 1000px;
      }

      body.container-detail::after {
        content: "";
        width: 100%; height: 470px;
        background: url("../img/prague-bottom.webp");
        background-position: 50% -50px;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        left: 0; bottom: 0;
                filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
           -moz-filter: grayscale(100%);
      }

        body.no-webp.container-detail::after {
          background: url("../img/prague-bottom.png");
        }

      body.order::before {
        top: -120px;
      }

      body.demand::before {
        top: -16px;
      }

      body.fleet::before {
          opacity: 1;
        }

  section.top img.stripe {
    left: 20px;
    width: 618px; height: 550px;
    object-fit: cover;
  }

    section.top.container-detail img.stripe {
      top: -218px; right: -163px; left: auto;
      height: 681px;
    }

div.filter {
  position: relative;
  z-index: 1;
  margin: 30px auto 40px auto;
}

  div.filter form {
    display: table;
    margin: 0 auto;
  }

  div.in-material div.filter {
    margin-top: 22px;
    margin-bottom: 0;
  }

label.select {
  position: relative;
  display: inline-block;
}

  div.filter li {
    position: relative;
    vertical-align: middle;
  }

    div.filter li:first-child {
      margin-left: 8px;
    }

    div.filter li:not(:last-child) {
      margin-right: 46px;
    }

      div.filter ul.vat::before {
        content: "Zobrazit ceny";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        font-weight: 600;
        cursor: text;
      }

        body.lang-en div.filter ul.vat::before {
          content: "Show the prices";
        }

        body.lang-ua div.filter ul.vat::before {
          content: "Показати ціни";
        }

      div.filter ul.vat li:not(:last-child) {
        margin-right: 20px;
      }

      div.filter li.dateField,
      div.filter li.timefield,
      div.filter ul.kontejneru-den li:not(:last-child) {
        margin-right: 46px;
      }

      div.in-material li.timefield {
        margin-right: 0;
        margin-left: 0;
      }

      div.filter ul.kontejneru-den li:first-child {
        margin-right: 0;
        margin-left: 0;
      }

        div.filter ul.kontejneru-den li:first-child::before {
          content: none;
        }

        div.filter ul.kontejneru-den li:first-child::after {
          right: 150px;
        }

      div.filter ul.kontejneru-den li:first-child {
        margin-right: 0;
        margin-left: 0;
      }

        div.filter ul.kontejneru-den input.form-control {
          padding: 0.375rem 0.75rem;
          width: 150px;
        }

        div.filter ul.kontejneru-den label {
          margin-left: 18px;
        }

    div.categoryDesc {
      position: relative;
      text-align: center;
      z-index: 1;
    }

      div.categoryDesc.bottom {
        color: #FFF;
        margin-top: 220px;
        margin-bottom: 150px;
      }

        div.categoryDesc.bottom a {
          color: #FFF;
        }

          div.categoryDesc.bottom a:hover {
            text-decoration: none;
          }

    section.waste li.druh-odpadu {
      margin-right: 70px;
    }

    div.describe {
      margin: 0 auto 36px auto;
      max-width: 685px; width: 100%;
      position: relative;
    }

      div.describe label {
        color: #424242;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1;
      }

      div.describe textarea {
        border: 0;
        border-radius: 0;
        background-color: #f2f2f2;
      }

        div.describe textarea:focus {
          background-color: #f2f2f2;
        }

      div.describe i {
        color: #d71921;
        position: absolute;
        top: 79px; left: -45px;
        font-size: 1.75rem;
      }

    div.filter li::before {
      content: "";
      display: inline-block;
      vertical-align: top;
      margin-right: 11px;
      height: 46px;
      background-repeat: no-repeat !important;
      background-size: contain !important;
      background-position: center center !important;
    }

      div.filter li.druh-odpadu::before {
        width: 56px;
        background: url("../img/i_druh-odpadu.png");
      }

      div.filter li.objem::before {
        width: 33px;
        background: url("../img/i_objem.svg");
      }

      div.filter li.nosnost::before {
        width: 33px;
        background: url("../img/i_nosnost.png");
      }

      div.filter li.turbokontejner::before {
        width: 43px;
        background: url("../img/i_turbokontejner.png");
      }

      div.filter li.date::before,
      div.filter li.timefield::before,
      div.filter li.add-container::before,
      li.remove-container::before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        content: "\f073";
        font-size: 1.75rem;
        color: #d71921;
        line-height: 1.8;
      }

        div.filter li.add-container::before {
          content: "\f055";
        }

        div.filter li.timefield::before {
          content: "\f017";
        }

        div.filter li.remove-container::before {
          content: "\f056";
        }

      li.turbokontejner {
        height: 46px;
        position: relative;
        color: #424242;
        font-weight: 600;
        transition: all .25s;
      }

        li.turbokontejner:hover {
          color: #004a39;
          transition: all .25s;
        }

        li.turbokontejner div.form-check,
        li.vat div.form-check {
          background-color: #FFF;
          display: inline-block;
          height: 46px;
          line-height: 46px;
          margin: 0;
          padding: 0 70px 0 21px;
          position: relative;
        }

          li.turbokontejner .form-check-input[type=checkbox],
          li.vat .form-check-input[type=checkbox],
          .modal-content [type=checkbox],
          .billing-address [type=checkbox] {
            position: absolute;
            top: 8px; right: 11px;
            z-index: 3;
            width: 23px; height: 23px;
            border-radius: 0;
            border: 0;
            cursor: pointer;
          }

            .billing-address [type=checkbox] {
              width: 18px; height: 18px;
              margin-right: 8px;
            }

            .modal-content [type=checkbox],
            .billing-address [type=checkbox] {
              position: relative;
              top: auto; right: auto;
            }

            .modal-content .form-check-input {
              margin-top: 3.5px;
              margin-right: 20px;
            }

            li.turbokontejner .form-check-input[type=checkbox]:checked,
            li.vat .form-check-input[type=checkbox]:checked,
            .modal-content [type=checkbox]:checked,
            .billing-address [type=checkbox]:checked {
              background-color: #FFF;
              transition: all .25s;
            }

            li.turbokontejner .form-check-input[type=checkbox]:checked::after,
            li.vat .form-check-input[type=checkbox]:checked::after,
            .modal-content [type=checkbox]:checked::after,
            .billing-address [type=checkbox]:checked::after,
            div.order-form .nav-tabs .form-check-input:checked[type=radio]::after,
            input.form-check-input.variantRadio:checked::after {
              font-family: "Font Awesome 6 Pro";
              font-weight: 600;
              color: #424242;
              content: "\f00c";
              position: absolute;
              top: -11px; right: 5px;
              transition: all .25s;
              -webkit-text-fill-color: #424242;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #424242;
            }

              div.order-form .nav-tabs .form-check-input[type=radio],
              input.variantRadio.form-check-input[type=radio] {
                border-radius: 0;
              }

              div.order-form .nav-tabs .form-check-input:checked[type=radio]:checked {
                background-image: none;
              }

                .modal-content [type=checkbox]:checked::after {
                  font-size: 1.125rem;
                  top: 3px; right: 4px;
                }

              .billing-address [type=checkbox]:checked::after,
              div.order-form .nav-tabs .form-check-input:checked[type=radio]::after,
              input.form-check-input.variantRadio:checked::after {
                font-size: .675rem;
                top: 1px; right: 3.5px;
              }

              input.form-check-input.variantRadio:checked::after {
                font-size: .5rem;
                top: 0; right: 2px;
              }

      li.vat,
      div.sidebar-vat {
        background-color: #FFF;
        color: #424242;
        text-transform: uppercase;
        font-weight: 600;
      }

        li.vat::before,
        li.reset::before {
          content: none !important;
        }

        li.vat a {
          color: #424242;
          text-decoration: none;
        }

        li.vat div {
          display: inline-block;
          vertical-align: middle;
          margin: 0; padding: 0;
          height: 46px;
          line-height: 46px;
        }

        li.vat input[type="radio"],
        div.sidebar-vat input[type="radio"] {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          width: 0; height: 0;
        }

          li.vat input[type="radio"] ~ label {
            padding: 0 12px;
            transition: background .25s;
          }

          li.vat input[type="radio"]:checked ~ label {
            background-color: #d71921;
            color: #FFF;
            transition: background .25s;
          }

            li.vat input[type="radio"]:checked ~ label a {
              color: #FFF !important;
            }

    div.filter li::after,
    li.date-from::after,
    li.date-to::after,
    div.describe::before,
    div.consistency li::after {
      content: "";
      position: absolute;
      left: -8px; top: 0;
      width: 8px; height: 46px;
      background: url(../img/white-arrow.svg);
      background-size: cover;
    }

      div.filter li.reset::after {
        content: none;
      }

      div.describe::before {
        background: url(../img/gray-arrow.svg);
        background-size: cover;
        top: 69px;
      }

      div.consistency.in-material li::after {
        background: url(../img/gray-arrow.svg);
        background-size: cover;
      }

        div.describe::after {
          content: "";
          position: absolute;
          left: -8px; bottom: 0;
          width: 8px; height: 134px;
          background-color: #f2f2f2;
        }

      div.filter li.druh-odpadu::after {
        left: 63px;
      }

      div.filter li.objem::after,
      div.filter li.nosnost::after {
        left: 40px;
      }

      div.filter li.turbokontejner::after {
        left: 50px;
      }

      div.term.in-material li.date-from::after {
        background: url(../img/gray-arrow.svg);
        background-size: cover;
        left: -8px;
      }

      section.waste div.filter {
        margin-bottom: 0;
      }

      section.waste div.filter ul {
        margin: 0 auto;
        display: table;
        padding-right: 46px;
      }

        section.waste div.filter ul.add-container,
        section.waste div.filter ul.empty-order {
          padding-right: 0;
        }

      section.waste div.filter li::after,
      div.in-material li::after {
        background: url(../img/gray-arrow.svg);
        background-size: cover;
      }

        section.waste div.filter li.date::after,
        div.in-material li.date::after {
          left: 32px;
        }

        div.filter li.timefield::after {
          left: 35px;
        }

        section.waste div.filter li.add-container::after {
          left: 32px;
        }

        div.filter li.remove-container::after {
          left: 35px;
        }

        li.date-from::after,
        li.date-to::after {
          left: 28px;
        }

      section.waste div.filter ul.kontejneru-den {
        margin-top: 27px;
      }

      li.pocet-kontejneru {
        color: #424242;
        font-weight: 600;
      }

        li.pocet-kontejneru::before {
          content: none;
        }

        div.filter li.pocet-kontejneru::after {
          left: auto; right: 97px;
        }

        li.pocet-kontejneru label.select {
          margin-left: 15px;
        }

  label.select select {
    -webkit-appearance: none;
       -moz-appearance: none;
    appearance: none;
    padding: 0 70px 0 21px;
    border: 0;
    border-radius: 0;
    line-height: 36px;
    height: 46px;
    background: #FFF;
    color: #424242;
    margin: 0;
    font-weight: 600;
    text-align: center;
    transition: all .25s;
  }

    label.select select:hover {
      color: #004a39;
    }

    div.in-material label.select select {
      background-color: #f2f2f2;
    }

    section.waste label.select select {
      background-color: #f2f2f2;
      padding: 0 67px 0 21px;
      width: calc(100% + 46px);
    }

    section.waste input.form-control,
    div.term input.form-control {
      background-color: #f2f2f2;
      border: 0;
      border-radius: 0;
      height: 46px;
      font-weight: 700;
      color: #424242;
      text-align: center;
      cursor: pointer;
      width: calc(100% + 46px);
      padding-right: 46px;
    }

      div.term input.form-control {
        background-color: #FFF;
        width: 100%;
        padding-right: 57px;
      }

        div.term.in-material input.form-control {
          background-color: #f2f2f2;
        }

      section.waste label.select::after {
        right: -46px;
      }

      section.waste label.select::before {
        right: -31px;
      }

  div.roughness .btn-arrow {
    position: absolute;
    right: 0; bottom: 0;
    font-size: 1rem;
    line-height: 46px;
    height: 46px;
    padding: 0 21px;
    font-weight: 600;
  }

    div.roughness .btn-arrow::after {
      content: none;
    }

  select.select::-ms-expand {
    display: none;
    transition: all .25s;
  }

  label.select::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f078";
    color: #FFF;
    line-height: 1;
    opacity: .4;
    position: absolute;
    top: 15px; right: 15px;
    pointer-events: none;
    z-index: 3;
    transition: all .25s;
    -webkit-animation: arrowFadeIn 1.6s infinite;
       -moz-animation: arrowFadeIn 1.6s infinite;
         -o-animation: arrowFadeIn 1.6s infinite;
            animation: arrowFadeIn 1.6s infinite;
  }

    label.select:hover::before {
      opacity: 1;
      transition: all .25s;
    }

  label.select::after,
  li.turbokontejner div.form-check::after,
  li.vat div.form-check::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    width: 46px;
    height: 46px;
    pointer-events: none;
    background-color: #004a39;
  }

  div.filter button {
    background-color: transparent;
    padding: 0;
    color: #424242;
    font-size: 1rem;
    font-weight: 300;
    margin: 15px auto 0;
  }

    div.filter li.reset button {
      margin-top: 0;
    }

    div.filter button.btn-deselect {
      display: table;
    }

    div.filter li.add-container button,
    div.filter li.remove-container button {
      margin: 0;
    }

    .btn-deselect a {
      color: #424242;
      text-decoration: underline;
    }

      .btn-deselect a:hover {
        color: #004a39;
        text-decoration: none;
      }

section.waste img.mosaic {
  position: absolute;
  mix-blend-mode: multiply;
  opacity: .05;
  z-index: 2;
}

  section.waste img.mosaic.left {
    left: 0; top: -120px;
  }

section.top.containers div.filter li {
  display: none;
}

  section.top.containers div.filter li.vat,
  section.top.containers div.filter li.reset {
    display: inline-block;
  }

div.col-waste,
div.col-cont {
  text-align: center;
}

  div.col-waste img {
    margin-bottom: 15px;
    max-width: 100%; height: auto;
  }

  span.waste-name,
  span.cont-name {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
  }

    span.cont-name {
      text-transform: none;
    }

    span.cont-price {
      display: block;
      margin-top: 5px;
      font-weight: 500;
      color: #004b39;
      font-size: .875rem
    }

  div.col-waste .btn-arrow:after,
  div.col-cont .btn-arrow:after {
    content: none;
  }

  a.waste-info {
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
  }

    a:hover.waste-info {
      text-decoration: underline;
    }

  div.col-waste div.btn-container,
  div.col-cont div.btn-container {
    margin-top: 15px;
  }

  div.col-waste div.collapse,
  div.col-waste div.collapsing {
    margin-top: 5px;
  }

  div.col-waste div.card {
    padding: 0;
    border: 0;
    font-size: .75rem;
  }

  div.col-waste .btn-primary,
  div.col-cont .btn-primary {
    padding-left: 18px;
  }

  div.btn-container {
    width: 120px;
    display: table;
    margin: 0 auto;
    padding-left: 8px;
  }

@media (max-width: 1400px) {

  section.waste img.mosaic,
  section.material img.mosaic.right {
    opacity: .02;
  }

}

@media (max-width: 1199px) {

  section.waste div.filter {
    text-align: center;
  }

  section.waste div.container {
    max-width: none;
  }

}

@media (min-width: 992px) {

  .order1Container ul.containerTypeProduct,
  .order1Container h1.title.waste,
  .order1Container p.desc.waste {
    display: none !important;
  }

}

@media (max-width: 991px) {

  .order1Container .wasteType,
  .order1Container .wasteContainer {
    display: none;
  }

}

@media (max-width: 870px) {

  body.homepage::before {
    height: 1000px;
  }

  body.turbocontainers::before {
    height: 935px;
  }

}

@media (max-width: 845px) {

  body.homepage::before,
  body.containers::before,
  body.materials::before,
  body.order::before,
  body.demand::before {
    height: 655px;
  }

  body.container-detail::before {
    height: 700px;
  }

  body.homepage::before {
    height: 920px;
  }

  section.top {
    padding-top: 120px;
  }

  section.top.containers div.container {
    max-width: none;
  }

  section.top.containers::before,
  body.demand section.order::before {
    height: 200%;
  }

  body.turbocontainers::before {
    height: 850px;
  }

}

@media (max-width: 825px) {

  section.waste li.druh-odpadu {
    display: block;
    margin: 0 auto 10px auto;
  }

  div.filter li.druh-odpadu::after {
    left: 75px;
  }

}

@media (min-width: 768px) {

  .row-wastes .col-md-2,
  .row-containers .col-md-2 {
    width: 20%;
  }

  .row-containers .col-md-2:nth-child(6),
  .row-containers .col-md-2:nth-child(7) {
    margin-top: 50px;
  }

  section.waste div.filter ul.filter-order {
    transform: scale(1.2);
  }

}

@media (max-width: 767px) {

  body.turbocontainers::before {
    height: 730px;
  }

}

@media (max-width: 795px) {

  section.waste li.druh-odpadu {
    display: block;
    margin: 0 auto 10px auto;
  }

}

@media (max-width: 777px) {

  div.containers-filter li {
    display: block;
  }

  div.containers-filter li.dateField {
    margin: 0 auto 10px auto;
  }

    div.containers-filter li.objem,
    div.containers-filter li.dateField,
    div.containers-filter li.timefield,
    section.waste li.druh-odpadu {
      padding-right: 46px;
    }

    div.containers-filter li.dateField,
    div.containers-filter li.timefield,
    div.containers-filter ul.kontejneru-den li:not(:last-child) {
      margin-right: auto;
      margin-left: auto;
    }

    section.waste div.filter li.date::after {
      left: 53px;
    }

  section.top.order .container {
    max-width: none;
  }

  section.waste div.filter ul {
    padding-right: 0;
  }

}

@media (max-width: 767px) {

  section.top.container-detail img.stripe {
    display: none;
  }

}

@media (max-width: 690px) {

  div.roughness .btn-arrow {
    line-height: 40px;
    height: 40px;
  }

}

@media (max-width: 590px) {

  body.turbocontainers::before {
    height: 690px;
  }

}

@media (max-width: 525px) {

  div.roughness .btn-arrow {
    line-height: 37px;
    height: 37px;
  }

}

@media (max-width: 475px) {

  body.turbocontainers::before {
    height: 650px;
  }

}

@media (max-width: 420px) {

  body.homepage::before {
    height: 860px;
  }

}

@media (max-width: 415px) {

  section.waste div.filter {
    margin-top: 0;
  }

    section.waste div.filter ul,
    section.waste div.filter li,
    section.waste div.filter label.select {
      width: 100%;
    }

      section.waste div.filter li::before,
      section.waste div.filter li::after {
        content: none;
      }

      section.waste div.filter li.dateField,
      section.waste div.filter li.timefield,
      section.waste div.filter ul.kontejneru-den li:not(:last-child) {
        margin-right: 0;
        margin-left: 0;
      }

}

@media (max-width: 375px) {

  body.homepage::before {
    height: 790px;
  }

}

/*!
* Subpage - containers
*/

section.products {
  padding-top: 30px;
  margin-top: -36px;
  background: #424242;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

  section.products::before {
    content: "";
    position: absolute;
    width: 100%; height: 100%;
    background-color: #424242;
    opacity: .8;
  }

  section.products::after,
  section.fleet::after {
    content: "";
    width: 3500px; height: 800px;
    background-color: #004a39;
    position: absolute;
    left: -200px;
    right: -200px;
    top: -175px;
    transform: rotate(-7deg);
    opacity: .85;
    z-index: 1;
  }

    section.fleet::after {
        opacity: 1;
        top: -63px;
      }

section.products>.container {
  max-width: 1185px;
  position: relative;
  z-index: 3;
}

  body.lang-en section.products>.container,
  body.lang-ua section.products>.container {
    padding-bottom: 100px;
  }

section.products [class*=col-] {
  margin-top: 40px;
}

.col-container {
  max-width: 357px; width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 0 !important;
  background-color: #FFF;
  -webkit-box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.51); 
          box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.51);
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

  body.turbocontainers .col-container {
    -webkit-box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.2); 
            box-shadow: 6px 7px 15px 0px rgba(0,0,0,0.2);
  }

.col-container h2 {
  text-transform: none;
  text-align: center;
  font-weight: 300;
  font-size: 2.1875rem;
  background-color: #d81921;
  margin: 0;
}

  .col-container h2 span {
    font-size: 1rem;
  }

    body.lang-en .col-container h2 span,
    body.lang-ua .col-container h2 span {
      display: block;
    }

  .col-container h2:hover a {
      -webkit-text-fill-color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
  }

  .col-container h2 a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding-top: 39px;
    padding-bottom: 35px;
    position: relative;
  }

    .col-container h2 a::after,
    .materials .col-container h2::after {
      content: "";
      position: absolute;
      bottom: -18px; left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 17.5px 0 17.5px;
      border-color: #d81923 transparent transparent transparent;
    }

    .materials .col-container h2 {
      color: #FFF;
      padding-top: 39px;
      padding-bottom: 35px;
      position: relative;
    }

      .materials .col-container h2:hover {
        -webkit-text-stroke-width: 0;
      }

    span.action {
      position: absolute;
      top: -12px; left: -12px;
      background: #0f4e3f;
      padding: 7px 9px;
      font-size: .85rem;
      font-weight: 500;
      line-height: 1;
      color: #FFF;
    }

.accordion-button {
  padding: 3px 0 0 20px;
  position: relative;
  font-size: .875rem;
}

  .accordion-button.noOrder {
    padding-left: 0;
  }

  .accordion-button::before {
    content: "";
    width: 100%; height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0; top: 13.5px;
  }

  .accordion-button::after {
    width: 1.2em; height: .9em;
    margin-top: 1px;
    margin-left: 0;
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    z-index: 1;
  }

    .accordion-button.empty {
      cursor: text;
    }

    .accordion-button.empty::after {
      content: none;
    }

  .accordion-button:not(.collapsed)::after {
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
  }

  .accordion-button span.price {
    position: absolute;
    right: 0;
    background-color: #FFF;
    padding-left: 10px;
  }

  .accordion-button em {
    background-color: #FFF;
    font-style: normal;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    padding-right: 4px;
  }

    .accordion-button em.priceOld {
      padding-right: 0;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: .75rem;
    }

    .accordion-button em::before {
      content: "";
      width: 20px; height: 20px;
      position: absolute;
      top: 0; left: -20px;
      background-color: #FFF;
    }

      body.materials .accordion-button em {
        text-transform: none;
      }

      section.material .accordion-button.noOrder em::before,
      .accordion-button.noOrder em::before,
      em.priceOld::before {
        content: none;
      }

  .accordion-button:not(.collapsed),
  .accordion-button:hover {
    box-shadow: none;
    color: inherit;
    background-color: transparent;
      -webkit-text-fill-color: #424242;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #424242;
  }

  .accordion-body {
    font-size: .875rem;
    padding: 0 0 20px 0;
    color: #3f3f3f;
  }

    .accordion-body p {
      margin-bottom: 0;
    }

    .accordion-body a {
      color: #3f3f3f;
      display: table;
      margin: 3px auto 0 auto;
      font-weight: 500;
    }

      .accordion-body a:hover {
        text-decoration: none;
      }

.accordion-item {
  border: 0;
}

.accordion-faq .accordion-button::before {
  content: none;
}

.accordion-faq .accordion-button::after {
  margin-left: auto;
}

.accordion-faq .accordion-button {
  font-size: 1rem;
  padding: 20px 0;
  background-color: transparent;
  text-decoration: none;
}

.accordion-faq .accordion-item,
.accordion-faq .accordion-button:not(.collapsed)::after,
.accordion-faq .accordion-button::after {
  background-color: transparent;
}

.accordion-button:not(.collapsed),
.accordion-button:hover {
  -webkit-text-fill-color: #004a39;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #004a39;
}

.accordion-faq h2 {
  margin: 0;
  font-weight: 400;
}

.accordion-faq .accordion-collapse a {
  color: #004a39;
}

  .accordion-faq .accordion-collapse a:hover {
    color: #424242;
    text-decoration: none;
  }


.accordion-faq .accordion-item {
  border-bottom: 1px solid #dedede;
}

ul.lease,
span.without-vat {
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
}

span.without-vat {
  display: block;
  margin: 16px auto;
}

a.container-detail {
  color: #424242;
  display: table;
  margin: 16px auto 0 auto;
  text-transform: uppercase;
}

  a:hover.container-detail {
    text-decoration: none;
  }

.col-container .btn {
  display: table;
  margin: 0 auto;
  margin-left: calc(50% - 134px);
}

  body.lang-en .col-container .btn {
    margin-left: calc(50% - 114px);
  }

  body.lang-ua .col-container .btn {
    margin-left: calc(50% - 157px);
  }

  .col-container.turbocontainer p {
    margin-bottom: 10px;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
  }

  .col-container.turbocontainer .btn,
  .col-container.noOrder .btn {
    margin-left: calc(50% - 104px);
  }

  .col-container .btn.orderMaterial {
    margin-left: calc(50% - 146px);
  }

div.container-image {
  max-width: 260px; width: 100%;
  text-align: center;
  margin: 50px auto 17px auto;
  position: relative;
}

  div.col-cont div.container-image {
    margin-top: 0;
  }

  div.container-image a {
    display: inline-block;
  }

  div.container-image img {
    max-width: 190px; width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }

    div.turbocontainer div.container-image img {
      max-width: 265px;
    }

  div.container-image::after {
    content: "";
    width: 100%; height: 1.5px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0; bottom: 10px;
  }

div.col-container div.accordion {
  max-width: 260px; width: 100%;
  margin: 0 auto;
  border-bottom: 1.5px solid #e7e7e7;
  padding-bottom: 16px;
}

  div.col-container.turbocontainer div.accordion {
    border-bottom: 0;
  }

div.help {
  margin-top: 40px;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #FFF;
}

  div.help span {
    font-weight: 600;
    display: block;
  }

div.calculation-bar {
  background-color: rgba(215, 25, 33, 0.8);
  padding: 21px 26px;
  max-width: 600px; width: 100%;
  margin: 32px auto -44px auto;
  color: #FFF;
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1;
  position: relative;
}

  body.lang-ua div.calculation-bar {
    max-width: 750px;
  }

  div.calculation-bar::before,
  div.calculation-bar::after {
    content: "";
    width: 100px; height: 100%;
    position: absolute;
    top: 0; left: -100px;
    background: -moz-linear-gradient(left,  rgba(215,25,33,0) 0%, rgba(215,25,33,0.8) 70%, rgba(215,25,33,0.8) 100%);
    background: -webkit-linear-gradient(left,  rgba(215,25,33,0) 0%,rgba(215,25,33,0.8) 70%,rgba(215,25,33,0.8) 100%);
    background: linear-gradient(to right,  rgba(215,25,33,0) 0%,rgba(215,25,33,0.8) 70%,rgba(215,25,33,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d71921', endColorstr='#ccd71921',GradientType=1 );
  }

    div.calculation-bar::after {
      left: auto; right: -100px;
      background: -moz-linear-gradient(left,  rgba(215,25,33,0.8) 0%, rgba(215,25,33,0.8) 30%, rgba(215,25,33,0) 100%);
      background: -webkit-linear-gradient(left,  rgba(215,25,33,0.8) 0%,rgba(215,25,33,0.8) 30%,rgba(215,25,33,0) 100%);
      background: linear-gradient(to right,  rgba(215,25,33,0.8) 0%,rgba(215,25,33,0.8) 30%,rgba(215,25,33,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd71921', endColorstr='#00d71921',GradientType=1 );
    }

  div.calculation-bar ul {
    margin: 5px 0 0 0;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: 0;
  }

  div.calculation-bar a.btn {
    position: absolute;
    top: 50%; right: 72px;
    transform: translateY(-50%);
  }

div.type-description {
  font-size: .875rem;
  text-transform: none;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: calc(100% - 255px);
  z-index: 4;
  background-color: rgba(234, 234, 234, .95);
  color: #424242;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px;
}

  div.type-description.collapsing {
    transition: all .1s;
  }

@media (min-width: 992px) {

  section.products .row [class*=col-]:nth-child(1),
  section.products .row [class*=col-]:nth-child(2),
  section.products .row [class*=col-]:nth-child(3) {
    margin-top: 0;
  }

}

@media (min-width: 576px) and (max-width: 991px) {

  section.products .row [class*=col-]:nth-child(1),
  section.products .row [class*=col-]:nth-child(2) {
    margin-top: 0;
  }

}

@media (max-width: 1199px) {

  section.turbocontainers>.container {
    max-width: 1185px;
    position: relative;
    z-index: 3;
  }

}

@media (max-width: 689px) {

  .col-container .btn {
    margin-left: calc(50% - 121px);
  }

  .col-container.turbocontainer .btn,
  .col-container.noOrder .btn {
    margin-left: calc(50% - 91px);
  }

  .col-container .btn.orderMaterial {
    margin-left: calc(50% - 125px);
  }

  .accordion-button em {
    max-width: 77%;
    line-height: 1.3;
  }

}

@media (max-width: 680px) {

  div.col-container div.accordion {
    max-width: 230px;
  }

}

@media (max-width: 640px) {

  .col-container h2 a {
    font-size: 1.875rem;
  }

}

@media (max-width: 580px) {

  div.calculation-bar {
    text-align: center;
  }

  div.calculation-bar a.btn {
    position: relative;
    display: inline-block;
    margin: 12px auto 0 auto;
    margin-left: calc(50% - 280px);
    top: auto; right: auto;
    transform: none;
  }

}

@media (max-width: 470px) {

  .col-container .btn {
    margin-left: calc(50% - 138px);
  }

  .col-container.turbocontainer .btn,
  .col-container.noOrder .btn {
    margin-left: calc(50% - 108px);
  }

}

@media (max-width: 470px) {

  .col-container .btn {
    margin-left: calc(50% - 102px);
  }

  .col-container.turbocontainer .btn,
  .col-container.noOrder .btn {
    margin-left: calc(50% - 72px);
  }

}

@media (max-width: 575px) {

  section.products .row [class*=col-]:nth-child(1) {
    margin-top: 0;
  }

}

@media (max-width: 450px) {

  div.calculation-bar a.btn {
    margin-left: calc(50% - 220px);
  }

}

@media (max-width: 390px) {

  div.calculation-bar {
    font-size: 1.125rem;
  }

  div.calculation-bar ul {
    margin-top: 10px;
  }

  div.calculation-bar a.btn {
    margin-left: calc(50% - 195px);
  }

}

/*!
* Turbocontainers
*/

section.order-turbocontainer {
  color: #FFF;
  background: url(../img/b_order-turbocontainer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.375rem;
  position: relative;
  padding-top: 145px;
  margin-top: -65px;
}

  section.order-turbocontainer::before {
    content: "";
    width: 100%; height: 754px;
    background: url(../img/b_order-turbocontainer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 4;
    position: absolute;
    top: -73px; left: 50%;
    transform: translateX(-50%);
  }

  section.order-turbocontainer::after {
    content: "";
    width: calc(100% + 400px); height: 550px;
    background-color: #424242;
    position: absolute;
    left: -200px; right: -200px; top: 0;
    z-index: 3;
    transform: rotate(-7deg);
    -webkit-box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3);
            box-shadow: 1px 5px 11px 1px rgba(0,0,0,0.3);
  }

  div.order-square {
    content: "";
    width: calc(100% + 400px); height: 179px;
    background-color: #FFF;
    position: absolute;
    left: -200px; right: -200px; top: -182px;
    z-index: 4;
    transform: rotate(-7deg);
  }

  section.order-turbocontainer p {
    max-width: 630px; width: 100%;
    margin: 0 auto;
  }

  section.order-turbocontainer h2.title {
    color: #FFF;
    margin-bottom: 20px;
  }

section.time {
  background-color: #d71921;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFF;
  text-align: center;
  font-size: 3.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 155px;
}

  section.time::after {
    content: "";
    width: calc(100% + 400px); height: 225px;
    background-color: #d71921;
    position: absolute;
    left: -200px; right: -200px; top: 0;
    z-index: 4;
    transform: rotate(-7deg);
  }

  section.time .container {
    position: relative;
    z-index: 6;
  }

  section.time span {
    font-weight: 800;
    font-size: 1.875rem;
    display: block;
  }

  section.time img {
    max-width: 190px; width: 100%;
    margin: 17px auto 0 auto;
    display: block;
  }

  section.time .triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 117.5px 950px 117.5px 0;
    border-color: transparent #c5171e transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    bottom: 224px; right: -843px;
    z-index: 5;
  }

@media (max-width: 1400px) {

  section.time .triangle {
    display: none;
  }

}

@media (max-width: 475px) {

  section.order-turbocontainer {
    font-size: 1rem;
  }

}

/*!
* Container detail
*/

div.sidebar-container {
  background-color: #FFF;
  padding: 40px 46px 36px 46px;
  border-bottom: 2px solid #424242;
  position: relative;
}

  div.sidebar-container::before,
  div.sidebar-container::after {
    content: "";
    position: absolute;
    bottom: -2px; left: 0;
    width: 2px; height: 45px;
    background-color: #424242;
  }

    div.sidebar-container::after {
      left: auto; right: 0;
      height: 88px;
    }

  div.sidebar h1 {
    background-color: #eaeaea;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    line-height: 1.1;
    padding: 50px 10px;
    border: 2px solid #3c3c3c;
    margin: 0;
    position: relative;
  }

    div.sidebar h1::before {
      content: "";
      width: 0; height: 0;
      border-style: solid;
      border-width: 19px 24px 0 24px;
      border-color: #eaeaea transparent transparent transparent;
      position: absolute;
      bottom: -19px; left: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    div.sidebar h1::after {
      content: "";
      width: 0; height: 0;
      border-style: solid;
      border-width: 22px 27px 0 27px;
      border-color: #3d3d3d transparent transparent transparent;
      position: absolute;
      bottom: -22px; left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }

    div.sidebar h1 span {
      display: block;
      text-transform: lowercase;
      font-weight: 300;
      font-size: 2.5rem;
    }

span.pricelist {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
}

div.sidebar-vat {
  background-color: transparent;
  font-size: .9375rem;
  text-align: center;
  margin: 10px 0 20px 0;
}

  div.sidebar-vat>div {
    display: inline-block;
    vertical-align: top;
    margin: 0; padding: 0;
    padding-left: 12px;
    font-weight: 400;
    line-height: 1.6;
  }

  div.form-check-container {
    border-radius: 12.5px;
    background-color: #d71921;
    overflow: hidden;
    border: 2px solid #d71921;
    padding-left: 0;
  }

  div.sidebar-vat .form-check {
    margin: 0;
  }

  div.sidebar-vat label {
    padding: 0 9px;
    background-color: #FFF;
    transition: all .25s;
  }

    div.sidebar-vat label a {
      color: #3c3c3c;
      text-decoration: none;
    }

    div.sidebar-vat input[type="radio"]:checked ~ label {
      color: #FFF;
      background-color: #d71921;
      font-weight: 600;
      transition: all .25s;
    }

      div.sidebar-vat input[type="radio"]:checked ~ label a {
        color: #FFF;
      }

  div.sidebar-vat .form-check-input[type=checkbox] {
    z-index: 3;
    width: 13px; height: 13px;
    border-radius: 0;
    border: 0;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
  }

    div.sidebar-vat .form-check-input[type=checkbox]:checked {
      background-color: #FFF;
      transition: all .25s;
    }

    div.sidebar-vat .form-check-input[type=checkbox]:checked::after {
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      color: #424242;
      content: "\f00c";
      position: absolute;
      top: -1px; right: 2px;
      font-size: .625rem;
      transition: all .25s;
      -webkit-text-fill-color: #424242;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #424242;
    }

  div.sidebar-vat span {
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

div.sidebar table {
  margin: 0 auto 16px auto;
  line-height: 1.3;
}

  div.sidebar table::after,
  div.sidebar div.accordion::after {
    content: "";
    display: table-caption;
    width: 100%; height: 2px;
    background: #e7e7e7;
    margin-top: 15px;
  }

    div.sidebar div.accordion::after {
      display: block;
    }

  div.sidebar table td {
    padding: 0;
    border: 0;
  }

  div.sidebar table tr td:first-child {
    text-transform: uppercase;
    font-weight: 600;
  }

  div.sidebar table tr td:last-child {
    text-align: right;
  }

div.sidebar button.btn,
div.sidebar a.btn {
  margin-left: 8px;
}

  div.sidebar .btn-primary {
    padding-right: 14px;
    padding-left: 14px;
  }

  div.sidebar a.btn-phone {
    margin-left: 32px;
  }

div.sidebar div.or {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 21px;
}

  div.sidebar div.or span {
    display: block;
  }

    div.sidebar div.or span.phone {
      font-weight: 600;
      font-size: 1.6875rem;
      letter-spacing: .5px;
    }

  div.sidebar div.or.demand {
    margin-bottom: 14px;
  }

div.container-content {
  max-width: 600px; width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

  body.lang-ua div.container-content {
    max-width: 650px;
  }

  div.container-content img {
    width: 100%; height: 100%;
    object-fit: contain;
  }

div.container-size {
  width: 100%; height: 283px;
  text-align: center;
}

  div.container-size .image img {
    max-width: 100%;
    height: auto;
  }

a.btn-manipulation {
  background-color: transparent;
  font-weight: 300;
  font-size: 1rem;
  color: #303030;
  text-transform: none;
  border: 2px solid #FFF;
  border-right: 0;
  padding: 7px 32px 7px 20px;
  transition: all .25s;
  margin: 20px auto 0 auto;
  display: table;
}

  a.btn-manipulation:hover,
  a.btn-manipulation:focus {
    border-color: #d71921;
    color: #303030;
    background-color: transparent;
  }

  a.btn-manipulation i {
    position: absolute;
    top: 11px; right: 0;
    color: #d71921;
    font-size: 1.125rem;
  }

div.waste-type {
  color: #FFF;
  margin-top: 135px;
  font-size: 1.375rem;
  min-height: 190px;
}

  body.lang-ua div.waste-type {
    font-size: 1rem;
  }

  div.waste-type a {
    color: #FFF;
    opacity: 1;
    transition: opacity .25s;
  }

    div.waste-type a:hover {
      text-decoration: none;
      opacity: .8;
      transition: opacity .25s;
    }

  .kontejner-odpad-sut-zemina-4m3-5tun-uzky div.waste-type {
    margin-top: 116px;
  }

  .kontejner-odpad-sut-zemina-3m3-3tuny div.waste-type {
    margin-top: 120px;
  }

  .kontejner-odpad-sut-zemina-10m3-12tun div.waste-type {
    margin-top: 180px;
  }

  .velkoobjemovy-kontejner-odpad-40m3-10tuny div.waste-type {
    margin-top: 206px;
  }

  div.waste-type-rectangle,
  div.demand-rectangle {
    content: "";
    width: calc(100% + 400px); height: 800px;
    background-color: #004a39;
    position: absolute;
    left: -200px;
    right: -200px;
    top: 233px;
    transform: rotate(-7deg);
    z-index: 1;
    overflow-x: hidden;
    mix-blend-mode: multiply;
  }

    div.demand-rectangle {
      top: 454px;
    }

      body.turbocontainers div.demand-rectangle {
        top: 115px;
      }

    div.waste-type-rectangle::before,
    div.demand-rectangle::before {
      content: "";
      width: 830px; height: 690px;
      position: absolute;
      left: 175px; bottom: -25px;
      background: url("../img/mosaic_s7.webp");
      background-size: cover;
      background-repeat: no-repeat;
      transform: rotate(7deg);
    }

      body.no-webp div.waste-type-rectangle::before,
      body.no-webp div.demand-rectangle::before {
        background: url("../img/mosaic_s7.png");
      }

      div.demand-rectangle::before {
        content: none;
      }

    div.waste-type-rectangle::after,
    div.demand-rectangle::after {
      content: "";
      width: 900px; height: 690px;
      position: absolute;
      right: 0; top: 50%;
      background: url("../img/mosaic_s4.webp");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(7deg);
      mix-blend-mode: multiply;
    }

    body.no-webp div.waste-type-rectangle::after,
    body.no-webp div.demand-rectangle::after {
      background: url("../img/mosaic_s4.png");
    }

    body.order div.waste-type-rectangle {
      background-color: #d71921;
      top: 313px;
    }

    body.demand div.waste-type-rectangle {
      background-color: #d71921;
      top: 417px;
    }

      body.order div.waste-type-rectangle::before,
      body.order div.waste-type-rectangle::after,
      body.demand div.waste-type-rectangle::before,
      body.demand div.waste-type-rectangle::after {
        content: none;
      }

        body.order div.waste-type-rectangle::before,
        body.demand div.waste-type-rectangle::before {
          content: "";
          position: absolute;
          top: 114px; left: 190px;
          width: 237px; height: 15px;
          background-color: #004a39;
          transform: rotate(14deg) skew(188deg, 0deg);
        }

div.speed {
  margin-top: 110px;
}

  body.lang-ua div.speed {
    margin-top: 130px;
  }

  body.order div.speed {
    margin-top: 60px;
  }

  div.speed h2.underline {
    margin-bottom: 40px;
  }

    body.order div.speed h2.underline {
      margin-bottom: 25px;
    }

  div.speed label.select {
    margin: 0 auto 40px auto;
    display: table;
  }

    div.speed label.select select {
      background-color: #3c3c3c;
      color: #FFF;
    }

      div.speed label.select::after {
        background-color: #d71921;
      }

div.speed img.do-60-minut {
  position: absolute;
  width: 127px;
  top: -30px; right: -170px;
  opacity: .1;
}

div.warrant {
  font-size: 1.875rem;
  font-weight: 300;
  text-align: center;
}

  body.lang-en div.warrant {
    font-size: 1.65rem;
  }

  body.lang-ua div.warrant {
    font-size: 1.45rem;
  }

  div.warrant ul {
    margin: 0;
    line-height: 1.3;
  }

    div.warrant ul li:last-child {
      margin-top: 40px;
    }

    span.turbo {
      font-size: 1.125rem;
      display: block;
    }

    strong.zone {
      text-transform: lowercase;
    }

  div.warrant a {
    color: #3f3f3f;
  }

    div.warrant a:hover {
      color: #3f3f3f;
      text-decoration: none;
    }

    div.warrant a.btn {
      color: #FFF;
    }

  span.number {
    font-size: 3.125rem;
    font-weight: 500;
  }

@media (max-width: 1130px) {

  div.sidebar .btn-primary {
    font-size: 1rem;
    height: 46px;
  }

  div.waste-type {
    font-size: 1.125rem;
  }

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: 8px;
  }

  div.sidebar a.btn-phone {
    margin-left: 32px;
  }

}

@media (max-width: 991px) {

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: 42px;
  }

  div.sidebar a.btn-phone {
    margin-left: 66px;
  }

  div.warrant {
    font-size: 1.125rem;
  }

  span.number {
    font-size: 2.25rem;
  }

}

@media (max-width: 930px) {

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: 30px;
  }

  div.sidebar a.btn-phone {
    margin-left: 54px;
  }

}

@media (max-width: 870px) {

  div.demand-rectangle {
    top: 374px;
  }

  body.turbocontainers div.demand-rectangle {
    top: 0;
  }

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: 15px;
  }

  div.sidebar a.btn-phone {
    margin-left: 39px;
  }

}

@media (max-width: 845px) {

  div.demand-rectangle {
    top: 180px;
  }

  body.order div.waste-type-rectangle,
  body.order div.demand-rectangle,
  body.turbocontainers div.demand-rectangle {
    height: 710px;
  }

  body.demand div.waste-type-rectangle {
    top: 250px;
  }

  div.speed {
    margin-top: 310px;
  }

}

@media (min-width: 768px) {

  section.container-detail .col-md-4 {
    flex: 0 0 auto;
    width: 34.33333333%;
  }

  section.container-detail .col-md-8 {
    flex: 0 0 auto;
    width: 64.66666667%;
  }

}

@media (max-width: 767px) {

  div.waste-type-rectangle::after,
  div.demand-rectangle::after {
    content: none;
  }

  div.waste-type-rectangle {
    display: none;
  }

  div.container-content {
    max-width: none;
  }

  div.waste-type {
    max-width: none;
    color: #3f3f3f;
    margin-top: 40px;
  }

  div.container-size {
    background-color: #eaeaea;
    margin-top: 40px;
    padding: 20px;
  }

  div.speed {
    margin-top: 40px;
  }

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: calc(50% - 107px);
  }

  div.sidebar a.btn-phone {
    margin-left: calc(50% - 79px);
  }

  div.waste-type a {
    color: #3f3f3f;
  }

  body.turbocontainers div.demand-rectangle {
    height: 585px;
  }

}

@media (max-width: 690px) {

  div.sidebar .btn-primary {
    height: 40px;
  }

}

@media (max-width: 590px) {

  body.turbocontainers div.demand-rectangle {
    height: 525px;
  }

}

@media (max-width: 525px) {

  div.demand-rectangle {
    top: 155px;
  }

  div.sidebar .btn-primary {
    font-size: .875rem;
    height: 37px;
  }

}

@media (max-width: 414px) {

  div.sidebar button.btn,
  div.sidebar a.btn {
    margin-left: calc(50% - 95px);
  }

  div.sidebar a.btn-phone {
    margin-left: calc(50% - 67px);
  }

}

@media (max-width: 475px) {

  body.turbocontainers div.demand-rectangle {
    height: 485px;
  }

}

@media (max-width: 420px) {

  div.demand-rectangle {
    top: 67px;
  }

}

@media (max-width: 375px) {

  div.demand-rectangle {
    top: 0;
  }

}

/*!
* Order
*/

section.order h2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 300;
  color: #004d3b;
  margin-bottom: 20px;
}

  body.demand section.order h2 {
    margin-top: 45px;
  }

div.street {
  position: relative;
}

  div.input-address.street {
    align-items: center;
    max-width: 752px;
    margin: 0 auto;
  }

  div.street label {
    margin: 0;
    margin-right: 17px;
    font-size: 1.375rem;
    line-height: 1.95;
    color: #3f3f3f;
  }

    div.street label::after {
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      content: "\f3c5";
      color: #d71921;
      font-size: 2.4375rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      margin-left: 30px;
      line-height: 1;
    }

    div.street input {
      border: 0;
      border-radius: 0;
      padding-left: 22px;
      height: 46px;
    }

    div.street button {
      width: 46px; height: 46px;
      background-color: #004a39;
      position: relative;
    }

      div.street button:hover,
      div.street button:focus {
        background-color: #d71921;
      }

      div.street button i {
        right: 14px;
      }

    body.demand div.term li {
      position: relative;
    }

      body.demand div.term li label {
        margin-left: 15px;
      }

    div.street::before,
    body.demand div.term li::before {
      content: "";
      position: absolute;
      left: 203px;
      width: 8px; height: 46px;
      background: url(../img/white-arrow.svg);
      background-size: cover;
      background-repeat: no-repeat;
    }

      body.demand div.term li::before {
        left: 31px;
      }

      body.lang-en div.street::before,
      body.lang-ua div.street::before {
        left: 235px;
      }

      body.demand.lang-en div.term li.dateField::before,
      body.demand.lang-ua div.term li.dateField::before {
        left: 48px;
      }

      body.demand.lang-en div.term li.dateField:nth-child(2)::before,
      body.demand.lang-ua div.term li.dateField:nth-child(2)::before {
        left: 29px;
      }

div.street input.form-control::placeholder {
  font-size: 1.125rem;
  font-weight: 800;
  color: #424242;
  text-transform: uppercase;
}
  input.form-control {
    transition: color .25s;
  }

  input.form-control:hover {
    color: #004a39;
    transition: color .25s;
  }

section.top.order {
  background-color: #eaeaea;
}

p.desc {
  font-size: 1.375rem;
  color: #3f3f3f;
  text-align: center;
  margin: 22px 0;
  line-height: 1.3;
}

  p.desc.margin {
    margin-top: 36px;
  }

  p.desc strong {
    font-weight: 800;
    text-transform: uppercase;
  }

p.empty-order {
  margin-bottom: 36px;
  font-weight: 700;
  text-align: center;
}

p.warning-street {
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0;
}

div.oneContainer:not(:last-child) {
  margin-bottom: 60px;
}

div.oneContainer:not(:first-child)::before {
  content: "";
  display: block;
  width: 120px; height: 5px;
  background-color: #d71921;
  margin: 0 auto 60px auto;
}

  div.oneContainer.first-container::before {
    content: none;
  }

div.oneContainer:nth-child(1)::before {
  content: none;
}

section.map {
  position: relative;
  z-index: 2;
}

  section.map iframe {
    -webkit-box-shadow: -2px 1px 15px 2px rgba(0,0,0,0.15); 
            box-shadow: -2px 1px 15px 2px rgba(0,0,0,0.15);
  }

section.waste {
  margin-top: 60px;
  position: relative;
}

  section.waste.in-material {
    margin-top: 0;
  }

div.filter ul {
  margin-bottom: 0;
}

div.filter li.today::before {
  content: none;
}

  li.remove-container,
  li.timefield {
    margin-left: 26px;
  }

  div.filter li.today button,
  li.add-container button.btn-primary,
  li.remove-container button.btn-primary {
    padding: 11px 30px;
    margin: 0;
    background-color: #f2f2f2;
    text-decoration: none;
    font-weight: 700;
    color: #424242;
    text-transform: none;
  }

    li.add-container button a,
    li.remove-container button a {
      color: #424242;
      text-decoration: none;
      display: inline-block;
    }

    div.filter li.today button:hover,
    li.add-container:hover button,
    li.remove-container:hover button {
      color: #004a39;
    }

  .btn-absolute {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1;
  }

div.filter li.add-container {
  display: table;
  margin: 0 auto 0 auto;
}

  body.demand li.add-container {
    margin-left: 0;
    margin-top: 26px;
  }

section.material {
  margin-top: 70px;
  position: relative;
}

.btn-add-material {
  padding: 11px 27px 8px 27px;
  font-size: 1.125rem;
  display: table;
  margin: 0 auto;
}

.btn-i-need {
  margin-bottom: 40px;
}

div.select-material {
  background-color: #eaeaea;
  margin-top: 230px;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}

  section.order-material div.select-material {
    background-color: transparent;
    margin-top: 36px;
    padding-top: 0;
  }

  div.select-material::after {
    content: "";
    width: 100%; height: 378px;
    background-color: #eaeaea;
    position: absolute;
    top: -185px; left: 0;
       -moz-transform: skew(0deg, 7deg);
    -webkit-transform: skew(0deg, 7deg);
         -o-transform: skew(0deg, 7deg);
        -ms-transform: skew(0deg, 7deg);
            transform: skew(0deg, 7deg);
  }

    section.order-material div.select-material::after {
      content: none;
    }

  div.select-material .container.margin {
    margin-top: -155px;
  }

    div.changeContainer .container.margin {
      margin-top: -130px;
    }

  div.select-material h4 {
    font-size: 1.875rem;
    margin-bottom: 2.8125rem;
    font-weight: 300;
    color: #004a39;
    text-transform: uppercase;
    text-align: center;
  }

  ul.select-material {
    margin: 0 auto;
    max-width: 510px; width: 100%;
    font-size: 1px;
    margin-top: -30px;
  }

    ul.select-material li {
      width: 33%;
      text-align: center;
      font-size: 1.25rem;
      text-transform: uppercase;
      margin-top: 30px;
      vertical-align: top;
    }

    ul.select-material .list-inline-item:not(:last-child) {
      margin-right: 0;
    }

  ul.select-material li img {
   width: 77px; height: 77px;
   border: 3px solid #000;
   display: block;
   margin: 0 auto 13px auto;
   transition: all .25s;
  }

ul.select-material [type=radio],
div.roughness ul [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
}

  ul.select-material [type=radio] + img {
    cursor: pointer;
  }

  ul.select-material li.selected span {
      -webkit-text-fill-color: #004a39;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #004a39;
    color: #004a39;
  }

    ul.select-material li.selected img {
      border: 3px solid #004a39;
      transition: all .25s;
    }

ul.select-material .btn-arrow {
  font-size: .875rem;
  line-height: 35px;
  height: 35px;
  padding: 0 16px;
  font-weight: 600;
  display: table;
  margin: 5px auto 0 auto;
}

  ul.select-material .btn-arrow::before {
    width: 5px; height: 35px;
    left: -5px;
  }

  ul.select-material .btn-arrow::after {
    content: none;
  }

div.roughness {
  padding-top: 60px;
}

  div.roughness ul {
    max-width: 670px; width: 100%;
    margin: 0 auto;
  }

    div.roughness li:not(:last-child) {
      margin-bottom: 30px;
    }

    div.roughness div.consistency li:not(:last-child) {
      margin-bottom: 0;
    }

    div.roughness li span {
      font-size: 1.25rem;
      text-transform: uppercase;
    }

      div.roughness li.variantLi span.material-quantity {
        text-transform: lowercase;
      }

      div.roughness li.selected div.title span {
          -webkit-text-fill-color: #004a39;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #004a39;
        color: #004a39;
      }

    div.roughness li>label {
      display: flex;
      flex-direction: row;
    }

      div.roughness div.image {
        width: 77px;
        margin-right: 25px;
        float: left;
      }

        div.roughness div.image a {
          display: inline-block;
        }

      div.roughness div.title {
        width: 100%;
        padding-top: 27px;
        position: relative;
      }

      div.roughness div.description {
        font-size: .875rem;
        max-width: 300px; width: 100%;
        margin-top: 15px;
        display: none;
      }

        div.roughness div.description p {
          margin: 0;
          line-height: 1.3;
          font-weight: 400;
        }

  div.roughness img {
    width: 77px; height: 77px;
    margin-right: 25px;
    object-fit: cover;
  }

div.roughness div.amount {
  font-size: 1rem;
}

ul.delivery {
  font-size: 1.25rem;
  margin: 0;
}

div.total-price ul {
  margin: 0;
  font-size: 1.25rem;
}

  div.total-price ul:not(:first-child),
  div.total-price ul.summary {
    margin-bottom: 30px;
  }

  div.total-price li.weekend strong,
  div.total-price li.beton strong {
    font-size: 1.25rem;
    text-transform: none;
  }

  li.warning {
    margin-top: 30px;
  }

div.total-price {
  text-align: center;
  background-color: #d71921;
  color: #FFF;
  font-size: 2.0625rem;
  font-weight: 400;
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
  z-index: 2;
}

  div.total-price span.total {
    text-transform: uppercase;
    margin-right: 35px;
  }

  div.total-price span.with-vat {
    font-size: 1.40625rem;
    margin-left: 35px;
  }

  div.total-price strong.price {
    font-size: 2.8125rem;
    font-weight: 700;
  }

  div.total-price li strong {
    margin-left: 17px;
    font-weight: 700;
  }

div.amount {
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
}

  div.amount div {
    display: inline-block;
  }

  div.amount div.consistency {
    display: block;
    text-transform: none;
    font-size: 1rem;
    cursor: text;
  }

    div.amount div.consistency ul {
      margin-bottom: 40px;
    }

      div.amount div.consistency li {
        position: relative;
      }

        div.amount div.consistency li:last-child label,
        div.amount div.consistency .list-inline-item:not(:last-child) {
          margin-right: 0;
        }

  div.amount input.form-control {
    width: auto;
    display: inline-block;
    border: 0;
    border-radius: 0;
  }

    input.materialTarget {
      max-width: 100px;
      padding: 0;
    }

    div.material-amount input.form-control {
      background-color: #f2f2f2;
    }

  div.amount span {
    cursor: pointer;
  }

  input.amountField,
  input.materialWeight {
    max-width: 75px;
  }

    input.amountField:disabled,
    input.amountField[readonly],
    input.materialWeight:disabled,
    input.materialWeight[readonly],
    input.materialTarger:disabled,
    input.materialTarger[readonly] {
      max-width: 75px;
      background-color: #FFF;
    }

  .minus,
  .plus {
    width: 50px;
    height: 50px;
    background: #004a39;
    color: #ffffff87;
    display: inline-block;
    vertical-align: middle;
    transition: color .25s;
  }

    .minus::before,
    .plus::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      line-height: 1.95;
      font-weight: 500;
    }

      .minus::before {
        content: "-";
      }

      .plus::before {
        content: "+";
      }

    .minus:hover,
    .plus:hover {
      color: #FFF;
      transition: color .25s;
    }

    div.roughness div.amount .minus::before {
      margin-top: 4px;
    }

    div.roughness div.amount .plus::before {
      margin-top: 5px;
    }

  div.amount input#amount,
  div.amount input.material-quantity {
    width: 75px;
    background-color: #FFF;
  }

  span.material-quantity {
    text-transform: lowercase;
    margin-right: 10px;
    margin-left: 5px;
    cursor: text !important;
  }

  div.amount input {
    height: 50px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
  }

  div.amount label,
  li.variantLi div.amount div.consistency label {
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
  }

    li.variantLi div.amount label {
      margin-right: 10px;
    }

    p.empty-container {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 1rem;
      text-transform: none;
      font-weight: 700;
    }

  span.tons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    cursor: text !important;
  }

  div.tons-price {
    font-size: 1.625rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
  }

    div.tons-price::before {
      content: "";
      display: block;
      max-width: 570px; width: 100%; height: 2px;
      margin: 40px auto 30px auto;
      background-color: #424242;
    }

    div.tons-price i {
      font-style: normal;
      text-transform: lowercase;
    }

    div.tons-price i.kc {
      text-transform: capitalize;
    }

div.order-form {
  background-color: #424242;
  padding-top: 84px;
  position: relative;
  overflow: hidden;
}

  body.demand div.order-form {
    margin-top: -130px;
    padding-top: 315px;
  }

  body.excavation div.order-form {
    padding-top: 288px;
  }

  div.order-form ul.errors {
    margin: 0;
  }

  div.order-form nav {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
  }

    div.order-form nav::after {
      content: none;
    }

    div.order-form div.nav-tabs {
      border: 0;
      justify-content: center;
    }

      div.order-form div.nav-tabs::before {
        content: "Jsem";
        display: inline-block;
        padding-top: 9px;
        margin-right: 20px;
        font-weight: 500;
      }

        body.lang-ua div.order-form div.nav-tabs::before {
          content: "Я";
        }

        body.lang-en div.order-form div.nav-tabs::before {
          content: "I'm";
        }

    div.order-form .nav-tabs .nav-link {
      background-color: #FFF;
      border: 0;
      border-radius: 0;
      padding: 0;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #424242;
      position: relative;
      transition: none;
    }

      div.order-form .nav-tabs .nav-link:nth-child(2) {
        border-left: 1px solid #dfdfdf;
      }

      div.order-form .nav-tabs .nav-link label {
        color: #424242;
        font-weight: 600;
        height: 46px;
        padding-top: 9px;
        padding-left: 10px;
      }

        div.order-form .nav-tabs .nav-link.active label,
        div.order-form .nav-tabs .nav-link:hover label {
          color: #FFF;
        }

      div.order-form .nav-tabs .nav-link:first-child::before {
        content: "";
        position: absolute;
        left: -8px;
        top: 0;
        width: 8px; height: 46px;
        background: url(../img/white-arrow.svg);
        background-size: cover;
      }

        div.order-form .nav-tabs .nav-link:first-child:hover::before,
        div.order-form .nav-tabs .nav-link.active:first-child::before {
          background: url(../img/red-arrow.svg);
          background-size: cover;
        }

      div.order-form .nav-tabs .nav-link.active,
      div.order-form .nav-tabs .nav-link:hover {
        color: #FFF;
        background-color: #d71921;
      }

      div.order-form .nav-tabs .form-check-input[type=radio],
      .form-check-input.variantRadio {
        top: 9px; left: 0;
        width: 18px; height: 18px;
        border: 0;
        position: relative;
        border: 1px solid #bfbfbf;
        cursor: pointer;
      }

        .form-check-input.variantRadio {
          position: absolute;
          top: 3px;
          width: 13px; height: 13px;
          z-index: 2;
        }

      div.order-form .nav-tabs .form-check-input:checked,
      input.variantRadio:checked {
        background-color: #FFF;
        border-color: #FFF;
      }

      input.form-check-input.variantRadio:checked {
        border: 1px solid #bfbfbf;
      }

  div.order-form .tab-content {
    max-width: 880px; width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

    body.lang-ua div.order-form .tab-content,
    body.lang-en div.order-form .tab-content {
      padding-bottom: 100px;
    }

  div.order-form .row {
    margin-top: 40px;
    margin-left: -70px;
  }

    div.order-form .row-payment {
      margin-top: 40px;
    }

      div.order-form .row.row-payment {
        margin-top: 0;
      }

      div.order-form .row-payment span {
        font-size: 1.125rem;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 500;
      }

        div.order-form .row-payment .billing-address {
          margin-top: 20px;
        }

    div.order-form .row-ic,
    div.order-form .row-send-order {
      text-align: center;
      margin-left: auto;
    }

      div.order-form .row-send-order p {
        color: #FFF;
        font-size: .875rem;
      }

      .row-ic button {
        color: #FFF;
        background-color: #d71921;
        vertical-align: top;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        height: 46px;
        font-size: 1.125rem;
      }

        .row-ic button:hover,
        .row-ic button.btn-primary:focus {
          background-color: #004a39;
        }

      .row-ic input {
        max-width: 175px; width: auto;
      }

  div.order-form input.form-control {
    border-radius: 0;
    border: 0;
    display: inline-block;
    width: auto; height: 46px;
    position: relative;
  }

    div.order-form .arrow input.form-control,
    div.order-form textarea.form-control {
      width: calc(100% - 135px);
    }

      div.order-form .arrow.locality input.form-control {
        width: calc(100% - 255px);
      }

      div.order-form textarea.form-control {
        width: calc(100% - 135px);
        padding: 20px;
        border-radius: 0;
        border: 0;
        display: inline-block;
        margin-left: 3px;
      }

        div.order-form div.note {
          position: relative;
          font-size: 1px;
        }

        div.order-form div.note::before {
          content: "";
          width: 8px; height: 114px;
          position: absolute;
          left: 127px; top: 46px;
          background-color: #FFF;
        }

  div.order-form label {
    font-size: 1.125rem;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
  }

    div.order-form .arrow label,
    .row-ic label {
      width: 115px;
      margin-right: 15px;
      padding-top: 10px;
      text-align: right;
      vertical-align: top;
      letter-spacing: .5px;
    }

      div.order-form .interested {
        text-align: center;
      }

        div.order-form .interested label,
        div.order-form .locality label {
          width: auto;
        }

        div.btn-service {
          display: inline-block;
          position: relative;
          max-width: 100%;
        }

          div.btn-service select {
            max-width: 100%;
            height: 46px;
            padding-left: 15px;
            padding-right: 15px;
            background-color: #d71921;
            border: 0;
            border-radius: 0;
            color: #FFF;
            font-size: 1.125rem;
            text-transform: uppercase;
            font-weight: 500;
            text-align: center;
            outline: 0px !important;
            -webkit-appearance: none;
            box-shadow: none !important;
          }

      .row-ic label {
        width: auto;
        margin-right: 18px;
      }

      div.order-form .arrow label::after,
      .row-ic label::after {
        content: "";
        position: absolute;
        right: -19px;
        top: 0;
        width: 8px; height: 46px;
        background: url(../img/white-arrow.svg);
        background-size: cover;
      }

      div.order-form .interested label::after {
        content: none;
      }

    div.order-form .arrow.delivery-street label {
      width: 225px;
    }

    div.order-form .arrow.delivery-street input.form-control {
      width: calc(100% - 244px);
    }

    div.order-form .arrow.company label {
      width: 121px;
    }

    div.order-form .arrow.company input.form-control {
      width: calc(100% - 141px);
    }

    div.order-form p.select-type {
      margin: 20px 0 0 0;
      text-align: center;
      font-weight: 600;
      color: #FFF;
    }

      body.lang-ua div.order-form p.select-type,
      body.lang-en div.order-form p.select-type {
        max-width: 600px; width: 100%;
        margin-right: auto;
        margin-left: auto;
      }

div.row.billing-address {
  margin-top: 30px;
}

div.row div.billing-address {
  padding-left: 127px;
  position: relative;
}

  div.billing-address label {
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .billing-address [type=checkbox] {
    left: 0; right: auto;
  }

  div.row div.billing-address a,
  div.row div.billing-address a:hover {
    color: #FFF;
  }

    div.row div.billing-address a:hover {
      text-decoration: none;
    }

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

  .send-order .btn-white::after {
    background-color: #d71921;
  }

section.material img.mosaic {
  position: absolute;
  opacity: .05;
  z-index: -1;
}

  section.material img.mosaic.left {
    left: 0; bottom: -98px;
    opacity: .78;
    z-index: 1;
  }

  section.material img.mosaic.right {
    right: 0; top: -75px;
    mix-blend-mode: multiply;
  }

div.order-form img.mosaic {
  position: absolute;
  top: -61px; left: 0;
  opacity: .1;
}

div.order-form img.car {
  max-width: 429px; width: 100%;
  top: -64px; right: 38px;
}

  body.excavation div.order-form img.car {
    top: 44px; right: -157px;
  }

div.order-form img.stripe {
  position: absolute;
  top: -90px; right: -330px;
  opacity: .1;
  z-index: -1;
}

div.order-form div.rectangle {
  content: "";
  width: 100%; height: 438px;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  bottom: -252px; left: 0;
     -moz-transform: skew(0deg, -7deg);
  -webkit-transform: skew(0deg, -7deg);
       -o-transform: skew(0deg, -7deg);
      -ms-transform: skew(0deg, -7deg);
          transform: skew(0deg, -7deg);
  overflow: hidden;
  z-index: 1;
}

  div.order-form div.rectangle::after {
    content: "";
    width: 339px; height: 629px;
    background-color: #eaeaea;
    position: absolute;
    top: -409px; right: 0;
       -moz-transform: rotate(283deg);
    -webkit-transform: rotate(283deg);
         -o-transform: rotate(283deg);
        -ms-transform: rotate(283deg);
            transform: rotate(283deg);
    z-index: 5;
    -webkit-box-shadow: 0px 23px 23px 7px rgba(0,0,0,0.1); 
            box-shadow: 0px 23px 23px 7px rgba(0,0,0,0.1);
  }

    body.demand div.order-form div.rectangle::after {
      background-color: #d71921;
    }

body.demand section.waste::before {
  content: "";
  width: 100%; height: 100%;
  max-width: 1135px;
  position: absolute;
  top: -20px; left: 50%;
  transform: translateX(-50%);
  background: url(../img/cars.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  opacity: .5;
}

section.something-else {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  background: none;
  position: relative;
}

  section.something-else::after,
  body.excavation div.subpages::after {
    content: "";
    width: 100%; height: 378px;
    background-color: #eaeaea;
    position: absolute;
    bottom: -475px;
    left: 0;
    -moz-transform: skew(0deg, 7deg);
    -webkit-transform: skew(0deg, 7deg);
    -o-transform: skew(0deg, 7deg);
    -ms-transform: skew(0deg, 7deg);
    transform: skew(0deg, 7deg);
  }

    body.excavation div.subpages {
      position: relative;
      z-index: 3;
      padding-bottom: 50px;
    }

    body.excavation div.subpages::after {
      -moz-transform: skew(0deg, -7deg);
      -webkit-transform: skew(0deg, -7deg);
      -o-transform: skew(0deg, -7deg);
      -ms-transform: skew(0deg, -7deg);
      transform: skew(0deg, -7deg);
      z-index: 1;
      bottom: -44px;
    }

a.btn-select {
  color: #FFF;
  display: table;
  margin: 16px auto 0 auto;
  margin-left: calc(50% - 57.5px);
  padding: 11px 27px 8px 27px;
  font-size: 1.125rem;
}

  a.btn-select::after {
    content: none;
  }

div.term {
  text-align: center;
  color: #424242;
  font-weight: 600;
  padding: 100px 0;
  margin-top: 85px;
  position: relative;
  z-index: 3;
}

  div.term.in-material {
    padding: 0;
    margin-top: 70px;
    font-weight: 300;
  }

    div.term.in-material p {
      margin: 0;
    }

  div.term ul {
    margin: 0;
  }

  div.term li {
    vertical-align: top;
    position: relative;
  }

    div.term li:not(:last-child) {
      margin-right: 30px;
      position: relative;
    }

li.weekend button {
  margin-right: 12px;
  width: 46px; height: 46px;
  display: inline-block;
}

  li.weekend button::before,
  li.weekend button.active::before {
    position: absolute;
    top: 5px; left: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 1.5rem;
    color: #d71921;
    content: "\f00d";
    background: none;
    width: auto; height: auto;
  }

  li.weekend button.active {
    background-color: #004a39;
    transition: none !important;
  }

    li.weekend button.active::before {
      top: 10px;
      font-size: 1.125rem;
      color: #FFF;
      content: "\f00c";
    }

  li.weekend button::after {
    content: none;
  }

li.date-from label,
li.date-to label {
 margin-left: 12px;
}

  div.term.in-material label {
   margin-left: 0;
  }

.amount {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.amount:focus {
  outline: none !important;
}

@media (max-width: 1405px) {

  div.order-form img.stripe {
    top: -109px; right: -405px;
  }

}

@media (max-width: 1199px) {

  section.map div.container {
    max-width: none;
  }

}

@media (max-width: 1050px) {

  div.order-form {
    padding-left: 50px;
  }

}

@media (max-width: 1014px) {

  li.remove-container {
    width: 164px;
    margin: 26px auto 0 auto;
    display: table;
  }

  div.filter li.remove-container::after {
    left: 33px;
  }

}

@media (max-width: 991px) {

  div.amount {
    font-size: 1.125rem;
  }

  div.filter li.remove-container::after {
    left: 33px;
  }

  .minus::before,
  .plus::before {
    line-height: 2.7;
  }

  div.order-form img.stripe {
    top: -200px;
  }

  body.demand div.order-form {
    margin-top: -207px;
  }

}

@media (max-width: 991px) {

  body.demand div.term li.weekend {
    margin-top: 20px;
  }

}

@media (max-width: 777px) {

  div.filter li.remove-container::after {
    left: 35px;
  }

}

@media (max-width: 767px) {

  section.order h2 {
    font-size: 1.5rem;
  }

  p.desc,
  div.tons-price {
    font-size: 1.125rem;
  }

  div.tons-price::before {
    margin: 20px auto;
  }

  div.amount label {
    display: block;
    margin: 0 auto 15px auto;
  }

  div.order-form {
    padding-left: 0;
  }

    div.order-form nav {
      font-size: 1rem;
      margin-bottom: 20px;
    }

  div.order-form .row {
    margin-top: 0;
  }

  div.order-form .row-send-order {
    margin-top: 20px;
  }

  div.order-form .form-group {
    margin-top: 15px;
  }

    div.order-form .row-send-order .form-group {
      margin-top: 20px;
    }

  div.total-price span.total,
  div.total-price strong.price {
    font-size: 1.5rem;
  }

  div.in-material div.filter li:first-child,
  div.in-material li:not(:last-child) {
    margin: 0 auto;
    display: block;
  }

  div.in-material li {
    max-width: 360px;
    width: 100%;
  }

  div.in-material li.date-realization {
    margin-bottom: 10px !important;
  }

  div.in-material li.date::after {
    left: 48px;
  }

  div.in-material li.timefield::after {
    left: 66px;
  }

  body.demand div.term li.dateField {
    margin-bottom: 15px;
  }

  body.demand div.term {
    padding: 80px 15px;
  }

  body.demand div.term li.weekend {
    margin-top: 0;
  }

  section.material img.mosaic.left {
    display: none;
  }

}

@media (max-width: 690px) {

  .btn-add-material,
  a.btn-select {
    font-size: 1rem;
    padding: 9px 27px 7px 27px;
  }

}

@media (max-width: 685px) {

  div.order-form .row {
    margin-left: auto;
  }

  div.order-form .arrow label,
  .row-ic label {
    display: block;
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 1rem;
  }

  div.order-form .arrow label::after,
  .row-ic label::after {
    content: none;
  }

  div.order-form .arrow input.form-control,
  div.order-form textarea.form-control,
  div.order-form .arrow.delivery-street input.form-control {
    width: 100%;
  }

  div.row div.billing-address {
    padding-left: 0;
  }

}

@media (max-width: 645px) {

  div.total-price li.weekend strong,
  div.total-price li.beton strong {
    display: inline-block;
  }

}

@media (min-width: 601px) {

  div.input-address.street {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }

  form.orderform .input-address>.form-control,
  form.orderform .input-address>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }

  form.orderform .input-address>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  form.orderform .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  form.orderform .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

}

@media (max-width: 600px) {

  div.input-group.street {
    display: none;
  }

  div.street input {
    max-width: calc(100% - 46px);
    display: inline-block;
    vertical-align: middle;
  }

  div.street::before {
    content: none;
  }

  div.street label {
    margin: 0 auto;
    margin-bottom: 10px;
    display: table;
    font-size: 1.125rem;
  }

    div.street label::after {
      margin-right: 0;
      margin-left: 10px;
      font-size: 1.5rem;
    }

}

@media (max-width: 580px) {

  div.total-price span.with-vat {
    font-size: 1.25rem;
    margin-left: 0;
    display: block;
  }

  div.roughness div.title {
    padding-top: 0;
  }

  div.roughness li span {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
  }

  div.roughness div.description {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: none;
  }

  div.roughness .btn-arrow {
    position: relative;
  }

}

@media (max-width: 535px) {

  div.order-form {
    padding-top: 43px;
    padding-bottom: 30px;
  }

  div.order-form div.nav-tabs::before {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
  }

  div.order-form .nav-tabs .nav-link:first-child::before {
    content: none;
  }

  body.demand div.order-form {
    margin-top: -296px;
  }

}

@media (max-width: 525px) {

  .btn-add-material,
  a.btn-select {
    padding-top: 7px;
    padding-bottom: 6px;
  }

  div.order-form label {
    font-size: 1rem;
  }

  div.order-form .nav-tabs .nav-link label {
    padding-top: 10px;
  }

}

@media (max-width: 494px) {

  body.demand div.term li::before {
    content: none;
  }

  body.demand div.term li label.select {
    display: block;
  }

  body.demand div.order-form {
    margin-top: -235px;
  }

  section.something-else::after {
    height: 438px;
    bottom: -533px;
  }

}

@media (max-width: 460px) {

  div.filter ul.vat::before {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

}

@media (max-width: 452px) {

  div.filter ul {
    text-align: center;
  }

  div.filter li:not(:last-child) {
    margin-bottom: 10px;
  }

  div.filter ul.vat li:not(:last-child) {
    margin-bottom: 0;
  }

}

@media (max-width: 439px) {

  div.order-form .nav-tabs .nav-link:nth-child(2) {
    border: 0;
  }

  div.order-form .nav-tabs .nav-link:first-child {
    margin-bottom: 5px;
  }

  div.order-form .arrow label,
  .row-ic label,
  div.order-form .row-payment span {
    font-size: .875rem;
  }

}

@media (max-width: 435px) {

  div.total-price ul {
    font-size: 1rem;
  }

  div.total-price li strong {
    display: block;
    margin-left: 0;
  }

  div.total-price ul:not(:first-child),
  div.total-price ul.summary  {
    margin-bottom: 20px;
  }

  div.total-price ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  div.total-price span.total {
    display: block;
    margin-right: 0;
  }

}

@media (max-width: 420px) {

  div.amount div.quantity-mobile {
    display: block;
    margin-top: 5px;
  }

  div.amount div.number input.form-control,
  div.amount input#amount,
  div.amount input.material-quantity {
    max-width: none;
    width: calc(100% - 100px);
  }

  div.amount div.number-mobile,
  div.amount div.quantity-mobile {
    width: 100%;
  }

    div.amount div.number-mobile div.number {
      width: calc(100% - 70px);
    }

      div.amount div.number-mobile.beton div.number {
        width: calc(100% - 53px);
      }

    div.amount div.quantity-mobile input.form-control {
      max-width: none;
      width: calc(100% - 39px);
    }

      div.amount div.quantity-mobile.beton input.form-control {
        width: calc(100% - 56px);
      }

  div.roughness div.number-mobile span,
  div.roughness div.quantity-mobile span {
    display: inline-block;
    margin: 0;
  }

  div.roughness div.amount .plus::before,
  div.roughness div.amount .minus::before {
    margin-top: 0;
  }

  div.send-order button {
    margin-left: calc(50% - 210px);
  }

}

@media (max-width: 415px) {

  li.remove-container {
    padding-left: 23px;
  }

  div.total-price {
    padding: 20px 15px;
  }

  div.order-form {
    padding-top: 20px;
  }

}

@media (max-width: 408px) {

  div.order-form {
    padding-bottom: 22px;
  }

}

@media (max-width: 370px) {

  .row-ic input {
    max-width: none;
  }

  div.order-form .row-ic input.form-control,
  .row-ic button {
    width: 100%;
  }

  .row-ic button {
    font-size: .875rem;
    height: auto;
  }

}

@media (max-width: 348px) {

  div.filter ul.vat li:not(:last-child) {
    margin-bottom: 10px;
  }

}

@media (max-width: 315px) {

  div.in-material div.filter li::before,
  div.in-material div.filter li::after {
    content: none;
  }

  div.in-material div.filter li,
  div.in-material div.filter li label,
  div.in-material label.select select {
    width: 100% !important;
  }

}

/*!
* Page
*/

body.page section.top {
  padding-bottom: 0;
  background-color: transparent;
}

article.article {
  font-size: 1rem;
  text-align: center;
}

  body.excavation article.article {
    font-size: 1.375rem;
    margin-bottom: 50px;
  }

    body.excavation article.article p:last-child {
      margin-bottom: 0;
    }

  article.article div.container,
  body.faq div.container {
    max-width: 1000px;
  }

  article.article a {
    color: #004a39;
    font-weight: 400;
  }

    article.article a:hover {
      text-decoration: none;
      color: #424242;
    }

  article.article ol,
  article.article ul {
    list-style-position: inside;
  }

article.article table.table-machinery tbody {
  font-weight: 600;
}

article.article table.table-machinery tbody tr:nth-child(1),
article.article table.table-machinery tbody tr:nth-child(2) {
  background-color: #004a39;
  color: #FFF;
}

article.article table.table-machinery img {
  width: 160px; height: 100px;
  object-fit: contain;
}

article.article table.table-machinery p:first-child {
  margin-bottom: 5px;
}

article.article table.table-machinery p {
  margin: 0;
}

div.gallery .row {
  margin-right: -4px;
  margin-left: -4px;
}

div.short-image,
div.long-image {
  margin-bottom: 8px;
}

  div.short-image a,
  div.long-image a {
    display: block;
  }

@media (min-width: 1051px) {

  div.short-image,
  div.long-image {
    height: 433px;
  }

}

@media (max-width: 1050px) {

  div.short-image,
  div.long-image {
    height: 410px;
  }

}

@media (max-width: 815px) {

  div.short-image,
  div.long-image {
    height: 345px;
  }

}

@media (max-width: 615px) {

  div.short-image,
  div.long-image {
    height: 245px;
  }

}

@media (max-width: 550px) {

  div.short-image,
  div.long-image {
    height: 185px;
  }

}

@media (max-width: 455px) {

  div.short-image,
  div.long-image {
    height: 130px;
  }

}

@media (max-width: 455px) {

  div.short-image,
  div.long-image {
    height: 130px;
  }

}

@media (max-width: 454px) {

  div.short-image,
  div.long-image {
    height: auto;
  }

  div.short-image img,
  div.long-image img {
    max-width: 100%; height: auto;
  }

}

@media (min-width: 455px) {

  div.gallery .row {
    margin-right: -4px;
    margin-left: -4px;
  }

  div.short-image,
  div.long-image {
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
  }

    div.short-image {
      -ms-flex: 0 0 37%;
      flex: 0 0 37%;
      max-width: 37%;
    }

    div.long-image {
      -ms-flex: 0 0 63%;
      flex: 0 0 63%;
      max-width: 63%;
    }

      div.short-image a,
      div.long-image a {
        width: 100%; height: 100%;
        position: relative;
      }

      div.short-image img,
      div.long-image img {
        width: 100%; height: 100%;
        object-fit: cover;
      }

}

/*!
* Datepicker
*/

.datetimepicker {
  padding: 10px;
  border-radius: 0;
}

.datetimepicker  .table-sm>:not(caption)>*>* {
  padding: 0.4rem 0.6rem;
}

.datetimepicker td,
.datetimepicker th {
  border-radius: 0;
  border: 0;
  text-shadow: none;
}

.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
  background: #004a39;
  font-weight: 500;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today:hover {
  background: transparent;
  font-weight: 500;
  box-shadow: 0px 0px 0px 2px #004a39 inset;
}

.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today.disabled:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today[disabled] {
  color: #004a39;
  background: transparent;
  font-weight: 500;
  box-shadow: 0px 0px 0px 2px #004a39 inset;
}

/*!
* Subpages
*/

.realizations div.container {
  max-width: 895px;
}

div.col-subpage {
  max-width: 270px; width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

  body.excavation div.col-subpage {
    max-width: none;
    position: relative;
  }

  div.col-subpage img {
    width: 190px; height: 100px;
    display: table;
    margin: 0 auto 15px auto;
    object-fit: contain;
  }

    div.persons div.col-subpage img {
      max-width: 100%; width: auto; height: auto;
    }

    span.person-name {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
    }

    body.excavation div.col-subpage img {
     max-width: 100%; height: auto;
     width: auto;
    }

  div.col-subpage h2 {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0;
  }

    div.col-subpage.icon-thumb h2 {
      position: absolute;
      left: 50%; bottom: 0;
      transform: translateX(-50%);
    }

    div.col-subpage h2 a,
    div.col-subpage h2 a:hover,
    div.col-subpage a.chocolat-image,
    div.col-subpage a:hover.chocolat-image {
      color: #424242;
      text-decoration: none;
    }

      div.col-subpage a i.fa-solid {
        position: absolute;
        top: 0; right: 0;
        background-color: rgba(215, 25, 33, .8);
        color: #FFF;
        font-size: 1rem;
        padding: 10px;
        transition: all .25s;
      }

        div.col-subpage a:hover i.fa-solid {
          background-color: rgba(255, 255, 255, .5);
          color: #242424;
          transition: all .25s;
        }

  div.col-subpage span {
    font-weight: 500;
  }

  div.col-subpage a.btn {
    display: table;
    margin: 26px auto 0 auto;
  }

div.subpages .row {
  margin-top: -40px;
}

  div.subpages .row>[class*=col-] {
    margin-top: 40px;
  }

  div.subpages.career .row>[class*=col-],
  div.subpages.pragues .row {
    margin-top: 0;
  }

  div.subpages.pragues .row:not(:last-child) {
    margin-bottom: 40px;
  }

div.subpages.persons .row,
div.subpages.career .row,
div.subpages.about-us .row {
  margin-top: 0;
}

  div.subpages.persons .row:not(:last-child) {
    margin-bottom: 40px;
  }

  div.subpages.career .row-positions {
    margin-top: 40px;
  }

div.row-blocks {
  margin-top: 60px;
  margin-bottom: 90px;
}

div.benefit {
  display: table;
  vertical-align: middle;
  padding: 10px;
}

  div.benefit span {
    font-weight: 600;
  }

  div.row-blocks [class*=col-] {
    position: relative;
  }

  div.row-blocks [class*=col-]:before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 3px; height: 100%;
    background-color: #d71921;
  }

    div.row-blocks [class*=col-]:first-child:before {
      content: none;
    }

@media (min-width: 768px) {

  body.excavation div.col-subpage.icon-thumb img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }

}

@media (max-width: 650px) {

  body.order img.mosaic {
    display: none;
  }

}

@media (max-width: 560px) {

  div.col-subpage h2 {
    font-size: 1rem;
  }

}

@media (max-width: 525px) {

  div.col-subpage img {
    max-width: 100%; height: auto;
  }

}

/*!
* Footer
*/

footer {
  background-color: #eaeaea;
  color: #424242;
  font-size: 1.048rem;
  padding-top: 31px;
  position: relative;
  z-index: 4;
}

  body.container-detail footer {
    background-color: rgba(234, 234, 234, 0.4);
  }

  footer div.container {
    position: relative;
    max-width: 1120px;
    padding-bottom: 20px;
  }

    body.lang-en footer div.container,
    body.lang-ua footer div.container {
      padding-bottom: 60px;
    }

    body.lang-en footer div.copyright div.container,
    body.lang-ua footer div.copyright div.container {
      padding-bottom: 0;
    }

footer div.logo {
  display: inline-block;
  vertical-align: top;
}

  footer div.logo a {
    display: inline-block;
  }

    footer div.logo img {
      max-width: 190px; height: auto;
    }

footer div.contact {
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
  margin-left: 82px;
}

footer ul {
  margin: 0;
}

footer a {
  color: #424242;
  font-weight: 500;
  text-decoration: none;
}

  footer a:hover {
    color: #d71921;
  }

  footer a.email::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f0e0";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  footer div.phone {
    background: #d71921;
    display: inline-block;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1;
    padding: 13px 10px 20px 12px;
    position: relative;
  }

    footer div.phone a {
      color: #FFF;
      font-weight: 700;
      z-index: 1;
      position: relative;
    }

    footer div.phone img {
      position: absolute;
      top: 9px; left: 7px;
      opacity: 0.5;
      width: 21px; height: auto;
    }

  footer i.triangle {
    position: absolute;
  }

    footer i.triangle.left {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 58px 43px 0px 0;
      border-color: transparent #d71921 transparent transparent;
      top: 0; left: -43px;
    }

    footer i.triangle.top {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 170px;
      border-color: transparent transparent #d71921 transparent;
      top: -20px; left: 0;
    }

    footer svg {
      position: absolute;
      right: -63px;
      transform: rotate(90deg);
      bottom: 20px;
    }

div.dispatching {
  position: absolute;
  bottom: 0; right: 0;
  color: #d71921;
  text-transform: uppercase;
  font-weight: 600;
}

  div.dispatching a:hover {
    color: #eaeaea;
  }

  footer div.dispatching span {
    margin-right: 38px;
  }

div.copyright {
  text-align: center;
  font-size: 0.75rem;
  background-color: #424242;
  color: #eaeaea;
  padding: 14px 0;
  text-transform: uppercase;
}

  li.sro {
    text-transform: none;
  }

  div.copyright div.container {
    padding-bottom: 0;
  }

  div.copyright a {
    color: #eaeaea;
    font-weight: 300;
  }

    div.copyright a:hover {
      color: #FFF;
    }

  div.copyright li::before,
  div.calculation-bar li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px; height: 9px;
    background-color: #a4a4a4;
    margin-right: 14px;
  }

    div.calculation-bar li::before {
      height: 21px;
      background-color: #FFF;
      vertical-align: text-top;
      margin-right: 10px;
    }

    div.copyright li:first-child::before,
    div.bottom-navigation li:first-child::before,
    div.calculation-bar li:first-child::before {
      content: none;
    }

/*!
* Promotional
*/

div.promotional {
  text-align: center;
  color: #FFF;
  position: fixed;
  bottom: 0; left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 70px;
  padding-bottom: 45px;
  -webkit-animation: fadein 1s;
     -moz-animation: fadein 1s;
      -ms-animation: fadein 1s;
       -o-animation: fadein 1s;
          animation: fadein 1s;
}

  div.promotional::after {
    content: "";
    width: calc(100% + 400px);
    height: 500px;
    background: #d71921 url("../img/material.png");
    background-size: contain;
    position: absolute;
    left: -200px;
    right: -200px;
    top: 0;
    z-index: 3;
    transform: rotate(-7deg);
    -webkit-box-shadow: -3px -2px 11px 1px rgb(0 0 0 / 10%);
    box-shadow: -3px -2px 11px 1px rgb(0 0 0 / 10%);
  }

    div.promotional span.title {
      font-size: 1.5rem;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #004a39;
      padding: 19px 47px;
      position: absolute;
      top: -35px; left: 50%;
      transform: translateX(-50%);
      z-index: 9;
      -webkit-box-shadow: 0px 14px 25px -4px rgba(0,0,0,0.2);
         -moz-box-shadow: 0px 14px 25px -4px rgba(0,0,0,0.2);
              box-shadow: 0px 14px 25px -4px rgba(0,0,0,0.2);
    }

    div.promotional ul {
      margin-top: 40px;
      margin-bottom: 0;
    }

      div.promotional ul li {
        vertical-align: middle;
      }

      div.promotional ul .list-inline-item:not(:last-child) {
        margin: 0;
      }

      div.promotional ul li.phone {
        margin-left: 140px;
        font-size: 1.25rem;
        font-weight: 700;
        position: relative;
      }

        div.promotional ul li.phone::before {
          content: "nebo";
          font-size: .8125rem;
          font-weight: 400;
          position: absolute;
          left: -60px; top: 6px;
        }

        div.promotional ul li.phone::after {
          content: "";
          width: 50px; height: 72px;
          position: absolute;
          top: -15px; left: -18px;
          background: url(../img/i_phone.png);
          background-repeat: no-repeat;
          background-size: contain;
          opacity: .5;
          z-index: -1;
        }

    div.promotional p {
      margin-bottom: 12px;
      line-height: 1;
    }

      p.title {
        font-size: 1.5rem;
        font-weight: 400;
      }

      p.description {
        font-size: 1.125rem;
        font-weight: 400;
      }

      p.validity {
        font-weight: 300;
        margin-bottom: 0;
      }

    div.promotional .btn-white::after {
      background-color: #424242;
    }

    div.promotional .btn-primary {
      padding-right: 27px;
    }

    div.promotional .btn-close-promo {
      position: absolute;
      top: -80px; right: 200px;
      opacity: 1;
      transition: opacity .25s;
      font-size: 1rem;
      background-color: transparent;
      padding: 0;
      border-bottom: 1px solid #FFF;
      letter-spacing: 1px;
    }

      div.promotional .btn-close-promo:hover {
        opacity: .9;
        transition: opacity .25s;
        border-bottom: 0;
      }

      .btn-close-promo:focus,
      .btn-close-promo:active {
        background-color: transparent !important;
        border: 0 !important;
      }

      div.promotional .btn-white:active {
        color: #004a39 !important;
      }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media (max-width: 1399px) {

  div.promotional .btn-close-promo {
    right: 100px;
  }

}

@media (max-width: 1210px) {

  div.dispatching {
    right: 55px;
  }

}

@media (max-width: 1075px) {

  footer div.contact {
    margin-left: 10px;
  }

}

@media (max-width: 999px) {

  div.dispatching {
    position: relative;
    right: auto;
    text-align: right;
    padding-right: 50px;
  }

  footer div.container {
    padding-bottom: 0;
  }

}

@media (max-width: 991px) {

  div.promotional .btn-close-promo {
    right: 0;
  }

}

@media (max-width: 825px) {

  div.promotional {
    padding-top: 55px;
  }

    div.promotional span.title {
      font-size: 1rem;
      padding: 15px 35px;
      top: -22px;
    }

  div.promotional .btn-close-promo {
    font-size: .875rem;
    top: -65px;
  }

  div.promotional p {
    font-size: 1rem;
    line-height: 1.4;
  }

}

@media (max-width: 625px) {

  div.promotional {
    padding-bottom: 70px;
  }

    div.promotional .btn-close-promo {
      top: auto;
      bottom: -50px;
      left: 50%;
      transform: translateX(-50%);
      max-width: 127px;
    }

}

@media (max-width: 665px) {

  footer div.container {
    padding-bottom: 20px;
  }

  footer div.phone {
    display: none;
  }

  div.dispatching {
    text-align: left;
    padding: 0;
    margin-top: 20px;
  }

  footer div.dispatching span {
    margin-right: 0;
  }

}

@media (max-width: 490px) {

  footer div.logo img {
    max-width: 160px;
    margin-top: 5px;
  }

}

@media (max-width: 470px) {

  div.promotional ul {
    margin-top: 25px;
  }

  div.promotional ul li.order {
    display: block;
  }

  div.promotional ul li.phone {
    margin-top: 20px;
    margin-left: 80px;
  }

}

@media (max-width: 390px) {

  div.calculation-bar li::before {
    content: none;
  }

  div.promotional span.title {
    width: 55%;
  }

}

@media (max-width: 380px) {

  div.calculation-bar li::before {
    content: none;
  }

}

@media (max-width: 400px) {

  footer {
    font-size: .875rem;
  }

}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  div.waste-type-rectangle::after,
  div.demand-rectangle::after { 
    content: none;
  }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
  div.waste-type-rectangle::after,
  div.demand-rectangle::after { 
    content: none;
  }
}}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
@media {
  div.waste-type-rectangle::after,
  div.demand-rectangle::after { 
    content: none;
  }
}}

/*!
* Fleet
*/

section.fleet { 
    position: relative;
}

section.fleet div.container { 
    max-width: 1155px; width: 100%;
}

section.fleet nav {
    width: 100%;
    position: relative;
    padding-bottom: 29px;
}

    section.fleet nav::after {
      content: "";
      width: 100%; height: 28px;
      background-color: #d71921;
      position: absolute;
      left: 0; bottom: 0;
      z-index: 1;
    }

    section.fleet .nav-tabs {
        padding-right: 44px;
        padding-left: 44px;
        font-size: 1.875rem;
        justify-content: center;
        border: 0;
    }

        section.fleet .nav-tabs button {
            height: 64px;
            border: 0;
            border-radius: 0;
            color: #FFF;
            flex: 1 auto;
            align-self: flex-end;
            position: relative;
            background: rgb(150,150,150);
            background: -moz-linear-gradient(180deg, rgba(150,150,150,1) 0%, rgba(150,150,150,1) 75%, rgba(85,85,85,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(150,150,150,1) 0%, rgba(150,150,150,1) 75%, rgba(85,85,85,1) 100%);
            background: linear-gradient(180deg, rgba(150,150,150,1) 0%, rgba(150,150,150,1) 75%, rgba(85,85,85,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#969696",endColorstr="#555555",GradientType=1);
            -webkit-box-shadow: 0px 14px 24px 3px rgba(173,173,173,1) !important;
               -moz-box-shadow: 0px 14px 24px 3px rgba(173,173,173,1) !important;
                    box-shadow: 0px 14px 24px 3px rgba(173,173,173,1) !important;
            transition: height .25s;
            isolation: auto !important;
        }

            section.fleet .nav-tabs button.active {
                color: #FFF;
                background: #d71921;
                height: 87px;
                transition: height .25s;
            }

                section.fleet .nav-tabs button.active::after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 16px 16px 16px;
                    border-color: transparent transparent #ffffff transparent;
                    position: absolute;
                    left: 50%; bottom: -28px;
                    transform: translateX(-50%);
                    z-index: 3;
                }

            section.fleet .nav-tabs button:hover {
                height: 87px;
                transition: height .25s;
            }

        section.fleet .nav-tabs button:not(:last-child) {
            margin-right: 125px;
        }

section.fleet div.tab-content {
    position: relative;
    background-color: #FFF;
    padding: 50px 100px;
    font-size: .9375rem;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.21);
       -moz-box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.21);
            box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.21);
}

section.fleet div.tab-content div.row {
    border-bottom: 2px solid #e7e7e7;
    padding: 30px 0;
}

    section.fleet div.tab-content h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 20px;
    }

        section.fleet div.tab-content h2 span {
            display: block;
            font-weight: 300;
        }

    section.fleet div.tab-content tr td {
        padding: 0;
        border: 0;
    }

      section.fleet div.tab-content tr td:first-child {
          font-weight: 600;
          text-transform: uppercase;
      }

      section.fleet div.tab-content tr td:last-child {
          text-align: right;
      }

  div.tab-pane#tab16 table,
  div.tab-pane#tab17 table {
    max-width: 50%;
  }

@media (max-width: 1165px) {

  section.fleet div.tab-content h2 {
    font-size: 1.75rem;
  }

}

@media (max-width: 1150px) {

  section.fleet .nav-tabs button:not(:last-child) {
    margin-right: 100px;
  }

}

@media (max-width: 950px) {

  section.fleet .nav-tabs button:not(:last-child) {
    margin-right: 75px;
  }

}

@media (max-width: 920px) {

  section.fleet div.tab-content {
    padding: 50px;
  }

}

@media (max-width: 800px) {

  section.fleet .nav-tabs button:not(:last-child) {
    margin-right: 25px;
  }

}

@media (max-width: 767px) {

  section.fleet div.tab-content .text-center {
    margin-bottom: 20px;
  }

  section.fleet .nav-tabs {
    font-size: 1.125rem;
  }

  section.fleet .nav-tabs button {
    height: 50px;
  }

      section.fleet .nav-tabs button.active,
      section.fleet .nav-tabs button:hover {
        height: 73px;
      }

}

@media (max-width: 500px) {

  section.fleet .nav-tabs button:not(:last-child) {
    margin-right: 10px;
  }

}

@media (max-width: 435px) {

  section.fleet .nav-tabs {
    font-size: 1rem;
  }

  section.fleet .nav-tabs button {
    height: 40px;
  }

      section.fleet .nav-tabs button.active,
      section.fleet .nav-tabs button:hover {
        height: 53px;
      }

}

@media (max-width: 415px) {

  section.fleet .nav-tabs button,
  section.fleet .nav-tabs button.active,
  section.fleet .nav-tabs button:hover {
    width: 100%;
    height: auto;
  }

  section.fleet .nav-tabs button:not(:last-child) {
    margin-right: 0;
  }

  section.fleet .nav-tabs button.active::after,
  section.fleet nav::after {
    content: none;
  }

  section.fleet .nav-tabs,
  section.fleet nav {
    padding: 0;
  }

}

.contactEmail{
  display: none;
}