html {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  max-width: 2000px;
  box-shadow: 0px 0px 150px -10px rgba(0,0,0,0.5);
  font-size: 14px;
  overflow-y: scroll;
  font-family: 'HelveticaNeueCyr', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body * {
  line-height: 100%;
  cursor: default;
}
body *::selection {
  color: #fff;
  background-color: #f90000;
}
body a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
body a * {
  cursor: pointer;
}
body a,
body input,
body select,
body button,
body textarea,
body option {
  outline: none;
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  border-radius: 0px;
}
body button {
  border: none;
  cursor: pointer;
  border-radius: 0px;
  appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
}
body button * {
  cursor: pointer;
}
body ol,
body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}
body input:not([type="submit"]):not([type="file"]),
body textarea {
  cursor: text;
}
body blockquote {
  margin: 0px;
}
body figure {
  margin: 0px;
}
#wpadminbar {
  right: 0px;
  margin: 0px auto;
  max-width: 2000px;
}
[data-action] {
  cursor: pointer;
}
[data-action] * {
  cursor: pointer;
}
[data-fancybox] {
  cursor: zoom-in;
}
[data-fancybox] * {
  cursor: zoom-in;
}
.alignwide {
  width: 100%;
}
.alignfull {
  width: calc(100vw - var(--svw)) !important;
  margin-left: calc(-1 * (100vw - 100% - var(--svw)) / 2) !important;
  margin-right: calc(-1 * (100vw - 100% - var(--svw)) / 2) !important;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(-1 * (100vw - 710px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 710px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 992px) {
  .alignfull {
    margin-left: calc(-1 * (100vw - 935px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 935px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .alignfull {
    margin-left: calc(-1 * (100vw - 1140px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 1140px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 2000px) {
  .alignfull {
    width: 2000px !important;
    margin-left: calc(-1 * (2000px - 1140px) / 2) !important;
    margin-right: calc(-1 * (2000px - 1140px) / 2) !important;
  }
}
/* @import grid-12c.styl */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.wrapper,
.wrapper-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 740px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    max-width: 965px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1170px;
  }
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  margin-right: 100%;
}
.col-xs-pull-11 {
  margin-right: 91.66666667%;
}
.col-xs-pull-10 {
  margin-right: 83.33333333%;
}
.col-xs-pull-9 {
  margin-right: 75%;
}
.col-xs-pull-8 {
  margin-right: 66.66666667%;
}
.col-xs-pull-7 {
  margin-right: 58.33333333%;
}
.col-xs-pull-6 {
  margin-right: 50%;
}
.col-xs-pull-5 {
  margin-right: 41.66666667%;
}
.col-xs-pull-4 {
  margin-right: 33.33333333%;
}
.col-xs-pull-3 {
  margin-right: 25%;
}
.col-xs-pull-2 {
  margin-right: 16.66666667%;
}
.col-xs-pull-1 {
  margin-right: 8.33333333%;
}
.col-xs-pull-0 {
  margin-right: auto;
}
.col-xs-push-12 {
  margin-left: 100%;
}
.col-xs-push-11 {
  margin-left: 91.66666667%;
}
.col-xs-push-10 {
  margin-left: 83.33333333%;
}
.col-xs-push-9 {
  margin-left: 75%;
}
.col-xs-push-8 {
  margin-left: 66.66666667%;
}
.col-xs-push-7 {
  margin-left: 58.33333333%;
}
.col-xs-push-6 {
  margin-left: 50%;
}
.col-xs-push-5 {
  margin-left: 41.66666667%;
}
.col-xs-push-4 {
  margin-left: 33.33333333%;
}
.col-xs-push-3 {
  margin-left: 25%;
}
.col-xs-push-2 {
  margin-left: 16.66666667%;
}
.col-xs-push-1 {
  margin-left: 8.33333333%;
}
.col-xs-push-0 {
  margin-left: auto;
}
.col-xs-apull-12 {
  margin-right: -100%;
}
.col-xs-apull-11 {
  margin-right: -91.66666667%;
}
.col-xs-apull-10 {
  margin-right: -83.33333333%;
}
.col-xs-apull-9 {
  margin-right: -75%;
}
.col-xs-apull-8 {
  margin-right: -66.66666667%;
}
.col-xs-apull-7 {
  margin-right: -58.33333333%;
}
.col-xs-apull-6 {
  margin-right: -50%;
}
.col-xs-apull-5 {
  margin-right: -41.66666667%;
}
.col-xs-apull-4 {
  margin-right: -33.33333333%;
}
.col-xs-apull-3 {
  margin-right: -25%;
}
.col-xs-apull-2 {
  margin-right: -16.66666667%;
}
.col-xs-apull-1 {
  margin-right: -8.33333333%;
}
.col-xs-apull-0 {
  margin-right: auto;
}
.col-xs-apush-12 {
  margin-left: -100%;
}
.col-xs-apush-11 {
  margin-left: -91.66666667%;
}
.col-xs-apush-10 {
  margin-left: -83.33333333%;
}
.col-xs-apush-9 {
  margin-left: -75%;
}
.col-xs-apush-8 {
  margin-left: -66.66666667%;
}
.col-xs-apush-7 {
  margin-left: -58.33333333%;
}
.col-xs-apush-6 {
  margin-left: -50%;
}
.col-xs-apush-5 {
  margin-left: -41.66666667%;
}
.col-xs-apush-4 {
  margin-left: -33.33333333%;
}
.col-xs-apush-3 {
  margin-left: -25%;
}
.col-xs-apush-2 {
  margin-left: -16.66666667%;
}
.col-xs-apush-1 {
  margin-left: -8.33333333%;
}
.col-xs-apush-0 {
  margin-left: auto;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    margin-right: 100%;
  }
  .col-sm-pull-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-pull-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-pull-9 {
    margin-right: 75%;
  }
  .col-sm-pull-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-pull-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-pull-6 {
    margin-right: 50%;
  }
  .col-sm-pull-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-pull-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-pull-3 {
    margin-right: 25%;
  }
  .col-sm-pull-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-pull-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-pull-0 {
    margin-right: auto;
  }
  .col-sm-push-12 {
    margin-left: 100%;
  }
  .col-sm-push-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-push-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-push-9 {
    margin-left: 75%;
  }
  .col-sm-push-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-push-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-push-6 {
    margin-left: 50%;
  }
  .col-sm-push-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-push-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-push-3 {
    margin-left: 25%;
  }
  .col-sm-push-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-push-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-push-0 {
    margin-left: auto;
  }
  .col-sm-apull-12 {
    margin-right: -100%;
  }
  .col-sm-apull-11 {
    margin-right: -91.66666667%;
  }
  .col-sm-apull-10 {
    margin-right: -83.33333333%;
  }
  .col-sm-apull-9 {
    margin-right: -75%;
  }
  .col-sm-apull-8 {
    margin-right: -66.66666667%;
  }
  .col-sm-apull-7 {
    margin-right: -58.33333333%;
  }
  .col-sm-apull-6 {
    margin-right: -50%;
  }
  .col-sm-apull-5 {
    margin-right: -41.66666667%;
  }
  .col-sm-apull-4 {
    margin-right: -33.33333333%;
  }
  .col-sm-apull-3 {
    margin-right: -25%;
  }
  .col-sm-apull-2 {
    margin-right: -16.66666667%;
  }
  .col-sm-apull-1 {
    margin-right: -8.33333333%;
  }
  .col-sm-apull-0 {
    margin-right: auto;
  }
  .col-sm-apush-12 {
    margin-left: -100%;
  }
  .col-sm-apush-11 {
    margin-left: -91.66666667%;
  }
  .col-sm-apush-10 {
    margin-left: -83.33333333%;
  }
  .col-sm-apush-9 {
    margin-left: -75%;
  }
  .col-sm-apush-8 {
    margin-left: -66.66666667%;
  }
  .col-sm-apush-7 {
    margin-left: -58.33333333%;
  }
  .col-sm-apush-6 {
    margin-left: -50%;
  }
  .col-sm-apush-5 {
    margin-left: -41.66666667%;
  }
  .col-sm-apush-4 {
    margin-left: -33.33333333%;
  }
  .col-sm-apush-3 {
    margin-left: -25%;
  }
  .col-sm-apush-2 {
    margin-left: -16.66666667%;
  }
  .col-sm-apush-1 {
    margin-left: -8.33333333%;
  }
  .col-sm-apush-0 {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    margin-right: 100%;
  }
  .col-md-pull-11 {
    margin-right: 91.66666667%;
  }
  .col-md-pull-10 {
    margin-right: 83.33333333%;
  }
  .col-md-pull-9 {
    margin-right: 75%;
  }
  .col-md-pull-8 {
    margin-right: 66.66666667%;
  }
  .col-md-pull-7 {
    margin-right: 58.33333333%;
  }
  .col-md-pull-6 {
    margin-right: 50%;
  }
  .col-md-pull-5 {
    margin-right: 41.66666667%;
  }
  .col-md-pull-4 {
    margin-right: 33.33333333%;
  }
  .col-md-pull-3 {
    margin-right: 25%;
  }
  .col-md-pull-2 {
    margin-right: 16.66666667%;
  }
  .col-md-pull-1 {
    margin-right: 8.33333333%;
  }
  .col-md-pull-0 {
    margin-right: auto;
  }
  .col-md-push-12 {
    margin-left: 100%;
  }
  .col-md-push-11 {
    margin-left: 91.66666667%;
  }
  .col-md-push-10 {
    margin-left: 83.33333333%;
  }
  .col-md-push-9 {
    margin-left: 75%;
  }
  .col-md-push-8 {
    margin-left: 66.66666667%;
  }
  .col-md-push-7 {
    margin-left: 58.33333333%;
  }
  .col-md-push-6 {
    margin-left: 50%;
  }
  .col-md-push-5 {
    margin-left: 41.66666667%;
  }
  .col-md-push-4 {
    margin-left: 33.33333333%;
  }
  .col-md-push-3 {
    margin-left: 25%;
  }
  .col-md-push-2 {
    margin-left: 16.66666667%;
  }
  .col-md-push-1 {
    margin-left: 8.33333333%;
  }
  .col-md-push-0 {
    margin-left: auto;
  }
  .col-md-apull-12 {
    margin-right: -100%;
  }
  .col-md-apull-11 {
    margin-right: -91.66666667%;
  }
  .col-md-apull-10 {
    margin-right: -83.33333333%;
  }
  .col-md-apull-9 {
    margin-right: -75%;
  }
  .col-md-apull-8 {
    margin-right: -66.66666667%;
  }
  .col-md-apull-7 {
    margin-right: -58.33333333%;
  }
  .col-md-apull-6 {
    margin-right: -50%;
  }
  .col-md-apull-5 {
    margin-right: -41.66666667%;
  }
  .col-md-apull-4 {
    margin-right: -33.33333333%;
  }
  .col-md-apull-3 {
    margin-right: -25%;
  }
  .col-md-apull-2 {
    margin-right: -16.66666667%;
  }
  .col-md-apull-1 {
    margin-right: -8.33333333%;
  }
  .col-md-apull-0 {
    margin-right: auto;
  }
  .col-md-apush-12 {
    margin-left: -100%;
  }
  .col-md-apush-11 {
    margin-left: -91.66666667%;
  }
  .col-md-apush-10 {
    margin-left: -83.33333333%;
  }
  .col-md-apush-9 {
    margin-left: -75%;
  }
  .col-md-apush-8 {
    margin-left: -66.66666667%;
  }
  .col-md-apush-7 {
    margin-left: -58.33333333%;
  }
  .col-md-apush-6 {
    margin-left: -50%;
  }
  .col-md-apush-5 {
    margin-left: -41.66666667%;
  }
  .col-md-apush-4 {
    margin-left: -33.33333333%;
  }
  .col-md-apush-3 {
    margin-left: -25%;
  }
  .col-md-apush-2 {
    margin-left: -16.66666667%;
  }
  .col-md-apush-1 {
    margin-left: -8.33333333%;
  }
  .col-md-apush-0 {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    margin-right: 100%;
  }
  .col-lg-pull-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-pull-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-pull-9 {
    margin-right: 75%;
  }
  .col-lg-pull-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-pull-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-pull-6 {
    margin-right: 50%;
  }
  .col-lg-pull-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-pull-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-pull-3 {
    margin-right: 25%;
  }
  .col-lg-pull-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-pull-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-pull-0 {
    margin-right: auto;
  }
  .col-lg-push-12 {
    margin-left: 100%;
  }
  .col-lg-push-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-push-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-push-9 {
    margin-left: 75%;
  }
  .col-lg-push-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-push-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-push-6 {
    margin-left: 50%;
  }
  .col-lg-push-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-push-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-push-3 {
    margin-left: 25%;
  }
  .col-lg-push-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-push-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-push-0 {
    margin-left: auto;
  }
  .col-lg-apull-12 {
    margin-right: -100%;
  }
  .col-lg-apull-11 {
    margin-right: -91.66666667%;
  }
  .col-lg-apull-10 {
    margin-right: -83.33333333%;
  }
  .col-lg-apull-9 {
    margin-right: -75%;
  }
  .col-lg-apull-8 {
    margin-right: -66.66666667%;
  }
  .col-lg-apull-7 {
    margin-right: -58.33333333%;
  }
  .col-lg-apull-6 {
    margin-right: -50%;
  }
  .col-lg-apull-5 {
    margin-right: -41.66666667%;
  }
  .col-lg-apull-4 {
    margin-right: -33.33333333%;
  }
  .col-lg-apull-3 {
    margin-right: -25%;
  }
  .col-lg-apull-2 {
    margin-right: -16.66666667%;
  }
  .col-lg-apull-1 {
    margin-right: -8.33333333%;
  }
  .col-lg-apull-0 {
    margin-right: auto;
  }
  .col-lg-apush-12 {
    margin-left: -100%;
  }
  .col-lg-apush-11 {
    margin-left: -91.66666667%;
  }
  .col-lg-apush-10 {
    margin-left: -83.33333333%;
  }
  .col-lg-apush-9 {
    margin-left: -75%;
  }
  .col-lg-apush-8 {
    margin-left: -66.66666667%;
  }
  .col-lg-apush-7 {
    margin-left: -58.33333333%;
  }
  .col-lg-apush-6 {
    margin-left: -50%;
  }
  .col-lg-apush-5 {
    margin-left: -41.66666667%;
  }
  .col-lg-apush-4 {
    margin-left: -33.33333333%;
  }
  .col-lg-apush-3 {
    margin-left: -25%;
  }
  .col-lg-apush-2 {
    margin-left: -16.66666667%;
  }
  .col-lg-apush-1 {
    margin-left: -8.33333333%;
  }
  .col-lg-apush-0 {
    margin-left: auto;
  }
}
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrapper > .row {
  width: calc(100% + 30px);
}
/* @import includes/_header.styl */
body #theme-header {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
body #theme-header .desktop-only-socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc( (100% - 1170px) / 2 );
  margin: 0px;
  padding: 5px 15px;
}
body #theme-header .desktop-only-socials .social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 30px;
  margin: 5px;
}
body #theme-header .desktop-only-socials .social a {
  display: block;
}
body #theme-header .desktop-only-socials .social a svg {
  width: 100%;
  fill: #0050a5;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body #theme-header .desktop-only-socials .social a:hover svg {
  fill: #007dba;
}
body #theme-header .main-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
body #theme-header .main-wrapper .row {
  flex-align: stretch;
  align-items: stretch;
}
body #theme-header .logo-holder {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
body #theme-header .logo-holder .image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
body #theme-header .logo-holder .image a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
body #theme-header .logo-holder .image img {
  width: auto;
  height: auto;
}
body #theme-header .content-holder .top-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
body #theme-header .content-holder .top-line .email-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 20%;
}
body #theme-header .content-holder .top-line .email-holder .email {
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  font-weight: 400;
}
body #theme-header .content-holder .top-line .email-holder .email:hover {
  color: #000;
}
body #theme-header .content-holder .top-line .search-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 35%;
}
body #theme-header .content-holder .top-line .search-holder form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body #theme-header .content-holder .top-line .search-holder input {
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}
body #theme-header .content-holder .top-line .search-holder input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);
}
body #theme-header .content-holder .top-line .search-holder input::-moz-placeholder {
  color: rgba(0,0,0,0.7);
}
body #theme-header .content-holder .top-line .search-holder input:-moz-placeholder {
  color: rgba(0,0,0,0.7);
}
body #theme-header .content-holder .top-line .search-holder input:-ms-input-placeholder {
  color: rgba(0,0,0,0.7);
}
body #theme-header .content-holder .top-line .search-holder button {
  border: 1px solid #0050a5;
  border-radius: 2px;
  background-color: #0050a5;
  padding: 10px 20px;
  margin: 0px 0px 0px -2px;
  color: #000;
  font-size: 0px;
  line-height: 14px;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body #theme-header .content-holder .top-line .search-holder button:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-image: url("../images/search.png");
  background-repeat: repeat;
  background-position: center;
}
body #theme-header .content-holder .top-line .search-holder button:hover {
  border-color: #007dba;
  background-color: #007dba;
}
body #theme-header .content-holder .top-line .phone-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
  width: 45%;
}
body #theme-header .content-holder .top-line .phone-holder .phone {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
}
body #theme-header .content-holder .top-line .phone-holder span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0px 15px;
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
body #theme-header .content-holder .top-line .phone-holder .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #0050a5;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body #theme-header .content-holder .top-line .phone-holder .button:hover {
  background-color: #007dba;
}
body #theme-header .content-holder .menu-line {
  flex-align: stretch;
  align-items: stretch;
  margin-top: 30px;
}
body #theme-header .content-holder .menu-line .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-grow: 1;
  flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a .toggler {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 5px;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a .toggler svg {
  content: '';
  width: 13px;
  height: 8px;
  transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
  fill: #000;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a:hover {
  color: #0050a5;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a:hover .toggler svg {
  fill: #0050a5;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.active a {
  color: #0050a5;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.active a .toggler svg {
  fill: #0050a5;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 200px;
  background-color: #fff;
  padding: 0px;
  border-radius: 2px;
  transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0px 0px;
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element .sub-menu .nav-menu-element {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element .sub-menu .nav-menu-element a {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.home-page a {
  padding: 0px 10px;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.home-page a svg {
  width: 21px;
  height: 21px;
  fill: #000;
  transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -webkit-transition: fill 0.2s linear;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.home-page a:hover svg {
  fill: #0050a5;
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.has-childs:hover .toggler:after {
  transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.has-childs:hover .sub-menu {
  transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
@media screen and (max-width: 1320px) {
  body #theme-header .desktop-only-socials {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/_header.styl */
  body #theme-header {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  }
  body #theme-header .main-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  body #theme-header .content-holder .top-line .email-holder {
    width: 20%;
  }
  body #theme-header .content-holder .top-line .email-holder .email {
    font-size: 11px;
  }
  body #theme-header .content-holder .top-line .search-holder {
    width: 35%;
  }
  body #theme-header .content-holder .top-line .search-holder input {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 11px;
  }
  body #theme-header .content-holder .top-line .search-holder button {
    padding: 8px 16px;
    line-height: 11px;
  }
  body #theme-header .content-holder .top-line .search-holder button:before {
    width: 15px;
    height: 15px;
  }
  body #theme-header .content-holder .top-line .phone-holder {
    width: 45%;
  }
  body #theme-header .content-holder .top-line .phone-holder .phone {
    font-size: 15px;
    line-height: 15px;
  }
  body #theme-header .content-holder .top-line .phone-holder span {
    margin: 0px 12px;
    font-size: 11px;
    line-height: 11px;
  }
  body #theme-header .content-holder .top-line .phone-holder .button {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 11px;
  }
  body #theme-header .content-holder .menu-line {
    margin-top: 24px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a {
    padding: 8px;
    font-size: 11px;
    line-height: 11px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a .toggler {
    padding: 4px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element a .toggler svg {
    width: 10px;
    height: 6px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element .sub-menu {
    min-width: 160px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.home-page a {
    padding: 0px 8px;
  }
  body #theme-header .content-holder .menu-line .nav-menu .nav-menu-element.home-page a svg {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 991px) {
  /* @import includes/768-991/_header.styl */
  body #theme-header .content-holder .top-line .email-holder {
    width: 30%;
  }
  body #theme-header .content-holder .top-line .search-holder {
    display: none;
  }
  body #theme-header .content-holder .top-line .phone-holder {
    width: auto;
    margin-left: auto;
  }
}
/* @import includes/_footer.styl */
body #theme-footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
  margin-top: 30px;
}
body #theme-footer .main-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
body #theme-footer .main-wrapper .row {
  flex-align: stretch;
  align-items: stretch;
}
body #theme-footer .main-wrapper .logo-holder .image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
body #theme-footer .main-wrapper .logo-holder .image a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
body #theme-footer .main-wrapper .logo-holder .image img {
  width: auto;
  height: auto;
}
body #theme-footer .main-wrapper .menu-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
body #theme-footer .main-wrapper .menu-holder .menu {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body #theme-footer .main-wrapper .menu-holder .nav-menu-name {
  color: #0050a5;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}
body #theme-footer .main-wrapper .menu-holder .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body #theme-footer .main-wrapper .menu-holder .nav-menu .nav-menu-element {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0px;
}
body #theme-footer .main-wrapper .menu-holder .nav-menu .nav-menu-element a {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
body #theme-footer .main-wrapper .socials-holder .socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0px;
}
body #theme-footer .main-wrapper .socials-holder .socials .social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 30px;
}
body #theme-footer .main-wrapper .socials-holder .socials .social a {
  display: block;
}
body #theme-footer .main-wrapper .socials-holder .socials .social a svg {
  width: 100%;
  fill: #0050a5;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body #theme-footer .main-wrapper .socials-holder .socials .social a:hover svg {
  fill: #007dba;
}
body #theme-footer .main-wrapper .socials-holder .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  margin: 0px;
  padding: 15px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #0050a5;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body #theme-footer .main-wrapper .socials-holder .button:hover {
  background-color: #007dba;
}
body #theme-footer .creator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 0px;
  background-color: rgba(0,0,0,0.05);
  box-shadow: inset 0px 15px 15px -15px rgba(0,0,0,0.2);
}
body #theme-footer .creator a {
  height: 30px;
  color: #000;
  font-size: 14px;
  transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
body #theme-footer .creator a img {
  vertical-align: text-bottom;
  height: 26px;
  margin-bottom: -1px;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/_footer.styl */
  body #theme-footer {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-top: 24px;
  }
  body #theme-footer .main-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body #theme-footer .main-wrapper .menu-holder .nav-menu-name {
    font-size: 13px;
    margin: 0px 0px 20px 0px;
  }
  body #theme-footer .main-wrapper .menu-holder .nav-menu .nav-menu-element {
    margin: 4px 0px;
  }
  body #theme-footer .main-wrapper .menu-holder .nav-menu .nav-menu-element a {
    font-size: 11px;
    line-height: 13px;
  }
  body #theme-footer .main-wrapper .socials-holder .socials {
    margin: 16px 0px;
  }
  body #theme-footer .main-wrapper .socials-holder .socials .social {
    width: 24px;
  }
  body #theme-footer .main-wrapper .socials-holder .button {
    padding: 12px;
    font-size: 11px;
    line-height: 11px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
  }
  body #theme-footer .creator {
    padding: 12px 0px;
    box-shadow: inset 0px 12px 12px -12px rgba(0,0,0,0.2);
  }
  body #theme-footer .creator a {
    height: 24px;
    font-size: 11px;
  }
  body #theme-footer .creator a img {
    height: 21px;
  }
}
/* @import includes/base-page.styl */
body.base-page #theme-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body.base-page #theme-main .main-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
body.base-page #sidebar {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  order: 1;
  position: relative;
  z-index: 2;
  color: #000;
}
body.base-page #sidebar .sidebar-header {
  color: #0050a5;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
}
body.base-page #sidebar .product-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px 0px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px 0px 15px 0px;
}
body.base-page #sidebar .product-filter .filter {
  margin: 20px 0px 0px 0px;
}
body.base-page #sidebar .product-filter .filter .filter-header {
  margin: 0px 0px 10px 0px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
body.base-page #sidebar .product-filter .filter .filter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.base-page #sidebar .product-filter .filter .range-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.base-page #sidebar .product-filter .filter .range-filter .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  overflow: hidden;
}
body.base-page #sidebar .product-filter .filter .range-filter .inputs .splitter {
  width: 1px;
  background-color: #efefef;
}
body.base-page #sidebar .product-filter .filter .range-filter .inputs input {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 50%;
  border: none;
  background-color: #f0f0f0;
  padding: 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
body.base-page #sidebar .product-filter .filter .range-filter .noUi-target {
  height: 3px;
  border: none;
  box-shadow: none;
  background-color: #f0f0f0;
}
body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0050a5;
  top: -7px;
  right: -7px;
  border: none;
  box-shadow: none;
  outline: none;
}
body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle:before,
body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle:after {
  display: none;
}
body.base-page #sidebar .product-filter .filter .buttons-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
body.base-page #sidebar .product-filter .filter .buttons-filter .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
}
body.base-page #sidebar .product-filter .filter .buttons-filter .button input {
  display: none;
}
body.base-page #sidebar .product-filter .filter .buttons-filter .button input:checked + label {
  color: #fff;
  background-color: #0050a5;
}
body.base-page #sidebar .product-filter .filter .buttons-filter .button label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #f0f0f0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -ms-transition: background 0.2s linear, color 0.2s linear;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 5px 0px;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input {
  display: none;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input:checked + label:before {
  border-color: #0050a5;
  background-color: #0050a5;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input:checked + label:after {
  opacity: 1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label {
  position: relative;
  padding: 5px 0px 5px 35px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  -ms-transition: background 0.2s linear, border 0.2s linear;
  -moz-transition: background 0.2s linear, border 0.2s linear;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
}
body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 10px;
  bottom: 0px;
  height: 13px;
  width: 6px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.2s linear, opacity 0.2s linear;
  -o-transition: transform 0.2s linear, opacity 0.2s linear;
  -ms-transition: transform 0.2s linear, opacity 0.2s linear;
  -moz-transition: transform 0.2s linear, opacity 0.2s linear;
  -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
}
body.base-page #sidebar .product-filter .filter .radio-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 5px 0px;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio input {
  display: none;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio input:checked + label:before {
  border-color: #0050a5;
  background-color: #0050a5;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio input:checked + label:after {
  opacity: 1;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio label {
  position: relative;
  padding: 5px 0px 5px 35px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  -ms-transition: background 0.2s linear, border 0.2s linear;
  -moz-transition: background 0.2s linear, border 0.2s linear;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
}
body.base-page #sidebar .product-filter .filter .radio-filter .radio label:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 0px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
body.base-page #sidebar .product-filter .apply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  margin: 10px 0px 0px 0px;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #0050a5;
  border-radius: 2px;
}
body.base-page #content {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  order: 2;
  position: relative;
  z-index: 1;
}
body.base-page #content .has-small-font-size {
  font-size: 12px;
  line-height: 16px;
}
body.base-page #content p,
body.base-page #content li,
body.base-page #content .has-normal-font-size,
body.base-page #content .has-regular-font-size {
  font-size: 16px;
  line-height: 24px;
}
body.base-page #content .has-medium-font-size {
  font-size: 20px;
  line-height: 28px;
}
body.base-page #content .has-large-font-size {
  font-size: 24px;
  line-height: 32px;
}
body.base-page .breadcrumbs-holder {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}
body.base-page .breadcrumbs-holder .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
body.base-page .breadcrumbs-holder .breadcrumbs span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0px;
}
body.base-page .breadcrumbs-holder .breadcrumbs span a,
body.base-page .breadcrumbs-holder .breadcrumbs span span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
body.base-page .breadcrumbs-holder .breadcrumbs .splitter {
  margin: 0px 5px;
}
body.base-page .page-title {
  color: #0050a5;
  font-size: 66px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin: 70px 0px 70px 0px;
}
body.base-page .page-title.small {
  color: #0050a5;
  font-size: 24px;
  line-height: 40px;
  margin: 0px 0px 5px 0px;
}
body.base-page .map-holder {
  width: 100%;
  position: relative;
  background-image: url("../images/map-holder.png");
  background-position: center;
}
body.base-page .map-holder .map-object {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.base-page .product-categories-togglers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 45px;
}
body.base-page .product-categories-togglers .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body.base-page .product-categories-togglers .nav-menu .nav-menu-element {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
}
body.base-page .product-categories-togglers .nav-menu .nav-menu-element a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #f0f0f0;
}
body.base-page .product-categories-togglers .nav-menu .nav-menu-element.active a,
body.base-page .product-categories-togglers .nav-menu .nav-menu-element:hover a {
  color: #fff;
  background-color: #0050a5;
  border-color: #0050a5;
}
body.base-page .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body.base-page .products .nothing-found {
  width: 100%;
  padding: 15px;
  background-color: rgba(0,80,165,0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
body.base-page .products .product {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% / 3);
  position: relative;
  z-index: 1;
  transition: z-index 0.2s linear;
  -o-transition: z-index 0.2s linear;
  -ms-transition: z-index 0.2s linear;
  -moz-transition: z-index 0.2s linear;
  -webkit-transition: z-index 0.2s linear;
  overflow: hidden;
}
body.base-page .products .product .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
body.base-page .products .product .image img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}
body.base-page .products .product .image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  box-shadow: inset 0px 0px 0px 0px rgba(0,208,237,0);
}
body.base-page .products .product .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  padding: 20px 50px 20px 20px;
  background-color: rgba(0,80,165,0.7);
}
body.base-page .products .product .info .title {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0px 0px 20px 0px;
}
body.base-page .products .product .info .title span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
body.base-page .products .product .info .squares {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.base-page .products .product .info .squares .square {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body.base-page .products .product .info .squares .square + .square {
  margin-top: 10px;
}
body.base-page .products .product .info .squares .square .label,
body.base-page .products .product .info .squares .square .value {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
body.base-page .products .product .info .squares .square .label {
  margin-right: 5px;
}
body.base-page .products .product:hover {
  z-index: 5;
}
body.base-page .products .product:hover .image img {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
body.base-page .products .product:hover .image:before {
  box-shadow: inset 0px 0px 0px 5px #00d0ed;
}
body.base-page .pagination-holder {
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body.base-page .pagination-holder ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-align: center;
  align-items: center;
}
body.base-page .pagination-holder ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0px 4px;
}
body.base-page .pagination-holder ul li a,
body.base-page .pagination-holder ul li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
  padding: 5px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
body.base-page .pagination-holder ul li a.current,
body.base-page .pagination-holder ul li span.current,
body.base-page .pagination-holder ul li a:hover,
body.base-page .pagination-holder ul li span:hover {
  color: #fff;
  background-color: #0050a5;
}
body.base-page .pagination-holder ul li .prev svg,
body.base-page .pagination-holder ul li .next svg {
  width: 12px;
  height: 14px;
  fill: #000;
}
body.base-page .pagination-holder ul li .prev:hover svg,
body.base-page .pagination-holder ul li .next:hover svg {
  fill: #fff;
}
body.base-page .pagination-holder ul li .next svg {
  transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
body.base-page .pagination-holder .show-all {
  padding: 15px;
  margin: -10px -10px -10px auto;
  border-left: 1px solid #efefef;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
body.base-page .page-content {
  width: 100%;
}
body.base-page .page-content.seo-text {
  margin-top: 30px;
}
body.base-page .page-content h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 30px 0px 15px 0px;
}
body.base-page .page-content p,
body.base-page .page-content li:not(.blocks-gallery-item) {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 5px 0px 10px 0px;
}
body.base-page .page-content ul:not(.blocks-gallery-grid),
body.base-page .page-content ol:not(.blocks-gallery-grid) {
  list-style-position: inside;
}
body.base-page .page-content ul:not(.blocks-gallery-grid) {
  list-style-type: disc;
}
body.base-page .page-content ol:not(.blocks-gallery-grid) {
  list-style-type: decimail;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/base-page.styl */
  body.base-page #sidebar .sidebar-header {
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0px 4px 0px;
  }
  body.base-page #sidebar .product-filter {
    padding: 8px 0px;
    margin: 0px 0px 12px 0px;
  }
  body.base-page #sidebar .product-filter .filter {
    margin: 16px 0px 0px 0px;
  }
  body.base-page #sidebar .product-filter .filter .filter-header {
    margin: 0px 0px 8px 0px;
    font-size: 14px;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .inputs {
    border-radius: 4px;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .inputs input {
    padding: 12px 12px;
    font-size: 11px;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target {
    height: 2px;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle {
    width: 12px;
    height: 12px;
    top: -6px;
    right: -6px;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter {
    border-radius: 4px;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter .button label {
    padding: 12px;
    font-size: 11px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox {
    margin: 4px 0px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label {
    padding: 4px 0px 4px 28px;
    font-size: 11px;
    line-height: 13px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:before {
    width: 20px;
    height: 20px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:after {
    top: 4px;
    left: 8px;
    height: 10px;
    width: 5px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio {
    margin: 4px 0px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label {
    padding: 4px 0px 4px 28px;
    font-size: 11px;
    line-height: 13px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label:before {
    width: 20px;
    height: 20px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label:after {
    top: 5px;
    left: 5px;
    height: 10px;
    width: 10px;
  }
  body.base-page #sidebar .product-filter .apply {
    margin: 8px 0px 0px 0px;
    padding: 12px;
    font-size: 11px;
  }
  body.base-page #content {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    order: 2;
    position: relative;
    z-index: 1;
  }
  body.base-page #content .has-small-font-size {
    font-size: 9px;
    line-height: 13px;
  }
  body.base-page #content p,
  body.base-page #content li,
  body.base-page #content .has-normal-font-size,
  body.base-page #content .has-regular-font-size {
    font-size: 13px;
    line-height: 19px;
  }
  body.base-page #content .has-medium-font-size {
    font-size: 16px;
    line-height: 22px;
  }
  body.base-page #content .has-large-font-size {
    font-size: 19px;
    line-height: 26px;
  }
  body.base-page .breadcrumbs-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body.base-page .breadcrumbs-holder .breadcrumbs {
    font-size: 10px;
    line-height: 11px;
  }
  body.base-page .breadcrumbs-holder .breadcrumbs .splitter {
    margin: 0px 4px;
  }
  body.base-page .page-title {
    font-size: 53px;
    margin: 56px 0px 56px 0px;
  }
  body.base-page .page-title.small {
    font-size: 19px;
    line-height: 32px;
    margin: 0px 0px 4px 0px;
  }
  body.base-page .product-categories-togglers {
    margin-bottom: 36px;
  }
  body.base-page .product-categories-togglers .nav-menu .nav-menu-element a {
    padding: 12px 8px;
    font-size: 11px;
  }
  body.base-page .products .nothing-found {
    padding: 12px;
    font-size: 11px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  }
  body.base-page .products .product {
    width: calc(100% / 2);
  }
  body.base-page .products .product .info {
    left: 24px;
    bottom: 24px;
    padding: 16px 40px 16px 16px;
  }
  body.base-page .products .product .info .title {
    margin: 0px 0px 16px 0px;
  }
  body.base-page .products .product .info .title span {
    font-size: 16px;
    line-height: 19px;
  }
  body.base-page .products .product .info .squares .square + .square {
    margin-top: 8px;
  }
  body.base-page .products .product .info .squares .square .label,
  body.base-page .products .product .info .squares .square .value {
    font-size: 13px;
  }
  body.base-page .products .product .info .squares .square .label {
    margin-right: 4px;
  }
  body.base-page .products .product:hover .image:before {
    box-shadow: inset 0px 0px 0px 4px #00d0ed;
  }
  body.base-page .pagination-holder {
    padding: 8px;
  }
  body.base-page .pagination-holder ul li {
    margin: 0px 3px;
  }
  body.base-page .pagination-holder ul li a,
  body.base-page .pagination-holder ul li span {
    padding: 4px;
    min-width: 20px;
    min-height: 20px;
    font-size: 11px;
    line-height: 11px;
  }
  body.base-page .pagination-holder ul li .prev svg,
  body.base-page .pagination-holder ul li .next svg {
    width: 10px;
    height: 11px;
  }
  body.base-page .pagination-holder .show-all {
    padding: 12px;
    margin: -8px -8px -8px auto;
    font-size: 14px;
    line-height: 14px;
  }
  body.base-page .page-content {
    width: 100%;
  }
  body.base-page .page-content.seo-text {
    margin-top: 30px;
  }
  body.base-page .page-content h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 30px 0px 15px 0px;
  }
  body.base-page .page-content p,
  body.base-page .page-content li:not(.blocks-gallery-item) {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0px 10px 0px;
  }
  body.base-page .page-content ul:not(.blocks-gallery-grid),
  body.base-page .page-content ol:not(.blocks-gallery-grid) {
    list-style-position: inside;
  }
  body.base-page .page-content ul:not(.blocks-gallery-grid) {
    list-style-type: disc;
  }
  body.base-page .page-content ol:not(.blocks-gallery-grid) {
    list-style-type: decimail;
  }
  body.base-page #theme-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  body.base-page #theme-main .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  body.base-page #sidebar .sidebar-header {
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 5px 0px;
  }
  body.base-page #sidebar .product-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0px 0px 15px 0px;
  }
  body.base-page #sidebar .product-filter .filter {
    margin: 20px 0px 0px 0px;
  }
  body.base-page #sidebar .product-filter .filter .filter-header {
    margin: 0px 0px 10px 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  body.base-page #sidebar .product-filter .filter .filter-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  body.base-page #sidebar .product-filter .filter .range-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .inputs .splitter {
    width: 1px;
    background-color: #efefef;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .inputs input {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 50%;
    border: none;
    background-color: #f0f0f0;
    padding: 15px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target {
    height: 3px;
    border: none;
    box-shadow: none;
    background-color: #f0f0f0;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0050a5;
    top: -7px;
    right: -7px;
    border: none;
    box-shadow: none;
    outline: none;
  }
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle:before,
  body.base-page #sidebar .product-filter .filter .range-filter .noUi-target .noUi-handle:after {
    display: none;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter .button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-grow: 1;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter .button input {
    display: none;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter .button input:checked + label {
    color: #fff;
    background-color: #0050a5;
  }
  body.base-page #sidebar .product-filter .filter .buttons-filter .button label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #f0f0f0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    -ms-transition: background 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 5px 0px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input {
    display: none;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input:checked + label:before {
    border-color: #0050a5;
    background-color: #0050a5;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox input:checked + label:after {
    opacity: 1;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label {
    position: relative;
    padding: 5px 0px 5px 35px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border: 2px solid #f0f0f0;
    background-color: #fff;
    transition: background 0.2s linear, border 0.2s linear;
    -o-transition: background 0.2s linear, border 0.2s linear;
    -ms-transition: background 0.2s linear, border 0.2s linear;
    -moz-transition: background 0.2s linear, border 0.2s linear;
    -webkit-transition: background 0.2s linear, border 0.2s linear;
  }
  body.base-page #sidebar .product-filter .filter .checkbox-filter .checkbox label:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    bottom: 0px;
    height: 13px;
    width: 6px;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #fff;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 5px 0px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio input {
    display: none;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio input:checked + label:before {
    border-color: #0050a5;
    background-color: #0050a5;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio input:checked + label:after {
    opacity: 1;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label {
    position: relative;
    padding: 5px 0px 5px 35px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    background-color: #fff;
    transition: background 0.2s linear, border 0.2s linear;
    -o-transition: background 0.2s linear, border 0.2s linear;
    -ms-transition: background 0.2s linear, border 0.2s linear;
    -moz-transition: background 0.2s linear, border 0.2s linear;
    -webkit-transition: background 0.2s linear, border 0.2s linear;
  }
  body.base-page #sidebar .product-filter .filter .radio-filter .radio label:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 0px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #fff;
    transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
  }
  body.base-page #sidebar .product-filter .apply {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-align: center;
    align-items: center;
    margin: 10px 0px 0px 0px;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #0050a5;
    border-radius: 2px;
  }
}
@media screen and (max-width: 991px) {
  /* @import includes/768-991/base-page.styl */
  body.base-page .page-title {
    font-size: 36px;
    margin: 36px 0px 36px 0px;
  }
  body.base-page .page-title.small {
    font-size: 19px;
    line-height: 32px;
    margin: 0px 0px 4px 0px;
  }
}
/* @import includes/services-page.styl */
body.services-page .services-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 50px;
}
body.services-page .services-grid .service-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
body.services-page .services-grid .service-holder .service {
  width: 100%;
  min-height: 235px;
  position: relative;
}
body.services-page .services-grid .service-holder .service .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.services-page .services-grid .service-holder .service .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.services-page .services-grid .service-holder .service .image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0,0,0,0.6);
}
body.services-page .services-grid .service-holder .service .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  position: relative;
  z-index: 3;
}
body.services-page .services-grid .service-holder .service .info .title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
}
body.services-page .services-grid .service-holder .service .info .more-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  max-height: 0px;
  margin: 20px 0px;
  overflow: hidden;
  transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  -ms-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  -webkit-transition: max-height 0.2s linear;
}
body.services-page .services-grid .service-holder .service .info .more-wrap .more {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: #0050a5;
}
body.services-page .services-grid .service-holder .service:hover .info .more-wrap {
  max-height: 42px;
}
body.services-page .service-content {
  color: #fff;
}
body.services-page .service-content p,
body.services-page .service-content li {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/services-page.styl */
  body.services-page .services-grid {
    margin-bottom: 40px;
  }
  body.services-page .services-grid .service-holder .service {
    min-height: 188px;
  }
  body.services-page .services-grid .service-holder .service .info {
    padding: 0px 24px;
  }
  body.services-page .services-grid .service-holder .service .info .title {
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0px 0px 0px;
  }
  body.services-page .services-grid .service-holder .service .info .more-wrap {
    margin: 16px 0px;
  }
  body.services-page .services-grid .service-holder .service .info .more-wrap .more {
    font-size: 10px;
    line-height: 10px;
    padding: 12px 20px;
  }
  body.services-page .services-grid .service-holder .service:hover .info .more-wrap {
    max-height: 34px;
  }
  body.services-page .service-content p,
  body.services-page .service-content li {
    font-size: 11px;
    line-height: 19px;
    margin: 0px 0px 8px 0px;
  }
}
/* @import includes/reviews-page.styl */
body.reviews-page .reviews-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
body.reviews-page .reviews-grid .review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px;
}
body.reviews-page .reviews-grid .review .left-side {
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.reviews-page .reviews-grid .review .left-side .image {
  margin: 0px 0px 10px 0px;
}
body.reviews-page .reviews-grid .review .left-side .image img {
  border-radius: 50%;
}
body.reviews-page .reviews-grid .review .left-side .date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
body.reviews-page .reviews-grid .review .right-side {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: stretch;
  align-items: stretch;
}
body.reviews-page .reviews-grid .review .right-side .title {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #000;
}
body.reviews-page .reviews-grid .review .right-side .text * {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
body.reviews-page .send-review-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.reviews-page .send-review-form .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
body.reviews-page .send-review-form .form label {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
}
body.reviews-page .send-review-form .form .text-input,
body.reviews-page .send-review-form .form .file-input,
body.reviews-page .send-review-form .form .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.reviews-page .send-review-form .form .text-input textarea {
  background-color: #fff;
  border: none;
  border: 1px solid #0050a5;
  border-radius: 10px;
  margin: 0px;
  padding: 15px;
  resize: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
body.reviews-page .send-review-form .form .text-input textarea::-webkit-input-placeholder {
  color: #000;
}
body.reviews-page .send-review-form .form .text-input textarea::-moz-placeholder {
  color: #000;
}
body.reviews-page .send-review-form .form .text-input textarea:-moz-placeholder {
  color: #000;
}
body.reviews-page .send-review-form .form .text-input textarea:-ms-input-placeholder {
  color: #000;
}
body.reviews-page .send-review-form .form .text-input textarea.error {
  border-color: #e33737;
  color: #fff;
}
body.reviews-page .send-review-form .form .text-input textarea.error::-webkit-input-placeholder {
  color: #fff;
}
body.reviews-page .send-review-form .form .text-input textarea.error::-moz-placeholder {
  color: #fff;
}
body.reviews-page .send-review-form .form .text-input textarea.error:-moz-placeholder {
  color: #fff;
}
body.reviews-page .send-review-form .form .text-input textarea.error:-ms-input-placeholder {
  color: #fff;
}
body.reviews-page .send-review-form .form .file-input .fileselect {
  position: relative;
}
body.reviews-page .send-review-form .form .file-input .fileselect input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  z-index: 1;
}
body.reviews-page .send-review-form .form .file-input .fileselect span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 20px 20px 20px 30px;
  position: relative;
  z-index: 2;
}
body.reviews-page .send-review-form .form .file-input .fileselect span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  width: 22px;
  height: 21px;
  margin: auto 0px;
  background-size: contain;
  background-image: url("../images/reviews-fileselect-ready.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
}
body.reviews-page .send-review-form .form .file-input .fileselect span.empty:before {
  background-image: url("../images/reviews-fileselect.png");
}
body.reviews-page .send-review-form .form .button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
}
body.reviews-page .send-review-form .form .button button {
  padding: 15px 40px;
  border-radius: 2px;
  background-color: #0050a5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  /* @import includes/992-1200/reviews-page.styl */
  body.reviews-page .reviews-grid {
    margin-bottom: 40px;
  }
  body.reviews-page .reviews-grid .review .left-side .image {
    margin: 0px 0px 8px 0px;
  }
  body.reviews-page .reviews-grid .review .left-side .date {
    font-size: 11px;
  }
  body.reviews-page .reviews-grid .review .right-side .title {
    font-size: 14px;
    line-height: 16px;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 8px 0px;
  }
  body.reviews-page .reviews-grid .review .right-side .text * {
    font-size: 11px;
    line-height: 16px;
  }
  body.reviews-page .send-review-form .form label {
    font-size: 14px;
    line-height: 16px;
    margin: 0px 0px 8px 0px;
  }
  body.reviews-page .send-review-form .form .text-input textarea {
    border-radius: 8px;
    padding: 12px;
    font-size: 11px;
    line-height: 14px;
  }
  body.reviews-page .send-review-form .form .file-input .fileselect span {
    font-size: 11px;
    padding: 16px 16px 16px 24px;
  }
  body.reviews-page .send-review-form .form .file-input .fileselect span:before {
    top: 8px;
    bottom: 8px;
    width: 18px;
    height: 17px;
  }
  body.reviews-page .send-review-form .form .button {
    margin-top: 16px;
  }
  body.reviews-page .send-review-form .form .button button {
    padding: 12px 32px;
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  /* @import includes/768-991/reviews-page.styl */
  body.reviews-page .send-review-form .form .file-input {
    margin-top: 16px;
  }
}
/* @import 'addons/modal.styl' */
.modal-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(0,0,0,0.4);
  opacity: 1;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  backdrop-filter: blur(3px) grayscale(0.8);
}
.modal-background.hidden {
  opacity: 0;
}
.modal-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  pointer-events: none;
  opacity: 1;
  transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
.modal-container.hidden {
  opacity: 0;
}
.modal-container.hidden .modal-dialog {
  transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  filter: opacity(0);
  -webkit-filter: opacity(0);
}
.modal-container .modal-dialog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  pointer-events: initial;
  min-width: 320px;
  max-width: 90%;
  max-height: 90%;
  background-color: #fff;
  transition: 0.3s transform, 0.3s filter;
  -o-transition: 0.3s transform, 0.3s filter;
  -ms-transition: 0.3s transform, 0.3s filter;
  -moz-transition: 0.3s transform, 0.3s filter;
  -webkit-transition: 0.3s transform, 0.3s filter;
  transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  filter: opacity(1);
  -webkit-filter: opacity(1);
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.4);
  border-radius: 5px;
}
.modal-container .modal-dialog .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.modal-container .modal-dialog .modal-header .modal-header-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 0px;
  background-color: rgba(0,0,0,0);
}
.modal-container .modal-dialog .modal-header .modal-header-close:before,
.modal-container .modal-dialog .modal-header .modal-header-close:after {
  content: '';
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 24px;
  height: 4px;
  background-color: #000;
  margin: 3px 8px;
}
.modal-container .modal-dialog .modal-header .modal-header-close:before {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: -5px;
}
.modal-container .modal-dialog .modal-header .modal-header-close:after {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 1px;
}
.modal-container .modal-dialog .modal-header .modal-header-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 30px 40px 30px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
.modal-container .modal-dialog .modal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0px 30px 0px 30px;
}
.modal-container .modal-dialog .modal-content .form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.modal-container .modal-dialog .modal-content .form .input {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.modal-container .modal-dialog .modal-content .form .input input,
.modal-container .modal-dialog .modal-content .form .input textarea {
  padding: 15px;
  border: 1px solid rgba(0,0,0,0.2);
  background-color: #fff;
}
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill,
.modal-container .modal-dialog .modal-content .form .input textarea:-webkit-autofill,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:hover,
.modal-container .modal-dialog .modal-content .form .input textarea:-webkit-autofill:hover,
.modal-container .modal-dialog .modal-content .form .input input:-webkit-autofill:focus,
.modal-container .modal-dialog .modal-content .form .input textarea:-webkit-autofill:focus {
  box-shadow: inset 0px 0px 0px 50px #fff;
  -webkit-text-fill-color: #000;
}
.modal-container .modal-dialog .modal-content .form .input input.error,
.modal-container .modal-dialog .modal-content .form .input textarea.error {
  border-color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .input input.error::-webkit-input-placeholder,
.modal-container .modal-dialog .modal-content .form .input textarea.error::-webkit-input-placeholder {
  color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .input input.error::-moz-placeholder,
.modal-container .modal-dialog .modal-content .form .input textarea.error::-moz-placeholder {
  color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .input input.error:-moz-placeholder,
.modal-container .modal-dialog .modal-content .form .input textarea.error:-moz-placeholder {
  color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .input input.error:-ms-input-placeholder,
.modal-container .modal-dialog .modal-content .form .input textarea.error:-ms-input-placeholder {
  color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .input input.error ~ .error-msg,
.modal-container .modal-dialog .modal-content .form .input textarea.error ~ .error-msg {
  font-size: 11.5px;
  margin-top: 5px;
}
.modal-container .modal-dialog .modal-content .form .input input[required] ~ label:after,
.modal-container .modal-dialog .modal-content .form .input textarea[required] ~ label:after {
  content: '*';
  color: #e33737;
  margin-left: 0.2em;
}
.modal-container .modal-dialog .modal-content .form .input textarea {
  resize: none;
  height: 100px;
}
.modal-container .modal-dialog .modal-content .form .input .error-msg {
  order: 3;
  margin: 0px;
  color: #e33737;
  font-size: 0px;
  transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}
.modal-container .modal-dialog .modal-content .form .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 15px;
}
.modal-container .modal-dialog .modal-content .form .button button {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background-color: #e33737;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.modal-container .modal-dialog .modal-content .form .spp-input {
  width: 100%;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] {
  order: 1;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  opacity: 0;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:active ~ label:after,
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:hover ~ label:after,
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:focus ~ label:after {
  opacity: 0.3;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label {
  order: 2;
  position: relative;
  margin: 10px 0px 0px 0px;
  width: 100%;
  padding: 5px 0px 5px 20px;
  color: #000;
  font-size: 14px;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label a {
  color: inherit;
  text-decoration: underline;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 5px;
  height: 9px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ .error-msg {
  margin-left: 20px;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"].error ~ label {
  color: #e33737;
}
.modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"].error ~ label:before {
  border-color: #e33737;
}
.modal-container .modal-dialog .modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-container .modal-dialog .modal-footer button {
  margin: 15px 0px 30px 0px;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #0050a5;
}
@media screen and (max-width: 992px) {
  .modal-container {
    cursor: pointer;
  }
}
@media screen and (max-width: 560px) {
  .modal-container .modal-dialog .modal-header .modal-header-title {
    font-size: 24px;
    margin: 7px 30px 20px 30px;
  }
  .modal-container .modal-dialog .modal-content {
    padding: 0px 15px;
  }
  .modal-container .modal-dialog .modal-content .form .spp-input input[type="checkbox"] ~ label {
    font-size: 12px;
  }
  .modal-container .modal-dialog .modal-footer button {
    margin-bottom: 10px;
  }
}
