@charset "UTF-8";

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: .25em;
  border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: .5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-right: .5em;
  margin-bottom: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports (position:sticky) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  color: #fff;
  text-align: center;
  font-size: .8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - .75em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - .8em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - .83333em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - .85714em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - .875em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table
}

.wp-block-image.aligncenter>figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image.alignright>figcaption,
.wp-block-image .alignright>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

ol.wp-block-latest-comments {
  margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: .6em;
  height: .6em;
  margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: .075em
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: .5em;
    background: transparent
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  position: relative;
  display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.wp-block-navigation__responsive-close {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5em
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  margin-bottom: .7em;
  font-size: .7em
}

.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block
}

.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  position: absolute;
  inset: 0;
  background-color: #000
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  white-space: pre-wrap
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: none
}

.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-right: .5em;
  margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: .625em;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block
}

.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-social-links {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: .5em;
  margin-right: .5em;
  font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform .1s ease;
  height: auto
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
  justify-content: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th,
.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color]>*,
.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th,
.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color]>*,
.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
  border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
  border-width: inherit;
  border-style: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

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

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

figure {
  margin: 0 0 1em
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
  gap: .5em
}

body .is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
  display: flex
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

body .is-layout-flex>* {
  margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6
}

#honeypot-field-url,
.um-form input[type=text].apbct_special_field,
.wc_apbct_email_id,
input[class*=apbct].apbct_special_field,
label.apbct_special_field {
  display: none !important
}

.apbct-tooltip,
.apbct-tooltip--text {
  border-radius: 5px;
  background: #d3d3d3
}

.apbct-trusted-text--div,
.apbct-trusted-text--label {
  text-align: center;
  width: 100%
}

.comment-form-cookies-consent {
  width: 100%;
  overflow: hidden
}

.apbct-email-encoder {
  position: relative
}

.apbct-tooltip {
  display: none;
  position: inherit;
  margin-top: 5px;
  left: 5px;
  opacity: .9
}

.apbct-tooltip--text {
  position: sticky;
  padding: 10px;
  width: max-content
}

.apbct-trusted-text--label,
.apbct-trusted-text--label_left {
  font-size: small !important;
  padding: 5px 0;
  display: inline-block
}

.apbct-tooltip--arrow {
  position: absolute;
  background: #d3d3d3;
  width: 10px;
  height: 10px;
  top: -5px;
  left: 10px;
  transform: rotate(135deg)
}

.apbct-trusted-text--div {
  font-size: small !important;
  display: inline-block;
  margin-bottom: 2pc
}

.apbct-trusted-text--label_left {
  text-align: left
}

.apbct-trusted-text--span {
  display: inline-block
}

.apbct-popup-fade:before {
  content: '';
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: 9999
}

.apbct-popup {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 20px;
  width: 360px;
  margin-left: -200px;
  background: #fff;
  border: 1px solid;
  border-radius: 4px;
  z-index: 99999;
  opacity: 1
}

.dnd-icon-remove.deleting {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  position: relative;
  top: -3px
}

.dnd-icon-remove.deleting:after {
  display: none !important
}

.wpcf7-drag-n-drop-file.d-none {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0
}

.dnd-upload-status {
  display: flex;
  padding: 4px 0;
  align-items: center;
  position: relative
}

.dnd-upload-status .dnd-upload-image {
  width: 40px;
  height: 40px;
  border: 1px solid #a5a5a5;
  text-align: center;
  border-radius: 100%;
  position: relative
}

.dnd-upload-status .dnd-upload-image span.file {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 21px;
  width: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.dnd-upload-status .dnd-upload-details {
  padding-left: 10px;
  width: calc(100% - 40px)
}

.dnd-upload-status .dnd-upload-details .name {
  color: #016d98;
  padding: 4px 0;
  padding-right: 60px;
  display: flex
}

.dnd-upload-status .dnd-upload-details .name span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 10px
}

.dnd-upload-status .dnd-upload-details .name em {
  color: #444242;
  font-weight: 700
}

.dnd-upload-status .dnd-upload-details .remove-file {
  position: absolute;
  right: 0;
  top: 10px;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  opacity: 1
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A")
}

.dnd-upload-status.in-progress .remove-file {
  opacity: .2
}

.dnd-upload-status .dnd-upload-details span.has-error {
  color: #f50505
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #565555;
  height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #4caf50;
  display: block;
  font-size: 11px;
  text-align: right;
  color: #fff;
  height: 100%;
  width: 0;
  line-height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
  width: 100% !important;
  padding-right: 5px
}

.dnd-upload-counter {
  position: absolute;
  right: 5px;
  bottom: 3px;
  font-size: 12px
}

.codedropz-upload-handler {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative
}

.codedropz-upload-container {
  padding: 15px 20px
}

.codedropz-upload-inner {
  overflow: hidden;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: inherit
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  text-decoration: none;
  box-shadow: none
}

.codedropz-upload-inner h3 {
  margin: 5px 0;
  font-size: 30px;
  line-height: 32px;
  word-break: break-word
}

.codedropz-dragover {
  border-color: #6b6a6a
}

.codedropz-upload-wrapper span.has-error-msg {
  display: inline-block;
  color: red;
  padding: 5px 0;
  font-style: italic
}

.wpcf7-form label.error-new {
  color: #900;
  font-size: 11px;
  float: none;
  padding-left: 5px
}

.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler {
  border-bottom-color: #900;
  border-bottom-style: solid
}

@media screen and (max-width:767px) {
  .dnd-upload-status .dnd-upload-details .name em {
    font-weight: 400
  }

  .dnd-upload-status .dnd-upload-details .name {
    padding-right: 60px
  }

  .codedropz-upload-inner h3 {
    font-size: 22px
  }
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
  content: " "
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative
}

form.submitting .wpcf7-spinner {
  visibility: visible
}

.wpcf7-spinner:before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
  .wpcf7-spinner:before {
    animation-name: blink;
    animation-duration: 2s
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes blink {
  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.wpcf7 input[type=file] {
  cursor: pointer
}

.wpcf7 input[type=file]:disabled {
  cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr
}

@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-100Italic.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-100Italic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-900Italic.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-900Italic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-300.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-500Italic.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-500Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-700.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-700.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-500.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-500.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-300Italic.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-300Italic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-100.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-100.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-900.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-900.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-700Italic.woff2) format("woff2"), url(/top_zabor/assets/css/../../fonts/MuseoSansCyrl-700Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: main-icons;
  src: url(/top_zabor/assets/css/../../fonts/icons/icomoon.eot?h2g10m);
  src: url(/top_zabor/assets/css/../../fonts/icons/icomoon.eot?h2g10m#iefix) format("embedded-opentype"), url(/top_zabor/assets/css/../../fonts/icons/icomoon.ttf?h2g10m) format("truetype"), url(/top_zabor/assets/css/../../fonts/icons/icomoon.woff?h2g10m) format("woff"), url(/top_zabor/assets/css/../../fonts/icons/icomoon.svg?h2g10m#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
  font-display: swap
}

.tariffs-table {
  margin-top: 20px
}

.tariffs-table table {
  width: 100%;
  border: 1px solid #eaebea;
  border-collapse: collapse
}

.tariffs-table table th,
.tariffs-table table td {
  border: 1px solid #eaebea;
  padding: 10px
}

.tariffs-table table thead tr>th:first-child,
.tariffs-table table tbody tr th {
  text-align: left
}

.tariffs-table td .check {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMyMzFGMjA7fQo8L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMzUuMSwzODYuM2MtNS43LDAtMTEuMS0yLjQtMTQuOS02LjZsLTEwNC4xLTExNmMtNy40LTguMi02LjctMjAuOSwxLjUtMjguMmM4LjItNy40LDIwLjktNi43LDI4LjIsMS41ICAgbDg2LjgsOTYuOGwxMzEuNi0xOTkuMWM2LjEtOS4yLDE4LjUtMTEuNywyNy43LTUuN2M5LjIsNi4xLDExLjcsMTguNSw1LjcsMjcuN0wyNTEuOCwzNzcuNGMtMy40LDUuMi05LDguNS0xNS4yLDguOSAgIEMyMzYuMSwzODYuMywyMzUuNiwzODYuMywyMzUuMSwzODYuM3oiLz48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: contain
}

.before-header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0
}

.before-header-menu ul li {
  display: inline-block
}

.before-header-menu ul li:not(:last-child) {
  margin-right: 10px
}

.before-header-menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px
}

@media (max-width:425px) {
  .main-page .preroll .inner {
    background-size: 250% !important;
    background-position: center !important;
  }

  .tariffs-table table th,
  .tariffs-table table td {
    padding: 5px;
    font-size: 12px
  }
}

.before-header {
  background-color: #f7f7f7;
  padding: 11px 0
}

.before-header .fullentry {
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between
}

.before-header .address,
.after-menu-primary .address {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: #000
}

.before-header .address:before,
.after-menu-primary .address:before {
  content: "\e917";
  position: absolute;
  top: 0;
  left: 0;
  font-family: main-icons, sans-serif;
  font-size: 16px;
  color: #3b747b
}

.before-header .address span {
  display: inline-block;
  margin-left: 20px;
  opacity: .5
}

.before-header .email {
  margin-top: -3px
}

.before-header .email a {
  font-size: 14px
}

.before-header .email a img {
  margin-bottom: -3px
}

.before-header .socials,
.copyright .socials,
.after-menu-primary .socials {
  display: flex
}

.before-header .socials a,
.copyright .socials a,
.after-menu-primary .socials a {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, right top, left top, from(#9acccb), to(#3b747b));
  background: linear-gradient(270deg, #9acccb 0, #3b747b 100%);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat
}

.copyright .socials a {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px
}

.social-youtube {
  mask-image: url(/top_zabor/assets/css/../../img/socials/youtube.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/youtube.svg);
  mask-position-y: 2px;
  -webkit-mask-position-y: 2px
}

.social-instagram {
  mask-image: url(/top_zabor/assets/css/../../img/socials/instagram.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/instagram.svg)
}

.social-facebook {
  mask-image: url(/top_zabor/assets/css/../../img/socials/facebook.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/facebook.svg)
}

.social-twitter {
  mask-image: url(/top_zabor/assets/css/../../img/socials/twitter.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/twitter.svg);
  mask-position-y: 1px;
  -webkit-mask-position-y: 1px
}

.social-whatsapp {
  mask-image: url(/top_zabor/assets/css/../../img/socials/whatsapp.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/whatsapp.svg)
}

.social-telegram {
  mask-image: url(/top_zabor/assets/css/../../img/socials/telegram.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/telegram.svg)
}

.social-ok {
  mask-image: url(/top_zabor/assets/css/../../img/socials/odnoklassniki.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/odnoklassniki.svg)
}

.social-vk {
  mask-image: url(/top_zabor/assets/css/../../img/socials/vk.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/vk.svg);
  mask-position-y: 2px;
  -webkit-mask-position-y: 2px
}

.social-viber {
  mask-image: url(/top_zabor/assets/css/../../img/socials/viber.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/viber.svg)
}

.right-fixed-block {
  width: 58px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #eaebea;
  border-right: none;
  border-radius: 2px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 222
}

.right-btn-item {
  display: block;
  width: 32px;
  height: 34px;
  opacity: .65;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position-x: -3px
}

.right-btn-item:hover {
  opacity: 1
}

.right-btn-item:not(:last-of-type) {
  margin-bottom: 10px
}

.right-btn-search {
  background-color: #e37f0a;
  position: relative
}

.right-btn-search:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  mask-image: url(/top_zabor/assets/css/../../img/1658911266.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/1658911266.svg);
  mask-size: 80%;
  -webkit-mask-size: 80%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center
}

.right-btn-whatsapp {
  background-image: url(/top_zabor/assets/css/../../img/socials/1.svg)
}

.right-btn-telegram {
  background-image: url(/top_zabor/assets/css/../../img/socials/2.svg)
}

.right-btn-viber {
  background-image: url(/top_zabor/assets/css/../../img/socials/3.svg)
}

.right-btn-phone {
  background-image: url(/top_zabor/assets/css/../../img/socials/4.svg)
}

.right-btn-quiz {
  background-image: url(/top_zabor/assets/css/../../img/socials/5.svg)
}

.right-btn-message {
  background-image: url(/top_zabor/assets/css/../../img/socials/6.svg)
}

.after-menu-primary {
  display: none
}

.team-box {
  border: 1px solid #eaebea;
  border-top: none
}

.team-box h2 {
  text-align: left !important;
  margin: 0 !important;
  padding: 20px 45px !important
}

.team-list.slick-slider {
  display: flex !important
}

.team-list.slick-slider .slick-list {
  width: calc(100% - 100px) !important;
  border-left: 1px solid #eaebea;
  border-right: 1px solid #eaebea
}

.team-slider.slider-arrows-adaptive {
  position: static !important;
  width: 50px !important;
  border-top: 1px solid #eaebea;
  cursor: pointer
}

.team-slider.slider-arrows-adaptive .slider-arrows {
  position: static !important;
  width: 100%;
  height: calc(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.team-slider.slider-arrows-adaptive .slider-arrows:hover {
  background: transparent !important
}

.team-item {
  text-align: center;
  border: 1px solid #eaebea;
  border-bottom: none;
  border-right: none;
  padding: 40px 0
}

.team-item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto
}

.about-video {
  position: relative;
  padding: 50px;
  border: 1px solid #eaebea;
  border-top: none
}

.about-poster {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover
}

.about-poster-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.about-video-play {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding-left: 80px;
  height: 60px;
  position: relative
}

.about-video-play:hover {
  color: #9acccb !important
}

.about-video-play:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#9acccb), to(#3b747b));
  background: linear-gradient(270deg, #9acccb 0, #3b747b 100%);
  -webkit-box-shadow: 0 9px 5px -6px #3b747b;
  box-shadow: 0 9px 5px -6px #3b747b;
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iMjljbnBydDRtYSIgeDE9Ijk1Ljk4NiUiIHgyPSIxLjM4MSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOUFDQ0NCIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNCNzQ3QiIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJlNGJtemtlaGViIiB4MT0iOTUuOTg2JSIgeDI9IjEuMzgxJSIgeTE9IjUwJSIgeTI9IjUwJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5QUNDQ0IiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM0I3NDdCIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4MCAtNjcwMykgdHJhbnNsYXRlKDM3MCA1NDI5KSB0cmFuc2xhdGUoMjAwIDY2KSB0cmFuc2xhdGUoMjEwIDEyMDgpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMjkiIHN0cm9rZT0idXJsKCMyOWNucHJ0NG1hKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9InVybCgjZTRibXprZWhlYikiIGQ9Ik0zMiAyMkw0MiAzOCAyMiAzOHoiIHRyYW5zZm9ybT0icm90YXRlKDkwIDMyIDMwKSIvPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iMjljbnBydDRtYSIgeDE9Ijk1Ljk4NiUiIHgyPSIxLjM4MSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOUFDQ0NCIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNCNzQ3QiIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJlNGJtemtlaGViIiB4MT0iOTUuOTg2JSIgeDI9IjEuMzgxJSIgeTE9IjUwJSIgeTI9IjUwJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5QUNDQ0IiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM0I3NDdCIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4MCAtNjcwMykgdHJhbnNsYXRlKDM3MCA1NDI5KSB0cmFuc2xhdGUoMjAwIDY2KSB0cmFuc2xhdGUoMjEwIDEyMDgpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMjkiIHN0cm9rZT0idXJsKCMyOWNucHJ0NG1hKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9InVybCgjZTRibXprZWhlYikiIGQ9Ik0zMiAyMkw0MiAzOCAyMiAzOHoiIHRyYW5zZm9ybT0icm90YXRlKDkwIDMyIDMwKSIvPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain
}

.youtube-link {
  padding: 15px 70px 15px 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background-color: #fe0000;
  border-radius: 2px;
  position: relative;
  margin-left: 50px
}

.youtube-link:after {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  background-color: #fff;
  mask-image: url(/top_zabor/assets/css/../../img/socials/youtube.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/youtube.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat
}

.youtube-link:hover:after {
  background-color: #1b1b1b
}

.instagram-block {
  background-color: #f7f7f7;
  padding: 86px 0;
  margin-bottom: 50px
}

.instagram-block .landing-block {
  margin: 0 auto !important;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative
}

.instagram-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.instagram-left-box,
.instagram-right-box {
  width: 280px
}

.instagram-left-box .img-box,
.instagram-right-box .img-box {
  width: 280px;
  height: 280px
}

.instagram-center-box {
  width: calc(100% - 600px)
}

.instagram-center-box .img-box {
  width: 100%;
  height: 100%
}

.title-box-img {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#9acccb), to(#3b747b));
  background: linear-gradient(270deg, #9acccb 0, #3b747b 100%);
  mask-image: url(/top_zabor/assets/css/../../img/socials/instagram.svg);
  -webkit-mask-image: url(/top_zabor/assets/css/../../img/socials/instagram.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat
}

.title-box h2 {
  line-height: 33px !important;
  margin: 20px 0 !important
}

.title-box .sub-text {
  opacity: .5
}

.insta-box.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.insta-box.link-box {
  padding: 60px 50px;
  border: 1px solid #9acccb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 280px;
  height: 280px;
  margin-top: 20px
}

.insta-box.link-box h3 {
  margin: 0 !important
}

.insta-box.link-box .with-icon {
  width: 100%
}

.mobile-img-box {
  display: none
}

.bottom-fixed-block {
  display: none
}

@media (max-width:1024px) {

  .before-header .address span,
  .after-menu-primary .address span {
    display: block;
    margin-left: 0
  }

  .instagram-left-box,
  .instagram-right-box {
    width: 100%;
    display: block
  }

  .instagram-left-box .img-box,
  .instagram-right-box .img-box {
    display: none
  }

  .instagram-center-box {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%
  }

  .instagram-center-box .mobile-img-box {
    width: 250px;
    height: 520px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
  }

  .instagram-center-box .mobile-img-box .img-box {
    width: 250px;
    height: 250px
  }

  .instagram-center-box .mobile-img-box .img-box:first-of-type {
    margin-bottom: 20px
  }

  .instagram-center-box .img-box.main-img-box {
    width: calc(100% - 270px);
    height: 520px
  }

  .insta-box.title-box {
    margin-bottom: 20px
  }

  .title-box h2 {
    margin: 20px 0 10px !important
  }

  .instagram-left-box {
    margin-bottom: 25px
  }

  .insta-box.link-box {
    width: 100%;
    padding: 40px 30px;
    height: 200px
  }

  .instagram-left-box .img-box,
  .instagram-right-box .img-box {
    width: 300px;
    height: 300px
  }
}

@media (max-width:768px) {
  .before-header {
    display: none
  }

  .after-menu-primary {
    display: block
  }

  .after-menu-primary .fullentry {
    display: flex;
    flex-direction: column
  }

  .after-menu-primary .fullentry .address,
  .after-menu-primary .fullentry .email {
    margin-bottom: 20px
  }

  .after-menu-primary .socials a:first-of-type {
    margin-left: 0 !important
  }

  .after-menu-primary .get-specialist {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-start !important
  }

  .after-menu-primary .get-specialist:before {
    margin-right: 20px !important
  }

  .about-video {
    padding: 20px
  }

  .about-poster-content {
    flex-direction: column
  }

  .youtube-link {
    margin-left: 0;
    margin-top: 20px
  }

  .instagram-block {
    padding: 50px 0
  }

  .instagram-center-box .mobile-img-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px
  }

  .instagram-center-box .mobile-img-box .img-box {
    width: calc(50% - 10px);
    height: auto;
    margin: 0 !important
  }

  .instagram-center-box .img-box.main-img-box {
    width: 100%;
    height: auto
  }

  .insta-box.title-box {
    margin-bottom: 0
  }

  .title-box-img {
    float: left;
    margin-right: 10px
  }

  .title-box h2 {
    width: calc(100% - 60px);
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 0 !important
  }
}

@media (max-width:425px) {
  .main-page .preroll .inner {
    background-size: 250% !important;
    background-position: center !important;
  }

  .right-fixed-block {
    display: none
  }

  .about-video {
    padding: 0
  }

  .bottom-fixed-block {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #ffffffdd;
    border-top: 1px solid #282828;
    z-index: 999
  }

  .bottom-fixed-block-content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around
  }

  .bottom-btn-item {
    padding: 12px 40px 12px 20px;
    background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
    background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
    display: block;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: relative
  }

  .bottom-btn-item:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuMDQzIDEzLjk3M2MtLjQ1MSAwLS44OTktLjA4LTEuMzM2LS4yMzgtMS45MjctLjctMy43MTUtMS44NC01LjE3Mi0zLjI5N0MyLjA3OCA4Ljk4MS45MzggNy4xOTMuMjQgNS4yNjZjLS4yMjUtLjYxOS0uMjkyLTEuMjU4LS4xOTgtMS45LjA4OS0uNi4zMjEtMS4xODQuNjczLTEuNjg2LjM1NC0uNTA1LjgyNi0uOTI1IDEuMzY0LTEuMjE1QzIuNjUzLjE1NyAzLjI4IDAgMy45NDEgMGMuMjA2IDAgLjM4NC4xNDQuNDI3LjM0NWwuNjg2IDMuMTk5Yy4wMy4xNDQtLjAxNC4yOTUtLjExOC40bC0xLjE3MiAxLjE3YzEuMTA1IDIuMTk3IDIuODk4IDMuOTkgNS4wOTQgNS4wOTVsMS4xNzEtMS4xNzFjLjEwNS0uMTA1LjI1Ni0uMTUuNC0uMTE4bDMuMi42ODVjLjIuMDQzLjM0NC4yMjEuMzQ0LjQyNyAwIC42NjItLjE1NiAxLjI4OS0uNDY1IDEuODYzLS4yOS41MzgtLjcxIDEuMDEtMS4yMTUgMS4zNjQtLjUwMi4zNTItMS4wODYuNTg1LTEuNjg2LjY3My0uMTg5LjAyNy0uMzc3LjA0MS0uNTY0LjA0MXpNMy41OTMuODkzYy0uODc0LjA5Ni0xLjY0OS41NTMtMi4xNjMgMS4yODgtLjU3OS44MjYtLjcxNCAxLjg0Mi0uMzcgMi43ODcgMS4zNDUgMy43MDQgNC4yNDEgNi42IDcuOTQ1IDcuOTQ2Ljk0NS4zNDMgMS45NjEuMjA4IDIuNzg3LS4zNy43MzUtLjUxNSAxLjE5Mi0xLjI5IDEuMjg5LTIuMTYzbC0yLjYwMi0uNTU4LTEuMjIzIDEuMjIzYy0uMTMuMTMtLjMyOC4xNjUtLjQ5NC4wODdDNi4xNjQgOS45MTMgNC4wNiA3LjgxIDIuODQgNS4yMTJjLS4wNzktLjE2Ny0uMDQ0LS4zNjUuMDg2LS40OTVMNC4xNSAzLjQ5NCAzLjU5Mi44OTJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIxIC01NTMpIHRyYW5zbGF0ZSgyMCA1NDApIHRyYW5zbGF0ZSgxMDEgMTMpIi8+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=')
  }

  .bottom-btn-item.mobile-btn-quiz:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMzg1IDBDMTMuMjc1IDAgMTQgLjcyNSAxNCAxLjYxNXYxMC43N2MwIC44OS0uNzI1IDEuNjE1LTEuNjE1IDEuNjE1SDEuNjE1Qy43MjUgMTQgMCAxMy4yNzUgMCAxMi4zODVWMS42MTVDMCAuNzI1LjcyNSAwIDEuNjE1IDB6TTYuNDYyIDcuNTM4SDEuMDc3djQuODQ3YzAgLjI5Ny4yNDEuNTM4LjUzOC41MzhoNC44NDdWNy41Mzh6bTYuNDYxIDBINy41Mzh2NS4zODVoNC44NDdjLjI5NyAwIC41MzgtLjI0MS41MzgtLjUzOFY3LjUzOHptLTEuNTk0IDIuOTNjLjI5NyAwIC41MzguMjQyLjUzOC41NCAwIC4yOTctLjI0LjUzOC0uNTM4LjUzOEg5LjEzM2MtLjI5OCAwLS41MzktLjI0MS0uNTM5LS41MzkgMC0uMjk3LjI0MS0uNTM4LjUzOS0uNTM4ek0yLjYxMiA5LjA3NWMuMjEtLjIxLjU1MS0uMjEuNzYyIDBsLjM5NS4zOTUuMzk2LS4zOTVjLjIxLS4yMS41NTEtLjIxLjc2MSAwIC4yMS4yMS4yMS41NSAwIC43NjFsLS4zOTUuMzk2LjM5NS4zOTZjLjIxLjIxLjIxLjU1IDAgLjc2MS0uMjEuMjEtLjU1LjIxLS43NjEgMGwtLjM5Ni0uMzk2LS4zOTUuMzk2Yy0uMjEuMjEtLjU1Mi4yMS0uNzYyIDAtLjIxLS4yMS0uMjEtLjU1MSAwLS43NjJsLjM5Ni0uMzk1LS4zOTYtLjM5NmMtLjIxLS4yMS0uMjEtLjU1MSAwLS43NjF6bTguNzE3LS4xNThjLjI5NyAwIC41MzguMjQuNTM4LjUzOCAwIC4yOTgtLjI0LjUzOS0uNTM4LjUzOUg5LjEzM2MtLjI5OCAwLS41MzktLjI0MS0uNTM5LS41MzkgMC0uMjk3LjI0MS0uNTM4LjUzOS0uNTM4em0tNC44NjctNy44NEgxLjYxNWMtLjI5NyAwLS41MzguMjQyLS41MzguNTR2NC44NDZoNS4zODVWMS4wNzd6bTUuOTIzIDBINy41Mzh2NS4zODZoNS4zODVWMS42MTVjMC0uMjk3LS4yNDEtLjUzOC0uNTM4LS41Mzh6TTMuNzY5IDIuMTM0Yy4yOTggMCAuNTM5LjI0LjUzOS41Mzh2LjU2aC41NmMuMjk3IDAgLjUzOC4yNC41MzguNTM4IDAgLjI5OC0uMjQxLjUzOS0uNTM5LjUzOWgtLjU2di41NmMwIC4yOTctLjI0LjUzOC0uNTM4LjUzOC0uMjk3IDAtLjUzOC0uMjQxLS41MzgtLjUzOXYtLjU2aC0uNTZjLS4yOTcgMC0uNTM4LS4yNC0uNTM4LS41MzggMC0uMjk3LjI0LS41MzguNTM4LS41MzhoLjU2di0uNTZjMC0uMjk3LjI0LS41MzguNTM4LS41Mzh6bTcuNTYgMS4wOThjLjI5NyAwIC41MzguMjQuNTM4LjUzOCAwIC4yOTgtLjI0LjUzOS0uNTM4LjUzOUg5LjEzM2MtLjI5OCAwLS41MzktLjI0MS0uNTM5LS41MzkgMC0uMjk3LjI0MS0uNTM4LjUzOS0uNTM4eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2NyAtNTUzKSB0cmFuc2xhdGUoMTY1IDU0MCkgdHJhbnNsYXRlKDEwMiAxMykiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==')
  }
}

.modal-search-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 25px 0;
  overflow: auto
}

.modal-search-layout {
  background-color: #00000088;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-search-fullentry {
  position: relative
}

.modal-search-form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 35px
}

input#modal-search-input.modal-search-input[type=text] {
  width: calc(100% - 50px);
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 16px;
  font-weight: 700
}

.modal-search-close {
  width: 50px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  text-align: right
}

.modal-search-results {
  border-radius: 16px;
  margin-top: 20px;
  overflow: hidden
}

.modal-search-result {
  display: block;
  background-color: #fff;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 700
}

.modal-search-results .modal-search-result:not(:last-child) {
  border-bottom: 1px solid
}

body.open-modal-search {
  overflow: hidden !important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

.input-field span.wpcf7-form-control-wrap {
  position: static !important
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

html {
  height: 100%
}

body {
  position: relative;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1b1b1b
}

a {
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  text-decoration: none;
  color: #1b1b1b
}

a:hover {
  color: #1b1b1b;
  text-decoration: none
}

textarea {
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

textarea::-webkit-input-placeholder {
  opacity: .3
}

textarea::-moz-placeholder {
  opacity: .3
}

textarea:-ms-input-placeholder {
  opacity: .3
}

textarea::-ms-input-placeholder {
  opacity: .3
}

textarea::placeholder {
  opacity: .3
}

textarea:focus {
  border-color: #4180be
}

.adaptive-menu-icon {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer
}

.adaptive-menu-icon>span {
  display: inline-block;
  margin-left: 10px
}

.adaptive-menu-icon.active .icon span {
  left: -100px
}

.adaptive-menu-icon.adaptive-menu-icon-catalog.active .icon span {
  opacity: 0
}

.main-nav-catalog .mobile-open-sub-menu,
.main-nav-catalog>ul li.menu-item-has-children:after {
  z-index: -1 !important;
  visibility: hidden !important
}

.adaptive-menu-icon.active .icon:before {
  top: calc(50% - 1px);
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.adaptive-menu-icon.active .icon:after {
  bottom: calc(50% - 1px);
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.adaptive-menu-icon.active>*,
.adaptive-menu-icon:hover>* {
  color: #4180be
}

.adaptive-menu-icon.active .icon span,
.adaptive-menu-icon:hover .icon span {
  background: #4180be
}

.adaptive-menu-icon.active .icon:after,
.adaptive-menu-icon.active .icon:before,
.adaptive-menu-icon:hover .icon:after,
.adaptive-menu-icon:hover .icon:before {
  background: #4180be
}

.adaptive-menu-icon>* {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px;
  line-height: 1;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.adaptive-menu-icon .icon {
  height: 14px;
  width: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.adaptive-menu-icon .icon span {
  height: 2px;
  width: 14px;
  position: relative;
  display: inline-block;
  background-color: #000;
  border-radius: 1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.adaptive-menu-icon .icon:after,
.adaptive-menu-icon .icon:before {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 1px;
  background-color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center
}

.adaptive-menu-icon .icon:before {
  width: 24px;
  top: 0
}

.adaptive-menu-icon .icon:after {
  width: 20px;
  bottom: 0
}

.slider-arrows {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer
}

.slider-arrows:after {
  content: "\e915";
  font-family: main-icons, sans-serif;
  font-size: 21px;
  position: relative;
  left: 3px
}

.slider-arrows.prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.slider-arrows:hover {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.slider-arrows-adaptive {
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: none
}

.slider-arrows-adaptive .slider-arrows {
  margin: auto;
  position: relative;
  background: 0 0;
  z-index: 50
}

.slider-arrows-adaptive .slider-arrows:after {
  content: "\e900";
  font-size: 12px;
  -webkit-text-fill-color: #c8c8c8
}

.slider-arrows-adaptive .slider-arrows.prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.slider-arrows-adaptive .slider-arrows.next {
  right: -20px
}

.slider-dots {
  margin: 0;
  padding: 0;
  list-style: none
}

.slider-dots li {
  display: inline-block;
  margin-right: 13px;
  cursor: pointer
}

.slider-dots li:last-child {
  margin-right: 0
}

.slider-dots li.slick-active button:after {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.slider-dots li button {
  display: block;
  min-width: 16px;
  min-height: 16px;
  position: relative;
  border-radius: 100%;
  border: none;
  font-size: 0;
  background-color: #fff;
  -webkit-appearance: none
}

.slider-dots li button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 100%;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.txt-inputs-style,
input[type=email],
input[type=search],
input[type=tel]

/*,input[type=text]*/
  {
  height: 50px;
  padding: 0 10px 0 50px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.txt-inputs-style::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
  opacity: .3
}

.txt-inputs-style::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  opacity: .3
}

.txt-inputs-style:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
  opacity: .3
}

.txt-inputs-style::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder {
  opacity: .3
}

.txt-inputs-style::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder {
  opacity: .3
}

.txt-inputs-style:focus,
input:focus[type=email],
input:focus[type=search],
input:focus[type=tel],
input:focus[type=text] {
  border-color: #4180be
}

.custom-input-select,
.custom-input-text {
  width: 100%;
  position: relative
}

.custom-input-select input,
.custom-input-text input {
  padding: 0 28px;
  width: 100%
}

.custom-input-select .addon-elem,
.custom-input-text .addon-elem {
  position: absolute;
  line-height: 50px;
  top: 0;
  right: 28px
}

.custom-input-select .addon-elem.txt-style,
.custom-input-text .addon-elem.txt-style {
  opacity: .5;
  font-size: 14px
}

.custom-input-select .addon-elem.ico-style,
.custom-input-text .addon-elem.ico-style {
  font-size: 5px
}

.triangle-with-border:after,
.triangle-with-border:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 0;
  border-style: solid
}

.triangle-with-border:before {
  z-index: 2;
  border-width: 10px;
  border-color: #fff #fff transparent transparent
}

.triangle-with-border:after {
  top: -1px;
  left: -22px;
  z-index: 1;
  border-width: 11px;
  border-color: #eaebea #eaebea transparent transparent
}

:disabled {
  position: initial !important;
  opacity: .5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.custom-input-select {
  cursor: pointer
}

.custom-input-select input {
  padding-right: 55px !important;
  cursor: pointer
}

.custom-input-select input:focus {
  border-color: #bdbdbd
}

.custom-select {
  width: 100%;
  position: relative;
  top: -1px;
  display: none;
  background: #fff
}

.custom-select .item {
  padding: 0 28px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  border: 1px solid #bdbdbd;
  cursor: pointer
}

.custom-select .item:not(:first-child) {
  border-top: none
}

.custom-select .item:hover {
  background: #eaebea
}

.checkbox-style {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.checkbox-style+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  position: relative
}

.checkbox-style+label:before {
  content: "";
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
  border-radius: 100%;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  cursor: pointer;
  background: #fff
}

.checkbox-style+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.checkbox-style:checked+label:before {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  border: none
}

.checkbox-style:checked+label:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.button-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding: 0 15px;
  position: relative;
  top: 0;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  -webkit-box-shadow: 0 9px 5px -6px #7d736d;
  box-shadow: 0 9px 5px -6px #7d736d;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  background: #fff;
  border-radius: 2px;
  border: none;
  line-height: 50px
}

.button-style.accent-button {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  -webkit-box-shadow: 0 9px 5px -6px #4180be;
  box-shadow: 0 9px 5px -6px #4180be
}

.button-style.with-icon:after {
  content: "";
  display: block;
  float: right;
  margin-left: 15px
}

.button-style:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px
}

.big-border {
  border-radius: 2px 62px;
  border: 8px solid #4180be
}

.price-label {
  display: inline-block;
  padding: 12px 26px;
  position: relative;
  border-radius: 0 2px 2px;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  color: #fff;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 18px
}

.price-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #4180be #4180be transparent transparent
}

.accent-txt,
.estimate-price .online-calc-price span,
.get-specialist span {
  border-bottom: 1px dotted #4180be;
  color: #4180be;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.accent-txt:hover,
.estimate-price .online-calc-price span:hover,
.get-specialist span:hover {
  border-color: transparent
}

.ask-question-block-sidebar .telephone:before,
.contact-us-form .left .header_pr .call a:before,
.estimate-price .online-calc-price .ico,
.get-specialist .ico:before,
.gradient-txt-color,
.header-info .callback:before,
.header-info .tel-number:before,
.load-more-examples .ico,
.main-footer .footer-contacts .address:before,
.main-footer .footer-contacts .callback:before,
.main-footer .footer-contacts .tel-number:before,
.our-advantages .our-advantages-list .item:before,
.our-portfolio-list .portfolio-info .meta>:before,
.our-price-list .price-list .single-price .services-list li:before,
.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price:before,
.portfolio-finished-service .service-link a:after,
.preroll-2 .btns-section .call a:before,
.slider-arrows-adaptive .slider-arrows:hover:after,
.slider-arrows:after,
.suggest-best-offer .btns-section .call a:before,
.time-price-style .meta>:before,
.workflow-list .single .ico {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4180be
}

.gradient-txt-color_inverse,
.header-info .callback:hover:before,
.main-footer .footer-contacts .callback:hover:before,
.slider-arrows:hover:after,
.workflow-list .single.inverse .ico {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff
}

.inner,
.main-header .top-section {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 50px
}

main>:last-child {
  margin-bottom: 0
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.landing-block {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 50px auto
}

.landing-block h2 {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 30px
}

.landing-block.center-title h2 {
  text-align: center
}

.accordion .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.accordion .content .left {
  max-width: 780px;
  width: 100%;
  margin-right: 20px
}

.accordion .accordion-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.accordion .accordion-list>li,
.accordion .accordion-list>div {
  padding: 25px 50px 0;
  margin-bottom: 20px;
  border: 1px solid #eaebea;
  background: #fff
}

.accordion .accordion-list>li:last-child,
.accordion .accordion-list>div:last-child {
  margin-bottom: 0
}

.accordion .accordion-list>li.open .accordion-list-header:after,
.accordion .accordion-list>div.open .accordion-list-header:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #4180be
}

.accordion .accordion-list>li.open .accordion-list-body:after,
.accordion .accordion-list>div.open .accordion-list-body:after {
  width: 12%
}

.accordion .accordion-list>li .accordion-list-header,
.accordion .accordion-list>div .accordion-list-header {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  cursor: pointer
}

.accordion .accordion-list>li .accordion-list-header:after,
.accordion .accordion-list>div .accordion-list-header:after {
  content: "\e907";
  display: block;
  margin-left: 20px;
  font-family: main-icons, sans-serif;
  font-size: 9px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.accordion .accordion-list>li .accordion-list-header:hover:after,
.accordion .accordion-list>div .accordion-list-header:hover:after {
  color: #4180be
}

.accordion .accordion-list>li .accordion-list-body,
.accordion .accordion-list>div .accordion-list-body {
  margin-bottom: 25px;
  padding-bottom: 50px;
  display: none;
  position: relative
}

.accordion .accordion-list>li .accordion-list-body:last-child,
.accordion .accordion-list>div .accordion-list-body:last-child {
  margin-bottom: 0
}

.accordion .accordion-list>li .accordion-list-body:after,
.accordion .accordion-list>li .accordion-list-body:before,
.accordion .accordion-list>div .accordion-list-body:after,
.accordion .accordion-list>div .accordion-list-body:before {
  content: "";
  height: 1px;
  display: block;
  margin-bottom: 30px
}

.accordion .accordion-list>li .accordion-list-body:before,
.accordion .accordion-list>div .accordion-list-body:before {
  width: 100%;
  background-color: #eaebea
}

.accordion .accordion-list>li .accordion-list-body:after,
.accordion .accordion-list>div .accordion-list-body:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: #4180be;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.accordion .accordion-list>li .accordion-list-body>*,
.accordion .accordion-list>div .accordion-list-body>* {
  margin: 0 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 24px
}

.accordion .accordion-list>li .accordion-list-body>ul,
.accordion .accordion-list>div .accordion-list-body>ul,
.accordion .accordion-list>li .accordion-list-body>ol,
.accordion .accordion-list>div .accordion-list-body>ol,
.how-to-article .how-to-article-content>ul,
.how-to-article .how-to-article-content>ol {
  padding-left: 30px
}

.accordion .accordion-list>li .accordion-list-body>:last-child,
.accordion .accordion-list>div .accordion-list-body>:last-child {
  margin-bottom: 0
}

.ask-question-block-sidebar {
  width: 100%;
  padding: 70px 50px;
  background: #f7f7f7;
  border-radius: 2px;
  border: 1px solid #eaebea
}

.ask-question-block-sidebar.sticky-mode {
  position: sticky;
  top: 10px
}

.ask-question-block-sidebar .thumb img {
  width: 100%;
  height: auto
}

.ask-question-block-sidebar .description {
  margin: 0 0 14px;
  padding: 0;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 18px
}

.ask-question-block-sidebar .telephone {
  display: inline-block;
  margin-bottom: 34px;
  color: #1b1b1b;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

.ask-question-block-sidebar .telephone:before {
  content: "\e908";
  margin-right: 8px;
  font-family: main-icons, sans-serif;
  font-size: 16px
}

.ask-question-block-sidebar .ask-us-form {
  width: 100%
}

.ask-question-block-sidebar .ask-us-form .input-field {
  margin-bottom: 20px
}

.ask-question-block-sidebar .ask-us-form .input-field input {
  width: 100%
}

.ask-question-block-sidebar .ask-us-form .privacy-policy {
  margin-bottom: 30px
}

.ask-question-block-sidebar .ask-us-form button[type=submit] {
  width: 100%
}

.ask-question-block-sidebar .ask-us-form button[type=submit]:after {
  content: "\e909";
  font-family: main-icons, sans-serif
}

.ask-question-block-sidebar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.ask-question-block-sidebar .title {
  margin-bottom: 20px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px;
  line-height: 1.3
}

.ask-question-block-sidebar p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 14px;
  line-height: 18px
}

.ask-question-block-sidebar .ask-question:after {
  content: "\e904";
  font-family: main-icons, sans-serif;
  font-size: 24px
}

.form-inputs>* {
  position: relative
}

.form-inputs>:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -8px;
  font-size: 14px;
  font-family: main-icons, sans-serif;
  opacity: .3
}

.form-inputs>:nth-child(1):before {
  content: "\e916"
}

.form-inputs>:nth-child(2):before {
  content: "\e908"
}

.privacy-policy {
  font-size: 14px
}

.privacy-policy a {
  color: #4180be;
  text-decoration: underline
}

.privacy-policy a:hover {
  text-decoration: none
}

.privacy-policy .checkbox-style+label:after,
.privacy-policy .checkbox-style+label:before {
  border-radius: 2px
}

.privacy-policy .checkbox-style+label span {
  position: relative;
  top: 1px;
  opacity: .5
}

.fullentry {
  max-width: 1220px;
  padding: 0 20px;
  margin: 35px auto 0 auto
}

.fullentry.page {
  margin-bottom: 50px
}

.fullentry h1 {
  margin: 0 0 40px;
  padding: 0;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 40px
}

.fullentry .left {
  max-width: 780px;
  width: 100%
}

.load-more-examples-box {
  text-align: center;
  width: 100%
}

.load-more-examples {
  display: inline-block
}

.load-more-examples.loading .ico {
  -webkit-animation: refresh 1.5s infinite linear;
  animation: refresh 1.5s infinite linear
}

.load-more-examples.loading span {
  border-color: #1b1b1b
}

.load-more-examples .ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px
}

.load-more-examples span {
  display: inline-block;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 18px;
  border-bottom: 1px dashed rgba(27, 27, 27, .3);
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  cursor: pointer
}

.load-more-examples span:hover {
  border-color: #1b1b1b
}

.fullentry-block {
  margin-bottom: 50px
}

.fullentry-block h3 {
  margin: 0 0 30px;
  padding: 0;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 24px
}

.fullentry-block .content {
  padding: 35px;
  border-radius: 2px;
  border: 1px solid #eaebea;
  font-size: 16px;
  line-height: 24px
}

.time-price-style .meta>* {
  position: relative;
  padding-left: 55px
}

.time-price-style .meta>:not(:last-child) {
  margin-bottom: 20px
}

.portfolio-info .meta>:not(:last-child) {
  margin-bottom: 10px
}

.time-price-style .meta>:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: main-icons, sans-serif;
  font-size: 33px
}

.time-price-style .meta>* .key {
  opacity: .5;
  font-size: 14px
}

.time-price-style .meta>* .value {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 24px
}

.time-price-style .meta .price:before {
  content: "\e906"
}

.time-price-style .meta .time:before {
  content: "\e905"
}

.cr-breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px
}

.cr-breadcrumbs .kb_sep {
  display: inline-block;
  margin: 0 10px
}

.cr-breadcrumbs>* {
  opacity: .5
}

.cr-breadcrumbs>:last-child:after {
  display: none
}

.cr-breadcrumbs a {
  color: #1b1b1b;
  text-decoration: none
}

.cr-breadcrumbs a:hover {
  text-decoration: underline;
  opacity: 1
}

div.wpcf7-response-output {
  margin: 15px 0 10px;
  padding: 8px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  border-radius: 2px;
  border: none
}

div.wpcf7-mail-sent-ok {
  background: #4180be
}

div.wpcf7-mail-sent-ng {
  background: red;
  color: #1b1b1b
}

div.wpcf7-spam-blocked {
  background: orange;
  color: #1b1b1b
}

div.wpcf7-validation-errors {
  background: #f7e700;
  color: #1b1b1b
}

.pagination {
  margin: 30px auto 0 auto;
  width: 100%;
  text-align: center
}

.pagination .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #eaebea;
  overflow: hidden
}

.pagination .nav-links>* {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.pagination .nav-links>.current,
.pagination .nav-links>:hover {
  color: #fff;
  background: #4180be
}

.pagination .nav-links>.next:after,
.pagination .nav-links>.prev:after {
  content: "\e907";
  display: block;
  position: relative;
  font-family: main-icons, sans-serif;
  font-size: 9px;
  color: #4180be
}

.pagination .nav-links>.next:hover:after,
.pagination .nav-links>.prev:hover:after {
  color: #fff
}

.pagination .nav-links>.next {
  margin-left: 5px
}

.pagination .nav-links>.next:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 2px
}

.pagination .nav-links>.prev {
  margin-right: 5px
}

.pagination .nav-links>.prev:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 2px
}

.error404 .fullentry {
  text-align: center
}

.error404 .fullentry>:not(.cr-breadcrumbs) a {
  color: #4180be
}

img {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

img.lazy {
  opacity: 0
}

img.lazy-loaded {
  opacity: 1
}

.contact-module {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.contact-module>div {
  width: calc((100% - 20px)/2)
}

.contact-module .contact-info a {
  color: #4180be
}

.contact-module .contact-info a:hover {
  color: #1b1b1b
}

.contact-module .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.contact-module .contact-info ul li {
  display: block;
  margin-bottom: 20px
}

.contact-module .contact-info ul li:last-child {
  margin-bottom: 0
}

.contact-module .contact-info ul li .head {
  margin-bottom: 5px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

/*.logo{height:53px;margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.logo img{width:48px;height:48px}*/
.logo .site-name {
  margin-left: 12px;
  font-size: 20px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  line-height: 20px
}

.logo .site-name>* {
  display: block
}

.logo .description {
  display: inline-block;
  margin-left: 16px
}

[class*=" icon-"],
[class^=icon-] {
  font-family: main-icons, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-close-popup:before {
  content: "\e918"
}

.icon-location:before {
  content: "\e917"
}

.icon-people:before {
  content: "\e916"
}

.icon-refresh:before {
  content: "\e914"
}

.icon-slider-arrow:before {
  content: "\e915"
}

.icon-value-mines:before {
  content: "\e912"
}

.icon-value-plus:before {
  content: "\e913"
}

.icon-btn-arrow:before {
  content: "\e900"
}

.icon-check:before {
  content: "\e901"
}

.icon-get-price:before {
  content: "\e902"
}

.icon-get-spec:before {
  content: "\e903"
}

.icon-question:before {
  content: "\e904"
}

.icon-remont-deadline:before {
  content: "\e905"
}

.icon-remont-price:before {
  content: "\e906"
}

.icon-small-arrow:before {
  content: "\e907"
}

.icon-tel-type-1:before {
  content: "\e908"
}

.icon-tel-type-2:before {
  content: "\e909"
}

.icon-workflow-1:before {
  content: "\e90a"
}

.icon-workflow-2:before {
  content: "\e90b"
}

.icon-workflow-4:before {
  content: "\e90c"
}

.icon-workflow-5:before {
  content: "\e90d"
}

.icon-workflow-6:before {
  content: "\e90e"
}

.icon-workflow-7:before {
  content: "\e90f"
}

.icon-workflow-8:before {
  content: "\e910"
}

.icon-workflow-3:before {
  content: "\e911"
}

@-webkit-keyframes refresh {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes refresh {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

.main-header .top-section {
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-header .bottom-section {
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #eaebea;
  border-bottom: 1px solid #eaebea;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.main-header .bottom-section .inner,
.main-header .bottom-section .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-header .bottom-section .estimate-price {
  display: none
}

.header-logo {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.header-logo .description {
  opacity: .5;
  font-size: 14px;
  line-height: 1.3
}

.estimate-price {
  min-width: 315px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  padding-left: 40px;
  border-left: 1px solid #eaebea
}

.estimate-price .description {
  display: inline-block;
  margin-right: 20px
}

.estimate-price .online-calc-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  line-height: 1.3
}

.estimate-price .online-calc-price:hover span {
  border-color: transparent
}

.estimate-price .online-calc-price .ico {
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-family: main-icons, sans-serif;
  font-size: 30px
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 40px;
  border-left: 1px solid #eaebea
}

.header-info .tel-number {
  margin-right: 42px;
  padding-left: 24px;
  position: relative
}

.header-info .tel-number:before {
  margin-right: 8px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px
}

.header-info .tel-number a {
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  color: #1b1b1b;
  font-size: 20px
}

.header-info .tel-number>span {
  display: block;
  opacity: .5;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 13px
}

.header-info .callback {
  padding: 11px 20px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #4180be;
  cursor: pointer
}

.header-info .callback:before {
  content: "\e909";
  display: inline-block;
  margin-right: 10px;
  font-family: main-icons, sans-serif
}

.header-info .callback:hover {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  color: #fff;
  border-color: transparent
}

.main-nav {
  width: 78%;
  background: #fff
}

.main-nav>ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-nav>ul li {
  position: relative
}

.main-nav>ul li:last-child {
  margin-right: 0
}

.main-nav>ul li.menu-item-has-children:after,
.main-nav>ul li.menu-item-has-children .mobile-open-sub-menu {
  content: "\e907";
  font-size: 5px;
  position: absolute;
  top: 9px;
  right: -11px;
  display: inline-block;
  font-family: main-icons, sans-serif
}

.mobile-open-sub-menu {
  display: none
}

.main-nav>ul li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .2s 10ms, opacity .2s linear 10ms;
  transition: visibility .2s 10ms, opacity .2s linear 10ms
}

.main-nav>ul li a {
  display: inline-block;
  color: #1b1b1b
}

.main-nav>ul li a:hover {
  color: #4180be
}

.main-nav>ul li>.sub-menu {
  left: 0;
  top: 55px
}

.main-nav>ul li>.sub-menu li.menu-item-has-children:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.main-nav>ul li>.sub-menu.triangle-with-border:before {
  left: 11px;
  top: -16px;
  border-color: transparent transparent #fff;
  border-width: 8px
}

.main-nav>ul li>.sub-menu.triangle-with-border:after {
  top: -18px;
  left: 10px;
  border-color: transparent transparent #eaebea;
  border-width: 9px
}

.main-nav>ul li>.sub-menu .sub-menu {
  top: -6px;
  left: calc(100% + 40px)
}

.main-nav>ul li .sub-menu {
  width: 250px;
  padding: 20px;
  margin: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .2s .1s, opacity .2s linear .1s;
  transition: visibility .2s .1s, opacity .2s linear .1s;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eaebea;
  -webkit-box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
  box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
  z-index: 40
}

.main-nav>ul li .sub-menu .triangle-with-border:before {
  left: -16px;
  top: 9px;
  border-color: transparent #fff transparent transparent;
  border-width: 8px
}

.main-nav>ul li .sub-menu .triangle-with-border:after {
  left: -18px;
  top: 8px;
  border-color: transparent #eaebea transparent transparent;
  border-width: 9px
}

.main-nav>ul li .sub-menu li {
  display: block;
  margin-bottom: 20px
}

.main-nav>ul li .sub-menu li:last-child {
  margin-bottom: 0
}

.main-nav>ul li .sub-menu li a {
  display: inline-block
}

.get-specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #4180be;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.get-specialist:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-right: 30px;
  background-color: #eaebea
}

.get-specialist .ico {
  margin-left: 14px
}

.get-specialist .ico:before {
  font-size: 24px
}

.preroll {
  margin-bottom: 50px;
  background-color: #f7f7f7
}

.main-header .preroll .top-section,
.preroll .inner,
.preroll .main-header .top-section {
  padding: 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: left 78% bottom;
  background-size: contain
}

.preroll .inner {
  background-position: right center
}

.preroll .cr-breabcrumbs {
  margin-bottom: 30px
}

.preroll .preroll-title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.preroll .preroll-title h1 {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 25px 0 0;
  padding: 0;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 40px;
  line-height: 1.3
}

.preroll .preroll-title .price {
  position: relative;
  top: 20px;
  max-width: 140px
}

.preroll .preroll-sale {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.preroll .preroll-sale .sale-date {
  margin-right: 30px
}

.preroll .preroll-sale .sale-date span {
  display: block
}

.preroll .preroll-sale .sale-date span:first-child {
  color: #4180be;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 17px
}

.preroll .preroll-sale .sale-date span:nth-child(2) {
  opacity: .5;
  color: #1b1b1b;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 14px
}

.preroll .preroll-sale .sale-name {
  max-width: 265px;
  width: 100%;
  font-size: 14px;
  line-height: 18px
}

.preroll .gauge-buttons {
  display: inline-block
}

.preroll .gauge-buttons>* {
  padding: 0 30px
}

.preroll .gauge-buttons .get-gauge {
  margin-right: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  color: #fff
}

.preroll .gauge-buttons .get-gauge:after {
  width: 24px;
  height: 100%;
  background: url(/top_zabor/assets/css/../../img/get-gauge-ico.svg) center center no-repeat;
  background-size: 24px 19px
}

.preroll .gauge-buttons .get-portfolio {
  color: #1b1b1b
}

.preroll .preroll-advantages {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  font-size: 14px
}

.preroll .preroll-advantages li {
  padding: 25px;
  width: 200px;
  border: 1px solid #eaebea;
  background-color: #ffffffcf;
  text-align: center
}

.preroll .preroll-advantages li .ico {
  width: 36px;
  height: 36px;
  margin: auto auto 15px auto
}

.preroll .preroll-advantages li .text {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.preroll .preroll-advantages li.first .ico {
  background: url(/top_zabor/assets/css/../../img/preroll-adv-1.svg) center center no-repeat
}

.preroll .preroll-advantages li.second .ico {
  background: url(/top_zabor/assets/css/../../img/preroll-adv-2.svg) center center no-repeat
}

.preroll .preroll-advantages li.third .ico {
  background: url(/top_zabor/assets/css/../../img/preroll-adv-3.svg) center center no-repeat
}

.preroll .preroll-advantages li:not(:last-child) {
  border-bottom: none
}

.our-services h2 {
  font-size: 24px
}

.services-box-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap
}

.services-box-item-1 {
  margin-bottom: 0;
  flex-direction: row-reverse
}

.services-box-item .with-list {
  width: calc(50% - 10px)
}

.services-box-item .service-right-box {
  width: calc(50% - 10px);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.services-box-item .one-line-price-btns {
  margin-bottom: 20px;
  width: 100%
}

.services-box-item .multiline-price-btns {
  width: calc(50% - 10px)
}

.services-grid.additional .grid {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.services-grid.additional .one-line-price-btns {
  width: calc(50% - 10px);
  margin-bottom: 20px
}

.services-grid.additional .multiline-price-btns {
  width: calc(25% - 20px)
}

.services-grid .service-item {
  padding: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  border: 1px solid #eaebea;
  background-color: #fdfdfd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.services-grid .service-item .service-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}

.services-grid .service-item>* {
  position: relative;
  z-index: 1
}

.services-grid .service-item .title {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.3;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px
}

.services-grid .service-item .title a:hover {
  color: #4180be
}

.services-grid .service-item.with-list .single-service-list {
  margin-bottom: 40px
}

.services-grid .service-item.with-list .btns-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.services-grid .service-item.one-line-price-btns .btns-section {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.services-grid .service-item.multiline-price-btns .time-price {
  margin-bottom: 20px
}

.services-grid .single-service-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.services-grid .single-service-list li {
  margin-bottom: 12px;
  font-size: 14px
}

.services-grid .single-service-list li:last-child {
  margin-bottom: 0
}

.services-grid .single-service-list a {
  color: #1b1b1b;
  border-bottom: 1px solid #d1d1d1
}

.services-grid .single-service-list a:hover {
  border-color: #1b1b1b
}

.services-grid .single-service-list .name {
  display: inline-block;
  margin-right: 30px;
  min-width: 65px;
  opacity: .5
}

.services-grid .single-service-list .price {
  color: #1b1b1b;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 15px
}

.services-grid .time-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.services-grid .time-price.with-border-bottom .tp-block:last-child {
  margin-right: 39px
}

.services-grid .time-price.with-border-bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 26px 0 30px;
  background-color: #eaebea
}

.services-grid .time-price .tp-block {
  margin-right: 39px
}

.services-grid .time-price .tp-block:last-child {
  margin-right: 0
}

.services-grid .time-price .tp-block .suffix {
  display: block;
  margin-bottom: 2px;
  font-size: 14px
}

.services-grid .time-price .tp-block .value {
  font-size: 17px;
  font-family: "Museo Sans Cyrl 500", sans-serif
}

.services-grid .time-price .tp-block .value>:first-child {
  display: inline-block;
  margin-right: 5px
}

.services-grid .order-button {
  min-width: 162px
}

.services-grid .order-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(/top_zabor/assets/css/../../img/roller-ico.svg) center center no-repeat;
  background-size: 20px 20px
}

.services-grid .btns-section-wrap {
  position: relative
}

.services-grid .btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.services-grid .general-price {
  display: inline-block;
  margin-right: 26px
}

.services-grid .general-price span {
  display: block
}

.services-grid .general-price .suffix {
  font-size: 14px
}

.services-grid .general-price .value {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.estimate-price-calculator {
  overflow: hidden;
  padding: 0;
  position: relative
}

.estimate-price-calculator .hidden-gems {
  display: none
}

.estimate-price-calculator:after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(/top_zabor/assets/css/../../img/paint-brush.svg) center center no-repeat;
  background-size: cover
}

.estimate-price-calculator .calculator-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.estimate-price-calculator .calculator-form>.left {
  padding: 63px 0 63px 63px;
  width: 63%;
  margin-right: 40px
}

.estimate-price-calculator .calculator-form>.right {
  padding: 63px 63px 63px 45px;
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7
}

.estimate-price-calculator .calculator-title {
  display: block;
  max-width: 335px;
  margin: 0 0 30px;
  padding: 0;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px;
  line-height: 1.2
}

.estimate-price-calculator .calculator-title-tabs {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #eaebea
}

.estimate-price-calculator .calculator-title-tabs .single-tab {
  display: inline-block;
  padding-bottom: 20px;
  margin-right: 50px;
  position: relative;
  cursor: pointer
}

.estimate-price-calculator .calculator-title-tabs .single-tab:last-child {
  margin-right: 0
}

.estimate-price-calculator .calculator-title-tabs .single-tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  background: #4180be;
  opacity: 0
}

.estimate-price-calculator .calculator-title-tabs .single-tab>* {
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.estimate-price-calculator .calculator-title-tabs .single-tab.active .head {
  color: #4180be
}

.estimate-price-calculator .calculator-title-tabs .single-tab.active:after {
  opacity: 1
}

.estimate-price-calculator .calculator-title-tabs .single-tab:hover .head {
  color: #4180be
}

.estimate-price-calculator .calculator-title-tabs .single-tab:hover:after {
  opacity: 1
}

.estimate-price-calculator .calculator-title-tabs .single-tab .head {
  display: inline-block;
  margin-bottom: 2px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 17px
}

.estimate-price-calculator .calculator-title-tabs .single-tab .estimated-accuracy {
  font-size: 14px;
  color: #7f7f7f
}

.estimate-price-calculator .calculator-title-tabs .single-tab .estimated-accuracy .value {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  color: #4180be
}

.estimate-price-calculator .calculator-elements-single {
  display: none
}

.estimate-price-calculator .calculator-elements-single>.row {
  margin-bottom: 10px;
  display: flex;
  flex-flow: wrap
}

.estimate-price-calculator .calculator-elements-single>.row>.item {
  width: 50%;
  padding-left: 20px
}

.estimate-price-calculator .calculator-elements-single>.row:last-child {
  margin-bottom: 0;
  flex-flow: unset;
  justify-content: space-between;
  border-top: 1px solid #eaebea
}

.estimate-price-calculator .calculator-elements-single.active {
  display: block
}

.estimate-price-calculator .calculator-elements-title {
  margin-bottom: 15px;
  font-size: 14px;
  opacity: .5
}

.estimate-price-calculator .input-area-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.estimate-price-calculator .input-area-size .change-value {
  height: 50px;
  min-width: 50px;
  display: block;
  font-family: main-icons, sans-serif;
  text-align: center;
  line-height: 49px;
  color: #4180be;
  background: #fff;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.estimate-price-calculator .input-area-size .change-value:hover {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  color: #fff;
  border-color: transparent
}

.estimate-price-calculator .input-area-size .change-value.mines {
  font-size: 2px
}

.estimate-price-calculator .input-area-size .change-value.plus {
  font-size: 12px
}

.estimate-price-calculator .input-area-size input[type=text],
.estimate-price-calculator .input-area-size input[type=number] {
  min-width: 220px;
  height: 50px;
  padding: 10px;
  border: 1px solid #c6c6c6;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center
}

.estimate-price-calculator .calculator-elements-includes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.estimate-price-calculator .calculator-elements-includes>* {
  margin-bottom: 18px
}

.estimate-price-calculator .calculator-elements-includes .radio-btn {
  width: 65px;
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.estimate-price-calculator .calculator-elements-includes .medium-radio-btn {
  width: 30%;
  margin-right: 3%
}

.estimate-price-calculator .calculator-elements-includes .half-radio-btn {
  width: 50%;
  margin-right: 0
}

.estimate-price-calculator .calculator-elements-includes .long-radio-btn {
  width: 100%;
  margin-right: 0
}

.estimate-price-calculator .calculator-elements-includes .radio-btn:last-child {
  margin-right: 0
}

.estimate-price-calculator .is-area-electricity {
  width: 100%;
  padding-top: 30px
}

.estimate-price-calculator .is-area-electricity label:before {
  border-radius: 2px
}

.estimate-price-calculator .calculator-totals>:last-child {
  margin-bottom: 0 !important
}

.estimate-price-calculator .calculator-totals .general-totals {
  margin-bottom: 30px
}

.estimate-price-calculator .calculator-totals .general-totals:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  margin-top: 29px;
  background-color: #4180be
}

.estimate-price-calculator .calculator-totals .general-totals .total {
  display: inline-block;
  margin-bottom: 5px;
  opacity: .5
}

.estimate-price-calculator .calculator-totals .general-totals .price {
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 28px
}

.estimate-price-calculator .calculator-totals .sub-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.estimate-price-calculator .calculator-totals .sub-totals>* {
  width: 100%
}

.estimate-price-calculator .calculator-totals .sub-totals>:not(:first-child) {
  width: 48%;
  margin: 0 4% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px
}

.estimate-price-calculator .calculator-totals .sub-totals>:not(:first-child):nth-child(2n+1) {
  margin-right: 0
}

.estimate-price-calculator .calculator-totals .particular-total {
  margin-bottom: 20px
}

.estimate-price-calculator .calculator-totals .particular-total .head {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: .5
}

.estimate-price-calculator .calculator-totals .particular-total .price {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

.estimate-price-calculator .calculator-totals-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none
}

.estimate-price-calculator .calculator-totals-list.with-border-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: #eaebea
}

.estimate-price-calculator .calculator-totals-list li {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.estimate-price-calculator .calculator-totals-list li:last-child {
  margin-bottom: 0
}

.estimate-price-calculator .calculator-totals-list li .name {
  width: 130px;
  margin-right: 50px;
  font-size: 14px;
  opacity: .5
}

.estimate-price-calculator .calculator-totals-list li .value {
  width: 75px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px
}

.estimate-price-calculator .discuss-details {
  max-width: 245px;
  width: 100%;
  height: 50px
}

.estimate-price-calculator .discuss-details:after {
  content: '\e900';
  position: relative;
  top: 2px;
  font-family: main-icons, sans-serif;
  font-size: 11px
}

.our-portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.our-portfolio-list.col-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.our-portfolio-list.col-2 .portfolio-slider .slide img {
  height: 340px
}

.our-portfolio-list.col-2 .single {
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.our-portfolio-list.col-2 .single>* {
  width: 100% !important
}

.our-portfolio-list.col-2 .single>:nth-child(2) {
  padding: 50px
}

.our-portfolio-list .single {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  border: 1px solid #eaebea;
  overflow: hidden
}

.our-portfolio-list .single .portfolio-content {
  padding: 0 0 0 46px
}

.our-portfolio-list .single:last-child {
  margin-bottom: 0
}

.our-portfolio-list .single>:first-child {
  width: 57%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.our-portfolio-list .single>:nth-child(2) {
  width: 38%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.our-portfolio-list .single.content-right>:first-child {
  width: 57%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.our-portfolio-list .single.content-right>:nth-child(2) {
  width: 38%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.our-portfolio-list .single.content-right .portfolio-content {
  padding: 0 46px 0 0
}

.our-portfolio-list .portfolio-slider {
  position: relative
}

.our-portfolio-list .portfolio-slider .slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover
}

.our-portfolio-list .portfolio-slider .slider-arrows {
  position: absolute;
  top: 50%;
  margin: -27px 0 0;
  z-index: 1
}

.our-portfolio-list .portfolio-slider .slider-arrows.prev {
  left: 40px
}

.our-portfolio-list .portfolio-slider .slider-arrows.next {
  right: 40px
}

.our-portfolio-list .portfolio-slider .slider-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 33px;
  text-align: center
}

.our-portfolio-list .portfolio-info .title {
  margin: 0 0 18px;
  padding: 0;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

.our-portfolio-list .portfolio-info .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.our-portfolio-list .portfolio-info .meta>* {
  display: inline-block;
  padding-left: 42px;
  position: relative;
  height: 32px
}

.our-portfolio-list .portfolio-info .meta>:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: main-icons, sans-serif;
  font-size: 30px
}

.our-portfolio-list .portfolio-info .meta>:first-child {
  margin-right: 34px;
  margin-bottom: 5px
}

.our-portfolio-list .portfolio-info .meta>:first-child:before {
  content: "\e906"
}

.our-portfolio-list .portfolio-info .meta>:nth-child(2):before {
  content: "\e905"
}

.our-portfolio-list .portfolio-info .meta>* .key {
  display: inline-block;
  font-size: 14px;
  opacity: .5
}

.our-portfolio-list .portfolio-info .meta>* .value {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px;
  margin-top: -4px
}

.our-portfolio-list .client-review {
  margin-bottom: 20px
}

.our-portfolio-list .client-review .wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaebea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.our-portfolio-list .client-review .avatar {
  width: 70px;
  height: auto;
  margin-right: 20px;
  border-radius: 100%
}

.our-portfolio-list .client-review .info>* {
  display: block
}

.our-portfolio-list .client-review .info .description {
  margin-bottom: 4px;
  font-size: 14px;
  opacity: .5
}

.our-portfolio-list .client-review .info .name {
  margin-bottom: 5px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.our-portfolio-list .client-review .review-txt {
  margin: 0;
  padding: 0;
  line-height: 24px
}

.our-portfolio-list .read-more {
  color: #1b1b1b;
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.our-portfolio-list .read-more:hover {
  border-color: #1b1b1b
}

.our-price-list h2 {
  margin-bottom: 58px;
  font-size: 24px
}

.our-price-list .price-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: -50px
}

.our-price-list .price-list .single-price {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eaebea;
  width: calc((100% - 40px)/3);
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 135px
}

.our-price-list .price-list .single-price:nth-child(1) .header .ico:before {
  background: #ccc
}

.our-price-list .price-list .single-price:nth-child(2) .header .ico .columns .middle {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.our-price-list .price-list .single-price:nth-child(2) .header .ico .columns:before {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.our-price-list .price-list .single-price .header {
  padding: 10px 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  background-color: #f7f7f7
}

.our-price-list .price-list .single-price .header .ico {
  position: relative;
  top: -27px;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: padding-box;
  border: solid 6px transparent;
  border-radius: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .11);
  box-shadow: 0 8px 10px rgba(0, 0, 0, .11)
}

.our-price-list .price-list .single-price .header .ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  z-index: -1;
  margin: -6px;
  border-radius: 100%
}

.our-price-list .price-list .single-price .header .ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 56px;
  height: 56px;
  margin: -28px -28px 0 0;
  background: #fff;
  border-radius: 100%;
  z-index: 0
}

.our-price-list .price-list .single-price .header .ico .columns {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1
}

.our-price-list .price-list .single-price .header .ico .columns .middle {
  width: 7px;
  height: 70%;
  background-color: #dadada
}

.our-price-list .price-list .single-price .header .ico .columns:before {
  content: "";
  display: block;
  height: 40%;
  width: 7px;
  margin-right: 4px;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.our-price-list .price-list .single-price .header .ico .columns:after {
  content: "";
  display: block;
  height: 100%;
  width: 7px;
  margin-left: 4px;
  background-color: #dadada
}

.our-price-list .price-list .single-price .header h4 {
  margin: 0;
  padding: 0;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff
}

.our-price-list .price-list .single-price>.single-price-after-text {
  padding: 0 40px;
  margin: -5px 0 20px;
  color: #000;
  font-family: "Museo Sans Cyrl 700", sans-serif
}

.our-price-list .price-list .single-price .btns-section .single-price-after-text {
  color: #131313;
  margin: 5px 0 10px
}

.our-price-list .price-list .single-price .services-list {
  margin: 0;
  padding: 0 40px;
  list-style: none;
  font-size: 14px
}

.our-price-list .price-list .single-price .services-list li {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaebea
}

.our-price-list .price-list .single-price .services-list li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.our-price-list .price-list .single-price .services-list li:before {
  content: "\e913";
  margin-right: 8px;
  display: inline-block;
  font-size: 12px;
  font-family: main-icons, sans-serif
}

.our-price-list .price-list .single-price .services-list li.disable span {
  opacity: .4
}

.our-price-list .price-list .single-price .services-list li.disable:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-text-fill-color: #dbdbdb
}

.our-price-list .price-list .single-price .btns-section {
  padding: 20px;
  background-color: #f7f7f7
}

.our-price-list .price-list .single-price .btns-section .get-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.our-price-list .price-list .single-price .btns-section .get-form:after,
.insta-box.link-box .with-icon:after {
  content: "\e900";
  font-family: main-icons, sans-serif;
  font-size: 12px
}

.price-page .our-portfolio-list .client-review {
  margin-bottom: 0
}

.price-page .our-portfolio-list .client-review .wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.about-company .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-company .content .right {
  width: 80%;
  margin-left: 40px
}

.about-company .company-seo {
  max-width: 180px;
  width: 100%;
  text-align: center
}

.about-company .company-seo .company-seo-avatar {
  max-width: 180px;
  height: auto;
  margin-bottom: 30px;
  border-radius: 2px
}

.about-company .company-seo .name {
  margin-bottom: 15px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px
}

.about-company .company-seo .description {
  margin-bottom: 30px;
  opacity: .5;
  font-size: 14px
}

.about-company .company-seo .get-contact {
  width: 100%;
  background-color: #f7f7f7
}

.about-company .company-description {
  width: 100%;
  padding: 45px;
  position: relative;
  line-height: 24px;
  border: 1px solid #eaebea;
  background-color: #fff;
  border-radius: 0 2px 0 0
}

.about-company .company-description p {
  margin: 0 0 30px;
  padding: 0
}

.about-company .company-description p:last-child {
  margin-bottom: 0
}

.about-company .company-description p:nth-child(1) {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 24px;
  line-height: 30px
}

.about-company .company-description .company-name {
  position: relative;
  top: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 24px;
  line-height: 30px
}

.about-company .company-description .company-name:before {
  content: "";
  display: block;
  width: 27px;
  height: 25px;
  margin-right: 7px;
  background: url(/top_zabor/assets/css/../../img/paint-brush.svg) center center no-repeat;
  background-size: contain
}

.about-company .company-description .read-more {
  display: inline-block;
  opacity: .5;
  color: #1b1b1b;
  font-size: 14px
}

.about-company .company-description .read-more:hover {
  opacity: 1
}

.about-company .company-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-company .company-advantages .single {
  width: calc(100%/3);
  padding: 10px;
  min-height: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaebea;
  border-top: none;
  background-color: #fff
}

.about-company .company-advantages .single:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  background-size: contain !important
}

.about-company .company-advantages .single:nth-child(1) {
  border-right: none
}

.about-company .company-advantages .single:nth-child(1):before {
  background: url(/top_zabor/assets/css/../../img/company-adv-1.svg) center center no-repeat
}

.about-company .company-advantages .single:nth-child(2) {
  border-right: none
}

.about-company .company-advantages .single:nth-child(2):before {
  background: url(/top_zabor/assets/css/../../img/company-adv-2.svg) center center no-repeat
}

.about-company .company-advantages .single:nth-child(3):before {
  background: url(/top_zabor/assets/css/../../img/company-adv-3.svg) center center no-repeat
}

.about-company .company-advantages .single .name {
  margin-bottom: 3px;
  display: block;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px;
  text-align: center
}

.about-company .company-advantages .single .description {
  display: block;
  font-size: 14px;
  text-align: center
}

.our-workflow-wrap {
  margin-bottom: 50px;
  padding: 60px 0;
  background-color: #f7f7f7
}

.our-workflow-wrap .landing-block {
  margin-bottom: 0
}

.workflow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.workflow-list .single {
  width: calc((100% + 90px)/4);
  height: 263px;
  position: relative;
  padding: 38px 48px 10px;
  border: 1px solid #eaebea;
  background: #eaebea;
  -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  border-bottom: none
}

.workflow-list .single:nth-last-child(-n+4) {
  border: 1px solid #eaebea
}

.workflow-list .single:not(:nth-child(4n+1)) {
  margin-left: -30px
}

.workflow-list .single:nth-child(4n) {
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
}

.workflow-list .single:nth-child(4n):before {
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
}

.workflow-list .single:nth-child(4n+1) {
  -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
  clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
}

.workflow-list .single:nth-child(4n+1):before {
  -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
  clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
}

.workflow-list .single.inverse {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.workflow-list .single.inverse:before {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.workflow-list .single.inverse .num {
  opacity: 1;
  color: #fff
}

.workflow-list .single:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  z-index: -1
}

.workflow-list .single .num {
  position: absolute;
  right: 48px;
  top: 38px;
  opacity: .15;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px
}

.workflow-list .single .ico {
  height: 44px;
  margin-bottom: 44px;
  font-size: 44px
}

.workflow-list .single .title {
  margin-bottom: 25px;
  width: 165px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.workflow-list .single .get-form {
  width: 100%
}

.preroll-2 {
  padding: 70px;
  background: url(/top_zabor/assets/css/../../img/preroll-2-bg.jpg) right bottom no-repeat;
  background-size: 655px 100%
}

.preroll-2 .left {
  max-width: 540px;
  width: 100%
}

.preroll-2 h3 {
  margin: 0 0 30px;
  padding: 0;
  max-width: 359px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px;
  line-height: 1.3
}

.preroll-2 ul {
  margin: 0 0 40px;
  padding: 0 0 33px;
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #eaebea
}

.preroll-2 ul li {
  max-width: 160px;
  width: 100%;
  margin-bottom: 12px
}

.preroll-2 ul a {
  color: #1b1b1b;
  border-bottom: 1px solid #d1d1d1
}

.preroll-2 ul a:hover {
  border-color: #1b1b1b
}

.preroll-2 .btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.preroll-2 .btns-section .callback:after {
  font-family: main-icons, sans-serif;
  content: "\e909"
}

.preroll-2 .btns-section .call {
  margin-left: 54px
}

.preroll-2 .btns-section .call>* {
  display: block;
  color: #1b1b1b;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.preroll-2 .btns-section .call span {
  margin-bottom: 3px
}

.preroll-2 .btns-section .call a {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  color: #1b1b1b
}

.preroll-2 .btns-section .call a:hover {
  color: #4180be
}

.preroll-2 .btns-section .call a:before {
  content: "\e908";
  display: inline-block;
  margin-right: 8px;
  font-family: main-icons, sans-serif;
  font-size: 16px
}

.our-advantages h2 {
  font-size: 24px
}

.our-advantages .our-advantages-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  flex-flow: wrap
}

.our-advantages .our-advantages-list .item {
  padding: 50px 50px 10px;
  min-height: 292px;
  border-radius: 2px;
  border: 1px solid #eaebea;
  background: #fff;
  text-align: center;
  width: calc(25% - 20px);
  margin: 0 10px
}

.our-advantages .our-advantages-list .item:before {
  content: "\e901";
  display: block;
  margin-bottom: 24px;
  font-family: main-icons, sans-serif;
  font-size: 40px
}

.our-advantages .our-advantages-list .item h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 20px
}

.our-advantages .our-advantages-list .item .description {
  margin: 0;
  padding: 0;
  font-size: 14px;
  opacity: .5
}

.suggest-best-offer-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px
}

.suggest-best-offer {
  padding: 79px;
  background: url(/top_zabor/assets/css/../../img/suggest-best-offer.jpg) bottom right no-repeat
}

.suggest-best-offer .content {
  /*max-width:550px;*/
  width: 100%
}

.suggest-best-offer h3,
.moscow-title {
  margin: 0 0 40px;
  padding: 0;
  max-width: 400px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px;
  line-height: 1.3
}

.suggest-best-offer .links {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eaebea
}

.suggest-best-offer .links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48%;
  margin: 0 1% 35px 0;
  padding-left: 42px;
  position: relative
}

.suggest-best-offer .links li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 0;
  background-size: contain
}

.suggest-best-offer .links li:nth-child(1):before {
  background: url(/top_zabor/assets/css/../../img/best-variant-1.svg) center center no-repeat
}

.suggest-best-offer .links li:nth-child(2):before {
  background: url(/top_zabor/assets/css/../../img/best-variant-2.svg) center center no-repeat
}

.suggest-best-offer .links li:nth-child(3):before {
  background: url(/top_zabor/assets/css/../../img/best-variant-3.svg) center center no-repeat
}

.suggest-best-offer .links li:nth-child(4):before {
  background: url(/top_zabor/assets/css/../../img/best-variant-4.svg) center center no-repeat
}

.suggest-best-offer .links a {
  color: #1b1b1b;
  text-decoration: underline
}

.suggest-best-offer .links a:hover {
  text-decoration: none
}

.suggest-best-offer .btns-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.suggest-best-offer .btns-section .callback {
  margin-right: 30px;
  max-width: 230px;
  width: 100%
}

.suggest-best-offer .btns-section .callback:after {
  font-family: main-icons, sans-serif;
  content: "\e909"
}

.suggest-best-offer .btns-section .call>* {
  display: block
}

.suggest-best-offer .btns-section .call>span {
  margin-bottom: 2px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.suggest-best-offer .btns-section .call a {
  color: #1b1b1b;
  font-size: 20px;
  font-family: "Museo Sans Cyrl 700", sans-serif
}

.suggest-best-offer .btns-section .call a:hover {
  color: #4180be
}

.suggest-best-offer .btns-section .call a:before {
  content: "\e908";
  display: inline-block;
  margin-right: 8px;
  font-family: main-icons, sans-serif;
  font-size: 16px
}

.faq h2 {
  font-size: 24px
}

.faq .faq-ask-question {
  background: #f7f7f7
}

.faq .faq-ask-question.lazy-bg-loaded {
  background: url(/top_zabor/assets/css/../../img/faq-ask-question-bg.png) right bottom no-repeat #f7f7f7
}

.faq .faq-ask-question .ask-question:after {
  content: "\e904";
  font-family: main-icons, sans-serif;
  font-size: 24px
}

.contact-us {
  position: relative
}

.contact-us:after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(/top_zabor/assets/css/../../img/paint-brush.svg) center center no-repeat;
  background-size: cover
}

.contact-us-form {
  padding: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff
}

.contact-us-form .privacy-policy {
  max-width: 100%;
  width: 100%
}

.contact-us-form .annotation {
  margin: 15px 0 0;
  padding: 0;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 18px;
  line-height: 1.2
}

.contact-us-form .left {
  max-width: 740px;
  width: 100%;
  padding-right: 20px;
  margin-right: 40px;
  border-right: 1px solid #eaebea
}

.contact-us-form .left .header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.contact-us-form .left .header .title {
  margin-right: 10px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 30px
}

.contact-us-form .left .header .call>span {
  display: inline-block;
  margin-right: 14px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.contact-us-form .left .header .call a {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  color: #1b1b1b
}

.contact-us-form .left .header .call a:hover {
  color: #4180be
}

.contact-us-form .left .header .call a:before {
  content: "\e908";
  display: inline-block;
  margin-right: 8px;
  font-family: main-icons, sans-serif;
  font-size: 16px
}

.contact-us-form .left .form-inputs {
  margin-bottom: 30px;
  font-size: 0
}

.contact-us-form .left .form-inputs .input-field {
  position: relative;
  margin-bottom: 20px;
  display: inline-block
}

.contact-us-form .left .form-inputs .input-field:nth-child(1) {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px
}

.contact-us-form .left .form-inputs .input-field:nth-child(2) {
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px
}

.contact-us-form.master .left .form-inputs .input-field {
  width: 100%;
  padding: 0
}

.contact-us-form .left .form-inputs input {
  width: 100%;
  font-size: 16px
}

.contact-us-form .left .form-inputs textarea {
  max-width: 100%;
  min-width: 100%;
  height: 110px;
  font-size: 16px
}

.contact-us-form .left .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap
}

.contact-us-form .left button[type=submit] {
  max-width: 250px;
  width: 100%
}

.contact-us-form .left button[type=submit]:after {
  content: "\e900";
  display: block;
  font-family: main-icons, sans-serif;
  font-size: 12px
}

.contact-us-form .right .timeline .title {
  margin-bottom: 22px;
  width: 225px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  line-height: 1.3
}

.contact-us-form .right .timeline .timeline-item {
  position: relative;
  padding: 0 0 32px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px
}

.contact-us-form .right .timeline .timeline-item:not(:last-child) span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%
}

.contact-us-form .right .timeline .timeline-item:not(:first-child) .timeline-part:before {
  margin: 3px 0
}

.contact-us-form .right .timeline .timeline-item:last-child {
  padding-bottom: 0
}

.contact-us-form .right .timeline .timeline-item:last-child .timeline-part {
  margin-bottom: 0
}

.contact-us-form .right .timeline .timeline-item:last-child .timeline-part:before {
  min-height: 16px;
  min-width: 16px;
  position: relative;
  left: -2px
}

.contact-us-form .right .timeline .timeline-item:last-child .timeline-part:after {
  display: none
}

.contact-us-form .right .timeline .timeline-item:last-child span {
  font-family: "Museo Sans Cyrl 700", sans-serif
}

.contact-us-form .right .timeline .timeline-part {
  position: absolute;
  top: 2px;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.contact-us-form .right .timeline .timeline-part:before {
  content: "";
  display: block;
  min-width: 12px;
  min-height: 12px;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  border-radius: 100%
}

.contact-us-form .right .timeline .timeline-part:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background-color: #ebebeb
}

.main-footer {
  padding: 60px 0;
  background-color: #f7f7f7;
  line-height: 18px
}

.main-footer .top-section {
  padding-bottom: 24px;
  border-bottom: 1px solid #eaebea
}

.main-footer .main-header .top-section>.top-section,
.main-footer .top-section>.inner,
.main-header .main-footer .top-section>.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-footer .bottom-section {
  padding-top: 35px
}

.main-footer .footer-contacts {
  position: relative;
  padding: 35px;
  margin: -41px 0 0 50px;
  max-width: 280px;
  width: 100%;
  border: 1px solid #eaebea;
  background-color: #fff
}

.main-footer .footer-contacts>* {
  position: relative;
  z-index: 1;
  background-color: #fff
}

.main-footer .footer-contacts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: url(/top_zabor/assets/css/../../img/footer-contacts-bg.png) center center no-repeat;
  z-index: 0
}

.main-footer .footer-contacts .item {
  margin-bottom: 20px
}

.main-footer .footer-contacts .item:last-child {
  margin-bottom: 0
}

.main-footer .footer-contacts .tel-number {
  position: relative;
  padding-left: 24px
}

.main-footer .footer-contacts .tel-number:before {
  margin-right: 8px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px
}

.main-footer .footer-contacts .tel-number>* {
  display: block
}

.main-footer .footer-contacts .tel-number a {
  margin-bottom: 5px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

.main-footer .footer-contacts .tel-number .time {
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 14px;
  opacity: .5
}

.main-footer .footer-contacts .callback {
  padding: 11px 0;
  max-width: 175px;
  width: 100%;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #4180be;
  cursor: pointer;
  text-align: center
}

.main-footer .footer-contacts .callback:before {
  content: "\e909";
  display: inline-block;
  margin-right: 10px;
  font-family: main-icons, sans-serif
}

.main-footer .footer-contacts .callback:hover {
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%);
  color: #fff
}

.main-footer .footer-contacts .address {
  position: relative;
  padding-left: 24px;
  line-height: 1.3
}

.main-footer .footer-contacts .address address {
  width: 176px;
  margin-bottom: 5px
}

.main-footer .footer-contacts .address:before {
  content: "\e917";
  position: absolute;
  top: 0;
  left: 0;
  font-family: main-icons, sans-serif;
  font-size: 16px
}

.main-footer .footer-contacts .address>* {
  display: block
}

.main-footer .footer-contacts .address .description {
  font-size: 14px;
  opacity: .5
}

.main-footer .footer-services {
  max-width: 510px
}

.main-footer .footer-services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-footer .footer-services ul li {
  max-width: 240px;
  width: 100%
}

.main-footer address {
  font-style: normal;
  font-size: 16px
}

.main-footer .footer-title {
  margin: 0 0 30px;
  padding: 0;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px
}

.main-footer a {
  color: #1b1b1b
}

.main-footer a:hover {
  color: #4180be
}

.main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-footer ul li {
  margin-bottom: 15px
}

.main-footer ul li:last-child {
  margin-bottom: 0
}

.main-footer .footer-logo {
  display: block;
  width: 121px;
  height: 48px
}

.main-footer .footer-logo>* {
  width: 100%;
  height: auto
}

.main-footer .copyright {
  max-width: 620px;
  width: 100%;
  margin: auto;
  padding: 0 20px
}

.main-footer .copyright p {
  margin: 0;
  padding: 0
}

.main-footer .copyright .info {
  margin-bottom: 13px;
  opacity: .5;
  font-size: 14px
}

.main-footer .copyright .additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px
}

.main-footer .copyright .additional>:first-child {
  margin-right: 20px
}

.main-footer .creators {
  padding-left: 39px;
  border-left: 1px solid #eaebea
}

.main-footer .creators>* {
  margin: 0;
  padding: 0;
  max-width: 140px;
  width: 100%
}

.main-footer .creators>:first-child {
  font-size: 14px;
  margin-bottom: 9px
}

.main-footer .creators>:nth-child(2) {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  text-transform: uppercase
}

.particular-service-variants h2 {
  font-size: 24px
}

.particular-service-variants .service-variants-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.particular-service-variants .service-variants-list .single-variant {
  width: calc(25% - 15px);
  border-radius: 2px;
  border: 1px solid #eaebea;
  overflow: hidden
}

.particular-service-variants .service-variants-list .single-variant .header {
  width: 100%;
  height: 230px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.particular-service-variants .service-variants-list .single-variant .header .permalink {
  width: 84%;
  margin-left: -42%;
  padding: 20px 14px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  background-color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #d9d9d9;
  text-decoration-color: #d9d9d9;
  color: #1b1b1b;
  border-left: 8px solid #4180be;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 19px;
  line-height: 1.3
}

.particular-service-variants .service-variants-list .single-variant .header .permalink:hover {
  -webkit-text-decoration-color: #1b1b1b;
  text-decoration-color: #1b1b1b
}

.particular-service-variants .service-variants-list .single-variant .content {
  padding: 40px
}

.particular-service-variants .service-variants-list .single-variant .content .list {
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #eaebea
}

.particular-service-variants .service-variants-list .single-variant .content .list li {
  margin-bottom: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.particular-service-variants .service-variants-list .single-variant .content .list li:last-child {
  margin-bottom: 0
}

.particular-service-variants .service-variants-list .single-variant .content .list li span {
  display: inline-block;
  width: 90px
}

.particular-service-variants .service-variants-list .single-variant .content .list li .key {
  margin-right: 14px;
  opacity: .5;
  font-family: "Museo Sans Cyrl 300", sans-serif
}

.particular-service-variants .service-variants-list .single-variant .content .list li .value {
  font-family: "Museo Sans Cyrl 500", sans-serif
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price:before {
  content: "\e906";
  display: block;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: main-icons, sans-serif;
  font-size: 20px
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price .key {
  opacity: .5;
  font-size: 14px
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price .value {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .order-button {
  width: 100%
}

.particular-service-variants .service-variants-list .single-variant .content .bottom-section .order-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(/top_zabor/assets/css/../../img/roller-ico.svg) center center no-repeat;
  background-size: 20px 20px
}

.particular-services-price .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.particular-services-price .header-wrap h2 {
  margin-right: 15px
}

.particular-services-price .header-wrap .donwload-link {
  margin-bottom: 20px
}

.particular-services-price h2 {
  font-size: 24px
}

.particular-services-price .donwload-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.particular-services-price .donwload-link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background: url(/top_zabor/assets/css/../../img/download-ico.svg) center center no-repeat;
  background-size: contain
}

.particular-services-price .donwload-link a {
  display: inline-block;
  color: #1b1b1b;
  border-bottom: 1px dashed #b2b2b2
}

.particular-services-price .donwload-link a:hover {
  border-color: #1b1b1b
}

.particular-services-price .accordion-list-body .price-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.particular-services-price .accordion-list-body .price-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaebea
}

.particular-services-price .accordion-list-body .price-list li>* {
  display: inline-block;
  margin-right: 10px
}

.particular-services-price .accordion-list-body .price-list li .name {
  max-width: 335px;
  width: 100%
}

.particular-services-price .accordion-list-body .price-list li .price-value {
  margin-right: 0;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.particular-services-price .accordion-ask-question {
  padding: 0
}

.particular-services-price .accordion-ask-question .thumb {
  width: 100%;
  font-size: 0
}

.particular-services-price .accordion-ask-question .thumb img {
  width: 100%;
  height: auto
}

.particular-services-price .accordion-ask-question .content {
  padding: 60px 50px
}

.how-to-article h2 {
  font-size: 24px
}

.how-to-article.accordion .accordion-list .accordion-list-body:after,
.how-to-article.accordion .accordion-list .accordion-list-body:before {
  display: none
}

.how-to-article.accordion.disable .accordion-list>li .accordion-list-body {
  display: block
}

.how-to-article .how-to-article-content {
  line-height: 24px
}

.how-to-article .how-to-article-content h1,
.how-to-article .how-to-article-content h2,
.how-to-article .how-to-article-content h3,
.how-to-article .how-to-article-content h4 {
  margin: 0 0 12px;
  padding: 0;
  font-family: "Museo Sans Cyrl 700", sans-serif
}

.how-to-article .how-to-article-content h1 {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 30px
}

.how-to-article .how-to-article-content h2 {
  margin: 30px 0 18px;
  font-size: 20px;
  line-height: 30px
}

.how-to-article .how-to-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px
}

.how-to-article .how-to-article-content p {
  margin-bottom: 10px
}

.how-to-article .how-to-article-content ul,
.how-to-article .how-to-article-content ol {
  margin-bottom: 10px
}

.how-to-article .how-to-article-content>* {
  margin: 0 0 25px;
  padding: 0
}

.how-to-article .how-to-article-content>:last-child {
  margin-bottom: 0
}

.how-to-article .accordion-ask-question {
  padding: 0
}

.how-to-article .accordion-ask-question .thumb {
  width: 100%;
  font-size: 0
}

.how-to-article .accordion-ask-question .thumb img {
  width: 100%;
  height: auto
}

.how-to-article .accordion-ask-question .content {
  padding: 60px 50px
}

.single-portfolio {
  margin-bottom: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative
}

.single-portfolio .portfolio-photos {
  margin-bottom: 30px;
  width: calc(100%/3*2 - 10px)
}

.single-portfolio .portfolio-photos .slider-arrows {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  z-index: 10;
  background: 0 0
}

.single-portfolio .portfolio-photos .slider-arrows:after {
  -webkit-text-fill-color: #fff
}

.single-portfolio .portfolio-photos .slider-arrows.next {
  right: 20px
}

.single-portfolio .portfolio-photos .slider-arrows.prev {
  left: 20px
}

.single-portfolio .portfolio-photos .portfolio-grid {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.single-portfolio .portfolio-photos .portfolio-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.single-portfolio .portfolio-photos .portfolio-grid .slick-slider img {
  width: 100%;
  height: 450px
}

.single-portfolio .portfolio-photos .portfolio-grid>.slide {
  height: 320px;
  display: block;
  margin-bottom: 20px
}

.single-portfolio .portfolio-photos .portfolio-grid>.slide.full {
  width: 100%
}

.single-portfolio .portfolio-photos .portfolio-grid>.first {
  width: calc(100%/3 - 10px)
}

.single-portfolio .portfolio-photos .portfolio-grid>.first+.slide {
  width: calc(100%/3*2 - 10px)
}

.single-portfolio .portfolio-photos .portfolio-grid>.second {
  width: calc(100%/3*2 - 10px)
}

.single-portfolio .portfolio-photos .portfolio-grid>.second+.slide {
  width: calc(100%/3 - 10px)
}

.single-portfolio .portfolio-photos .load-more-examples {
  margin-top: 30px
}

.single-portfolio .portfolio-info-wrap {
  margin-bottom: 30px;
  width: calc(100%/3 - 10px)
}

.single-portfolio .portfolio-info-wrap .ask-question-block-sidebar {
  padding: 0
}

.single-portfolio .portfolio-info-wrap .ask-question-block-sidebar .content {
  padding: 50px
}

.single-portfolio .portfolio-secondary-blocks {
  width: calc(100%/3*2 - 10px)
}

.single-portfolio-info {
  padding: 45px;
  border-radius: 2px;
  border: 1px solid #eaebea;
  background-color: #fff;
  margin-bottom: 20px
}

.single-portfolio-info .portfolio-price-time {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaebea
}

.single-portfolio-info .checklist .title {
  margin-bottom: 24px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px
}

.single-portfolio-info .checklist ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.single-portfolio-info .checklist ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px
}

.single-portfolio-info .checklist ul li:last-child {
  margin-bottom: 0
}

.single-portfolio-info .checklist ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/top_zabor/assets/css/../../img/check.svg) center center no-repeat;
  background-size: cover
}

.single-portfolio-info .btn {
  margin-top: 30px;
  width: 100%
}

.project-single-info .btn {
  width: 100%
}

.single-portfolio-info .btn:after,
.project-single-info .btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/top_zabor/assets/css/../../img/want-more-icon-btn.svg) center center no-repeat;
  background-size: cover
}

.portfolio-client-review .client-info {
  padding-bottom: 35px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #eaebea
}

.portfolio-client-review .client-info .avatar {
  width: 70px;
  height: auto;
  margin-right: 20px;
  border-radius: 100%
}

.portfolio-client-review .client-info .name {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px
}

.portfolio-client-review .review-text>* {
  margin: 0 0 30px;
  padding: 0
}

.portfolio-client-review .review-text>:last-child {
  margin-bottom: 0
}

.portfolio-finished-service .service-link {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #eaebea
}

.portfolio-finished-service .service-link:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#47a3ff), to(#4180be));
  background: linear-gradient(270deg, #47a3ff 0, #4180be 100%)
}

.portfolio-finished-service .service-link a {
  display: inline-block;
  position: relative;
  color: #1b1b1b;
  border-bottom: 1px solid #ccc;
  padding-right: 30px
}

.portfolio-finished-service .service-link a:after {
  content: "\e900";
  display: block;
  margin-left: 14px;
  position: absolute;
  top: 2px;
  right: 0;
  font-family: main-icons, sans-serif;
  font-size: 12px
}

.portfolio-finished-service .service-link a:hover {
  border-color: #1b1b1b
}

.portfolio-finished-service .content p {
  margin: 0 0 30px;
  padding: 0
}

.portfolio-finished-service .content p:last-child {
  margin-bottom: 0
}

.related-portfolio-examples .related-portfolio-examples-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.related-portfolio-examples .related-portfolio-examples-list .single {
  border-radius: 2px;
  border: 1px solid #eaebea;
  display: inline-block;
  width: calc(100%/3 - 15px)
}

.related-portfolio-examples .related-portfolio-examples-list .single .thumb {
  width: 100%;
  height: 223px
}

.related-portfolio-examples .related-portfolio-examples-list .single .thumb img {
  width: 100%;
  height: 100%
}

.related-portfolio-examples .related-portfolio-examples-list .single .content {
  padding: 44px
}

.related-portfolio-examples-list .single .content {
  display: flex;
  flex-direction: column
}

.related-portfolio-examples .related-portfolio-examples-list .single .content h4 {
  margin: 0 0 20px;
  padding: 0;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  min-height: 52px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price {
  margin-bottom: 20px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>* {
  padding-left: 32px;
  margin: 0 0 10px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>:before {
  font-size: 20px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>* .key {
  font-size: 14px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>* .value {
  font-size: 17px
}

.related-portfolio-examples .related-portfolio-examples-list .single .content .read-more {
  width: 100%;
  background: #f7f7f7
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1;
  opacity: 0;
  display: none
}

.popup-overlay.active {
  z-index: 100;
  opacity: 1;
  display: block
}

.contact-us-form {
  background-position: bottom right;
  background-repeat: no-repeat
}

.contact-us-form.popup-form:not(.lazy-bg-n) .left {
  max-width: 360px
}

.contact-us-form.popup-form .left .title {
  margin-right: 0
}

.contact-us-form.popup-form .left .header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.contact-us-form.popup-form .left .bottom-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.contact-us-form.popup-form .left .bottom-section>* {
  width: 100%
}

.contact-us-form.popup-form .left .bottom-section .privacy-policy {
  margin-bottom: 30px
}

.contact-us-form.popup-form.callback {
  background-image: none;
  background-size: 329px 100%
}

.contact-us-form.popup-form.callback.lazy-bg-loaded {
  background-image: url(/top_zabor/assets/css/../../img/order-call-popup-bg.png)
}

.contact-us-form.popup-form.callback .left {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.contact-us-form.popup-form.callback .left button[type=submit]:after {
  content: "\e909";
  font-size: 23px
}

.contact-us-form.popup-form.order {
  background-image: none;
  background-size: 352px 100%
}

.contact-us-form.popup-form.order.lazy-bg-loaded {
  background-image: url(/top_zabor/assets/css/../../img/order-form-popup-bg.png)
}

.contact-us-form.popup-form.order .left {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.contact-us-form.popup-form.ask-question {
  background-image: none;
  background-size: 368px 100%
}

.contact-us-form.popup-form.ask-question.lazy-bg-loaded {
  background-image: url(/top_zabor/assets/css/../../img/ask-qst-form-popup-bg.png)
}

.contact-us-form.popup-form.ask-question .left {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.popup-form {
  max-width: 780px;
  width: 100%;
  padding: 20px 50px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
  box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
  background-color: #fff;
  z-index: 9000;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.popup-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.close-popup {
  padding: 5px;
  position: absolute;
  top: -40px;
  right: -35px
}

.close-popup:after {
  content: "\e918";
  display: block;
  font-family: main-icons, sans-serif;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  cursor: pointer
}

.close-popup:hover:after {
  color: #4180be
}

.agree {
  display: none
}

.wpcf7 .wpcf7-response-output {
  margin-left: 0 !important;
  color: #131313 !important
}

.wpcf7-not-valid-tip {
  font-size: 15px !important;
  position: absolute
}

@media (max-width:1100px) {

  .single-portfolio .portfolio-photos,
  .single-portfolio .portfolio-secondary-blocks,
  .single-portfolio .portfolio-info-wrap {
    width: 100%;
    position: static
  }

  .particular-service-variants .service-variants-list .single-variant {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }

  .main-header .header-logo {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eaebea
  }

  .main-header .estimate-price {
    padding-left: 0;
    border-left: none
  }

  .main-header .header-info {
    padding-left: 0;
    border-left: none
  }

  .main-header .main-nav {
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 66px;
    width: 320px;
    display: none;
    -webkit-box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
    box-shadow: 0 30px 20px rgba(35, 35, 35, .3);
    border: 1px solid #eaebea;
    background-color: #fff;
    z-index: 500;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 14px
  }

  .main-header .main-nav>ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .main-header .main-nav>ul li {
    width: 100%;
    display: block;
    margin-right: 0
  }

  .main-header .main-nav>ul li a {
    display: block;
    padding: 15px 20px
  }

  .main-header .main-nav>ul li a:hover {
    background: #eaebea
  }

  .main-header .main-nav>ul li.menu-item-has-children .sub-menu {
    padding: 0;
    top: 0;
    left: calc(100% + 20px)
  }

  .main-header .main-nav>ul li.menu-item-has-children .sub-menu li {
    margin: 0
  }

  .main-header .main-nav>ul li.menu-item-has-children .sub-menu li a {
    display: block
  }

  .main-header .main-nav>ul li.menu-item-has-children .sub-menu.triangle-with-border:before {
    left: -16px;
    top: 14px;
    border-color: transparent #fff transparent transparent;
    border-width: 8px
  }

  .main-header .main-nav>ul li.menu-item-has-children .sub-menu.triangle-with-border:after {
    left: -18px;
    top: 13px;
    border-color: transparent #eaebea transparent transparent;
    border-width: 9px
  }

  .main-header .main-nav>ul li.menu-item-has-children:after,
  .main-header .main-nav>ul li.menu-item-has-children .mobile-open-sub-menu {
    top: 21px;
    right: 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 10px
  }

  .main-header .main-nav>ul li.menu-item-has-children .mobile-open-sub-menu {
    display: inline-block;
    width: 49px;
    height: 49px;
    position: absolute;
    z-index: 222;
    top: 0;
    right: 0
  }

  .main-header .adaptive-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-header .top-section .estimate-price {
    display: none
  }

  .main-header .bottom-section .estimate-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-header .bottom-section .get-specialist {
    width: 50%;
    margin-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .estimate-price-calculator .calculator-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .estimate-price-calculator .calculator-form>.left {
    width: 100%;
    margin-right: 0;
    padding: 30px
  }

  .estimate-price-calculator .calculator-form>.right {
    width: 100%
  }

  .estimate-price-calculator .calculator-totals .sub-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .estimate-price-calculator .calculator-totals .sub-totals>* {
    width: 30%;
    margin-right: 3% !important
  }

  .estimate-price-calculator .calculator-totals .sub-totals>:not(:first-child) {
    width: 30%
  }

  .estimate-price-calculator .calculator-totals-list li .name {
    width: 235px
  }

  .services-box-item {
    flex-direction: column
  }

  .services-box-item .with-list,
  .services-box-item .service-right-box {
    width: 100%
  }

  .services-box-item .with-list {
    margin-bottom: 20px
  }

  .services-grid.additional .multiline-price-btns {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }

  .services-grid .service-item .btns-section {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .services-grid .service-item .btns-section .time-price {
    margin-bottom: 20px
  }

  .suggest-best-offer {
    background-position: bottom right -200px
  }

  .main-footer ul li {
    display: inline-block
  }

  .main-footer .main-header .top-section>.top-section,
  .main-footer .top-section>.inner,
  .main-header .main-footer .top-section>.top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .main-footer .main-header .top-section>.top-section>*,
  .main-footer .top-section>.inner>*,
  .main-header .main-footer .top-section>.top-section>* {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 40px
  }

  .main-footer .main-header .top-section>.top-section>:last-child,
  .main-footer .top-section>.inner>:last-child,
  .main-header .main-footer .top-section>.top-section>:last-child {
    margin-bottom: 0
  }

  .main-footer .footer-for-customer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .main-footer .footer-for-customer ul li {
    display: block
  }

  .main-footer .footer-contacts {
    margin: auto
  }

  .main-footer .footer-contacts .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .main-footer .footer-contacts .items .item {
    width: calc(100%/3);
    margin: 0
  }
}

@media (max-width:950px) {
  .about-company .content .right {
    width: calc(80% - 70px);
    margin-left: 40px
  }

  .contact-us-form .left .form-inputs .input-field {
    padding: 0 !important;
    width: 100% !important
  }

  .related-portfolio-examples .related-portfolio-examples-list .single {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }

  .workflow-list .single {
    width: calc((100% + 60px)/3)
  }

  .workflow-list .single:not(:nth-child(4n+1)) {
    margin-left: 0
  }

  .workflow-list .single:nth-last-child(-n+3) {
    border: 1px solid #eaebea
  }

  .workflow-list .single:not(:nth-child(3n+1)) {
    margin-left: -30px
  }

  .workflow-list .single:nth-child(3n) {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
  }

  .workflow-list .single:nth-child(3n):before {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
  }

  .workflow-list .single:nth-child(3n+1) {
    -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
  }

  .workflow-list .single:nth-child(3n+1):before {
    -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
  }

  .suggest-best-offer {
    background-position: bottom right -350px
  }

  .our-portfolio-list.col-2 .single {
    width: 100%
  }

  .our-portfolio-list:not(.col-2) .single {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .our-portfolio-list .single:not(.content-right) {
    flex-flow: column-reverse
  }

  .our-portfolio-list:not(.col-2) .single .left {
    width: 100%
  }

  .our-portfolio-list:not(.col-2) .single .right {
    width: 100%
  }

  .our-portfolio-list:not(.col-2) .single .portfolio-content {
    padding: 46px
  }

  .contact-us-wrap .contact-us-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .contact-us-wrap .contact-us-form .left {
    max-width: 100%;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-right: none;
    border-bottom: 1px solid #eaebea
  }

  .contact-us-wrap .contact-us-form .left .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .contact-us-wrap .contact-us-form .left .header .title {
    margin: 0 0 10px
  }

  .contact-us-wrap .contact-us-form .right {
    width: 100%
  }

  .contact-us-wrap .contact-us-form .right .timeline .title {
    width: 100%
  }

  .main-footer .bottom-section>.inner .copyright,
  .main-footer .main-header .bottom-section>.top-section .copyright,
  .main-header .main-footer .bottom-section>.top-section .copyright {
    margin-bottom: 30px
  }

  .main-footer .bottom-section>.inner .creators,
  .main-footer .main-header .bottom-section>.top-section .creators,
  .main-header .main-footer .bottom-section>.top-section .creators {
    width: 100%;
    margin: auto;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #eaebea
  }

  .contact-us-form.popup-form {
    max-width: 500px;
    background-image: none !important
  }

  .contact-us-form.popup-form .left {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-right: none
  }

  .contact-us-form.popup-form .left .bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .contact-us-form.popup-form .left .bottom-section>* {
    width: 100%
  }

  .contact-us-form.popup-form .left .bottom-section .privacy-policy {
    margin-bottom: 20px
  }

  .contact-us-form.popup-form .right {
    display: none !important
  }
}

@media (max-width:900px) {
  .main-header .main-nav ul li.menu-item-has-children .sub-menu {
    width: 100%;
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .main-header .main-nav ul li.menu-item-has-children .sub-menu .triangle-with-border:after,
  .main-header .main-nav ul li.menu-item-has-children .sub-menu .triangle-with-border:before,
  .main-header .main-nav ul li.menu-item-has-children .sub-menu.triangle-with-border:after,
  .main-header .main-nav ul li.menu-item-has-children .sub-menu.triangle-with-border:before {
    display: none
  }

  .main-header .main-nav ul li.open>a {
    color: #4180be
  }

  .main-header .main-nav ul li.open:after {
    color: #4180be;
    -webkit-transform: rotate(-360deg) !important;
    transform: rotate(-360deg) !important
  }

  .header-info .tel-number {
    margin-right: 22px
  }
}

@media (max-width:768px) {
  .workflow-list .single:last-child {
    width: calc((100% + 10px)/3*2)
  }

  .our-advantages .our-advantages-list .item {
    width: calc(50% - 20px);
    margin-bottom: 20px
  }

  .contact-module>div {
    width: 100%
  }

  .fullentry .contact-module .contact-info ul li .head {
    font-size: 16px
  }

  .particular-services-price .price-list li .count {
    display: none
  }

  .main-header .preroll .top-section,
  .preroll .inner,
  .preroll .main-header .top-section {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: top left 200px;
    background-size: cover
  }

  .preroll .left {
    margin-bottom: 60px;
    width: 100%
  }

  .preroll .right {
    width: 100%
  }

  .preroll .preroll-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .preroll .preroll-advantages li {
    width: calc(100%/3);
    padding: 5px;
  }

  .preroll .preroll-advantages li:not(:last-child) {
    border-right: none
  }

  .suggest-best-offer {
    padding: 30px;
    background-position: bottom right -350px
  }

  .suggest-best-offer h3,
  .moscow-title {
    font-size: 20px
  }

  .suggest-best-offer .content {
    max-width: 100%;
    margin: 0
  }

  .suggest-best-offer .links li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .suggest-best-offer .btns-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .suggest-best-offer .btns-section .callback {
    margin: 0 0 20px
  }

  .accordion .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .accordion .content .left {
    max-width: 100%;
    margin: 0 0 20px
  }

  .accordion .content .right {
    width: 100%
  }

  .accordion .content .right .accordion-ask-question {
    max-width: 100%
  }

  .accordion .content .right .accordion-ask-question .content {
    width: 100%
  }

  .contact-us-form.popup-form {
    max-width: 320px;
    padding: 20px
  }

  .contact-us-form.popup-form .close-popup {
    top: 0;
    right: 3px
  }

  .contact-us-form.popup-form .close-popup:after {
    color: #1b1b1b
  }

  .contact-us-form.popup-form .left .title {
    margin-right: 0;
    font-size: 20px
  }
}

@media (max-width:700px) {
  .particular-service-variants .service-variants-list .single-variant {
    width: calc(100%)
  }

  .single-portfolio .portfolio-photos .portfolio-grid {
    display: block
  }

  .single-portfolio .portfolio-photos .load-more-examples {
    display: none
  }

  .particular-services-price .price-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .particular-services-price .price-list li>* {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important
  }

  .particular-services-price .price-list li .name {
    margin-bottom: 5px
  }

  .main-header .bottom-section .get-specialist {
    display: none
  }

  .main-header .bottom-section .estimate-price {
    min-width: auto;
    display: none
  }

  .main-header .bottom-section .estimate-price .description {
    display: none
  }

  .main-header .header-logo {
    padding-right: 0;
    border-right: none
  }

  .main-header .header-logo .description {
    display: none
  }

  .main-header .header-info .tel-number {
    margin: 0
  }

  .main-header .header-info .tel-number a {
    font-size: 16px
  }

  .main-header .header-info .tel-number a span {
    font-size: 12px
  }

  .main-header .header-info .callback {
    display: none
  }

  .workflow-list .single {
    width: calc((100% + 30px)/2)
  }

  .workflow-list .single:not(:nth-child(3n+1)) {
    margin-left: 0
  }

  .workflow-list .single:nth-last-child(-n+2) {
    border: 1px solid #eaebea
  }

  .workflow-list .single:not(:nth-child(2n+1)) {
    margin-left: -30px
  }

  .workflow-list .single:nth-child(2n) {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
  }

  .workflow-list .single:nth-child(2n):before {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
  }

  .workflow-list .single:nth-child(2n+1) {
    -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
  }

  .workflow-list .single:nth-child(2n+1):before {
    -webkit-clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(50% 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0 50%, 0 0)
  }

  .estimate-price-calculator .calculator-title {
    font-size: 20px;
    width: 70%
  }

  .estimate-price-calculator .calculator-elements-single>.row>.item {
    width: 100%;
    padding-left: 0
  }

  .estimate-price-calculator .calculator-elements-single>.row:last-child {
    flex-flow: wrap
  }

  .estimate-price-calculator .row>* {
    width: 100%;
    margin-right: 0 !important
  }

  .estimate-price-calculator .calculator-title-tabs {
    font-size: 14px
  }

  .estimate-price-calculator .calculator-title-tabs .single-tab {
    margin-right: 20px
  }

  .main-footer .footer-contacts .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .main-footer .footer-contacts .items .item {
    width: 100%;
    margin-bottom: 20px
  }

  .main-footer .footer-contacts .items .item:last-child {
    margin-bottom: auto
  }
}

.read-more-btn {
  display: none;
}

@media (max-width:600px) {
  .our-advantages .our-advantages-list .item {
    width: calc(100% - 20px)
  }

  .single-portfolio .portfolio-photos {
    margin-bottom: 10px
  }

  .single-portfolio .portfolio-photos .portfolio-grid img {
    height: 220px
  }

  .single-portfolio .portfolio-info-wrap {
    margin-bottom: 10px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
  }

  .single-portfolio .portfolio-info-wrap .ask-question-block-sidebar .content {
    padding: 20px
  }

  .single-portfolio .single-portfolio-info {
    padding: 20px
  }

  .single-portfolio .single-portfolio-info .checklist {
    font-size: 14px
  }

  .single-portfolio .single-portfolio-info .checklist .title {
    margin-bottom: 16px;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px
  }

  .single-portfolio .single-portfolio-info .portfolio-price-time {
    margin-bottom: 20px;
    padding-bottom: 20px
  }

  .single-portfolio .single-portfolio-info .portfolio-price-time .meta>* {
    padding-left: 45px
  }

  .single-portfolio .single-portfolio-info .portfolio-price-time .meta>:before {
    font-size: 30px
  }

  .single-portfolio .single-portfolio-info .portfolio-price-time .meta>* .key {
    font-size: 13px
  }

  .single-portfolio .single-portfolio-info .portfolio-price-time .meta>* .value {
    font-size: 20px
  }

  .single-portfolio .portfolio-client-review .client-info {
    padding-bottom: 26px;
    margin-bottom: 20px
  }

  .single-portfolio .portfolio-client-review .client-info .avatar {
    width: 50px;
    height: 50px
  }

  .single-portfolio .portfolio-client-review .client-info .name {
    font-size: 16px
  }

  .single-portfolio .portfolio-finished-service .service-link {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px
  }

  .related-portfolio-examples .related-portfolio-examples-list {
    padding-bottom: 20px
  }

  .related-portfolio-examples .related-portfolio-examples-list .single .content {
    padding: 20px
  }

  .related-portfolio-examples .related-portfolio-examples-list .single .content h4 {
    font-size: 16px
  }

  .related-portfolio-examples .related-portfolio-examples-list .single .content .time-price {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaebea
  }

  .related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>* .key {
    font-size: 13px
  }

  .related-portfolio-examples .related-portfolio-examples-list .single .content .time-price .meta>* .value {
    font-size: 16px
  }

  .main-visual-example {
    display: none;
  }

  .mobile-hidden {
    display: none;
  }

  .read-more-btn {
    margin-top: 0px;
    background: none;
    border: none;
    color: #e37f0a;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    display: block;
  }


  .landing-block {
    margin-bottom: 30px
  }

  main {
    margin-bottom: 30px
  }

  .big-border {
    border-width: 2px;
    border-radius: 2px 32px
  }

  .fullentry {
    margin-top: 20px
  }

  .fullentry.page {
    margin-bottom: 30px
  }

  .fullentry h1 {
    margin-bottom: 26px;
    font-size: 26px
  }

  .contact-us:after {
    width: 35px;
    height: 35px
  }

  .landing-block h2 {
    margin-bottom: 20px;
    font-size: 24px
  }

  .button-style {
    font-size: 16px
  }

  .fullentry-block {
    margin-bottom: 30px
  }

  .fullentry-block h3 {
    margin-bottom: 20px;
    font-size: 20px
  }

  .fullentry-block .content {
    padding: 20px;
    font-size: 14px;
    line-height: 20px
  }

  .ask-question-block-sidebar .description {
    font-size: 16px
  }

  .ask-question-block-sidebar .title {
    font-size: 20px
  }

  .particular-services-price .header-wrap .donwload-link {
    font-size: 14px
  }

  .particular-services-price .header-wrap .donwload-link:after {
    width: 16px;
    height: 16px
  }

  .particular-services-price .accordion-ask-question {
    padding: 0 !important
  }

  .particular-services-price .accordion-ask-question .content {
    padding: 20px
  }

  .how-to-article .accordion-ask-question {
    padding: 0 !important
  }

  .how-to-article .accordion-ask-question .content {
    padding: 20px
  }

  .main-header .main-nav {
    width: 100%;
    font-size: 16px
  }

  .main-header .preroll .top-section,
  .preroll .main-header .top-section {
    background-image: none !important
  }

  .preroll .left {
    margin-bottom: 40px
  }

  .preroll .preroll-title h1 {
    max-width: 100%;
    margin-right: 0;
    font-size: 26px
  }

  .preroll .preroll-sale {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .preroll .preroll-sale .sale-date {
    margin: 0 0 10px
  }

  .preroll .preroll-sale .sale-date span {
    display: inline-block;
    margin-right: 10px
  }

  .preroll .gauge-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .preroll .gauge-buttons>* {
    width: 100%
  }

  .preroll .gauge-buttons .get-gauge {
    margin: 0 0 20px
  }

  .preroll .preroll-advantages {
    padding-bottom: 30px
  }

  .preroll .preroll-advantages .slider-arrows-adaptive {
    display: block
  }

  .estimate-price-calculator .calculator-form>.right {
    padding: 30px
  }

  .estimate-price-calculator .calculator-title-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .estimate-price-calculator .calculator-title-tabs .single-tab:after {
    display: none
  }

  .estimate-price-calculator .calculator-totals-list.with-border-top:before {
    margin: 20px 0
  }

  .estimate-price-calculator .calculator-totals-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .estimate-price-calculator .calculator-totals-list li>* {
    width: 100% !important
  }

  .estimate-price-calculator .calculator-totals-list li .name {
    margin: 0 0 10px
  }

  .estimate-price-calculator .calculator-totals .general-totals {
    margin-bottom: 20px
  }

  .estimate-price-calculator .calculator-totals .general-totals:after {
    margin-top: 20px;
    height: 2px
  }

  .estimate-price-calculator .calculator-totals .general-totals .total {
    font-size: 14px
  }

  .estimate-price-calculator .calculator-totals .general-totals .price {
    font-size: 20px
  }

  .estimate-price-calculator .calculator-totals .particular-total .head {
    font-size: 13px
  }

  .estimate-price-calculator .calculator-totals .particular-total .price {
    font-size: 16px
  }

  .estimate-price-calculator .calculator-totals .sub-totals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .estimate-price-calculator .calculator-totals .sub-totals>* {
    width: 100% !important;
    margin: 0 0 20px 0 !important
  }

  .estimate-price-calculator .calculator-totals .sub-totals>:last-child {
    margin-bottom: 0 !important
  }

  .about-company .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .about-company .content .left {
    width: 100%;
    margin-bottom: 20px
  }

  .about-company .content .right {
    width: 100%;
    margin: 0
  }

  .about-company .company-seo {
    width: 100%;
    max-width: 100%;
    text-align: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
  }

  .about-company .company-seo .name {
    font-size: 16px
  }

  .about-company .company-seo .company-seo-avatar {
    margin: 0 20px 0 0;
    width: 100px;
    height: 143px
  }

  .about-company .company-seo .company-seo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .about-company .company-seo .get-contact {
    text-align: center
  }

  .about-company .company-description {
    padding: 20px;
    font-size: 14px
  }

  .about-company .company-description p:first-child {
    font-size: 18px
  }

  .about-company .company-description .company-name {
    font-size: 18px
  }

  .about-company .company-description:after,
  .about-company .company-description:before {
    display: none
  }

  .about-company .company-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .about-company .company-advantages .single {
    width: 100%;
    min-height: auto;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .about-company .company-advantages .single:nth-child(1) {
    border-right: 1px solid #eaebea !important
  }

  .about-company .company-advantages .single:not(:nth-child(1)) {
    border-right: 1px solid #eaebea !important
  }

  .about-company .company-advantages .single:before {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0
  }

  .about-company .company-advantages .single .name {
    margin: 0;
    display: block;
    text-align: left;
    font-size: 24px
  }

  .about-company .company-advantages .single .description {
    text-align: left;
    font-size: 13px
  }

  .our-workflow-wrap {
    padding: 30px 0;
    margin-bottom: 30px
  }

  .workflow-list {
    padding-bottom: 30px
  }

  .workflow-list .single {
    width: calc((100% + 0px)/1);
    height: auto;
    padding: 38px 48px;
    text-align: center;
    background: #fff
  }

  .workflow-list .single:not(:nth-child(2n+1)) {
    margin-left: 0
  }

  .workflow-list .single:nth-last-child(-n+1) {
    border: 1px solid #eaebea
  }

  .workflow-list .single:not(:nth-child(1n+1)) {
    margin-left: -30px
  }

  .workflow-list .single:nth-child(1n) {
    -webkit-clip-path: none;
    clip-path: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .workflow-list .single:nth-child(1n):before {
    display: none;
  }

  .workflow-list .single:nth-child(1n+1) {
    -webkit-clip-path: none;
    clip-path: none
  }

  .workflow-list .single:nth-child(1n+1):before {
    display: none
  }

  .workflow-list .single .title {
    width: 100%;
    text-align: center
  }

  .workflow-list .slider-arrows-adaptive {
    display: block
  }

  .our-advantages .our-advantages-list .item {
    padding: 20px 40px;
    min-height: auto
  }

  .accordion .content .right .accordion-ask-question {
    padding: 20px;
    background-position: bottom -40px right -80px
  }

  .accordion .content .right .accordion-ask-question .title {
    font-size: 20px
  }

  .accordion .content .right .accordion-ask-question .ask-question {
    width: 100%
  }

  .accordion .accordion-list>li {
    padding: 20px 20px 0
  }

  .accordion .accordion-list>li .accordion-list-header {
    font-size: 16px
  }

  .accordion .accordion-list>li .accordion-list-body>* {
    font-size: 14px;
    line-height: 20px
  }

  .services-box-item .multiline-price-btns {
    width: 100%
  }

  .pmb-2 {
    margin-bottom: 20px
  }

  .services-grid.additional .service-item {
    width: 100%
  }

  .our-portfolio-list .portfolio-slider .slide img {
    height: 170px
  }

  .our-portfolio-list .single>:nth-child(2) {
    padding: 20px !important
  }

  .our-portfolio-list .portfolio-content {
    margin: 0 !important;
    padding: 0 !important
  }

  .our-portfolio-list .client-review .avatar {
    margin: 0 0 25px
  }

  .our-portfolio-list .client-review .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .our-portfolio-list .client-review .info .name {
    margin-bottom: 20px
  }

  .our-portfolio-list .client-review .portfolio-info .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .our-portfolio-list .client-review .portfolio-info .meta>:first-child {
    margin: 0 0 10px 0 !important
  }

  .contact-us-wrap .contact-us-form {
    padding: 30px
  }

  .contact-us-wrap .contact-us-form .left .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .contact-us-wrap .contact-us-form .left .header .title {
    margin: 0 0 20px;
    font-size: 20px
  }

  .contact-us-wrap .contact-us-form .left .header .call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }

  .contact-us-wrap .contact-us-form .left .header .call>span {
    margin: 0 0 10px
  }

  .contact-us-wrap .contact-us-form .left .bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .contact-us-wrap .contact-us-form .left .bottom-section .privacy-policy {
    margin-bottom: 20px
  }

  .contact-us-wrap .contact-us-form .right {
    width: 100%
  }

  .contact-us-wrap .contact-us-form .right .timeline .title {
    width: 100%
  }

  .main-footer {
    padding: 30px 0 100px
  }

  .main-footer .bottom-section>.inner .footer-logo,
  .main-footer .main-header .bottom-section>.top-section .footer-logo,
  .main-header .main-footer .bottom-section>.top-section .footer-logo {
    display: none
  }

  .main-footer .bottom-section>.inner .copyright,
  .main-footer .main-header .bottom-section>.top-section .copyright,
  .main-header .main-footer .bottom-section>.top-section .copyright {
    padding: 0
  }

  .main-footer .bottom-section>.inner .copyright .additional>:first-child,
  .main-footer .main-header .bottom-section>.top-section .copyright .additional>:first-child,
  .main-header .main-footer .bottom-section>.top-section .copyright .additional>:first-child {
    margin-bottom: 10px
  }

  .main-footer h4 {
    font-size: 16px !important
  }

  .main-footer .footer-title {
    margin: 0 0 20px
  }

  .main-footer .footer-contacts {
    padding: 20px
  }

  .main-footer .top-section .inner>*,
  .main-footer .top-section .main-header .top-section>*,
  .main-header .main-footer .top-section .top-section>* {
    border-bottom: 1px solid #eaebea
  }

  .main-footer .top-section .inner>.has-slide-list h4,
  .main-footer .top-section .main-header .top-section>.has-slide-list h4,
  .main-header .main-footer .top-section .top-section>.has-slide-list h4 {
    position: relative
  }

  .main-footer .top-section .inner>.has-slide-list h4:after,
  .main-footer .top-section .main-header .top-section>.has-slide-list h4:after,
  .main-header .main-footer .top-section .top-section>.has-slide-list h4:after {
    content: "\e907";
    position: absolute;
    top: 0;
    right: 0;
    font-family: main-icons, sans-serif;
    font-size: 6px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
  }

  .main-footer .top-section .inner>.has-slide-list ul,
  .main-footer .top-section .main-header .top-section>.has-slide-list ul,
  .main-header .main-footer .top-section .top-section>.has-slide-list ul {
    margin-bottom: 30px;
    display: none;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    font-size: 14px
  }

  .main-footer .top-section .inner>.has-slide-list.open h4:after,
  .main-footer .top-section .main-header .top-section>.has-slide-list.open h4:after,
  .main-header .main-footer .top-section .top-section>.has-slide-list.open h4:after {
    color: #4180be;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .main-footer .top-section .inner>.has-slide-list.open ul,
  .main-footer .top-section .main-header .top-section>.has-slide-list.open ul,
  .main-header .main-footer .top-section .top-section>.has-slide-list.open ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .main-footer .top-section .inner>.has-slide-list.open ul li,
  .main-footer .top-section .main-header .top-section>.has-slide-list.open ul li,
  .main-header .main-footer .top-section .top-section>.has-slide-list.open ul li {
    max-width: 100%;
    width: 100%
  }
}

@media (min-width:1110px) {
  .main-header .main-nav {
    display: block !important
  }
}

#mortgage-calc {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto
}

.mortgage .mortgage_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.mortgage .mortgage_col {
  border-radius: 15px;
  background-color: #f7f7f7;
  padding: 15px
}

.mortgage .mortgage_row>.mortgage_col:nth-child(odd) {
  width: calc(33% - 8px);
  display: flex
}

.mortgage .section-title {
  font-weight: 500;
  font-size: 48px
}

.mortgage .mortgage_row>.mortgage_col:nth-child(even) {
  width: calc(67% - 8px)
}

.mortgage .calc-title {
  font-size: 16px
}

.mortgage .mortgage-input-box {
  margin-bottom: 30px
}

.mortgage .mortgage-input-range-wrap {
  position: relative
}

.mortgage .mortgage-input-text {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #c1d6e4;
  background-color: #f0f3f5;
  padding-left: 10px
}

.mortgage .mortgage-input-desc {
  position: absolute;
  top: -7px;
  font-size: 12px;
  left: 5px;
  background-color: #f0f3f5;
  padding: 0 6px
}

.mortgage_calc_form {
  width: 100%
}

.mortgage-range-wrap-box {
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: -1px
}

.mortgage-range-wrap-box output {
  position: absolute
}

.mortgage .mortgage-input-range {
  position: relative;
  width: 100%;
  left: -1px;
  height: 4px;
  background: #c1d6e4;
  -webkit-appearance: none;
  outline: none;
  border-radius: 1px
}

.mortgage .mortgage-input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #222;
  position: relative
}

.mortgage-input-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mortgage-input-row .mortgage-first-buttons input[type=radio] {
  display: none
}

.mortgage-input-row .mortgage-first-buttons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  margin-left: 8px
}

.mortgage-first-wrap {
  margin-bottom: -30px
}

.mortgage-first-wrap,
.mortgage-date-wrap {
  display: inline-flex;
  width: 100%;
  justify-content: space-between
}

.mortgage-first-button-box {
  height: 100%
}

.mortgage-input-row .mortgage-first-buttons .mortgage-first-button {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  box-sizing: border-box;
  height: 100%;
  font-weight: 500;
  border-bottom: 4px solid #c1d6e4;
  border-top: 1px solid #c1d6e4;
  border-left: 1px solid #c1d6e4;
  border-right: 1px solid #c1d6e4;
  background-color: transparent
}

.first-mod:checked~.mortgage-first-button {
  background-color: #d4eeff
}

.mortgage-first-button {
  transition: background .3s ease-in-out
}

.mortgage-first-wrap-box,
.mortgage-date-wrap-box {
  width: 100%
}

.mortgage-percent-box,
.mortgage-buttons-wrap-box {
  min-width: 90px
}

.mortgage-percent-box .mortgage-input-range-wrap {
  margin-left: 8px
}

.credit-summ-wrap {
  margin: 1px 0 4px;
  font-weight: 500
}

.credit-summ-wrap .credit-summ {
  font-weight: 700
}

.mortgage-main-button {
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 9px;
  box-sizing: border-box
}

.mortgage-main-button,
.mortgage-main-button:hover {
  transition: all .3s ease-in-out
}

.mortgage-main-button-wrap {
  display: flex;
  justify-content: center
}

.mortgage-title-col {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center
}

.mortgage-month-summ>.text,
.mortgage-items>.mortgage-item>.text {
  font-size: 14px;
  opacity: .7
}

.mortgage-month-summ>.value,
.mortgage-items>.mortgage-item>.value {
  font-size: 16px;
  font-weight: 700;
  display: inline
}

.mortgage-month-summ>.value:after,
.mortgage-items>.mortgage-item>.value:after {
  content: " ₽";
  display: inline;
  font-weight: 400;
  opacity: .9;
  font-size: 14px
}

.percent-credit-summ>.value:after {
  content: " %" !important
}

.date-credit-summ>.value:after {
  content: " г." !important
}

.mortgage-items>.mortgage-item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  align-items: center
}

.mortgage-items .full-credit-summ .text,
.mortgage-items .first-credit-summ .text,
.mortgage-items .unlimit-credit-summ .text {
  display: inline-flex;
  align-items: center
}

.mortgage-items .full-credit-summ .text:before,
.mortgage-items .first-credit-summ .text:before,
.mortgage-items .unlimit-credit-summ .text:before {
  content: "";
  display: inline-flex;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin-right: 7px
}

.mortgage-items .full-credit-summ .text:before {
  background-color: #74bb16
}

.mortgage-items .first-credit-summ .text:before {
  background-color: #eb9134
}

.mortgage-items .unlimit-credit-summ .text:before {
  background-color: #00948d
}

.mortgage-diagramm {
  margin: 20px auto;
  width: 230px;
  height: 230px;
  position: relative
}

.mortgage-diagramm>canvas {
  max-width: 230px;
  max-height: 230px
}

.mortgage-month-summ {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%)
}

.mortgage_calc_form .mortgage-title-col {
  text-align: left;
  margin-bottom: 20px
}

.new-orange-button {
  display: flex;
  color: #fff;
  background-image: linear-gradient(90deg, #f6bf5b, #eb9033);
  padding: 10px 30px;
  text-align: center;
  font-weight: 700;
  flex-wrap: wrap;
  min-width: 160px;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, .67);
  box-sizing: border-box;
  border-radius: 5px
}

.new-orange-button:hover {
  background-image: linear-gradient(90deg, #e0af53, #d8832e)
}

#mortgage_init_button {
  display: none;
  opacity: 0;
  visibility: hidden
}

.new-orange-button:hover,
.new-orange-button {
  transition: all .3s ease-in-out
}

.houses-mortgage {
  margin: 40px 0
}

.houses-mortgage .title-box {
  display: flex
}

.houses-mortgage .button-box .new-orange-button {
  margin-left: 20px
}

.houses-mortgage .title-box .section-title {
  margin-bottom: 0;
  font-weight: 500
}

.houses-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  align-items: stretch
}

.houses-item {
  width: calc(33% - (40px/2))
}

.houses-item .houses-img-box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px;
  transition: all .3s ease-in-out
}

.houses-item .houses-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all .3s ease-in-out
}

.houses-item:hover .houses-img-box {
  box-shadow: 3px 3px 8px 0px rgba(73, 73, 73, .3)
}

.houses-item:hover .houses-img-box img {
  transform: scale(120%)
}

.houses-item .houses-title-box {
  font-weight: 500;
  color: #282828;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px
}

.houses-item .houses-square-box {
  color: #282828;
  opacity: .7;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px
}

.houses-item .houses-mortgage-box {
  font-weight: 700;
  font-size: 14px;
  color: #74c191
}

#mortgage-textarea {
  display: none;
  visibility: hidden;
  opacity: 0
}

.how-building .houses-item {
  width: calc(20% - (30px/2))
}

.how-building .houses-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.how-building .houses-item .new-orange-button {
  display: block;
  width: 100%
}

.bast-banks-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px
}

.best-bank-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 3px 3px 8px 0px rgba(73, 73, 73, .116);
  background-color: #f0f3f5;
  padding: 15px;
  border-radius: 7px;
  border: 2px solid transparent
}

.best-bank-item:hover {
  border: 2px solid #6db114
}

.best-bank-item:hover .best-bank-button a {
  background-color: #6db114
}

.best-bank-head {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px
}

.best-bank-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.best-bank-logo {
  display: flex;
  align-items: flex-start;
  width: 3.5%;
  aspect-ratio: 1/1
}

.best-bank-logo img {
  width: 100%
}

.best-bank-content {
  display: flex;
  flex-direction: row;
  width: 85%
}

.best-bank-button {
  display: flex;
  width: 12%
}

.best-bank-button a {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #74bb16;
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  border-radius: 7px
}

.best-bank-label {
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 7px;
  margin-right: 7px;
  font-size: 12px
}

.best-bank-content-col.col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  padding-left: 7px
}

.best-bank-content-row {
  display: flex;
  align-items: end
}

.best-bank-content-col.col-2,
.best-bank-content-col.col-3,
.best-bank-content-col.col-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 27%
}

.best-bank-content-title {
  font-weight: 700;
  font-size: 15px
}

.best-bank-content-license {
  opacity: .7;
  padding-left: 7px;
  font-size: 11px
}

.best-bank-content-dess {
  font-size: 12px;
  font-weight: 700;
  opacity: .9;
  text-transform: uppercase
}

.best-bank-content-start {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px
}

.best-bank-content-start:before {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAt0lEQVQokYXRPWqCURCF4cefUnAHiq2CjYJgE9DC2tRimUWInQgWIZ1LENxCrLUzVVbgBgQhRZqA3HCFj+8HD0wz83LvmTOl99OLHNXwk26Xs5wBtpluAbzGDJ1n8Ajj2F+l4SrmGKKHbmI2xQVfOGMf4D+8oZQxRCNWHR/hux0WeQtFfeMVvw/PG3wWwMHOrSiNwhCScPAWdI1LPdTMg8PVlmihjwmOiUf+owuqoJ068SFWSALcARYAGJzXOLmYAAAAAElFTkSuQmCC);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAt0lEQVQokYXRPWqCURCF4cefUnAHiq2CjYJgE9DC2tRimUWInQgWIZ1LENxCrLUzVVbgBgQhRZqA3HCFj+8HD0wz83LvmTOl99OLHNXwk26Xs5wBtpluAbzGDJ1n8Ajj2F+l4SrmGKKHbmI2xQVfOGMf4D+8oZQxRCNWHR/hux0WeQtFfeMVvw/PG3wWwMHOrSiNwhCScPAWdI1LPdTMg8PVlmihjwmOiUf+owuqoJ068SFWSALcARYAGJzXOLmYAAAAAElFTkSuQmCC);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  background: #ef9e40
}

.best-bank-content-reviews {
  font-size: 11px
}

.best-bank-content-header {
  font-size: 12px
}

.best-bank-content-value {
  font-size: 16px;
  font-weight: 700
}

.best-bank-item,
.best-bank-item:hover {
  transition: border .3s ease-in-out
}

.best-bank-item:hover .best-bank-button a,
.best-bank-button a {
  transition: background .3s ease-in-out
}

@media (max-width:1250px) and (min-width:769px) {
  .best-bank-content-row {
    flex-direction: column;
    align-items: flex-start
  }

  .best-bank-content-col.col-2,
  .best-bank-content-col.col-3,
  .best-bank-content-col.col-4 {
    justify-content: start
  }

  .best-bank-content-col.col-2 {
    width: 15%
  }

  .best-bank-content-col.col-4 {
    width: 40%
  }

  .best-bank-content-header {
    margin-bottom: 5px
  }

  .best-bank-button {
    width: 25%
  }

  .best-bank-button,
  .best-bank-button a {
    display: block
  }

  .best-bank-button a {
    padding: 15px 7px;
    height: auto;
    text-align: center
  }
}

@media(max-width:768px) {
  .houses-box {
    flex-direction: column
  }

  .houses-item {
    width: 100%;
    margin-bottom: 30px
  }

  .mortgage .mortgage_row {
    flex-direction: column
  }

  .mortgage .mortgage_row>.mortgage_col {
    width: 100% !important
  }

  .mortgage .mortgage_row>.mortgage_col:nth-child(odd) {
    margin-bottom: 30px
  }

  .button-box {
    margin-left: 10px
  }

  .how-building .houses-item {
    width: 100%
  }

  .best-bank-head {
    align-items: center
  }

  .best-bank-content>div {
    width: 100% !important
  }

  .best-bank-content,
  .best-bank-head {
    flex-direction: column
  }

  .best-bank-content,
  .best-bank-button {
    width: 100%
  }

  .best-bank-logo {
    min-width: 100px;
    width: 10%
  }

  .best-bank-content-col.col-1 {
    align-items: center;
    padding: 10px 0
  }

  .best-bank-content-col.col-2,
  .best-bank-content-col.col-3,
  .best-bank-content-col.col-4 {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 3px 0
  }

  .best-bank-button {
    margin-top: 10px
  }

  .best-bank-button,
  .best-bank-button a {
    text-align: center
  }

  .best-bank-button a {
    padding: 5px 0;
    justify-content: center
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
  background-image: url(/dinterera/css/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-seek-first {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.main-page .preroll .inner {
  background-size: 1220px;
  background-position: center center
}

input[type=number] {
  -moz-appearance: textfield
}

.empty-katalog-box {
  padding: 15px 30px;
  background-color: #eaebea;
  border-radius: 5px;
  margin-bottom: 30px
}

.empty-katalog-box-text {
  margin-bottom: 20px
}

.empty-katalog-box .header-info {
  padding-left: 0;
  border-left: 0;
  justify-content: space-between
}

textarea:focus {
  border-color: #e37f0a
}

.adaptive-menu-icon.active>*,
.adaptive-menu-icon:hover>* {
  color: #e37f0a
}

.adaptive-menu-icon.active .icon span,
.adaptive-menu-icon:hover .icon span {
  background: #e37f0a
}

.adaptive-menu-icon.active .icon:after,
.adaptive-menu-icon.active .icon:before,
.adaptive-menu-icon:hover .icon:after,
.adaptive-menu-icon:hover .icon:before {
  background: #e37f0a
}

.slider-arrows:hover {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.slider-dots li.slick-active button:after {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.txt-inputs-style:focus,
input:focus[type=email],
input:focus[type=search],
input:focus[type=tel],
input:focus[type=text] {
  border-color: #e37f0a
}

.checkbox-style:checked+label:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.button-style.accent-button {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  -webkit-box-shadow: 0 9px 5px -6px #e37f0a;
  box-shadow: 0 9px 5px -6px #e37f0a
}

.big-border {
  border: 8px solid #e37f0a
}

.price-label {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.price-label:before {
  border-color: #e37f0a #e37f0a transparent transparent
}

.accent-txt,
.estimate-price .online-calc-price span,
.get-specialist span {
  border-bottom: 1px dotted #e37f0a;
  color: #e37f0a
}

.ask-question-block-sidebar .telephone:before,
.contact-us-form .left .header .call a:before,
.estimate-price .online-calc-price .ico,
.get-specialist .ico:before,
.gradient-txt-color,
.header-info .callback:before,
.header-info .tel-number:before,
.load-more-examples .ico,
.main-footer .footer-contacts .address:before,
.main-footer .footer-contacts .callback:before,
.main-footer .footer-contacts .tel-number:before,
.our-advantages .our-advantages-list .item:before,
.our-portfolio-list .portfolio-info .meta>:before,
.our-price-list .price-list .single-price .services-list li:before,
.particular-service-variants .service-variants-list .single-variant .content .bottom-section .price:before,
.portfolio-finished-service .service-link a:after,
.preroll-2 .btns-section .call a:before,
.slider-arrows-adaptive .slider-arrows:hover:after,
.slider-arrows:after,
.suggest-best-offer .btns-section .call a:before,
.time-price-style .meta>:before,
.workflow-list .single .ico {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e37f0a
}

.accordion .accordion-list>li.open .accordion-list-header:after,
.accordion .accordion-list>div.open .accordion-list-header:after {
  color: #e37f0a
}

.accordion .accordion-list>li .accordion-list-header:hover:after,
.accordion .accordion-list>div .accordion-list-header:hover:after {
  color: #e37f0a
}

.accordion .accordion-list>li .accordion-list-body:after,
.accordion .accordion-list>div .accordion-list-body:after {
  background: #e37f0a
}

.privacy-policy a {
  color: #e37f0a
}

div.wpcf7-mail-sent-ok {
  background: #e37f0a
}

.pagination .nav-links>.current,
.pagination .nav-links>:hover {
  background: #e37f0a
}

.pagination .nav-links>.next:after,
.pagination .nav-links>.prev:after {
  color: #e37f0a
}

.error404 .fullentry>:not(.cr-breadcrumbs) a {
  color: #e37f0a
}

.contact-module .contact-info a {
  color: #e37f0a
}

.header-info .callback {
  border: 1px solid #e37f0a
}

.header-info .callback:hover {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.main-nav>ul li a:hover {
  color: #e37f0a
}

.get-specialist {
  color: #e37f0a
}

.preroll .preroll-advantages li.first .ico {
  background: url(/dinterera/img/preroll-adv-1.svg) center center no-repeat
}

.preroll .preroll-advantages li.second .ico {
  background: url(/dinterera/img/preroll-adv-2.svg) center center no-repeat
}

.preroll .preroll-advantages li.third .ico {
  background: url(/dinterera/img/preroll-adv-3.svg) center center no-repeat
}

.preroll .preroll-sale .sale-date span:first-child {
  color: #e37f0a
}

.preroll .gauge-buttons .get-gauge {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.services-grid .service-item .title a:hover {
  color: #e37f0a
}

.our-price-list .price-list .single-price .header_pr {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.our-price-list .price-list .single-price .header_pr h4 {
  text-align: center;
  color: #fff;
}

.our-price-list .price-list .single-price .header .ico:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.our-price-list .price-list .single-price .header .ico .columns:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.workflow-list .single.inverse {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
}

.workflow-list .single.inverse:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.preroll-2 .btns-section .call a:hover {
  color: #e37f0a
}

.suggest-best-offer .btns-section .call a:hover {
  color: #e37f0a
}

.suggest-best-offer .btns-section .call a span {
  text-shadow: #fff 0px 0px 10px, #fff 0px 0px 10px, #fff 0px 0px 10px, #fff 0px 0px 10px, #fff 0px 0px 10px, #fff 0px 0px 10px
}

.contact-us-form .left .header .call a:hover {
  color: #e37f0a
}

.contact-us-form .right .timeline .timeline-part:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.main-footer .footer-contacts .callback {
  border: 1px solid #e37f0a
}

.main-footer .footer-contacts .callback:hover {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.main-footer a:hover {
  color: #e37f0a
}

.particular-service-variants .service-variants-list .single-variant .header .permalink {
  border-left: 8px solid #e37f0a
}

.portfolio-finished-service .service-link:after {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.close-popup:hover:after {
  color: #e37f0a
}

.about-company .company-advantages .single:nth-child(1):before {
  background: url(/dinterera/img/company-adv-1.svg) center center no-repeat
}

.about-company .company-advantages .single:nth-child(2) {
  border-right: none
}

.about-company .company-advantages .single:nth-child(2):before {
  background: url(/dinterera/img/company-adv-2.svg) center center no-repeat
}

.about-company .company-advantages .single:nth-child(3):before {
  background: url(/dinterera/img/company-adv-3.svg) center center no-repeat
}

.suggest-best-offer .links li:before {
  content: none !important
}

.services-grid .order-button:after {
  background: url(/dinterera/img/roller-ico.svg) center center no-repeat
}

.preroll .gauge-buttons .get-gauge:after {
  background: url(/dinterera/img/home.svg) center center no-repeat
}

.estimate-price-calculator .calculator-title {
  display: block;
  max-width: 100%;
  margin: 0 0 30px;
  padding: 0
}

.estimate-price-calculator .calculator-title-tabs .single-tab:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  background: #e37f0a;
  opacity: 0
}

.estimate-price-calculator .calculator-title-tabs .single-tab.active .head {
  color: #e37f0a
}

.estimate-price-calculator .calculator-title-tabs .single-tab:hover .head {
  color: #e37f0a
}

.estimate-price-calculator .calculator-title-tabs .single-tab .estimated-accuracy .value {
  font-family: "Museo Sans Cyrl 700", sans-serif;
  color: #e37f0a
}

.estimate-price-calculator .calculator-elements-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.estimate-price-calculator .calculator-elements-single .info-block a {
  color: #e37f0a;
  text-decoration: underline
}

.estimate-price-calculator .calculator-elements-single .info-block .show-more {
  color: #939393;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  transition: all .15s linear
}

.estimate-price-calculator .calculator-elements-single .info-block .show-more:hover {
  color: #1b1b1b
}

.estimate-price-calculator .calculator-elements-single .info-block .list {
  margin: 0;
  padding: 0;
  list-style: none
}

.estimate-price-calculator .calculator-elements-single .info-block .list li {
  margin-bottom: 12px
}

.estimate-price-calculator .calculator-elements-single .info-block .first-section {
  margin-bottom: 20px
}

.estimate-price-calculator .calculator-elements-single .info-block .first-section :last-child {
  margin-bottom: 0 !important
}

.estimate-price-calculator .calculator-elements-single .info-block .first-section p {
  margin: 0 0 30px;
  left: 0
}

.estimate-price-calculator .calculator-elements-single .info-block .bottom-section {
  font-size: 14px;
  line-height: 20px
}

.estimate-price-calculator .calculator-elements-single>:first-child {
  width: 320px
}

.estimate-price-calculator .calculator-elements-single>:nth-child(2) {
  width: calc(100% - 360px)
}

.estimate-price-calculator .calculator-elements-single>.full-row {
  width: 100%
}

.estimate-price-calculator .calculator-elements-single>.full-row .check-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.estimate-price-calculator .calculator-elements-single>.full-row .check-list .estimate-price-check {
  width: calc(50% - 20px)
}

.estimate-price-calculator .calculator-elements-single>.row:last-child {
  margin-bottom: 0;
  border-top: none
}

.estimate-price-calculator .calculator-elements-single.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.estimate-price-calculator .calculator-elements-single>.row>.item {
  width: 100%;
  padding-left: 0
}

.estimate-price-calculator .input-area-size .change-value {
  height: 50px;
  min-width: 50px;
  display: block;
  font-family: main-icons, sans-serif;
  text-align: center;
  line-height: 49px;
  color: #e37f0a;
  background: #fff;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.estimate-price-calculator .input-area-size .change-value:hover {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  color: #fff;
  border-color: transparent
}

.estimate-price-calculator .calculator-elements-includes>* {
  margin-bottom: 30px;
  width: 100%
}

.estimate-price-calculator .calculator-elements-title {
  margin-bottom: 16px
}

.estimate-price-calculator .calculator-elements-includes select {
  width: 100%;
  border: 1px solid #c6c6c6;
  padding: 10px
}

.estimate-price-calculator .calculator-elements-includes .check-list>* {
  margin-bottom: 20px
}

.estimate-price-calculator .calculator-elements-includes .check-list>:last-child {
  margin-bottom: 0
}

.estimate-price-calculator .calculator-elements-includes .download-btn {
  max-width: 303px;
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 0
}

.estimate-price-calculator .calculator-totals .general-subtotals {
  margin: -16px 0 16px
}

.estimate-price-calculator .calculator-totals .general-subtotals span {
  font-weight: 700
}

.estimate-price-calculator .calculator-totals .general-totals:after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  margin-top: 29px;
  background-color: #e37f0a
}

.checkbox-style {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.checkbox-style.check+label:after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(/dinterera/img/check-icon.svg) center center no-repeat
}

.checkbox-style.check+label:before {
  border-radius: 2px
}

.checkbox-style+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 24px
}

.checkbox-style+label:before {
  content: "";
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
  border-radius: 100%;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  cursor: pointer;
  background: #fff
}

.checkbox-style+label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.checkbox-style:checked+label:before {
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  border: none
}

.checkbox-style:checked+label:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.main-footer .bottom-section .inner.grid {
  display: flex;
  justify-content: space-between
}

.main-footer .bottom-section .inner.grid .logo {
  width: 250px
}

.estimate-price-calculator:after,
.contact-us:after {
  background: url(/dinterera/img/paint-brush.svg) center center no-repeat;
  background-size: contain
}

.services-grid .time-price.with-border-bottom:after {
  background: 0 0
}

.services-box-item .one-line-price-btns .content {
  display: flex;
  align-items: flex-end
}

.services-box-item .one-line-price-btns .content .single-service-list {
  width: 40%
}

.services-box-item .one-line-price-btns .content .btns-section {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  width: 60%
}

.single-price-value {
  font-size: 17px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  text-align: center;
  margin: -15px 0 3px;
  font-weight: bold;
}

.our-price-list .price-list .single-price .btns-section {
  padding-top: 30px;
  position: absolute;
  width: 100%;
  bottom: 0
}

.our-price-list .price-list .single-price .btns-section .order-button {
  width: 100%;
  text-align: center
}

.our-service-offer h2 {
  font-size: 24px
}

.our-service-offer .content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  border-radius: 2px;
  border: 1px solid #eaebea;
  padding: 50px
}

.our-service-offer .content>div {
  width: calc(50% - 10px)
}

.our-service-offer .content * {
  margin: 0 0 25px;
  padding: 0;
  line-height: 24px
}

.our-service-offer .content :last-child {
  margin-bottom: 0
}

.preroll .preroll-links {
  max-width: 550px;
  width: 100%;
  margin-bottom: 30px
}

.preroll .preroll-links .head {
  margin-bottom: 20px;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 17px
}

.preroll .preroll-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.preroll .preroll-links ul li {
  max-width: 170px;
  width: 100%;
  margin-bottom: 13px
}

.preroll .preroll-links ul li a {
  border-bottom: 1px solid #c6c6c6
}

.preroll .preroll-links ul li a:hover {
  border-color: #1b1b1b
}

.pfilter-box {
  position: relative
}

.pfilter {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #e7e8ea
}

.sidebar-title__pfilter {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  text-align: center
}

.sidebar-title__pfilter h3 {
  font-size: 26px;
  background-color: #fff;
  padding: 0 10px;
  display: inline-block
}

.sidebar-filter_pfilter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.filter-group_pfilter {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.pfilter__input-group {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  gap: 12px;
  align-items: center
}

.pfilter__input-group hr {
  height: 1px;
  overflow: visible;
  width: 50px;
  border: none;
  border-top: 2px solid rgba(0, 0, 0, .5)
}

.filter-group_pfilter select {
  background: #fff;
  border: 1px solid #bbc2c8;
  border-radius: 2px;
  box-shadow: none;
  color: #333;
  width: 100%;
  padding: 5px 13px 4px !important;
  line-height: 1.15;
  font-size: 13px;
  height: 31px
}

.sidebar-filter_pfilter .filter-group {
  margin-bottom: 0
}

.pfilter__input {
  background: #fff;
  border: 1px solid #bbc2c8;
  border-radius: 2px;
  box-shadow: none;
  color: #333;
  font-size: 13px;
  padding: 5px 13px 4px !important;
  width: 100%;
  height: 31px !important
}

.our-price-list .price-list .single-price .header img.ico {
  box-shadow: none;
  width: 100px;
  height: 100px;
  margin-bottom: -30px
}

.suggest-best-offer {
  background-image: url(/dinterera/img/suggest-best-offer.png);
  background-size: contain;
  background-position: right -20px center
}

.faq .faq-ask-question.lazy-bg-loaded {
  background-image: url(/dinterera/img/faq-ask-question-bg.jpg);
  background-size: contain
}

.main-footer .footer-contacts:before {
  background-image: url(/dinterera/img/footer-contacts-bg.png);
  background-size: contain;
  width: 150px;
  left: -100px
}

.main-footer .footer-contacts>* {
  background: 0 0
}

.filename {
  margin-bottom: 0
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 5px 10px !important;
  color: #131313 !important
}

.about-company .company-description a {
  color: #e37f0a;
  display: inline-block;
  border-bottom: 1px solid #e37f0a
}

.katalog-main-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.katalog-sidebar-box {
  width: 280px;
  position: relative
}

.katalog-sidebar {
  padding: 30px;
  border-radius: 2px;
  border: 1px solid #eaebea;
  background-color: #fff
}

.katalog-list {
  width: calc(100% - 300px);
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -20px
}

.post-item {
  border-radius: 2px;
  border: 1px solid #eaebea;
  width: calc((100% - 40px)/3);
  margin: 0 0 20px
}

.post-item-image {
  display: block;
  height: 250px;
  width: 100%
}

.post-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: bottom;
  -o-object-position: bottom
}

.post-item-content {
  padding: 30px 40px 40px
}

.post-item-before-title {
  font-size: 14px;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  color: #1b1b1b;
  margin-bottom: 10px
}

.post-item-title {
  font-size: 20px;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  color: #000;
  margin-bottom: 20px
}

.post-item-attr {
  padding-top: 24px;
  border-top: 1px solid #eaebea;
  margin-bottom: 25px
}

.post-item-attr-table {
  width: 100%
}

.post-item-attr-table tr {
  height: 25px
}

.post-item-attr-table .attr-title {
  width: 60%;
  padding-left: 37px;
  position: relative;
  font-size: 14px;
  color: #00000088
}

.post-item__proektirovanie .post-item-attr-table .attr-title {
  width: 60%;
  padding-left: 37px;
  position: relative;
  font-size: 14px;
  color: #00000088;
  padding-top: 0
}

.post-item-attr-table .attr-title:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center
}

.post-item-attr-table .attr-area .attr-title:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ianBnMTA5Z2x1YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjanBnMTA5Z2x1YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTcxNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMjg1IDE5LjYxMmMuOTUyLjk1Mi45NTIgMi41IDAgMy40NTJsLS4wMDQuMDA1LTEuNjcgMS42NWMtLjE5MS4xODctLjQ0LjI4MS0uNjg3LjI4MS0uMjUyIDAtLjUwNC0uMDk3LS42OTUtLjI5LS4zNzktLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4MWwuOTc3LS45NjZINi41NDNjLTIuMTU0IDAtMy45MDYtMS43NTItMy45MDYtMy45MDZWMi43NjFsLS45NzUuOTYyYy0uMzg0LjM3OC0xLjAwMi4zNzQtMS4zOC0uMDEtLjM4LS4zODQtLjM3NS0xLjAwMi4wMDktMS4zOEwxLjk0LjcwNGMuOTQ5LS45MzcgMi40OTMtLjkzNyAzLjQ0MyAwbDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1ek0yMi4wNyAwSDkuNDI0Yy0uNTQgMC0uOTc5LjQ0LS45NzcuOTguMDAyLjUzOC40MzkuOTczLjk3Ny45NzNIMjIuMDdjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YxMi42OTVjMCAuNTM4LjQzNS45NzUuOTczLjk3Ny41NC4wMDEuOTgtLjQzNi45OC0uOTc3VjIuOTNDMjUgMS4zMTIgMjMuNjg4IDAgMjIuMDcgMHptLTcuNzE1IDE2Ljc0M2MuNTQgMCAuOTc3LS40MzcuOTc3LS45NzdWMTEuNDJjMC0xLjQ4MS0xLjIwNS0yLjY4Ni0yLjY4Ni0yLjY4Ni0uNjQ4IDAtMS4yNDQuMjMxLTEuNzA5LjYxNi0uNDY0LS4zODUtMS4wNi0uNjE2LTEuNzA4LS42MTYtLjM3MyAwLS43MjguMDc3LTEuMDUuMjE0LS4xNzUtLjE1OS0uNDA1LS4yNTctLjY2LS4yNTctLjUzOSAwLS45NzYuNDM4LS45NzYuOTc3djYuMTAzYzAgLjU0LjQzNy45NzcuOTc3Ljk3Ny41MzkgMCAuOTc2LS40MzcuOTc2LS45NzdWMTEuNDJjMC0uNDA0LjMyOS0uNzMzLjczMy0uNzMzLjQwMyAwIC43MzIuMzI5LjczMi43MzN2NC4zNTFjMCAuNTQuNDM3Ljk3Ny45NzYuOTc3LjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc3VjExLjQyYzAtLjQwNC4zMjktLjczMy43MzItLjczMy40MDQgMCAuNzMzLjMyOS43MzMuNzMzdjQuMzQ2YzAgLjU0LjQzNy45NzcuOTc2Ljk3N3ptNC40MzItMTEuNDdsLS4wMTYuMDAxaC0uMDE1Yy0xLjI0MiAwLTIuMjUyIDEuMDExLTIuMjUyIDIuMjU0IDAgLjU0LjQzNy45NzcuOTc2Ljk3Ny41NCAwIC45NzctLjQzNy45NzctLjk3NyAwLS4xNjMuMTM3LS4zMDEuMy0uMzAxbC4wMTUtLjAwMWguMDE1Yy4xNTUgMCAuMjg3LjEyOC4yOTguMjgyLS4wMi4wNzItLjE2OS41MTQtMS4xMDUgMS41NDQtLjU4LjYzOC0xLjE1IDEuMTU3LTEuMTU2IDEuMTYyLS4yOTkuMjcyLS40LjY5OS0uMjU0IDEuMDc1LjE0NS4zNzcuNTA3LjYyNS45MS42MjVoMi42MzdjLjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc3LS45NzdoLS4zMzZjLjg2Ny0xLjAyIDEuMjU4LTEuNzggMS4yNTgtMi40MzMgMC0xLjI0My0xLjAxLTIuMjU1LTIuMjUyLTIuMjU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzNDEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ianBnMTA5Z2x1YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjanBnMTA5Z2x1YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTcxNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMjg1IDE5LjYxMmMuOTUyLjk1Mi45NTIgMi41IDAgMy40NTJsLS4wMDQuMDA1LTEuNjcgMS42NWMtLjE5MS4xODctLjQ0LjI4MS0uNjg3LjI4MS0uMjUyIDAtLjUwNC0uMDk3LS42OTUtLjI5LS4zNzktLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4MWwuOTc3LS45NjZINi41NDNjLTIuMTU0IDAtMy45MDYtMS43NTItMy45MDYtMy45MDZWMi43NjFsLS45NzUuOTYyYy0uMzg0LjM3OC0xLjAwMi4zNzQtMS4zOC0uMDEtLjM4LS4zODQtLjM3NS0xLjAwMi4wMDktMS4zOEwxLjk0LjcwNGMuOTQ5LS45MzcgMi40OTMtLjkzNyAzLjQ0MyAwbDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1ek0yMi4wNyAwSDkuNDI0Yy0uNTQgMC0uOTc5LjQ0LS45NzcuOTguMDAyLjUzOC40MzkuOTczLjk3Ny45NzNIMjIuMDdjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YxMi42OTVjMCAuNTM4LjQzNS45NzUuOTczLjk3Ny41NC4wMDEuOTgtLjQzNi45OC0uOTc3VjIuOTNDMjUgMS4zMTIgMjMuNjg4IDAgMjIuMDcgMHptLTcuNzE1IDE2Ljc0M2MuNTQgMCAuOTc3LS40MzcuOTc3LS45NzdWMTEuNDJjMC0xLjQ4MS0xLjIwNS0yLjY4Ni0yLjY4Ni0yLjY4Ni0uNjQ4IDAtMS4yNDQuMjMxLTEuNzA5LjYxNi0uNDY0LS4zODUtMS4wNi0uNjE2LTEuNzA4LS42MTYtLjM3MyAwLS43MjguMDc3LTEuMDUuMjE0LS4xNzUtLjE1OS0uNDA1LS4yNTctLjY2LS4yNTctLjUzOSAwLS45NzYuNDM4LS45NzYuOTc3djYuMTAzYzAgLjU0LjQzNy45NzcuOTc3Ljk3Ny41MzkgMCAuOTc2LS40MzcuOTc2LS45NzdWMTEuNDJjMC0uNDA0LjMyOS0uNzMzLjczMy0uNzMzLjQwMyAwIC43MzIuMzI5LjczMi43MzN2NC4zNTFjMCAuNTQuNDM3Ljk3Ny45NzYuOTc3LjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc3VjExLjQyYzAtLjQwNC4zMjktLjczMy43MzItLjczMy40MDQgMCAuNzMzLjMyOS43MzMuNzMzdjQuMzQ2YzAgLjU0LjQzNy45NzcuOTc2Ljk3N3ptNC40MzItMTEuNDdsLS4wMTYuMDAxaC0uMDE1Yy0xLjI0MiAwLTIuMjUyIDEuMDExLTIuMjUyIDIuMjU0IDAgLjU0LjQzNy45NzcuOTc2Ljk3Ny41NCAwIC45NzctLjQzNy45NzctLjk3NyAwLS4xNjMuMTM3LS4zMDEuMy0uMzAxbC4wMTUtLjAwMWguMDE1Yy4xNTUgMCAuMjg3LjEyOC4yOTguMjgyLS4wMi4wNzItLjE2OS41MTQtMS4xMDUgMS41NDQtLjU4LjYzOC0xLjE1IDEuMTU3LTEuMTU2IDEuMTYyLS4yOTkuMjcyLS40LjY5OS0uMjU0IDEuMDc1LjE0NS4zNzcuNTA3LjYyNS45MS42MjVoMi42MzdjLjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc3LS45NzdoLS4zMzZjLjg2Ny0xLjAyIDEuMjU4LTEuNzggMS4yNTgtMi40MzMgMC0xLjI0My0xLjAxLTIuMjU1LTIuMjUyLTIuMjU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzNDEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K')
}

.post-item-attr-table .attr-gabarits .attr-title:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI4IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYWd3cXhiY256YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjYWd3cXhiY256YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTc2MSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4zODQuNzA1bDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1Yy45NTIuOTUyLjk1MiAyLjUgMCAzLjQ1MmwtLjAwNC4wMDUtMS42NyAxLjY1Yy0uMTkxLjE4Ny0uNDQuMjgxLS42ODcuMjgxLS4yNTIgMC0uNTA0LS4wOTctLjY5NS0uMjktLjM3OS0uMzg0LS4zNzUtMS4wMDIuMDA5LTEuMzgxbC45NzctLjk2Nkg2LjU0M2MtMi4xNTQgMC0zLjkwNi0xLjc1Mi0zLjkwNi0zLjkwNlYyLjc2MWwtLjk3NS45NjJjLS4zODQuMzc4LTEuMDAyLjM3NC0xLjM4LS4wMS0uMzgtLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4TDEuOTQuNzA0Yy45NDktLjkzNyAyLjQ5My0uOTM3IDMuNDQzIDB6bTcuNTUuMDQ2YzEuMTEtLjk5OCAyLjc5LTEuMDAyIDMuOTA1LS4wMDlsLjA0LjAzOCAxMC4yNjggMTAuMjQ4Yy4zODIuMzgxLjM4MyAxIC4wMDEgMS4zODEtLjE5LjE5MS0uNDQuMjg3LS42OS4yODctLjI1IDAtLjUtLjA5NS0uNjktLjI4NmwtLjc3Ni0uNzczdjMuNDU3Yy4wMDcgMS40NzItMS45NTMgMS40NzItMS45NTMgMFY5LjcxN2wuMDAyLS4wMjgtNy41MTgtNy41MDNjLS4zNjUtLjMxLS45MDEtLjMxLTEuMjY2LjAwMUw4LjY3MyA3Ljg2M2MtLjM3OS4zODUtLjk5Ny4zOS0xLjM4MS4wMTEtLjM4NS0uMzc4LS4zOS0uOTk2LS4wMTItMS4zOEwxMi44OS43OTFsLjA0NC0uMDQxek0xNy4yIDEzYy42NjMgMCAxLjIuNTM3IDEuMiAxLjIgMCAuNjYzLS41MzcgMS4yLTEuMiAxLjItLjY2MyAwLTEuMi0uNTM3LTEuMi0xLjIgMC0uNjYzLjUzNy0xLjIgMS4yLTEuMnptLTQgMGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bTQtNGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bS00IDBjLjY2MyAwIDEuMi41MzcgMS4yIDEuMiAwIC42NjMtLjUzNyAxLjItMS4yIDEuMi0uNjYzIDAtMS4yLS41MzctMS4yLTEuMiAwLS42NjMuNTM3LTEuMiAxLjItMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzODYpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI4IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYWd3cXhiY256YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjYWd3cXhiY256YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTc2MSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4zODQuNzA1bDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1Yy45NTIuOTUyLjk1MiAyLjUgMCAzLjQ1MmwtLjAwNC4wMDUtMS42NyAxLjY1Yy0uMTkxLjE4Ny0uNDQuMjgxLS42ODcuMjgxLS4yNTIgMC0uNTA0LS4wOTctLjY5NS0uMjktLjM3OS0uMzg0LS4zNzUtMS4wMDIuMDA5LTEuMzgxbC45NzctLjk2Nkg2LjU0M2MtMi4xNTQgMC0zLjkwNi0xLjc1Mi0zLjkwNi0zLjkwNlYyLjc2MWwtLjk3NS45NjJjLS4zODQuMzc4LTEuMDAyLjM3NC0xLjM4LS4wMS0uMzgtLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4TDEuOTQuNzA0Yy45NDktLjkzNyAyLjQ5My0uOTM3IDMuNDQzIDB6bTcuNTUuMDQ2YzEuMTEtLjk5OCAyLjc5LTEuMDAyIDMuOTA1LS4wMDlsLjA0LjAzOCAxMC4yNjggMTAuMjQ4Yy4zODIuMzgxLjM4MyAxIC4wMDEgMS4zODEtLjE5LjE5MS0uNDQuMjg3LS42OS4yODctLjI1IDAtLjUtLjA5NS0uNjktLjI4NmwtLjc3Ni0uNzczdjMuNDU3Yy4wMDcgMS40NzItMS45NTMgMS40NzItMS45NTMgMFY5LjcxN2wuMDAyLS4wMjgtNy41MTgtNy41MDNjLS4zNjUtLjMxLS45MDEtLjMxLTEuMjY2LjAwMUw4LjY3MyA3Ljg2M2MtLjM3OS4zODUtLjk5Ny4zOS0xLjM4MS4wMTEtLjM4NS0uMzc4LS4zOS0uOTk2LS4wMTItMS4zOEwxMi44OS43OTFsLjA0NC0uMDQxek0xNy4yIDEzYy42NjMgMCAxLjIuNTM3IDEuMiAxLjIgMCAuNjYzLS41MzcgMS4yLTEuMiAxLjItLjY2MyAwLTEuMi0uNTM3LTEuMi0xLjIgMC0uNjYzLjUzNy0xLjIgMS4yLTEuMnptLTQgMGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bTQtNGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bS00IDBjLjY2MyAwIDEuMi41MzcgMS4yIDEuMiAwIC42NjMtLjUzNyAxLjItMS4yIDEuMi0uNjYzIDAtMS4yLS41MzctMS4yLTEuMiAwLS42NjMuNTM3LTEuMiAxLjItMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzODYpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K')
}

.post-item-attr-table .attr-rooms .attr-title:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idW5paHR6czB3YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjdW5paHR6czB3YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTgwNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUgMy45MDZ2OC4zMDFjMCAyLjE1NC0xLjc1MiAzLjkwNi0zLjkwNiAzLjkwNmgtLjE5NmMtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzYgMC0uNTQuNDM3LS45NzcuOTc2LS45NzdoLjE5NmMxLjA3NyAwIDEuOTUzLS44NzYgMS45NTMtMS45NTNWNy45NTloLTIuNTg4di40ODhjMCAuNTQtLjQzNy45NzctLjk3Ny45NzctLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45Nzd2LTIuOTNjMC0uNTM5LjQzNy0uOTc2Ljk3Ni0uOTc2LjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YuNDg4aDIuNTg4di0yLjFjMC0xLjA3Ny0uODc2LTEuOTUzLTEuOTUzLTEuOTUzSDE0LjE2djQuMDUzaC40ODhjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3NiAwIC41NC0uNDM3Ljk3Ny0uOTc3Ljk3N2gtMi45M2MtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzcgMC0uNTM5LjQzNy0uOTc2Ljk3Ny0uOTc2aC40ODhWMS45NTNIOS41MjFjLS41MzkgMC0uOTc2LS40MzctLjk3Ni0uOTc2IDAtLjU0LjQzNy0uOTc3Ljk3Ni0uOTc3aDExLjU3M0MyMy4yNDggMCAyNSAxLjc1MiAyNSAzLjkwNnpNMTUuOTY3IDE0LjE2SDE0LjE2di0xLjg1NWMwLS41NC0uNDM3LS45NzctLjk3Ni0uOTc3LS41NCAwLS45NzcuNDM3LS45NzcuOTc3djkuNzY1YzAgLjUzOS0uNDM4Ljk3Ny0uOTc3Ljk3N0g5LjYyYy0uNTQgMC0uOTc3LjQzNy0uOTc3Ljk3NiAwIC41NC40MzcuOTc3Ljk3Ni45NzdoMS42MTFjMS42MTYgMCAyLjkzLTEuMzE0IDIuOTMtMi45M3YtNS45NTdoMS44MDdjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc2LS45Nzd6bS03LjEzLTIuMzQ0YzAtLjUzOS0uNDM2LS45NzYtLjk3Ni0uOTc2cy0uOTc2LjQzNy0uOTc2Ljk3NnYuNTM4SDEuOTUzVjMuOTA2YzAtMS4wNzcuODc2LTEuOTUzIDEuOTUzLTEuOTUzaC43MzNjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2QzUuNjE1LjQzNyA1LjE3OCAwIDQuNjQgMGgtLjczM0MxLjc1MiAwIDAgMS43NTIgMCAzLjkwNnYxNy4xODhDMCAyMy4yNDggMS43NTIgMjUgMy45MDYgMjVoLjc4MWMuNTQgMCAuOTc3LS40MzcuOTc3LS45NzcgMC0uNTM5LS40MzctLjk3Ni0uOTc2LS45NzZoLS43ODJjLTEuMDc3IDAtMS45NTMtLjg3Ni0xLjk1My0xLjk1M3YtNi43ODdoNC45MzJ2LjQ0YzAgLjUzOC40MzcuOTc2Ljk3Ni45NzYuNTQgMCAuOTc3LS40MzguOTc3LS45Nzd2LTIuOTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMzAwIDE5NCkgdHJhbnNsYXRlKDQwIDQzMSkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idW5paHR6czB3YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjdW5paHR6czB3YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTgwNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUgMy45MDZ2OC4zMDFjMCAyLjE1NC0xLjc1MiAzLjkwNi0zLjkwNiAzLjkwNmgtLjE5NmMtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzYgMC0uNTQuNDM3LS45NzcuOTc2LS45NzdoLjE5NmMxLjA3NyAwIDEuOTUzLS44NzYgMS45NTMtMS45NTNWNy45NTloLTIuNTg4di40ODhjMCAuNTQtLjQzNy45NzctLjk3Ny45NzctLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45Nzd2LTIuOTNjMC0uNTM5LjQzNy0uOTc2Ljk3Ni0uOTc2LjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YuNDg4aDIuNTg4di0yLjFjMC0xLjA3Ny0uODc2LTEuOTUzLTEuOTUzLTEuOTUzSDE0LjE2djQuMDUzaC40ODhjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3NiAwIC41NC0uNDM3Ljk3Ny0uOTc3Ljk3N2gtMi45M2MtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzcgMC0uNTM5LjQzNy0uOTc2Ljk3Ny0uOTc2aC40ODhWMS45NTNIOS41MjFjLS41MzkgMC0uOTc2LS40MzctLjk3Ni0uOTc2IDAtLjU0LjQzNy0uOTc3Ljk3Ni0uOTc3aDExLjU3M0MyMy4yNDggMCAyNSAxLjc1MiAyNSAzLjkwNnpNMTUuOTY3IDE0LjE2SDE0LjE2di0xLjg1NWMwLS41NC0uNDM3LS45NzctLjk3Ni0uOTc3LS41NCAwLS45NzcuNDM3LS45NzcuOTc3djkuNzY1YzAgLjUzOS0uNDM4Ljk3Ny0uOTc3Ljk3N0g5LjYyYy0uNTQgMC0uOTc3LjQzNy0uOTc3Ljk3NiAwIC41NC40MzcuOTc3Ljk3Ni45NzdoMS42MTFjMS42MTYgMCAyLjkzLTEuMzE0IDIuOTMtMi45M3YtNS45NTdoMS44MDdjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc2LS45Nzd6bS03LjEzLTIuMzQ0YzAtLjUzOS0uNDM2LS45NzYtLjk3Ni0uOTc2cy0uOTc2LjQzNy0uOTc2Ljk3NnYuNTM4SDEuOTUzVjMuOTA2YzAtMS4wNzcuODc2LTEuOTUzIDEuOTUzLTEuOTUzaC43MzNjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2QzUuNjE1LjQzNyA1LjE3OCAwIDQuNjQgMGgtLjczM0MxLjc1MiAwIDAgMS43NTIgMCAzLjkwNnYxNy4xODhDMCAyMy4yNDggMS43NTIgMjUgMy45MDYgMjVoLjc4MWMuNTQgMCAuOTc3LS40MzcuOTc3LS45NzcgMC0uNTM5LS40MzctLjk3Ni0uOTc2LS45NzZoLS43ODJjLTEuMDc3IDAtMS45NTMtLjg3Ni0xLjk1My0xLjk1M3YtNi43ODdoNC45MzJ2LjQ0YzAgLjUzOC40MzcuOTc2Ljk3Ni45NzYuNTQgMCAuOTc3LS40MzguOTc3LS45Nzd2LTIuOTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMzAwIDE5NCkgdHJhbnNsYXRlKDQwIDQzMSkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=')
}

.post-item-attr-table .attr-price .attr-title:before {
  mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABLCAYAAADTecHpAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMjE6MDU6MDUgMTI6NDY6MDC7ryvoAAAJL0lEQVR4Xu2cW2wcVxmA/zPjy9qJ1dxog3AcCK692U1TBeoGTJsUoRTqtE2c2IWWBxLUBCTatEikSDyAeAIUHkAgITWt4KVtEA12AmTbpCXxpXYxErfaezGuYwk3tGqcxqH1+rIzh/+fObPe8c7szHpvs5U/abz/+Wdtz/l8bnNZM845eIGmpqbGKkn6OMULnF+OxWJvajtKTEkFSZIkb93afBgP4zhDRyKtgUc1il9PRCKxX6uqqoh00SmZoMbGxpt81VUvYHifnrEltJBQvoIt6oYoF5WSCBJyzmN4p55x5C+zc/NfHBsbmxZlW4LBT3yUqb4vAGMbRSoJZ6rKVDZ+bXr6wpUrVz4Q6YwUXdAy5Bg4Strm97eBLD2P4U16xpYxbJVfcjPOSeK1KDjJWbNmjbbZsBO/92X6GaJsor6+vhbl/AZDJzlEY0WF/CsRZ6RogpzkPPHkk9Db1w89vX3w+LFjIpuGraS6urod+PIRveQMTgq7cZKoEkVbiiLISc5TT30XHn30CA4bjGY2OHr0G/Cd48fF3jQsJUmSulaEbqlqaGhYJWJbCj4GuZHTtncvDA4OwFtvXdFy9fUfg9bWz8HZs2fgpydOaDkLTGNSMNh8PwP5D9oegc/ng507d8Lc3Dy8/vqgyC7y/gcz6yYmJt4TRUsKKshJzpEjR+HatWvQ3d0FimJe6siyDPv3t8PadWvhmZMnRTaNpCQrQZs2bYJzoZdg6upVuOee3SK7iBtBBetiW7ZsWeOrrryAoaWcjs5OCIXOwenTL6bJIShH+14KheDgwQ6RTSPjwJ0PCiKI5NTWVGPLYS0iZaKjowMuXbwIk5OTImMPvaen5xIcOHBQZNLQJDEuF0RS3gW5knPpElzFZu8Wem9vb09GSTgt/VLEeSWvgnKUk8AtJDaKTbiQZLuAyoW8CSI5q2p8ry5Tzgwo6n3DI+E22lQOezEX13ct4kJS3smLIL3l+IZwPvyUSJmgCmWSo6j8geFo9BVRhnA4fB6FPYhhySXlLCgQ+GRzbW3NZQxv1TNmqCJUoUxyIpHIn0U5iSbMA5JyEkQtR2LVA8C5Zf9frhwDL0hatiBtzKn19WK4Ts+YyVWOQaklLUuQMVvhIvw2kTKRLzkGJImDsg/DokvKWpAhx262yrccg5GR2IVSSMpKUKnkGJAkXAK0YzirZxYplCTXgkotxwCXAC9jSyramORKkFfkGBSzuzkK8pocA9Hd9mNoK2nfPtptj8/nqxWhLRkFCTkXvCbHgFbcmVrSqVMvwPj4uMikUyFLp50uldgKSpFzh0iZKLUcA6fu9vXDh2D8Mi30LXG8nmR5RbFc5KQSDDbvYSCfwbBGzyyyfv162LVrN3R1/V5k0hianZu/1+qWUloLKkc5RKaWNDU1pR3z/nZaIVhyJ139pLqLchKToHKVY+Akqa+3N4Mk1oJ1P79UUrKL6RfYK18pVzmpOHW3u3ftgu6uLpFZCv/r7NzCHqO7aS1IQqqrq57/MMghcm1J5IKcUEn7EmhufoQBtFG8lExyGGNxr8kxcJLU39en1c0KchHw+x+mWBPEJfZtel2Kg5yFhKLe70U5BoYkOlaRSkJ1orrZSUI0JwzHnpurqyrfppgSBm1tbTA0NGTXrXDwUjrfCMdeFEVPEwz6v8xAOiWKJjZs2AAtLS0QCtG9AhMcW8AtUmVlZQMWTHKI1wYGbOUQ8XmlT4SeJx6f7xFhGlTHAayrBUyW5QYWbGragWvuv4mka3BhtRFH+ndE0TXbAoEf4ctqvWQNZ5BgHOY4428zFWIqY/14WvE/sTtrcOreWFvj+68ougaHkB1s8+bNa1evqn0Xy7KedseyBQUD9D036yXXxIHDsyrA95YjapmClJn47AaJbt7jSug1kfQqNTgIPIYzysVAIFAncoWFQz+e6F7XZjGm8h9rSWvSpsl8oXJ4HLfOpRsH9WHcDnHg38e3/VN/N8Lg04zxn4hSzuDslnZl0kDhupPkShrHhqfxAI5ohUVoEfiILLFuUU6Sjy42v5C4dXR0dIxiO3C9JuOa5Bk8tkMilUCJm7Gr6Q8TucCui2Hd2rFu9EyjecXN4eRwOHyUQq0FEeFo9DHcQ8tzA7od/ODMzExJZyt6Rvr6jRvfwtD4Y1TgQT8g4pyIx+M9WEf6WSm9hJ/RXegkBeGBzIcjsYfwDWexqJ0+DEejr+p7S8vk5OQMtvM/iiLNcttFmDNaHcV9N/wd3eigk1zoe1MEEUISjgGJu722QsZp/z8ixN5mfSd3uej33RJ3RSLRh9CBadVtEkSQpJGR0azXRYUGW82iFM5cPQSeDVTnpXKINEFeBZf6nxch+uERERacshCE51Jfw5fb9RIK4uycCAuOZwXh9F7h9/tvDwa3/gxPNJ8VafoU0J9wio+JYsGxvGifCp6KrKtbvWpKFJPk6VSDriKkPW6H0BPwNOYsfRJ+CtdAd6CgCVF2hd06qKSPAbuEPpFTb7GRwKVy/o1nj3uylZMrXu1i1Kzfxy2M4XN06hGORLcNx2J/1/YWkZJ2Mewu/mg0avWRJAWn3MwHlgW5dLGiCtq+PdCqKkAL0Goq49TdhV9cXb7gKqgLivLNWCw2J1KuKQtBtwWDJ7GaX8XflnYrxi0odEIF5dDISMz2CqEVZTFIvzc9/QTKeRf/IKl/kRncaKxx3Bhjqgq8P1s5uVLULhYIBO6VGPwWQ+20AUeZw/ji+rIFjkvv4Ji1eH3IJWUzBhHZXg/KB+W8DvI8K4IcWBHkwIogB4ouaHgkfAtujLZiDNC5stKCHFgR5MCKIAdWBDmwIsgBR0GyLKsiNFFVVZXV0yClxO5YKyoqLOuWiqMgPFehpz3TrsFInN8lQs8jy2B1rHPj4+OO/9XK8WSVCAYDgwzgM6JoMI2n4z/gkhpmCnP+ISWAy5wxVQqAxH6IRfPHDTgMDofDraJkiytB2wKBY8Dg56L44YDDMRT0C1GyxdUgPTM7+zS+eOLf9uWJNxcUherkiCtB2FdnFZUfwND2/4eVEddVDu1ur227nuYjkci/Eor6WQyzvqLnIf6BdWgNh8NviLIjrsagVOgRfb/f345mO3Bc8mNqPW5pjxF7BKrcFH6Ncqb+LhIZ7VYRfZcbAP4PDzq35gIwVpkAAAAASUVORK5CYII=');
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABLCAYAAADTecHpAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACHDwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKL2lDQ1BJQ0MgUHJvZmlsZQAASMedlndUVNcWh8+9d3qhzTDSGXqTLjCA9C4gHQRRGGYGGMoAwwxNbIioQEQREQFFkKCAAaOhSKyIYiEoqGAPSBBQYjCKqKhkRtZKfHl57+Xl98e939pn73P32XuftS4AJE8fLi8FlgIgmSfgB3o401eFR9Cx/QAGeIABpgAwWempvkHuwUAkLzcXerrICfyL3gwBSPy+ZejpT6eD/0/SrFS+AADIX8TmbE46S8T5Ik7KFKSK7TMipsYkihlGiZkvSlDEcmKOW+Sln30W2VHM7GQeW8TinFPZyWwx94h4e4aQI2LER8QFGVxOpohvi1gzSZjMFfFbcWwyh5kOAIoktgs4rHgRm4iYxA8OdBHxcgBwpLgvOOYLFnCyBOJDuaSkZvO5cfECui5Lj25qbc2ge3IykzgCgaE/k5XI5LPpLinJqUxeNgCLZ/4sGXFt6aIiW5paW1oamhmZflGo/7r4NyXu7SK9CvjcM4jW94ftr/xS6gBgzIpqs+sPW8x+ADq2AiB3/w+b5iEAJEV9a7/xxXlo4nmJFwhSbYyNMzMzjbgclpG4oL/rfzr8DX3xPSPxdr+Xh+7KiWUKkwR0cd1YKUkpQj49PZXJ4tAN/zzE/zjwr/NYGsiJ5fA5PFFEqGjKuLw4Ubt5bK6Am8Kjc3n/qYn/MOxPWpxrkSj1nwA1yghI3aAC5Oc+gKIQARJ5UNz13/vmgw8F4psXpjqxOPefBf37rnCJ+JHOjfsc5xIYTGcJ+RmLa+JrCdCAACQBFcgDFaABdIEhMANWwBY4AjewAviBYBAO1gIWiAfJgA8yQS7YDApAEdgF9oJKUAPqQSNoASdABzgNLoDL4Dq4Ce6AB2AEjIPnYAa8AfMQBGEhMkSB5CFVSAsygMwgBmQPuUE+UCAUDkVDcRAPEkK50BaoCCqFKqFaqBH6FjoFXYCuQgPQPWgUmoJ+hd7DCEyCqbAyrA0bwwzYCfaGg+E1cBycBufA+fBOuAKug4/B7fAF+Dp8Bx6Bn8OzCECICA1RQwwRBuKC+CERSCzCRzYghUg5Uoe0IF1IL3ILGUGmkXcoDIqCoqMMUbYoT1QIioVKQ21AFaMqUUdR7age1C3UKGoG9QlNRiuhDdA2aC/0KnQcOhNdgC5HN6Db0JfQd9Dj6DcYDIaG0cFYYTwx4ZgEzDpMMeYAphVzHjOAGcPMYrFYeawB1g7rh2ViBdgC7H7sMew57CB2HPsWR8Sp4sxw7rgIHA+XhyvHNeHO4gZxE7h5vBReC2+D98Oz8dn4Enw9vgt/Az+OnydIE3QIdoRgQgJhM6GC0EK4RHhIeEUkEtWJ1sQAIpe4iVhBPE68QhwlviPJkPRJLqRIkpC0k3SEdJ50j/SKTCZrkx3JEWQBeSe5kXyR/Jj8VoIiYSThJcGW2ChRJdEuMSjxQhIvqSXpJLlWMkeyXPKk5A3JaSm8lLaUixRTaoNUldQpqWGpWWmKtKm0n3SydLF0k/RV6UkZrIy2jJsMWyZf5rDMRZkxCkLRoLhQWJQtlHrKJco4FUPVoXpRE6hF1G+o/dQZWRnZZbKhslmyVbJnZEdoCE2b5kVLopXQTtCGaO+XKC9xWsJZsmNJy5LBJXNyinKOchy5QrlWuTty7+Xp8m7yifK75TvkHymgFPQVAhQyFQ4qXFKYVqQq2iqyFAsVTyjeV4KV9JUCldYpHVbqU5pVVlH2UE5V3q98UXlahabiqJKgUqZyVmVKlaJqr8pVLVM9p/qMLkt3oifRK+g99Bk1JTVPNaFarVq/2ry6jnqIep56q/ojDYIGQyNWo0yjW2NGU1XTVzNXs1nzvhZei6EVr7VPq1drTltHO0x7m3aH9qSOnI6XTo5Os85DXbKug26abp3ubT2MHkMvUe+A3k19WN9CP16/Sv+GAWxgacA1OGAwsBS91Hopb2nd0mFDkqGTYYZhs+GoEc3IxyjPqMPohbGmcYTxbuNe408mFiZJJvUmD0xlTFeY5pl2mf5qpm/GMqsyu21ONnc332jeaf5ymcEyzrKDy+5aUCx8LbZZdFt8tLSy5Fu2WE5ZaVpFW1VbDTOoDH9GMeOKNdra2Xqj9WnrdzaWNgKbEza/2BraJto22U4u11nOWV6/fMxO3Y5pV2s3Yk+3j7Y/ZD/ioObAdKhzeOKo4ch2bHCccNJzSnA65vTC2cSZ79zmPOdi47Le5bwr4urhWuja7ybjFuJW6fbYXd09zr3ZfcbDwmOdx3lPtKe3527PYS9lL5ZXo9fMCqsV61f0eJO8g7wrvZ/46Pvwfbp8Yd8Vvnt8H67UWslb2eEH/Lz89vg98tfxT/P/PgAT4B9QFfA00DQwN7A3iBIUFdQU9CbYObgk+EGIbogwpDtUMjQytDF0Lsw1rDRsZJXxqvWrrocrhHPDOyOwEaERDRGzq91W7109HmkRWRA5tEZnTdaaq2sV1iatPRMlGcWMOhmNjg6Lbor+wPRj1jFnY7xiqmNmWC6sfaznbEd2GXuKY8cp5UzE2sWWxk7G2cXtiZuKd4gvj5/munAruS8TPBNqEuYS/RKPJC4khSW1JuOSo5NP8WR4ibyeFJWUrJSBVIPUgtSRNJu0vWkzfG9+QzqUvia9U0AV/Uz1CXWFW4WjGfYZVRlvM0MzT2ZJZ/Gy+rL1s3dkT+S453y9DrWOta47Vy13c+7oeqf1tRugDTEbujdqbMzfOL7JY9PRzYTNiZt/yDPJK817vSVsS1e+cv6m/LGtHlubCyQK+AXD22y31WxHbedu799hvmP/jk+F7MJrRSZF5UUfilnF174y/ariq4WdsTv7SyxLDu7C7OLtGtrtsPtoqXRpTunYHt897WX0ssKy13uj9l4tX1Zes4+wT7hvpMKnonO/5v5d+z9UxlfeqXKuaq1Wqt5RPXeAfWDwoOPBlhrlmqKa94e4h+7WetS212nXlR/GHM44/LQ+tL73a8bXjQ0KDUUNH4/wjowcDTza02jV2Nik1FTSDDcLm6eORR67+Y3rN50thi21rbTWouPguPD4s2+jvx064X2i+yTjZMt3Wt9Vt1HaCtuh9uz2mY74jpHO8M6BUytOdXfZdrV9b/T9kdNqp6vOyJ4pOUs4m3924VzOudnzqeenL8RdGOuO6n5wcdXF2z0BPf2XvC9duex++WKvU++5K3ZXTl+1uXrqGuNax3XL6+19Fn1tP1j80NZv2d9+w+pG503rm10DywfODjoMXrjleuvyba/b1++svDMwFDJ0dzhyeOQu++7kvaR7L+9n3J9/sOkh+mHhI6lH5Y+VHtf9qPdj64jlyJlR19G+J0FPHoyxxp7/lP7Th/H8p+Sn5ROqE42TZpOnp9ynbj5b/Wz8eerz+emCn6V/rn6h++K7Xxx/6ZtZNTP+kv9y4dfiV/Kvjrxe9rp71n/28ZvkN/NzhW/l3x59x3jX+z7s/cR85gfsh4qPeh+7Pnl/eriQvLDwG/eE8/s3BCkeAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAIXRFWHRDcmVhdGlvbiBUaW1lADIwMjE6MDU6MDUgMTI6NDY6MDC7ryvoAAAJL0lEQVR4Xu2cW2wcVxmA/zPjy9qJ1dxog3AcCK692U1TBeoGTJsUoRTqtE2c2IWWBxLUBCTatEikSDyAeAIUHkAgITWt4KVtEA12AmTbpCXxpXYxErfaezGuYwk3tGqcxqH1+rIzh/+fObPe8c7szHpvs5U/abz/+Wdtz/l8bnNZM845eIGmpqbGKkn6OMULnF+OxWJvajtKTEkFSZIkb93afBgP4zhDRyKtgUc1il9PRCKxX6uqqoh00SmZoMbGxpt81VUvYHifnrEltJBQvoIt6oYoF5WSCBJyzmN4p55x5C+zc/NfHBsbmxZlW4LBT3yUqb4vAGMbRSoJZ6rKVDZ+bXr6wpUrVz4Q6YwUXdAy5Bg4Strm97eBLD2P4U16xpYxbJVfcjPOSeK1KDjJWbNmjbbZsBO/92X6GaJsor6+vhbl/AZDJzlEY0WF/CsRZ6RogpzkPPHkk9Db1w89vX3w+LFjIpuGraS6urod+PIRveQMTgq7cZKoEkVbiiLISc5TT30XHn30CA4bjGY2OHr0G/Cd48fF3jQsJUmSulaEbqlqaGhYJWJbCj4GuZHTtncvDA4OwFtvXdFy9fUfg9bWz8HZs2fgpydOaDkLTGNSMNh8PwP5D9oegc/ng507d8Lc3Dy8/vqgyC7y/gcz6yYmJt4TRUsKKshJzpEjR+HatWvQ3d0FimJe6siyDPv3t8PadWvhmZMnRTaNpCQrQZs2bYJzoZdg6upVuOee3SK7iBtBBetiW7ZsWeOrrryAoaWcjs5OCIXOwenTL6bJIShH+14KheDgwQ6RTSPjwJ0PCiKI5NTWVGPLYS0iZaKjowMuXbwIk5OTImMPvaen5xIcOHBQZNLQJDEuF0RS3gW5knPpElzFZu8Wem9vb09GSTgt/VLEeSWvgnKUk8AtJDaKTbiQZLuAyoW8CSI5q2p8ry5Tzgwo6n3DI+E22lQOezEX13ct4kJS3smLIL3l+IZwPvyUSJmgCmWSo6j8geFo9BVRhnA4fB6FPYhhySXlLCgQ+GRzbW3NZQxv1TNmqCJUoUxyIpHIn0U5iSbMA5JyEkQtR2LVA8C5Zf9frhwDL0hatiBtzKn19WK4Ts+YyVWOQaklLUuQMVvhIvw2kTKRLzkGJImDsg/DokvKWpAhx262yrccg5GR2IVSSMpKUKnkGJAkXAK0YzirZxYplCTXgkotxwCXAC9jSyramORKkFfkGBSzuzkK8pocA9Hd9mNoK2nfPtptj8/nqxWhLRkFCTkXvCbHgFbcmVrSqVMvwPj4uMikUyFLp50uldgKSpFzh0iZKLUcA6fu9vXDh2D8Mi30LXG8nmR5RbFc5KQSDDbvYSCfwbBGzyyyfv162LVrN3R1/V5k0hianZu/1+qWUloLKkc5RKaWNDU1pR3z/nZaIVhyJ139pLqLchKToHKVY+Akqa+3N4Mk1oJ1P79UUrKL6RfYK18pVzmpOHW3u3ftgu6uLpFZCv/r7NzCHqO7aS1IQqqrq57/MMghcm1J5IKcUEn7EmhufoQBtFG8lExyGGNxr8kxcJLU39en1c0KchHw+x+mWBPEJfZtel2Kg5yFhKLe70U5BoYkOlaRSkJ1orrZSUI0JwzHnpurqyrfppgSBm1tbTA0NGTXrXDwUjrfCMdeFEVPEwz6v8xAOiWKJjZs2AAtLS0QCtG9AhMcW8AtUmVlZQMWTHKI1wYGbOUQ8XmlT4SeJx6f7xFhGlTHAayrBUyW5QYWbGragWvuv4mka3BhtRFH+ndE0TXbAoEf4ctqvWQNZ5BgHOY4428zFWIqY/14WvE/sTtrcOreWFvj+68ougaHkB1s8+bNa1evqn0Xy7KedseyBQUD9D036yXXxIHDsyrA95YjapmClJn47AaJbt7jSug1kfQqNTgIPIYzysVAIFAncoWFQz+e6F7XZjGm8h9rSWvSpsl8oXJ4HLfOpRsH9WHcDnHg38e3/VN/N8Lg04zxn4hSzuDslnZl0kDhupPkShrHhqfxAI5ohUVoEfiILLFuUU6Sjy42v5C4dXR0dIxiO3C9JuOa5Bk8tkMilUCJm7Gr6Q8TucCui2Hd2rFu9EyjecXN4eRwOHyUQq0FEeFo9DHcQ8tzA7od/ODMzExJZyt6Rvr6jRvfwtD4Y1TgQT8g4pyIx+M9WEf6WSm9hJ/RXegkBeGBzIcjsYfwDWexqJ0+DEejr+p7S8vk5OQMtvM/iiLNcttFmDNaHcV9N/wd3eigk1zoe1MEEUISjgGJu722QsZp/z8ixN5mfSd3uej33RJ3RSLRh9CBadVtEkSQpJGR0azXRYUGW82iFM5cPQSeDVTnpXKINEFeBZf6nxch+uERERacshCE51Jfw5fb9RIK4uycCAuOZwXh9F7h9/tvDwa3/gxPNJ8VafoU0J9wio+JYsGxvGifCp6KrKtbvWpKFJPk6VSDriKkPW6H0BPwNOYsfRJ+CtdAd6CgCVF2hd06qKSPAbuEPpFTb7GRwKVy/o1nj3uylZMrXu1i1Kzfxy2M4XN06hGORLcNx2J/1/YWkZJ2Mewu/mg0avWRJAWn3MwHlgW5dLGiCtq+PdCqKkAL0Goq49TdhV9cXb7gKqgLivLNWCw2J1KuKQtBtwWDJ7GaX8XflnYrxi0odEIF5dDISMz2CqEVZTFIvzc9/QTKeRf/IKl/kRncaKxx3Bhjqgq8P1s5uVLULhYIBO6VGPwWQ+20AUeZw/ji+rIFjkvv4Ji1eH3IJWUzBhHZXg/KB+W8DvI8K4IcWBHkwIogB4ouaHgkfAtujLZiDNC5stKCHFgR5MCKIAdWBDmwIsgBR0GyLKsiNFFVVZXV0yClxO5YKyoqLOuWiqMgPFehpz3TrsFInN8lQs8jy2B1rHPj4+OO/9XK8WSVCAYDgwzgM6JoMI2n4z/gkhpmCnP+ISWAy5wxVQqAxH6IRfPHDTgMDofDraJkiytB2wKBY8Dg56L44YDDMRT0C1GyxdUgPTM7+zS+eOLf9uWJNxcUherkiCtB2FdnFZUfwND2/4eVEddVDu1ur227nuYjkci/Eor6WQyzvqLnIf6BdWgNh8NviLIjrsagVOgRfb/f345mO3Bc8mNqPW5pjxF7BKrcFH6Ncqb+LhIZ7VYRfZcbAP4PDzq35gIwVpkAAAAASUVORK5CYII=')
}

.post-item-attr-table .attr-value {
  width: 40%;
  text-align: right;
  font-size: 17px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  color: #000
}

.post-item-attr-table tr:not(:last-child) td {
  padding-bottom: 20px
}

.post-item-button-box .button-style {
  width: 100%;
  display: block;
  text-align: center
}

.single-price-read-more {
  margin-top: 14px;
  text-align: center;
  display: none;
}

.single-price-read-more a {
  display: inline-block;
  color: #131313;
  border-bottom: 1px solid #131313
}

.single-price-read-more a:hover {
  color: #e37f0a;
  border-color: #e37f0a
}

.main-example {
  background-image: url(/dinterera/img/primer_proekt.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left center
}

.main-example-box {
  width: calc(50% - 30px);
  margin-left: auto;
  padding: 30px 0
}

.our-price-list h2 {
  margin-bottom: 30px
}

.main-plain-part-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.main-plain-part-item>h3 {
  width: 100%
}

.main-plain-part-item-ingener h3 {
  text-align: center
}

.main-plain-part-item-ingener h2 {
  margin-top: 30px;
  text-align: center;
  width: 100%
}

.main-plain-part-item-col-3 {
  width: calc((100% - 40px)/3)
}

.main-plain-part-content {
  display: flex;
  flex-flow: wrap
}

.main-plain-part-list {
  width: 350px;
  padding-left: 20px
}

.main-plain-part-list li {
  margin-bottom: 5px
}

.main-plain-part-list li a {
  display: inline-block;
  border-bottom: 1px dashed #e37f0a;
  color: #e37f0a;
  transition: all .45s ease-in-out
}

.main-plain-part-list li a:not(.is-active):hover {
  border-color: transparent
}

.main-plain-part-list li a.is-active {
  color: #000;
  border-color: #000
}

.main-plain-part-item-image {
  width: calc(100% - 350px);
  position: relative;
  height: 500px
}

.main-plain-part-item-col-3 .main-plain-part-item-image,
.main-plain-part-item-col-3 .main-plain-part-list {
  width: 100%
}

.main-plain-part-item-col-3 .main-plain-part-item-image {
  height: 250px
}

.main-plain-part-item-col-3 .main-plain-part-list {
  padding-left: 40px
}

.main-plain-part-item-col-3 .main-plain-part-item-button {
  width: 100%;
  text-align: center
}

.main-plain-part-item-image a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all .45s ease-in-out;
  position: absolute;
  top: 0;
  left: 0
}

.main-plain-part-item-image a.is-active {
  opacity: 1;
  z-index: 1
}

.main-plain-part-item-image a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto
}

.main-plain-part-item-col-3 .main-plain-part-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover
}

.main-visual-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 15px 0 10px
}

.main-visual-item {
  margin-bottom: 20px
}

.main-visual-item-big {
  width: calc(50% - 10px);
  height: 700px
}

.main-visual-item-little {
  width: calc((100% - 60px)/4);
  height: 350px
}

.main-visual-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover
}

.about-videos-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  border: 1px solid #eaebea;
  border-top: none
}

.about-videos-list .about-video {
  width: calc((100% - 40px)/3);
  border: none;
  padding: 0;
  background-color: #131313
}

.about-videos-list .about-video .about-poster {
  height: 200px;
  min-height: 0px;
  opacity: .5;
  display: block
}

.project-single-top {
  border-radius: 2px;
  border: 1px solid #eaebea;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.project-single-gallery-box {
  width: calc(100% - 380px);
  padding-right: 20px;
  border-right: 1px solid #eaebea;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px
}

.project-single-gallery {
  width: 100%;
  height: 450px;
  margin-bottom: 15px
}

.project-single-gallery a {
  display: block
}

.project-single-gallery a img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center
}

.project-single-thumbs {
  margin: 0 -7.5px -7.5px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch
}

.project-single-thumbs .slider-arrows {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  overflow: hidden
}

.project-single-thumbs .slider-arrows:after {
  line-height: 40px;
  position: static;
  display: block;
  height: 40px;
  width: 45px
}

.project-single-thumbs .slider-arrows.prev {
  left: 10px
}

.project-single-thumbs .slider-arrows.next {
  right: 10px
}

.project-single-thumbs .project-single-thumb-box {
  display: block;
  width: calc((100% - 37.5px)/5);
  display: block;
  margin: 0 7.5px 7.5px 0;
  border: 1px solid #eaebea;
  opacity: .5
}

.project-single-thumbs .project-single-thumb-box:not(.active):hover {
  opacity: .75
}

.project-single-thumbs .project-single-thumb-box.active {
  opacity: 1
}

.project-single-thumbs .project-single-thumb-box img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  display: block
}

.project-single-info {
  width: 380px;
  padding: 20px
}

.project-single-info-price {
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 28px;
  margin-bottom: 20px
}

.project-single-features-box {
  margin-top: 30px
}

.project-single-features-box:not(:last-of-type) {
  border-bottom: 1px solid #eaebea;
  padding-bottom: 20px
}

.project-single-features-title {
  font-size: 20px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #1b1b1b;
  margin-bottom: 20px
}

.project-single-features-title+.btn {
  text-align: center;
  border: 1px solid #e37f0a
}

.project-single-features-title+.btn:after {
  content: none
}

.project-single-features-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -25px
}

.project-single-feature-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-bottom: 25px;
  width: calc(50% - 20px);
  padding-top: 50px
}

.project-single-feature-item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: left center;
  -webkit-mask-position: left center
}

.project-single-feature-item-area:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ianBnMTA5Z2x1YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjanBnMTA5Z2x1YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTcxNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMjg1IDE5LjYxMmMuOTUyLjk1Mi45NTIgMi41IDAgMy40NTJsLS4wMDQuMDA1LTEuNjcgMS42NWMtLjE5MS4xODctLjQ0LjI4MS0uNjg3LjI4MS0uMjUyIDAtLjUwNC0uMDk3LS42OTUtLjI5LS4zNzktLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4MWwuOTc3LS45NjZINi41NDNjLTIuMTU0IDAtMy45MDYtMS43NTItMy45MDYtMy45MDZWMi43NjFsLS45NzUuOTYyYy0uMzg0LjM3OC0xLjAwMi4zNzQtMS4zOC0uMDEtLjM4LS4zODQtLjM3NS0xLjAwMi4wMDktMS4zOEwxLjk0LjcwNGMuOTQ5LS45MzcgMi40OTMtLjkzNyAzLjQ0MyAwbDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1ek0yMi4wNyAwSDkuNDI0Yy0uNTQgMC0uOTc5LjQ0LS45NzcuOTguMDAyLjUzOC40MzkuOTczLjk3Ny45NzNIMjIuMDdjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YxMi42OTVjMCAuNTM4LjQzNS45NzUuOTczLjk3Ny41NC4wMDEuOTgtLjQzNi45OC0uOTc3VjIuOTNDMjUgMS4zMTIgMjMuNjg4IDAgMjIuMDcgMHptLTcuNzE1IDE2Ljc0M2MuNTQgMCAuOTc3LS40MzcuOTc3LS45NzdWMTEuNDJjMC0xLjQ4MS0xLjIwNS0yLjY4Ni0yLjY4Ni0yLjY4Ni0uNjQ4IDAtMS4yNDQuMjMxLTEuNzA5LjYxNi0uNDY0LS4zODUtMS4wNi0uNjE2LTEuNzA4LS42MTYtLjM3MyAwLS43MjguMDc3LTEuMDUuMjE0LS4xNzUtLjE1OS0uNDA1LS4yNTctLjY2LS4yNTctLjUzOSAwLS45NzYuNDM4LS45NzYuOTc3djYuMTAzYzAgLjU0LjQzNy45NzcuOTc3Ljk3Ny41MzkgMCAuOTc2LS40MzcuOTc2LS45NzdWMTEuNDJjMC0uNDA0LjMyOS0uNzMzLjczMy0uNzMzLjQwMyAwIC43MzIuMzI5LjczMi43MzN2NC4zNTFjMCAuNTQuNDM3Ljk3Ny45NzYuOTc3LjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc3VjExLjQyYzAtLjQwNC4zMjktLjczMy43MzItLjczMy40MDQgMCAuNzMzLjMyOS43MzMuNzMzdjQuMzQ2YzAgLjU0LjQzNy45NzcuOTc2Ljk3N3ptNC40MzItMTEuNDdsLS4wMTYuMDAxaC0uMDE1Yy0xLjI0MiAwLTIuMjUyIDEuMDExLTIuMjUyIDIuMjU0IDAgLjU0LjQzNy45NzcuOTc2Ljk3Ny41NCAwIC45NzctLjQzNy45NzctLjk3NyAwLS4xNjMuMTM3LS4zMDEuMy0uMzAxbC4wMTUtLjAwMWguMDE1Yy4xNTUgMCAuMjg3LjEyOC4yOTguMjgyLS4wMi4wNzItLjE2OS41MTQtMS4xMDUgMS41NDQtLjU4LjYzOC0xLjE1IDEuMTU3LTEuMTU2IDEuMTYyLS4yOTkuMjcyLS40LjY5OS0uMjU0IDEuMDc1LjE0NS4zNzcuNTA3LjYyNS45MS42MjVoMi42MzdjLjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc3LS45NzdoLS4zMzZjLjg2Ny0xLjAyIDEuMjU4LTEuNzggMS4yNTgtMi40MzMgMC0xLjI0My0xLjAxLTIuMjU1LTIuMjUyLTIuMjU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzNDEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0ianBnMTA5Z2x1YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjanBnMTA5Z2x1YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTcxNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjQuMjg1IDE5LjYxMmMuOTUyLjk1Mi45NTIgMi41IDAgMy40NTJsLS4wMDQuMDA1LTEuNjcgMS42NWMtLjE5MS4xODctLjQ0LjI4MS0uNjg3LjI4MS0uMjUyIDAtLjUwNC0uMDk3LS42OTUtLjI5LS4zNzktLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4MWwuOTc3LS45NjZINi41NDNjLTIuMTU0IDAtMy45MDYtMS43NTItMy45MDYtMy45MDZWMi43NjFsLS45NzUuOTYyYy0uMzg0LjM3OC0xLjAwMi4zNzQtMS4zOC0uMDEtLjM4LS4zODQtLjM3NS0xLjAwMi4wMDktMS4zOEwxLjk0LjcwNGMuOTQ5LS45MzcgMi40OTMtLjkzNyAzLjQ0MyAwbDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1ek0yMi4wNyAwSDkuNDI0Yy0uNTQgMC0uOTc5LjQ0LS45NzcuOTguMDAyLjUzOC40MzkuOTczLjk3Ny45NzNIMjIuMDdjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YxMi42OTVjMCAuNTM4LjQzNS45NzUuOTczLjk3Ny41NC4wMDEuOTgtLjQzNi45OC0uOTc3VjIuOTNDMjUgMS4zMTIgMjMuNjg4IDAgMjIuMDcgMHptLTcuNzE1IDE2Ljc0M2MuNTQgMCAuOTc3LS40MzcuOTc3LS45NzdWMTEuNDJjMC0xLjQ4MS0xLjIwNS0yLjY4Ni0yLjY4Ni0yLjY4Ni0uNjQ4IDAtMS4yNDQuMjMxLTEuNzA5LjYxNi0uNDY0LS4zODUtMS4wNi0uNjE2LTEuNzA4LS42MTYtLjM3MyAwLS43MjguMDc3LTEuMDUuMjE0LS4xNzUtLjE1OS0uNDA1LS4yNTctLjY2LS4yNTctLjUzOSAwLS45NzYuNDM4LS45NzYuOTc3djYuMTAzYzAgLjU0LjQzNy45NzcuOTc3Ljk3Ny41MzkgMCAuOTc2LS40MzcuOTc2LS45NzdWMTEuNDJjMC0uNDA0LjMyOS0uNzMzLjczMy0uNzMzLjQwMyAwIC43MzIuMzI5LjczMi43MzN2NC4zNTFjMCAuNTQuNDM3Ljk3Ny45NzYuOTc3LjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc3VjExLjQyYzAtLjQwNC4zMjktLjczMy43MzItLjczMy40MDQgMCAuNzMzLjMyOS43MzMuNzMzdjQuMzQ2YzAgLjU0LjQzNy45NzcuOTc2Ljk3N3ptNC40MzItMTEuNDdsLS4wMTYuMDAxaC0uMDE1Yy0xLjI0MiAwLTIuMjUyIDEuMDExLTIuMjUyIDIuMjU0IDAgLjU0LjQzNy45NzcuOTc2Ljk3Ny41NCAwIC45NzctLjQzNy45NzctLjk3NyAwLS4xNjMuMTM3LS4zMDEuMy0uMzAxbC4wMTUtLjAwMWguMDE1Yy4xNTUgMCAuMjg3LjEyOC4yOTguMjgyLS4wMi4wNzItLjE2OS41MTQtMS4xMDUgMS41NDQtLjU4LjYzOC0xLjE1IDEuMTU3LTEuMTU2IDEuMTYyLS4yOTkuMjcyLS40LjY5OS0uMjU0IDEuMDc1LjE0NS4zNzcuNTA3LjYyNS45MS42MjVoMi42MzdjLjU0IDAgLjk3Ny0uNDM3Ljk3Ny0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc3LS45NzdoLS4zMzZjLjg2Ny0xLjAyIDEuMjU4LTEuNzggMS4yNTgtMi40MzMgMC0xLjI0My0xLjAxLTIuMjU1LTIuMjUyLTIuMjU1eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzNDEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K')
}

.project-single-feature-item-rooms:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idW5paHR6czB3YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjdW5paHR6czB3YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTgwNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUgMy45MDZ2OC4zMDFjMCAyLjE1NC0xLjc1MiAzLjkwNi0zLjkwNiAzLjkwNmgtLjE5NmMtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzYgMC0uNTQuNDM3LS45NzcuOTc2LS45NzdoLjE5NmMxLjA3NyAwIDEuOTUzLS44NzYgMS45NTMtMS45NTNWNy45NTloLTIuNTg4di40ODhjMCAuNTQtLjQzNy45NzctLjk3Ny45NzctLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45Nzd2LTIuOTNjMC0uNTM5LjQzNy0uOTc2Ljk3Ni0uOTc2LjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YuNDg4aDIuNTg4di0yLjFjMC0xLjA3Ny0uODc2LTEuOTUzLTEuOTUzLTEuOTUzSDE0LjE2djQuMDUzaC40ODhjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3NiAwIC41NC0uNDM3Ljk3Ny0uOTc3Ljk3N2gtMi45M2MtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzcgMC0uNTM5LjQzNy0uOTc2Ljk3Ny0uOTc2aC40ODhWMS45NTNIOS41MjFjLS41MzkgMC0uOTc2LS40MzctLjk3Ni0uOTc2IDAtLjU0LjQzNy0uOTc3Ljk3Ni0uOTc3aDExLjU3M0MyMy4yNDggMCAyNSAxLjc1MiAyNSAzLjkwNnpNMTUuOTY3IDE0LjE2SDE0LjE2di0xLjg1NWMwLS41NC0uNDM3LS45NzctLjk3Ni0uOTc3LS41NCAwLS45NzcuNDM3LS45NzcuOTc3djkuNzY1YzAgLjUzOS0uNDM4Ljk3Ny0uOTc3Ljk3N0g5LjYyYy0uNTQgMC0uOTc3LjQzNy0uOTc3Ljk3NiAwIC41NC40MzcuOTc3Ljk3Ni45NzdoMS42MTFjMS42MTYgMCAyLjkzLTEuMzE0IDIuOTMtMi45M3YtNS45NTdoMS44MDdjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc2LS45Nzd6bS03LjEzLTIuMzQ0YzAtLjUzOS0uNDM2LS45NzYtLjk3Ni0uOTc2cy0uOTc2LjQzNy0uOTc2Ljk3NnYuNTM4SDEuOTUzVjMuOTA2YzAtMS4wNzcuODc2LTEuOTUzIDEuOTUzLTEuOTUzaC43MzNjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2QzUuNjE1LjQzNyA1LjE3OCAwIDQuNjQgMGgtLjczM0MxLjc1MiAwIDAgMS43NTIgMCAzLjkwNnYxNy4xODhDMCAyMy4yNDggMS43NTIgMjUgMy45MDYgMjVoLjc4MWMuNTQgMCAuOTc3LS40MzcuOTc3LS45NzcgMC0uNTM5LS40MzctLjk3Ni0uOTc2LS45NzZoLS43ODJjLTEuMDc3IDAtMS45NTMtLjg3Ni0xLjk1My0xLjk1M3YtNi43ODdoNC45MzJ2LjQ0YzAgLjUzOC40MzcuOTc2Ljk3Ni45NzYuNTQgMCAuOTc3LS40MzguOTc3LS45Nzd2LTIuOTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMzAwIDE5NCkgdHJhbnNsYXRlKDQwIDQzMSkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0idW5paHR6czB3YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjdW5paHR6czB3YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTgwNikiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjUgMy45MDZ2OC4zMDFjMCAyLjE1NC0xLjc1MiAzLjkwNi0zLjkwNiAzLjkwNmgtLjE5NmMtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzYgMC0uNTQuNDM3LS45NzcuOTc2LS45NzdoLjE5NmMxLjA3NyAwIDEuOTUzLS44NzYgMS45NTMtMS45NTNWNy45NTloLTIuNTg4di40ODhjMCAuNTQtLjQzNy45NzctLjk3Ny45NzctLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45Nzd2LTIuOTNjMC0uNTM5LjQzNy0uOTc2Ljk3Ni0uOTc2LjU0IDAgLjk3Ny40MzcuOTc3Ljk3N3YuNDg4aDIuNTg4di0yLjFjMC0xLjA3Ny0uODc2LTEuOTUzLTEuOTUzLTEuOTUzSDE0LjE2djQuMDUzaC40ODhjLjU0IDAgLjk3Ny40MzcuOTc3Ljk3NiAwIC41NC0uNDM3Ljk3Ny0uOTc3Ljk3N2gtMi45M2MtLjUzOSAwLS45NzYtLjQzNy0uOTc2LS45NzcgMC0uNTM5LjQzNy0uOTc2Ljk3Ny0uOTc2aC40ODhWMS45NTNIOS41MjFjLS41MzkgMC0uOTc2LS40MzctLjk3Ni0uOTc2IDAtLjU0LjQzNy0uOTc3Ljk3Ni0uOTc3aDExLjU3M0MyMy4yNDggMCAyNSAxLjc1MiAyNSAzLjkwNnpNMTUuOTY3IDE0LjE2SDE0LjE2di0xLjg1NWMwLS41NC0uNDM3LS45NzctLjk3Ni0uOTc3LS41NCAwLS45NzcuNDM3LS45NzcuOTc3djkuNzY1YzAgLjUzOS0uNDM4Ljk3Ny0uOTc3Ljk3N0g5LjYyYy0uNTQgMC0uOTc3LjQzNy0uOTc3Ljk3NiAwIC41NC40MzcuOTc3Ljk3Ni45NzdoMS42MTFjMS42MTYgMCAyLjkzLTEuMzE0IDIuOTMtMi45M3YtNS45NTdoMS44MDdjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2IDAtLjU0LS40MzctLjk3Ny0uOTc2LS45Nzd6bS03LjEzLTIuMzQ0YzAtLjUzOS0uNDM2LS45NzYtLjk3Ni0uOTc2cy0uOTc2LjQzNy0uOTc2Ljk3NnYuNTM4SDEuOTUzVjMuOTA2YzAtMS4wNzcuODc2LTEuOTUzIDEuOTUzLTEuOTUzaC43MzNjLjU0IDAgLjk3Ni0uNDM3Ljk3Ni0uOTc2QzUuNjE1LjQzNyA1LjE3OCAwIDQuNjQgMGgtLjczM0MxLjc1MiAwIDAgMS43NTIgMCAzLjkwNnYxNy4xODhDMCAyMy4yNDggMS43NTIgMjUgMy45MDYgMjVoLjc4MWMuNTQgMCAuOTc3LS40MzcuOTc3LS45NzcgMC0uNTM5LS40MzctLjk3Ni0uOTc2LS45NzZoLS43ODJjLTEuMDc3IDAtMS45NTMtLjg3Ni0xLjk1My0xLjk1M3YtNi43ODdoNC45MzJ2LjQ0YzAgLjUzOC40MzcuOTc2Ljk3Ni45NzYuNTQgMCAuOTc3LS40MzguOTc3LS45Nzd2LTIuOTN6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMzAwIDE5NCkgdHJhbnNsYXRlKDQwIDQzMSkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=')
}

.project-single-feature-item-floors:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI4IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYWd3cXhiY256YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjYWd3cXhiY256YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTc2MSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4zODQuNzA1bDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1Yy45NTIuOTUyLjk1MiAyLjUgMCAzLjQ1MmwtLjAwNC4wMDUtMS42NyAxLjY1Yy0uMTkxLjE4Ny0uNDQuMjgxLS42ODcuMjgxLS4yNTIgMC0uNTA0LS4wOTctLjY5NS0uMjktLjM3OS0uMzg0LS4zNzUtMS4wMDIuMDA5LTEuMzgxbC45NzctLjk2Nkg2LjU0M2MtMi4xNTQgMC0zLjkwNi0xLjc1Mi0zLjkwNi0zLjkwNlYyLjc2MWwtLjk3NS45NjJjLS4zODQuMzc4LTEuMDAyLjM3NC0xLjM4LS4wMS0uMzgtLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4TDEuOTQuNzA0Yy45NDktLjkzNyAyLjQ5My0uOTM3IDMuNDQzIDB6bTcuNTUuMDQ2YzEuMTEtLjk5OCAyLjc5LTEuMDAyIDMuOTA1LS4wMDlsLjA0LjAzOCAxMC4yNjggMTAuMjQ4Yy4zODIuMzgxLjM4MyAxIC4wMDEgMS4zODEtLjE5LjE5MS0uNDQuMjg3LS42OS4yODctLjI1IDAtLjUtLjA5NS0uNjktLjI4NmwtLjc3Ni0uNzczdjMuNDU3Yy4wMDcgMS40NzItMS45NTMgMS40NzItMS45NTMgMFY5LjcxN2wuMDAyLS4wMjgtNy41MTgtNy41MDNjLS4zNjUtLjMxLS45MDEtLjMxLTEuMjY2LjAwMUw4LjY3MyA3Ljg2M2MtLjM3OS4zODUtLjk5Ny4zOS0xLjM4MS4wMTEtLjM4NS0uMzc4LS4zOS0uOTk2LS4wMTItMS4zOEwxMi44OS43OTFsLjA0NC0uMDQxek0xNy4yIDEzYy42NjMgMCAxLjIuNTM3IDEuMiAxLjIgMCAuNjYzLS41MzcgMS4yLTEuMiAxLjItLjY2MyAwLTEuMi0uNTM3LTEuMi0xLjIgMC0uNjYzLjUzNy0xLjIgMS4yLTEuMnptLTQgMGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bTQtNGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bS00IDBjLjY2MyAwIDEuMi41MzcgMS4yIDEuMiAwIC42NjMtLjUzNyAxLjItMS4yIDEuMi0uNjYzIDAtMS4yLS41MzctMS4yLTEuMiAwLS42NjMuNTM3LTEuMiAxLjItMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzODYpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI4IDI1Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYWd3cXhiY256YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjYWd3cXhiY256YSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MTAgLTc2MSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4zODQuNzA1bDEuNjUgMS42MjdjLjM4My4zNzkuMzg4Ljk5Ny4wMDkgMS4zODEtLjE5MS4xOTQtLjQ0My4yOS0uNjk1LjI5LS4yNDggMC0uNDk2LS4wOTMtLjY4Ni0uMjhMNC41OSAyLjY2NXYxNS43OTJjMCAxLjA3Ny44NzYgMS45NTMgMS45NTMgMS45NTNoMTUuNzcxbC0xLjA3Ni0xLjA2M2MtLjM4NC0uMzc5LS4zODgtLjk5Ny0uMDA5LTEuMzguMzc5LS4zODQuOTk3LS4zODggMS4zODEtLjAxbDEuNjcgMS42NS4wMDUuMDA1Yy45NTIuOTUyLjk1MiAyLjUgMCAzLjQ1MmwtLjAwNC4wMDUtMS42NyAxLjY1Yy0uMTkxLjE4Ny0uNDQuMjgxLS42ODcuMjgxLS4yNTIgMC0uNTA0LS4wOTctLjY5NS0uMjktLjM3OS0uMzg0LS4zNzUtMS4wMDIuMDA5LTEuMzgxbC45NzctLjk2Nkg2LjU0M2MtMi4xNTQgMC0zLjkwNi0xLjc1Mi0zLjkwNi0zLjkwNlYyLjc2MWwtLjk3NS45NjJjLS4zODQuMzc4LTEuMDAyLjM3NC0xLjM4LS4wMS0uMzgtLjM4NC0uMzc1LTEuMDAyLjAwOS0xLjM4TDEuOTQuNzA0Yy45NDktLjkzNyAyLjQ5My0uOTM3IDMuNDQzIDB6bTcuNTUuMDQ2YzEuMTEtLjk5OCAyLjc5LTEuMDAyIDMuOTA1LS4wMDlsLjA0LjAzOCAxMC4yNjggMTAuMjQ4Yy4zODIuMzgxLjM4MyAxIC4wMDEgMS4zODEtLjE5LjE5MS0uNDQuMjg3LS42OS4yODctLjI1IDAtLjUtLjA5NS0uNjktLjI4NmwtLjc3Ni0uNzczdjMuNDU3Yy4wMDcgMS40NzItMS45NTMgMS40NzItMS45NTMgMFY5LjcxN2wuMDAyLS4wMjgtNy41MTgtNy41MDNjLS4zNjUtLjMxLS45MDEtLjMxLTEuMjY2LjAwMUw4LjY3MyA3Ljg2M2MtLjM3OS4zODUtLjk5Ny4zOS0xLjM4MS4wMTEtLjM4NS0uMzc4LS4zOS0uOTk2LS4wMTItMS4zOEwxMi44OS43OTFsLjA0NC0uMDQxek0xNy4yIDEzYy42NjMgMCAxLjIuNTM3IDEuMiAxLjIgMCAuNjYzLS41MzcgMS4yLTEuMiAxLjItLjY2MyAwLTEuMi0uNTM3LTEuMi0xLjIgMC0uNjYzLjUzNy0xLjIgMS4yLTEuMnptLTQgMGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bTQtNGMuNjYzIDAgMS4yLjUzNyAxLjIgMS4yIDAgLjY2My0uNTM3IDEuMi0xLjIgMS4yLS42NjMgMC0xLjItLjUzNy0xLjItMS4yIDAtLjY2My41MzctMS4yIDEuMi0xLjJ6bS00IDBjLjY2MyAwIDEuMi41MzcgMS4yIDEuMiAwIC42NjMtLjUzNyAxLjItMS4yIDEuMi0uNjYzIDAtMS4yLS41MzctMS4yLTEuMiAwLS42NjMuNTM3LTEuMiAxLjItMS4yeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDMwMCAxOTQpIHRyYW5zbGF0ZSg0MCAzODYpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K')
}

.project-single-feature-item-gabarity:before {
  mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAYAAAA4TnrqAAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0ZOjZcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDUgNzkuMTY0NTkwLCAyMDIwLzEyLzA5LTExOjU3OjQ0ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTEwLTA3VDA5OjAyOjE0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMC0wN1QwOToxMjowNiswNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMC0wN1QwOToxMjowNiswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTE4MjEwNDMtNDZiYy0wMDQzLWIwMzMtZDBjNTRjOWY2Y2ZiIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmRiNTkwYjAtY2YzYS04ZDRhLThlNDctNzk3YzQ3NjZjODUxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2U0ZjgzNjMtMjA4Zi1iMTRkLTg1MmItZGU4ZDM5NjgwNWY1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZTRmODM2My0yMDhmLWIxNGQtODUyYi1kZThkMzk2ODA1ZjUiIHN0RXZ0OndoZW49IjIwMjEtMTAtMDdUMDk6MDI6MTQrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4xIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTE4MjEwNDMtNDZiYy0wMDQzLWIwMzMtZDBjNTRjOWY2Y2ZiIiBzdEV2dDp3aGVuPSIyMDIxLTEwLTA3VDA5OjEyOjA2KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vrvuqgAADdxJREFUeNrtnGtsI1cVx++d8TyzabVp0UIpCKF+AQRftmIrEKgSEghUxKu7KlSsQKhIVSWoENDyztPOO7GTNHEeG1q2lVohBGrFQ1BRthsh7QrRbVUWWncBbbJJ7MSJYydOEyeXc+/MHU/GM/b4Ebcua+mva7XJZOa3/3PuvWdmDkJFPqudLe9abNd6Fjv0S4sd6sZSh55a7tRfWOrUQoke/RZUxme1Tzu12qdcXutX9ld7ZZLsk8lav6H1ATpKMIIGJZKiGpLIBlOApIdhHIYxHCCZMB1FkokEyOaIoa1REUaRjVtjIslSPSKSbSaBvD5uakIgO0yY7EQx2Z0USI4Jk9wUyu5N4St7U+hJMi2eJAQJvi/uWrv2rYV2bXuhTSPwnSx2cKkEYIHU7HJQv9/PsZK92keTvcoehcRBcRnADFCpQdkAxRRgsFIAywAlMVgMWITLgMRBZTmoMYGJgmIyQRmioAQDFgNmKDeFyd40FyL7M+glcgadKA2qrWnYgKQzUO6wGDCy3KX1loalRFZ7FAClmLAUE5ZkgpINVw1waDZncVeZzuKwNm2wtkYNdxkSLGDMWeN5d+3YYO3agFFQpruYODAyg7YB2N2uF0UIwQtt+uh8q0YYrDZzNIFdA1CLAGmxU+WgQDB2awNFQ7BX6VvpAVeBkjZ38TBcG5AtYHlnHQzDtAksY4ZiPgwBEA/BUaezHGE4jgvCkLnKdFbeXYi7iwM7UQDqWqs+zkC16gBJt4DZncUdxURBMSkkHtLCnrD6j7wf3LTtdJUzDNcH88A2bDnLHoaZcD4EnWFodxYHZcGacOSsCXsYIgPUFDadRUFhBssE9pKVw5ijWo9MzlNIIMNZJiwrFFUWgsxZNBS5q0DxIIxBABbURumx3ICt9GknIByfXutVXgFgsXWqfio5lhrgI2hIAcmxjWH4PizFNsLwPSwxAbDYZoRKjG3BuDVCJcayo3wUYwAJJMQg/IxxAsYJgQlgxSAEQTiWgxEcxQSQYnuTKGF3FoXF3cWAzaKTiLS2CgutTTPzPwNIVA5XLRRzVqfprKABLA7AEiF13AvYm/0DQO7Yn0av2ZJ8HtYZ9CS62tb00FWAZEg7AMsehnlgKstZNF/RMFxyuisESbxHexA16IfMSne4wppBVxDAuWp31bwtDBc7mp4tXDpQSPpFgPUbHoaWs0IqgwXjq6iBP+CuhAEJ252VBVhNcbuzrOTeqj250qm90zkbmsuGORI9LgGwXy2ZsIycxcKQrPRoVxsZFpmGHOZwFhWCfBWeN2FxV8E66wny1ElxuavpmAWKu8uExQ4KwOJd2i/jDmfBmqq3wZ0Vs7vKgkUGb9WutuoRcNgqjNfm2/UfU1D0lwxYujkT5nPWsgmLAfvznQFwVhvMhEvLITWR6NYGSeQ2pdFhuTqr2IfCctvu2GG9FT+ezioFi4OyVvAd+TB8y8KaMpzldJcvWM51FnUW5C7UIAo4/5s/Z1UQhvl1lnogDCs46Q+CBuoJiszoAuw0PgLfv1gurKqcxWHxpUOZJ/6BReN3SD2AZccC4lJQOwLf7wW9aP7dL/iHhWP7jv1hVQm+jJO/ETQL2jVPmtTJYZ8CLdv+pgUMtmOHMxu61bPKgEVP7q+OE64HsDtB50E5l797ujQsXN3SwV7PKiMMWz1AHSawr4Cyxf4uhbU7GcC1d1ZbVbOhbssZ1QHrAnWU/LnbQReL/K1/0jzGYEUxPoR1VmE9y4+zrnUYgu8tMF661lEdsKUQKOgJjP6jnAbFSvzDfJvnrNykgL3CkcMqezZcKNNZFNB8m/EdtkBooZ2pBb5XBSzeq6J4j+oFjOao/xQ59r9A94Fu4LCYHjuCa5qz3OpZSyVgwYYapYdltN6vohW4wI0hDWWGtRbYQ1YcksvdGoPlACaD7jInkZzHMdOgrx5Yf3FYns7CtdobujuLQqIuAiAMVHZUQpmwjLZHFLQ7ruAtGNeHAjfBz1bmsK68u+gIm3ZkLjbTRY61AnqYpgI3WKVX8Li62dBrUUphcVBbIxLajEhsBOHsiCxsRmScGgqAK9QWWFW/WAmw5W4DlAntdnN54HWM10Bfcl3Zl4BFKg5D93rW805QCbiQTFhC22OSBYsqE1GErYgkZiIySg1JKNmn0PuIb1/q8heS6REZO4DJEJKnXRacTn0PJFYCq8rZsKCeZcGiyXwZcsjGkGwBsgShlxnRhHSEOQulISxTg7K41i8DMOkYDckKctgJCMmXPX5+H/QPc62leu4ZfcCqZT3rnDVLhVSWm+xuMiQzWAAKrUcUvDGi4PWIigGUlOyXm1IDEoJwbCkDGF0enAL9rcjPUljfLLnBPjxnudazzs236ixHbUBo0WRuB5UxHAUhBEk9oqIkfF+NaHhlQBNWehVptVeWARqtCCAz+foB9hkzYXv9zFXQd+GYN1cNq8b1rOeSfTSklAOOWgmqmDoqMwKJPkJBQX6KMFAoAcsIcKGY6FFEgCXC7wcAGM8pfoDR0N/z+H+LoHuyoyL2VbrxPRvWpp71HDmD0M6EiDbDzhyl0qTOQK3BdwoLHIXi3QoCSJgKQGkgNdknCQAMlwHMK/R+BI5q9rt/3IkKeCeKRfLb23A96lkMFhwAZj+R5axNZ+hRR4UtR4EUpvVBBcNs2ASwmm3OQhUAoy67bOax8oqC4CqAJZNpSa1HPesvFBTX9iMihJ3GknkKRHMUc1S/dgAU19ogJPk+mQJzm9pbfOzx+Mr8gUoqE6azmsm0otWjnnXODosBG5fRGncUB9WtFIBisPpVAUApNAw9LuiUD1jblZZxAFYgFxVb6lXPKoBFw5JCorASA2qBo+jMCQtRpmRYo3lLtuUrLtGc9Z7xGYrt5YLanRDxblRQSPR43epZzzthUaXGVCOZ93BACoPDSixd+RM2YEluIXhPqcJdLQqIh3jf0LWeVQiLJvxZzBy0bDrI62QprLW+Ald9uEgJuqbA/MKqVT3rfEEYziK2zlpo132dcDIPi25LvmYuKosBuVQrYH7u7tSynlUI6+cIxcuAZdPHQK+U2OudLmOl/8bB8qhnnS+cDQVa6BPKgEQddRJ0wYTidvGvg75e5jpsoDZhWLt6VgGsjeEADUMxEVKxT1ifA6WKXPQC6PugmypYuA5UA6vW9aw5Oyg4MEqHA9RZAZ+g7jD3el4X+1/Q3UV+vypghzwbFj6f5YRFZ0HIWVIJZwlm/kmVuNCHi9WjqgVW9+eznLDmW5toGKoAq1jeOgF6ocjFvWyu3v3mvoqA1f35LCcsOgtCGDbBYlT0uK93r48brvdXsH0pG1jdn89yhRVUW2Cb4xY+nzRrTsVuLtAboEcr3O+VBcyHs16t6fNZ7s7SjkEYHnW46xNmMs8VuV315Ro84+AbWElYM+iPTmfB3vffFT+f5QYrMaTr8W7lfYluVU90K9i8w7JV5OQ3aeHOfCzJN5h0JICrAHa29IsD4mf3C9/febBmCZ6v3Fe7tXcDqPcmQgp9mOwbJW6p3+1SeSjQRjiA02EJFBAyESmwOaILVThs0dez8DPo0+CmX8P4O9Dpkr9Q7PksL1isEhm9RVwb0LVk9CgFEfU46e8wl4RlDBdfEtjWmIa3I66TRznA6F2p2w7lqd1iz2cVg+WiCcdjP/QhjebFw33yzwls2dw1oEOD5fV8VpmwOLAts8JQr4dwObA/gD7kdzasHJbH81kVwKL6gcterx7APu62ziKP33g0NyWc2ZvGS3tT6KXcjHiqJmFYA2e9kZLdYO1G8TMHX/uFWW8aPVQRrPXQjUdd3zfs0i40+lsUZPqGll3bG/g565VfDMsE4YcVHZS2KyisZ+mLDQ/rbMsNEIL7dmftMSH+5v1Pyj4ogLrirGdRdyU69dsbHRjAeoK1KpjMtyqgztrPtypoLQ9Whz7trGexVgVB/QJ/1a5h3TVzc/PuFD7P2xTkXN6+h4Vph+8DLnXodznrWfxl8nhQG2p4YE+97QgAO2fPWQX7wll0n8+DnRTBVZdd2quwl8oB2IVET2OHJHnsWBOE4XPOVgW2TfQW+QV6h78lRFD/vL2exfs6GI0wFOOF8pC2mAhpF+Ld6hzVSo+hVVDSkjyX7DPVzyXNpQZkEIyDfJTmNqiGDcG+0NJmhCowt2WNgbnsmEOPiJZeB+2MB0B0xHO7UREE4ySMk5gJQM1Bcv+71QTDDEVH1SHoPxw79SmvjiFx2wvl9D1p2EQT2EyTFaoeKtmlD429W4i9eY9HL5qCpj229iqjgYLmPdu2Lkfb4/kWK7xjyC7rR5PvRWN0DUHErU2BCesF/1aNHpcA1J/sYWg1weg60ASDvVROYXFgqxYwZ5cj6QCwgk5HtLWKoyVUukR7FXsvmqytvcr2OC7ocrTj6HLkzFkHnDWDNsqLbfa2PXXYwW4h+VYFHJRqgOpxustw1puxf1a+Hw1fPhTUs9KVbYMgh0EIXi5wFgtBE1jIAJXolhksHoaN0j/LpWPIpSqm3JNiIqjftRRUp8FZV5ZD6nbcaoSh5J3FXdWA/bMcOau7plMw3UtmhpuOHabI1CFoVn1PbhpfdOufxVurkLPoVvT//iFP36KDm54t0T/rgeugYDG6ay5GczzBO/pnAahedP2D0M6k8KiznrVn7/k3i0LXKZmbaIC071bPMmF1XqfEYT3afJOzQaKtntV2nVBBPQv/3lnPImeEn14n47ojab45NyU8DmG3BnolNyMWvZn6P6KEWGkm0s6SAAAAAElFTkSuQmCC');
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAYAAAA4TnrqAAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0ZOjZcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDUgNzkuMTY0NTkwLCAyMDIwLzEyLzA5LTExOjU3OjQ0ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTEwLTA3VDA5OjAyOjE0KzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMC0wN1QwOToxMjowNiswNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMC0wN1QwOToxMjowNiswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTE4MjEwNDMtNDZiYy0wMDQzLWIwMzMtZDBjNTRjOWY2Y2ZiIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmRiNTkwYjAtY2YzYS04ZDRhLThlNDctNzk3YzQ3NjZjODUxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6Y2U0ZjgzNjMtMjA4Zi1iMTRkLTg1MmItZGU4ZDM5NjgwNWY1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZTRmODM2My0yMDhmLWIxNGQtODUyYi1kZThkMzk2ODA1ZjUiIHN0RXZ0OndoZW49IjIwMjEtMTAtMDdUMDk6MDI6MTQrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4xIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTE4MjEwNDMtNDZiYy0wMDQzLWIwMzMtZDBjNTRjOWY2Y2ZiIiBzdEV2dDp3aGVuPSIyMDIxLTEwLTA3VDA5OjEyOjA2KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vrvuqgAADdxJREFUeNrtnGtsI1cVx++d8TyzabVp0UIpCKF+AQRftmIrEKgSEghUxKu7KlSsQKhIVSWoENDyztPOO7GTNHEeG1q2lVohBGrFQ1BRthsh7QrRbVUWWncBbbJJ7MSJYydOEyeXc+/MHU/GM/b4Ebcua+mva7XJZOa3/3PuvWdmDkJFPqudLe9abNd6Fjv0S4sd6sZSh55a7tRfWOrUQoke/RZUxme1Tzu12qdcXutX9ld7ZZLsk8lav6H1ATpKMIIGJZKiGpLIBlOApIdhHIYxHCCZMB1FkokEyOaIoa1REUaRjVtjIslSPSKSbSaBvD5uakIgO0yY7EQx2Z0USI4Jk9wUyu5N4St7U+hJMi2eJAQJvi/uWrv2rYV2bXuhTSPwnSx2cKkEYIHU7HJQv9/PsZK92keTvcoehcRBcRnADFCpQdkAxRRgsFIAywAlMVgMWITLgMRBZTmoMYGJgmIyQRmioAQDFgNmKDeFyd40FyL7M+glcgadKA2qrWnYgKQzUO6wGDCy3KX1loalRFZ7FAClmLAUE5ZkgpINVw1waDZncVeZzuKwNm2wtkYNdxkSLGDMWeN5d+3YYO3agFFQpruYODAyg7YB2N2uF0UIwQtt+uh8q0YYrDZzNIFdA1CLAGmxU+WgQDB2awNFQ7BX6VvpAVeBkjZ38TBcG5AtYHlnHQzDtAksY4ZiPgwBEA/BUaezHGE4jgvCkLnKdFbeXYi7iwM7UQDqWqs+zkC16gBJt4DZncUdxURBMSkkHtLCnrD6j7wf3LTtdJUzDNcH88A2bDnLHoaZcD4EnWFodxYHZcGacOSsCXsYIgPUFDadRUFhBssE9pKVw5ijWo9MzlNIIMNZJiwrFFUWgsxZNBS5q0DxIIxBABbURumx3ICt9GknIByfXutVXgFgsXWqfio5lhrgI2hIAcmxjWH4PizFNsLwPSwxAbDYZoRKjG3BuDVCJcayo3wUYwAJJMQg/IxxAsYJgQlgxSAEQTiWgxEcxQSQYnuTKGF3FoXF3cWAzaKTiLS2CgutTTPzPwNIVA5XLRRzVqfprKABLA7AEiF13AvYm/0DQO7Yn0av2ZJ8HtYZ9CS62tb00FWAZEg7AMsehnlgKstZNF/RMFxyuisESbxHexA16IfMSne4wppBVxDAuWp31bwtDBc7mp4tXDpQSPpFgPUbHoaWs0IqgwXjq6iBP+CuhAEJ252VBVhNcbuzrOTeqj250qm90zkbmsuGORI9LgGwXy2ZsIycxcKQrPRoVxsZFpmGHOZwFhWCfBWeN2FxV8E66wny1ElxuavpmAWKu8uExQ4KwOJd2i/jDmfBmqq3wZ0Vs7vKgkUGb9WutuoRcNgqjNfm2/UfU1D0lwxYujkT5nPWsgmLAfvznQFwVhvMhEvLITWR6NYGSeQ2pdFhuTqr2IfCctvu2GG9FT+ezioFi4OyVvAd+TB8y8KaMpzldJcvWM51FnUW5C7UIAo4/5s/Z1UQhvl1lnogDCs46Q+CBuoJiszoAuw0PgLfv1gurKqcxWHxpUOZJ/6BReN3SD2AZccC4lJQOwLf7wW9aP7dL/iHhWP7jv1hVQm+jJO/ETQL2jVPmtTJYZ8CLdv+pgUMtmOHMxu61bPKgEVP7q+OE64HsDtB50E5l797ujQsXN3SwV7PKiMMWz1AHSawr4Cyxf4uhbU7GcC1d1ZbVbOhbssZ1QHrAnWU/LnbQReL/K1/0jzGYEUxPoR1VmE9y4+zrnUYgu8tMF661lEdsKUQKOgJjP6jnAbFSvzDfJvnrNykgL3CkcMqezZcKNNZFNB8m/EdtkBooZ2pBb5XBSzeq6J4j+oFjOao/xQ59r9A94Fu4LCYHjuCa5qz3OpZSyVgwYYapYdltN6vohW4wI0hDWWGtRbYQ1YcksvdGoPlACaD7jInkZzHMdOgrx5Yf3FYns7CtdobujuLQqIuAiAMVHZUQpmwjLZHFLQ7ruAtGNeHAjfBz1bmsK68u+gIm3ZkLjbTRY61AnqYpgI3WKVX8Li62dBrUUphcVBbIxLajEhsBOHsiCxsRmScGgqAK9QWWFW/WAmw5W4DlAntdnN54HWM10Bfcl3Zl4BFKg5D93rW805QCbiQTFhC22OSBYsqE1GErYgkZiIySg1JKNmn0PuIb1/q8heS6REZO4DJEJKnXRacTn0PJFYCq8rZsKCeZcGiyXwZcsjGkGwBsgShlxnRhHSEOQulISxTg7K41i8DMOkYDckKctgJCMmXPX5+H/QPc62leu4ZfcCqZT3rnDVLhVSWm+xuMiQzWAAKrUcUvDGi4PWIigGUlOyXm1IDEoJwbCkDGF0enAL9rcjPUljfLLnBPjxnudazzs236ixHbUBo0WRuB5UxHAUhBEk9oqIkfF+NaHhlQBNWehVptVeWARqtCCAz+foB9hkzYXv9zFXQd+GYN1cNq8b1rOeSfTSklAOOWgmqmDoqMwKJPkJBQX6KMFAoAcsIcKGY6FFEgCXC7wcAGM8pfoDR0N/z+H+LoHuyoyL2VbrxPRvWpp71HDmD0M6EiDbDzhyl0qTOQK3BdwoLHIXi3QoCSJgKQGkgNdknCQAMlwHMK/R+BI5q9rt/3IkKeCeKRfLb23A96lkMFhwAZj+R5axNZ+hRR4UtR4EUpvVBBcNs2ASwmm3OQhUAoy67bOax8oqC4CqAJZNpSa1HPesvFBTX9iMihJ3GknkKRHMUc1S/dgAU19ogJPk+mQJzm9pbfOzx+Mr8gUoqE6azmsm0otWjnnXODosBG5fRGncUB9WtFIBisPpVAUApNAw9LuiUD1jblZZxAFYgFxVb6lXPKoBFw5JCorASA2qBo+jMCQtRpmRYo3lLtuUrLtGc9Z7xGYrt5YLanRDxblRQSPR43epZzzthUaXGVCOZ93BACoPDSixd+RM2YEluIXhPqcJdLQqIh3jf0LWeVQiLJvxZzBy0bDrI62QprLW+Ald9uEgJuqbA/MKqVT3rfEEYziK2zlpo132dcDIPi25LvmYuKosBuVQrYH7u7tSynlUI6+cIxcuAZdPHQK+U2OudLmOl/8bB8qhnnS+cDQVa6BPKgEQddRJ0wYTidvGvg75e5jpsoDZhWLt6VgGsjeEADUMxEVKxT1ifA6WKXPQC6PugmypYuA5UA6vW9aw5Oyg4MEqHA9RZAZ+g7jD3el4X+1/Q3UV+vypghzwbFj6f5YRFZ0HIWVIJZwlm/kmVuNCHi9WjqgVW9+eznLDmW5toGKoAq1jeOgF6ocjFvWyu3v3mvoqA1f35LCcsOgtCGDbBYlT0uK93r48brvdXsH0pG1jdn89yhRVUW2Cb4xY+nzRrTsVuLtAboEcr3O+VBcyHs16t6fNZ7s7SjkEYHnW46xNmMs8VuV315Ro84+AbWElYM+iPTmfB3vffFT+f5QYrMaTr8W7lfYluVU90K9i8w7JV5OQ3aeHOfCzJN5h0JICrAHa29IsD4mf3C9/febBmCZ6v3Fe7tXcDqPcmQgp9mOwbJW6p3+1SeSjQRjiA02EJFBAyESmwOaILVThs0dez8DPo0+CmX8P4O9Dpkr9Q7PksL1isEhm9RVwb0LVk9CgFEfU46e8wl4RlDBdfEtjWmIa3I66TRznA6F2p2w7lqd1iz2cVg+WiCcdjP/QhjebFw33yzwls2dw1oEOD5fV8VpmwOLAts8JQr4dwObA/gD7kdzasHJbH81kVwKL6gcterx7APu62ziKP33g0NyWc2ZvGS3tT6KXcjHiqJmFYA2e9kZLdYO1G8TMHX/uFWW8aPVQRrPXQjUdd3zfs0i40+lsUZPqGll3bG/g565VfDMsE4YcVHZS2KyisZ+mLDQ/rbMsNEIL7dmftMSH+5v1Pyj4ogLrirGdRdyU69dsbHRjAeoK1KpjMtyqgztrPtypoLQ9Whz7trGexVgVB/QJ/1a5h3TVzc/PuFD7P2xTkXN6+h4Vph+8DLnXodznrWfxl8nhQG2p4YE+97QgAO2fPWQX7wll0n8+DnRTBVZdd2quwl8oB2IVET2OHJHnsWBOE4XPOVgW2TfQW+QV6h78lRFD/vL2exfs6GI0wFOOF8pC2mAhpF+Ld6hzVSo+hVVDSkjyX7DPVzyXNpQZkEIyDfJTmNqiGDcG+0NJmhCowt2WNgbnsmEOPiJZeB+2MB0B0xHO7UREE4ySMk5gJQM1Bcv+71QTDDEVH1SHoPxw79SmvjiFx2wvl9D1p2EQT2EyTFaoeKtmlD429W4i9eY9HL5qCpj229iqjgYLmPdu2Lkfb4/kWK7xjyC7rR5PvRWN0DUHErU2BCesF/1aNHpcA1J/sYWg1weg60ASDvVROYXFgqxYwZ5cj6QCwgk5HtLWKoyVUukR7FXsvmqytvcr2OC7ocrTj6HLkzFkHnDWDNsqLbfa2PXXYwW4h+VYFHJRqgOpxustw1puxf1a+Hw1fPhTUs9KVbYMgh0EIXi5wFgtBE1jIAJXolhksHoaN0j/LpWPIpSqm3JNiIqjftRRUp8FZV5ZD6nbcaoSh5J3FXdWA/bMcOau7plMw3UtmhpuOHabI1CFoVn1PbhpfdOufxVurkLPoVvT//iFP36KDm54t0T/rgeugYDG6ay5GczzBO/pnAahedP2D0M6k8KiznrVn7/k3i0LXKZmbaIC071bPMmF1XqfEYT3afJOzQaKtntV2nVBBPQv/3lnPImeEn14n47ojab45NyU8DmG3BnolNyMWvZn6P6KEWGkm0s6SAAAAAElFTkSuQmCC')
}

.project-single-feature-item-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #1b1b1baa;
  background-color: #fff;
  position: relative;
  width: 100%
}

.project-single-feature-item-value {
  display: block;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 16px;
  color: #1b1b1b;
  background-color: #fff;
  position: relative;
  width: 100%
}

.project-single-features-labels {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -10px
}

.project-single-label-item {
  display: block;
  padding: 8px 15px 9px;
  border-radius: 2px;
  background-color: #f7f7f7;
  margin: 0 10px 10px 0;
  font-size: 16px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #000
}

.project-single-second {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 2px;
  border: 1px #eaebea solid;
  background-color: #fdfdfd;
  margin-top: 20px
}

.project-single-plus-item {
  width: calc((100% - 1px)/2);
  padding: 30px 40px 30px 70px;
  position: relative
}

.project-single-plus-item:nth-of-type(2n+1):after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  background-color: #eaebea;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%
}

.project-single-plus-item:before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center center;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -20px
}

.pspi-1:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDM4IDM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iMTc2OXdlbW9mYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjMTc2OXdlbW9mYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMCAtOTYwKSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zOCAuMDN2MjEuN2wtMTAuMDg4IDQuMDljLS4xNzUuMjk0LS4zNjUuNTgtLjU3Ljg1OEwxOSAzNy45N2wtOC4wMzUtMTAuODc3TDAgMzEuNTR2LTIxLjdsMTEuODc1LTQuODE0di0uMDAyaDEzLjgxTDM4IC4wM3pNMTkgMTIuMzdjLTIuMTc2IDAtNC4yMjEuODQ4LTUuNzYgMi4zODYtMS4zNzggMS4zNzktMi4yMTcgMy4yMDktMi4zNjMgNS4xNTMtLjE0NSAxLjk0NC40MTMgMy44NzggMS41NzIgNS40NDZMMTkgMzQuMjIzbDYuNTUxLTguODY4YzEuMTU5LTEuNTY4IDEuNzE3LTMuNTAyIDEuNTcyLTUuNDQ2LS4xNDYtMS45NDQtLjk4NS0zLjc3NC0yLjM2My01LjE1My0xLjUzOS0xLjUzOC0zLjU4NC0yLjM4Ni01Ljc2LTIuMzg2em0tNy4xMjUtNC45NDNMMi4yMjcgMTEuMzR2MTYuODk0bDcuNTE0LTMuMDQ2Yy0uODQ0LTEuNjczLTEuMjI1LTMuNTU1LTEuMDg0LTUuNDQ0LjE4NS0yLjQ3NiAxLjI1NC00LjgwNiAzLjAxLTYuNTYxLjA2OC0uMDcuMTM4LS4xMzcuMjA4LS4yMDNWNy40Mjd6TTE5IDE1LjYzNmMyLjI1IDAgNC4wODIgMS44MzEgNC4wODIgNC4wODIgMCAyLjI1LTEuODMxIDQuMDgyLTQuMDgyIDQuMDgyLTIuMjUgMC00LjA4Mi0xLjgzMS00LjA4Mi00LjA4MiAwLTIuMjUgMS44MzEtNC4wODIgNC4wODItNC4wODJ6bTE2Ljc3My0xMi4zbC05LjY0OCAzLjkxdjUuNzMzYy4wNy4wNjYuMTQuMTM0LjIwOS4yMDMgMS43NTUgMS43NTUgMi44MjQgNC4wODUgMy4wMDkgNi41Ni4wOCAxLjA4Mi0uMDEgMi4xNjEtLjI2IDMuMmw2LjY5LTIuNzEyVjMuMzM1ek0xOSAxNy44NjJjLTEuMDIzIDAtMS44NTUuODMyLTEuODU1IDEuODU1IDAgMS4wMjMuODMyIDEuODU1IDEuODU1IDEuODU1IDEuMDIzIDAgMS44NTUtLjgzMiAxLjg1NS0xLjg1NSAwLTEuMDIzLS44MzItMS44NTUtMS44NTUtMS44NTV6bTQuODk4LTEwLjYxNGgtOS43OTZ2NC4xMTljMS40ODgtLjggMy4xNi0xLjIyNCA0Ljg5OC0xLjIyNCAxLjczOCAwIDMuNDEuNDI0IDQuODk4IDEuMjI0VjcuMjQ5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDAgNzQ4KSB0cmFuc2xhdGUoNDAgMzEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDM4IDM4Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iMTc2OXdlbW9mYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjMTc2OXdlbW9mYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMCAtOTYwKSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zOCAuMDN2MjEuN2wtMTAuMDg4IDQuMDljLS4xNzUuMjk0LS4zNjUuNTgtLjU3Ljg1OEwxOSAzNy45N2wtOC4wMzUtMTAuODc3TDAgMzEuNTR2LTIxLjdsMTEuODc1LTQuODE0di0uMDAyaDEzLjgxTDM4IC4wM3pNMTkgMTIuMzdjLTIuMTc2IDAtNC4yMjEuODQ4LTUuNzYgMi4zODYtMS4zNzggMS4zNzktMi4yMTcgMy4yMDktMi4zNjMgNS4xNTMtLjE0NSAxLjk0NC40MTMgMy44NzggMS41NzIgNS40NDZMMTkgMzQuMjIzbDYuNTUxLTguODY4YzEuMTU5LTEuNTY4IDEuNzE3LTMuNTAyIDEuNTcyLTUuNDQ2LS4xNDYtMS45NDQtLjk4NS0zLjc3NC0yLjM2My01LjE1My0xLjUzOS0xLjUzOC0zLjU4NC0yLjM4Ni01Ljc2LTIuMzg2em0tNy4xMjUtNC45NDNMMi4yMjcgMTEuMzR2MTYuODk0bDcuNTE0LTMuMDQ2Yy0uODQ0LTEuNjczLTEuMjI1LTMuNTU1LTEuMDg0LTUuNDQ0LjE4NS0yLjQ3NiAxLjI1NC00LjgwNiAzLjAxLTYuNTYxLjA2OC0uMDcuMTM4LS4xMzcuMjA4LS4yMDNWNy40Mjd6TTE5IDE1LjYzNmMyLjI1IDAgNC4wODIgMS44MzEgNC4wODIgNC4wODIgMCAyLjI1LTEuODMxIDQuMDgyLTQuMDgyIDQuMDgyLTIuMjUgMC00LjA4Mi0xLjgzMS00LjA4Mi00LjA4MiAwLTIuMjUgMS44MzEtNC4wODIgNC4wODItNC4wODJ6bTE2Ljc3My0xMi4zbC05LjY0OCAzLjkxdjUuNzMzYy4wNy4wNjYuMTQuMTM0LjIwOS4yMDMgMS43NTUgMS43NTUgMi44MjQgNC4wODUgMy4wMDkgNi41Ni4wOCAxLjA4Mi0uMDEgMi4xNjEtLjI2IDMuMmw2LjY5LTIuNzEyVjMuMzM1ek0xOSAxNy44NjJjLTEuMDIzIDAtMS44NTUuODMyLTEuODU1IDEuODU1IDAgMS4wMjMuODMyIDEuODU1IDEuODU1IDEuODU1IDEuMDIzIDAgMS44NTUtLjgzMiAxLjg1NS0xLjg1NSAwLTEuMDIzLS44MzItMS44NTUtMS44NTUtMS44NTV6bTQuODk4LTEwLjYxNGgtOS43OTZ2NC4xMTljMS40ODgtLjggMy4xNi0xLjIyNCA0Ljg5OC0xLjIyNCAxLjczOCAwIDMuNDEuNDI0IDQuODk4IDEuMjI0VjcuMjQ5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE4MSkgdHJhbnNsYXRlKDAgNzQ4KSB0cmFuc2xhdGUoNDAgMzEpIi8+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K')
}

.pspi-2:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDM4IDMyIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JzZmpycHVoYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjZ3JzZmpycHVoYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcwNSAtOTYzKSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5Ljk3NS4wNDVsMy4yNzMuMDMzQzM1Ljg3My4xMDQgMzguMDA0IDIuMjYgMzggNC44ODZsLS4wMiAyMS45NTljMCAyLjUyNS0yLjA1NSA0LjU4LTQuNTggNC41OEgwVjQuNTU2aDI5Ljk3NVYuMDQ1em0wIDYuNzM4SDIuMjI3djIyLjQxNWgzMS4xNzJjMS4yOTggMCAyLjM1NC0xLjA1NiAyLjM1NC0yLjM1NFMzNC42OTcgMjQuNDkgMzMuNCAyNC40OWgtMy40MjRWNi43ODN6bS0zLjYyNyAzLjQxNXYyLjIyNkgxOC40OFYxNy4xaDMuMDQzdjIuMjI2SDEyLjMyVjE3LjFoMy45MzR2LTQuNjc2SDkuNXYxMi4zMmg0LjMwNXYtMi45NjhoMi4yMjZ2Mi45NjhoOC4wOXYtOC42MDloMi4yMjd2MTAuODM2SDcuMjczVjEwLjE5OGgxOS4wNzV6TTMyLjIgMi4yOTR2MTkuOTdIMzMuNGMuODYyIDAgMS42NjkuMjM4IDIuMzU4LjY1NGwuMDE2LTE4LjAzNWMuMDAzLTEuNDA4LTEuMTQtMi41NjUtMi41NDgtMi41NzlsLTEuMDI0LS4wMXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAxODEpIHRyYW5zbGF0ZSgwIDc0OCkgdHJhbnNsYXRlKDMzNSAzMykgdHJhbnNsYXRlKDAgMSkiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDM4IDMyIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JzZmpycHVoYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjZ3JzZmpycHVoYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcwNSAtOTYzKSI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5Ljk3NS4wNDVsMy4yNzMuMDMzQzM1Ljg3My4xMDQgMzguMDA0IDIuMjYgMzggNC44ODZsLS4wMiAyMS45NTljMCAyLjUyNS0yLjA1NSA0LjU4LTQuNTggNC41OEgwVjQuNTU2aDI5Ljk3NVYuMDQ1em0wIDYuNzM4SDIuMjI3djIyLjQxNWgzMS4xNzJjMS4yOTggMCAyLjM1NC0xLjA1NiAyLjM1NC0yLjM1NFMzNC42OTcgMjQuNDkgMzMuNCAyNC40OWgtMy40MjRWNi43ODN6bS0zLjYyNyAzLjQxNXYyLjIyNkgxOC40OFYxNy4xaDMuMDQzdjIuMjI2SDEyLjMyVjE3LjFoMy45MzR2LTQuNjc2SDkuNXYxMi4zMmg0LjMwNXYtMi45NjhoMi4yMjZ2Mi45NjhoOC4wOXYtOC42MDloMi4yMjd2MTAuODM2SDcuMjczVjEwLjE5OGgxOS4wNzV6TTMyLjIgMi4yOTR2MTkuOTdIMzMuNGMuODYyIDAgMS42NjkuMjM4IDIuMzU4LjY1NGwuMDE2LTE4LjAzNWMuMDAzLTEuNDA4LTEuMTQtMi41NjUtMi41NDgtMi41NzlsLTEuMDI0LS4wMXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAxODEpIHRyYW5zbGF0ZSgwIDc0OCkgdHJhbnNsYXRlKDMzNSAzMykgdHJhbnNsYXRlKDAgMSkiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==')
}

.pspi-3:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iNHNrdXIwbDAyYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjNHNrdXIwbDAyYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDEgLTk1OSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuMDMyIDEuMDI4YzEuMzctMS4zNyAzLjYwMS0xLjM3IDQuOTcyIDBMMzguOTcgMTIuOTk1YzEuMzcxIDEuMzcgMS4zNzEgMy42IDAgNC45NzFsLTUuMDE1IDUuMDE2djEzLjVjMCAxLjk0LTEuNTc3IDMuNTE2LTMuNTE2IDMuNTE2SDMuNTE2QzEuNTc3IDM5Ljk5OCAwIDM4LjQyMSAwIDM2LjQ4M1YxOS41NTljMC0xLjkzOCAxLjU3Ny0zLjUxNSAzLjUxNi0zLjUxNWgzLjV6bTguNDA3IDE3LjM2SDMuNTE2Yy0uNjQ3IDAtMS4xNzIuNTI1LTEuMTcyIDEuMTcxdjE2LjkyNGMwIC42NDYuNTI1IDEuMTcyIDEuMTcyIDEuMTcyaDI2LjkyM2MuNjQ2IDAgMS4xNzItLjUyNiAxLjE3Mi0xLjE3MlYxOS41NTljMC0uNjQ2LS41MjYtMS4xNzEtMS4xNzItMS4xNzF6TTkuMDUgMzEuNzY0djIuMzQzSDQuNjg3di0yLjM0M2g0LjM2em02LjczOSAwdjIuMzQzaC00LjM2di0yLjM0M2g0LjM2em02Ljc0IDB2Mi4zNDNoLTQuMzYxdi0yLjM0M2g0LjM2em02Ljc0IDB2Mi4zNDNoLTQuMzYydi0yLjM0M2g0LjM2MXptLTE2LjY2OS05LjgzdjcuMDMySDQuNjg3di03LjAzMUgxMi42em0tMi4zNDQgMi4zNDVINy4wMzF2Mi4zNDNoMy4yMjRWMjQuMjh6bTI2LjIzLTEwLjQ1NmwtMy40MTIgMy40MTJjLjU0OC42Mi44ODIgMS40MzQuODgyIDIuMzI0di4xMDhsMy4zNTgtMy4zNThjLjQ1Ny0uNDU3LjQ1Ny0xLjIgMC0xLjY1N2wtLjgyOS0uODI5ek0zMy4xNyAxMC41MWwtNS41MzUgNS41MzVoMi44MDRjLjE2MiAwIC4zMi4wMTIuNDc3LjAzM2wzLjkxMS0zLjkxMS0xLjY1Ny0xLjY1N3ptLTguNjUyLTguMTY2Yy0uMyAwLS42LjExNC0uODI5LjM0MkwxMC4zMzEgMTYuMDQ0SDI0LjMybDcuMTkyLTcuMTkzLTYuMTY2LTYuMTY2Yy0uMjI4LS4yMjgtLjUyOC0uMzQyLS44MjgtLjM0MnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAxODEpIHRyYW5zbGF0ZSgwIDc0OCkgdHJhbnNsYXRlKDYzMSAzMCkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iNHNrdXIwbDAyYSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjNHNrdXIwbDAyYSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDEgLTk1OSkiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjIuMDMyIDEuMDI4YzEuMzctMS4zNyAzLjYwMS0xLjM3IDQuOTcyIDBMMzguOTcgMTIuOTk1YzEuMzcxIDEuMzcgMS4zNzEgMy42IDAgNC45NzFsLTUuMDE1IDUuMDE2djEzLjVjMCAxLjk0LTEuNTc3IDMuNTE2LTMuNTE2IDMuNTE2SDMuNTE2QzEuNTc3IDM5Ljk5OCAwIDM4LjQyMSAwIDM2LjQ4M1YxOS41NTljMC0xLjkzOCAxLjU3Ny0zLjUxNSAzLjUxNi0zLjUxNWgzLjV6bTguNDA3IDE3LjM2SDMuNTE2Yy0uNjQ3IDAtMS4xNzIuNTI1LTEuMTcyIDEuMTcxdjE2LjkyNGMwIC42NDYuNTI1IDEuMTcyIDEuMTcyIDEuMTcyaDI2LjkyM2MuNjQ2IDAgMS4xNzItLjUyNiAxLjE3Mi0xLjE3MlYxOS41NTljMC0uNjQ2LS41MjYtMS4xNzEtMS4xNzItMS4xNzF6TTkuMDUgMzEuNzY0djIuMzQzSDQuNjg3di0yLjM0M2g0LjM2em02LjczOSAwdjIuMzQzaC00LjM2di0yLjM0M2g0LjM2em02Ljc0IDB2Mi4zNDNoLTQuMzYxdi0yLjM0M2g0LjM2em02Ljc0IDB2Mi4zNDNoLTQuMzYydi0yLjM0M2g0LjM2MXptLTE2LjY2OS05LjgzdjcuMDMySDQuNjg3di03LjAzMUgxMi42em0tMi4zNDQgMi4zNDVINy4wMzF2Mi4zNDNoMy4yMjRWMjQuMjh6bTI2LjIzLTEwLjQ1NmwtMy40MTIgMy40MTJjLjU0OC42Mi44ODIgMS40MzQuODgyIDIuMzI0di4xMDhsMy4zNTgtMy4zNThjLjQ1Ny0uNDU3LjQ1Ny0xLjIgMC0xLjY1N2wtLjgyOS0uODI5ek0zMy4xNyAxMC41MWwtNS41MzUgNS41MzVoMi44MDRjLjE2MiAwIC4zMi4wMTIuNDc3LjAzM2wzLjkxMS0zLjkxMS0xLjY1Ny0xLjY1N3ptLTguNjUyLTguMTY2Yy0uMyAwLS42LjExNC0uODI5LjM0MkwxMC4zMzEgMTYuMDQ0SDI0LjMybDcuMTkyLTcuMTkzLTYuMTY2LTYuMTY2Yy0uMjI4LS4yMjgtLjUyOC0uMzQyLS44MjgtLjM0MnoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAxODEpIHRyYW5zbGF0ZSgwIDc0OCkgdHJhbnNsYXRlKDYzMSAzMCkiLz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=')
}

.pspi-4:before {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iendmNnZ4bmR4YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjendmNnZ4bmR4YSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyOTUgLTk2MykiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC4wOTQgMGMuNzk4IDAgMS41NDkuMzEgMi4xMTMuODc1bDIuODE3IDIuODE4Yy41NjUuNTY0Ljg3NiAxLjMxNC44NzYgMi4xMTN2Ny44OTNsLjQ5My0uNDkzLjMwNS0uMzA1LjM0LS4zNC43MTQtLjcxNi4xNzQtLjE3My42MDctLjYwOC4xMTktLjEyLjE4NC0uMTgzLjA2LS4wNmMxLjE2Ni0xLjE2NiAzLjA2Mi0xLjE2NiA0LjIyNy0uMDAxIDEuMTY4IDEuMTY4IDEuMTY4IDMuMDU4IDAgNC4yMjZsLTcuMjIzIDcuMjN2OC44NTZDMjUuOSAzMi42NTkgMjQuNTYgMzQgMjIuOTEgMzRIMi45OUMxLjM0MiAzNCAuMDAxIDMyLjY2LjAwMSAzMS4wMTJWMi45ODhDLjAwMSAxLjM0MSAxLjM0MSAwIDIuOTkgMHptLTIuMTYzIDEuOTkySDIuOTg5Yy0uNTQ5IDAtLjk5Ni40NDctLjk5Ni45OTZ2MjguMDI0YzAgLjU0OS40NDcuOTk2Ljk5Ni45OTZoMTkuOTIyYy41NSAwIC45OTYtLjQ0Ny45OTYtLjk5NnYtNi44NjRsLS4xMi4xMmMtLjExLjExLS4yNDMuMTkzLS4zOS4yNDFsLTQuMjI2IDEuNDFjLS4zNTcuMTE4LS43NTIuMDI2LTEuMDItLjI0MS0uMjY2LS4yNjctLjM2LS42NjItLjI0LTEuMDJsMS40MDktNC4yMjZjLjA0OS0uMTQ3LjEzMS0uMjguMjQtLjM5bDIuMjY1LTIuMjY1LjE0OC0uMTQ4LjMwOC0uMzA4LjQ3LS40NyAxLjE1Ni0xLjE1OFY3Ljk3aC00Ljk4Yy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2di00Ljk4em0uOTk2IDI2LjAzMWMuNTUgMCAuOTk2LjQ0Ni45OTYuOTk3IDAgLjU1LS40NDYuOTk2LS45OTYuOTk2SDEyLjk1Yy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2cy40NDYtLjk5Ny45OTYtLjk5N3ptLTMuOTg0LTYuMTA5Yy41NSAwIC45OTYuNDQ2Ljk5Ni45OTZzLS40NDYuOTk2LS45OTYuOTk2SDQuOTgyYy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2cy40NDYtLjk5Ni45OTYtLjk5NnptNi43My0xLjE2N2wtLjUzOC41MzgtLjcwNCAyLjExMyAyLjExMy0uNzA0LjUzOC0uNTM4LTEuNDA4LTEuNDA5em02LjE5Ny02LjIwMWwtLjA5My4wOTMtLjQuNC0uMTY5LjE3LS4zNzguMzc4LTEuMTA0IDEuMTA1LTEuMTUzIDEuMTU0LS4yMTcuMjE3LS41OTIuNTkyLS4xNzIuMTcyLS41MS41MTEgMS40MDkgMS40MDkgNC43ODgtNC43OTN6TTE0Ljk0MyAxNy45M2MuNTUgMCAuOTk2LjQ0Ni45OTYuOTk2cy0uNDQ2Ljk5Ni0uOTk2Ljk5Nkg0Ljk4MmMtLjU1IDAtLjk5Ni0uNDQ2LS45OTYtLjk5NnMuNDQ2LS45OTYuOTk2LS45OTZ6bTAtMy45ODVjLjU1IDAgLjk5Ni40NDYuOTk2Ljk5NnMtLjQ0Ni45OTYtLjk5Ni45OTZINC45ODJjLS41NSAwLS45OTYtLjQ0NS0uOTk2LS45OTYgMC0uNTUuNDQ2LS45OTYuOTk2LS45OTZ6bTE2Ljc3MS0xLjgzNmMtLjM4OC0uMzg5LTEuMDItLjM4OS0xLjQwOSAwbC0xLjAyNyAxLjAyOCAxLjQwOSAxLjQwOCAxLjAyNy0xLjAyN2MuMzktLjM5MS4zODktMS4wMjEgMC0xLjQxek0xOC45MjcgOS45NmMuNTUgMCAuOTk2LjQ0Ni45OTYuOTk2cy0uNDQ2Ljk5Ni0uOTk2Ljk5Nkg0Ljk4MmMtLjU1IDAtLjk5Ni0uNDQ2LS45OTYtLjk5NnMuNDQ2LS45OTYuOTk2LS45OTZ6bTEuODcxLTcuNjc3Yy0uMzI0LS4zMjQtLjY4Ny0uMjkyLS44NzUtLjI5MnYzLjk4NWgzLjk4NWMwLS4yMTMuMDI0LS41Ni0uMjkyLS44NzZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMCA3NDgpIHRyYW5zbGF0ZSg5MjUgMzMpIHRyYW5zbGF0ZSgwIDEpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDM0IDM0Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iendmNnZ4bmR4YSIgeDE9Ijk1Ljk4NiUiIHgyPSIzLjA0NSUiIHkxPSI1MCUiIHkyPSI1MCUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkU5RDAwIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0UzN0YwQSIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGZpbGw9InVybCgjendmNnZ4bmR4YSkiIGZpbGwtcnVsZT0ibm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyOTUgLTk2MykiPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC4wOTQgMGMuNzk4IDAgMS41NDkuMzEgMi4xMTMuODc1bDIuODE3IDIuODE4Yy41NjUuNTY0Ljg3NiAxLjMxNC44NzYgMi4xMTN2Ny44OTNsLjQ5My0uNDkzLjMwNS0uMzA1LjM0LS4zNC43MTQtLjcxNi4xNzQtLjE3My42MDctLjYwOC4xMTktLjEyLjE4NC0uMTgzLjA2LS4wNmMxLjE2Ni0xLjE2NiAzLjA2Mi0xLjE2NiA0LjIyNy0uMDAxIDEuMTY4IDEuMTY4IDEuMTY4IDMuMDU4IDAgNC4yMjZsLTcuMjIzIDcuMjN2OC44NTZDMjUuOSAzMi42NTkgMjQuNTYgMzQgMjIuOTEgMzRIMi45OUMxLjM0MiAzNCAuMDAxIDMyLjY2LjAwMSAzMS4wMTJWMi45ODhDLjAwMSAxLjM0MSAxLjM0MSAwIDIuOTkgMHptLTIuMTYzIDEuOTkySDIuOTg5Yy0uNTQ5IDAtLjk5Ni40NDctLjk5Ni45OTZ2MjguMDI0YzAgLjU0OS40NDcuOTk2Ljk5Ni45OTZoMTkuOTIyYy41NSAwIC45OTYtLjQ0Ny45OTYtLjk5NnYtNi44NjRsLS4xMi4xMmMtLjExLjExLS4yNDMuMTkzLS4zOS4yNDFsLTQuMjI2IDEuNDFjLS4zNTcuMTE4LS43NTIuMDI2LTEuMDItLjI0MS0uMjY2LS4yNjctLjM2LS42NjItLjI0LTEuMDJsMS40MDktNC4yMjZjLjA0OS0uMTQ3LjEzMS0uMjguMjQtLjM5bDIuMjY1LTIuMjY1LjE0OC0uMTQ4LjMwOC0uMzA4LjQ3LS40NyAxLjE1Ni0xLjE1OFY3Ljk3aC00Ljk4Yy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2di00Ljk4em0uOTk2IDI2LjAzMWMuNTUgMCAuOTk2LjQ0Ni45OTYuOTk3IDAgLjU1LS40NDYuOTk2LS45OTYuOTk2SDEyLjk1Yy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2cy40NDYtLjk5Ny45OTYtLjk5N3ptLTMuOTg0LTYuMTA5Yy41NSAwIC45OTYuNDQ2Ljk5Ni45OTZzLS40NDYuOTk2LS45OTYuOTk2SDQuOTgyYy0uNTUgMC0uOTk2LS40NDYtLjk5Ni0uOTk2cy40NDYtLjk5Ni45OTYtLjk5NnptNi43My0xLjE2N2wtLjUzOC41MzgtLjcwNCAyLjExMyAyLjExMy0uNzA0LjUzOC0uNTM4LTEuNDA4LTEuNDA5em02LjE5Ny02LjIwMWwtLjA5My4wOTMtLjQuNC0uMTY5LjE3LS4zNzguMzc4LTEuMTA0IDEuMTA1LTEuMTUzIDEuMTU0LS4yMTcuMjE3LS41OTIuNTkyLS4xNzIuMTcyLS41MS41MTEgMS40MDkgMS40MDkgNC43ODgtNC43OTN6TTE0Ljk0MyAxNy45M2MuNTUgMCAuOTk2LjQ0Ni45OTYuOTk2cy0uNDQ2Ljk5Ni0uOTk2Ljk5Nkg0Ljk4MmMtLjU1IDAtLjk5Ni0uNDQ2LS45OTYtLjk5NnMuNDQ2LS45OTYuOTk2LS45OTZ6bTAtMy45ODVjLjU1IDAgLjk5Ni40NDYuOTk2Ljk5NnMtLjQ0Ni45OTYtLjk5Ni45OTZINC45ODJjLS41NSAwLS45OTYtLjQ0NS0uOTk2LS45OTYgMC0uNTUuNDQ2LS45OTYuOTk2LS45OTZ6bTE2Ljc3MS0xLjgzNmMtLjM4OC0uMzg5LTEuMDItLjM4OS0xLjQwOSAwbC0xLjAyNyAxLjAyOCAxLjQwOSAxLjQwOCAxLjAyNy0xLjAyN2MuMzktLjM5MS4zODktMS4wMjEgMC0xLjQxek0xOC45MjcgOS45NmMuNTUgMCAuOTk2LjQ0Ni45OTYuOTk2cy0uNDQ2Ljk5Ni0uOTk2Ljk5Nkg0Ljk4MmMtLjU1IDAtLjk5Ni0uNDQ2LS45OTYtLjk5NnMuNDQ2LS45OTYuOTk2LS45OTZ6bTEuODcxLTcuNjc3Yy0uMzI0LS4zMjQtLjY4Ny0uMjkyLS44NzUtLjI5MnYzLjk4NWgzLjk4NWMwLS4yMTMuMDI0LS41Ni0uMjkyLS44NzZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTgxKSB0cmFuc2xhdGUoMCA3NDgpIHRyYW5zbGF0ZSg5MjUgMzMpIHRyYW5zbGF0ZSgwIDEpIi8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=')
}

.project-single-plains-price {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px
}

.project-single-plains {
  border-radius: 2px;
  border: 1px #eaebea solid;
  padding: 50px 20px;
  width: 50%
}

.project-single-plains-nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaebea;
  display: flex;
  justify-content: flex-start;
  align-items: stretch
}

.single-plain-nav-item:not(:last-of-type) {
  margin-right: 30px
}

.single-plain-nav-item a {
  display: block;
  font-size: 20px;
  color: #1b1b1b;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  position: relative
}

.single-plain-nav-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -20px
}

.single-plain-nav-item a:hover,
.single-plain-nav-item.active a {
  color: #e37f0a
}

.single-plain-nav-item a:hover:after,
.single-plain-nav-item.active a:after {
  background-color: #e37f0a
}

.single-plain-tab-item {
  padding: 50px 50px 0;
  display: none
}

.single-plain-tab-item .form-inputs {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between
}

.single-plain-tab-item .form-inputs .input-field {
  width: calc(50% - 10px);
  margin-bottom: 20px
}

.single-plain-tab-item .form-inputs .input-field * {
  width: 100%;
  box-sizing: border-box
}

.single-plain-tab-item .form-inputs .your-comment {
  display: block;
  width: 100%
}

.single-plain-tab-item .form-inputs .your-comment textarea {
  width: 100%
}

#plain-last {
  padding: 50px 0 0
}

.single-plain-tab-item.active {
  display: block
}

.single-plain-tab-item a {
  display: flex
}

.single-plain-tab-item a img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: auto
}

.project-single-price {
  width: 50%
}

.slider.project-single-plains_gallery-thumbs {
  margin-top: 20px
}

.project-single-plains_gallery-thumbs__item img {
  padding: 20px;
  border: 1px #eaebea solid
}

.project-single-plains_gallery-thumbs__item.active img {
  border: 1px solid #e37f0a
}

.project-single-plains_gallery img {
  max-width: 100%
}

.project-single-price-item-box {
  padding: 50px 20px;
  border: 1px #eaebea solid
}

.project-single-price-item-title {
  font-size: 20px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #1b1b1b;
  margin-bottom: 20px
}

.project-single-price-values {
  margin-bottom: -18px
}

.project-single-price-item-v {
  padding: 10px 15px 10px 18px;
  border-top: 1px solid #eaebea;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative
}

@media(max-width:610px) {
  .project-single-price-item-v {
    flex-direction: column;
    align-items: center
  }

  .project-single-price-item-v span {
    margin: 0
  }
}

.project-single-price-item-v:before,
.project-single-variant-item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px
}

.project-single-price-item-v-title {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 16px;
  color: #000
}

.project-single-price-item-v-value {
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0 30px 0 auto
}

.project-single-price-item-v__button {
  color: #ef9503;
  cursor: pointer;
  text-decoration: underline;
  transition: all ease-in-out .3s
}

.project-single-price-item-v__button:hover {
  color: #e37f0a;
  transition: all ease-in-out .3s
}

.project-single-price-variants {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -10px
}

.project-single-variant-item {
  width: calc(50% - 10px);
  padding: 10px 0 10px 18px;
  position: relative
}

.project-single-content {
  margin-bottom: 30px
}

.fullentry>.landing-block {
  padding: 0
}

.project-single-calc {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px
}

.project-single-calc>div {
  margin-bottom: 20px
}

.project-single-features-wrap {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #eaebea
}

.project-single-features-wrap .project-single-features-box {
  margin-top: 0
}

.project-single-calc>.project-single-features-title {
  width: 100%;
  font-size: 24px;
  text-align: center
}

.project-single-calc-box-item {
  width: calc(50% - 10px);
  background: #f7f7f7;
  padding: 20px 20px 0
}

.project-single-calc-item-content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px
}

.project-single-calc-item-content label {
  display: block;
  width: calc((100% - 20px)/3);
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer
}

.project-single-calc-item-content label input {
  display: none
}

.project-single-calc-item-content label img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px 5px 0 0
}

.project-single-calc-item-content label span {
  display: block;
  position: absolute;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  font-size: 14px;
  border-radius: 0 0 5px 5px
}

.project-single-calc-item-content label input:checked+img {
  border-color: #e37f0a
}

.project-single-calc-item-content label input:checked+img+span {
  background-color: #e37f0a;
  color: #fff
}

.project-single-calc-item-table table {
  width: 100%
}

.pscit-title {
  font-family: 'Museo Sans Cyrl 700', sans-serif
}

.pscit-value {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  text-align: right
}

.project-single-calc-item-result {
  text-align: center
}

.project-single-calc-item-result-value {
  margin: 20px 0;
  text-align: center;
  font-size: 25px;
  font-family: 'Museo Sans Cyrl 700'
}

.project-single-calc-item-result .button-style {
  text-align: center
}

.custom-checkbox-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  cursor: pointer
}

.custom-checkbox-container:not(:last-of-type) {
  margin-bottom: 9px
}

.custom-checkbox-container input[type=checkbox] {
  display: none
}

.custom-checkbox-container .custom-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #00000044;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMy4xODc1TDUuMjMwNzcgOEwxMiAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center center
}

.custom-checkbox-container input[type=checkbox]:checked+.custom-checkbox {
  border-color: #e37f0a;
  background-color: #e37f0a
}

.custom-checkbox-container .custom-label {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  line-height: 21px
}

.project-single-other .katalog-list {
  width: 100%
}

.katalog-main-box .post-item-content {
  padding: 10px 20px 30px
}

.katalog-main-box .post-item-image {
  height: 180px
}

.katalog-main-box .post-item-before-title {
  margin-bottom: 0
}

.katalog-main-box .post-item-title {
  margin-bottom: 10px;
  font-size: 16px
}

.katalog-main-box .post-item-attr-table .attr-title:before {
  width: 20px;
  height: 20px
}

.katalog-main-box .post-item-attr-table tr:not(:last-child) td {
  padding-bottom: 10px
}

.katalog-main-box .post-item-attr {
  padding-top: 14px;
  margin-bottom: 15px
}

.katalog-main-box .post-item-attr-table .attr-title:before {
  top: 3px
}

.katalog-main-box .post-item-feature div {
  font-size: 14px
}

.catalog-description ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.load-more-catalog {
  display: block;
  width: 200px;
  padding: 0 20px;
  height: auto;
  margin: auto;
  text-align: center
}

.estimate-price-check.sub-check {
  padding-left: 30px
}

.upload-file-256 {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  max-height: 210px;
  overflow: auto;
  width: 100%
}

.codedropz-upload-handler h5 {
  margin: 0
}

.codedropz-btn-wrap {
  text-align: center
}

.post-item-features {
  padding: 20px 0;
  border-top: 1px solid #eaebea
}

.post-item-features-list {
  padding-left: 0;
  margin: 0
}

.post-item-feature span:before {
  content: '';
  background: #e37f0a;
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-radius: 50%
}

.post-item-feature {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.filter-group {
  margin-bottom: 20px
}

.filter-group input[type=number] {
  width: 100%;
  padding: 5px 10px
}

.filter-title {
  font-weight: 700
}

.slider-item {
  margin: 10px 0
}

.slider-group .ui-slider-horizontal {
  height: 10px;
  border-radius: 10px !important
}

.slider-group .ui-state-default,
.slider-group .ui-widget-content .ui-state-default,
.slider-group .ui-widget-header .ui-state-default,
.slider-group .ui-button,
html .slider-group .ui-button.ui-state-disabled:hover,
html .slider-group .ui-button.ui-state-disabled:active,
.slider-group .ui-state-hover,
.slider-group .ui-widget-content .ui-state-hover,
.slider-group .ui-widget-header .ui-state-hover,
.slider-group .ui-state-focus,
.slider-group .ui-widget-content .ui-state-focus,
.slider-group .ui-widget-header .ui-state-focus,
.slider-group .ui-button:hover,
.slider-group .ui-button:focus {
  border-radius: 50%;
  background: #e37f0a;
  border: 1px solid #282828;
  cursor: pointer
}

.slider-group .ui-widget-header {
  background: #e37f0aaa
}

.slider-comment {
  display: flex;
  justify-content: space-between
}

.select-group select {
  width: 100%
}

.inputs-columns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

.gabarity-group .inputs-columns {
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between
}

.gabarity-group .inputs-columns .input-column {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

.checkbox-list {
  display: flex;
  justify-content: space-between
}

.submit-group .button-style {
  margin-top: 20px;
  width: 100%
}

.submit-group .filter-reset {
  background-color: #e8e8e8
}

.open-all-filters:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAABqklEQVRoge3YvS5EQRjG8b9sYRUS7RY6jVKx3IGCUFsNlVvQauncgNCoddwBjVKjInbZSqKQlRCjWJssOcd5Z86cj8TzSybZYjPvM+dj5s0BEREREREREZH/ZB3oA0/AZsVZLDoMs/aBtZAJHgE3Ng6ARqx0ETWAfX5m7YVM5BLGBTATJWYc08AZyVm9JU3igFtgPkLYvOaAG9JzekubyAEvBL4nkSwDzwm5CluwAz6A3ZzBQ+wA74Z83u4NkzrgBGjmWYFREzg2ZroLKbAKDIwFroBW8FKytYBLY5YBsBJaaAH7ne4BS6GFImZYzFvQ5+q+Adt5C47ZAF6Nta+B2ViFJ4EjY2EHHJKvSZkA9oBPY71TYCpHvVTWHdIR3qT81UxUclJYzsDR8G1SspqJ8VFqL1BEsCIvZBQxHz2fV+WcCvv50eZi3cx+by5lb4bRhBwfvsfdVmmrMWoDXWwL6Hr+t13iOrz43DWfp6HWfN9L6/teez47r8+OXms+Z6uj+g8LUViblLp8Oooiq0mptJkoSlqTUptmoigdhmfrw/dvERERERERESnYFwP+rZ8L+AT9AAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: -5px;
  margin-left: 5px;
  transition: all .35s ease-in-out;
  transform: rotateX(0deg)
}

.is-open-all-filters .open-all-filters:after {
  transform: rotateX(180deg)
}

.fancybox-image,
.fancybox-spaceball {
  background: #ffffff !important
}

.sitemap-item-links {
  columns: 3;
  padding-left: 25px
}

.sitemap-item-links li {
  margin-bottom: 8px
}

.sitemap-item-links li a {
  border-bottom: 1px solid #e37f0a;
  color: #e37f0a
}

.sitemap-item-links li a:hover {
  border-bottom-color: transparent
}

@media (max-width:768px) {
  .sitemap-item-links {
    columns: 2
  }
}

@media (max-width:575px) {
  .main-page .preroll .inner {
    background-size: 250% !important;
    background-position: center !important;
  }

  .sitemap-item-links {
    columns: 1
  }

  .workflow-list .single.inverse {
    width: 100%;
  }
}

@media (min-width:1101px) {
  .mega-menu ul.sub-menu ul.sub-menu {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%
  }

  .mega-menu>ul.sub-menu>li {
    width: calc(100%/7 - 10px)
  }

  .mega-menu>ul.sub-menu>li>a {
    display: none !important
  }

  .menu-item-has-children:hover>ul.sub-menu {
    display: block
  }

  .mega-menu.menu-item-has-children>ul.sub-menu {
    display: flex;
    justify-content: space-between;
    top: 25px !important
  }

  .mega-menu.menu-item-has-children:not(:hover)>ul.sub-menu {
    z-index: -999
  }

  .columns-4>.sub-menu {
    columns: 4
  }

  .mega-menu .sub-menu li {
    margin-bottom: 0 !important;
    margin-right: -12px
  }

  .main-nav>ul li .sub-menu li a.empty {
    border-bottom: none;
    cursor: default
  }

  .mega-item-big>a {
    line-height: 1.3;
    text-transform: uppercase;
    color: #3b747b;
    border-bottom: 1px solid #3b747b;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline !important;
    font-size: 14px
  }

  .mega-item-medium>a {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block
  }

  .mega-item-small>a {
    line-height: 1.3;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    display: inline-block
  }

  .mega-item-big>a:hover,
  .mega-item-medium>a:hover,
  .mega-item-small>a:hover {
    border-bottom-color: transparent
  }

  .mega-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none
  }

  .mega-menu>ul.sub-menu {
    width: 100% !important;
    padding: 20px 25px !important;
    margin: 0 !important;
    left: 0 !important;
    top: 35px !important
  }

  .mega-menu .menu-item:after {
    content: none !important
  }

  #menu-item-13548 {
    position: static
  }

  #menu-item-13548:after {
    position: relative;
    top: -2px;
    right: 0
  }

  .main-header .bottom-section .inner {
    position: relative
  }
}

@media (min-width:1101px) {
  .mega-menu ul.sub-menu ul.sub-menu {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%
  }

  .mega-menu>ul.sub-menu>li {
    width: calc(100%/7 - 10px)
  }

  .mega-menu>ul.sub-menu>li>a {
    display: none !important
  }

  .menu-item-has-children:hover>ul.sub-menu {
    display: block
  }

  .mega-menu.menu-item-has-children>ul.sub-menu {
    display: flex;
    justify-content: space-between;
    top: 25px !important
  }

  .mega-menu.menu-item-has-children:not(:hover)>ul.sub-menu {
    z-index: -999
  }

  .columns-4>.sub-menu {
    columns: 4
  }

  .mega-menu .sub-menu li {
    margin-bottom: 0 !important
  }

  .mega-item-big>a {
    line-height: 1.3;
    text-transform: uppercase;
    color: #e37f0a;
    border-bottom: 1px solid #e37f0a;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline !important;
    font-size: 14px
  }

  .mega-item-medium>a {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block
  }

  .mega-item-small>a {
    line-height: 1.3;
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    display: inline-block
  }

  .mega-item-big>a:hover,
  .mega-item-medium>a:hover,
  .mega-item-small>a:hover {
    border-bottom-color: transparent
  }

  .mega-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none
  }

  .mega-menu>ul.sub-menu {
    width: 100% !important;
    padding: 20px 25px !important;
    margin: 0 !important;
    left: 0 !important;
    top: 35px !important
  }

  .mega-menu .menu-item:after {
    content: none !important
  }

  #menu-item-3345 {
    position: static
  }

  .main-header .bottom-section .inner {
    position: relative
  }
}

@media (min-width:993px) {
  .katalog-list .post-item:not(:nth-of-type(3n+3)) {
    margin-right: 20px
  }
}

@media (min-width:577px) and (max-width:992px) {
  .katalog-list .post-item:nth-child(odd) {
    margin-right: 20px
  }
}

.katalog-sidebar-open {
  display: none
}

.katalog-sidebar-close {
  font-size: 30px;
  line-height: 20px;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  z-index: 99999999;
  display: none
}

@media (max-width:1200px) {
  .post-item-content {
    padding: 14px 20px 20px
  }
}

@media(max-width:1100px) {

  .project-single-price,
  .project-single-plains {
    width: 100%
  }
}

@media (max-width:992px) {
  .post-item {
    width: calc((100% - 20px)/2)
  }
}

.our-portfolio-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.our-portfolio-item {
  width: calc(50% - 10px);
  margin-bottom: 20px
}

.our-portfolio-item>a {
  height: 420px;
  display: block
}

.our-portfolio-item-box {
  width: calc(50% - 10px);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.our-portfolio-item-box .our-portfolio-item>a {
  height: 200px
}

.our-portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover
}

.our-portfolio-link {
  margin: 20px 0
}

.our-portfolio-link>a {
  display: block;
  width: 550px;
  margin: auto;
  text-align: center;
  max-width: 100%;
  border: 1px solid #eaebea
}

.our-portfolio-popup {
  max-width: 1000px;
  padding: 20px
}

.our-portfolio-popup-content {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 300px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch
}

.our-portfolio-popup-content.is-loading {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIwIiBmaWxsPSJub25lIiBzdHJva2U9IiM5YWNjY2IiIHN0cm9rZS13aWR0aD0iMiI+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMCAwLjIgMC44IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGJlZ2luPSIwcyI+PC9hbmltYXRlPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGJlZ2luPSIwcyI+PC9hbmltYXRlPgo8L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIwIiBmaWxsPSJub25lIiBzdHJva2U9IiMzYjc0N2IiIHN0cm9rZS13aWR0aD0iMiI+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMCAwLjIgMC44IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGJlZ2luPSItMC41cyI+PC9hbmltYXRlPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMC4yIDAgMC44IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGJlZ2luPSItMC41cyI+PC9hbmltYXRlPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: center center
}

.main-projects-box {
  width: 100%
}

.main-projects-seo {
  margin-bottom: 20px
}

.main-projects-seo a {
  display: inline-block;
  border-bottom: 1px solid #1b1b1b;
  margin-right: 5px
}

.main-projects-seo a:hover {
  border-bottom-color: transparent
}

.work-item-popup-image {
  width: calc(60% - 10px)
}

.work-item-popup-image img {
  width: 100%;
  height: auto
}

.work-item-popup-info {
  width: calc(40% - 10px)
}

.work-item-popup-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px
}

.work-item-popup-content table td {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 5px 0
}

@media (max-width:768px) {
  .single-plain-tab-item .form-inputs .input-field {
    width: 100%;
    margin-bottom: 20px
  }

  .our-portfolio-box>.our-portfolio-item,
  .our-portfolio-item-box {
    width: 100%
  }

  .main-plain-part-item>* {
    width: 100%;
    height: auto
  }

  .main-plain-part-item-image a.is-active {
    position: relative
  }

  .main-plain-part-item>h3 {
    order: 0
  }

  .main-plain-part-item>.main-plain-part-item-image {
    order: 1
  }

  .main-plain-part-item>.main-plain-part-list {
    order: 2
  }

  .main-plain-part-item>.main-plain-part-item-button {
    order: 3
  }

  .main-visual-item-big {
    width: 100%
  }

  .main-visual-item-little {
    width: calc(50% - 10px)
  }

  .main-example {
    background-image: none
  }

  .main-example-box {
    width: 100%
  }

  .work-item-popup-image {
    width: 100%;
    margin-bottom: 20px
  }

  .work-item-popup-info {
    width: 100%
  }

  .project-single-gallery-box {
    width: 100%;
    padding-right: 0;
    border-right: 0
  }

  .project-single-info {
    width: 100%
  }

  .project-single-plus-item {
    width: calc((100% - 1px)/2)
  }

  .project-single-plus-item:nth-of-type(2n):after {
    content: none
  }

  .project-single-plains {
    width: 100%
  }

  .project-single-price {
    width: 100%
  }

  .project-single-calc-box-item {
    width: 100%
  }

  .project-single-info {
    padding: 0
  }

  .katalog-sidebar-box {
    width: 100%
  }

  .katalog-sidebar-open {
    display: block;
    padding: 11px 20px;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #e37f0a;
    max-width: 350px;
    margin: 0 auto 20px;
    text-align: center;
    cursor: pointer
  }

  .katalog-sidebar-open:hover,
  .katalog-sidebar-open:focus {
    background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
    background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
    color: #fff;
    border-color: transparent
  }

  .katalog-sidebar {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    max-width: 300px;
    overflow: auto;
    max-height: 100%
  }

  .filter-submit-group {
    position: sticky;
    bottom: 0
  }

  .katalog-sidebar-box.is-opened .katalog-sidebar-close,
  .katalog-sidebar-box.is-opened .katalog-sidebar {
    display: block
  }

  .katalog-sidebar-box.is-opened:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999997;
    background-color: #000000ad
  }

  .katalog-list {
    width: 100%
  }

  body.is-sidebar-opened {
    overflow: hidden
  }

  .project-single-plains-nav .slider-arrows {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    background: none !important
  }

  .project-single-plains-nav .slider-arrows:after,
  .project-single-plains-nav .slider-arrows:hover:after {
    background: -webkit-gradient(linear, right top, left top, from(#fe9d00), to(#e37f0a));
    background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e37f0a
  }

  .project-single-plains-nav .slider-arrows.prev {
    left: -40px
  }

  .project-single-plains-nav .slider-arrows.next {
    right: -40px
  }
}

@media (max-width:576px) {
  .post-item {
    margin-right: 0 !important;
    width: 100%
  }

  .main-visual-item-little {
    width: 100%
  }

  .project-single-plus-item {
    width: 100%
  }

  .project-single-plus-item:after {
    content: none
  }

  .project-single-calc-item-content label {
    width: 100%
  }

  .project-single-thumbs {
    margin-bottom: 20px
  }

  .project-single-thumbs .project-single-thumb-box {
    width: calc((100% - 15px)/2)
  }

  .project-single-plains {
    padding: 30px;
    margin-bottom: 20px
  }

  .single-plain-tab-item {
    padding: 0
  }

  .project-single-price-item-box {
    padding: 20px
  }

  .project-single-variant-item {
    width: 100%
  }
}

@media (max-width:900px) {
  .main-header .header-logo {
    padding-right: 0;
    margin-right: 0
  }

  .estimate-price-calculator .calculator-title {
    max-width: 400px
  }

  .main-header .main-nav ul li.open>a {
    color: #e37f0a
  }

  .main-header .main-nav ul li.open:after {
    color: #e37f0a
  }

  .estimate-price-calculator .calculator-elements-single.active {
    flex-direction: column
  }

  .estimate-price-calculator .calculator-elements-single>:first-child,
  .estimate-price-calculator .calculator-elements-single>:nth-child(2) {
    width: 100%
  }

  .estimate-price-calculator .input-area-size input[type=text] {
    min-width: calc(100% - 100px)
  }

  .our-price-list .price-list .single-price {
    width: calc(50% - 10px);
    margin-bottom: 20px
  }

  .main-footer .creators {
    margin: 0 !important;
    padding-top: 0 !important;
    border-top: none !important
  }

  .single-portfolio {
    margin-bottom: 0
  }

  .top-section .bottom-section {
    display: none
  }
}

@media (max-width:600px) {

  /*.logo img{width:30px;height:30px}*/
  .main-footer .top-section .inner>.has-slide-list.open h4:after,
  .main-footer .top-section .main-header .top-section>.has-slide-list.open h4:after,
  .main-header .main-footer .top-section .top-section>.has-slide-list.open h4:after {
    color: #e37f0a
  }

  .main-footer .bottom-section .inner.grid {
    flex-direction: column
  }

  .main-footer .bottom-section .inner.grid .logo {
    margin-bottom: 20px
  }

  .our-price-list .price-list .single-price {
    width: 100%;
    padding-top: 20px
  }

  .estimate-price-calculator .calculator-form>.left {
    padding: 30px
  }

  .our-service-offer .content>div {
    width: 100%
  }

  .main-footer .footer-contacts:before {
    content: none
  }

  .estimate-price-calculator .discuss-details {
    margin-top: 20px
  }

  .our-service-offer .content {
    padding: 30px
  }

  .estimate-price-calculator .calculator-elements-includes .download-btn {
    font-size: 0
  }

  .estimate-price-calculator .calculator-elements-includes .download-btn:before {
    content: "Загрузить файл";
    font-size: 16px
  }

  .estimate-price-calculator .input-area-size input[type=text],
  .estimate-price-calculator .input-area-size input[type=number] {
    min-width: 0
  }

  .right .content .wpcf7 {
    width: 100%
  }

  .our-portfolio-list .portfolio-slider .slider-arrows.prev {
    left: 10px
  }

  .our-portfolio-list .portfolio-slider .slider-arrows.next {
    right: 10px
  }
}

@media (max-width:600px) {
  .about-company .company-seo .company-seo-avatar {
    width: 100px;
    height: 100px
  }
}

@media(max-width:600px) {
  h2.aboutCompanyCertificatesTitle {
    margin-bottom: 40px
  }
}

.aboutCompanyCertificates img {
  height: 295px;
  padding: 0 10px;
  object-fit: contain
}

.aboutCompanyCertificates .slick-prev,
.aboutCompanyCertificates.slick-prev {
  position: absolute;
  top: -30px;
  right: 80px;
  color: transparent;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: 10px;
  display: flex;
  justify-content: center;
  font-size: 10px
}

.aboutCompanyCertificates .slick-prev:before,
.aboutCompanyCertificates.slick-prev:before {
  width: 6px;
  height: 20px;
  background-color: #fb7029;
  content: '';
  display: block;
  transform: rotate(47deg);
  position: absolute;
  top: -5px
}

.aboutCompanyCertificates .slick-prev:after,
.aboutCompanyCertificates.slick-prev:after {
  width: 6px;
  height: 20px;
  background-color: #fb7029;
  content: '';
  display: block;
  transform: rotate(-47deg);
  position: absolute;
  top: 5px
}

.aboutCompanyCertificates .slick-next,
.aboutCompanyCertificates.slick-next {
  position: absolute;
  top: -24px;
  right: 5px;
  color: transparent;
  background: 0 0;
  border: none;
  cursor: pointer;
  width: 10px;
  display: flex;
  justify-content: center;
  font-size: 10px;
  transform: rotate(180deg)
}

.aboutCompanyCertificates.slick-next {
  top: -10px
}

.aboutCompanyCertificates .slick-next:before,
.aboutCompanyCertificates.slick-next:before {
  width: 6px;
  height: 20px;
  background-color: #fb7029;
  content: '';
  display: block;
  transform: rotate(47deg);
  position: absolute;
  top: -5px
}

.aboutCompanyCertificates .slick-next:after,
.aboutCompanyCertificates.slick-next:after {
  width: 6px;
  height: 20px;
  background-color: #fb7029;
  content: '';
  display: block;
  transform: rotate(-47deg);
  position: absolute;
  top: 5px
}

.aboutCompanyGallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.aboutCompanyGallery a {
  max-width: 100%;
  width: 100%;
  height: 200px;
  margin-bottom: 10px
}

.aboutCompanyGallery img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.main-projects>div:first-child,
.moskow-cities-wrap>div:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  display: block;
  font-family: "Museo Sans Cyrl 700", sans-serif
}

.moskow-cities-wrap>div:first-child {
  text-align: center
}

.seo_desctiption {
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out .3s
}

.seo_desctiption:not(.full):before {
  content: '';
  width: 100%;
  height: 26px;
  bottom: -4px;
  left: 0;
  background: #fff;
  position: absolute;
  filter: blur(2px)
}

.seo_desctiption.full {
  height: fit-content
}

.seo_desctiption__btn {
  display: flex;
  margin: 0 auto
}

@media(min-width:700px) {
  .aboutCompanyGallery a {
    max-width: calc(100%/2 - 20px);
    margin: 5px;
    height: 250px
  }

  .aboutCompanyGallery img {
    height: 250px
  }
}

@media(max-width:700px) {
  .sidebar-filter_pfilter {
    flex-direction: column
  }

  .sidebar-filter_pfilter .filter-group {
    margin-bottom: 45px;
    flex-direction: column
  }
}

@media(min-width:1000px) {
  .aboutCompanyGallery a {
    max-width: calc(100%/3 - 20px);
    margin: 5px
  }
}

@media(max-width:600px) {
  .aboutCompanyTeam h2 {
    margin-bottom: 40px
  }
}

.callback span,
.online-calc-price {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-weight: 500
}

.callback span {
  font-size: 17px
}

.time {
  font-size: 14px
}

.main-page .preroll .inner {
  background-size: cover;
  background-position: top
}

.preroll .preroll-advantages li.first .ico {
  background: url(/dinterera/img/contract.svg) center center no-repeat
}

.preroll .preroll-advantages li.second .ico {
  background: url(/dinterera/img/toolbox.svg) center center no-repeat;
  width: 40px
}

.text {
  color: #000
}

.preroll .gauge-buttons .get-gauge:after {
  width: 22px;
  height: 25px;
  margin: 0 0 0 12px;
  object-fit: contain
}

.our-services .services-box-item .multiline-price-btns {
  height: calc(50% - 10px);
  margin-bottom: 20px
}

.our-services .service-item {
  justify-content: flex-start
}

.main-projects h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000
}

.main-projects-seo .main-projects-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: -5px 0;
  width: calc(100% - 120px);
  padding: 0 40px;
  position: relative
}

.main-projects-seo-after.main-projects-seo .main-projects-links {
  width: 100%;
  margin: 40px 0 0
}

.main-projects-links-group {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaebea;
  width: 100%
}

.main-projects-links-group-title {
  width: 250px
}

.main-projects-links-group-list {
  width: calc(100% - 250px);
  display: flex;
  flex-flow: wrap
}

.main-projects-seo .main-projects-links .slick-arrow {
  font-size: 0px;
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border: 1px solid #7f7f7f;
  background: 0 0;
  transition: all .35s ease-in-out
}

.main-projects-seo .main-projects-links .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7f7f7f;
  transition: all .35s ease-in-out;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  cursor: pointer
}

.main-projects-seo .main-projects-links .slick-arrow:hover {
  border-color: #e5800a;
  background-color: #e5800a
}

.main-projects-seo .main-projects-links .slick-arrow:hover:before {
  background-color: #fff
}

.main-projects-seo .main-projects-links .slick-prev {
  left: 0
}

.main-projects-seo .main-projects-links .slick-prev:before {
  mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAA9ElEQVRIie3WMUpDQRAG4A9BrOwEwcrCA9hYWqVKq43ewXgJ4yGs9Ao5gJJGUPEMgoFUYieCKHkWz8DbJaCoO49Afth2P2bZnR0WmZOs4hbV17qKQJcwaKAV7iPg0wx9xlZpdB+TBvqOTml0Gy/Sao9Ko+sYZeh5aXQZwwy9xkpp+CxDH9UnUDTHGfqKndJoR31rp+gEB6XRTTxJqz0pjcJdhg7UHevP+W6T6j+Q32TWUfej8F28SS/XYRTe08JzmiZvIGNsRMCttUxYw0OGX0TAzP4We1H4nnQQ+EA3Cu9Lqw4ZfWhx2KMeb28a8GUUvMiP8wl+P2e4Vi0+4AAAAABJRU5ErkJggg==');
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAA9ElEQVRIie3WMUpDQRAG4A9BrOwEwcrCA9hYWqVKq43ewXgJ4yGs9Ao5gJJGUPEMgoFUYieCKHkWz8DbJaCoO49Afth2P2bZnR0WmZOs4hbV17qKQJcwaKAV7iPg0wx9xlZpdB+TBvqOTml0Gy/Sao9Ko+sYZeh5aXQZwwy9xkpp+CxDH9UnUDTHGfqKndJoR31rp+gEB6XRTTxJqz0pjcJdhg7UHevP+W6T6j+Q32TWUfej8F28SS/XYRTe08JzmiZvIGNsRMCttUxYw0OGX0TAzP4We1H4nnQQ+EA3Cu9Lqw4ZfWhx2KMeb28a8GUUvMiP8wl+P2e4Vi0+4AAAAABJRU5ErkJggg==')
}

.main-projects-seo .main-projects-links .slick-next {
  right: 0
}

.main-projects-seo .main-projects-links .slick-next:before {
  mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAA7klEQVRIie3WMUpDQRAG4I+AWNkJgpWFB7DQ0iqVrTZ6B5NLGA9hpVfIARJsAgl4BkHBSuwkIBFj8RT2LSkE2XkJ5Ictl49dZmeHdZYsQ8x/1gRbUfBDAs/RRysC3sNrhvciYDjGRwJ/4SIK76ifeoqjKPwmw1+wGwFv4D7DR9iMwLfxmOF3ETAc4D3DO1H4qaq6f+FPnEThPfVTv2E/Am6pOlmKT/6yaWVzrYGrPlMvrhnapdFFz+myNLqD5wy9LY021jLzT+JJdQNF083QKQ5Lo21V1aaDwHlpdNHoc1UapcFhb5CgY4Hj7Tr/zjfcW2a3eoiKgwAAAABJRU5ErkJggg==');
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAA7klEQVRIie3WMUpDQRAG4I+AWNkJgpWFB7DQ0iqVrTZ6B5NLGA9hpVfIARJsAgl4BkHBSuwkIBFj8RT2LSkE2XkJ5Ictl49dZmeHdZYsQ8x/1gRbUfBDAs/RRysC3sNrhvciYDjGRwJ/4SIK76ifeoqjKPwmw1+wGwFv4D7DR9iMwLfxmOF3ETAc4D3DO1H4qaq6f+FPnEThPfVTv2E/Am6pOlmKT/6yaWVzrYGrPlMvrhnapdFFz+myNLqD5wy9LY021jLzT+JJdQNF083QKQ5Lo21V1aaDwHlpdNHoc1UapcFhb5CgY4Hj7Tr/zjfcW2a3eoiKgwAAAABJRU5ErkJggg==')
}

.main-projects-seo .main-projects-links a {
  font-size: 16px;
  color: #7f7f7f;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  background: 0 0;
  display: block;
  margin: 5px
}

.main-projects-seo .main-projects-links a:hover {
  color: #e5800a;
  border: 1px solid #e5800a;
  background: #e5800a;
  color: #fff
}

.main-projects-seo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.main-projects-link-invisible {
  display: flex;
  width: 120px;
  justify-content: flex-end
}

.post-item-before-title {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 10px
}

.katalog-main-box .post-item-before-title {
  font-size: 14px
}

.post-item-content {
  padding: 30px 40px 40px
}

.post-item-attr-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px
}

.attr-title:before {
  width: 25px;
  height: 25px
}

.post-item-attr-table .attr-title {
  padding-left: 0;
  padding-top: 35px;
  font-size: 14px;
  color: #000;
  opacity: .5
}

.post-item-attr-table .attr-value {
  padding: 5px 0 0;
  font-size: 17px
}

.attr-rooms,
.attr-area,
.attr-gabarits {
  width: 33%
}

.post-item-attr-table .attr-title,
.post-item-attr-table .attr-value {
  margin-right: 0;
  text-align: left;
  width: 100%
}

.estimate-price-calculator:after,
.contact-us:after {
  background: url(/dinterera/img/logo-ds.png) center center no-repeat;
  background-size: contain
}

.our-portfolio-link {
  display: flex;
  justify-content: center
}

.our-portfolio-link>a.see-all-catalog {
  display: inline-block;
  margin: 0 auto;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center
}

.our-portfolio-link>a.see-all-catalog:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 12px;
  background-color: #000;
  background: url(/dinterera/img/right-arrow.svg) center center no-repeat;
  padding-left: 24px
}

.our-portfolio-link>a.see-all-catalog:hover {
  color: #e5800a
}

.about-company .content {
  display: flex;
  flex-direction: row;
  align-items: stretch
}

.about-company .content .right {
  max-width: 540px
}

.about-company .content .about-company-sidebar {
  max-width: 380px;
  margin-left: 40px
}

.about-company-sidebar .content {
  display: flex;
  flex-direction: column
}

.about-company-items ol {
  display: flex;
  flex-direction: column;
  list-style-type: decimal-leading-zero;
  counter-reset: decimal-leading-zero;
  margin: 0;
  padding: 0;
  font-size: 16px
}

.about-company-items li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  counter-increment: decimal-leading-zero;
  margin: 0 0 30px;
  line-height: 1.3;
  color: #1b1b1b
}

.about-company .ask-question-block-sidebar {
  padding: 50px;
  background-image: url(/dinterera/img/form-right.jpg);
  background-size: cover
}

.about-company-items li:before {
  content: "0" counter(decimal-leading-zero);
  border-radius: 2px;
  background: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  margin-right: 20px
}

.landing-block .our-advantages-list .item {
  padding: 50px 35px
}

.workflow-list .single .title {
  width: 190px
}

.suggest-best-offer .links li {
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 17px;
  width: 31%;
  padding-left: 0;
  margin: 0 0 10px
}

.suggest-best-offer {
  background-size: contain;
  background-position: right center
}

.faq .faq-ask-question.lazy-bg-loaded {
  background-image: url(/wp-content/uploads/2021/09/ne-nashli-otvet-na-svoj-vopros.jpg)
}

.main-footer .footer-contacts:before {
  display: none
}

.main-footer .footer-contacts:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2021/09/kontakty.png) center center no-repeat;
  z-index: 0;
  background-size: contain;
  width: 364px;
  top: -20px;
  height: 80px;
  width: 100%
}

.project-single-plus-item {
  width: auto
}

.new-cat-description-dropdown-box {
  display: inline-block
}

.new-cat-description-dropdown {
  position: relative
}

.new-cat-description-dropdown-title {
  font-size: 24px;
  line-height: 34px;
  color: #e37f0a;
  font-weight: 700;
  cursor: pointer
}

.new-cat-description-dropdown-title:after {
  content: "";
  display: inline-block;
  font-size: 0px;
  width: 20px;
  height: 14px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAARCAYAAADHeGwwAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAXJaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiAxMTYuMTY0NzY2LCAyMDIxLzAyLzE5LTIzOjEwOjA3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTEwLTAxVDA5OjQ2OjEyKzA1OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMC0wMVQwOTo0OTo1NiswNTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMC0wMVQwOTo0OTo1NiswNTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZTM0MGE1ZWMtNGVmOC02MDRhLWEzMGItMGJlNmI0MWZhYTAzIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDgzZmEyY2ItNWQ2Yi00MTQxLTljNDgtMTIyOWRhOGI3NjZiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZmFhNDZlMDctYmQ5NS0xOTQ4LTgyMWItMTg4ZGY0OWYxMjAwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmYWE0NmUwNy1iZDk1LTE5NDgtODIxYi0xODhkZjQ5ZjEyMDAiIHN0RXZ0OndoZW49IjIwMjEtMTAtMDFUMDk6NDY6MTIrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTM0MGE1ZWMtNGVmOC02MDRhLWEzMGItMGJlNmI0MWZhYTAzIiBzdEV2dDp3aGVuPSIyMDIxLTEwLTAxVDA5OjQ5OjU2KzA1OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rDmT9wAAAP5JREFUOI3V1DFKw2AYgOEnxUEQD1Bx0cWlCsXVTdR6DfUACg6OAa/gaNXu3sAeRtFBcHAQRQeJQ/+UGNLmt6WD2ULC8/KR70+SZZlZXo2Z6piDp3Qhv5/H5xReghU842M5fR9OkGAL52hNEdjFBfaDOQw0sI1T3EwY2cN1wFdzOw98o4c+NkNkfQK8iStcBvPXR77HAe5CpIeNCLxTwo/xmj8sb9EjDkOkHSYZF+kEtIi/FV+oWtPYSBHvVuGjAjGRMn5ShY8LjIq0sBOLEw5aRKQb4FssxuJ1E5QjfaxhyWANa3HqJyhGjgxO+gvSGPwvAXjAGb5icUj+/e/6B86aRjz7fJIiAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: 5px
}

.new-cat-description-dropdown-list {
  position: absolute;
  z-index: 2;
  display: none;
  padding: 10px !important;
  background-color: #fff;
  box-shadow: 0px 30px 50px 10px rgba(0, 0, 0, .2);
  width: calc(100% + 20px);
  top: 100%;
  left: -10px;
  border-radius: 3px;
  margin-top: 20px
}

.new-cat-description-dropdown-list li {
  list-style: none
}

.new-cat-description-dropdown-list li a {
  font-size: 14px;
  color: #282828;
  border-bottom: 1px solid #282828;
  font-weight: 400
}

.new-cat-description-dropdown-list li:not(.active) a:hover {
  color: #e37f0a;
  border-bottom-color: #e37f0a
}

.new-cat-description-dropdown-list li.active a {
  color: #e37f0a;
  border-bottom-color: transparent
}

.new-cd-button {
  font-size: 10px;
  padding: 10px 10px 10px 40px
}

.new-cd-button:before {
  width: 25px;
  height: 30px;
  left: 10px;
  margin-top: -15px
}

.new-cat-description {
  overflow: auto
}

.new-cat-description * {
  box-sizing: border-box
}

.new-cd-table {
  border-radius: 5px;
  border-collapse: collapse;
  min-width: 100%
}

.big-col {
  width: 50%
}

.small-col {
  width: 25%
}

.new-cd-table th,
.new-cat-description-header {
  font-size: 18px;
  color: #282828;
  font-weight: 700;
  line-height: 1.2
}

.new-cd-table th.small-col {
  text-align: center
}

.new-cd-table th>span {
  display: block;
  text-align: center;
  margin-top: 5px
}

.new-cd-table th span.price {
  color: #e37f0a
}

.new-cd-table th,
.new-cd-table td,
.new-cat-description-header {
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #eaebea
}

.new-cd-table .tech-part-title {
  background-color: #fdfdfd
}

.td-title {
  font-size: 18px;
  color: #282828;
  line-height: 1.2;
  position: relative;
  display: inline-block
}

.has-td-content {
  cursor: pointer;
  padding-right: 40px
}

.has-td-content:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAADKklEQVRYhc2YS0iUURTHfzoSIhQYI+SixDHQHogGoWEFvjKLlioURgVqkDOKj2VCtTJ8RWpkmm500TYiymhjDyLd9RjTzGwhKC60QctRijPcT8U7jvPp6Phb3nPvuX/uvd95fCGumRlMEgvkACeBQ0AMsFu5+A38BL4Cb4AXwA8z7v0VZAHygVLghKzTZnjnH/AeaAaeAIteZ5kUlAXcBxI0izmcgB145WtVqDayTDjwEOgNgBiUj17lM1yzKtY6oSjgGXBcswSGj8B5YHK1N28nJGL6tlAMynef2sunoAjgKRCvuQg88WqvCF+C7gEp2yDGIEXtucTKN5SlHl0wyDa+PkOQnNQnFeiCgYSEoxKnjCsrCKIYVEiQwLv0hm5oU7YfyQKeK5Pc9N1EOtgqJM0clBM6uwPEoDTkiKA0zWSSxqYmWlsfBEJUWhhwRBs2QU9PD93dPZ4F1igr+Xl5m3F3WATt14b95GVvLw2NTdhsNhbcburq6rFarWSkp2/UZYw86r/ALs20Dv39A5Ta7eyNjKSrq5OFhQWuXL2Gy+WitaWZpKQk3w68M78hQd+GhigqKiYkJISO9kfExcV5xp1OJ8Ul17FYLHR0tGOLjdXWrsN8qCo7/WZ8fJyysnLcbjcNDfVLYoSEhATu1tYyNzdHaamdiYkJs4JcIuiXNrwG09PT2B1lTE1Ncef2LY4lJ2sTU1NTqKm56RHjKCv3XKEJxkTQF3/nV1VXMzo6SmVFBZmZmZrd4FxuLg6HneHhYSoqqzS7Dz6Hqe7g4tpzlsnOyiIxMZGCgnzNtprLhYVMTkwSHb1Ps/ngrTxqGzC8k1LHCPBOM28/0i6NGNm+ZQcIkt5tqUCzqAItEO3ORtAKtEXVxAULh9HVrizypabtDIKgxytr+dWNorQkr7ex8/gAZACzxsDqNkgMF4BBbWngGVR7za707K1zlfb2NDCwhWIG1B5+tdKCZMVTQJtm2Txt6t+S18y7liBhDigBzgToCgeVL/H5R7P6IchAvgApcyXfSTSVEG8GWXNJ+Vi3M97oL71cdewSSA8Ae5RNnI2pQCdJ+7mpX3rAf5d/5lmfcdO7AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotateX(180deg);
  transition: all .5s ease-in-out
}

.has-td-content.is-opened:after {
  transform: rotateX(0deg)
}

.td-content {
  color: #282828;
  line-height: 1.5;
  margin-top: 20px
}

.td-content img {
  width: 100%;
  margin: 0 0 10px
}

.td-content p:last-child {
  margin-bottom: 0
}

span.check {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAClElEQVRYhc2YvWtTURiHn552dCkasXMLAdvgIgguClEnKSJOIikoiNap4L/g3Mk6ODWjINSPybbSyclFQoVA61YUMnTJJLTKG34nxHvuTc3pTW4eyJJzz/s+536c854z8XzzPBHMADeA68A8MAtMA5PAEXAI7AO7wA6wBfwcNM1U8E82E8AisCwxl3GlCZ7T7wrwEDiW4BrwHvgT9EohK0GSKvAN2ABuDdDP49RvQ3GqwRUpnJTkDLCuUVeC1jgqireu+Jn0k5sDvgK1oCUfaoo/lxUtS85G9wUoBy35Ulae1KeSJmcj2QZKQctwKClfcAeTcvYOfByhmKekvP+8g0m5lyN4lFmUlT9VrjrEl/9/qfVOM17OJtjVgsU8q/Lpyi1mfTEFUJFPV255TMQ8HR/Xs4iPE+Yz405YxIvCfG46lT3D4AC4D7yKjH1tSvVY3hxo0HvAZ+BpRPx5p0IxT3rFbEp4ERl71qmCjeV3ol9SzIrLR5Gxp50q1xhuA2eBD33Enpxi4JNONX8MP4A2cA94nbOYceS0GYnhjaoJe7SPcxYzDp12STEs6Ev05VWeYsa+0/YtlgVt/e4C9RzFjF2n4KfhIvAWeJCjmLHjtBM6DpqKpbPPddqJb42ZXOeEwC/4a0FzsXR8vJwdETTGRKwhn66cnV2sBJcVw4o/S+mt47Y1HRRJXR4k5YxnQLMguabyd0nKtbWgt4Kuw6WlvO1+cmiNrI5QsKV8e8mGNDn0xVwdwSNuKk/qTJElh0ZyeYgfSV3xgzvm6SeH3oEl3fbU0UXQ0I5vKfmODSrnsdLoEnAH+BSxFtv11s/6W5zudNGPQQ6sbWJ8p98F21eq+rWqxM7Wkqfp9ri+q+rZBH4NNBzgLxdZg5lqp+qVAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}

.new-cat-description ul,
.new-cat-description ol {
  padding-left: 30px;
  list-style-type: initial
}

.moskow-cities-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  columns: 4
}

.moskow-cities-list li {
  margin-bottom: 5px
}

.moskow-cities-list li a {
  font-size: 18px;
  border-bottom: 1px solid #1b1b1b
}

.moskow-cities-list li a:hover {
  border-bottom-color: transparent
}

@media (max-width:950px) {
  .main-projects-link-invisible {
    align-self: flex-start
  }

  .main-projects-link-invisible a {
    align-self: flex-start
  }

  .about-company .content {
    flex-wrap: wrap
  }

  .about-company .content .right {
    max-width: calc(80%-40px)
  }

  .about-company .content .left {
    max-width: calc(20%-40px)
  }

  .about-company .content .about-company-sidebar {
    min-width: 100%;
    margin-left: 0;
    margin-top: 40px
  }

  .moskow-cities-list {
    columns: 3
  }
}

@media (max-width:768px) {
  .moskow-cities-list {
    columns: 2
  }

  .main-projects-seo .main-projects-links {
    width: 100%
  }

  .main-projects-link-invisible {
    display: none
  }

  .about-company .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .about-company .content .about-company-sidebar {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-left: 0
  }

  .new-cd-table {
    width: 420px
  }

  .new-cd-table th,
  .new-cd-table td {
    padding: 10px 15px
  }

  .new-cd-table th {
    font-size: 15px
  }

  .big-col {
    width: 300px
  }

  .small-col {
    width: 60px
  }
}

.new-quiz__body input[type=radio],
.new-quiz__body input[type=checkbox] {
  display: none
}

.new-quiz__body label {
  cursor: pointer
}

.new-quiz__page .before-footer-form-box {
  background-image: url(/images/2022-07/07/topImage.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 164px
}

.new-quiz__page ul {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px
}

@media(max-width:650px) {
  .new-quiz__page ul {
    padding-left: 30px
  }
}

.new-quiz__page ul li {
  margin-bottom: 10px
}

.new-quiz__page li:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icHJlZml4X19hIiB4MT0iOTguMjU4JSIgeDI9IjAlIiB5MT0iNTAlIiB5Mj0iNTAlIj4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwQzg1OCIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODc4NDQiLz4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPHBhdGggZmlsbD0idXJsKCNwcmVmaXhfX2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwYzUuNTE0IDAgMTAgNC40ODYgMTAgMTBzLTQuNDg2IDEwLTEwIDEwUzAgMTUuNTE0IDAgMTAgNC40ODYgMCAxMCAwem0yLjYzNCA3LjIyTDguNCAxMS4xOWwtMS4wMzQtLjk3Yy0uMzEzLS4yOTMtLjgyLS4yOTMtMS4xMzIgMC0uMzEyLjI5My0uMzEyLjc2NyAwIDEuMDZsMS42IDEuNWMuMzEzLjI5My44Mi4yOTMgMS4xMzIgMGw0LjgtNC41Yy4zMTItLjI5My4zMTItLjc2NyAwLTEuMDYtLjMxMy0uMjkzLS44Mi0uMjkzLTEuMTMyIDB6Ii8+Cjwvc3ZnPgo=')
}

#new-quiz {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 5vh 0;
  font-size: calc(24px + 16*(100vw/1280));
  z-index: 99999999
}

.new-quiz__cross {
  position: absolute;
  top: 5vh;
  right: 5vh;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 99999
}

.new-quiz__cross:before,
.new-quiz__cross:after {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 10px);
  top: 50%;
  transform: rotate(-45deg);
  cursor: pointer
}

.new-quiz__cross:after {
  transform: rotate(45deg)
}

#new-quiz * {
  color: #fff;
  outline: none
}

#new-quiz>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.3);
  z-index: -1
}

.new-quiz__container {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.new-quiz__header {
  width: 240px;
  margin: 30px 0 0 20px
}

.new-quiz__progress-bar__container {
  width: 100%;
  height: 3px;
  position: relative
}

.new-quiz__progress-bar__empty {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  opacity: .3
}

.new-quiz__progress-bar {
  width: 0;
  height: 3px;
  position: absolute;
  background-image: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  z-index: 333;
  transition: all cubic-bezier(.4, .91, 1, 1) .6s
}

.new-quiz__progress-bar span {
  position: absolute;
  bottom: 8px;
  right: 0;
  transform: translate(20px, 0px);
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 3px;
  border-radius: 3px;
  font-size: 12px;
  background-image: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.new-quiz__button_next {
  background-image: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%)
}

.new-quiz__progress-bar span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
  border: 5px solid transparent;
  border-top: 5px solid #e37f0a
}

.new-quiz__button_prev,
.new-quiz__button_next {
  position: relative !important;
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer
}

.new-quiz__button_prev:disabled,
.new-quiz__button_next:disabled {
  cursor: default
}

#new-quiz fieldset {
  display: none;
  flex-direction: column
}

#new-quiz fieldset.active {
  display: flex;
  border: none
}

#new-quiz legend {
  font-size: calc(20px + 16*(100vw/1280));
  font-weight: 700;
  margin-bottom: 2vh
}

#new-quiz input+label,
.new-quiz__last-page label {
  font-size: calc(14px + 2*(100vw/1280));
  margin-bottom: 1.5vh;
  position: relative;
  display: flex;
  align-items: center;
  transition: all ease-in-out .3s
}

#new-quiz input+label:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: calc(50% - 8px);
  left: 9px;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: all ease-in-out .3s
}

#new-quiz input[type=checkbox]+label:after {
  border: none;
  border-radius: 0;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  left: 8px;
  width: 13px;
  height: 8px
}

#new-quiz input:checked+label:after {
  opacity: 1;
  transition: all ease-in-out .3s
}

#new-quiz fieldset:not(.new-quiz__last-page) input+label:before {
  content: '';
  display: inline-block;
  max-width: 28px;
  width: 100%;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: .8;
  margin-right: 18px
}

#new-quiz fieldset:not(.new-quiz__last-page) input[type=checkbox]+label:before {
  border-radius: 0
}

.new-quiz__last-page input {
  max-width: 400px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  border: none;
  margin-bottom: 1vh;
  color: black !important
}

.new-quiz__last-page button {
  max-width: 400px;
  width: 100%;
  border-radius: 7px
}

.new-quiz__button_prev {
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(270deg, #fe9d00 0, #e37f0a 100%);
  opacity: .6
}

.new-quiz__last-page input {
  font-size: 18px;
  padding: 0 10px 0 20px
}

.new-quiz__button_prev:before,
.new-quiz__button_prev:after {
  content: '';
  width: 10px;
  height: 3px;
  background-color: #fff;
  top: 43%;
  left: 34%;
  transform: rotate(-45deg);
  display: block;
  position: absolute
}

.new-quiz__button_prev:after {
  transform: rotate(45deg);
  top: 52%
}

.new-quiz__animate_left {
  animation: quiz-animate_left .3s ease-in-out 1 normal
}

.new-quiz__animate_right {
  animation: quiz-animate_right .3s ease-in-out 1 normal
}

.new-quiz__footer button:disabled {
  cursor: default;
  opacity: .5;
  background: inherit;
  text-decoration: none
}

.quiz_mini {
  display: none;
  max-width: min(350px, calc(100vw - 32px));
  width: 100%;
  height: 190px;
  position: fixed;
  left: 16px;
  bottom: 16px;
  padding: 12px;
  border-radius: 12px;
  background: url(/zaboruploads/edkjknhtyqgyrzcvw6bw-1.jpg) -3px -13px no-repeat;
  background-size: 110% 110%;
  z-index: 99999
}

@media(max-width:600px) {
  .suggest-best-offer {
    background: 0 0
  }
}

@media(max-width:430px) {
  .quiz_mini {
    bottom: 95px
  }
}

.suggest-best-offer .new-quiz__init {
  line-height: 1.3
}

.quiz_mini:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #00000087 41%, transparent 122%)
}

.quiz_mini div:first-child {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px
}

.quiz_mini p {
  color: #fff;
  margin: 0
}

.quiz_mini img {
  border-radius: 50%;
  max-width: 42px;
  width: 100%
}

.quiz_mini button {
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  height: 40px;
  font-size: 15px
}

.quiz_mini button:hover {
  top: auto;
  bottom: 16px
}

.quiz_mini .cross {
  display: block;
  position: absolute;
  top: 3px;
  right: 6px;
  width: 15px;
  height: 15px;
  cursor: pointer
}

.quiz_mini .cross:before,
.quiz_mini .cross:after {
  content: '';
  width: 13px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  left: 22%
}

.quiz_mini .cross:after {
  transform: rotate(-45deg)
}

@keyframes quiz-animate_left {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: translate(-30px, 0)
  }
}

@keyframes quiz-animate_right {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: translate(30px, 0)
  }
}

#mod-finder-searchform120>div>label {
  font-size: 14px;
}

#mod-finder-searchword120 {
  appearance: auto;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(118, 118, 118);
  border-bottom-style: inset;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(118, 118, 118);
  border-left-style: inset;
  border-left-width: 2px;
  border-right-color: rgb(118, 118, 118);
  border-right-style: inset;
  border-right-width: 2px;
  border-top-color: rgb(118, 118, 118);
  border-top-style: inset;
  border-top-width: 2px;
  color: rgb(0, 0, 0);
  cursor: text;
  display: inline-block;
  font-family: Arial;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 13.3333px;
  font-stretch: 100%;
  font-weight: 400;
  height: 30px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-block-end: 1px;
  padding-block-start: 1px;
  padding-bottom: 1px;
  padding-inline-end: 2px;
  padding-inline-start: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 204px;
  word-spacing: 0px;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}

.contact-us .contact-us-form {
  width: 1090px;
  padding: 50px;
}

@media (max-width: 950px) {
  .contact-us .contact-us-form .left {
    max-width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-right: none;
    border-bottom: 1px solid #eaebea;
  }

  .contact-us .contact-us-form .right {
    width: 100%;
  }

  .contact-us .contact-us-form {
    width: 100%;
  }

  div.intro-slide {
    width: 100vw !important;
  }
}

@media (max-width: 600px) {

  .contact-us .contact-us-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px;
  }

  div.intro-slide {
    width: 100vw !important;
  }

  .preroll .preroll-advantages li {
    padding: 5px;
  }

}

@media (max-width: 600px) {
  .button-style {
    font-size: 13px;
    padding: 0 5px;
    height: 30px;
  }

  .preroll .preroll-advantages li .text {
    padding: 2px;
    font-size: 12px;
  }

  /*div.button-style:nth-child(1)	{}*/
  #calculateButton,
  div.button-style:nth-child(2)>b:nth-child(1) {
    font-size: 13px;
  }

  div.mt45px:nth-child(26)>div:nth-child(4) {
    top: 85% !important;
  }

  /*proektirovanie*/
  .suggest-best-offer .links li {
    font-size: 12px !important;
    width: 100% !important;
    margin: 0 0 0px !important;
  }

  .suggest-best-offer h3 {
    font-size: 17px !important;
  }

  .suggest-best-offer h3 br,
  .suggest-best-offer>div:nth-child(1)>h3:nth-child(1)>br:nth-child(1) {
    display: none !important;
  }
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-family: swiper-icons
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
  position: relative;
  flex-shrink: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transition-property: height, -webkit-transform;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
  text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  -webkit-transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  transition: .3s opacity;
  text-align: center
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  display: inline-block;
  opacity: .2;
  border-radius: 100%;
  background: #000;
  width: 8px;
  height: 8px
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-shadow: none;
  border: none;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s top;
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 100%;
  height: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 2px
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--primary-hex);
  width: 100%;
  height: 100%
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  z-index: 10;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1000;
  pointer-events: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: .6;
  z-index: 0;
  filter: blur(50px);
  background: #000;
  width: 100%;
  height: 100%
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden
}

:root {
  --swiper-theme-color: #343b8f;
  --swiper-theme-main-color: #fff;
  --swiper-theme-primary-color: #343b8f;
  --swiper-theme-secondary-color: #282827;
  --swiper-theme-icon-size: ;
  --swiper-btn-size: 25px;
  --swiper-btn-border-radius: 50%;
  --swiper-btn-icon-size: 1.4rem;
  --swiper-navigation-size: 24px;
}

.swiper_main-wrapper {
  position: relative;
}

.swiper_button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  z-index: 99;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border: 2px solid var(--secondary-hex);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.swiper_button>img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.swiper_button:hover {
  background-color: var(--secondary-hex);
}

.swiper_button:hover>img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.swiper_button-prev {
  -webkit-transform: translate(-150%, -50%);
  left: 0px;
  transform: translate(-150%, -50%);
}

.swiper_button-next {
  -webkit-transform: translate(150%, -50%);
  right: 0px;
  transform: translate(150%, -50%);
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

:root {
  --primary-hex: #f15738;
  --secondary-hex: #dc426c;
  --third-hex: #2f4858;
  --primary-gradient: linear-gradient(to left bottom, #f15738, #ef4f47, #eb4854, #e44461, #dc426c);
  --secondary-gradient: linear-gradient(to right top, #2f4858, #2f4b61, #314e6a, #365073, #3e527b);
  --bg-hex: #ffffff;
  --primary-text-hex: #333333;
  --secondary-text-hex: #f5f5f5;
  --colored-text-hex: #2241d1;
}

html {
  scroll-behavior: smooth;
}

p+h2,
ul+h2,
ol+h2,
p+h3,
ul+h3,
ol+h3 {
  margin-top: 14px;
}

p>a,
ul>li[data-block-key]>a {
  color: var(--primary-hex);
  text-decoration: underline;
}

p>a:hover,
ul>li[data-block-key]>a:hover {
  text-decoration: none;
}

.block-title {
  font-weight: 600;
  font-size: 1.4rem;
}

.announce-section_link {
  font-size: 0.9rem;
  text-decoration: underline;
}

.announce-section_link:hover {
  text-decoration: none;
}

.aiend {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.gallery_image {
  border-radius: 8px;
}

.gallery_image-description {
  position: absolute;
  bottom: 8px;
  left: 8px;
  border-radius: 4px;
  background: var(--secondary-gradient);
  padding: 4px 8px;
  max-width: calc(100% - 16px);
  color: #fff;
  font-size: 0.9rem;
}

.glightbox {
  display: block;
}

.glightbox img {
  -webkit-transition: all .2s ease;
  display: block;
  transition: all .2s ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.glightbox img:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.tc-primary {
  color: var(--primary-text-hex);
}

.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.icon--white {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.msgrs-btns_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.msgrs-btns_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all .3s ease;
  border-radius: 24px;
  background-color: #fff;
  padding: 4px 8px;
  font-size: 0.9rem;
}

.msgrs-btns_icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 19px;
  height: 19px;
}

.msgrs-btns_item:hover {
  background-color: var(--third-hex);
  color: #fff;
}

.msgrs-btns_item:hover .msgrs-btns_icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.msgrs-btns_item--whatsapp:hover {
  background-color: #25D366;
}

.msgrs-btns_item--viber:hover {
  background-color: #7360f2;
}

.section-title {
  display: inline-block;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 1.5rem;
}

.block-info {
  -webkit-box-shadow: 0 15px 22px 0px rgb(0 0 0 / 12%);
  position: relative;
  box-shadow: 0 15px 22px 0px rgb(0 0 0 / 12%);
  border-radius: 8px;
  background-color: #fff;
  padding: 25px 25px 25px 50px;
}

.block-info:before {
  display: block;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  background: rgba(0, 0, 255, 0.1);
  width: 5px;
  content: '';
}

.block-info--info {
  background-color: #fff;
}

.block-info--light {
  background-color: #fff;
  padding: 25px !important;
}

.block-info--light:before {
  display: none !important;
}

@media(max-width: 991.98px) {
  .block-info {
    padding: 20px;
  }

  .block-info:before {
    display: none;
  }
}

.about-filter_wrap {
  background-color: var(--third-hex);
}

@media(max-width: 991.98px) {}

.cta-block_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  border-radius: 12px;
  background-image: url(/static/img/common/cta-block_background-01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cta-block_inner-wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.55);
  padding: 60px;
  font-weight: 500;
}

.cta-block_btn-wrapper {
  padding: 30px 0px;
}

.cta-block_btn-description {
  color: #fff;
  font-size: 0.8rem;
}

.cta-block_header {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.3rem;
}

.docs-price_block-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  border-radius: 8px;
  background: var(--secondary-gradient);
  padding: 60px;
  color: var(--secondary-text-hex);
}

.docs-price_block-subheader {
  font-size: 0.9rem;
}

.docs-price_block-header {
  font-weight: 600;
  font-size: 1.5rem;
}

.docs-price_block-smallheader {
  margin-bottom: 8px;
  font-size: 0.7rem;
}

.homeprime_wrapper {
  position: relative;
  background: var(--secondary-gradient);
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

.homeprime_slider-container {
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

.homeprime_slide {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.homeprime_header-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#2f4858), color-stop(20%, #2f4858), to(rgba(47, 72, 88, .2)));
  background: linear-gradient(0deg, #2f4858 0%, #2f4858 20%, rgba(47, 72, 88, .2) 100%);
  width: 100%;
  height: 240px;
  color: #fff;
}

.homeprime_slide-title {
  -webkit-transform: translateY(50px);
  -webkit-transition: all .5s ease;
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s ease;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 3rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.homeprime_slide-values {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translateY(50px);
  -webkit-transition: all .5s ease .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .5s ease .2s;
  margin-bottom: 6px;
  font-size: 1.3rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.homeprime_slide-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 28px;
  height: 28px;
}

.homeprime_slider-pagination {
  bottom: 65px !important;
}

.homeprime_slider-pagination .swiper-pagination-bullet {
  -webkit-transition: all .4s ease;
  position: relative;
  opacity: 1 !important;
  transition: all .4s ease;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
}

.homeprime_slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.7);
  width: 25px !important;
}

.homeprime_slider-arrows-wrap {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
}

.homeprime_slider-arrows {
  -webkit-transform: translateY(-20%);
  position: absolute;
  top: 0px;
  transform: translateY(-20%);
}

.homeprime_slider-arrows>img {
  -webkit-filter: invert(1);
  filter: invert(1);
  cursor: pointer;
  width: 44px;
  height: 44px;
}

.homeprime_slider-arrows--prev {
  left: 0px;
}

.homeprime_slider-arrows--next {
  right: 0px;
}

.swiper-slide-active .homeprime_slide-title {
  -webkit-transform: translateY(0px);
  -webkit-transition-delay: 1s;
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1s;
}

.swiper-slide-active .homeprime_slide-values {
  -webkit-transform: translateY(0px);
  -webkit-transition-delay: 1.2s;
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1.2s;
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media(max-width: 991.98px) {
  .homeprime_header-wrapper {
    height: 320px;
  }

  .homeprime_slide-title {
    font-size: 2.3rem;
  }
}

.question_wrap {
  -webkit-box-shadow: 0 9px 22px rgb(0 0 0 / 6%);
  box-shadow: 0 9px 22px rgb(0 0 0 / 6%);
  border-radius: 8px;
  background-color: #fff;
  padding: 24px;
}

.accordion_wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion_item {
  border-bottom: 1px solid #cecece;
  padding: 0px 15px;
}

.accordion_item:last-child {
  border-bottom: none;
}

.accordion_header {
  position: relative;
  cursor: pointer;
  padding: 15px 0px;
}

.accordion_header-title {
  font-weight: 500;
  font-size: 1rem;
}

.accordion_header-button {
  -webkit-transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.6rem;
}

.accordion_header:hover .accordion_header-title,
.accordion_header:hover .accordion_header-button {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  color: var(--primary-hex);
}

.accordion_expand {
  -webkit-transition: all .3s ease;
  opacity: 0;
  transition: all .3s ease;
  max-height: 0px;
  overflow: hidden;
}

.accordion_item--open .accordion_header-title,
.accordion_item--open .accordion_header-button {
  color: var(--primary-hex);
}

.accordion_item--open .accordion_header-button {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.accordion_item--open .accordion_expand {
  opacity: 1;
  padding: 10px 0px;
  max-height: 700px;
  overflow: hidden;
}

.soc-btn_wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.soc-btn {
  display: inline-block;
  margin-right: 8px;
}

.soc-btn:last-child {
  margin-right: 0px;
}

.soc-btn>a>img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 17px;
  height: 17px;
}

.soc-btn>a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  -webkit-transition: all .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
  border-radius: 20px;
  padding: 4px;
}

.soc-btn>a>img+span {
  padding-right: 6px;
  padding-left: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}

.soc-btn:hover>a {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0) inset;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0) inset;
}

.soc-btn--vk:hover>a {
  background-color: #4C75A3;
}

.soc-btn--insta:hover>a {
  background-color: #E4405F;
}

.soc-btn--whatsapp:hover>a {
  background-color: #25D366;
}

.soc-btn--viber:hover>a {
  background-color: #7360f2;
}

.soc-btn--basic:hover>a {
  background-color: var(--primary-hex);
}

.mobile-bar_wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0px;
  left: 0px;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background-color: #333;
  padding: 15px;
  width: 100%;
  height: 45px;
}

.mobile-bar_link>img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.swiper-custom_arrows-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.swiper-custom_arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: inset 0px 0px 1px 1px var(--primary-hex);
  -webkit-transition: all .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: all .2s ease;
  cursor: pointer;
  box-shadow: inset 0px 0px 1px 1px var(--primary-hex);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.swiper-custom_arrow:hover {
  background-color: var(--primary-hex);
  color: #fff;
}

.swiper-custom_arrow:hover::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.swiper-custom_arrow::after {
  -webkit-filter: invert(10%) sepia(84%) saturate(932%) hue-rotate(185deg) brightness(90%) contrast(91%);
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 51%;
  left: 49%;
  transform: translate(-50%, -50%);
  filter: invert(10%) sepia(84%) saturate(932%) hue-rotate(185deg) brightness(90%) contrast(91%);
  background: center / cover no-repeat url(/static/icons/ui-icons/chevron-left.svg);
  width: 24px;
  height: 24px;
  content: '';
}

.swiper-custom_arrow--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  left: 52%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-custom_arrow--light {
  -webkit-box-shadow: inset 0px 0px 1px 1px var(--secondary-text-hex);
  box-shadow: inset 0px 0px 1px 1px var(--secondary-text-hex);
}

.swiper-custom_arrow--light::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.swiper-custom_arrow--light:hover {
  background-color: var(--secondary-text-hex);
}

.swiper-custom_arrow--light:hover::after {
  -webkit-filter: none;
  filter: none;
}

.filter-links_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-links_list-item input {
  display: none;
}

.filter-links_list-item label {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.85rem;
}

.filter-links_list-item label:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.filter-links_list-item input:checked+label {
  -webkit-box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  background-color: rgba(0, 0, 0, 0.03);
}

.article-header_wrapper {
  position: relative;
}

.article-header_image {
  -webkit-filter: brightness(60%);
  -webkit-box-shadow: 0 20px 24px 0 rgb(24 24 24 / 12%);
  filter: brightness(60%);
  box-shadow: 0 20px 24px 0 rgb(24 24 24 / 12%);
  border-radius: 8px;
}

.article-header_title-wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 80%;
  height: auto;
  color: var(--secondary-text-hex);
}

.article-header_title-wrap>h1 {
  font-size: 1.8rem;
}

@media(min-width: 992px) {
  .article-body_wrap {
    padding: 0px 24px;
  }
}

.blog-announce_item-wrap {
  -webkit-transition: all .3s ease-in-out;
  display: block;
  transition: all .3s ease-in-out;
  margin-right: 1px;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.blog-announce_item-wrap:hover {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  background-color: #fff;
}

.blog-announce_item-image {
  border-radius: 8px;
}

.blog-announce_item-title {
  margin-top: 20px;
  padding: 0px 24px;
  font-weight: 500;
  font-size: 1.05rem;
}

.blog-announce_item-text {
  padding: 0px 24px 24px 24px;
  font-size: 0.9rem;
}

.project-nav_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.project-nav_link {
  font-weight: 500;
}

@media(max-width: 991.97px) {
  .project-nav_list {
    overflow: scroll;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 10px;
  }

  .project-nav_link {
    width: max-content;
    display: block;
    font-size: 1.1rem;
  }
}

.project-nav_link:hover {
  text-decoration: underline;
}

.project-nav_link.active {
  color: var(--primary-hex);
  text-decoration: underline;
}

.project-nav_link.active:hover {
  color: var(--primary-hex);
  text-decoration: none;
}

.project-features_wrapper {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 24px;
}

.project-features_wrapper>h1 {
  font-weight: 500;
  font-size: 1.7rem;
}

.project-filter_wrap {
  -webkit-box-shadow: 0 13px 19px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 13px 19px 0 rgb(0 0 0 / 12%);
  border-radius: 8px;
  background: var(--secondary-gradient);
  padding: 34px;
}

.project-filter_result-announce-wrap {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 24px
}

.project-filter_result-announce {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.project-filter_announce-header {
  font-weight: 500;
  font-size: 1.1rem;
}

.project-filter_announce-counter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 6;
  margin: 20px 0px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  font-weight: 600;
  font-size: 1.2rem;
}

.project-filter_announce-counter--loading:before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: pulse-me 2s linear infinite;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: pulse-me 2s linear infinite;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  content: '';
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  50% {
    opacity: 0.14;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.7);
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  50% {
    opacity: 0.14;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.7);
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0;
  }
}

.project-filter_form-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  height: 100%;
  color: #fff;
}

.project-filter_form-wrap>div {
  width: 100%;
}

.project-filter_block-title {
  font-weight: 600;
  font-size: 1.4rem;
}

.project-filter_header {
  padding: 8px 0px;
  font-weight: 500;
  font-size: 1.1rem;
}

.project-filter_checkbox-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.project-filter_checkbox-group input {
  display: none;
}

.project-filter_checkbox-item>label {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 14px;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
}

.project-filter_checkbox-item:first-child>label {
  border-radius: 24px 0px 0px 24px;
}

.project-filter_checkbox-item:last-child>label {
  border-radius: 0px 24px 24px 0px;
}

.project-filter_checkbox-group input:checked~label {
  background: var(--primary-gradient);
  color: #fff;
}

.project-filter_checkbox-group input[type=checkbox]:checked~label {
  position: relative;
}

.project-filter_checkbox-group input[type=checkbox]:checked~label:after {
  content: '✕';
  font-size: 0.5rem;
  display: block;
  position: absolute;
  right: 6px;
  top: 5px;
  color: #fff;
}

.filter_button--deactive {
  opacity: .5;
  pointer-events: none;
}

@media(max-width: 991.98px) {
  .project-filter_wrap {
    padding: 18px;
  }

  .project-filter_checkbox-item>label {
    display: block;
    padding: 8px 10px;
  }

  .project-filter_checkbox-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.project-filter_wrap--home {
  position: relative;
  z-index: 99;
  margin-top: -45px;
}

.project-item_wrapper {
  -webkit-box-shadow: 0 11px 24px 0 rgb(0 0 0 / 8%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 11px 24px 0 rgb(0 0 0 / 8%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}

.project-item_wrapper:hover {
  -webkit-box-shadow: 0 11px 24px 0 rgb(0 0 0 / 14%);
  box-shadow: 0 11px 24px 0 rgb(0 0 0 / 14%);
}

.project-item_text-wrapper {
  padding: 24px;
}

.project-item_btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  background: var(--primary-gradient);
  width: 100%;
}

.project-item_image-wrapper {
  display: block;
  position: relative;
}

.project-item_helper-announce {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #fff;
  text-align: center;
}

.project-item_helper-icon {
  -webkit-filter: invert(1);
  -webkit-animation: move 5s ease-in-out infinite;
  filter: invert(1);
  animation: move 5s ease-in-out infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.project-item_image-wrapper:hover .project-item_helper-announce {
  display: none;
}

.project-item_btns-wrapper>a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  width: 50%;
  color: #fff;
  font-size: 0.9rem;
}

.project-item_btns-wrapper>a:last-child {
  border-right: 0px;
}

.project-item_btns-wrapper>a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.project-item_title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.1rem;
}

.project-item_features-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.project-item_features-item:first-child {
  margin-top: 0px;
}

.project-item_features-item>span:first-child {
  position: relative;
}

.project-item_features-item>span:last-child {
  font-weight: 500;
}

.project-item_slider {
  position: relative;
}

.project-item_slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.project-item_slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  border-radius: 0%;
  background: none;
}

.project-item_slider-pagination span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  position: relative;
  flex-grow: 1;
  height: 100%;
}

.project-item_slider-pagination span:before {
  -webkit-transform: translateY(15px);
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  bottom: 8px;
  transform: translateY(15px);
  opacity: .0;
  transition: all .3s ease;
  border-radius: 8px;
  background: var(--third-hex);
  width: 100%;
  height: 4px;
  content: '';
}

.project-item_slider:hover .project-item_slider-pagination span:before {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: .5;
}

.swiper-pagination-bullet-active:hover:before {
  opacity: 1 !important;
}

.project-calculator_wrapper {
  background-color: rgba(0, 0, 0, 0.035);
}

.project-calculator_item-wrapper>input {
  display: none;
}

.project-calculator_item-wrapper>input~label {
  -webkit-transition: all .3s ease;
  display: block;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.project-calculator_item-wrapper>input~label:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.project-calculator_item-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0));
  padding: 12px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}

.project-calculator_item-wrapper>input:checked~label {
  -webkit-box-shadow:
    0px 0px 0px 4px #fe9d00,
    0 15px 28px 0 rgb(0 0 0 / 35%);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow:
    0px 0px 0px 4px #fe9d00,
    0 15px 28px 0 rgb(0 0 0 / 35%);
  /*		-webkit-box-shadow: 
        0px 0px 0px 4px var(--primary-hex),
        0 15px 28px 0 rgb(0 0 0 / 35%);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 
        0px 0px 0px 4px var(--primary-hex),
        0 15px 28px 0 rgb(0 0 0 / 35%);*/
}

.project-calculator_group-title {
  font-weight: 600;
  font-size: 1.3rem;
}

.project-calculator_parameter-description {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 35px;
  height: 100%;
}

.project-calculator_parameter-description-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 1.1rem;
}

.project-calculator_parameter-description-icon {
  -webkit-filter: invert(36%) sepia(44%) saturate(2349%) hue-rotate(315deg) brightness(91%) contrast(89%);
  filter: invert(36%) sepia(44%) saturate(2349%) hue-rotate(315deg) brightness(91%) contrast(89%);
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.calculate-icon_load {
  -webkit-filter: invert(1);
  -webkit-animation: rotation 3s linear infinite;
  filter: invert(1);
  animation: rotation 3s linear infinite;
}

@media(max-width: 991.98px) {
  .project-calculator_parameter-description {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    padding-top: 35px;
    padding-left: 0px;
    text-align: center;
  }

  .project-calculator_parameter-description-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
}

@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.folio-page_features-wrap {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 8%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 8%);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 24px;
  height: 100%;
}

.folio-page_features-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.folio-page_features-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.folio-page_features-item:first-child {
  margin-top: 0px;
}

.folio-page_features-item>span:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.folio-page_features-item>span:first-child>img {
  -webkit-filter: invert(46%) sepia(70%) saturate(4472%) hue-rotate(320deg) brightness(91%) contrast(89%);
  filter: invert(46%) sepia(70%) saturate(4472%) hue-rotate(320deg) brightness(91%) contrast(89%);
  margin-right: 8px;
}

.folio-page_features-item>span:last-child {
  font-weight: 500;
  text-align: right;
}

.folio-works_item-wrapper {
  border-radius: 8px;
  background-color: rgba(39, 120, 197, 0.1);
  padding: 24px;
}

.folio-works_item-wrapper>ul,
.folio-works_item-wrapper>ol {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.folio-stage_item-image {
  border-radius: 8px;
}

.portfolio-list_item {
  -webkit-transition: all .3s ease;
  display: block;
  position: relative;
  transition: all .3s ease;
}

.portfolio-list_item-title {
  -webkit-transition: all .3s ease;
  position: absolute;
  bottom: 12px;
  left: 12px;
  transition: all .3s ease;
  border-radius: 8px;
  background-color: var(--third-hex);
  padding: 8px 12px;
  color: #fff;
  font-weight: 600;
}

.portfolio-list_item-description {
  -webkit-transform: translate(-50%, 10px);
  -webkit-transition: all .3s ease;
  -webkit-box-sizing: border-box;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  transition: all .3s ease;
  box-sizing: border-box;
  padding: 0px 24px;
  width: 100%;
  min-width: 0;
  min-height: 0;
  color: #fff;
}

.portfolio-list_item img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio-list_item:hover img {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.portfolio-list_item:hover .portfolio-list_item-title {
  top: 12px;
  bottom: auto;
  background-color: transparent;
}

.portfolio-list_item:hover .portfolio-list_item-description {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sidebar-links_list-link {
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.85rem;
}

.sidebar-links_list-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.sidebar-links_list-link--active {
  -webkit-box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  background-color: rgba(0, 0, 0, 0.03);
}

.price-block_wrapper {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  border-radius: 8px;
  padding: 24px;
}

.price-block_wrapper table {
  border-spacing: 0px;
  width: 100%;
}

.price-block_wrapper table>thead>tr>td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 18px;
  font-weight: 600;
}

.price-block_wrapper table>thead>tr>td:last-child {
  text-align: right;
}

.price-block_wrapper table>tbody>tr>td {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 18px;
  font-size: 0.95rem;
}

.price-block_wrapper table>tbody>tr>td .price-block_table-button {
  -webkit-transform: translate(10px, -50%);
  -webkit-transition: all .3s ease;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(10px, -50%);
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
}

.price-block_wrapper table>tbody>tr:hover>td .price-block_table-button {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  opacity: 1;
  pointer-events: all;
}

.price-block_wrapper table>tbody>tr:last-child>td {
  border-bottom: none;
}

.price-block_wrapper table>tbody>tr>td:last-child {
  text-align: right;
}

.table-block_wrapper {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  border-radius: 8px;
  padding: 24px;
}

.table-block_wrapper caption {
  padding-bottom: 24px;
  font-size: 0.8rem;
  font-weight: 600;
}

.table-block_wrapper table {
  border-spacing: 0px;
  width: 100%;
}

.table-block_wrapper table>thead>tr>td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px 18px;
  font-weight: 600;
  text-align: center;
}

.table-block_wrapper table>thead>tr>td:first-child {
  text-align: left;
}

.table-block_wrapper table>tbody>tr>td {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 14px 18px;
  font-size: 0.95rem;
  text-align: center;
}

.table-block_wrapper table>tbody>tr:last-child>td {
  border-bottom: none;
}

.table-block_wrapper table>tbody>tr>td:first-child {
  text-align: left;
}

@media(max-width: 991.97px) {
  .price-block_wrapper {
    overflow-x: scroll;
  }

  .table-block_wrapper {
    overflow-x: scroll;
  }
}

.price-button_wrapper {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  border-radius: 26px;
  padding: 24px;
}

.price-button_title {
  font-weight: 600;
  font-size: 1.05rem;
}

.project-documentation_list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  background: var(--secondary-gradient);
  padding: 24px;
  height: 100%;
  color: #fff;
}

.project-documentation_item-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

.project-documentation_item-text {
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.project-documentation_item-price {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
}

.project-documentation_price-description {
  font-weight: 400;
  font-size: 0.7rem;
}

.stages_wrapper {
  border-radius: 8px;
  background-color: var(--secondary-text-hex);
  padding: 30px;
}

.stages_item-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.stages_item-wrapper:last-child {
  border-bottom: none;
}

.stages_item-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: rotate(-90deg);
  position: absolute;
  right: -40px;
  bottom: -30px;
  transform: rotate(-90deg);
  opacity: .08;
  font-weight: 600;
  font-size: 9rem;
  user-select: none;
}

.stages_item-image {
  border-radius: 8px;
}

.project-calculator_area-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.project-calculator_area-group>label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  position: relative;
  flex-grow: 1;
  max-width: 15%;
}

.project-calculator_area-group>label>input {
  -webkit-box-shadow: 0px 0px 0px 2px var(--primary-hex);
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--primary-hex);
  border: none;
  border-radius: 8px;
  max-width: 100%;
}

.project-calculator_area-group>label>span {
  position: absolute;
  top: -20px;
  left: 0px;
  font-size: 0.8rem;
}

.project-calculator_area-result {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 15%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 5;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 15%);
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}

.project-calculator_area-result {
  font-weight: 500;
}

.project-calculator_area-item {
  font-weight: 600;
  font-size: 1.8rem;
}

.modal__container--calculator {
  width: 700px !important;
  max-width: none !important;
}

@media(max-width: 991.97px) {
  .modal__container--calculator {
    width: 98vw !important;
    max-width: none !important;
  }
}

.modal-result_extra-wrapper {
  border-radius: 8px;
  background-color: var(--secondary-text-hex);
  padding: 12px;
  font-size: 0.9rem;
}

.modal-result_extra-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  font-size: 0.9rem;
}

.modal-result_parametres-list {
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
}

.modal-result_parametres-list>li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.modal-result_parametres-list>li>span:first-child {
  font-weight: 600;
}

.modal-result_price {
  font-weight: 600;
  font-size: 1.8rem;
}

.modal-result_icon {
  width: 24px;
  height: 24px;
}

.modal-result_price-title {
  font-weight: 600;
  font-size: 1rem;
}

.modal-result_price-subtitle {
  margin: 10px 0px;
  font-size: 0.9rem;
}

.swiper-container--project-page {
  border-radius: 8px;
  overflow: hidden;
}

.project-slider_pagination .swiper-pagination-bullet {
  -webkit-transition: all .3s ease;
  opacity: .7;
  transition: all .3s ease;
  background-color: #fff;
}

.project-slider_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 14px;
  width: 22px;
}

.portfolio-announce_wrap {
  background-color: rgba(0, 0, 0, 0.03);
}

.portfolio-announce_slider-wrap {
  overflow: visible;
}

@media(min-width: 992px) {
  .portfolio-announce_slider-wrap .swiper-slide {
    -webkit-transform: scale(.9);
    -webkit-transition: all .3s ease;
    transform: scale(.9);
    opacity: .1;
    transition: all .3s ease;
  }

  .portfolio-announce_slider-wrap .swiper-slide-next,
  .portfolio-announce_slider-wrap .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .portfolio-announce_slider-btns .swiper-button-prev {
    left: -40px;
  }

  .portfolio-announce_slider-btns .swiper-button-next {
    right: -40px;
  }

  .services-announce_slider-wrap {
    overflow: visible;
  }

  .services-announce_slider-wrap .swiper-slide {
    -webkit-transform: scale(.9);
    -webkit-transition: all .3s ease;
    transform: scale(.9);
    opacity: .1;
    transition: all .3s ease;
  }

  .services-announce_slider-wrap .swiper-slide-next,
  .services-announce_slider-wrap .swiper-slide-active,
  .services-announce_slider-wrap .swiper-slide-active~.swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  .services-announce_slider-btns .swiper-button-prev {
    left: -25px;
  }

  .services-announce_slider-btns .swiper-button-next {
    right: -25px;
  }
}

@media(max-width: 991.97px) {
  .services-announce_slider-wrap {
    overflow: hidden;
  }

  .portfolio-announce_slider-wrap {
    overflow: hidden;
  }

  .portfolio-announce_slider-wrap .swiper-slide {
    max-width: 90% !important;
  }

  .services-announce_slider-wrap .swiper-slide {
    max-width: 90% !important;
  }
}

.services_announce-item-wrapper {
  -webkit-box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.services_announce-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  color: #fff;
}

.services_announce-item-title {
  -webkit-transform: translateY(0);
  -webkit-transition: all .3s ease;
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 72, 88, .6)), to(rgba(47, 72, 88, .0)));
  background: linear-gradient(180deg, rgba(47, 72, 88, .6) 0%, rgba(47, 72, 88, .0) 100%);
  padding: 24px;
  font-weight: 600;
  font-size: 1.1rem;
}

.services_announce-item-btn {
  -webkit-transform: translateY(-15px);
  -webkit-transition: all .3s ease 0s;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all .3s ease 0s;
  padding: 46px 24px;
  width: 100%;
  pointer-events: none;
  text-align: center;
}

.services_announce-item-price {
  font-weight: 600;
  font-size: 1.4rem;
}

.services_announce-item-childs {
  background: -webkit-gradient(linear, left bottom, left top, from(#2f4858), color-stop(20%, #2f4858), to(rgba(47, 72, 88, .0)));
  background: linear-gradient(0deg, #2f4858 0%, #2f4858 20%, rgba(47, 72, 88, .0) 100%);
  padding: 24px;
}

.services_announce-childs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.services_announce-childs-list>li {
  display: block;
  padding: 1px 0px;
  font-weight: 500;
  font-size: 0.9rem;
}

.services_announce-childs-list>li>a>img {
  -webkit-filter: invert(1);
  -webkit-transform: translate(0, -2px);
  -webkit-transition: all .3s ease;
  transform: translate(0, -2px);
  filter: invert(1);
  transition: all .3s ease;
}

.services_announce-childs-list>li>a:hover>img {
  -webkit-transform: translate(8px, -2px);
  transform: translate(8px, -2px);
}

.services_announce-item-inner:hover {
  background-color: rgba(47, 72, 88, .6);
}

.services_announce-item-inner:hover .services_announce-item-title {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  pointer-events: none;
}

.services_announce-item-inner:hover .services_announce-item-btn {
  -webkit-transform: translateY(0);
  -webkit-transition-delay: .3s;
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s;
  pointer-events: all;
}

.features-mainpage_item-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.features-mainpage_icon-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--secondary-gradient);
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.features-mainpage_icon-wrap img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 45px;
  height: 45px;
}

.features-mainpage_title {
  font-weight: 600;
  font-size: 1.1rem;
}

.articles-announce_wrap {
  background-color: rgba(0, 0, 0, 0.03);
}

.services-announce_wrap {
  background-color: rgba(0, 0, 0, 0.03);
}

.contacts_header {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.05rem;
}

.contacts_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts_item-link {
  font-weight: 500;
  font-size: 1.05rem;
  text-decoration: underline;
}

.contacts_item-link:hover {
  text-decoration: none;
}

.project-page_features-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 24px;
  height: 100%;
}

.project-page_features-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.project-page_features-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.project-page_features-item:first-child {
  margin-top: 0px;
}

.project-page_features-item>span:first-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.project-page_features-item>span:first-child>img {
  -webkit-filter: invert(46%) sepia(70%) saturate(4472%) hue-rotate(320deg) brightness(91%) contrast(89%);
  filter: invert(46%) sepia(70%) saturate(4472%) hue-rotate(320deg) brightness(91%) contrast(89%);
  margin-right: 8px;
}

.project-page_features-item>span:last-child {
  font-weight: 500;
  text-align: right;
}

.project-page_features-price {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0px;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
}

.project-page_price {
  margin-top: 8px;
  font-weight: 600;
  font-size: 1.5rem;
}

.swiper-buttons--project-page .swiper-button-next,
.swiper-buttons--project-page .swiper-button-prev {
  border-radius: 50%;
  background-color: #fff;
  width: 26px;
  height: 26px;
}

.swiper-buttons--project-page .swiper-button-next:after,
.swiper-buttons--project-page .swiper-button-prev:after {
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  font-size: 1rem;
}

.swiper-buttons--project-page .swiper-button-prev:after {
  -webkit-transform: translate(-1px, 1px);
  transform: translate(-1px, 1px);
}

.project-page_features-question {
  display: block;
  position: relative;
  cursor: pointer;
  color: var(--primary-hex);
}

.project-page_features-question>img {
  -webkit-filter: invert(47%) sepia(65%) saturate(3389%) hue-rotate(339deg) brightness(97%) contrast(94%);
  filter: invert(47%) sepia(65%) saturate(3389%) hue-rotate(339deg) brightness(97%) contrast(94%);
  width: 20px;
  height: 20px;
}

.project-page_question-panel {
  -webkit-transform: translateY(50px);
  -webkit-transition: all .3s ease;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateY(50px);
  opacity: 0;
  transition: all .3s ease;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  width: 300px;
  pointer-events: none;
  color: #333;
  font-size: 0.85rem;
  text-decoration: none;
}

.project-page_features-question:hover .project-page_question-panel {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 1;
  pointer-events: all;
}

:focus:not(:focus-visible) {
  outline: none
}

@media (max-width: 575.99px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1300px) {
  html {
    font-size: 15px;
  }
}

body {
  background-color: var(--bodybg-hex);
  overflow-x: hidden;
  color: var(--primary-text-hex);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  font-family: 'Montserrat';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding-bottom: 0.67rem;
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: none;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-top: 0.73rem;
}

@media(max-width: 991.98px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    text-align: center;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-align: left;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

@media(max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 1.9rem;
  }

  h2,
  .h2 {
    font-size: 1.8rem;
  }
}

h3,
.h3 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 1.31rem;
  line-height: 1.2;
}

.header_pr h4 {
  text-align: center;
  color: #fff;
}

h5,
.h5 {
  display: block;
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 15px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 18px;
}

a,
.a {
  cursor: pointer;
  color: var(--mainblack-hex);
  text-decoration: none;
}

img {
  -webkit-box-sizing: border-box;
  vertical-align: middle;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
}

picture {
  display: block;
}

picture>img {
  height: unset;
}

p {
  margin: 0;
  padding: 5px 0;
}

ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  padding-left: 15px;
  font-size: 1rem;
}

ul>li>ul,
ul>li>ol,
ol>li>ol,
ol>li>ul {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input[type="text"]:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder {
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 20px;
}

input::-moz-placeholder {
  -moz-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 20px;
}

input:-moz-placeholder {
  -moz-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 20px;
}

input:-ms-input-placeholder {
  -ms-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 20px;
}

input:focus::-webkit-input-placeholder {
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 100px;
}

input:focus::-moz-placeholder {
  -moz-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 100px;
}

input:focus:-moz-placeholder {
  -moz-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 100px;
}

input:focus:-ms-input-placeholder {
  -ms-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
  line-height: 100px;
}

textarea:focus::-webkit-input-placeholder {
  -webkit-transition: font-size 0.5s linear;
  transition: font-size 0.5s linear;
  font-size: 0;
}

/*input,*/
textarea,
select {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-box-sizing: border-box;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  box-sizing: border-box;
  margin: 5px 5px;
  outline: none;
  padding: 10px 5px;
  color: var(--mainblack-hex);
  font-size: 14px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  -webkit-box-shadow: 0 1px 1px 0px #999;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  box-shadow: 0 1px 1px 0px #999;
}

::-moz-selection {
  background: #777;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #777;
  color: #fff;
  text-shadow: none;
}

::-moz-selection:window-inactive {
  background: #999;
  color: #fff;
  text-shadow: none;
}

::selection:window-inactive {
  background: #999;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

iframe {
  border: 0;
}

video {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.seebtn {
  -webkit-transition: all .3s ease;
  -webkit-box-shadow: 0 13px 19px 0 rgb(0 0 0 / 1%);
  display: inline-block;
  transition: all .3s ease;
  box-shadow: 0 13px 19px 0 rgb(0 0 0 / 1%);
  border-radius: 24px;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

.seebtn:hover {
  -webkit-transform: translateY(-2px);
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 11px 16px 0 rgb(0 0 0 / 16%);
  transform: translateY(-2px);
  z-index: 1;
  transition: all 0.3s ease;
  box-shadow: 0 11px 16px 0 rgb(0 0 0 / 16%);
  color: var(--primary-text-color);
}

.seebtn>.icon {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-top: -2px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}

input.seebtn {
  cursor: pointer;
  border: none;
}

.seebtn--small {
  padding: 8px 25px;
  font-weight: 500;
  font-size: 0.9rem;
}

.seebtn--extra-small {
  padding: 5px 15px;
  font-weight: 400;
  font-size: 0.8rem;
}

.seebtn--big {
  padding: 14px 27px;
  font-weight: 500;
  font-size: 1.1rem;
}

.seebtn--primary {
  background: var(--primary-gradient);
  color: #fff;
}

.seebtn--primary:hover {
  color: #fff;
}

.seebtn--secondary {
  background-image: var(--secondary-hex);
  color: #fff;
}

.seebtn--secondary:hover {
  -webkit-box-shadow: 0 20px 33px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 20px 33px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.seebtn--secondary-bordered {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--secondary-hex);
  box-shadow: inset 0px 0px 0px 2px var(--secondary-hex);
  background: none;
  color: var(--secondary-hex);
}

.seebtn--secondary-bordered:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--secondary-hex);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0px 0px 0px 2px var(--secondary-hex);
  background: var(--secondary-hex);
  color: #fff;
}

.seebtn--light-bordered {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: none;
  color: #fff;
}

.seebtn--light-bordered:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background: #fff;
  color: var(--primary-hex);
}

.seebtn--primary-bordered {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  background: none;
  color: var(--primary-hex);
}

.seebtn--primary-bordered:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  background: var(--primary-hex);
  color: #fff;
}

.seebtn--modal {
  cursor: pointer;
  border: none;
}

.table_main-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

div.table_wrapper {
  overflow-x: auto;
}

div.table_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
}

div.table_wrapper::-webkit-scrollbar-thumb {
  border: 1px solid var(--secondary-hex);
  border-radius: 25px;
}

div.table_wrapper .table {
  display: table;
}

.pricelist-table_wrapper {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 7%);
  border-radius: 24px;
  background-color: #fff;
  padding: 25px;
}

.pricelist-table_wrapper>table {
  border-spacing: 0px;
  width: 100%;
}

.pricelist-table_wrapper>table>thead>tr>td {
  border-bottom: 2px solid rgba(144, 144, 240, 0.15);
  padding: 12px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
}

.pricelist-table_wrapper>table>tbody>tr>td {
  padding: 12px 16px;
  text-align: center;
}

.pricelist-table_wrapper>table>tbody>tr>td:first-child {
  text-align: left;
}

.pricelist-table_wrapper>table>tbody>tr>td:last-child {
  text-align: center;
}

.pricelist-table_wrapper>table>tbody>tr:hover {
  background: rgba(144, 144, 240, 0.06);
}

.pricelist-table_request-wrapper {
  position: relative;
  font-size: 0.9rem;
  white-space: nowrap;
}

.pricelist-table_request-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  background: rgba(144, 144, 240, 0);
  width: 100%;
  height: 100%;
}

.pricelist-table_request-button a {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
}

.pricelist-table_wrapper>table>tbody>tr:hover .pricelist-table_request-button a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.pricelist-table_wrapper>table>tbody>tr:hover .pricelist-table_request-button {
  background: rgba(144, 144, 240, 0.06);
}

.pricelist-table_available {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.pricelist-table_available>li {
  margin: 1px;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.pricelist-table_available>li:first-child {
  margin-left: 0px;
}

.pricelist-table_available>li:last-child {
  margin-right: 0px;
}

.pricelist-table_available--green>li {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00b85a), color-stop(#1dbb50), color-stop(#2fbe44), color-stop(#3fc136), to(#4dc324));
  background-image: linear-gradient(to top, #00b85a, #1dbb50, #2fbe44, #3fc136, #4dc324);
}

.pricelist-table_available--yellow>li {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe300), color-stop(#fce400), color-stop(#f9e500), color-stop(#f5e600), to(#f2e700));
  background-image: linear-gradient(to bottom, #ffe300, #fce400, #f9e500, #f5e600, #f2e700);
}

.pricelist-table_available--red>li {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c32429), color-stop(#c72035), color-stop(#cb1d42), color-stop(#cd1d4e), to(#cf1f5a));
  background-image: linear-gradient(to top, #c32429, #c72035, #cb1d42, #cd1d4e, #cf1f5a);
}

.pricelist-table_question-wrapper {
  position: absolute;
  top: 0px;
}

.pricelist-table_question-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -1px;
  left: -24px;
  justify-content: center;
  align-items: center;
  cursor: help;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);
  border-radius: 50%;
  background-color: #fff;
  width: 17px;
  height: 17px;
  font-weight: 500;
  font-size: 0.75rem;
}

.pricelist-table_question-text {
  -webkit-transform: translateX(10px);
  -webkit-transition: all .3s ease;
  position: absolute;
  top: -10px;
  left: -190px;
  transform: translateX(10px);
  opacity: 0;
  transition: all .3s ease;
  margin-right: 30px;
  border-radius: 4px;
  background-color: var(--primary-hex);
  padding: 4px;
  pointer-events: none;
  color: #fff;
  font-size: 0.75rem;
}

.pricelist-table_question-wrapper:hover .pricelist-table_question-text {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.product-table_wrapper {
  border-radius: 25px;
  background: var(--lgray-bg-color);
  padding: 25px;
}

.product-table_table {
  border-spacing: 0px;
  width: 100%;
}

.product-table_table>thead>tr>td {
  border-bottom: 2px solid rgba(144, 144, 240, 0.15);
  padding: 16px 25px;
  font-weight: 500;
  font-size: 1.05rem;
  text-align: center;
}

.product-table_table>tbody>tr>td {
  border-bottom: 1px solid rgba(144, 144, 240, 0.15);
  padding: 14px 25px;
  width: 50%;
  text-align: center;
}

.product-table_table>tbody>tr:last-child>td {
  border-bottom: none;
}

.product-table_table>tbody>tr>td:first-child {
  font-weight: 500;
  text-align: left;
}

.product-table_table>tbody>tr>td:last-child {
  text-align: right;
}

.product-table_table>tbody>tr:hover {
  background: rgba(144, 144, 240, 0.06);
}

.product-table_features-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.product-table_features-list>li {
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 4px;
  border-radius: 6px;
  background: var(--primary-color);
  padding: 2px 6px;
  font-size: 0.9rem;
}

.product-extra_table-wrapper {
  border-radius: 4px;
  background-color: var(--lightgray-hex);
  padding: 12px;
}

.product-extra_table-wrapper>table {
  border-spacing: 0px;
  width: 100%;
}

.product-extra_table-wrapper>table>thead>tr>td {
  border-bottom: 2px solid rgba(144, 144, 240, 0.15);
  padding: 12px 16px;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
}

.product-extra_table-wrapper>table>tbody>tr>td {
  padding: 12px 16px;
  text-align: center;
}

.product-extra_table-wrapper>table>tbody>tr>td:first-child {
  width: 35%;
  font-weight: 500;
  text-align: left;
}

.product-extra_table-wrapper>table>tbody>tr>td:last-child {
  text-align: right;
}

.product-extra_table-wrapper>table>tbody>tr:hover {
  background: rgba(144, 144, 240, 0.06);
}

.product-extra_tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-extra_tags-list>li {
  display: inline-block;
  margin: 4px 0px 4px 6px;
  border-radius: 4px;
  background-color: var(--primary-hex);
  padding: 3px 6px;
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
}

.wrap-top {
  padding-top: 15px;
  min-height: 35px;
  font-size: 0.85rem;
}

.hdr-btns_list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hdr-btns_list--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hdr-btns_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all .3s ease;
  border-radius: 24px;
  padding: 4px;
  font-weight: 500;
  font-size: 0.8rem;
}

.hdr-btns_item--tel {
  padding: 0px;
  font-weight: 600;
  font-size: 1.1rem;
}

.hdr-btns_icon {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 18px;
  height: 18px;
}

.hdr-btns_item--primary {
  background: var(--primary-gradient) !important;
  color: #fff;
  padding: 4px 6px;
}

.hdr-btns_item--primary>.hdr-btns_icon {
  filter: invert(1);
}

.hdr-btns_item--primary:hover {
  filter: brightness(95%);
}

.hdr-btns_item:hover {
  background-color: var(--third-hex);
  color: #fff;
}

.hdr-btns_item--tel:hover {
  background-color: transparent;
  color: #333;
  text-decoration: underline;
}

.hdr-btns_item:hover .hdr-btns_icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.hdr-btns_item--whatsapp:hover {
  background-color: #25D366;
}

.hdr-btns_item--viber:hover {
  background-color: #7360f2;
}

.hdr-btns_item--vk:hover {
  background-color: #0077FF;
}

.hdr-btns_item--instagram:hover {
  background-color: #E1306C;
}

.template-homepage .wrap-header {
  -webkit-backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.55);
  width: 100%;
}

@media(max-width: 991.97px) {
  .template-homepage .wrap-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .hdr-btns_list,
  .hdr-btns_list--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.template-homepage .nav-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 8px 0px;
}

.nav-wrap {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 8px 0px;
}

.main-menu_container--fixed {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  padding: 8px 0px;
  width: 100%;
}

.main-menu_container--fixed a {
  color: #333;
}

.main-menu_container--fixed a:hover {
  text-decoration: underline;
}

.breadcrumbs_list {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  list-style: none;
}

.breadcrumbs_item {
  display: inline;
}

.breadcrumbs_item-link {
  text-decoration: underline;
}

.breadcrumbs_item-link:hover {
  text-decoration: none;
}

.footer_section-wrapper {
  background-color: var(--third-hex);
  color: var(--secondary-text-hex);
}

.footer_bottom-wrapper {
  padding: 24px 0px;
  font-size: 0.8rem;
}

.footer_bottom-wrapper hr {
  opacity: .3;
}

.footer_entry-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.footer_entry-desc {
  font-weight: 400;
  font-size: 1rem;
}

.footer-nav_parent-link {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

.footer-nav_parent-link:hover {
  text-decoration: underline;
}

.footer-nav_child-list {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  list-style: none;
}

.footer-nav_child-list a:hover {
  text-decoration: underline;
}

.modal-form_input-title {
  -webkit-box-shadow: none;
  margin: 0px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  font-weight: 600;
  font-size: 1.4rem;
}

.modal-form_input-title:hover,
.modal-form_input-title:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.modal-form_input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
}

.modal-form_input:hover {
  -webkit-box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 5%);
}

.modal-form_input:focus {
  -webkit-box-shadow: 0px 12px 18px 0px rgb(0 0 0 / 8%);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 12px 18px 0px rgb(0 0 0 / 8%);
}

.modal-form_footer {
  font-size: 0.9rem;
}

.sidebar_inner {
  z-index: 999;
}

.sidebar-links_wrapper {
  -webkit-box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  z-index: 999;
  box-shadow: 0 15px 28px 0 rgb(0 0 0 / 11%);
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 0px;
}

.sidebar-links_wrapper>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.collapse-list_parent-row {
  position: relative;
}

.collapse-list_parent-row>a {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 0.9rem;
}

.collapse-list_parent-row>a:hover {
  color: var(--primary-hex);
}

.collapse-list_dropdown {
  -webkit-transition: all .6s ease;
  -webkit-transition-delay: 0ms !important;
  transition: all .6s ease;
  transition-delay: 0ms !important;
  margin: 0px;
  background: rgba(0, 0, 0, 0.02);
  padding: 0px !important;
  max-height: 0;
  overflow: hidden;
  list-style: none;
}

.collapse-list_dropdown .collapse-list_arrow {
  right: 24px;
}

.collapse-list_dropdown .collapse-list_dropdown {
  margin: 0px;
}

.collapse-list_dropdown li {
  position: relative;
}

.collapse-list_dropdown li a {
  -webkit-transition: all .3s ease;
  display: block;
  transition: all .3s ease;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 0.85rem;
}

.collapse-list_dropdown .active a {
  -webkit-box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
}

.collapse-list_dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.collapse-list_arrow {
  -webkit-transition: all .3s ease;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 999;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.collapse-list_arrow:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.collapse-list_arrow:after {
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  background-image: url('/static/icons/ui-icons/chevron-down.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: '';
}

.collapse-list_arrow--active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapse-list_parent-row--active>a {
  background-color: rgba(0, 0, 0, 0.02);
}

.collapse-list_parent-row--alone.collapse-list_parent-row--active>a {
  -webkit-box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
  box-shadow: inset -3px 0px 0px 0px var(--primary-hex);
}

.collapse-list_parent-row>a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  font-family: sans-serif;
}

body {
  margin: 0
}

h1 {}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

a {
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: sans-serif
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em
}

legend {
  -webkit-box-sizing: border-box;
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

.dn {
  display: none !important
}

@media(max-width:575.98px) {

  .dn_x_only,
  .dn_x,
  .dn_s,
  .dn_sm {
    display: none !important
  }

  .project-calculator_parameter-description>p {
    display: none !important;
  }
}

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




  .dn_s_only,
  .dn_s,
  .dn_sm {
    display: none !important
  }
}

@media(min-width:768px) and (max-width:991.98px) {

  .dn_m_only,
  .dn_m,
  .dn_sm,
  .dn_ml {
    display: none !important
  }
}

@media(min-width:992px) and (max-width:1199.98px) {

  .dn_l_only,
  .dn_l,
  .dn_ml {
    display: none !important
  }
}

@media(min-width:1200px) and (max-width:1599.98px) {

  .dn_h_only,
  .dn_h,
  .dn_ml,
  .dn_l {
    display: none !important
  }
}

@media(min-width:1600px) {

  .dn_f_only,
  .dn_f,
  .dn_ml,
  .dn_l,
  .dn_h {
    display: none !important
  }
}

@media (hover:none),
(high-contrast: none) {
  .dn_touch {
    display: none !important
  }
}

@media(max-width:767.98px) {

  .clb_s:after,
  .clb_sm:after,
  .clb:after {
    clear: both
  }

  .clb_s:before,
  .clb_s:after,
  .clb_sm:before,
  .clb_sm:after,
  .clb:before,
  .clb:after {
    display: table;
    content: " "
  }

  .trs03_s,
  .trs03_sm,
  .trs03 {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_s,
  .trs0_sm,
  .trs0 {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_s,
  .za_sm,
  .za {
    z-index: auto !important
  }

  .z0_s,
  .z0_sm,
  .z0 {
    z-index: 0 !important
  }

  .z1_s,
  .z1_sm,
  .z1 {
    z-index: 1 !important
  }

  .z9_s,
  .z9_sm,
  .z9 {
    z-index: 9 !important
  }

  .ord0_s,
  .ord0_sm,
  .ord0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_s,
  .ord99_sm,
  .ord99 {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_s,
  .jcfs_sm,
  .jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_s,
  .jcc_sm,
  .jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_s,
  .jcfe_sm,
  .jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_s,
  .aifs_sm,
  .aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_s,
  .aic_sm,
  .aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_s,
  .aife_sm,
  .aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_s,
  .fx_sm,
  .fx {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_s,
  .df_sm,
  .df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_s,
  .dt_sm,
  .dt {
    display: table !important
  }

  .db_s,
  .db_sm,
  .db {
    display: block !important
  }

  .dib_s,
  .dib_sm,
  .dib {
    display: inline-block !important
  }

  .fln_s,
  .fln_sm,
  .fln {
    float: none !important
  }

  .fll_s,
  .fll_sm,
  .fll {
    float: left !important
  }

  .flr_s,
  .flr_sm,
  .flr {
    float: right !important
  }

  .posr_s,
  .posr_sm,
  .posr {
    position: relative !important
  }

  .posa_s,
  .posa_sm,
  .posa {
    position: absolute !important
  }

  .posf_s,
  .posf_sm,
  .posf {
    position: fixed !important
  }

  .ovh_s,
  .ovh_sm,
  .ovh {
    overflow: hidden !important
  }

  .ovv_s,
  .ovv_sm,
  .ovv {
    overflow: visible !important
  }

  .mawn_s,
  .mawn_sm,
  .mawn {
    max-width: none !important
  }

  .maw100pc_s,
  .maw100pc_sm,
  .maw100pc {
    max-width: 100% !important
  }

  .ha_s,
  .ha_sm,
  .ha {
    height: auto !important
  }

  .fi_s,
  .fi_sm,
  .fi {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_s,
  .tshn_sm,
  .tshn {
    text-shadow: none !important
  }

  .bxshn_s,
  .bxshn_sm,
  .bxshn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_s,
  .w100pc_sm,
  .w100pc {
    width: 100% !important
  }

  .h100pc_s,
  .h100pc_sm,
  .h100pc {
    height: 100% !important
  }

  .tal_s,
  .tal_sm,
  .tal {
    text-align: left !important
  }

  .tar_s,
  .tar_sm,
  .tar {
    text-align: right !important
  }

  .tac_s,
  .tac_sm,
  .tac {
    text-align: center !important
  }

  .ttu_s,
  .ttu_sm,
  .ttu {
    text-transform: uppercase !important
  }

  .tdu_s,
  .tdu_sm,
  .tdu {
    text-decoration: underline !important
  }

  .fwl_s,
  .fwl_sm,
  .fwl {
    font-weight: 100 !important
  }

  .fwn_s,
  .fwn_sm,
  .fwn {
    font-weight: 400 !important
  }

  .fwb_s,
  .fwb_sm,
  .fwb {
    font-weight: 600 !important
  }

  .cfff_s,
  .cfff_sm,
  .cfff {
    color: #fff !important
  }

  .c000_s,
  .c000_sm,
  .c000 {
    color: #000 !important
  }

  .bgfff_s,
  .bgfff_sm,
  .bgfff {
    background-color: #fff !important
  }

  .bgeee_s,
  .bgeee_sm,
  .bgeee {
    background-color: #eee !important
  }

  .bgn_s,
  .bgn_sm,
  .bgn {
    background: none !important
  }

  .mlra_s,
  .mlra_sm,
  .mlra {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_s,
  .m0px_sm,
  .m0px {
    margin: 0 !important
  }

  .mt0px_s,
  .mt0px_sm,
  .mt0px {
    margin-top: 0 !important
  }

  .mt5px_s,
  .mt5px_sm,
  .mt5px {
    margin-top: 5px !important
  }

  .mt10px_s,
  .mt10px_sm,
  .mt10px {
    margin-top: 10px !important
  }

  .mt15px_s,
  .mt15px_sm,
  .mt15px {
    margin-top: 15px !important
  }

  .mt20px_s,
  .mt20px_sm,
  .mt20px {
    margin-top: 20px !important
  }

  .mt30px_s,
  .mt30px_sm,
  .mt30px {
    margin-top: 30px !important
  }

  .mt45px_s,
  .mt45px_sm,
  .mt45px {
    margin-top: 45px !important
  }

  .mt60px_s,
  .mt60px_sm,
  .mt60px {
    margin-top: 60px !important
  }

  .mt75px_s,
  .mt75px_sm,
  .mt75px {
    margin-top: 75px !important
  }

  .mb0px_s,
  .mb0px_sm,
  .mb0px {
    margin-bottom: 0 !important
  }

  .mb5px_s,
  .mb5px_sm,
  .mb5px {
    margin-bottom: 5px !important
  }

  .mb10px_s,
  .mb10px_sm,
  .mb10px {
    margin-bottom: 10px !important
  }

  .mb15px_s,
  .mb15px_sm,
  .mb15px {
    margin-bottom: 15px !important
  }

  .mb20px_s,
  .mb20px_sm,
  .mb20px {
    margin-bottom: 20px !important
  }

  .mb30px_s,
  .mb30px_sm,
  .mb30px {
    margin-bottom: 30px !important
  }

  .mb45px_s,
  .mb45px_sm,
  .mb45px {
    margin-bottom: 45px !important
  }

  .mb60px_s,
  .mb60px_sm,
  .mb60px {
    margin-bottom: 60px !important
  }

  .mb75px_s,
  .mb75px_sm,
  .mb75px {
    margin-bottom: 75px !important
  }

  .ml0px_s,
  .ml0px_sm,
  .ml0px {
    margin-left: 0 !important
  }

  .ml5px_s,
  .ml5px_sm,
  .ml5px {
    margin-left: 5px !important
  }

  .ml10px_s,
  .ml10px_sm,
  .ml10px {
    margin-left: 10px !important
  }

  .ml15px_s,
  .ml15px_sm,
  .ml15px {
    margin-left: 15px !important
  }

  .ml20px_s,
  .ml20px_sm,
  .ml20px {
    margin-left: 20px !important
  }

  .ml30px_s,
  .ml30px_sm,
  .ml30px {
    margin-left: 30px !important
  }

  .ml45px_s,
  .ml45px_sm,
  .ml45px {
    margin-left: 45px !important
  }

  .ml60px_s,
  .ml60px_sm,
  .ml60px {
    margin-left: 60px !important
  }

  .ml75px_s,
  .ml75px_sm,
  .ml75px {
    margin-left: 75px !important
  }

  .mr0px_s,
  .mr0px_sm,
  .mr0px {
    margin-right: 0 !important
  }

  .mr5px_s,
  .mr5px_sm,
  .mr5px {
    margin-right: 5px !important
  }

  .mr10px_s,
  .mr10px_sm,
  .mr10px {
    margin-right: 10px !important
  }

  .mr15px_s,
  .mr15px_sm,
  .mr15px {
    margin-right: 15px !important
  }

  .mr20px_s,
  .mr20px_sm,
  .mr20px {
    margin-right: 20px !important
  }

  .mr30px_s,
  .mr30px_sm,
  .mr30px {
    margin-right: 30px !important
  }

  .mr45px_s,
  .mr45px_sm,
  .mr45px {
    margin-right: 45px !important
  }

  .mr60px_s,
  .mr60px_sm,
  .mr60px {
    margin-right: 60px !important
  }

  .mr75px_s,
  .mr75px_sm,
  .mr75px {
    margin-right: 75px !important
  }

  .p0px_s,
  .p0px_sm,
  .p0px {
    padding: 0 !important
  }

  .pt0px_s,
  .pt0px_sm,
  .pt0 {
    padding-top: 0 !important
  }

  .pt5px_s,
  .pt5px_sm,
  .pt5px {
    padding-top: 5px !important
  }

  .pt10px_s,
  .pt10px_sm,
  .pt10px {
    padding-top: 10px !important
  }

  .pt15px_s,
  .pt15px_sm,
  .pt15px {
    padding-top: 15px !important
  }

  .pt20px_s,
  .pt20px_sm,
  .pt20px {
    padding-top: 20px !important
  }

  .pt30px_s,
  .pt30px_sm,
  .pt30px {
    padding-top: 30px !important
  }

  .pt45px_s,
  .pt45px_sm,
  .pt45px {
    padding-top: 45px !important
  }

  .pt60px_s,
  .pt60px_sm,
  .pt60px {
    padding-top: 60px !important
  }

  .pt75px_s,
  .pt75px_sm,
  .pt75px {
    padding-top: 75px !important
  }

  .pb0_s,
  .pb0px_sm,
  .pb0px {
    padding-bottom: 0 !important
  }

  .pb5px_s,
  .pb5px_sm,
  .pb5px {
    padding-bottom: 5px !important
  }

  .pb10px_s,
  .pb10px_sm,
  .pb10px {
    padding-bottom: 10px !important
  }

  .pb15px_s,
  .pb15px_sm,
  .pb15px {
    padding-bottom: 15px !important
  }

  .pb20px_s,
  .pb20px_sm,
  .pb20px {
    padding-bottom: 20px !important
  }

  .pb30px_s,
  .pb30px_sm,
  .pb30px {
    padding-bottom: 30px !important
  }

  .pb45px_s,
  .pb45px_sm,
  .pb45px {
    padding-bottom: 45px !important
  }

  .pb60px_s,
  .pb60px_sm,
  .pb60px {
    padding-bottom: 60px !important
  }

  .pb75px_s,
  .pb75px_sm,
  .pb75px {
    padding-bottom: 75px !important
  }

  .pl0px_s,
  .pl0px_sm,
  .pl0px {
    padding-left: 0 !important
  }

  .pl5px_s,
  .pl5px_sm,
  .pl5px {
    padding-left: 5px !important
  }

  .pl10px_s,
  .pl10px_sm,
  .pl10px {
    padding-left: 10px !important
  }

  .pl15px_s,
  .pl15px_sm,
  .pl15px {
    padding-left: 15px !important
  }

  .pl20px_s,
  .pl20px_sm,
  .pl20px {
    padding-left: 20px !important
  }

  .pl30px_s,
  .pl30px_sm,
  .pl30px {
    padding-left: 30px !important
  }

  .pl45px_s,
  .pl45px_sm,
  .pl45px {
    padding-left: 45px !important
  }

  .pl60px_s,
  .pl60px_sm,
  .pl60px {
    padding-left: 60px !important
  }

  .pl75px_s,
  .pl75px_sm,
  .pl75px {
    padding-left: 75px !important
  }

  .pr0px_s,
  .pr0px_sm,
  .pr0px {
    padding-right: 0 !important
  }

  .pr5px_s,
  .pr5px_sm,
  .pr5px {
    padding-right: 5px !important
  }

  .pr10px_s,
  .pr10px_sm,
  .pr10px {
    padding-right: 10px !important
  }

  .pr15px_s,
  .pr15px_sm,
  .pr15px {
    padding-right: 15px !important
  }

  .pr20px_s,
  .pr20px_sm,
  .pr20px {
    padding-right: 20px !important
  }

  .pr30px_s,
  .pr30px_sm,
  .pr30px {
    padding-right: 30px !important
  }

  .pr45px_s,
  .pr45px_sm,
  .pr45px {
    padding-right: 45px !important
  }

  .pr60px_s,
  .pr60px_sm,
  .pr60px {
    padding-right: 60px !important
  }

  .pr75px_s,
  .pr75px_sm,
  .pr75px {
    padding-right: 75px !important
  }
}

@media(max-width:575.98px) {
  .clb_x:after {
    clear: both
  }

  .clb_x:before,
  .clb_x:after {
    display: table;
    content: " "
  }

  .trs03_x {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_x {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_x {
    z-index: auto !important
  }

  .z0_x {
    z-index: 0 !important
  }

  .z1_x {
    z-index: 1 !important
  }

  .z9_x {
    z-index: 9 !important
  }

  .ord0_x {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_x {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_x {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_x {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_x {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_x {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_x {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_x {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_x {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_x {
    display: table !important
  }

  .db_x {
    display: block !important
  }

  .dib_x {
    display: inline-block !important
  }

  .fln_x {
    float: none !important
  }

  .fll_x {
    float: left !important
  }

  .flr_x {
    float: right !important
  }

  .posr_x {
    position: relative !important
  }

  .posa_x {
    position: absolute !important
  }

  .posf_x {
    position: fixed !important
  }

  .ovh_x {
    overflow: hidden !important
  }

  .ovv_x {
    overflow: visible !important
  }

  .mawn_x {
    max-width: none !important
  }

  .maw100pc_x {
    max-width: 100% !important
  }

  .ha_x {
    height: auto !important
  }

  .fi_x {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_x {
    text-shadow: none !important
  }

  .bxshn_x {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_x {
    width: 100% !important
  }

  .h100pc_x {
    height: 100% !important
  }

  .tal_x {
    text-align: left !important
  }

  .tar_x {
    text-align: right !important
  }

  .tac_x {
    text-align: center !important
  }

  .ttu_x {
    text-transform: uppercase !important
  }

  .tdu_x {
    text-decoration: underline !important
  }

  .fwl_x {
    font-weight: 100 !important
  }

  .fwn_x {
    font-weight: 400 !important
  }

  .fwb_x {
    font-weight: 600 !important
  }

  .cfff_x {
    color: #fff !important
  }

  .c000_x {
    color: #000 !important
  }

  .bgfff_x {
    background-color: #fff !important
  }

  .bgeee_x {
    background-color: #eee !important
  }

  .bgn_x {
    background: none !important
  }

  .mlra_x {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_x {
    margin: 0 !important
  }

  .mt0px_x {
    margin-top: 0 !important
  }

  .mt5px_x {
    margin-top: 5px !important
  }

  .mt10px_x {
    margin-top: 10px !important
  }

  .mt15px_x {
    margin-top: 15px !important
  }

  .mt20px_x {
    margin-top: 20px !important
  }

  .mt30px_x {
    margin-top: 30px !important
  }

  .mt45px_x {
    margin-top: 45px !important
  }

  .mt60px_x {
    margin-top: 60px !important
  }

  .mt75px_x {
    margin-top: 75px !important
  }

  .mb0px_x {
    margin-bottom: 0 !important
  }

  .mb5px_x {
    margin-bottom: 5px !important
  }

  .mb10px_x {
    margin-bottom: 10px !important
  }

  .mb15px_x {
    margin-bottom: 15px !important
  }

  .mb20px_x {
    margin-bottom: 20px !important
  }

  .mb30px_x {
    margin-bottom: 30px !important
  }

  .mb45px_x {
    margin-bottom: 45px !important
  }

  .mb60px_x {
    margin-bottom: 60px !important
  }

  .mb75px_x {
    margin-bottom: 75px !important
  }

  .ml0px_x {
    margin-left: 0 !important
  }

  .ml5px_x {
    margin-left: 5px !important
  }

  .ml10px_x {
    margin-left: 10px !important
  }

  .ml15px_x {
    margin-left: 15px !important
  }

  .ml20px_x {
    margin-left: 20px !important
  }

  .ml30px_x {
    margin-left: 30px !important
  }

  .ml45px_x {
    margin-left: 45px !important
  }

  .ml60px_x {
    margin-left: 60px !important
  }

  .ml75px_x {
    margin-left: 75px !important
  }

  .mr0px_x {
    margin-right: 0 !important
  }

  .mr5px_x {
    margin-right: 5px !important
  }

  .mr10px_x {
    margin-right: 10px !important
  }

  .mr15px_x {
    margin-right: 15px !important
  }

  .mr20px_x {
    margin-right: 20px !important
  }

  .mr30px_x {
    margin-right: 30px !important
  }

  .mr45px_x {
    margin-right: 45px !important
  }

  .mr60px_x {
    margin-right: 60px !important
  }

  .mr75px_x {
    margin-right: 75px !important
  }

  .p0px_x {
    padding: 0 !important
  }

  .pt0px_x {
    padding-top: 0 !important
  }

  .pt5px_x {
    padding-top: 5px !important
  }

  .pt10px_x {
    padding-top: 10px !important
  }

  .pt15px_x {
    padding-top: 15px !important
  }

  .pt20px_x {
    padding-top: 20px !important
  }

  .pt30px_x {
    padding-top: 30px !important
  }

  .pt45px_x {
    padding-top: 45px !important
  }

  .pt60px_x {
    padding-top: 60px !important
  }

  .pt75px_x {
    padding-top: 75px !important
  }

  .pb0_x {
    padding-bottom: 0 !important
  }

  .pb5px_x {
    padding-bottom: 5px !important
  }

  .pb10px_x {
    padding-bottom: 10px !important
  }

  .pb15px_x {
    padding-bottom: 15px !important
  }

  .pb20px_x {
    padding-bottom: 20px !important
  }

  .pb30px_x {
    padding-bottom: 30px !important
  }

  .pb45px_x {
    padding-bottom: 45px !important
  }

  .pb60px_x {
    padding-bottom: 60px !important
  }

  .pb75px_x {
    padding-bottom: 75px !important
  }

  .pl0px_x {
    padding-left: 0 !important
  }

  .pl5px_x {
    padding-left: 5px !important
  }

  .pl10px_x {
    padding-left: 10px !important
  }

  .pl15px_x {
    padding-left: 15px !important
  }

  .pl20px_x {
    padding-left: 20px !important
  }

  .pl30px_x {
    padding-left: 30px !important
  }

  .pl45px_x {
    padding-left: 45px !important
  }

  .pl60px_x {
    padding-left: 60px !important
  }

  .pl75px_x {
    padding-left: 75px !important
  }

  .pr0px_x {
    padding-right: 0 !important
  }

  .pr5px_x {
    padding-right: 5px !important
  }

  .pr10px_x {
    padding-right: 10px !important
  }

  .pr15px_x {
    padding-right: 15px !important
  }

  .pr20px_x {
    padding-right: 20px !important
  }

  .pr30px_x {
    padding-right: 30px !important
  }

  .pr45px_x {
    padding-right: 45px !important
  }

  .pr60px_x {
    padding-right: 60px !important
  }

  .pr75px_x {
    padding-right: 75px !important
  }
}

@media (min-width:768px) and (max-width:991.98px) {

  .clb_m:after,
  .clb_sm:after,
  .clb_ml:after,
  .clb:after {
    clear: both
  }

  .clb_m:before,
  .clb_m:after,
  .clb_sm:before,
  .clb_sm:after,
  .clb_ml:before,
  .clb_ml:after,
  .clb:before,
  .clb:after {
    display: table;
    content: " "
  }

  .trs03_m,
  .trs03_sm,
  .trs03_ml,
  .trs03 {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_m,
  .trs0_sm,
  .trs0_ml,
  .trs0 {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_m,
  .za_sm,
  .za_ml,
  .za {
    z-index: auto !important
  }

  .z0_m,
  .z0_sm,
  .z0_ml,
  .z0 {
    z-index: 0 !important
  }

  .z1_m,
  .z1_sm,
  .z1_ml,
  .z1 {
    z-index: 1 !important
  }

  .z9_m,
  .z9_sm,
  .z9_ml,
  .z9 {
    z-index: 9 !important
  }

  .ord0_m,
  .ord0_sm,
  .ord0_ml,
  .ord0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_m,
  .ord99_sm,
  .ord99_ml,
  .ord99 {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_m,
  .jcfs_sm,
  .jcfs_ml,
  .jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_m,
  .jcc_sm,
  .jcc_ml,
  .jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_m,
  .jcfe_sm,
  .jcfe_ml,
  .jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_m,
  .aifs_sm,
  .aifs_ml,
  .aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_m,
  .aic_sm,
  .aic_ml,
  .aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_m,
  .aife_sm,
  .aife_ml,
  .aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_m,
  .fx_sm,
  .fx_ml,
  .fx {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_m,
  .df_sm,
  .df_ml,
  .df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_m,
  .dt_sm,
  .dt_ml,
  .dt {
    display: table !important
  }

  .db_m,
  .db_sm,
  .db_ml,
  .db {
    display: block !important
  }

  .dib_m,
  .dib_sm,
  .dib_ml,
  .dib {
    display: inline-block !important
  }

  .fln_m,
  .fln_sm,
  .fln_ml,
  .fln {
    float: none !important
  }

  .fll_m,
  .fll_sm,
  .fll_ml,
  .fll {
    float: left !important
  }

  .flr_m,
  .flr_sm,
  .flr_ml,
  .flr {
    float: right !important
  }

  .posr_m,
  .posr_sm,
  .posr_ml,
  .posr {
    position: relative !important
  }

  .posa_m,
  .posa_sm,
  .posa_ml,
  .posa {
    position: absolute !important
  }

  .posf_m,
  .posf_sm,
  .posf_ml,
  .posf {
    position: fixed !important
  }

  .ovh_m,
  .ovh_sm,
  .ovh_ml,
  .ovh {
    overflow: hidden !important
  }

  .ovv_m,
  .ovv_sm,
  .ovv_ml,
  .ovv {
    overflow: visible !important
  }

  .mawn_m,
  .mawn_sm,
  .mawn_ml,
  .mawn {
    max-width: none !important
  }

  .maw100pc_m,
  .maw100pc_sm,
  .maw100pc_ml,
  .maw100pc {
    max-width: 100% !important
  }

  .ha_m,
  .ha_sm,
  .ha_ml,
  .ha {
    height: auto !important
  }

  .fi_m,
  .fi_sm,
  .fi_ml,
  .fi {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_m,
  .tshn_sm,
  .tshn_ml,
  .tshn {
    text-shadow: none !important
  }

  .bxshn_m,
  .bxshn_sm,
  .bxshn_ml,
  .bxshn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_m,
  .w100pc_sm,
  .w100pc_ml,
  .w100pc {
    width: 100% !important
  }

  .h100pc_m,
  .h100pc_sm,
  .h100pc_ml,
  .h100pc {
    height: 100% !important
  }

  .tal_m,
  .tal_sm,
  .tal_ml,
  .tal {
    text-align: left !important
  }

  .tar_m,
  .tar_sm,
  .tar_ml,
  .tar {
    text-align: right !important
  }

  .tac_m,
  .tac_sm,
  .tac_ml,
  .tac {
    text-align: center !important
  }

  .ttu_m,
  .ttu_sm,
  .ttu_ml,
  .ttu {
    text-transform: uppercase !important
  }

  .tdu_m,
  .tdu_sm,
  .tdu_ml,
  .tdu {
    text-decoration: underline !important
  }

  .fwl_m,
  .fwl_sm,
  .fwl_ml,
  .fwl {
    font-weight: 100 !important
  }

  .fwn_m,
  .fwn_sm,
  .fwn_ml,
  .fwn {
    font-weight: 400 !important
  }

  .fwb_m,
  .fwb_sm,
  .fwb_ml,
  .fwb {
    font-weight: 600 !important
  }

  .cfff_m,
  .cfff_sm,
  .cfff_ml,
  .cfff {
    color: #fff !important
  }

  .c000_m,
  .c000_sm,
  .c000_ml,
  .c000 {
    color: #000 !important
  }

  .bgfff_m,
  .bgfff_sm,
  .bgfff_ml,
  .bgfff {
    background-color: #fff !important
  }

  .bgeee_m,
  .bgeee_sm,
  .bgeee_ml,
  .bgeee {
    background-color: #eee !important
  }

  .bgn_m,
  .eee_sm,
  .bgn_ml,
  .bgn {
    background: none !important
  }

  .mlra_m,
  .mlra_sm,
  .mlra_ml,
  .mlra {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_m,
  .m0px_sm,
  .m0px_ml,
  .m0px {
    margin: 0 !important
  }

  .mt0px_m,
  .mt0px_sm,
  .mt0px_ml,
  .mt0px {
    margin-top: 0 !important
  }

  .mt5px_m,
  .mt5px_sm,
  .mt5px_ml,
  .mt5px {
    margin-top: 5px !important
  }

  .mt10px_m,
  .mt10px_sm,
  .mt10px_ml,
  .mt10px {
    margin-top: 10px !important
  }

  .mt15px_m,
  .mt15px_sm,
  .mt15px_ml,
  .mt15px {
    margin-top: 15px !important
  }

  .mt20px_m,
  .mt20px_sm,
  .mt20px_ml,
  .mt20px {
    margin-top: 20px !important
  }

  .mt30px_m,
  .mt30px_sm,
  .mt30px_ml,
  .mt30px {
    margin-top: 30px !important
  }

  .mt45px_m,
  .mt45px_sm,
  .mt45px_ml,
  .mt45px {
    margin-top: 45px !important
  }

  .mt60px_m,
  .mt60px_sm,
  .mt60px_ml,
  .mt60px {
    margin-top: 60px !important
  }

  .mt75px_m,
  .mt75px_sm,
  .mt75px_ml,
  .mt75px {
    margin-top: 75px !important
  }

  .mb0px_m,
  .mb0px_sm,
  .mb0px_ml,
  .mb0px {
    margin-bottom: 0 !important
  }

  .mb5px_m,
  .mb5px_sm,
  .mb5px_ml,
  .mb5px {
    margin-bottom: 5px !important
  }

  .mb10px_m,
  .mb10px_sm,
  .mb10px_ml,
  .mb10px {
    margin-bottom: 10px !important
  }

  .mb15px_m,
  .mb15px_sm,
  .mb15px_ml,
  .mb15px {
    margin-bottom: 15px !important
  }

  .mb20px_m,
  .mb20px_sm,
  .mb20px_ml,
  .mb20px {
    margin-bottom: 20px !important
  }

  .mb30px_m,
  .mb30px_sm,
  .mb30px_ml,
  .mb30px {
    margin-bottom: 30px !important
  }

  .mb45px_m,
  .mb45px_sm,
  .mb45px_ml,
  .mb45px {
    margin-bottom: 45px !important
  }

  .mb60px_m,
  .mb60px_sm,
  .mb60px_ml,
  .mb60px {
    margin-bottom: 60px !important
  }

  .mb75px_m,
  .mb75px_sm,
  .mb75px_ml,
  .mb75px {
    margin-bottom: 75px !important
  }

  .ml0px_m,
  .ml0px_sm,
  .ml0px_ml,
  .ml0px {
    margin-left: 0 !important
  }

  .ml5px_m,
  .ml5px_sm,
  .ml5px_ml,
  .ml5px {
    margin-left: 5px !important
  }

  .ml10px_m,
  .ml10px_sm,
  .ml10px_ml,
  .ml10px {
    margin-left: 10px !important
  }

  .ml15px_m,
  .ml15px_sm,
  .ml15px_ml,
  .ml15px {
    margin-left: 15px !important
  }

  .ml20px_m,
  .ml20px_sm,
  .ml20px_ml,
  .ml20px {
    margin-left: 20px !important
  }

  .ml30px_m,
  .ml30px_sm,
  .ml30px_ml,
  .ml30px {
    margin-left: 30px !important
  }

  .ml45px_m,
  .ml45px_sm,
  .ml45px_ml,
  .ml45px {
    margin-left: 45px !important
  }

  .ml60px_m,
  .ml60px_sm,
  .ml60px_ml,
  .ml60px {
    margin-left: 60px !important
  }

  .ml75px_m,
  .ml75px_sm,
  .ml75px_ml,
  .ml75px {
    margin-left: 75px !important
  }

  .mr0px_m,
  .mr0px_sm,
  .mr0px_ml,
  .mr0px {
    margin-right: 0 !important
  }

  .mr5px_m,
  .mr5px_sm,
  .mr5px_ml,
  .mr5px {
    margin-right: 5px !important
  }

  .mr10px_m,
  .mr10px_sm,
  .mr10px_ml,
  .mr10px {
    margin-right: 10px !important
  }

  .mr15px_m,
  .mr15px_sm,
  .mr15px_ml,
  .mr15px {
    margin-right: 15px !important
  }

  .mr20px_m,
  .mr20px_sm,
  .mr20px_ml,
  .mr20px {
    margin-right: 20px !important
  }

  .mr30px_m,
  .mr30px_sm,
  .mr30px_ml,
  .mr30px {
    margin-right: 30px !important
  }

  .mr45px_m,
  .mr45px_sm,
  .mr45px_ml,
  .mr45px {
    margin-right: 45px !important
  }

  .mr60px_m,
  .mr60px_sm,
  .mr60px_ml,
  .mr60px {
    margin-right: 60px !important
  }

  .mr75px_m,
  .mr75px_sm,
  .mr75px_ml,
  .mr75px {
    margin-right: 75px !important
  }

  .p0px_m,
  .p0px_sm,
  .p0px_ml,
  .p0px {
    padding: 0 !important
  }

  .pt0px_m,
  .pt0px_sm,
  .pt0px_ml,
  .pt0 {
    padding-top: 0 !important
  }

  .pt5px_m,
  .pt5px_sm,
  .pt5px_ml,
  .pt5px {
    padding-top: 5px !important
  }

  .pt10px_m,
  .pt10px_sm,
  .pt10px_ml,
  .pt10px {
    padding-top: 10px !important
  }

  .pt15px_m,
  .pt15px_sm,
  .pt15px_ml,
  .pt15px {
    padding-top: 15px !important
  }

  .pt20px_m,
  .pt20px_sm,
  .pt20px_ml,
  .pt20px {
    padding-top: 20px !important
  }

  .pt30px_m,
  .pt30px_sm,
  .pt30px_ml,
  .pt30px {
    padding-top: 30px !important
  }

  .pt45px_m,
  .pt45px_sm,
  .pt45px_ml,
  .pt45px {
    padding-top: 45px !important
  }

  .pt60px_m,
  .pt60px_sm,
  .pt60px_ml,
  .pt60px {
    padding-top: 60px !important
  }

  .pt75px_m,
  .pt75px_sm,
  .pt75px_ml,
  .pt75px {
    padding-top: 75px !important
  }

  .pb0_m,
  .pb0px_sm,
  .pb0px_ml,
  .pb0px {
    padding-bottom: 0 !important
  }

  .pb5px_m,
  .pb5px_sm,
  .pb5px_ml,
  .pb5px {
    padding-bottom: 5px !important
  }

  .pb10px_m,
  .pb10px_sm,
  .pb10px_ml,
  .pb10px {
    padding-bottom: 10px !important
  }

  .pb15px_m,
  .pb15px_sm,
  .pb15px_ml,
  .pb15px {
    padding-bottom: 15px !important
  }

  .pb20px_m,
  .pb20px_sm,
  .pb20px_ml,
  .pb20px {
    padding-bottom: 20px !important
  }

  .pb30px_m,
  .pb30px_sm,
  .pb30px_ml,
  .pb30px {
    padding-bottom: 30px !important
  }

  .pb45px_m,
  .pb45px_sm,
  .pb45px_ml,
  .pb45px {
    padding-bottom: 45px !important
  }

  .pb60px_m,
  .pb60px_sm,
  .pb60px_ml,
  .pb60px {
    padding-bottom: 60px !important
  }

  .pb75px_m,
  .pb75px_sm,
  .pb75px_ml,
  .pb75px {
    padding-bottom: 75px !important
  }

  .pl0px_m,
  .pl0px_sm,
  .pl0px_ml,
  .pl0px {
    padding-left: 0 !important
  }

  .pl5px_m,
  .pl5px_sm,
  .pl5px_ml,
  .pl5px {
    padding-left: 5px !important
  }

  .pl10px_m,
  .pl10px_sm,
  .pl10px_ml,
  .pl10px {
    padding-left: 10px !important
  }

  .pl15px_m,
  .pl15px_sm,
  .pl15px_ml,
  .pl15px {
    padding-left: 15px !important
  }

  .pl20px_m,
  .pl20px_sm,
  .pl20px_ml,
  .pl20px {
    padding-left: 20px !important
  }

  .pl30px_m,
  .pl30px_sm,
  .pl30px_ml,
  .pl30px {
    padding-left: 30px !important
  }

  .pl45px_m,
  .pl45px_sm,
  .pl45px_ml,
  .pl45px {
    padding-left: 45px !important
  }

  .pl60px_m,
  .pl60px_sm,
  .pl60px_ml,
  .pl60px {
    padding-left: 60px !important
  }

  .pl75px_m,
  .pl75px_sm,
  .pl75px_ml,
  .pl75px {
    padding-left: 75px !important
  }

  .pr0px_m,
  .pr0px_sm,
  .pr0px_ml,
  .pr0px {
    padding-right: 0 !important
  }

  .pr5px_m,
  .pr5px_sm,
  .pr5px_ml,
  .pr5px {
    padding-right: 5px !important
  }

  .pr10px_m,
  .pr10px_sm,
  .pr10px_ml,
  .pr10px {
    padding-right: 10px !important
  }

  .pr15px_m,
  .pr15px_sm,
  .pr15px_ml,
  .pr15px {
    padding-right: 15px !important
  }

  .pr20px_m,
  .pr20px_sm,
  .pr20px_ml,
  .pr20px {
    padding-right: 20px !important
  }

  .pr30px_m,
  .pr30px_sm,
  .pr30px_ml,
  .pr30px {
    padding-right: 30px !important
  }

  .pr45px_m,
  .pr45px_sm,
  .pr45px_ml,
  .pr45px {
    padding-right: 45px !important
  }

  .pr60px_m,
  .pr60px_sm,
  .pr60px_ml,
  .pr60px {
    padding-right: 60px !important
  }

  .pr75px_m,
  .pr75px_sm,
  .pr75px_ml,
  .pr75px {
    padding-right: 75px !important
  }
}

@media(min-width:992px) {

  .clb_l:after,
  .clb_ml:after,
  .clb:after {
    clear: both
  }

  .clb_l:before,
  .clb_l:after,
  .clb_ml:before,
  .clb_ml:after,
  .clb:before,
  .clb:after {
    display: table;
    content: " "
  }

  .trs03_l,
  .trs03_ml,
  .trs03 {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_l,
  .trs0_ml,
  .trs0 {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_l,
  .za_ml,
  .za {
    z-index: auto !important
  }

  .z0_l,
  .z0_ml,
  .z0 {
    z-index: 0 !important
  }

  .z1_l,
  .z1_ml,
  .z1 {
    z-index: 1 !important
  }

  .z9_l,
  .z9_ml,
  .z9 {
    z-index: 9 !important
  }

  .ord0_l,
  .ord0_ml,
  .ord0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_l,
  .ord99_ml,
  .ord99 {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_l,
  .jcfs_ml,
  .jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_l,
  .jcc_ml,
  .jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_l,
  .jcfe_ml,
  .jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_l,
  .aifs_ml,
  .aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_l,
  .aic_ml,
  .aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_l,
  .aife_ml,
  .aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_l,
  .fx_ml,
  .fx {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_l,
  .df_ml,
  .df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_l,
  .dt_ml,
  .dt {
    display: table !important
  }

  .db_l,
  .db_ml,
  .db {
    display: block !important
  }

  .dib_l,
  .dib_ml,
  .dib {
    display: inline-block !important
  }

  .fln_l,
  .fln_ml,
  .fln {
    float: none !important
  }

  .fll_l,
  .fll_ml,
  .fll {
    float: left !important
  }

  .flr_l,
  .flr_ml,
  .flr {
    float: right !important
  }

  .posr_l,
  .posr_ml,
  .posr {
    position: relative !important
  }

  .posa_l,
  .posa_ml,
  .posa {
    position: absolute !important
  }

  .posf_l,
  .posf_ml,
  .posf {
    position: fixed !important
  }

  .ovh_l,
  .ovh_ml,
  .ovh {
    overflow: hidden !important
  }

  .ovv_l,
  .ovv_ml,
  .ovv {
    overflow: visible !important
  }

  .mawn_l,
  .mawn_ml,
  .mawn {
    max-width: none !important
  }

  .maw100pc_l,
  .maw100pc_ml,
  .maw100pc {
    max-width: 100% !important
  }

  .ha_l,
  .ha_ml,
  .ha {
    height: auto !important
  }

  .fi_l,
  .fi_ml,
  .fi {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_l,
  .tshn_ml,
  .tshn {
    text-shadow: none !important
  }

  .bxshn_l,
  .bxshn_ml,
  .bxshn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_l,
  .w100pc_ml,
  .w100pc {
    width: 100% !important
  }

  .h100pc_l,
  .h100pc_ml,
  .h100pc {
    height: 100% !important
  }

  .tal_l,
  .tal_ml,
  .tal {
    text-align: left !important
  }

  .tar_l,
  .tar_ml,
  .tar {
    text-align: right !important
  }

  .tac_l,
  .tac_ml,
  .tac {
    text-align: center !important
  }

  .ttu_l,
  .ttu_ml,
  .ttu {
    text-transform: uppercase !important
  }

  .tdu_l,
  .tdu_ml,
  .tdu {
    text-decoration: underline !important
  }

  .fwl_l,
  .fwl_ml,
  .fwl {
    font-weight: 100 !important
  }

  .fwn_l,
  .fwn_ml,
  .fwn {
    font-weight: 400 !important
  }

  .fwb_l,
  .fwb_ml,
  .fwb {
    font-weight: 600 !important
  }

  .cfff_l,
  .cfff_ml,
  .cfff {
    color: #fff !important
  }

  .c000_l,
  .c000_ml,
  .c000 {
    color: #000 !important
  }

  .bgfff_l,
  .bgfff_ml,
  .bgfff {
    background-color: #fff !important
  }

  .bgeee_l,
  .bgeee_ml,
  .bgeee {
    background-color: #eee !important
  }

  .bgn_l,
  .eee_ml,
  .bgn {
    background: none !important
  }

  .mlra_l,
  .mlra_ml,
  .mlra {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_l,
  .m0px_ml,
  .m0px {
    margin: 0 !important
  }

  .mt0px_l,
  .mt0px_ml,
  .mt0px {
    margin-top: 0 !important
  }

  .mt5px_l,
  .mt5px_ml,
  .mt5px {
    margin-top: 5px !important
  }

  .mt10px_l,
  .mt10px_ml,
  .mt10px {
    margin-top: 10px !important
  }

  .mt15px_l,
  .mt15px_ml,
  .mt15px {
    margin-top: 15px !important
  }

  .mt20px_l,
  .mt20px_ml,
  .mt20px {
    margin-top: 20px !important
  }

  .mt30px_l,
  .mt30px_ml,
  .mt30px {
    margin-top: 30px !important
  }

  .mt45px_l,
  .mt45px_ml,
  .mt45px {
    margin-top: 45px !important;
  }

  .mt60px_l,
  .mt60px_ml,
  .mt60px {
    margin-top: 60px !important
  }

  .mt75px_l,
  .mt75px_ml,
  .mt75px {
    margin-top: 75px !important
  }

  .mb0px_l,
  .mb0px_ml,
  .mb0px {
    margin-bottom: 0 !important
  }

  .mb5px_l,
  .mb5px_ml,
  .mb5px {
    margin-bottom: 5px !important
  }

  .mb10px_l,
  .mb10px_ml,
  .mb10px {
    margin-bottom: 10px !important
  }

  .mb15px_l,
  .mb15px_ml,
  .mb15px {
    margin-bottom: 15px !important
  }

  .mb20px_l,
  .mb20px_ml,
  .mb20px {
    margin-bottom: 20px !important
  }

  .mb30px_l,
  .mb30px_ml,
  .mb30px {
    margin-bottom: 30px !important
  }

  .mb45px_l,
  .mb45px_ml,
  .mb45px {
    margin-bottom: 45px !important
  }

  .mb60px_l,
  .mb60px_ml,
  .mb60px {
    margin-bottom: 60px !important
  }

  .mb75px_l,
  .mb75px_ml,
  .mb75px {
    margin-bottom: 75px !important
  }

  .ml0px_l,
  .ml0px_ml,
  .ml0px {
    margin-left: 0 !important
  }

  .ml5px_l,
  .ml5px_ml,
  .ml5px {
    margin-left: 5px !important
  }

  .ml10px_l,
  .ml10px_ml,
  .ml10px {
    margin-left: 10px !important
  }

  .ml15px_l,
  .ml15px_ml,
  .ml15px {
    margin-left: 15px !important
  }

  .ml20px_l,
  .ml20px_ml,
  .ml20px {
    margin-left: 20px !important
  }

  .ml30px_l,
  .ml30px_ml,
  .ml30px {
    margin-left: 30px !important
  }

  .ml45px_l,
  .ml45px_ml,
  .ml45px {
    margin-left: 45px !important
  }

  .ml60px_l,
  .ml60px_ml,
  .ml60px {
    margin-left: 60px !important
  }

  .ml75px_l,
  .ml75px_ml,
  .ml75px {
    margin-left: 75px !important
  }

  .mr0px_l,
  .mr0px_ml,
  .mr0px {
    margin-right: 0 !important
  }

  .mr5px_l,
  .mr5px_ml,
  .mr5px {
    margin-right: 5px !important
  }

  .mr10px_l,
  .mr10px_ml,
  .mr10px {
    margin-right: 10px !important
  }

  .mr15px_l,
  .mr15px_ml,
  .mr15px {
    margin-right: 15px !important
  }

  .mr20px_l,
  .mr20px_ml,
  .mr20px {
    margin-right: 20px !important
  }

  .mr30px_l,
  .mr30px_ml,
  .mr30px {
    margin-right: 30px !important
  }

  .mr45px_l,
  .mr45px_ml,
  .mr45px {
    margin-right: 45px !important
  }

  .mr60px_l,
  .mr60px_ml,
  .mr60px {
    margin-right: 60px !important
  }

  .mr75px_l,
  .mr75px_ml,
  .mr75px {
    margin-right: 75px !important
  }

  .p0px_l,
  .p0px_ml,
  .p0px {
    padding: 0 !important
  }

  .pt0px_l,
  .pt0px_ml,
  .pt0 {
    padding-top: 0 !important
  }

  .pt5px_l,
  .pt5px_ml,
  .pt5px {
    padding-top: 5px !important
  }

  .pt10px_l,
  .pt10px_ml,
  .pt10px {
    padding-top: 10px !important
  }

  .pt15px_l,
  .pt15px_ml,
  .pt15px {
    padding-top: 15px !important
  }

  .pt20px_l,
  .pt20px_ml,
  .pt20px {
    padding-top: 20px !important
  }

  .pt30px_l,
  .pt30px_ml,
  .pt30px {
    padding-top: 30px !important
  }

  .pt45px_l,
  .pt45px_ml,
  .pt45px {
    padding-top: 45px !important
  }

  .pt60px_l,
  .pt60px_ml,
  .pt60px {
    padding-top: 60px !important
  }

  .pt75px_l,
  .pt75px_ml,
  .pt75px {
    padding-top: 75px !important;
  }

  .pb0_l,
  .pb0px_ml,
  .pb0px {
    padding-bottom: 0 !important
  }

  .pb5px_l,
  .pb5px_ml,
  .pb5px {
    padding-bottom: 5px !important
  }

  .pb10px_l,
  .pb10px_ml,
  .pb10px {
    padding-bottom: 10px !important
  }

  .pb15px_l,
  .pb15px_ml,
  .pb15px {
    padding-bottom: 15px !important
  }

  .pb20px_l,
  .pb20px_ml,
  .pb20px {
    padding-bottom: 20px !important
  }

  .pb30px_l,
  .pb30px_ml,
  .pb30px {
    padding-bottom: 30px !important
  }

  .pb45px_l,
  .pb45px_ml,
  .pb45px {
    padding-bottom: 45px !important
  }

  .pb60px_l,
  .pb60px_ml,
  .pb60px {
    padding-bottom: 60px !important
  }

  .pb75px_l,
  .pb75px_ml,
  .pb75px {
    padding-bottom: 75px !important
  }

  .pl0px_l,
  .pl0px_ml,
  .pl0px {
    padding-left: 0 !important
  }

  .pl5px_l,
  .pl5px_ml,
  .pl5px {
    padding-left: 5px !important
  }

  .pl10px_l,
  .pl10px_ml,
  .pl10px {
    padding-left: 10px !important
  }

  .pl15px_l,
  .pl15px_ml,
  .pl15px {
    padding-left: 15px !important
  }

  .pl20px_l,
  .pl20px_ml,
  .pl20px {
    padding-left: 20px !important
  }

  .pl30px_l,
  .pl30px_ml,
  .pl30px {
    padding-left: 30px !important
  }

  .pl45px_l,
  .pl45px_ml,
  .pl45px {
    padding-left: 45px !important
  }

  .pl60px_l,
  .pl60px_ml,
  .pl60px {
    padding-left: 60px !important
  }

  .pl75px_l,
  .pl75px_ml,
  .pl75px {
    padding-left: 75px !important
  }

  .pr0px_l,
  .pr0px_ml,
  .pr0px {
    padding-right: 0 !important
  }

  .pr5px_l,
  .pr5px_ml,
  .pr5px {
    padding-right: 5px !important
  }

  .pr10px_l,
  .pr10px_ml,
  .pr10px {
    padding-right: 10px !important
  }

  .pr15px_l,
  .pr15px_ml,
  .pr15px {
    padding-right: 15px !important
  }

  .pr20px_l,
  .pr20px_ml,
  .pr20px {
    padding-right: 20px !important
  }

  .pr30px_l,
  .pr30px_ml,
  .pr30px {
    padding-right: 30px !important
  }

  .pr45px_l,
  .pr45px_ml,
  .pr45px {
    padding-right: 45px !important
  }

  .pr60px_l,
  .pr60px_ml,
  .pr60px {
    padding-right: 60px !important
  }

  .pr75px_l,
  .pr75px_ml,
  .pr75px {
    padding-right: 75px !important
  }
}

@media(min-width:1200px) {
  .clb_h:after {
    clear: both
  }

  .clb_h:before,
  .clb_h:after {
    display: table;
    content: " "
  }

  .trs03_h {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_h {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_h {
    z-index: auto !important
  }

  .z0_h {
    z-index: 0 !important
  }

  .z1_h {
    z-index: 1 !important
  }

  .z9_h {
    z-index: 9 !important
  }

  .ord0_h {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_h {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_h {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_h {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_h {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_h {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_h {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_h {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_h {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_h {
    display: table !important
  }

  .db_h {
    display: block !important
  }

  .dib_h {
    display: inline-block !important
  }

  .fln_h {
    float: none !important
  }

  .fll_h {
    float: left !important
  }

  .flr_h {
    float: right !important
  }

  .posr_h {
    position: relative !important
  }

  .posa_h {
    position: absolute !important
  }

  .posf_h {
    position: fixed !important
  }

  .ovh_h {
    overflow: hidden !important
  }

  .ovv_h {
    overflow: visible !important
  }

  .mawn_h {
    max-width: none !important
  }

  .maw100pc_h {
    max-width: 100% !important
  }

  .ha_h {
    height: auto !important
  }

  .fi_h {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_h {
    text-shadow: none !important
  }

  .bxshn_h {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_h {
    width: 100% !important
  }

  .h100pc_h {
    height: 100% !important
  }

  .tal_h {
    text-align: left !important
  }

  .tar_h {
    text-align: right !important
  }

  .tac_h {
    text-align: center !important
  }

  .ttu_h {
    text-transform: uppercase !important
  }

  .tdu_h {
    text-decoration: underline !important
  }

  .fwl_h {
    font-weight: 100 !important
  }

  .fwn_h {
    font-weight: 400 !important
  }

  .fwb_h {
    font-weight: 600 !important
  }

  .cfff_h {
    color: #fff !important
  }

  .c000_h {
    color: #000 !important
  }

  .bgfff_h {
    background-color: #fff !important
  }

  .bgeee_h {
    background-color: #eee !important
  }

  .bgn_h {
    background: none !important
  }

  .mlra_h {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_h {
    margin: 0 !important
  }

  .mt0px_h {
    margin-top: 0 !important
  }

  .mt5px_h {
    margin-top: 5px !important
  }

  .mt10px_h {
    margin-top: 10px !important
  }

  .mt15px_h {
    margin-top: 15px !important
  }

  .mt20px_h {
    margin-top: 20px !important
  }

  .mt30px_h {
    margin-top: 30px !important
  }

  .mt45px_h {
    margin-top: 45px !important
  }

  .mt60px_h {
    margin-top: 60px !important
  }

  .mt75px_h {
    margin-top: 75px !important
  }

  .mb0px_h {
    margin-bottom: 0 !important
  }

  .mb5px_h {
    margin-bottom: 5px !important
  }

  .mb10px_h {
    margin-bottom: 10px !important
  }

  .mb15px_h {
    margin-bottom: 15px !important
  }

  .mb20px_h {
    margin-bottom: 20px !important
  }

  .mb30px_h {
    margin-bottom: 30px !important
  }

  .mb45px_h {
    margin-bottom: 45px !important
  }

  .mb60px_h {
    margin-bottom: 60px !important
  }

  .mb75px_h {
    margin-bottom: 75px !important
  }

  .ml0px_h {
    margin-left: 0 !important
  }

  .ml5px_h {
    margin-left: 5px !important
  }

  .ml10px_h {
    margin-left: 10px !important
  }

  .ml15px_h {
    margin-left: 15px !important
  }

  .ml20px_h {
    margin-left: 20px !important
  }

  .ml30px_h {
    margin-left: 30px !important
  }

  .ml45px_h {
    margin-left: 45px !important
  }

  .ml60px_h {
    margin-left: 60px !important
  }

  .ml75px_h {
    margin-left: 75px !important
  }

  .mr0px_h {
    margin-right: 0 !important
  }

  .mr5px_h {
    margin-right: 5px !important
  }

  .mr10px_h {
    margin-right: 10px !important
  }

  .mr15px_h {
    margin-right: 15px !important
  }

  .mr20px_h {
    margin-right: 20px !important
  }

  .mr30px_h {
    margin-right: 30px !important
  }

  .mr45px_h {
    margin-right: 45px !important
  }

  .mr60px_h {
    margin-right: 60px !important
  }

  .mr75px_h {
    margin-right: 75px !important
  }

  .p0px_h {
    padding: 0 !important
  }

  .pt0px_h {
    padding-top: 0 !important
  }

  .pt5px_h {
    padding-top: 5px !important
  }

  .pt10px_h {
    padding-top: 10px !important
  }

  .pt15px_h {
    padding-top: 15px !important
  }

  .pt20px_h {
    padding-top: 20px !important
  }

  .pt30px_h {
    padding-top: 30px !important
  }

  .pt45px_h {
    padding-top: 45px !important
  }

  .pt60px_h {
    padding-top: 60px !important
  }

  .pt75px_h {
    padding-top: 75px !important
  }

  .pb0_h {
    padding-bottom: 0 !important
  }

  .pb5px_h {
    padding-bottom: 5px !important
  }

  .pb10px_h {
    padding-bottom: 10px !important
  }

  .pb15px_h {
    padding-bottom: 15px !important
  }

  .pb20px_h {
    padding-bottom: 20px !important
  }

  .pb30px_h {
    padding-bottom: 30px !important
  }

  .pb45px_h {
    padding-bottom: 45px !important
  }

  .pb60px_h {
    padding-bottom: 60px !important
  }

  .pb75px_h {
    padding-bottom: 75px !important
  }

  .pl0px_h {
    padding-left: 0 !important
  }

  .pl5px_h {
    padding-left: 5px !important
  }

  .pl10px_h {
    padding-left: 10px !important
  }

  .pl15px_h {
    padding-left: 15px !important
  }

  .pl20px_h {
    padding-left: 20px !important
  }

  .pl30px_h {
    padding-left: 30px !important
  }

  .pl45px_h {
    padding-left: 45px !important
  }

  .pl60px_h {
    padding-left: 60px !important
  }

  .pl75px_h {
    padding-left: 75px !important
  }

  .pr0px_h {
    padding-right: 0 !important
  }

  .pr5px_h {
    padding-right: 5px !important
  }

  .pr10px_h {
    padding-right: 10px !important
  }

  .pr15px_h {
    padding-right: 15px !important
  }

  .pr20px_h {
    padding-right: 20px !important
  }

  .pr30px_h {
    padding-right: 30px !important
  }

  .pr45px_h {
    padding-right: 45px !important
  }

  .pr60px_h {
    padding-right: 60px !important
  }

  .pr75px_h {
    padding-right: 75px !important
  }
}

@media(min-width:1600px) {
  .clb_f:after {
    clear: both
  }

  .clb_f:before,
  .clb_f:after {
    display: table;
    content: " "
  }

  .trs03_f {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
  }

  .trs0_f {
    -webkit-transition: none !important;
    transition: none !important
  }

  .za_f {
    z-index: auto !important
  }

  .z0_f {
    z-index: 0 !important
  }

  .z1_f {
    z-index: 1 !important
  }

  .z9_f {
    z-index: 9 !important
  }

  .ord0_f {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .ord99_f {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
  }

  .jcfs_f {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .jcc_f {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .jcfe_f {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .aifs_f {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .aic_f {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .aife_f {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx_f {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important
  }

  .df_f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .dt_f {
    display: table !important
  }

  .db_f {
    display: block !important
  }

  .dib_f {
    display: inline-block !important
  }

  .fln_f {
    float: none !important
  }

  .fll_f {
    float: left !important
  }

  .flr_f {
    float: right !important
  }

  .posr_f {
    position: relative !important
  }

  .posa_f {
    position: absolute !important
  }

  .posf_f {
    position: fixed !important
  }

  .ovh_f {
    overflow: hidden !important
  }

  .ovv_f {
    overflow: visible !important
  }

  .mawn_f {
    max-width: none !important
  }

  .maw100pc_f {
    max-width: 100% !important
  }

  .ha_f {
    height: auto !important
  }

  .fi_f {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .tshn_f {
    text-shadow: none !important
  }

  .bxshn_f {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  .w100pc_f {
    width: 100% !important
  }

  .h100pc_f {
    height: 100% !important
  }

  .tal_f {
    text-align: left !important
  }

  .tar_f {
    text-align: right !important
  }

  .tac_f {
    text-align: center !important
  }

  .ttu_f {
    text-transform: uppercase !important
  }

  .tdu_f {
    text-decoration: underline !important
  }

  .fwl_f {
    font-weight: 100 !important
  }

  .fwn_f {
    font-weight: 400 !important
  }

  .fwb_f {
    font-weight: 600 !important
  }

  .cfff_f {
    color: #fff !important
  }

  .c000_f {
    color: #000 !important
  }

  .bgfff_f {
    background-color: #fff !important
  }

  .bgeee_f {
    background-color: #eee !important
  }

  .bgn_f {
    background: none !important
  }

  .mlra_f {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .m0px_f {
    margin: 0 !important
  }

  .mt0px_f {
    margin-top: 0 !important
  }

  .mt5px_f {
    margin-top: 5px !important
  }

  .mt10px_f {
    margin-top: 10px !important
  }

  .mt15px_f {
    margin-top: 15px !important
  }

  .mt20px_f {
    margin-top: 20px !important
  }

  .mt30px_f {
    margin-top: 30px !important
  }

  .mt45px_f {
    margin-top: 45px !important
  }

  .mt60px_f {
    margin-top: 60px !important
  }

  .mt75px_f {
    margin-top: 75px !important
  }

  .mb0px_f {
    margin-bottom: 0 !important
  }

  .mb5px_f {
    margin-bottom: 5px !important
  }

  .mb10px_f {
    margin-bottom: 10px !important
  }

  .mb15px_f {
    margin-bottom: 15px !important
  }

  .mb20px_f {
    margin-bottom: 20px !important
  }

  .mb30px_f {
    margin-bottom: 30px !important
  }

  .mb45px_f {
    margin-bottom: 45px !important
  }

  .mb60px_f {
    margin-bottom: 60px !important
  }

  .mb75px_f {
    margin-bottom: 75px !important
  }

  .ml0px_f {
    margin-left: 0 !important
  }

  .ml5px_f {
    margin-left: 5px !important
  }

  .ml10px_f {
    margin-left: 10px !important
  }

  .ml15px_f {
    margin-left: 15px !important
  }

  .ml20px_f {
    margin-left: 20px !important
  }

  .ml30px_f {
    margin-left: 30px !important
  }

  .ml45px_f {
    margin-left: 45px !important
  }

  .ml60px_f {
    margin-left: 60px !important
  }

  .ml75px_f {
    margin-left: 75px !important
  }

  .mr0px_f {
    margin-right: 0 !important
  }

  .mr5px_f {
    margin-right: 5px !important
  }

  .mr10px_f {
    margin-right: 10px !important
  }

  .mr15px_f {
    margin-right: 15px !important
  }

  .mr20px_f {
    margin-right: 20px !important
  }

  .mr30px_f {
    margin-right: 30px !important
  }

  .mr45px_f {
    margin-right: 45px !important
  }

  .mr60px_f {
    margin-right: 60px !important
  }

  .mr75px_f {
    margin-right: 75px !important
  }

  .p0px_f {
    padding: 0 !important
  }

  .pt0px_f {
    padding-top: 0 !important
  }

  .pt5px_f {
    padding-top: 5px !important
  }

  .pt10px_f {
    padding-top: 10px !important
  }

  .pt15px_f {
    padding-top: 15px !important
  }

  .pt20px_f {
    padding-top: 20px !important
  }

  .pt30px_f {
    padding-top: 30px !important
  }

  .pt45px_f {
    padding-top: 45px !important
  }

  .pt60px_f {
    padding-top: 60px !important
  }

  .pt75px_f {
    padding-top: 75px !important
  }

  .pb0_f {
    padding-bottom: 0 !important
  }

  .pb5px_f {
    padding-bottom: 5px !important
  }

  .pb10px_f {
    padding-bottom: 10px !important
  }

  .pb15px_f {
    padding-bottom: 15px !important
  }

  .pb20px_f {
    padding-bottom: 20px !important
  }

  .pb30px_f {
    padding-bottom: 30px !important
  }

  .pb45px_f {
    padding-bottom: 45px !important
  }

  .pb60px_f {
    padding-bottom: 60px !important
  }

  .pb75px_f {
    padding-bottom: 75px !important
  }

  .pl0px_f {
    padding-left: 0 !important
  }

  .pl5px_f {
    padding-left: 5px !important
  }

  .pl10px_f {
    padding-left: 10px !important
  }

  .pl15px_f {
    padding-left: 15px !important
  }

  .pl20px_f {
    padding-left: 20px !important
  }

  .pl30px_f {
    padding-left: 30px !important
  }

  .pl45px_f {
    padding-left: 45px !important
  }

  .pl60px_f {
    padding-left: 60px !important
  }

  .pl75px_f {
    padding-left: 75px !important
  }

  .pr0px_f {
    padding-right: 0 !important
  }

  .pr5px_f {
    padding-right: 5px !important
  }

  .pr10px_f {
    padding-right: 10px !important
  }

  .pr15px_f {
    padding-right: 15px !important
  }

  .pr20px_f {
    padding-right: 20px !important
  }

  .pr30px_f {
    padding-right: 30px !important
  }

  .pr45px_f {
    padding-right: 45px !important
  }

  .pr60px_f {
    padding-right: 60px !important
  }

  .pr75px_f {
    padding-right: 75px !important
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

ul.gli {
  padding-left: 0
}

.gli>li {
  list-style: none
}

.ww {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%
}

@media(min-width:576px) {
  .ww {
    max-width: 540px
  }
}

@media(min-width:768px) {
  .ww {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 720px
  }
}

@media(min-width:992px) {
  .ww {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .ww {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1180px
  }
}

@media(min-width:1600px) {
  .ww {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1180px
  }
}

.gli,
.g_ {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.g_>.c_,
.gli>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
}

.gli {
  margin: -5px
}

.g_ {
  margin: 0 -5px
}

.c_ {
  padding: 0 5px
}

.gli>li {
  padding: 5px
}

@media (max-width:575.98px) {

  .g_>.w0p5_x,
  .g_>.w0p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_x,
  .li12_x>li,
  .g_>.w1,
  .li12>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_x,
  .li8_x>li,
  .g_>.w1p5,
  .li8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_x,
  .li6_x>li,
  .g_>.w2,
  .li6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_x,
  .g_>.w2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_x,
  .li4_x>li,
  .g_>.w3,
  .li4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_x,
  .g_>.w3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_x,
  .li3_x>li,
  .g_>.w4,
  .li3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_x,
  .g_>.w4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_x,
  .g_>.w5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_x,
  .g_>.w5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_x,
  .li2_x>li,
  .g_>.w6,
  .li2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_x,
  .g_>.w6p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_x,
  .g_>.w7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_x,
  .g_>.w7p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_x,
  .g_>.w8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_x,
  .g_>.w8p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_x,
  .g_>.w9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_x,
  .g_>.w9p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_x,
  .g_>.w10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_x,
  .g_>.w10p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_x,
  .g_>.w11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_x,
  .g_>.w11p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_x,
  .g_>.w12,
  .li1_x>li,
  .li1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_x>li,
  .li5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_x>li,
  .li7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_x>li,
  .li9>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_x>li,
  .li10>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_x>li,
  .li11>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli.g0_x,
  .g_.g0_x,
  .g_ .g0_x,
  .gli.g0,
  .g_.g0,
  .g_ .g0 {
    margin: 0
  }

  .g_.g0_x>.c_,
  .gli.g0_x>li,
  .g_.g0>.c_,
  .gli.g0>li {
    padding: 0
  }

  .gli.g10_x,
  .gli.g10 {
    margin: -5px
  }

  .g_.g10_x,
  .g_.g10 {
    margin: 0 -5px
  }

  .g_.g10_x>.c_,
  .g_.g10>.c_ {
    padding: 0 5px
  }

  .gli.g10_x>li,
  .gli.g10>li {
    padding: 5px
  }

  .gli.g20_x,
  .gli.g20 {
    margin: -10px
  }

  .g_.g20_x,
  .g_.g20 {
    margin: 0 -10px
  }

  .g_.g20_x>.c_,
  .g_.g20>.c_ {
    padding: 0 10px
  }

  .gli.g20_x>li,
  .gli.g20>li {
    padding: 10px
  }

  .gli.g30_x,
  .gli.g30 {
    margin: -15px
  }

  .g_.g30_x,
  .g_.g30 {
    margin: 0 -15px
  }

  .g_.g30_x>.c_,
  .g_.g30>.c_ {
    padding: 0 15px
  }

  .gli.g30_x>li,
  .gli.g30>li {
    padding: 15px
  }

  .gli.g40_x,
  .gli.g40 {
    margin: -20px
  }

  .g_.g40_x,
  .g_.g40 {
    margin: 0 -20px
  }

  .g_.g40_x>.c_,
  .g_.g40>.c_ {
    padding: 0 20px
  }

  .gli.g40_x>li,
  .gli.g40>li {
    padding: 20px
  }

  .gli.liauto_x>li,
  .gli.liauto>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_x>li,
  .gli.liinline>li {
    width: initial
  }

  .ml0_x,
  .ml0 {
    margin-left: 0
  }

  .ml0p5_x,
  .ml0p5 {
    margin-left: 4.16667%
  }

  .ml1_x,
  .ml1 {
    margin-left: 8.33333%
  }

  .ml1p5_x,
  .ml1p5 {
    margin-left: 12.5%
  }

  .ml2_x,
  .ml2 {
    margin-left: 16.66667%
  }

  .ml2p5_x,
  .ml2p5 {
    margin-left: 20.83333%
  }

  .ml3_x,
  .ml3 {
    margin-left: 25%
  }

  .ml3p5_x,
  .ml3p5 {
    margin-left: 29.16667%
  }

  .ml4_x,
  .ml4 {
    margin-left: 33.33333%
  }

  .ml4p5_x,
  .ml4p5 {
    margin-left: 37.5%
  }

  .ml5_x,
  .ml5 {
    margin-left: 41.66667%
  }

  .ml5p5_x,
  .ml5p5 {
    margin-left: 45.83333%
  }

  .ml6_x,
  .ml6 {
    margin-left: 50%
  }

  .ml6p5_x,
  .ml6p5 {
    margin-left: 54.16667%
  }

  .ml7_x,
  .ml7 {
    margin-left: 58.33333%
  }

  .ml7p5_x,
  .ml7p5 {
    margin-left: 62.5%
  }

  .ml8_x,
  .ml8 {
    margin-left: 66.66667%
  }

  .ml8p5_x,
  .ml8p5 {
    margin-left: 70.83333%
  }

  .ml9_x,
  .ml9 {
    margin-left: 75%
  }

  .ml9p5_x,
  .ml9p5 {
    margin-left: 79.16667%
  }

  .ml10_x,
  .ml10 {
    margin-left: 83.33333%
  }

  .ml10p5_x,
  .ml10p5 {
    margin-left: 87.5%
  }

  .ml11_x,
  .ml11 {
    margin-left: 91.66667%
  }

  .ml11p5_x,
  .ml11p5 {
    margin-left: 95.83333%
  }
}

@media(min-width:576px) {

  .g_>.w0p5_s,
  .g_>.w0p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_s,
  .li12_s>li,
  .g_>.w1,
  .li12>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_s,
  .li8_s>li,
  .g_>.w1p5,
  .li8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_s,
  .li6_s>li,
  .g_>.w2,
  .li6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_s,
  .g_>.w2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_s,
  .li4_s>li,
  .g_>.w3,
  .li4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_s,
  .g_>.w3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_s,
  .li3_s>li,
  .g_>.w4,
  .li3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_s,
  .g_>.w4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_s,
  .g_>.w5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_s,
  .g_>.w5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_s,
  .li2_s>li,
  .g_>.w6,
  .li2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_s,
  .g_>.w6p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_s,
  .g_>.w7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_s,
  .g_>.w7p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_s,
  .g_>.w8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_s,
  .g_>.w8p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_s,
  .g_>.w9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_s,
  .g_>.w9p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_s,
  .g_>.w10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_s,
  .g_>.w10p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_s,
  .g_>.w11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_s,
  .g_>.w11p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_s,
  .g_>.w12,
  .li1_s>li,
  .li1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_s>li,
  .li5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_s>li,
  .li7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_s>li,
  .li9>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_s>li,
  .li10>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_s>li,
  .li11>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli.g0_s,
  .g_.g0_s,
  .g_ .g0_s,
  .gli.g0,
  .g_.g0,
  .g_ .g0 {
    margin: 0
  }

  .g_.g0_s>.c_,
  .gli.g0_s>li,
  .g_.g0>.c_,
  .gli.g0>li {
    padding: 0
  }

  .gli.g10_s,
  .gli.g10 {
    margin: -5px
  }

  .g_.g10_s,
  .g_.g10 {
    margin: 0 -5px
  }

  .g_.g10_s>.c_,
  .g_.g10>.c_ {
    padding: 0 5px
  }

  .gli.g10_s>li,
  .gli.g10>li {
    padding: 5px
  }

  .gli.g20_s,
  .gli.g20 {
    margin: -10px
  }

  .g_.g20_s,
  .g_.g20 {
    margin: 0 -10px
  }

  .g_.g20_s>.c_,
  .g_.g20>.c_ {
    padding: 0 10px
  }

  .gli.g20_s>li,
  .gli.g20>li {
    padding: 10px
  }

  .gli.g30_s,
  .gli.g30 {
    margin: -15px
  }

  .g_.g30_s,
  .g_.g30 {
    margin: 0 -15px
  }

  .g_.g30_s>.c_,
  .g_.g30>.c_ {
    padding: 0 15px
  }

  .gli.g30_s>li,
  .gli.g30>li {
    padding: 15px
  }

  .gli.g40_s,
  .gli.g40 {
    margin: -20px
  }

  .g_.g40_s,
  .g_.g40 {
    margin: 0 -20px
  }

  .g_.g40_s>.c_,
  .g_.g40>.c_ {
    padding: 0 20px
  }

  .gli.g40_s>li,
  .gli.g40>li {
    padding: 20px
  }

  .gli.liauto_s>li,
  .gli.liauto>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_s>li,
  .gli.liinline>li {
    width: initial
  }

  .ml0_s,
  .ml0 {
    margin-left: 0
  }

  .ml0p5_s,
  .ml0p5 {
    margin-left: 4.16667%
  }

  .ml1_s,
  .ml1 {
    margin-left: 8.33333%
  }

  .ml1p5_s,
  .ml1p5 {
    margin-left: 12.5%
  }

  .ml2_s,
  .ml2 {
    margin-left: 16.66667%
  }

  .ml2p5_s,
  .ml2p5 {
    margin-left: 20.83333%
  }

  .ml3_s,
  .ml3 {
    margin-left: 25%
  }

  .ml3p5_s,
  .ml3p5 {
    margin-left: 29.16667%
  }

  .ml4_s,
  .ml4 {
    margin-left: 33.33333%
  }

  .ml4p5_s,
  .ml4p5 {
    margin-left: 37.5%
  }

  .ml5_s,
  .ml5 {
    margin-left: 41.66667%
  }

  .ml5p5_s,
  .ml5p5 {
    margin-left: 45.83333%
  }

  .ml6_s,
  .ml6 {
    margin-left: 50%
  }

  .ml6p5_s,
  .ml6p5 {
    margin-left: 54.16667%
  }

  .ml7_s,
  .ml7 {
    margin-left: 58.33333%
  }

  .ml7p5_s,
  .ml7p5 {
    margin-left: 62.5%
  }

  .ml8_s,
  .ml8 {
    margin-left: 66.66667%
  }

  .ml8p5_s,
  .ml8p5 {
    margin-left: 70.83333%
  }

  .ml9_s,
  .ml9 {
    margin-left: 75%
  }

  .ml9p5_s,
  .ml9p5 {
    margin-left: 79.16667%
  }

  .ml10_s,
  .ml10 {
    margin-left: 83.33333%
  }

  .ml10p5_s,
  .ml10p5 {
    margin-left: 87.5%
  }

  .ml11_s,
  .ml11 {
    margin-left: 91.66667%
  }

  .ml11p5_s,
  .ml11p5 {
    margin-left: 95.83333%
  }
}

@media(min-width:768px) {
  .g_>.w0p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_m,
  .li12_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_m,
  .li8_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_m,
  .li6_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_m,
  .li4_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_m,
  .li3_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_m,
  .li2_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_m,
  .li1_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_m>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli {
    margin: -10px
  }

  .g_ {
    margin: 0 -10px
  }

  .c_ {
    padding: 0 10px
  }

  .gli>li {
    padding: 10px
  }

  .gli.g0_m,
  .g_.g0_m,
  .g_ .g0_m {
    margin: 0
  }

  .g_.g0_m>.c_,
  .gli.g0_m>li {
    padding: 0
  }

  .gli.g10_m {
    margin: -5px
  }

  .g_.g10_m {
    margin: 0 -5px
  }

  .g_.g10_m>.c_ {
    padding: 0 5px
  }

  .gli.g10_m>li {
    padding: 5px
  }

  .gli.g20_m {
    margin: -10px
  }

  .g_.g20_m {
    margin: 0 -10px
  }

  .g_.g20_m>.c_ {
    padding: 0 10px
  }

  .gli.g20_m>li {
    padding: 10px
  }

  .gli.g30_m {
    margin: -15px
  }

  .g_.g30_m {
    margin: 0 -15px
  }

  .g_.g30_m>.c_ {
    padding: 0 15px
  }

  .gli.g30_m>li {
    padding: 15px
  }

  .gli.g40_m {
    margin: -20px
  }

  .g_.g40_m {
    margin: 0 -20px
  }

  .g_.g40_m>.c_ {
    padding: 0 20px
  }

  .gli.g40_m>li {
    padding: 20px
  }

  .gli.liauto_m>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_m>li {
    width: initial
  }

  .ml0_m {
    margin-left: 0
  }

  .ml0p5_m {
    margin-left: 4.16667%
  }

  .ml1_m {
    margin-left: 8.33333%
  }

  .ml1p5_m {
    margin-left: 12.5%
  }

  .ml2_m {
    margin-left: 16.66667%
  }

  .ml2p5_m {
    margin-left: 20.83333%
  }

  .ml3_m {
    margin-left: 25%
  }

  .ml3p5_m {
    margin-left: 29.16667%
  }

  .ml4_m {
    margin-left: 33.33333%
  }

  .ml4p5_m {
    margin-left: 37.5%
  }

  .ml5_m {
    margin-left: 41.66667%
  }

  .ml5p5_m {
    margin-left: 45.83333%
  }

  .ml6_m {
    margin-left: 50%
  }

  .ml6p5_m {
    margin-left: 54.16667%
  }

  .ml7_m {
    margin-left: 58.33333%
  }

  .ml7p5_m {
    margin-left: 62.5%
  }

  .ml8_m {
    margin-left: 66.66667%
  }

  .ml8p5_m {
    margin-left: 70.83333%
  }

  .ml9_m {
    margin-left: 75%
  }

  .ml9p5_m {
    margin-left: 79.16667%
  }

  .ml10_m {
    margin-left: 83.33333%
  }

  .ml10p5_m {
    margin-left: 87.5%
  }

  .ml11_m {
    margin-left: 91.66667%
  }

  .ml11p5_m {
    margin-left: 95.83333%
  }
}

@media(min-width:992px) {
  .g_>.w0p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_l,
  .li12_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_l,
  .li8_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_l,
  .li6_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_l,
  .li4_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_l,
  .li3_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_l,
  .li2_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_l,
  .li1_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_l>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli.g0_l,
  .g_.g0_l,
  .g_ .g0_l {
    margin: 0
  }

  .g_.g0_l>.c_,
  .gli.g0_l>li {
    padding: 0
  }

  .gli.g10_l {
    margin: -5px
  }

  .g_.g10_l {
    margin: 0 -5px
  }

  .g_.g10_l>.c_ {
    padding: 0 5px
  }

  .gli.g10_l>li {
    padding: 5px
  }

  .gli.g20_l {
    margin: -10px
  }

  .g_.g20_l {
    margin: 0 -10px
  }

  .g_.g20_l>.c_ {
    padding: 0 10px
  }

  .gli.g20_l>li {
    padding: 10px
  }

  .gli.g30_l {
    margin: -15px
  }

  .g_.g30_l {
    margin: 0 -15px
  }

  .g_.g30_l>.c_ {
    padding: 0 15px
  }

  .gli.g30_l>li {
    padding: 15px
  }

  .gli.g40_l {
    margin: -20px
  }

  .g_.g40_l {
    margin: 0 -20px
  }

  .g_.g40_l>.c_ {
    padding: 0 20px
  }

  .gli.g40_l>li {
    padding: 20px
  }

  .gli.liauto_l>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_l>li {
    width: initial
  }

  .ml0_l {
    margin-left: 0
  }

  .ml0p5_l {
    margin-left: 4.16667%
  }

  .ml1_l {
    margin-left: 8.33333%
  }

  .ml1p5_l {
    margin-left: 12.5%
  }

  .ml2_l {
    margin-left: 16.66667%
  }

  .ml2p5_l {
    margin-left: 20.83333%
  }

  .ml3_l {
    margin-left: 25%
  }

  .ml3p5_l {
    margin-left: 29.16667%
  }

  .ml4_l {
    margin-left: 33.33333%
  }

  .ml4p5_l {
    margin-left: 37.5%
  }

  .ml5_l {
    margin-left: 41.66667%
  }

  .ml5p5_l {
    margin-left: 45.83333%
  }

  .ml6_l {
    margin-left: 50%
  }

  .ml6p5_l {
    margin-left: 54.16667%
  }

  .ml7_l {
    margin-left: 58.33333%
  }

  .ml7p5_l {
    margin-left: 62.5%
  }

  .ml8_l {
    margin-left: 66.66667%
  }

  .ml8p5_l {
    margin-left: 70.83333%
  }

  .ml9_l {
    margin-left: 75%
  }

  .ml9p5_l {
    margin-left: 79.16667%
  }

  .ml10_l {
    margin-left: 83.33333%
  }

  .ml10p5_l {
    margin-left: 87.5%
  }

  .ml11_l {
    margin-left: 91.66667%
  }

  .ml11p5_l {
    margin-left: 95.83333%
  }
}

@media(min-width:1200px) {
  .g_>.w0p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_h,
  .li12_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_h,
  .li8_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_h,
  .li6_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_h,
  .li4_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_h,
  .li3_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_h,
  .li2_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_h {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_h,
  .li1_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_h>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli {
    margin: -15px
  }

  .g_ {
    margin: 0 -15px
  }

  .c_ {
    padding: 0 15px
  }

  .gli>li {
    padding: 15px
  }

  .gli.g0_h,
  .g_.g0_h,
  .g_ .g0_h {
    margin: 0
  }

  .g_.g0_h>.c_,
  .gli.g0_h>li {
    padding: 0
  }

  .gli.g10_h {
    margin: -5px
  }

  .g_.g10_h {
    margin: 0 -5px
  }

  .g_.g10_h>.c_ {
    padding: 0 5px
  }

  .gli.g10_h>li {
    padding: 5px
  }

  .gli.g20_h {
    margin: -10px
  }

  .g_.g20_h {
    margin: 0 -10px
  }

  .g_.g20_h>.c_ {
    padding: 0 10px
  }

  .gli.g20_h>li {
    padding: 10px
  }

  .gli.g30_h {
    margin: -15px
  }

  .g_.g30_h {
    margin: 0 -15px
  }

  .g_.g30_h>.c_ {
    padding: 0 15px
  }

  .gli.g30_h>li {
    padding: 15px
  }

  .gli.g40_h {
    margin: -20px
  }

  .g_.g40_h {
    margin: 0 -20px
  }

  .g_.g40_h>.c_ {
    padding: 0 20px
  }

  .gli.g40_h>li {
    padding: 20px
  }

  .gli.liauto_h>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_h>li {
    width: initial
  }

  .ml0_h {
    margin-left: 0
  }

  .ml0p5_h {
    margin-left: 4.16667%
  }

  .ml1_h {
    margin-left: 8.33333%
  }

  .ml1p5_h {
    margin-left: 12.5%
  }

  .ml2_h {
    margin-left: 16.66667%
  }

  .ml2p5_h {
    margin-left: 20.83333%
  }

  .ml3_h {
    margin-left: 25%
  }

  .ml3p5_h {
    margin-left: 29.16667%
  }

  .ml4_h {
    margin-left: 33.33333%
  }

  .ml4p5_h {
    margin-left: 37.5%
  }

  .ml5_h {
    margin-left: 41.66667%
  }

  .ml5p5_h {
    margin-left: 45.83333%
  }

  .ml6_h {
    margin-left: 50%
  }

  .ml6p5_h {
    margin-left: 54.16667%
  }

  .ml7_h {
    margin-left: 58.33333%
  }

  .ml7p5_h {
    margin-left: 62.5%
  }

  .ml8_h {
    margin-left: 66.66667%
  }

  .ml8p5_h {
    margin-left: 70.83333%
  }

  .ml9_h {
    margin-left: 75%
  }

  .ml9p5_h {
    margin-left: 79.16667%
  }

  .ml10_h {
    margin-left: 83.33333%
  }

  .ml10p5_h {
    margin-left: 87.5%
  }

  .ml11_h {
    margin-left: 91.66667%
  }

  .ml11p5_h {
    margin-left: 95.83333%
  }
}

@media(min-width:1600px) {
  .g_>.w0p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%
  }

  .g_>.w1_f,
  .li12_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .g_>.w1p5_f,
  .li8_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .g_>.w2_f,
  .li6_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .g_>.w2p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%
  }

  .g_>.w3_f,
  .li4_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .g_>.w3p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%
  }

  .g_>.w4_f,
  .li3_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .g_>.w4p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .g_>.w5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .g_>.w5p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%
  }

  .g_>.w6_f,
  .li2_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .g_>.w6p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%
  }

  .g_>.w7_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .g_>.w7p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .g_>.w8_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .g_>.w8p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%
  }

  .g_>.w9_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .g_>.w9p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%
  }

  .g_>.w10_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .g_>.w10p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .g_>.w11_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .g_>.w11p5_f {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%
  }

  .g_>.w12_f,
  .li1_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .li5_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .li7_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

  .li9_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%
  }

  .li10_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }

  .li11_f>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%
  }

  .gli {
    margin: -20px
  }

  .g_ {
    margin: 0 -20px
  }

  .c_ {
    padding: 0 20px
  }

  .gli>li {
    padding: 20px
  }

  .gli.g0_f,
  .g_.g0_f,
  .g_ .g0_f {
    margin: 0
  }

  .g_.g0_f>.c_,
  .gli.g0_f>li {
    padding: 0
  }

  .gli.g10_f {
    margin: -5px
  }

  .g_.g10_f {
    margin: 0 -5px
  }

  .g_.g10_f>.c_ {
    padding: 0 5px
  }

  .gli.g10_f>li {
    padding: 5px
  }

  .gli.g20_f {
    margin: -10px
  }

  .g_.g20_f {
    margin: 0 -10px
  }

  .g_.g20_f>.c_ {
    padding: 0 10px
  }

  .gli.g20_f>li {
    padding: 10px
  }

  .gli.g30_f {
    margin: -15px
  }

  .g_.g30_f {
    margin: 0 -15px
  }

  .g_.g30_f>.c_ {
    padding: 0 15px
  }

  .gli.g30_f>li {
    padding: 15px
  }

  .gli.g40_f {
    margin: -20px
  }

  .g_.g40_f {
    margin: 0 -20px
  }

  .g_.g40_f>.c_ {
    padding: 0 20px
  }

  .gli.g40_f>li {
    padding: 20px
  }

  .gli.liauto_f>li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    max-width: 100%
  }

  .gli.liinline_f>li {
    width: initial
  }

  .ml0_f {
    margin-left: 0
  }

  .ml0p5_f {
    margin-left: 4.16667%
  }

  .ml1_f {
    margin-left: 8.33333%
  }

  .ml1p5_f {
    margin-left: 12.5%
  }

  .ml2_f {
    margin-left: 16.66667%
  }

  .ml2p5_f {
    margin-left: 20.83333%
  }

  .ml3_f {
    margin-left: 25%
  }

  .ml3p5_f {
    margin-left: 29.16667%
  }

  .ml4_f {
    margin-left: 33.33333%
  }

  .ml4p5_f {
    margin-left: 37.5%
  }

  .ml5_f {
    margin-left: 41.66667%
  }

  .ml5p5_f {
    margin-left: 45.83333%
  }

  .ml6_f {
    margin-left: 50%
  }

  .ml6p5_f {
    margin-left: 54.16667%
  }

  .ml7_f {
    margin-left: 58.33333%
  }

  .ml7p5_f {
    margin-left: 62.5%
  }

  .ml8_f {
    margin-left: 66.66667%
  }

  .ml8p5_f {
    margin-left: 70.83333%
  }

  .ml9_f {
    margin-left: 75%
  }

  .ml9p5_f {
    margin-left: 79.16667%
  }

  .ml10_f {
    margin-left: 83.33333%
  }

  .ml10p5_f {
    margin-left: 87.5%
  }

  .ml11_f {
    margin-left: 91.66667%
  }

  .ml11p5_f {
    margin-left: 95.83333%
  }
}

.flex-video {
  position: relative;
  padding-top: 10%;
  padding-bottom: 53.5%;
  height: 0;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

@media(min-width: 576px) {
  .articles-page p img {
    max-width: 380px;
  }
}

.articles-page {
  position: relative;
}

.articles-page p:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

.articles-page {
  position: relative;
  overflow: hidden;
}

.articles-page:after {
  display: table;
  clear: both;
  content: " ";
}

.articles_item {
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  background: #fafafa;
  padding: 15px;
}

.articles_header {
  display: block;
  padding: 10px 0;
  padding: 15px 0;
  min-height: 42px;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}

@media(min-width: 992px) {
  .articles_header {
    min-height: 72px;
  }
}

.articles_announce {
  padding: 15px 0;
  font-size: 15px;
}

.articles-announce-title {
  display: block;
  background: #00aeef;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-shadow: 0 1px #294d5b;
  text-transform: uppercase;
}

.articles-announce_item {
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  background: #fff;
  padding: 15px;
}

.articles-announce_header {
  display: block;
  padding: 10px 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.3;
  text-transform: uppercase;
}

@media(min-width: 992px) {
  .articles-announce_header {}
}

.articles-announce_announce {
  padding: 5px 0;
  font-size: 13px;
}

@media(min-width: 576px) {
  .actions-page p img {
    max-width: 380px;
  }
}

.actions-page {
  position: relative;
}

.actions-page p:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

.actions-page {
  position: relative;
  overflow: hidden;
}

.actions-page:after {
  display: table;
  clear: both;
  content: " ";
}

.actions_item {
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  background: #fafafa;
  padding: 15px;
}

.actions_header {
  display: block;
  padding: 10px 0;
  padding: 15px 0;
  min-height: 42px;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}

@media(min-width: 992px) {
  .actions_header {
    min-height: 72px;
  }
}

.actions_announce {
  padding-top: 15px;
}

.actions-announce-title {
  background: #00aeef;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 3px;
  text-shadow: 0 1px #294d5b;
  text-transform: uppercase;
}

.wrap-actions-announce {
  background: #eee url(/pro/img/common/noise.png) 0 0 repeat;
}

.actions-announce {
  padding-bottom: 0;
  font-size: 15px;
}

.actions-announce_item {
  -webkit-box-shadow: 0 1px 2px #999;
  box-shadow: 0 1px 2px #999;
  border-radius: 4px;
  background: #fafafa;
  padding: 15px;
}

.actions-announce_header {
  display: block;
  padding: 10px 0;
  padding: 15px 0;
  min-height: 42px;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}

@media(min-width: 992px) {
  .actions-announce_header {
    min-height: 52px;
  }
}

.actions-announce_announce {
  padding: 15px 0;
  font-size: 15px;
}

@media(max-width: 991.98px) {
  .touch-side-swipe {
    display: none;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
  }

  .tss .touch-side-swipe {
    display: block;
    overflow-y: overlay;
  }

  .tss {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-timing-function: ease;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    will-change: transform;
    height: 100%;
  }

  .tss-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .tss-label {
    display: block;
    position: absolute;
    right: -45px;
    top: 0px;
    z-index: 99999;
    cursor: pointer;
    padding-top: 5px;
    width: 45px;
    height: 45px;
    background: var(--secondary-text);
    border-radius: 0px 0px 12px 0px;
  }

  .tss-label_pic {
    -webkit-box-sizing: border-box;
    -webkit-transition: -webkit-transform .2s ease;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    box-sizing: border-box;
    font-style: normal;
    direction: ltr;
    text-align: left;
    text-indent: -9999px;
  }

  .tss-label_pic:after,
  .tss-label_pic:before {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    pointer-events: none;
    content: '';
  }

  .tss--close .tss-label_pic {
    -webkit-box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
    /* margin: 14px 7px; */
    margin: 12px 10px;
    box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
    width: 24px;
    height: 3px;
    color: #333;
  }

  .tss--close .tss-label_pic:after {
    -webkit-transform: translateY(3px);
    -webkit-box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(3px);
    box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
    width: 24px;
    height: 2px;
    color: #fff;
  }

  .tss--open .tss-label_pic {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 2px;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
  }

  .tss--open .tss-label_pic:before {
    width: 40px;
    height: 2px;
  }

  .tss--open .tss-label_pic:after {
    width: 2px;
    height: 40px;
  }

  .tss--open .tss-label_pic:after,
  .tss--open .tss-label_pic:before {
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-shadow: inset 0 0 0 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 0 0 32px;
  }

  .tss-bg {
    -webkit-transition-property: opacity;
    -webkit-transition-timing-function: ease;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease;
    will-change: opacity;
    background: #000;
    width: 100%;
    height: 100%;
  }
}

.cd-top {
  display: none;
}

@media (min-width: 0px) {
  .cd-top {
    -webkit-transition: all 0.3s ease;
    display: block;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    mix-blend-mode: hard-light;
    transition: all 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
  }

  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .cd-top:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    background-position: top;
  }

  .cd-top.cd-fade-out {
    opacity: 1;
  }

  .the-arrow {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 64px;
  }

  .the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0;
  }

  .the-arrow.-left>.shaft {
    background-color: #4f4f4f;
    width: 0;
  }

  .the-arrow.-left>.shaft:before,
  .the-arrow.-left>.shaft:after {
    background-color: #4f4f4f;
    width: 0;
  }

  .the-arrow.-left>.shaft:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .the-arrow.-left>.shaft:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .the-arrow.-right {
    top: 3px;
  }

  .the-arrow.-right>.shaft {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 64px;
  }

  .the-arrow.-right>.shaft:before,
  .the-arrow.-right>.shaft:after {
    -webkit-transition-delay: 0.3s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0.3s;
    width: 8px;
  }

  .the-arrow.-right>.shaft:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .the-arrow.-right>.shaft:after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  .the-arrow>.shaft {
    -webkit-transition: all 0.2s;
    -webkit-transition-delay: 0;
    display: block;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
    background-color: #4f4f4f;
    height: 1px;
  }

  .the-arrow>.shaft:before,
  .the-arrow>.shaft:after {
    -webkit-transition: all 0.2s;
    -webkit-transition-delay: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
    background-color: #4f4f4f;
    height: 1px;
    content: '';
  }

  .the-arrow>.shaft:before {
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  .the-arrow>.shaft:after {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }

  .animated-arrow {
    -webkit-transition: all 0.2s;
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    position: fixed;
    right: -30px;
    bottom: 150px;
    transform: rotate(-90deg);
    z-index: 9999;
    transition: all 0.2s;
    color: #4f4f4f;
    font-size: 1em;
    text-decoration: none;
  }

  .animated-arrow:hover {
    color: #222;
  }

  .animated-arrow:hover>.the-arrow.-left>.shaft {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background-color: #222;
    width: 64px;
  }

  .animated-arrow:hover>.the-arrow.-left>.shaft:before,
  .animated-arrow:hover>.the-arrow.-left>.shaft:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background-color: #222;
    width: 8px;
  }

  .animated-arrow:hover>.the-arrow.-left>.shaft:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .animated-arrow:hover>.the-arrow.-left>.shaft:after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  .animated-arrow:hover>.main {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  .animated-arrow:hover>.main>.the-arrow.-right>.shaft {
    -webkit-transform: translateX(200%);
    -webkit-transition-delay: 0;
    transform: translateX(200%);
    transition-delay: 0;
    width: 0;
  }

  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before,
  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    -webkit-transition-delay: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    transition-delay: 0;
    width: 0;
  }

  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .animated-arrow:hover>.main>.the-arrow.-right>.shaft:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .animated-arrow>.main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: all 0.2s;
  }

  .animated-arrow>.main>.text {
    margin: 0 16px 0 0;
    line-height: 1;
  }

  .animated-arrow>.main>.the-arrow {
    position: relative;
  }
}

.glightbox-container {
  -ms-touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  backface-visibility: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
  touch-action: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.glightbox-container .gslide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 1;
  opacity: 0;
  width: 100%;
  user-select: none;
}

.glightbox-container .gslide.current {
  position: relative;
  opacity: 1;
  z-index: 99999;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  outline: none !important;
  border: none;
  min-height: 165px;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-object-fit: cover;
  -ms-touch-action: none;
  display: block;
  float: none;
  margin: auto;
  outline: none;
  border: none;
  padding: 0;
  width: auto;
  min-width: 200px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
  touch-action: none;
  user-select: none;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  -webkit-transition: none;
  transition: none;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.gslide-video {
  position: relative;
  width: 100% !important;
  max-width: 100vh;
}

.gslide-video .gvideo-wrapper {
  margin: auto;
  width: 100%;
}

.gslide-video::before {
  display: block;
  display: none;
  position: absolute;
  background: rgba(255, 0, 0, 0.34);
  width: 100%;
  height: 100%;
  content: '';
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  max-width: 100% !important;
  height: 75vh;
}

.gslide-video.fullscreen video {
  width: 100% !important;
  max-width: 100% !important;
}

.gslide-inline {
  background: #fff;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  overflow: auto;
  text-align: left;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  -webkit-transition: none;
  transition: none;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.ginlined-content {
  display: block !important;
  opacity: 1;
  overflow: auto;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 75vh;
  overflow: auto;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  -webkit-transition: opacity 0.3s linear;
  position: absolute;
  bottom: 15px;
  order: 2 !important;
  transition: opacity 0.3s linear;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  padding: 19px 11px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 100vw !important;
  height: auto !important;
  max-height: 78vh;
  overflow: auto !important;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  opacity: 0.4;
  color: #fff;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  display: block;
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  z-index: 9999;
  animation: lightboxLoader 0.8s infinite linear;
  margin: 0 auto;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.goverlay {
  position: fixed;
  top: -1px;
  left: 0;
  will-change: opacity;
  background: #000;
  width: 100%;
  height: calc(100vh + 1px);
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  cursor: pointer;
  border: none;
  width: 26px;
  height: 44px;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  margin: 0;
  padding: 0;
  width: 25px;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  margin-bottom: 19px;
  color: #000;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-family: arial;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-size: 0.86em;
  line-height: 1.4em;
  font-family: arial;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.75);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 35px;
  height: 35px;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes gslideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: auto;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-width: 100%;
    max-height: 97vh;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    right: 20px;
    opacity: 0.7;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.feedback-form_title {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  pointer-events: none;
  color: #191919;
  font-weight: 600;
  font-size: 1.6rem;
}

.feedback-form_title:focus,
.feedback-form_title:hover {
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
  border: none;
}

.feedback-form_input {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none !important;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  padding: 16px 20px;
  width: 100%;
  max-width: 100%;
}

.feedback-form_input--textarea {
  height: 100px;
  max-height: 115px;
}

.feedback-form_input:hover {
  -webkit-box-shadow: 0 3px 14px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 3px 14px 0 rgb(0 0 0 / 10%);
}

.feedback-form_input:focus {
  -webkit-transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 23px 0 rgb(0 0 0 / 10%);
  transform: translateY(-4px);
  box-shadow: 0 10px 23px 0 rgb(0 0 0 / 10%);
}

.ff_agree-label,
.ff_agree-description {
  color: var(--mainblack-hex)
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

.lazy,
.lazy {
  opacity: 0;
}

.lazy {
  -webkit-transition: opacity 300ms;
  opacity: 1;
  transition: opacity 300ms;
}

.main-menu_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

@media (max-width: 991.98px) {
  .navbar_main-wrapper .navbar {
    height: 100%;
  }

  .main-menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
  }

  .main-menu_list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    width: 100%;
  }

  .main-menu_link {
    display: block;
    position: relative;
    padding: 12px 18px;
  }

  .main-menu-child_list {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform .2s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(100%);
    z-index: 99;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    margin: 0px;
    background-color: #fff;
    padding: 0px;
    width: 100%;
    height: 100%;
    list-style: none;
  }

  .main-menu-child_list--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main-menu-child_list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    width: 100%;
  }

  .main-menu-child_link {
    display: block;
    position: relative;
    padding: 12px 18px;
  }

  .main-menu_parent-arrow {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-image: url(/static/icons/ui-icons/chevron-right.svg);
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
  }

  .main-menu-child_back-arrow {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background-image: url(/static/icons/ui-icons/arrow-left.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
  }

  .main-menu-child_list-header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px 18px;
    font-weight: 500;
    font-size: 0.8rem;
  }

  .main-menu-child_list-header>span {
    margin-left: 22px;
  }
}

@media (min-width: 992px) {
  .main-menu_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: var(--primary-text-hex);
  }

  .main-menu_list-item {
    margin-right: 18px;
  }

  .main-menu_list-item:last-child {
    margin-right: 0px;
    margin-left: 50px;
  }

  .main-menu_link {
    display: block;
    padding: 12px 8px;
    font-weight: 500;
  }

  .main-menu_link:hover {
    text-decoration: underline;
  }

  .main-menu_list-item.main-menu_list-item--parent {
    position: relative;
  }

  .main-menu_list-item.main-menu_list-item--parent:after {
    -webkit-transform: translateY(-50%);
    -webkit-transition: -webkit-transform .4s ease;
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    background: center / cover no-repeat url(/static/icons/ui-icons/chevron-down.svg);
    width: 14px;
    height: 14px;
    content: '';
  }

  .main-menu_list-item.main-menu_list-item--parent:hover:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .main-menu_list-item.main-menu_list-item--parent>ul {
    -webkit-box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    transform: translateY(10px);
    opacity: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    box-shadow: 0 20px 33px 0 rgb(0 0 0 / 16%);
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    pointer-events: none;
    list-style: none;
  }

  .main-menu_list-item--parent:hover>.main-menu-child_list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }

  .main-menu_list-item--parent>ul>li>ul {
    position: relative;
    padding: 0px;
    list-style: none;
  }

  .main-menu_list-item--parent>ul>li>ul>li {
    font-size: 0.9rem;
  }

  .main-menu_list-item--parent>ul a:hover {
    text-decoration: underline;
  }

  .main-menu-child_list-item.main-menu_list-item--parent>a {
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .main-menu-child_list-item.main-menu_list-item--parent:first-child>a {
    margin-top: 0px;
  }

  .main-menu-child_list-item.main-menu_list-item--parent>a:hover {
    text-decoration: underline;
  }

  .main-menu_list-item.active,
  .main-menu_list-item.ancestor {
    position: relative;
  }

  .main-menu_list-item.active>a:after,
  .main-menu_list-item.ancestor>a:after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
    background-color: var(--primary-hex);
    width: 45%;
    height: 2px;
    content: '';
  }
}

.mobile-action-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  background: #282828;
  padding: 5px 10px;
  width: 100%;
  height: 55px;
}

.mobile-action-bar_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
}

.mobile-action-bar_button a i {
  color: #fff;
  font-size: 1.4rem;
}

.mobile-action-bar_button a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  width: 20px;
  height: 20px;
}

.toasts {
  z-index: 9999;
}

.toast {
  -webkit-box-shadow: 0px 15px 25px 1px rgb(0 0 0 / 17%);
  display: block;
  box-shadow: 0px 15px 25px 1px rgb(0 0 0 / 17%);
  border-radius: 25px;
  background: #fff;
  padding: 20px 25px;
}

.toast_text {
  padding-bottom: 15px;
}

.toast_close-link {
  text-align: left;
}

.toast:not(:last-child) {
  margin-bottom: 1.75rem;
}

.toast_show {
  -webkit-animation: toastShow .3s cubic-bezier(.47, -.44, .49, 1.46) .5s;
  -webkit-animation-fill-mode: both;
  animation: toastShow .3s cubic-bezier(.47, -.44, .49, 1.46) .5s;
  animation-fill-mode: both;
}

.toast_hide {
  -webkit-animation: toastHide .3s cubic-bezier(.47, -.44, .49, 1.46) .3s;
  -webkit-animation-fill-mode: both;
  animation: toastHide .3s cubic-bezier(.47, -.44, .49, 1.46) .3s;
  animation-fill-mode: both;
}

.toast_close {
  margin-top: 10px;
}

@-webkit-keyframes toastShow {
  from {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes toastShow {
  from {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes toastHide {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes toastHide {
  from {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}

/*!
 * tabbyjs v12.0.1
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
[role="tablist"] {
  margin: 0;
  padding: 0;
  list-style: none;
}

[role="tablist"] * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[role="tab"] {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}

[role="tab"][aria-selected="true"] {
  border-radius: 2px;
}

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #f4f4f4;
}

[hidden] {
  display: none;
}

/*!
 * tabbyjs v12.0.1
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
[role="tablist"] {
  margin: 0px;
  margin-top: 30px;
  padding: 0 !important;
  list-style: none;
}

[role="tablist"] * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 30em) {
  [role="tablist"] li {
    display: inline-block;
    margin-right: 20px;
  }
}

[role="tab"] {
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  -webkit-transition: all .3s ease;
  -webkit-box-sizing: border-box;
  display: block;
  transition: all .3s ease;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 0px 2px var(--primary-hex);
  border-radius: 8px;
  background: none;
  padding: 11px 25px;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

[role="tab"]:focus {
  outline: none;
}

[role="tab"]>i {
  -webkit-transition: all 0.3s ease;
  opacity: 0.4;
  transition: all 0.3s ease;
  padding-right: 25px;
}

@media (min-width: 30em) {
  [role="tab"] {
    display: block;
  }
}

[role="tab"][aria-selected="true"] {
  -webkit-box-shadow: 0 12px 22px 0 rgb(0 0 0 / 9%);
  box-shadow: 0 12px 22px 0 rgb(0 0 0 / 9%);
  border: none;
  border-radius: 8px;
  background-color: var(--primary-hex);
  color: #fff;
}

[role="tab"][aria-selected="true"]>i {
  opacity: 1;
}

@media (min-width: 30em) {
  [role="tab"][aria-selected="true"] {
    -webkit-box-shadow: 0 12px 22px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 12px 22px 0 rgb(0 0 0 / 9%);
    border: none;
    background-color: var(--primary-hex);
    color: #fff;
  }
}

[role="tab"]:hover:not([aria-selected="true"]) {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (min-width: 30em) {
  [role="tab"]:hover:not([aria-selected="true"]) {
    background-color: rgba(0, 0, 0, 0.04);
  }
}

[hidden] {
  display: none;
}

.catalog-page_tab-list [role="tab"]:hover:not([aria-selected="true"]) {
  background-color: #e5e5e5;
}

@media (min-width: 30em) {
  .catalog-page_tab-list [role="tab"][aria-selected="true"] {
    background-color: #cbcbcb;
  }
}

.main-menu_dropdown-wrapper [role="tab"] {
  padding: 4px 11px;
  font-size: 0.9rem;
}

.main-menu_dropdown-wrapper [role="tablist"] {
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  [role="tab"] {
    margin-bottom: 10px !important;
  }
}

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  overflow-y: auto;
}

.modal__header {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
}

.modal__close {
  cursor: pointer;
  border: 0;
  background: transparent;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 1rem;
  color: rgba(0, 0, 0, .8);
  line-height: 1.5;
}

.modal__btn {
  -webkit-appearance: button;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: -webkit-transform .25s ease-out;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  will-change: transform;
  cursor: pointer;
  margin: 0;
  border-width: 0;
  border-style: none;
  border-radius: .25rem;
  background-color: #e6e6e6;
  padding-top: .5rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  overflow: visible;
  color: rgba(0, 0, 0, .8);
  font-size: .875rem;
  line-height: 1.15;
  text-transform: none;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: none;
  user-select: none;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

.noUi-connect,
.noUi-origin {
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-style: flat;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform-style: flat;
  z-index: 1;
  will-change: transform;
}

.noUi-connect {
  width: 100%;
  height: 100%;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  position: absolute;
  backface-visibility: hidden;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 12px;
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  left: -17px;
  width: 28px;
  height: 22px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 3px 6px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 3px 6px -5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: var(--primary-gradient);
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px rgba(0, 0, 0, 0.4);
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px rgba(0, 0, 0, 0.4);
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background: #FFF;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px rgba(0, 0, 0, 0.4);
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  padding: 10px 0;
  width: 100%;
  height: 80px;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  top: 0;
  left: 100%;
  padding: 0 10px;
  height: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  margin-top: -1px;
  width: 5px;
  height: 2px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

#mod-finder-searchword120 {
  appearance: auto;
  background-color: rgb(255, 255, 255);
  border-bottom-color: rgb(118, 118, 118);
  border-bottom-style: inset;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(118, 118, 118);
  border-left-style: inset;
  border-left-width: 2px;
  border-right-color: rgb(118, 118, 118);
  border-right-style: inset;
  border-right-width: 2px;
  border-top-color: rgb(118, 118, 118);
  border-top-style: inset;
  border-top-width: 2px;
  color: rgb(0, 0, 0);
  cursor: text;
  display: inline-block;
  font-family: Arial;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 13.3333px;
  font-stretch: 100%;
  font-weight: 400;
  height: 30px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-block-end: 1px;
  padding-block-start: 1px;
  padding-bottom: 1px;
  padding-inline-end: 2px;
  padding-inline-start: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 204px;
  word-spacing: 0px;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
}

@media (max-width: 575.99px) {
  .footer_nav .h3 {
    font-size: 13px;
    padding-bottom: 0;
    text-align: center;
  }

  .footerMenus>tbody>tr>td>ul>li>a {
    font-size: 12px;
  }

  .footerMenus>tbody>tr>td>ul {
    padding-left: 0px;
  }

  .mobile-row {
    display: flex;
    flex-wrap: wrap;
    /* ← ключевое */
  }

  .mobile-row td:nth-child(1),
  .mobile-row td:nth-child(2) {
    display: flex;
    width: 50%;
    /* 2 в строке */
    box-sizing: border-box;
  }

  .mobile-row td {
    display: flex;
    width: 50% !important;
    box-sizing: border-box !important;
    justify-content: center;
  }

  /*.footerMenus>tbody>tr {
    display: flex;
    flex-direction: column;
  }*/

  /*table.footerMenus>tbody>tr {
    display: flex;
    flex-direction: column;
  }*/

  div.limit-wrapper>div>div>div>div>a>span {
    padding: .5em 0.5em !important;
  }

  div.limit-wrapper>div>div>div>div>div {
    font: normal 16px/20px 'Ubuntu' !important;

  }
}

@media (max-width: 575.99px) {
  .footerMenus>tbody>tr>td>ul {
    padding-left: 0px;
    text-align: center;
  }
}

@media (max-width: 575.99px) {
  div.main>div.mainContent>article>table>tbody>tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .mobile-row {
    display: flex;
    flex-wrap: wrap;
    /* ← ключевое */
  }

  /*.mobile-row td {
    display: flex;
    width: 50%;
    // 2 в строке 
    box-sizing: border-box;
  }*/

}