/* !Base (Author: mail@jandousek.cz) */

/*
 Bodies
 ***
*/

html, body {
  min-height: 100%;
  background-color: #292438;
}
body {
  max-width: 1920px;
  min-width: 350px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  font: 300 18px 'Montserrat', Arial, Helvetica, sans-serif;
  color: #555;
}

/*
  links
  ***
*/

a {
  color: #C70018;
}
html.device-desktop a:hover {
  color: #555;
}

/*
  forms
  ***
*/

input, select, textarea, button {
  font: 300 16px 'Montserrat', Arial, Helvetica, sans-serif;
}

/*
  bolds
  ***
*/

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 600;
}

/*
  separator
  ***
*/

.separator {
  width: 60px;
  height: 2px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background-color: #DBDBDB;
}

/*
  link
  ***
*/

.link {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 1.5;
}

/*
  type-button
  ---
*/

.link.type-button {
  position: relative;
  padding: 12px 26px 10px 54px;
  background-color: transparent;
  border: 2px solid #C70018;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #C70018;
}
.link.type-button:before {
  content: '\e82b';
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -11px;
  font: 155% 'Unicons';
}

/*
  icon-*
  ...
*/

.link.type-button.icon-none {
  padding-left: 25px;
}
.link.type-button.icon-modal:before {
  content: '\ec4e';
  left: 21px;
  margin-top: -9px;
  font-size: 120%;
}

/*
  color-*
  ...
*/

.link.type-button.color-white {
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}

/* actions */

html.device-desktop a.link.type-button:hover, html.device-desktop a:hover .link.type-button {
  background-color: #C70018;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
}
html.device-desktop a.link.type-button.color-white:hover, html.device-desktop a:hover .link.type-button.color-white {
  background-color: #fff;
  color: #C70018;
}

/*
  type-more
  ---
*/

.link.type-more {
  text-decoration: none;
  font-size: 14px;
  color: #555;
}
.link.type-more:before {
  content: '\e82b';
  position: relative;
  bottom: -2px;
  font: 150% 'Unicons';
}

/* actions */

html.device-desktop .link.type-more:hover {
  color: #C70018;
}

/*
  desc
  ***
*/

.desc {
  margin: 0;
  padding: 53px 140px;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #2F2F2F;
}
.desc > span {
  display: inline-block;
  position: relative;
}
.desc > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px dashed #555;
}
.desc > span > span {
  position: relative;
  background-color: #fff;
}
.desc > span > span:first-child {
  margin-right: 34px;
  padding-right: 20px;
}
.desc > span > span:last-child {
  margin-left: 34px;
  padding-left: 20px;
}
.desc > span > span > i {
  margin: 0 3px;
  font-style: normal;
  font-size: 84%;
}

/*
  bx-controls-direction
  ***
*/

 .bx-controls-direction {
  width: 50px;
}
.bx-controls-direction > a {
  width: 42px;
  height: 42px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 2px solid #646464;
  border-radius: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: #646464;
  opacity: 0.5;
}
.bx-controls-direction > a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  font: 22px 'Unicons';
}
.bx-controls-direction > a.bx-prev {
  margin-bottom: 0;
}
.bx-controls-direction > a.bx-prev:before {
  content: '\e82a';
}
.bx-controls-direction > a.bx-next:before {
  content: '\e82b';
}

/* actions */

html.device-desktop .bx-controls-direction > a:hover {
  opacity: 1;
}

/*
  imgFlag
  ***
*/

.imgFlag, .imgFlag:before, .imgFlag:after, .imgFlag > img {
  border-radius: 100%;
}
.imgFlag, .imgFlag > img {
  width: 100px;
  display: block;
  margin: 0 auto 35px auto;
}
.imgFlag {
  position: relative;
}
.imgFlag:before, .imgFlag:after {
  content: '';
  position: absolute;
}
.imgFlag:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.07);
  mix-blend-mode: overlay;
}
.imgFlag:after {
  height: 60%;
  left: 10%;
  top: 4%;
  right: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.81)), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(top, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.81) 0%, rgba(255,255,255,0) 100%);
}

/*
  gallery
  ***
*/

.gallery {
  margin: 0 -7px 20px -7px;
  font-size: 0;
}
.gallery > dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 14px;
}
.gallery > dl > dt {
  position: relative;
  margin: 0 7px;
}
.gallery > dl > dt > a {
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  border-top: 3px solid #fff;
  text-decoration: none;
  color: #C70018;
}
.gallery > dl > dt > a:before, .gallery > dl > dt > a:after {
  position: absolute;
  display: none;
}
.gallery > dl > dt > a:before {
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: #C70018;
}
.gallery > dl > dt > a:after {
  content: '\f00e';
  width: 50px;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  padding: 15px 0 13px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  text-align: center;
  font: 22px 'Font Awesome 5 Pro';
}
.gallery > dl > dt > a > img {
  display: block;
}
.gallery > dl > dd {
  display: none;
}

/*
  hide
  ---
*/

.gallery p, .gallery br {
  display: none;
}

/* actions */

html.device-desktop .gallery > dl > dt > a:hover {
  height: auto;
  overflow: visible;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
html.device-desktop .gallery > dl > dt > a:hover:before, html.device-desktop .gallery > dl > dt > a:hover:after {
  display: block;
}

/*
  accordion
  ***
*/

.accordion {
  /* TODO */
}

/*
  title
  ---
*/

.accordion-title {
  overflow: hidden;
  position: relative;
  padding: 16px 90px 15px 90px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 40px;
  line-height: 1.5;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  color: #191c20;
}
.accordion-title:before, .accordion-title:after {
  position: absolute;
}
.accordion-title:after {
  content: '\f067';
  width: 46px;
  top: 5px;
  right: 5px;
  padding: 14px 0;
  border: 2px solid #555;
  border-radius: 100%;
  text-align: center;
  font: 18px 'Font Awesome 5 Pro';
  color: #555;
}

/* actions */

.accordion-title.is-active {
  background-color: #EBEBEB;
  color: #C70018;
}
.accordion-title.is-active:after {
  content: '\f068';
  background-color: #C70018;
  border-color: #C70018;
  color: #fff;
}

/*
  content
  ---
*/

.accordion-content {
  overflow: hidden;
  margin-top: -30px;
  padding: 65px 90px 10px 90px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 0 0 40px 40px;
}

/*
  - group
  ---
*/

.accordion--group {
  margin-bottom: 25px;
}

/*
  adjust accordion
  ...
*/

.accordion--group .accordion {
  margin-bottom: 5px;
}

/*
  listJobs
  ***
*/

.listJobs > li {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
}
.listJobs > li:last-child {
  margin-bottom: 0;
}
.listJobs > li:before {
  display: none;
}
.listJobs > li > a {
  position: relative;
  display: block;
  padding: 12px 80px 12px 40px;
  border: 1px solid #DCDCDC;
  border-radius: 200px;
  line-height: 1.5;
  text-decoration: none;
  font-size: 14px;
  color: #555;
}
.listJobs > li > a:before {
  content: '\e82b';
  width: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 13px 0;
  border: 2px solid #A30215;
  border-radius: 100%;
  text-align: center;
  color: #C70018;
  font: 26px 'Unicons';
}
.listJobs > li > a > b {
  display: block;
  line-height: 1.5;
  font-size: 20px;
  color: #000;
}

/* actions */

html.device-desktop  .listJobs > li > a:hover:before {
  background-color: #A30215;
  color: #fff;
}

/*
  - empty
  ---
*/

.listJobs---empty {
  margin: 0 0 30px 0;
  padding: 30px 15%;
  background-color: #EBEBEB;
  border: 1px solid #DCDCDC;
  border-radius: 40px;
  line-height: 1.7;
  text-align: center;
}
.listJobs---empty > b {
  display: block;
  margin: 0 10% 15px 10%;
  line-height: 1.5;
  font-size: 18px;
  color: #000;
}

/*
  navPager
  ***
*/

.navPager {
  padding: 5px;
  font-size: 0;
}
.navPager > a, .navPager > span {
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 10px;
  border: 2px solid transparent;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
}
.navPager > a {
  margin: 0 10px;
  border-color: #C70018;
  text-decoration: none;
  color: #C70018;
}

/*
  type-*
  ---
*/

.navPager > a.type-prev, .navPager > a.type-next {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #8D8D8D;
  font-size: 14px;
  color: #8D8D8D;
}
.navPager > a.type-prev {
  float: left;
}
.navPager > a.type-next {
  float: right;
}

/* actions */

.navPager > a.is-active {
  border-color: #8D8D8D;
  color: #8D8D8D;
}
html.device-desktop  .navPager > a:hover {
  background: #bf0017;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16);
          box-shadow: rgba(0, 0, 0, 0.16);
  border-color: #bf0017;
  color: #fff;
}
html.device-desktop  .navPager > a.is-active:hover {
  background-color: transparent;
  border-color: #8D8D8D;
  color: #8D8D8D;
}

/*
  navFilter
  ***
*/

.navFilter {
  overflow: auto;
}

/*
  title
  ---
*/

.navFilter-title {
  margin: 0;
}

/*
  list
  ---
*/

.navFilter-list {
  width: 100%;
  display: table;
  margin: 43px 0 0 0;
  border-collapse: collapse;
  text-align: left;
}
.navFilter-list > li {
  display: table-cell;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.navFilter-list > li:before {
  display: none;
}
.navFilter-list > li > a {
  display: block;
  position: relative;
  padding: 15px 20px 14px 25px;
  background-color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  color: #0B0B0C;
}
.navFilter-list > li:first-child > a {
  border-radius: 100px 0 0 100px;
}
.navFilter-list > li:last-child > a {
  border-right: none;
  border-radius: 0 100px 100px 0;
}

/*
  type-anchor
  ...
*/

.navFilter-list.type-anchor > li {
  border-right: 1px solid #EBEBEB;
}
.navFilter-list.type-anchor > li > a {
  padding-right: 35px;
}
.navFilter-list.type-anchor > li > a:after {
  content: '\e829';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font: 150% 'Unicons';
  opacity: 0.3;
}

/* actions */

html.device-desktop  .navFilter-list.type-anchor > li > a:hover {
  background: #bf0017;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf0017),to(#a30215));
  background: -o-linear-gradient(top, #bf0017 0%,#a30215 100%);
  background: linear-gradient(to bottom, #bf0017 0%,#a30215 100%);
  color: #fff;
}
html.device-desktop  .navFilter-list.type-anchor > li > a:hover:after {
  opacity: 0.7;
}

/*
  type-check
  ...
*/

.navFilter-list.type-check > li > a {
  padding-left: 62px;
}
.navFilter-list.type-check > li > a:before, .navFilter-list.type-check > li > a:after {
  position: absolute;
  top: 50%;
}
.navFilter-list.type-check > li > a:before {
  content: '';
  width: 20px;
  height: 20px;
  left: 25px;
  margin-top: -11px;
  border: 1px solid #C8C8C8;
}
.navFilter-list.type-check > li > a:after {
  content: '\e8d8';
  width: 18px;
  left: 27px;
  margin-top: -9px;
  font: 130% 'Unicons';
  background-color: #7BB930;
  color: #fff;
  opacity: 0;
}

/* actions */

html.device-desktop .navFilter-list.type-check > li > a:hover:after {
  opacity: 0.4;
}
.navFilter-list.type-check > li.is-active > a:before {
  border-color: #A7DE64;
}
.navFilter-list.type-check > li.is-active > a:after {
  opacity: 1;
}

/*
  navBox
  ***
*/

.navBox {
  text-align: center;
}

/*
  list
  ---
*/

.navBox-list {
  font-size: 0;
}
.navBox-list > li {
  width: 260px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 20px 10px;
  padding: 0;
}
.navBox-list > li:before {
  display: none;
}
.navBox-list > li > a {
  position: relative;
  display: block;
  padding: 34px 100px 122px 32px;
  background: #fff right bottom no-repeat;
  background-size: 100% auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  color: #C70018;
}
.navBox-list > li > a:after {
  content: '\e82b';
  position: absolute;
  left: 32px;
  bottom: 29px;
  padding: 10px;
  border: 2px solid #C70018;
  border-radius: 100%;
  font: 26px 'Unicons';
}
.navBox-list > li > a > small {
  display: block;
  margin-bottom: 26px;
  font-weight: 300;
  font-size: 14px;
  color: #555;
}

/*
  img
  ...
*/

.navBox-list > li.img-case > a {
  background-image: url('../img/navBox-list-li_img-case-a.jpg');
}
.navBox-list > li.img-person > a {
  background-color: #1D1D1D;
  background-image: url('../img/navBox-list-li_img-person-a.jpg');
}
.navBox-list > li.img-person > a > small {
  color: #C6C6C6;
}

/* actions */

html.device-desktop .navBox-list > li > a:hover {
  padding-bottom: 140px;
  color: #C70018;
}


/*
  itemBox
  ***
*/

.itemBox-inset  {
  position: relative;
  padding: 90px 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

/*
  has-image
  ---
*/

.itemBox.has-image .itemBox-inset  {
  padding-bottom: 327px;
}


/*
  title
  ---
*/

.itemBox-title {
  /* TODO */
}

/*
  excerpt
  ---
*/

.itemBox-excerpt {
  /* TODO */
}

/*
  note
  ---
*/

.itemBox-note {
  font-weight: 700;
  font-size: 14px;
}

/*
  image
  ---
*/

.itemBox-image {
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/itemBox-inset.png') center bottom no-repeat;
  background-size: auto 100%;
}

/*
  adjust link
  ---
*/

.itemBox .link.type-button {
  position: relative;
  z-index: 1;
}

/*
  adjust listJobs
  ***
*/

.itemBox .listJobs {
  min-height: 294px;
  margin-top: 35px;
}

/*
  adjust listJobs---empty
  ***
*/

.itemBox .listJobs---empty {
  margin-top: 35px;
}

/*
  adjust link
  ---
*/

.itemBox .link.type-button {
}

/*
  itemDoc
  ***
*/

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

/*
  image
  ---
*/

.itemDoc-image {
  width: 100%;
  height: 250px;
  position: relative;
  display: table;
}
.itemDoc-image:before {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background-color: #fff;
  border: 1px dashed #707070;
  border-radius: 100px;
}
.itemDoc-image > span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.itemDoc-image > span > span  {
  display: inline-block;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.itemDoc-image > span > span > img {
  display: block;
}

/*
  title
  ---
*/

.itemDoc-title {
  margin: 45px 0 0 0;
}

/*
  excerpt
  ---
*/

.itemDoc-excerpt {
  margin: 5px 0 0 0;
}

/*
  itemPartner
  ***
*/

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

/*
  image
  ---
*/

.itemPartner-image {
  width: 100%;
  height: 250px;
  display: table;
}
.itemPartner-image > span {
  display: table-cell;
  vertical-align: middle;
}
.itemPartner-image > span > img {
  display: block;
}

/*
  itemProject
  ***
*/

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

/*
  image
  ---
*/

.itemProject-image, .itemProject-image > img {
  display: block;
}
.itemProject-image {
  height: 65px;
  overflow: hidden;
  background: center center no-repeat;
}
.itemProject-image > img {
  visibility: hidden;
}

/*
  excerpt
  ---
*/

.itemProject-excerpt {
  margin: 40px 0 0 0;
}

/*
  url
  ---
*/

.itemProject-url {
  display: block;
  margin-top: 30px;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

/* actions */

html.device-desktop .itemProject-url:hover {
  text-decoration: underline;
  color: #C70018;
}

/*
  itemStat
  ***
*/

.itemStat-inset {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

/*
  title
  ---
*/

.itemStat-title  {
  margin: 0;
}
.itemStat-title > b {
  max-width: 340px;
  display: block;
  margin: 0 auto 27px auto;
  padding: 25px 20px;
  border: 1px dashed #707070;
  border-radius: 200px;
  font-weight: 700;
  font-size: 60px;
  color: #C70018;
}
.itemStat-title > b > small {
  font-size: 30px;
}

/*
  excerpt
  ---
*/

.itemStat-excerpt  {
  margin: 20px 0 0 0;
}

/*
  itemBranch
  ***
*/

.itemBranch-inset, .itemBranch-inset-inset {
  position: relative;
}
.itemBranch-inset {
  padding-top: 250px;
}
.itemBranch-inset-inset {
  min-height: 350px;
  margin: 0 50px;
  padding: 40px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

/*
  thumb
  ---
*/

.itemBranch-thumb {
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 10px solid #fff;
  background: center center no-repeat;
}

/*
  title
  ---
*/

.itemBranch-title {
  margin: 0;
}

/*
  contacts
  ---
*/

.itemBranch-contacts {
  margin: 20px 0 0 0;
  font-size: 18px;
}
.itemBranch-contacts > li {
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.itemBranch-contacts > li:before {
  display: none;
}
.itemBranch-contacts > li:last-child {
  margin-bottom: 0;
}
.itemBranch-contacts > li > a {
  position: relative;
  display: block;
  padding-left: 39px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 600;
}
.itemBranch-contacts > li > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font: 120% 'Unicons';
  color: #000;
}

/*
  icons-*
  ...
*/

.itemBranch-contacts > li > a[href*="tel"]:before {
  content: '\e8b9';
}
.itemBranch-contacts > li > a[href*="mailto"]:before {
  content: '\e8d4';
}

/* actions */

html.device-desktop .itemBranch-contacts > li > a:hover {
  color: #000;
}
html.device-desktop .itemBranch-contacts > li > a:hover:before {
  color: #C70018;
}

/*
  address
  ---
*/

.itemBranch-address {
  position: relative;
  margin: 30px 0 0 0;
  border: 1px solid #DCDCDC;
  border-radius: 200px;
  line-height: 1.5;
  font-style: normal;
  font-size: 14px;
}
.itemBranch-address > a {
  display: block;
  padding: 17px 70px 14px 30px;
  text-decoration: none;
  color: #555
}
.itemBranch-address > a > b {
  font-size: 18px;
  color: #000;
}
.itemBranch-address > a > span {
  width: 48px;
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: 12px;
  overflow: hidden;
  border: 2px solid #A30215;
  border-radius: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: #C70018;
}
.itemBranch-address > a > span:before {
  content: '\e82b';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -12px;
  text-indent: 0;
  font: 26px 'Unicons';
}

/* actions */

html.device-desktop .itemBranch-address > a:hover > span {
  background-color: #A30215;
  color: #fff;
}

/*
  open
  ---
*/

.itemBranch-open {
  width: 100%;
  min-height: 64px;
  margin: 30px 0 0 0;
}
.itemBranch-open th, .itemBranch-open td {
  padding: 4px 0 !important;
  border-bottom: none;
  line-height: 1.5;
}
.itemBranch-open th {
  text-align: left;
  font-weight: 300;
}
.itemBranch-open td {
  text-align: right;
}

/*
  adjust link
  ---
*/

.itemBranch .link.type-more {
  margin: 20px 0 0 0;
}

/*
  itemService
  ***
*/

.itemService-inset {
  position: relative;
  text-align: center;
}

/*
  icon-*
  ---
*/

.itemService[class*="icon-"] .itemService-inset:before {
  position: absolute;
  right: 50%;
  top: -7px;
  margin-right: -50px;
  padding: 5px;
  background-color: #83D91A;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  font: 18px 'Unicons';
  color: #fff;
}

/*
  icon-*
  ...
*/

.itemService.icon-lightning .itemService-inset:before {
  content: '\e889';
}

/*
  image
  ---
*/


.itemService-image {
  display: block;
  margin: 0 auto 35px auto;
}

/*
  icon
  ---
*/

.itemService-icon {
  display: block;
  margin: 0 auto 30px auto;
}
.itemService-icon > svg path {
  fill: #000;
}

/* actions */

html.device-desktop .itemService-inset:hover .itemService-icon > svg path {
  fill: #A30215;
}

/*
  title
  ---
*/

.itemService-title {
  max-width: 270px;
  margin: 0 auto;
}

/*
  adjust link
  ---
*/

.itemService .link.type-button, .itemService .link.type-more {
  margin-top: 35px;
}
.itemService .link.type-button + div + .link.type-more {
  margin-top: 10px;
}
.itemService .link.type-more + .link.type-more {
  display: block;
  margin-top: 5px;
}

/*
  itemPost
  ***
*/

.itemPost-inset {
  background-color: #fff;
  font-size: 14px;
}
.itemPost-inset-inset {
  position: relative;
  background-color: #fff;
}

/* actions */

html.device-desktop .itemPost-inset:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

/*
  title
  ---
*/

.itemPost-title {
  margin: 0;
}
.itemPost-title > a {
  min-height: 84px;
  display: block;
  padding: 88px 40px 45px 40px;
  line-height: inherit;
  text-decoration: none;
  color: #000;
}

/* actions */

html.device-desktop .itemPost-inset:hover .itemPost-title > a {
  color: #C70018;
}

/*
  term
  ---
*/

.itemPost-term {
  position: absolute;
  left: 40px;
  top: 44px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

/* actions */

html.device-desktop .itemPost-inset:hover .itemPost-term {
  color: #000;
}

/*
  date
  ---
*/

.itemPost-date {
  position: absolute;
  right: 40px;
  top: 30px;
}
.itemPost-date > span {
  vertical-align: baseline;
  margin-left: 6px;
  font-size: 200%;
}

/*
  thumb
  ---
*/

.itemPost-thumb, .itemPost-thumb > img {
  display: block;
}
.itemPost-thumb {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
.itemPost-thumb:after {
  content: '\e82b';
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -30px;
  padding: 19px 17px 16px 17px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  font: 155% 'Unicons';
  opacity: 0;
}
.itemPost-thumb > img {
  visibility: hidden;
}

/* actions */

html.device-desktop .itemPost-inset:hover .itemPost-thumb:after {
  opacity: 1;
}

/*
  itemPerson
  ***
*/

.itemPerson-inset {
  display: block;
  text-align: center;
  font-size: 14px;
}

/*
  thumb
  ---
*/

.itemPerson-thumb, .itemPerson-thumb > img {
  display: block;
}
.itemPerson-thumb {
  background: center top no-repeat;
  background-size: cover;
}
.itemPerson-thumb > img {
  opacity: 0;
}

/*
  title
  ---
*/

.itemPerson-title {
  margin: 27px 0 0 0;
}

/*
  position
  ---
*/

.itemPerson-position {
  margin: 2px 0 0 0;
  font-weight: 600;
  font-size: 12px;
  color: #C70018;
}

/*
  contacts
  ---
*/

.itemPerson-contacts {
  margin: 24px 0 0 0;
}
.itemPerson-contacts > li {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.itemPerson-contacts > li:before {
  display: none;
}
.itemPerson-contacts > li > a {
  text-decoration: none;
  color: #555;
}

/* actions */

html.device-desktop .itemPerson-contacts > li > a:hover {
  text-decoration: underline;
  color: #C70018;
}

/*
  itemTwitter
  ***
*/

.itemTwitter-inset {
  position: relative;
  overflow: hidden;
  padding: 74px 25% 76px 143px;
  background-color: #2F2F2F;
  font-size: 18px;
  color: #fff;
}
.itemTwitter-inset:before {
  content: '\ec06';
  position: absolute;
  left: 92px;
  top: 70px;
  font: 36px 'unicons';
  color: #c70018;
}

/*
  title
  ---
*/

.itemTwitter-title {
  display: inline-block;
  margin: 0 36px 0 0;
  font-size: 22px;
  color: inherit;
}
.itemTwitter-title > a {
  margin-left: 35px;
  text-decoration: none;
  font-weight: 300;
}

/* actions */

.itemTwitter-title > a:hover {
  color: #fff !important;
}

/*
  date
  ---
*/

.itemTwitter-date {
  display: inline-block;
  font-size: 22px;
}

/*
  excerpt
  ---
*/

.itemTwitter-excerpt {
  margin: 19px 0 0 0;
}

/*
  - slider
  ---
*/

.itemTwitter--slider {
  position: relative;
  z-index: 80;
  margin: 0 0 -130px 36.45%;
}
html.lang-en .itemTwitter--slider {
  margin: 0;
  border-bottom: 1px solid #4e4e4e;
}

/*
  bx-controls-direction
  ...
*/

.itemTwitter--slider .bx-controls-direction {
  position: absolute;
  right: 11.5%;
  top: 50%;
  z-index: 60;
  margin-top: -60px;
}
.itemTwitter--slider .bx-controls-direction > a.bx-prev {
  margin-bottom: 20px;
}

/*
  - item--list
  ***
*/

.item--list {
  position: relative;
  padding: 0 140px;
  background-color: #fff;
}
.item--list-inset {
  padding: 100px 0 55px 0;
  text-align: center;
}
.item--list-inset-inset {
  margin: 0 -20px;
  font-size: 0;
}
.item--list-head + .clear + .item--list-inset-inset, .item--list-head + .navFilter + .clear + .item--list-inset-inset, .item--list-title + .item--list-inset-inset {
  margin-top: 60px;
}
.screen-hide + .item--list-inset-inset {
  margin-top: 0;
}

/*
  has-border
  ---
*/

.item--list.has-border {
  border-bottom: 1px solid #EBEBEB;
}

/*
  width-*
  ---
*/

.item--list.width-small .item--list-inset {
  max-width: 1250px;
  margin: 0 auto;
}

/*
  align-*, has-desc
  ---
*/

.item--list.has-desc .item--list-inset-inset {
  margin-top: 100px;
}
.item--list.align-left.has-desc .item--list-inset, .item--list.align-right.has-desc .item--list-inset {
  padding-top: 65px;
}

/*
  bg-*
  ---
*/

.item--list.bg-grey {
  background-color: #EBEBEB;
}
.item--list.bg-clouds {
  background: #EBEBEB url('../img/placeholders/clouds.jpg') center bottom no-repeat;
}
.item--list.bg-city {
  background: #EBEBEB url('../img/placeholders/city.jpg') center bottom no-repeat;
}

/*
  title
  ---
*/

.item--list-title {
  max-width: 880px;
  margin: 0 auto 80px auto;
}

/*
  excerpt
  ---
*/

.item--list-excerpt {
  margin: 25px 0 0 0;
}

/*
  head
  ---
*/

.item--list-head {
  font-size: 20px;
}

/*
  align-*
  ...
*/


.item--list.align-left .item--list-head {
  width: 38%;
  float: left;
  text-align: left;
}
.item--list.align-right .item--list-head {
  width: 57%;
  float: right;
  text-align: left;
}

/*
.debug-overlay{display:block;}

/*
  adjust title
  ...
*/

.item--list-head .item--list-title {
  margin-bottom: 0;
}

/*
  adjust item
  ---
*/

.item--list .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 60px 0;
  text-align: left;
}
.item--list .item-inset {
  margin: 0 20px;
  font-size: 16px;
}

/*
  cols-2
  ...
*/

.item--list.cols-2 .item {
  width: 50%;
}
.item--list.cols-3 .item {
  width: 33.33%;
}
.item--list.cols-4 .item {
  width: 25%;
}
.item--list.cols-5 .item {
  width: 20%;
}
.item--list.cols-6 .item {
  width: 16.66%;
}

/*
  adjust navFilter
  ---
*/

.item--list .navFilter {
  margin-top: 30px;
}

/*
  align-*
  ...
*/

.item--list.align-left .navFilter {
  max-width: 1000px;
  clear: both;
  padding-top: 30px;
  text-align: left;
}
.item--list.align-left .navFilter-list {
  margin-top: 20px;
}
.item--list.align-right .navFilter {
  width: 45%;
  float: left;
  text-align: left;
  background: red;
}

/*
  adjust desc
  ---
*/

.item--list .desc {
  margin: 0 -140px;
}

/*
  align-*
  ...
*/

.item--list.align-left .desc, .item--list.align-right .desc {
  position: absolute;
  left: 0;
  margin: 0;
}
.item--list.align-left .desc {
  left: 0;
  bottom: 100%;
}
.item--list.align-right .desc {
  width: 22%;
  top: 0;
  padding-top: 30px;
}

/*
  -- head
  ---
*/

.item--list---head {
  overflow: hidden;
  margin-bottom: 16px;
  padding: 0 140px;
  background: #EBEBEB url('../img/placeholders/clouds.jpg') center bottom no-repeat;
  background-size: 100% auto;
  font-size: 20px;
}
.item--list---head-inset {
  padding: 115px 0 134px 0;
}
.item--list---head-inset-inset {
  width: 40%;
  float: left;
}

/*
  adjust navFilter
*/

.item--list---head .navFilter {
  width: 50%;
  float: right;
  overflow: auto;
  margin-top: 30px;
}

/*
  item--promo
  ***
*/

.item--promo {
  overflow: hidden;
  position: relative;
}
html.page-template-landing .item--promo {
  margin-bottom: 120px;
}
html.page-template-landing.lang-en .item--promo {
  margin-bottom: 70px;
}
.item--promo-inset {
  float: right;
  clear: right;
  margin-left: 50%;
  background-color: #C70018;
  color: #fff;
}
.item--promo-inset-inset {
  position: relative;
  z-index: 1;
  padding: 120px 125px;
}
.item--list-inset-inset-inset {
  margin: 0 -15px;
  font-size: 0;
}

/*
  title
  ---
*/

.item--promo-title {
  margin: 0;
  color: inherit;
}

/*
  excerpt
  ---
*/

.item--promo-excerpt {
  margin: 25px 0 0 0;
}

/*
  image
  ---
*/

.item--promo-image {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 130px;
  background: #222 center center no-repeat;
  background-size: cover;
}

/*
  adjust item
  ---
*/

.item--promo .item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
}
.item--promo .item-inset {
  margin: 0 15px;
}

/*
  adjust itemService
  ---
*/

.item--promo .itemService {
  /* TODO */
}

/*
  title
  ...
*/

.item--promo .itemService-title {
  color: inherit;
}

/*
  icon
  ...
*/

.item--promo .itemService-icon > svg path {
  fill: #fff;
}

/* actions */

html.device-desktop .item--promo .itemService-inset:hover .itemService-icon > svg path {
  fill: #fff;
}

/*
  adjust link
  ...
*/

.item--promo .itemService .link.type-button {
  border-color: #fff;
  color: #fff;
}
.item--promo .itemService .link.type-more {
  color: #E898A1;
}

/* actions */

html.device-desktop .item--promo .itemService .link.type-button:hover {
  background-color: #fff;
  color: #C70018;
}
html.device-desktop .item--promo .itemService .link.type-more:hover {
  color: #fff;
}

/*
  adjust desc
  ---
*/

.item--promo .desc {
  width: 50%;
  float: right;
  clear: right;
  text-align: right;
}


/*
  sectionBanner
  ***
*/

.sectionBanner {
  position: relative;
  overflow: hidden;
  padding: 0 140px;
  background-color: #C70018;
  color: #fff;
}
.sectionBanner-inset {
  max-width: 750px;
  margin: 0 auto;
  padding: 110px 0;
  text-align: center;
}

/*
  sliderClients
  ***
*/

.sliderClients {
  overflow: hidden;
  padding: 0 140px;
  background-color: #EBEBEB;
}
.sliderClients-inset {
  max-width: 1250px;
  position: relative;
  overflow: hidden;
  margin: 120px auto;
}

/*
  slides
  ---
*/

.sliderClients-slides {
  margin: 0;
}

/*
  item
  ---
*/

.sliderClients-item {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  text-align: center;
}
.sliderClients-item:before {
  display: none;
}

/*
  image
  ---
*/

.sliderClients-item > span {
  max-height: 61px;
  display: block;
  margin: 0 20% 50px 20%;;
  background: center center no-repeat;
  background-size: contain;
}
.sliderClients-item > span > img {
  display: block;
  visibility: hidden;
}

/*
  format
  ...
*/

.sliderClients-item > b {
  display: block;
  margin-top: 30px;
  line-height: inherit;
  color: #000;
}
.sliderClients-item > b > strong {
  color: #C70018;
}

/*
  adjust bx-controls-direction
  ---
*/

.sliderClients .bx-controls-direction > a {
  position: absolute;
  top: 17px;
}
.sliderClients .bx-controls-direction > a.bx-prev {
  left: 15%;
}
.sliderClients .bx-controls-direction > a.bx-next {
  right: 15%;
}




/*
  title
  ---
*/

.sectionBanner-title {
  margin: 0 10%;
  color: inherit;
}

/*
  excerpt
  ---
*/

.sectionBanner-excerpt {
  margin: 50px 0 0 0;
}

/*
  adjust link
  ---
*/

.sectionBanner .link {
  margin: 50px 0 0 0;
}
.sectionBanner .link + div + .link {
  margin-top: 15px;
}

/*
  color-*
  ...
*/

.link.type-more.color-white {
  color: #fff;
}

/* actions */

.link.type-more.color-white:hover {
  color: #000 !important;
}

/*
  sectionPromo
  ***
*/

.sectionPromo, .sectionPromo-inset, .sectionPromo-inset-inset {
  position: relative;
}
.sectionPromo {
  z-index: 100;
  color: #fff;
}
.sectionPromo-inset {
  width: 800px;
  background-color: #C70018;
  font-size: 19px;
}
.sectionPromo-inset:before, .sectionPromo-inset:after {
  content: '';
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
}
.sectionPromo-inset:before {
  width: 266px;
  height: 305px;
  left: 0;
  top: 30px;
  background-image: url('../img/hook-left.svg');
}
.sectionPromo-inset:after {
  width: 400px;
  height: 300px;
  right: 0;
  bottom: 0;
  background-image: url('../img/hook-right.svg');
}
.sectionPromo-inset-inset {
  padding: 172px 140px 177px 140px;
}

/*
  title
  ---
*/

.sectionPromo-title {
  margin: 0;
  color: inherit;
}

/*
  excerpt
  ---
*/

.sectionPromo-excerpt {
  margin: 43px 0 0 0;
}

/*
  image
  ---
*/

.sectionPromo-image {
  position: absolute;
  left: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  background: center center no-repeat;
  background-size: cover;
}
html.page-template-landing .sectionPromo-image {
  bottom: 130px;
}

/*
  adjust navBox
  ---
*/

.sectionPromo .navBox {
  position: absolute;
  left: 35%;
  right: 10%;
  z-index: 20;
  bottom: 16px;
  text-align: left;
}

/*
  adjust link
  ---
*/

.sectionPromo .link.type-button {
  margin-top: 56px;
}

/*
  sectionInfo
  ***
*/

.sectionInfo {
  position: relative;
  padding: 0 140px;
}
.sectionInfo-inset {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 94px 0 65px 0;
}
.sectionInfo.has-image .sectionInfo-inset {
  max-width: 600px;
  padding-left: 650px;
}
.sectionInfo-inset-inset {
  position: relative;
  z-index: 1;
}
@media (min-width: 950px) {
  .sectionInfo.has-no-image .sectionInfo-inset-inset {
    width: 61.1%;
    float: right;
    margin-top: 3px;
  }
}

/*
  title
  ---
*/

@media (min-width: 950px) {
  .sectionInfo.has-no-image .sectionInfo-title {
    width: 35%;
    position: relative;
    float: left;
    line-height: 1.6;
  }
  .sectionInfo.has-no-image .sectionInfo-title:before {
    content: '';
    height: 2px;
    position: absolute;
    left: -10000px;
    top: 30px;
    right: 100%;
    margin-right: 40px;
    background: #DBDBDB;
  }
}

/*
  image
  ---
*/

.sectionInfo-image {
  width: 600px;
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  background: center bottom no-repeat;
  background-size: contain;
}

/*
  adjust desc
  ---
*/

.sectionInfo .desc {
  position: absolute;
  left: 800px;
  right: 0;
  bottom: 100%;
  margin: 0;
  line-height: 1;
  text-align: right;
}

/*
  detailError
  ***
*/

.detailError {
  padding: 0 140px;
  border-top: 1px solid #eee;
}
.detailError-inset {
  padding: 100px 0 80px 0;
}

/*
  detailContact
  ***
*/

.detailContact {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #EBEBEB;
}
.detailContact-row {
  display: table-row;
}
.detailContact-cell {
  display: table-cell;
  padding: 100px 15% 80px 140px;
  border-right: 1px solid #EBEBEB;
  font-size: 20px;
}
.detailContact-cell:last-child {
  border-right: none;
}

/*
  format
  ---
*/

.detailContact b {
  color: #000;
}

/*
  title
  ---
*/

.detailContact-cell.bg-red .detailContact-title {
  color: inherit;
}

/*
  tel
  ---
*/

.detailContact-tel {
  display: inline-block;
  padding: 26px 52px;
  border: 1px dashed #fff;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 200px;
  text-decoration: none;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}

/*
  bg
  ---
*/

.detailContact-cell.bg-red {
  background-color: #C70018;
  color: #fff;
}
.detailContact-cell.bg-grey {
  background-color: #EBEBEB;
}

/*
  detailPage
  ***
*/

.detailPage-inset {
  padding: 0 140px;
}
.detailPage-inset-inset {
  padding: 90px 0 60px 0;
}
.detailPage .item--list-inset {
  padding-left: 0;
  padding-right: 0;
}

/*
  head
  ---
*/

.detailPage-head, .detailPage-head-inset, .detailPage-head-inset-inset {
  position: relative;
}
.detailPage-head {
  background-color: #222;
  color: #fff;
}
.detailPage-head-inset {
  width: 50%;
  background-color: #C70018;
  font-size: 20px;
}
.detailPage-head-inset-inset {
  padding: 120px 140px 105px 140px;
}

/*
  image
  ---
*/

.detailPage-head-image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #333 center center no-repeat;
  background-size: cover;
}

/*
  title
  ---
*/

.detailPage-title {
  color: inherit;
}

/*
  excerpt
  ---
*/

.detailPage-excerpt {
  line-height: 1.6;
}

/*
  detailPost
  ***
*/

.detailPost-inset {
  padding: 0 140px;
}
.detailPost-inset-inset {
  max-width: 700px;
  margin: 0 auto;
  padding: 96px 0 71px 0;
}

/*
  head
  ---
*/

.detailPost-head {
  box-sizing: border-box;
  position: relative;
  padding: 170px 140px 0 140px;
}
html.post-template-default .detailPost-head {
  border-top: 1px solid #eee;
}
.detailPost-head-inset {
  max-width: 880px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #C70018;
  font-size: 20px;
  color: #fff;
}
.detailPost-head-inset-inset {
  padding: 145px 90px 122px 90px;
}

/*
  image
  ---
*/

.detailPost-head-image {
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 28.7%;
  background-color: #333;
}
html.post-template-default .detailPost-head-image {
  width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}

/*
  title
  ---
*/

.detailPost-title {
  margin: 0;
  color: inherit;
}

/*
  excerpt
  ---
*/

.detailPost-excerpt {
  margin: 37px 0 0 0;
  line-height: 1.6;
}

/*
  terms
  ---
*/

.detailPost-terms {
  position: absolute;
  left: 90px;
  top: 57px;
}
.detailPost-terms > a {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
}
.detailPost-terms > a:first-child {
  margin-left: 0;
}

/*
  date
  ---
*/

.detailPost-date {
  position: absolute;
  right: 88px;
  top: 57px;
  font-size: 14px;
}
.detailPost-date > span {
  vertical-align: baseline;
  margin-left: 6px;
  font-size: 200%;
}

/*
  adjust h2
  ---
*/

.detailPost-inset-inset > h2 {
  position: relative;
  margin-bottom: 30px;
}
.detailPost-inset-inset > h2:before, .detailPost-inset-inset > h2:after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #DBDBDB;
}
.detailPost-inset-inset > h2:before {
  left: -1000px;
  right: 100%;
  margin-right: 90px;
}
.detailPost-inset-inset > h2:after {
  left: 100%;
  right: -1000px;
  margin-left: 90px;
}

/*
  adjust accordion--group
  ---
*/

.detailPost .accordion--group {
  margin: 40px -90px;
}

/*
  adjust table
  ---
*/

.detailPost .table {
  margin-left: -90px;
  margin-right: -90px;
}

/*
  adjust gallery
  ---
*/

.detailPost .gallery {
  margin: 40px -97px;
}

/*
  adjust separator
  ---
*/

.detailPost .separator {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: -30px;
}

/*
  webWrap
  ***
*/

.webWrap {
  overflow: hidden;
}

/*
  webHead
  ***
*/

.webHead {
  position: relative;
  z-index: 1000;
  padding: 0 140px;
  background-color: #fff;
}

/*
  logo
  ---
*/

.webHead-logo {
  width: 200px;
  height: 47px;
  float: left;
  overflow: hidden;
  margin: 29px 110px 23px 0;
  background: url('../img/logotype.svg') left center no-repeat;
  background-size: contain;
  white-space: nowrap;
  text-indent: 200%;
}

@media (min-width: 1001px) {

  /*
    nav
    ---
  */

  .webHead-nav {
    float: left;
  }

  /*
    list
    ...
  */

  .webHead-nav-list {
    margin: 0;
    font-size: 0;
  }
  .webHead-nav-list > li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .webHead-nav-list > li:before {
    display: none;
  }
  .webHead-nav-list > li > a {
    display: block;
    padding: 0 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: #2F2F2F;
  }
  .webHead-nav-list > li > a > span {
    position: relative;
    display: block;
    padding: 42px 0 40px 0;
  }
  .webHead-nav-list > li > a > span:before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #C70018;
  }

  /* actions */

  html.device-desktop .webHead-nav-list > li:hover > a > span:before, .webHead-nav-list > li.is-active > a > span:before {
    width: 100%;
  }

}

/*
  navDrop
  ***
*/

.navDrop {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  margin: -10px 0 0 -125px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-top: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.navDrop:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -7px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-10px, -10px);
      -ms-transform: rotate(45deg) translate(-10px, -10px);
          transform: rotate(45deg) translate(-10px, -10px);
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.navDrop > li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 10px;
  line-height: 1;
}
.navDrop > li:last-child {
  margin-bottom: 0;
}
.navDrop > li:before {
  display: none;
}
.navDrop > li > a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #555;
}
.navDrop > li > a > img {
  position: relative;
  top: -1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
  border: 1px solid #eee;
}

/*
  has-navDSrop
  ---
*/

.has-navDrop:hover > .navDrop {
  display: block;
}

/* actions */

html.device-desktop .navDrop > li > a:hover, .navDrop > li.is-active > a {
  background-color: #C70018;
  color: #fff;
}
html.device-desktop .navDrop > li > a:hover > img {
  background-color: #fff;
  border-color: #fff;
}

/*
  fce
  ---
*/

.webHead-fce {
  position: relative;
  float: right;
  margin-left: 25px;
  padding: 40px 0;
  text-decoration: none;
  font-size: 16px;
  color: #2F2F2F;
}
.webHead-fce:before {
  margin-right: 10px;
  font: 120% 'Unicons';
}
.webHead-fce > .navDrop {
  left: auto;
  right: -15px;
  margin-left: 0;
}
.webHead-fce > .navDrop:before {
  left: auto;
  right: 30px;
  margin-left: 0;
}

/*
  icon-*
  ...
*/

.webHead-fce.icon-user:before {
  content: '\ec19';
}
.webHead-fce.icon-globe:before {
  content: '\ea33';
}

/*
  adjust burger
  ---
*/

.webHead .burger {
  float: right;
  display: none;
  margin: 18px 0 0 15px;
}

/*
  webContact
  ***
*/

.webContact {
  background-color: #2F2F2F;
  color: #fff;
}
.webContact-inset {
  padding: 76px 0 77px 0;
  font-size: 0;
}

/*
  col
  ---
*/

.webContact-col {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.webContact-col-inset {
  padding: 0 140px;
  border-right: 1px dashed #969696;
  font-size: 14px;
}
.webContact-col:last-child .webContact-col-inset {
  border-right: none;
}

/*
  title
  ---
*/

.webContact-title {
  position: relative;
  top: -3px;
  margin: 0;
  color: inherit;
}

/*
  contacts
  ---
*/

.webContact-contacts {
  margin: 8px 0 0 0;
  font-size: 16px;
}
.webContact-contacts > li {
  margin: 0 0 6px 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.webContact-contacts > li:before {
  display: none;
}
.webContact-contacts > li:last-child {
  margin-bottom: 0;
}
.webContact-contacts > li > a {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 600;
}
.webContact-contacts > li > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font: 120% 'Unicons';
  color: #fff;
}

/*
  icons-*
  ...
*/

.webContact-contacts > li > a[href*="tel"]:before {
  content: '\e8b9';
}
.webContact-contacts > li > a[href*="mailto"]:before {
  content: '\e8d4';
}

/* actions */

html.device-desktop .webContact-contacts > li > a:hover {
  color: #fff;
}
html.device-desktop .webContact-contacts > li > a:hover:before {
  color: #C70018;
}

/*
  address
  ---
*/

.webContact-address {
  position: relative;
  margin: 23px 0 0 0;
  line-height: 1;
  font-style: normal;
}
.webContact-address > a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 68px;
  border: 2px solid #646464;
  border-radius: 100px;
  line-height: 1.45;
  text-decoration: none;
  color: inherit;
}
.webContact-address > a:before {
  content: '\e82b';
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -12px;
  font: 180% 'Unicons';
  opacity: 0.4;
}

/* actions */

html.device-desktop .webContact-address > a:hover {
  padding: 10px 22px 10px 70px;
  background: #bf0017;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf0017),to(#a30215));
  background: -o-linear-gradient(top, #bf0017 0%,#a30215 100%);
  background: linear-gradient(to bottom, #bf0017 0%,#a30215 100%);
  border: none;
  color: #fff;
}
html.device-desktop .webContact-address > a:hover:before {
  opacity: 1;
}

/*
  webMenus
  ---
*/

.webMenus {
  padding: 0 140px;
  font-size: 0;
}
.webMenus-inset {
  padding: 60px 0 40px 0;
}

/*
  col
  ---
*/

.webMenus-col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.webMenus-col-inset {
  margin: 0 15px;
}
.webMenus-col:first-child .webMenus-col-inset {
  margin-left: 0;
}
.webMenus-col:last-child .webMenus-col-inset {
  margin-right: 0;
}

/*
  title
  ---
*/

.webMenus-title {
  margin: 0;
}

/*
  list
  ---
*/

.webMenus-list {
  margin: 15px 0 20px 0;
  font-weight: 500;
  font-size: 16px;
}
.webMenus-list > li {
  margin: 0 0 7px 0;
  padding: 0 0 0 24px;
  line-height: 1;
  list-style: none;
}
.webMenus-list > li:before {
  display: none;
}
.webMenus-list > li > a {
  position: relative;
  display: inline-block;
  padding: 3px 0;
  line-height: 1.6;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.webMenus-list > li > a:before {
  content: '\e82b';
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -15px;
  padding-right: 10px;
  font: 175% 'Unicons';
}

/*
  icons
  ---
*/

.webMenus-list > li > a[href*="twitter"]:before, .webMenus-list > li > a[href*="facebook"]:before {
  left: -30px;
  margin-top: -12px;
  font-size: 140%;
}
.webMenus-list > li > a[href*="twitter"]:before {
  content: '\ec06';
}
.webMenus-list > li > a[href*="facebook"]:before {
  content: '\e9d3';
}

/* actions */

html.device-desktop .webMenus-list > li > a:hover, .webMenus-list > li.is-active > a {
  border-bottom-color: #C70018;
  color: #C70018;
}

/*
  webForm
  ***
*/

.webForm {
  margin: 0 140px;
}
html.js-true .webForm {
  display: none;
}
.webForm-inset {
  padding: 50px 0;
  border-top: 1px dashed #C7C7C7;
}

/*
  input
  ***
*/

.input {
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  color: #555;
}

/* actions */

.input:focus {
  border-color: #1592E6;
  outline: none;
}

/*
  remove empty elements
  ***
*/

p:empty {
  display: none;
}

/*
  grid
  ***
*/

.grid {
  margin: 0 -15px;
}
.grid-col {
  padding: 0 15px;
}

/*
  field
  ***
*/

.field {
  margin-bottom: 30px;
}

/*
  label
  ---
*/

.field-label {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #0B0B0C;
}
.field-label > strong {
  color: #C70018;
}

/*
  error + CF7
  ---
*/

.field-error, .wpcf7-not-valid-tip {
  display: block;
  margin-top: 7px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 13px;
  color: #C70018;
}
.field-error:before, .wpcf7-not-valid-tip:before {
  content: '\f06a';
  position: relative;
  bottom: -1px;
  margin-right: 6px;
  font: 700 110% 'Font Awesome 5 Pro';
  color: #C70018;
}


/*
  flashMessage + CF7
  ***
*/

.flashMessage, .wpcf7-response-output {
  position: relative;
  margin-bottom: 25px;
  padding: 16px 50px 16px 20px;
  background-color: #F6FBFD;
  border: 1px solid #A2D9E7;
  border-radius: 4px;
  line-height: 1.6;
  text-align: left;
  font-size: 14px;
  color: #101820;
}
.flashMessage:after, .wpcf7-response-output:after {
  content: '\f129';
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  text-align: center;
  font: 700 15px 'Font Awesome 5 Pro';
  color: #A2D9E7;
}

/*
  Init
  ---
*/

.wpcf7-form.init .wpcf7-response-output {
  display: none;
}

/*
  type
  ---
*/

.flashMessage.type-danger,
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #FFF2EF;
  border-color: #C70018;
}
.flashMessage.type-danger:after,
.wpcf7-form.invalid .wpcf7-response-output:after {
  content: '\f06a';
  color: #C70018;
}
.flashMessage.type-warning,
.wpcf7-form.spam .wpcf7-response-output {
  background-color: #FFF9EB;
  border-color: #FFC844;
}
.flashMessage.type-warning:after,
.wpcf7-form.spam .wpcf7-response-output:after {
  content: '\f071';
  color: #FFC844;
}
.flashMessage.type-happy,
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #E5F9F6;
  border-color: #00BFA5;
}
.flashMessage.type-happy:after,
.wpcf7-form.sent .wpcf7-response-output:after {
  content: '\f00c';
  color: #00BFA5;
}

/*
  formContact
  ***
*/

.formContact-inset {
  margin-top: 30px;
}

/*
  title
  ---
*/

.formContact-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.formContact-excerpt {
  margin: 8px 0 0 0;
}

/*
  gdpr
  ---
*/

.formContact-gdpr {
  margin: 0 0 30px 0;
}

/*
  adjust link
  ---
*/

.formContact .link.type-button {
  margin: 0 0 30px 0;
}

/*
  adjust textarea
  ---
*/

.formContact textarea.input {
  height: 150px;
}

/*
  webFoot
  ***
*/

.webFoot {
  overflow: hidden;
  padding: 0 140px 50px 140px;
}
.webFoot-inset {
  padding: 30px 0;
  border-top: 1px dashed #C7C7C7;
  border-bottom: 1px dashed #C7C7C7;
  font-size: 14px;
}

/*
  logo
  ---
*/

.webFoot-logo {
  float: left;
  margin-right: 30px;
}

/*
  copy
  ---
*/

.webFoot-copy {
  float: right;
  margin: 13px 0 0 0;
}
.webFoot-copy > a {
  display: inline-block;
  position: relative;
  bottom: -3px;
}

/*
  has-hooks
  ***
*/

.has-hooks, .has-hooks > *:first-child {
  position: relative;
}
.has-hooks > *:first-child {
  z-index: 10;
}
.has-hooks:before, .has-hooks:after {
  content: '';
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
}
.has-hooks:before {
  width: 266px;
  height: 305px;
  left: 0;
  top: 30px;
  background-image: url('../img/hook-left.svg');
}
.has-hooks:after {
  width: 400px;
  height: 300px;
  right: 0;
  bottom: 0;
  background-image: url('../img/hook-right.svg');
}

/*
  lexBox
  ***
*/

.lexBox {
  /* TODO */
}

/*
  overlay
  ---
*/

.lexBox-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

/*
  controls
  ---
*/

.lexBox-controls > a {
  background-color: #C70018;
  border-radius: 0;
}

/*
  lexModal
  ***
*/

.lexModal {
  /* TODO */
}

/*
  overlay
  ---
*/

.lexModal-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

/*
  window
  ---
*/

.lexModal-window {
  max-width: 950px;
  margin: 0 auto;
  border-radius: 0;
}

/*
  content
  ---
*/

.lexModal-content {
  padding: 50px 65px 35px 65px;
  font-size: 16px;
}

/*
  adjust format
  ...
*/

.lexModal-content h1 {
  font-size: 36px;
}

/*
  close
  ---
*/

.lexModal-close {
  margin-left: 0;
  background-color: #C70018;
  border-radius: 0;
}
.lexModal-close:before, .lexModal-close:after {
  background-color: #fff;
}
