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

/*
 Bodies
 ***
*/

html, body {
  background-color: #fff;
}
body {
  position: relative;
  margin: 0 auto;
  font: 400 16px 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #7E7474;
}

/*
  tpl-page
  ---
*/

.tpl-page body {
  background-color: #F9F9F9;
}

/*
  scrollbar-hide
  ---
*/

body.scrollbar-hide {
  overflow: hidden;
}

/*
  links
  ***
*/

a {
  color: #2FB3B4;
}
a:hover {
  color: #1A1818;
}

/*
  forms
  ***
*/

input, select, textarea, button {
  font: 400 16px 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

/*
  rules
  ***
*/

hr {
  height: 1px;
  background-color: #EBE7E7;
  border: none;
}

/*
  grid
  ***
*/

.grid {
  margin: 0 -20px;
}

/*
  col
  ---
*/

.grid-col {
  padding: 0 20px;
  font-size: 16px;
}

/*
  icon
  ***
*/

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/*
  fill
  ---
*/

.icon.fill-green path {
  fill: #2FB3B4;
}

/*
  fill
  ---
*/

.icon.fill-grey path {
  fill: #888888;
}
.icon.fill-facebook path {
  fill: #4267B2;
}
 .icon.fill-instagram path {
  fill: #833AB4;
}
.icon.fill-twitter path {
  fill: #1DA1F2;
}


/*
  link
  ***
*/

.link {
  display: inline-block;
  margin: 14px 14px 0 0;
  background: transparent;
  border: none;
  outline: none;
  line-height: 1.6;
  font-size: 16px;
  -webkit-transition: 100ms linear;
  -o-transition: 100ms linear;
  transition: 100ms linear;
}
.link br {
  display: none;
}

/*
  adjust icon
  ---
*/

.link .icon {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

/*
  type-button
  ---
*/

.link.type-button {
  padding: 11px 25px;
  background-color: #1A1818;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

/* actions */

.link.type-button:hover {
  background-color: #363232;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-decoration: underline;
}
.link.type-button:active {
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
}

/*
  adjust icon
  ...
*/

.link.type-button .icon path {
  fill: #fff;
}

/*
  color
  ...
*/

.link.type-button.color-primary {
  background-color: #2FB3B4;
}
.link.type-button.color-light {
  background-color: #7e7474;
}

/* actions */

.link.type-button.color-primary:hover {
  background-color: #3AC8C9;
}
.link.type-button.color-primary:active {
  background-color: #2C9C9C;
}
.link.type-button.color-light:hover {
  background-color: #948b8b;
}
.link.type-button.color-light:active {
  background-color: #685f5f;
}

/*
  type-more
  ---
*/

.link.type-more {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #2FB3B4;
}
.link.type-more:before {
  content: '';
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  border: 5px solid #2FB3B4;
  border-radius: 100%;
}

/* actions */

.link.type-more:hover {
  color: #3AC8C9;
}
.link.type-more:hover:before {
  border-color: #3AC8C9;
}

/*
  input
  ***
*/

.input {
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  line-height: 1.6;
  font-size: 14px;
  color: #1A1818;
}

/* actions */

.input:focus {
  border-color: #2FB3B4;
  -webkit-box-shadow: 0 0 0 1px #2FB3B4;
          box-shadow: 0 0 0 1px #2FB3B4;
}

/*
  field
  ***
*/

.field {
  margin-bottom: 20px;
}

/*
  align
  ---
*/

@media only screen and (min-width: 701px) {

  .formContact-form .field.align-left, .formContact-form .field.align-middle, .formContact-form .field.align-right {
    width: 30%;
    width: calc(33.33% - 20px);
  }
  .formContact-form .field.align-left, .formContact-form .field.align-middle  {
    float: left;
    margin-right: 30px;
  }
  .formContact-form .field.align-right {
    float: right;
  }
  .formContact-form .field.align-clear {
    clear: both;
  }

}

/*
  label
  ---
*/

.field-label {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: 14px;
}
.field-label strong {
  font-weight: 600;
  color: #EC4040;
}

/*
  error + CF7
  ---
*/

.field-error, .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
  color: #C4425C;
}

/*
  flash + CF7
  ***
*/

.flash, .wpcf7-response-output {
  margin-bottom: 20px;
  padding: 13px 24px;
  background: #327DDE 60px 20px no-repeat;
  line-height: 1.6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.wpcf7-response-output[aria-hidden="true"] {
  display: none;
}
form.sent .wpcf7-response-output[aria-hidden="true"] {
  display: block;
  background-color: #2FB3B4;
}

/*
  type
  ---
*/

.flash.type-error, .wpcf7-response-output[role="alert"] {
  background-color: #C4425C;
}
.flash.type-success, .wpcf7-response-output[role="success"] {
  background-color: #2FB3B4;
}

/*
  formContact
  ***
*/

.formContact {
  width: 100%;
  position: relative;
  display: table;
  background-color: #fff;
  -webkit-box-shadow: 19px 62px 62px rgba(0, 10, 50, 0.1);
          box-shadow: 19px 62px 62px rgba(0, 10, 50, 0.1);
  border-radius: 6px;
}

/*
  adjust textarea
  ---
*/

.formContact textarea {
  max-height: 60px;
}

/*
  title
  ---
*/

.formContact-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

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

/*
  head
  ---
*/

.formContact-head {
  width: 335px;
  display: table-cell;
  vertical-align: middle;
  padding: 70px;
  border-right: 1px solid #ddd;
}

/*
  form
  ---
*/

.formContact-form {
  display: table-cell;
  vertical-align: middle;
  padding: 70px;
}

/*
  gdpr
  ---
*/

.formContact-gdpr {
  margin: 35px 200px 0 0;
  line-height: 1.6;
  font-size: 15px;
}

/*
  adjust link
  ...
*/

.formContact-form .link.type-button {
  float: right;
  margin: 10px 0 0 0;
}

/*
  navPagination
  ***
*/

.navPagination {
  text-align: center;
  font-size: 0;
}
.navPagination > a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  color: #2FB3B4;
}

/* actions */

.navPagination > a:hover, .navPagination > a.is-active {
  color: #1A1818;
}

/*
  navSub
  ***
*/

.navSub {
  text-align: right;
}

/*
  list
  ---
*/

.navSub-list {
  margin: 0;
  padding: 16px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
}
.navSub-list:before, .navSub-list:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
}
.navSub-list:before {
  bottom: -24px;
  background-color: #fff;
}
.navSub-list:after {
  bottom: -25px;
  border-radius: 0 100px 0 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.navSub-list > li {
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 1;
}
.navSub-list > li:before {
  display: none;
}
.navSub-list > li:last-child {
  margin-bottom: 0;
}
.navSub-list > li > a {
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #1a1818;
  transition: 200ms linear;
}

/* actions */

.navSub-list > li > a:hover {
  background-color: #2fb3b4;
  color: #fff;
}
.navSub-list > li.is-active > a {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f9f9f9;
  color: #1a1818;
}

/*
  2nd level
  ...
*/

.navSub-list > li > ul {
  overflow: hidden;
  display: none;
  margin: -6px 0 0 0;
  background-color: #f9f9f9;
  border-radius: 0 0 6px 6px;
}
.navSub-list > li > ul:before {
  content: '';
  height: 1px;
  display: block;
  margin-top: 6px;
  background-color: #eee;
}
.navSub-list > li > ul > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.navSub-list > li > ul > li:before {
  display: none;
}
.navSub-list > li > ul > li > a {
  position: relative;
  display: block;
  padding: 4px 16px;
  line-height: 1.6;
  text-decoration: none;
  font-size: 14px;
  color: #1a1818;
  transition: color 200ms linear;
}
.navSub-list > li > ul > li:first-child > a {
  padding-top: 14px;
}
.navSub-list > li > ul > li:last-child > a {
  padding-bottom: 14px;
}

/* actions */

.navSub-list > li.is-active > ul {
  display: block;
}
.navSub-list > li > ul > li > a:hover, .navSub-list > li > ul > li.is-active > a {
  color: #2fb3b4;
}
.navSub-list > li > ul > li.is-active > a {
  text-decoration: underline;
  font-weight: 500;
}

/*
  -- tip
  ---
*/

.navSub-tip {
  margin: 24px 32px 0 19px;
  font-size: 14px;
  opacity: 0.4;
  transition: opacity 200ms linear;
}

/* actions */

.navSub:hover .navSub-tip {
  opacity: 1;
}


/*
  image
  ---
*/

.navSub-tip-image {
  display: block;
  margin-bottom: 18px;
  border-radius: 12px;
  filter: grayscale(100);
}

/*
  text
  ---
*/

.navSub-tip-text {
  margin: 0 0 0 -19px;
  font-size: 14px;
}

/*
  accordion
  ***
*/

.accordion {
  margin-bottom: 20px;
}

/*
  title
  ---
*/

.accordion-title {
  position: relative;
  overflow: hidden;
  padding: 13px 80px 13px 22px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  font-size: 16px;
  color: #1A1818;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
.accordion-title:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  background: url('../img/accordion.svg') left center no-repeat;
  background-size: 200% auto;
}

/* actions */

.accordion.is-active .accordion-title {
  border-color: #2FB3B4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #2FB3B4;
}
.accordion.is-active .accordion-title:after {
  background-position: right center;
}

/*
  content
  ---
*/

.accordion-content {
  overflow: hidden;
  padding: 20px 25px 5px 25px;
  background-color: #fff;
  border: 1px solid #2FB3B4;
  border-top-width: 0;
  border-radius: 0 0 6px 6px;
}

/*
  - group
  ---
*/

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

/*
  adjust accordion
  ...
*/

.accordion--group .accordion {
  margin-bottom: 10px;
}
.accordion--group .accordion:last-child {
  margin-bottom: 0;
}

/*
  gallery
  ***
*/

.gallery {
  margin: 0 -20px -20px -20px;
  font-size: 0;
}

/*
  item
  ---
*/

.gallery dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  padding: 0 20px;
}

/*
  links
  ---
*/

.gallery a {
  position: relative;
  overflow: hidden;
  display: block;
}
.gallery a:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  left: -32px;
  bottom: 15px;
  background: #2FB3B4 url('../img/icons/zoom-white.svg') 7px center no-repeat;
  background-size: 14px 14px;
  border-radius: 0 100px 100px 0;
  opacity: 0;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

/* actions */

.gallery a:hover:before {
  left: 0;
  opacity: 1;
}

/*
  images
  ---
*/

.gallery img {
  display: block;
  border-radius: 6px;
}

/*
  fuck
  ---
*/

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

/*
  galleryProgress
  ***
*/

.galleryProgress {
  position: relative;
  padding-top: 90px;
}
.galleryProgress:before {
  content: '';
  position: absolute;
  left: -10000px;
  top: 0;
  right: -10000px;
  bottom: 240px;
  background-color: #F6F6F6;
}

/*
  title
  ---
*/

.galleryProgress-title {
  margin: 0 0 24px 0;
}

/*
  excerpt
  ---
*/

.galleryProgress-excerpt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 8px 8px;
  line-height: 1.6;
  font-size: 14px;
  color: #eee;
}
.galleryProgress-excerpt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 16px 20px;
  background-color: rgba(47, 179, 180, 0.6);
  border-radius: 0 0 8px 8px;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #eee;
}

/*
  image
  ---
*/

.galleryProgress-image, .galleryProgress-image img {
  display: block;
}
.galleryProgress-image img {
  width: 100%;
  border-radius: 6px;
}

/*
  item
  ---
*/

.galleryProgress-item {
  width: 48%;
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 40px;
}

/* actions */

.galleryProgress-item:hover .galleryProgress-excerpt {
  white-space: normal;
  text-overflow: inherit;
}

/*
  align
  ...
*/

.galleryProgress-item:nth-child(odd) {
  float: left;
  clear: left;
}
.galleryProgress-item:nth-child(even) {
  float: right;
}

/*
  adjust title
  ...
*/

.galleryProgress-item .galleryProgress-title {
  display: none;
}
.galleryProgress-item:nth-child(1) .galleryProgress-title,
.galleryProgress-item:nth-child(2) .galleryProgress-title {
  display: block;
}

/*
  articlePost
  ***
*/

.articlePost-inset {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  color: #7E7474;
}

/*
  image
  ---
*/

.articlePost-image {
  width: 100%;
  display: block;
  margin-bottom: 34px;
  border-radius: 6px;
}

/*
  title
  ---
*/

.articlePost-title {
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

/* actions */

.articlePost-inset:hover .articlePost-title {
  text-decoration: underline;
  color: #2FB3B4;
}

/*
  excerpt
  ---
*/

.articlePost-excerpt {
  margin: 16px 0 0 0;
}

/*
  date
  ---
*/

.articlePost-date {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 9px 12px;
  background-color: #1A1818;
  border-radius: 0 100px 100px 0;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

/* actions */

.articlePost-inset:hover .articlePost-date {
  background-color: #2FB3B4;
}

/*
  articleTech
  ***
*/

.articleTech-inset {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #7E7474;
}

/*
  adjust link
  ---
*/

.articleTech .link.type-more {
  margin: 10px 0 0 0;
}

/*
  image
  ---
*/

.articleTech-image, .articleTech-image img {
  display: block;
}
.articleTech-image img {
  width: calc(100% - 22px);
  margin: 0 auto 25px auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

/*
  title
  ---
*/

.articleTech-title {
  margin: 0;
}
.articleTech-title a, .articleTech-title span {
  overflow: hidden;
  display: block;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis
}

/* actions */

.articleTech-title a:hover {
  color: #2FB3B4;
}

/*
  excerpt
  ---
*/

.articleTech-excerpt {
  margin: 6px 5% 0 5%;
}

/*
  tooltip
  ---
*/

.articleTech-tooltip {
  height: 0;
  position: relative;
}
.articleTech-tooltip > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  padding: 22px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  line-height: 1.7;
  opacity: 0;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.articleTech-tooltip > span:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -6px;
  background-color: #fff;
}

/* actions */

.articleTech-inset:hover .articleTech-tooltip > span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*
  articlePerson
  ***
*/

.articlePerson-inset {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #7E7474;
}

/*
  adjust icon
  ---
*/

.articlePerson .icon {
  margin-bottom: 25px;
}

/*
  img
  ---
*/

.articlePerson-img {
  display: block;
  margin: 0 auto 14px auto;
  border-radius: 50%;
}

/*
  adjust link
  ---
*/

.articlePerson .link.type-more {
  margin: 6px 0 0 0;
}

/*
  listSocials
  ***
*/

.listSocials {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.listSocials > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  padding: 0;
  line-height: 1;
}
.listSocials > li:before {
  display: none;
}


/*
  listContacts
  ***
*/

.listContacts {
  overflow: hidden;
}
.listContacts > li {
  width: 48%;
  width: calc(50% - 20px);
  margin: 0;
  padding: 0;
  line-height: 1;
}
.listContacts > li:before {
  display: none;
}
.listContacts > li > a {
  width: 100%;
  display: table;
  padding: 36px 0;
  background: #2FB3B4 center center no-repeat;
  background-size: cover;
  border-radius: 6px;
  text-decoration: none;
  color: #ADFAFA;
}
.listContacts > li > a > span, .listContacts > li > a > b {
  display: table-cell;
  vertical-align: middle;
}
.listContacts > li > a > span {
  padding-left: 60px;
  text-align: left;
}
.listContacts > li > a > b {
  padding-right: 60px;
  text-align: right;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}

/*
  type
  ---
*/

.listContacts > li.type-phone {
  float: left;
}
.listContacts > li.type-phone > a {
  background-image: url('../img/listContacts/phone.jpg');
}
.listContacts > li.type-email {
  float: right;
}
.listContacts > li.type-email > a {
  background-image: url('../img/listContacts/email.jpg');
}

/*
  title
  ---
*/

.articlePerson-title {
  margin: 0;
}

/*
  In LINK
  ...
*/

a.articlePerson-inset .articlePerson-title {
  text-decoration: underline;
  color: #2fb3b4;
}

/* hover */

a.articlePerson-inset:hover .articlePerson-title {
  color: #333;
}


/*
  excerpt
  ---
*/

.articlePerson-excerpt {
  margin: 0;
}

/*
  sectionInfo
  ***
*/

.sectionInfo-inset {
  position: relative;
  text-align: center;
  font-size: 14px;
}

/*
  align-left
  ---
*/

@media only screen and (min-width: 1001px) {

  .sectionInfo.align-left .sectionInfo-inset {
    padding-left: 70px;
    text-align: left;
  }

}

/*
  adjust icon
  ---
*/

.sectionInfo .icon {
  margin-bottom: 24px;
}

/*
  align-left
  ---
*/

@media only screen and (min-width: 1001px) {

  .sectionInfo.align-left .icon {
    position: absolute;
    left: 0;
    top: 5px;
    margin-bottom: 0;
  }

}

/*
  title
  ---
*/

.sectionInfo-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

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

/*
  sectionBanner
  ***
*/

.sectionBanner-inset {
  padding: 55px 45% 55px 65px;
  background: #fff right -1px center no-repeat;
  background-size: 42% auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
}

/*
  adjust link
  ---
*/

.sectionBanner .link.type-more {
  margin: 25px 0 0 0;
}

/*
  title
  ---
*/

.sectionBanner-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

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

/*
  sectionHero
  ***
*/

.sectionHero-inset {
  text-align: left;
}
.sectionHero-inset-inset {
  width: 100%;
  display: table;
}
.sectionHero-inset-inset-inset {
  width: 53.95%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 120px;
  font-size: 17px;
}

/*
  align
  ---
*/

.sectionHero.align-right .sectionHero-inset-inset {
  direction: rtl;
}
.sectionHero.align-right .sectionHero-inset-inset-inset {
  direction: ltr;
  padding-left: 120px;
  padding-right: 0;
}

/*
  links
  ---
*/

.sectionHero-links {
  margin: 25px 0 0 0;
}

/*
  adjust link
  ---
*/

.sectionHero-links .link {
  margin: 15px 15px 0 0;
}

/*
  title
  ---
*/

.sectionHero-title {
  margin: 0;
}

/*
  subtitle
  ---
*/

.sectionHero-subtitle {
  margin: 0;
}

/*
  excerpt
  ---
*/

.sectionHero-excerpt {
  margin: 35px 0 0 0;
}

/*
  format
  ---
*/

.sectionHero-format {
  margin: 35px 0 -20px 0;
}

/*
  image
  ---
*/

.sectionHero-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 32px;
}
.sectionHero-image > img {
  width: 100%;
  display: block;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
}

/*
  item--list
  ***
*/

.item--list {
  margin: 0 auto;
}
.item--list-inset {
  margin: 0 -20px -40px -20px;
  text-align: center;
  font-size: 0;
}

/*
  gaps
  ---
*/

.item--list.gaps-100 .item--list-inset {
  margin: 0 -50px -100px -50px;
}

/*
  adjust navPagination
  ---
*/

.item--list .navPagination {
  margin-top: 60px;
}

/*
  tabs
  ---
*/

.item--list-tabs {
  display: table;
  margin: 0 auto 50px auto;
  padding: 0 60px;
  border-bottom: 1px solid #2fb3b4;
  text-align: center;
  font-size: 0;
}
.item--list-tabs > a {
  position: relative;
  bottom: -1px;
  display: inline-block;
  margin: 0 4px;
  padding: 10px 20px;
  vertical-align: bottom;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-bottom-color: #2fb3b4;
  border-radius: 16px 16px 0 0;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  color: #1a1818;
}

/* actions */

.item--list-tabs > a:hover {
  background-color: #2fb3b4;
  border-color: #2fb3b4;
  color: #fff;
}
.item--list-tabs > a.is-active {
  background-color: #fff;
  border-color: #2fb3b4;
  border-bottom-color: #fff;
  font-weight: 500;
  color: #2fb3b4;
}


/*
  head
  ---
*/

.item--list-head {
  margin-bottom: 60px;
}

/*
  title
  ---
*/

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

/*
  subtitle
  ---
*/

.item--list-subtitle {
  margin-bottom: 4px;
}

/*
  item
  ---
*/

.item--list .item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.item--list .item-inset {
  margin: 0 20px;
}

/*
  cols
  ...
*/

.item--list.cols-1 .item {
  width: 100%;
}
.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%;
}

/*
  gaps
  ..
*/

.item--list.gaps-100 .item {
  margin-bottom: 100px;
}
.item--list.gaps-100 .item-inset {
  margin: 0 50px;
}

/*
  pricelist
  ***
*/

.pricelist {
  margin-bottom: -20px;
}

/*
  section
  ---
*/

.pricelist-section {
  width: 48%;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.pricelist-section:nth-child(odd) {
  float: left;
  clear: left;
}
.pricelist-section:nth-child(even) {
  float: right;
}

/*
  title
  ---
*/

.pricelist-title {
  margin: 0;
}

/*
  table
  ---
*/

.pricelist-table {
  margin: 20px 0 0 0;
  border-top: 3px solid #2FB3B4;
}
.pricelist-table th {
  font-weight: normal;
}
.pricelist-table td {
  width: 160px;
  text-align: right;
  color: #1A1818;
}

/*
  note
  ---
*/

.pricelist-note {
  margin: 20px 0 0 0;
  padding: 23px 35px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/*
  headPage
  ***
*/

.headPage {
  max-width: 840px;
  margin: 0 auto 80px auto;
  text-align: center;
}

/*
  adjust listSocials
  ---
*/

.headPage .listSocials {
  margin-top: 20px;
}

/*
  title
  ---
*/

.headPage-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.headPage-excerpt {
  max-width: 1000px;
  margin: 25px auto 0 auto;
}

/*
  logos
  ---
*/

.headPage-logos {
  margin-top: 55px;
  font-size: 0;
}
.headPage-logos > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

/*
  detail-content
  ***
*/

.detail-content, .detail-content-inset {
  position: relative;
}
.detail-content {
  margin-top: 100px;
}
.detail-content:before {
  content: '';
  height: 100%;
  position: absolute;
  left: -10000px;
  top: 0;
  right: -10000px;
  background-color: #F6F6F6;
}
.detail-content-inset {
  z-index: 1;
  padding: 80px 0 60px 0;
}

/*
  detailPost
  ***
*/

.detailPost-inset {
  max-width: 720px;
  margin: 0 auto;
  margin: 70px auto -20px auto;
}

/*
  adjust rules
  ---
*/

.detailPost hr {
  margin: 50px -210px;
}

/*
  adjust grid
  ---
*/

.detailPost .grid {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*
  adjust gallery
  ---
*/

.detailPost .gallery {
  margin: 40px -220px 0 -220px;
}

/*
  image
  ---
*/

.detailPost-image {
  width: 100%;
  display: block;
  border-radius: 6px;
}

/*
  detailPage
  ***
*/

.detailPage {
  max-width: 1140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 5%;
}

/*
  width-full
  ---
*/

.detailPage.width-full {
  max-width: 860px;
}

/*
  content
  ---
*/

.detailPage-content {
  width: 70%;
  width: calc(100% - 300px);
  float: right;
}
.detailPage-content-inset {
  padding: 60px 70px 50px 70px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0 12px 12px 12px;
}

/*
  width-full
  ---
*/

.detailPage.width-full .detailPage-content {
  width: auto;
  float: none;
}
.detailPage.width-full .detailPage-content-inset {
  border-top-left-radius: 12px;
}

/*
  side
  ---
*/

.detailPage-side {
  width: 300px;
  position: relative;
  float: left;
}

/*
  adjust navSub
  ...
*/

.detailPage-side .navSub {
  margin-right: -1px;
}
.detailPage-side .navSub-list {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
  title
  ---
*/

.detailPage-title {
  margin: 0;
  font-weight: 700;
}

/*
  excerpt
  ---
*/

.detailPage-excerpt {
  max-width: 550px;
  margin-top: 10px;
  font-size: 18px;
}

/*
  format
  ---
*/

.detailPage-format {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 15px;
}
.detailPage-format:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: -70px;
  background-color: #eee;
}

/*
  format
  ...
*/

.detailPage-content h2 {
  font-weight: 700;
}
.detailPage-content hr {
  margin: 50px -70px;
}

/*
  detailHome
  ***
*/

.detailHome {}

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

.detailHome .item--list.contain-sectionInfo {
  margin-top: 120px;
}

/*
  detailGallery
  ***
*/

.detailGallery {}

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

.detailGallery .item--list.contain-articlePerson {
  max-width: 960px;
}

/*
  detailPricelist
  ***
*/

.detailPricelist {}

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

.detailPricelist .item--list.contain-sectionInfo {
  margin-top: 100px;
}


/*
  detailTeam
  ***
*/

.detailTeam {}

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

.detailTeam .item--list.contain-articlePerson {
  margin-top: 100px;
}

/*
  detailTechnologies
  ***
*/

.detailTechnologies {}

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

.detailTechnologies .item--list.contain-articleTech {
  margin-top: 130px;
}

/*
  detailContact
  ***
*/

.detailContact {}

/*
  col
  ---
*/

.detailContact-col {
  width: 48%;
  width: calc(50% - 20px);
  margin-top: 55px;
  text-align: center;
}

/*
  align
  ...
*/

.detailContact-col.align-left {
  float: left;
}
.detailContact-col.align-right {
  float: right;
}

/*
  title
  ---
*/

.detailContact-title {
  margin: 0;
}

/*
  note
  ---
*/

.detailContact-note {
  margin: 65px 0 0 0;
  text-align: center;
}

/*
  address
  ---
*/

.detailContact-address {
  margin: 16px 0 0 0;
  font-style: normal;
}
.detailContact-address div {
  display: block;
  line-height: inherit;
}

/*
  adjust link
  ...
*/

.detailContact-address .link {
  margin-right: 0;
}
.detailContact-address .link.type-more {
  margin-top: 15px;
}
.detailContact-address .link.type-button {
  margin-top: 20px;
}

/*
  open
  ---
*/

.detailContact-open {
  width: 280px;
  margin: 20px auto 0 auto;
  table-layout: fixed;
}
.detailContact-open th, .detailContact-open td {
  padding: 5px 6px;
  text-align: center;
}

/*
  detailClient
  ***
*/

.detailClient-inset {
  position: relative;
  padding-left: 220px;
}

/*
  adjust galleryProgress
  ---
*/

.detailClient .galleryProgress {
  margin: 70px 0 -30px 0;
}

/*
  content
  ---
*/

.detailClient-content {
  margin-top: 50px;
}

/*
  videos
  ---
*/

.detailClient-videos {
  margin-top: 30px;
  padding: 22px 30px 25px 30px;
  border: 2px dashed #f6f6f6;
  border-radius: 10px;
}

/*
  adjust iframe
  ...
*/

.detailClient-videos iframe {
  margin-top: 30px;
  border-radius: 10px;
}

/*
  title
  ...
*/

.detailClient-videos-title {
  margin: 0;
}

/*
  nav
  ...
*/

.detailClient-videos-nav {
  margin-top: 15px;
  font-size: 0;
}

/*
  adjust link
*/

.detailClient-videos-nav .link.type-button {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 8px 16px;
  text-decoration: none;
}
.detailClient-videos-nav .link.type-button:before {
  content: '\25BA';
  position: relative;
  top: -2px;
  margin-right: 8px;
  padding: 2px 4px 4px 6px;
  background-color: #2fb3b4;
  border-radius: 100%;
  font-size: 10px;
  color: #fff;
}


/*
  icon
  ---
*/

.detailClient-icon {
  width: 180px;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
}

/*
  subtitle
  ---
*/

.detailClient-subtitle {
  margin: 0;
}

/*
  title
  ---
*/

.detailClient-title {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
}

/*
  age
  ---
*/

.detailClient-age {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 20px;
}

/*
  price
  ---
*/

.detailClient-price {
  float: right;
  margin: 18px 0 0 0;
  font-size: 22px;
  color: #2FB3B4;
}

/*
  detailModal
  ***
*/

.detailModal {
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
  text-align: right;
}
.detailModal-inset {
  width: 720px;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow-x: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.detailModal-inset-inset {
  padding: 80px 90px 60px 90px;
}

/*
  image
  ---
*/

.detailModal-image {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 720px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

/*
  content
  ---
*/

.detailModal-content {
  margin-top: 30px;
}

/*
  title
  ---
*/

.detailModal-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.detailModal-excerpt {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #1A1818;
}

/*
  detailError
  ***
*/

.detailError {
  max-width: 500px;
  margin: 0 auto 70px auto;
  text-align: center;
}

/*
  adjust link
  ---
*/

.detailError .link.type-button {
  margin: 20px 6px 0 6px;
}

/*
  title
  ---
*/

.detailError-title {
  margin: 0;
}

/*
  excerpt
  ---
*/

.detailError-excerpt {
  margin: 15px 0 0 0;
}

/*
  siteWrap
  ***
*/

.siteWrap {
  min-height: 100vh;
  overflow: hidden;
  padding: 184px 5% 0 5%;
}
.siteWrap-inset {
  max-width: 1280px;
  margin: 0 auto;
}

/*
  siteHead
  ***
*/

.siteHead {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 30px 0;
  transition: 150ms linear;
}
.siteHead-inset {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}

/*
  - pin
  ---
*/

.siteHead.--pin {
  background-color: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}

/*
  adjust link
  ---
*/

.siteHead .link.type-button {
  float: right;
  margin: 0 0 0 12px;
}

/*
  adjust burger
  ---
*/

.siteHead .burger {
  float: right;
  display: none;
  margin-left: 20px;
}

/*
  logo
  ---
*/

.siteHead-logo {
  float: left;
  margin-top: -4px;
}
.siteHead-logo > img {
  display: block;
}

/*
  nav
  ---
*/

.siteHead-nav {
  margin: 0 150px 0 180px;
  text-align: center;
  font-size: 0;
}
.siteHead-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.siteHead-nav > li:before {
  display: none;
}
.siteHead-nav > li > a {
  display: block;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.6;
  text-decoration: none;
  font-size: 17px;
  color: #1A1818;
}

/* actions */

.siteHead-nav > li:hover > a, .siteHead-nav > li.is-active > a {
  text-decoration: underline;
  color: #2FB3B4;
}

/*
  2nd level
  ...
*/

.siteHead-nav > li > ul {
  pointer-events: none;
  width: 280px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: scale(0.8);
  transform-origin: center top;
  margin: 0 0 0 -140px;
  background-color: #fff;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #2FB3B4;
  opacity: 0;
  transition: 200ms ease-in-out;
}
.siteHead-nav > li > ul > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.siteHead-nav > li > ul > li:before {
  display: none;
}
.siteHead-nav > li > ul > li > a {
  display: block;
  padding: 4px 20px;
  vertical-align: middle;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  color: #1A1818;
}
.siteHead-nav > li > ul > li:first-child > a {
  padding-top: 20px;
}
.siteHead-nav > li > ul > li:last-child > a {
  padding-bottom: 22px;
}

/* actions */

.siteHead-nav > li:hover > ul {
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
}
.siteHead-nav > li > ul > li:hover > a, .siteHead-nav > li > ul > li.is-active > a {
  text-decoration: underline;
  color: #2FB3B4;
}


/*
  siteAppend
  ***
*/

.siteAppend {
  position: relative;
  margin-top: 120px;
}
.siteAppend:before {
  content: '';
  position: absolute;
  left: -10000px;
  top: 200px;
  right: -10000px;
  bottom: 53px;
  background-color: #F6F6F6;
}

/* tpl-contact */

.tpl-contact .siteAppend {
  padding-top: 80px;
}
.tpl-contact .siteAppend:before {
  top: 0;
  bottom: 104px;
}

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

.siteAppend .item--list {
  position: relative;
}

/*
  adjust listContacts
  ---
*/

.siteAppend .listContacts {
  position: relative;
  margin-top: 110px;
}

/*
  adjust formContact
  ---
*/

.siteAppend .formContact {
  position: relative;
  margin-top: 40px;
}

/*
  siteFoot
  ***
*/

.siteFoot-inset {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-size: 15px;
}

/*
  format
  ---
*/

.siteFoot-inset > span {
  margin-left: 16px;
}
.siteFoot-inset > span > a {
  position: relative;
  bottom: -3px;
  margin-left: 2px;
}

/*
  siteModal
  ***
*/

.siteModal, .siteModal-content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.siteModal {
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
.siteModal-content {
  position: absolute;
}

/* actions */

.siteModal.is-active {
  pointer-events: auto;
  opacity: 1;
}

/*
  close
  ---
*/

.siteModal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 720px;
  z-index: 10;
  overflow: hidden;
  background: #C4425C url('../img/icons/close-white.svg') center center no-repeat;
  background-size: 16px 16px;
  font-size: 0;
  color: #fff;
}

/* actions */

.siteModal-close:hover {
  background-color: #E24363;
}

/*
  siteLoader
  ***
*/

.siteLoader {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 20000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #fff;
  border: 10px solid #fff;
  opacity: 0;
  -webkit-transition: 200ms linear;
  -o-transition: 200ms linear;
  transition: 200ms linear;
}
.siteLoader span {
  width: 16px;
  height: 16px;
  display: block;
  border: 14px solid #2FB3B4;
  border-radius: 100%;
  font-size: 0;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

/* actions */

.siteLoader.is-active {
  opacity: 1;
}

/*
  animations
  ***
*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(47, 179, 180, 0.6);
            box-shadow: 0 0 0 0px rgba(47, 179, 180, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 26px rgba(47, 179, 180, 0);
            box-shadow: 0 0 0 26px rgba(47, 179, 180, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(47, 179, 180, 0.6);
            box-shadow: 0 0 0 0px rgba(47, 179, 180, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 26px rgba(47, 179, 180, 0);
            box-shadow: 0 0 0 26px rgba(47, 179, 180, 0);
  }
}

/*
  dot
  ***
*/

.dot {
  position: absolute;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: 1000ms ease-in-out;
  -o-transition: 1000ms ease-in-out;
  transition: 1000ms ease-in-out;
  cursor: pointer;
}
.dot:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/dot.svg');
  background-size: contain;
}

/* actions */

.dot.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.3;
}

/*
  type
  ---
*/

.dot.type-1 {
  width: 12px;
  height: 12px;
}
.dot.type-2 {
  width: 14px;
  height: 14px;
}
.dot.type-2:before {
  opacity: 0.65;
}
.dot.type-3 {
  width: 14px;
  height: 14px;
}
.dot.type-3:before {
  opacity: 0.35;
}
.dot.type-4 {
  width: 17px;
  height: 17px;
}
.dot.type-4:before {
  opacity: 0.45;
}
.dot.type-5 {
  width: 12px;
  height: 12px;
}
.dot.type-5:before {
  opacity: 0.7;
}
.dot.type-6 {
  width: 9px;
  height: 9px;
}
.dot.type-7 {
  width: 15px;
  height: 15px;
}
.dot.type-7:before {
  opacity: 0.35;
}
.dot.type-8 {
  width: 17px;
  height: 17px;
}
.dot.type-8:before {
  opacity: 0.85;
}
.dot.type-9 {
  width: 14px;
  height: 14px;
}
.dot.type-9:before {
  opacity: 0.7;
}
.dot.type-9 {
  width: 16px;
  height: 16px;
}
.dot.type-9:before {
  opacity: 0.2;
}

/*
  recaptcha
  ***
*/

.grecaptcha-badge {
  visibility: hidden;
}

/*
  - scrollbar
  ***
*/

.--scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/*
  track
  ---
*/

.--scrollbar::-webkit-scrollbar-track {
  background: #EFEFEF;
  border-radius: 4px;
}

/*
  thumb
  ---
*/

.--scrollbar::-webkit-scrollbar-thumb {
  background: #4DA9A8;
  border-radius: 4px;
}

/*
  slick-arrow
  ***
*/

.slick-arrow {
  position: relative;
  width: 42px;
  height: 42px;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
}

/*
  Icon
  ---
*/

.slick-arrow:before, 
.slick-arrow:after {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: left center;
  margin: -1px 0 0 -6px;
  background-color: #1a1818;
  transition: 150ms linear;
}
.slick-arrow:before {
  transform: rotate(-45deg);
}
.slick-arrow:after {
  transform: rotate(45deg);
}

/* hover */

.slick-arrow:hover:before, 
.slick-arrow:hover:after {
  background-color: #2fb3b4;
}

/*
  - prev, next
  ---
*/

.slick-arrow.slick-next {
  transform: scaleX(-1);
}
.slick-arrow.slick-prev {
  transform: scaleX(1);
}

/*
  slick-dots
  ***
*/

.slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  padding: 0;
  line-height: 1;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  display: block;
  padding: 0;
  background-color: #fff;
  border: 3px solid #EEECE8;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}

/* - active */

.slick-dots li.slick-active button {
  border-color: #43A1A1;
}

/*
  rating
  ***
*/

.rating {
  width: 102px;
  height: 17px;
  position: relative;
  display: block;
  background-color: #EFEFEF;
  font-size: 0;
}

/*
  Stars
  ---
*/

.rating:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/rating.svg') center center no-repeat;
  background-size: contain;
}

/*
  SPAN
  ---
*/

.rating span {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFC64B;
}

/*
  item-review
  ***
*/

.item-review__inset {
  padding: 24px 46px 32px 32px;
  background-color: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  font-size: 16px;
}

/*
  Adjust rating
  ---
*/

.item-review .rating {
  margin: 16px 0 0 0;
}

/*
  title
  ---
*/

.item-review__title {
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
  date
  ---
*/

.item-review__date {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

/*
  excerpt
  ---
*/

.item-review__excerpt {
  height: 68px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 16px -20px 0 0;
  padding-right: 20px;
  line-height: 1.5;
}

/*
  webReviews
  ***
*/

.webReviews {
  position: relative;
  margin: 102px 0 42px 0;
}

/*
  Adjust slick
  ---
*/

.webReviews .slick-slide {
  margin: 0 12px;
}
.webReviews .slick-list {
  margin: 0 -12px;
}

/*
  Adjust slick-dots
  ---
*/

.webReviews .slick-dots {
  margin-top: 32px;
}

/*
  title
  ---
*/

.webReviews__title {
  margin: 0 0 32px 0;
  text-align: center;
}

/*
  hero--slider
  ***
*/

.hero--slider {
  position: relative;
}

/*
  Adjust slick-arrow
  ---
*/

.hero--slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
}

/*
  Adjust slick-dots
  ---
*/

.hero--slider .slick-dots {
  margin-top: 24px;
}

/*
  - prev, next
  ---
*/

.hero--slider .slick-arrow.slick-prev {
  left: -112px;
}
.hero--slider .slick-arrow.slick-next {
  right: -112px;
}