:root {
  --svw: 0px;
}
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: "Raleway", sans-serif;
  font-weight: 500;
  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: "Stolzl", 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: auto;
  margin-bottom: 30px;
}

body ol li,
body ul li {
  list-style: auto;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  margin-bottom: 10px;
}
body ol li {
  margin-left: 20px;
}
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;
}
/* @import grid-12c.styl */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin: 0;
}
@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: 1300px) {
  .wrapper {
    max-width: 1300px;
  }
}
.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: 100%;
}
.alignwide {
  width: 100%;
}
.alignfull {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    width: calc(100vw - var(--svw)) !important;
    margin-left: calc(-1 * (100vw - 740px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 740px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 992px) {
  .alignfull {
    width: calc(100vw - var(--svw)) !important;
    margin-left: calc(-1 * (100vw - 965px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 965px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 1300px) {
  .alignfull {
    width: calc(100vw - var(--svw)) !important;
    margin-left: calc(-1 * (100vw - 1300px - var(--svw)) / 2) !important;
    margin-right: calc(-1 * (100vw - 1300px - var(--svw)) / 2) !important;
  }
}
@media only screen and (min-width: 2000px) {
  .alignfull {
    width: 2000px !important;
    margin-left: calc(-1 * (2000px - 1300px) / 2) !important;
    margin-right: calc(-1 * (2000px - 1300px) / 2) !important;
  }
}
/* @import includes/_header.styl */
#theme-header {
  position: relative;
  z-index: 1000;
  //background-color: #67a0e0;
  background-image: url("../../../../../uploads/bg.jpg");
  margin-bottom: 0;
}
#theme-header .header-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#theme-header .header-flex .logo-holder {
  width: fit-content;
  margin-right: 46px;
  flex-shrink: 0;
}
#theme-header .bottom-navbar {
  border-top: 1px solid #a6d1ff80;
}
#theme-header .logo-text {
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  text-shadow: 3px 3px 8px black;
  color: #ffffff;
}
#theme-header .header-navbar {
  height: inherit;
  position: relative;
}
#theme-header .header-navbar .main-wrapper {
  height: 100%;
}
#theme-header .header-navbar .main-wrapper .main-row {
  flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  width: 100%;
  color: #333333;
}
.page-content .title {
  padding-left: 15px;
  margin-bottom: 40px;
}
.desc {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  margin-top: 10px;
  color: #333333;
}
#theme-header .menu-toggler {
  display: none;
}

#theme-header .header-navbar .main-wrapper .main-row .menu-holder-mobile {
  display: none;
}
#theme-header .header-navbar .main-wrapper .main-row .menu-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-grow: 1;
  position: static;
  height: 100%;
  padding-left: 25px;
  -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;
}
#theme-header .header-navbar .main-wrapper .main-row .menu-holder .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%;
  height: 100%;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0 25px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  a {
  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;
  flex-align: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.8);
  backdrop-filter: blur(4px);
  padding: 20px 0px;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder
  .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-align: start;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder
  .sub-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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder
  .sub-menu
  .nav-menu-element {
  width: auto;
  margin-bottom: 20px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder
  .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;
  height: auto;
  background-image: none;
  font-size: 14px;
  width: auto;
  border-radius: 20px;
  padding: 15px 20px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .toggler {
  flex-shrink: 0;
  display: none;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  a,
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element.active
  a {
  border-color: #1e70ea;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  > .sub-menu-holder {
  visibility: visible;
  opacity: 1;
}
#theme-header .header-navbar .main-wrapper .main-row .search-holder {
  padding: 0;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .search-holder
  .search-form
  label
  span {
  display: none;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .search-holder
  .search-form
  label
  input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 15px 15px 40px;
  border-radius: 20px;
  box-shadow: 3.716px 3.346px 9px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  background-image: url("../images/fa-search.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  width: 100%;
  margin-left: -20px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .search-holder
  .search-form
  input {
  display: none;
}
#theme-header .header-navbar .main-wrapper .main-row .mobile-close {
  display: none;
}
#theme-header .header-navbar .main-wrapper .main-row .controls-holder {
  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;
  flex-grow: 0;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  padding: 0;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap {
  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;
  flex-align: center;
  align-items: center;
  padding-left: 0;
  text-align: end;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap
  .phone {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: flex;
  text-shadow: 1px 1px 7px black;
  align-items: center;
  margin-left: 40px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap
  .phone:hover {
  text-decoration: underline;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap
  .phone:before {
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../svg/icon_phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap
  .button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  padding: 0;
  width: 100%;
}
#theme-header
  .header-navbar
  .main-wrapper
  .main-row
  .controls-holder
  .phone-wrap
  .button:hover {
  color: #82abbd;
}

#theme-header .bottom-navbar .main-wrapper .main-row .menu-holder {
  padding: 0;
  width: 100%;
}
#theme-header .bottom-navbar .main-wrapper .main-row .menu-holder .nav-menu {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#theme-header .header-right {
  width: 89%;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element {
  margin: 0;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element.has-childs {
  padding-right: 20px;
}
.privacy-policy-text .seo-text {
  margin-top: 0;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element.has-childs
  a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 8px;
  background-image: url(../svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -20px;
  top: calc(73% - 5px);
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  a:after {
  transform: rotate(180deg);
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(57 136 225 / 15%);
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .wrapper {
  padding: 0;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -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;
  padding: 0;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element {
  width: fit-content;
  border: 0;
  margin-right: 10px;
  padding: 10px;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element
  a:before {
  content: "";
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #333333;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element
  a:hover:before {
  background-color: #a90533;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element
  a {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #333333;
  text-transform: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border: 0;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element
  a:hover {
  color: #a90533;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .sub-menu
  .nav-menu-element:last-child
  a[href="/product/"] {
  font-weight: 700;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  .sub-menu-holder
  .left-column {
  display: none;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  a {
  padding: 25px 0;
  position: relative;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
#theme-header .header-social {
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#theme-header .header-social img {
  width: 50%;
  height: 50%;
}
#theme-header .header-social:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element:hover
  a {
  border-bottom: 3px solid #a90533;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element
  .sub-menu-holder {
  display: none;
}
@media screen and (max-width: 991px) {
  #theme-header .menu-toggler {
    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;
    z-index: 99999;
  }
  #theme-header .menu-toggler 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;
    -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: 50px;
    height: 50px;
    padding: 0px;
    position: relative;
    background-color: rgb(0 0 0 / 0%);
  }
  #theme-header .menu-toggler button .line {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    left: 8px;
    right: 8px;
    width: 34px;
    height: 4px;
    background-color: #fff;
    margin: 0px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transform-origin: 50%;
    transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  #theme-header .menu-toggler button .line:nth-of-type(1) {
    top: 10px;
  }
  #theme-header .menu-toggler button .line:nth-of-type(2) {
    top: 23px;
  }
  #theme-header .menu-toggler button .line:nth-of-type(3) {
    bottom: 10px;
  }
  #theme-header .menu-toggler button:active .line,
  #theme-header .menu-toggler button:hover .line {
    background-color: #fff;
  }
  #theme-header .menu-toggler button.open .line {
    background-color: #3988e1;
  }
  #theme-header .menu-toggler button.open .line:nth-of-type(1) {
    top: 23px;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    position: fixed;
    top: 39px;
    left: 23px;
  }
  #theme-header .menu-toggler button.open .line:nth-of-type(2) {
    transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    display: none;
  }
  #theme-header .menu-toggler button.open .line:nth-of-type(3) {
    bottom: 23px;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    position: fixed;
    top: 39px;
    left: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/_header.styl */
  #theme-header {
    position: static;
  }
  #theme-header .header-navbar .main-wrapper {
    max-width: unset;
  }
  #theme-header .header-navbar .main-wrapper .main-row {
    padding-top: 5px;
  }

  #theme-header .header-navbar .main-wrapper .main-row .menu-holder {
    display: none;
  }
  #theme-header .header-navbar .main-wrapper .main-row .menu-holder-mobile {
    position: fixed;
    z-index: 5;
    top: 0;

    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 0px;
    padding-top: 80px;
    width: 50%;
    background-color: #fff;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    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;
    display: flex;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .search {
    margin: 23px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu {
    width: 100%;
    -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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element {
    -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: 0;
    height: auto;
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    a {
    flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    padding: 15px 20px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: -5px -5px -5px 10px;
    position: relative;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:before,
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    width: 10px;
    height: 2px;
    background-color: #bebebe;
    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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:before {
    right: 7px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:after {
    left: 7px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    + .nav-menu-element {
    margin-top: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:before,
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:after {
    background-color: #000;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .sub-menu-holder {
    display: block;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder {
    padding: 0px 0px 0px 20px;
    position: relative;
    top: 0px;
    opacity: 1;
    display: none;
    visibility: visible;
    background-color: rgba(85, 85, 85, 0.05);
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.3),
      inset 0px -5px 5px -5px rgba(0, 0, 0, 0.3);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .wrapper {
    -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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element {
    width: 100%;
    margin-bottom: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element
    a {
    font-size: 12px;
    padding: 10px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element
    + .nav-menu-element {
    margin-top: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu {
    width: 100%;
    padding: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .left-column {
    display: none;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .left-column
    + .sub-menu {
    padding-left: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #theme-header .header-navbar .main-wrapper .main-row .mobile-close {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0px;
    bottom: 0px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    pointer-events: none;
  }
  #theme-header .header-navbar .main-wrapper .main-row .mobile-close.open {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .search-holder
    .search-form
    label
    input {
    margin-left: 0;
  }
  #theme-header .header-navbar .main-wrapper .main-row .controls-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;
  }
  #theme-header
    .bottom-navbar
    .main-wrapper
    .main-row
    .menu-holder
    .nav-menu
    .nav-menu-element
    a {
    padding: 15px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/_header.styl */
  #theme-header {
    position: static;
  }
  #theme-header .header-navbar .main-wrapper {
    max-width: unset;
  }
  #theme-header .header-navbar .main-wrapper .main-row {
    flex-wrap: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #theme-header .header-navbar .main-wrapper .main-row .menu-toggler {
    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;
    margin: 0px;
    padding: 0;
  }
  #theme-header .header-navbar .main-wrapper .main-row .menu-toggler 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;
    -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: 50px;
    height: 50px;
    padding: 0px;
    position: relative;
    background-color: #fff;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button
    .line {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: absolute;
    left: 8px;
    right: 8px;
    width: 34px;
    height: 4px;
    background-color: #1e70ea;
    margin: 0px;
    transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    transform-origin: 50%;
    transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button
    .line:nth-of-type(1) {
    top: 10px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button
    .line:nth-of-type(2) {
    top: 23px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button
    .line:nth-of-type(3) {
    bottom: 10px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button:active
    .line,
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button:hover
    .line {
    background-color: #1e70ea;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button.open
    .line {
    background-color: #1e70ea;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button.open
    .line:nth-of-type(1) {
    top: 23px;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button.open
    .line:nth-of-type(2) {
    transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-toggler
    button.open
    .line:nth-of-type(3) {
    bottom: 23px;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
  }

  #theme-header .header-navbar .main-wrapper .main-row .menu-holder {
    display: none;
  }
  #theme-header .header-navbar .main-wrapper .main-row .menu-holder-mobile {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    padding: 0px;
    padding-top: 80px;
    width: 50%;
    background-color: #fff;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    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;
    display: flex;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .search {
    margin: 23px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu {
    width: 100%;
    -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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element {
    -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: 0;
    height: auto;
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    a {
    flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
    padding: 15px 20px;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: -5px -5px -5px 10px;
    position: relative;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:before,
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    width: 10px;
    height: 2px;
    background-color: #bebebe;
    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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:before {
    right: 7px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    .toggler:after {
    left: 7px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element
    + .nav-menu-element {
    margin-top: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:before,
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:after {
    background-color: #000;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:before {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .toggler:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .nav-menu
    .nav-menu-element.open
    .sub-menu-holder {
    display: block;
  }
  7
    #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder {
    padding: 0px 0px 0px 20px;
    position: relative;
    top: 0px;
    opacity: 1;
    display: none;
    visibility: visible;
    background-color: rgba(85, 85, 85, 0.05);
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.3),
      inset 0px -5px 5px -5px rgba(0, 0, 0, 0.3);
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .wrapper {
    -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;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element {
    width: 100%;
    margin-bottom: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element
    a {
    font-size: 12px;
    padding: 10px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu
    .nav-menu-element
    + .nav-menu-element {
    margin-top: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .sub-menu {
    width: 100%;
    padding: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .left-column {
    display: none;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile
    .sub-menu-holder
    .left-column
    + .sub-menu {
    padding-left: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .menu-holder-mobile.open {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  #theme-header .header-navbar .main-wrapper .main-row .mobile-close {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    pointer-events: none;
  }
  #theme-header .header-navbar .main-wrapper .main-row .mobile-close.open {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  #theme-header .header-navbar .main-wrapper .main-row .search-holder {
    display: none;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .search-holder
    .search-form
    label
    input {
    margin-left: 0;
  }
  #theme-header .header-navbar .main-wrapper .main-row .controls-holder {
    margin: 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap {
    /* -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-wrap: nowrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone {
    display: none;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone-mobile {
    font-size: 0 !important;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-end;
    width: 20px;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone-mobile:before {
    content: "";
    background-image: url("../svg/call.svg");
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  #theme-header .bottom-navbar {
    display: none;
  }
}
/* @import includes/_footer.styl */
#theme-footer {
  background-color: #67a0e0;
  border-top: 1px solid #a6d1ff;
}
#theme-footer .footer-navbar {
  padding-bottom: 20px;
  position: relative;
}
#theme-footer .footer-navbar .theme-coop {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;

  color: rgba(255, 255, 255, 0.5);
}
#theme-footer .footer-navbar .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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  margin-bottom: 35px;
}
#theme-footer .header-social {
  background: #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#theme-footer .header-social:hover {
  opacity: 0.8;
}
#theme-footer .header-social img {
  width: 50%;
  height: 50%;
}
#theme-footer .contact-footer {
  align-self: baseline;
  padding-top: 20px;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .image {
  margin-bottom: 60px;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .image img {
  max-width: 220px;
  object-fit: contain;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .phone {
  font-family: Montserrat;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding-left: 17px;
  position: relative;
  margin-bottom: 10px;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .phone:hover {
  text-decoration: underline;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .phone:last-child {
  margin-bottom: 0;
}
#theme-footer
  .footer-navbar
  .main-wrapper
  .contact-footer
  .phone:first-child:before {
  content: "";
  background-image: url("../svg/icon_phone2.svg");
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  left: 0;
  position: absolute;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .address {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 100;
  color: #fff;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .address:before {
  content: "";
  background-image: url("../images/point.png");
  width: 13px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .address p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .email {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .email a {
  color: #fff;
  font-weight: 100;
}
#theme-footer .footer-navbar .main-wrapper .contact-footer .email:before {
  content: "";
  background-image: url("../images/mail.png");
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
}
#theme-footer .footer-navbar .main-wrapper .menu-holder .nav-menu-name {
  font-size: 18px;
  margin-bottom: 30px;
}
#theme-footer .footer-navbar .main-wrapper .menu-holder .nav-menu {
  margin-top: 20px;
}
#theme-footer
  .footer-navbar
  .main-wrapper
  .menu-holder
  .nav-menu
  .nav-menu-element {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}
#theme-footer
  .footer-navbar
  .main-wrapper
  .menu-holder
  .nav-menu
  .nav-menu-element
  a {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}
#theme-footer .footer-copyrights {
  padding: 19px 0;
  border-top: 1px solid #a6d1ff;
  color: #fff;
}
#theme-footer .footer-copyrights .wrapper {
  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;
  justify-content: space-between;
  flex-align: center;
  align-items: center;
}
#theme-footer .footer-copyrights .wrapper .theme-coop {
  color: #fff;
  font-weight: 100;
}
#theme-footer .footer-copyrights .wrapper .privacy a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.8);
}
#theme-footer .footer-copyrights .wrapper .privacy a:hover {
  text-decoration: none;
}
#theme-footer .footer-copyrights .wrapper .creator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#theme-footer .footer-copyrights .wrapper .creator a {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  font-weight: 100;
  color: #fff;
}
#theme-footer .footer-copyrights .wrapper .creator a span {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  margin-right: 13px;
  color: rgba(255, 255, 255, 0.8);
}
#theme-footer .footer-copyrights .wrapper .creator a img {
  height: 26px;
  width: 111px;
  object-fit: contain;
}
#theme-footer .footer-menu {
  width: 70%;
}
#theme-footer .menu-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a6d1ff;
  padding-bottom: 20px;
  padding-top: 32px;
}
#theme-footer .menu-bottom {
  padding-top: 9px;
}
#theme-footer .menu-bottom .nav-menu-element {
  margin: 0;
  margin-right: 10px;
}
#theme-footer .menu-bottom .nav-menu-element:last-child {
  margin: 0;
}
#theme-footer .menu-top .nav-menu-element {
  margin: 0;
  margin-left: 25px;
}
#theme-footer .nav-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#theme-footer .menu-bottom .nav-menu {
  justify-content: space-between;
}
#theme-footer .menu-top .nav-menu-name {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  letter-spacing: 0.03em;

  color: #a6d1ff;
}
#theme-footer .menu-top .nav-menu-element a {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
}
#theme-footer .menu-bottom .nav-menu-element a {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}
#theme-footer .nav-menu-element a:hover:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -8px;
  left: 0;
  background-color: #a90533;
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/_footer.styl */
  #theme-footer .footer-navbar .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    justify-content: flex-end;
  }
  #theme-footer .header-social {
    margin-left: 20px;
  }
  #theme-footer .contact-footer {
    flex-direction: column;
  }
  #theme-footer .menu-bottom .nav-menu-element {
    width: calc(100% / 4 - 10px);
    margin-bottom: 10px;
  }
  #theme-footer .menu-bottom .nav-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #theme-footer
    .footer-navbar
    .main-wrapper
    .contact-footer
    .phone:not(:first-child):before {
    display: none;
  }
  #theme-footer .footer-navbar .main-wrapper {
    margin-bottom: 0;
  }
  #theme-footer .footer-navbar .main-wrapper .menu-holder {
    margin-top: 10px;
  }
  #theme-footer .footer-copyrights .wrapper {
    -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;
  }
  #theme-footer .footer-copyrights .wrapper .privacy {
    margin: 10px 0;
  }
}
/* @import includes/base-page.styl */
body #theme-main {
  background-color: #fff;
  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%;
}
body #theme-main.page404 {
  background-image: url(../images/404-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body #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 #theme-main #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;
  width: 290px;
  padding: 0px 15px;
  order: 1;
}
body #theme-main #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;
  width: calc(100% - 290px);
  padding: 0px 15px;
  order: 2;
  position: relative;
}
body .breadcrumbs-holder {
  width: 100%;
  padding: 30px 10px 30px 10px;
}
body .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: #333333;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 500;
}
body .breadcrumbs-holder .breadcrumbs > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0px 3px;
}
body .breadcrumbs-holder .breadcrumbs > span:last-child {
  color: #a90533;
}
body .breadcrumbs-holder .breadcrumbs > span a,
body .breadcrumbs-holder .breadcrumbs > span span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #333333;
}
body .breadcrumbs-holder .breadcrumbs > span:last-child span {
  color: #a90533 !important;
}
body .page-title {
  font-size: 45px;
  margin: 15px;
  color: #000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
body .page-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;
  width: 100%;
}
body p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  margin-bottom: 24px;
}
body ul li {
  list-style-type: none;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  margin-bottom: 15px;
}
body ul li:before {
  content: "";
  border-radius: 50%;
  min-width: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 9px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #a90533;
}
body .nav-menu-element:before {
  content: "";
  display: none;
}
body .wp-block-image img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
}
body .map-holder {
  width: 100%;
  position: relative;
  background-image: url("../images/map-holder.png");
  background-position: center;
}
body .map-holder .map-object {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#catalog .tax-menu {
  width: 280px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin: 0;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
}
#catalog .catalog-breadcrumbs .breadcrumbs-holder {
  padding: 0;
}
#catalog .tax-menu .product {
  width: 100%;
  margin: 0;
  padding: 15px 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  align-items: flex-start;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#catalog .tax-menu .menu-product-item:last-child .product {
  border-bottom: 0;
}
#catalog .tax-menu .product.parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#catalog .tax-menu .product.active {
  color: #a90533;
}
#catalog .tax-menu .product.parent img {
  width: 15px;
  height: 15px;
  filter: grayscale(1);
}

#catalog .tax-menu .product.parent.active img {
  filter: none;
}
#catalog .tax-menu .product.parent.opened img {
  transform: rotate(180deg);
}
#catalog .tax-menu .product.child {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
}
#catalog .tax-menu .product-childrens {
  display: none;
  padding: 0 25px;
  background-color: rgba(51, 51, 51, 0.03);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#catalog .tax-menu .product.parent.active + .product-childrens {
  display: block;
}
#catalog .tax-menu .product-childrens li {
  position: relative;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  margin: 0;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
}
#catalog .tax-menu .product-childrens li.active a {
  color: #a90533;
}

#catalog .tax-menu .product-childrens li a {
  padding: 15px 0;
  width: 100%;
}
#catalog .tax-menu .product-childrens li:last-child {
  border-bottom: 0;
}
#catalog .tax-menu .product-childrens li:before {
  position: absolute;
  left: -11px;
  top: 22px;
  margin: 0;
  background-color: #333333;
}
#catalog .tax-menu .product-childrens li.active:before {
  background-color: #a90533;
}
#catalog .tax-menu .tax-menu-title {
  background: #a90533;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.03em;

  color: #ffffff;
}

#catalog .block-products {
  width: calc(100% - 280px);
  padding-left: 30px;
  margin-bottom: 40px;
}
#catalog .block-products .products-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.no-products {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
}
body .has-background.has-grey-background-color {
  background-color: #f5f5f5;
}
body .has-background.has-dark-background-color {
  color: #fff;
  background-color: #313131;
}
body .has-background.has-red-background-color {
  color: #fff;
  background-color: #e33737;
}
body .nf-page {
  margin-top: 3%;
  width: 60%;
}
body .nf-page .error {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 216px;
  line-height: 166px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}
body .nf-page .subtitle {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 54px;
}
body .nf-page a {
  background: #a90533;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 15px 35px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  width: fit-content;
  margin-top: 40px;
}
body .nf-page a:hover {
  background-color: #fff;
  color: #a90533;
}
body .search-page {
  width: 100%;
  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 .search-page a {
  padding: 10px 15px;
  font-size: 18px;
}
body .wp-block-columns .wp-block-column {
  padding: 0 30px;
}
body .wp-block-columns strong {
  font-size: 18px;
  color: #3a3f5c;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* @import includes/992-1200/base-page.styl */
  body.base-page .page-head {
    padding: 12px 0px;
  }
  body.base-page .page-head .breadcrumbs li {
    margin: 0px 4px 4px 0px;
  }
  body.base-page .page-head .breadcrumbs li a,
  body.base-page .page-head .breadcrumbs li span {
    font-size: 11px;
    line-height: 14px;
  }
  body.base-page .page-head .breadcrumbs li:after {
    margin-left: 4px;
    font-size: 11px;
    line-height: 14px;
  }
  body.base-page .page-head .page-title {
    font-size: 26px;
    line-height: 35px;
  }
  body.base-page .pagination-holder {
    margin: 16px 0px 0px 0px;
  }
  body.base-page .pagination-holder .pagination li {
    margin: 0px 4px;
  }
  body.base-page .pagination-holder .pagination li a,
  body.base-page .pagination-holder .pagination li span {
    width: 35px;
    height: 35px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    font-size: 13px;
  }
  body.base-page .pagination-holder .pagination li .prev:before,
  body.base-page .pagination-holder .pagination li .next:before,
  body.base-page .pagination-holder .pagination li .prev:after,
  body.base-page .pagination-holder .pagination li .next:after {
    width: 12px;
    height: 2px;
  }
  body.base-page .pagination-holder .pagination li .prev:before {
    transform-origin: 0px 2px;
  }
  body.base-page .pagination-holder .pagination li .prev:after {
    transform-origin: 0px 0px;
  }
  body.base-page .pagination-holder .pagination li .next:before {
    transform-origin: 12px 2px;
  }
  body.base-page .pagination-holder .pagination li .next:after {
    transform-origin: 12px 0px;
  }
  body.base-page .gallery-block {
    margin: 72px 0px 0px 0px;
  }
  body.base-page .gallery-block .gallery-title {
    font-size: 26px;
    margin: 0px 0px 24px 0px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    width: 312px;
    height: 264px;
  }
  body.base-page .gallery-block .swiper-container .swiper-controls {
    margin: 8px 0px 0px 0px;
  }
  body.base-page .gallery-block .swiper-container .swiper-controls .wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-prev,
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-next {
    bottom: 12px;
    width: 53px;
    height: 53px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-prev:before,
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-next:before,
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-prev:after,
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-next:after {
    width: 12px;
    height: 2px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-prev:before {
    transform-origin: 0px 2px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-prev:after {
    transform-origin: 0px 0px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-next:before {
    transform-origin: 12px 2px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-button-next:after {
    transform-origin: 12px 0px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-pagination {
    padding: 4px;
  }
  body.base-page
    .gallery-block
    .swiper-container
    .swiper-controls
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* @import includes/768-991/base-page.styl */
  body #theme-main {
    background-color: #fff;
    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%;
  }
  body #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 #theme-main #sidebar {
    width: 100%;
  }
  body #theme-main #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;
    width: 100%;
    padding: 0px 15px;
    order: 2;
  }
  body .page-title {
    font-size: 40px;
  }
  body .breadcrumbs-holder {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  /* @import includes/480-767/base-page.styl */
  body #theme-main {
    background-color: #fff;
    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%;
  }
  body #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 #theme-main .main-wrapper .page-content {
    padding: 0 15px;
  }
  body #theme-main .main-wrapper .page-content .page-title {
    margin-left: 0;
  }
  body #theme-main #sidebar {
    width: 100%;
  }
  body #theme-main #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;
    width: 100%;
    padding: 0px 15px;
    order: 2;
  }
  body .breadcrumbs-holder {
    padding-top: 25px;
  }
  body .nf-page .error {
    font-size: 125px;
    line-height: 1;
  }
  body .nf-page .subtitle {
    margin-top: 19px;
    font-size: 20px;
    line-height: 22px;
  }
  body .page-title {
    font-size: 25px;
  }
  body p {
    font-size: 14px;
    line-height: 22px;
  }
  body ul li,
  body ol li {
    font-size: 14px;
    line-height: 22px;
  }
  body.single #theme-main .main-wrapper {
    /* padding-left: 15px;
    padding-right: 15px; */
  }
}
/* @import includes/product-page.styl */
body .archive-product {
  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;
  justify-content: space-between;
}
body #catalog.archive-product {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .archive-product .product {
  width: calc(100% / 4 - 30px * 3 / 4);
  margin-right: 30px;
  margin-bottom: 40px;
  flex-align: center;
  align-items: center;
  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: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

body .archive-product .product .image {
  width: 100%;
  height: 280px;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body .archive-product .product:nth-child(4n) {
  margin-right: 0;
}
body .archive-product .popular h2 {
  width: 100%;
  font-size: 35px;
  margin-top: 0;
}
body .archive-product .tax-menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
  /* justify-content: space-between; */
  width: 100%;
}
body .archive-product .product .img-container {
  width: 100%;
  height: 280px;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
body .archive-product .product .img-container .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
#catalog .product-item {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin-right: 30px;
  margin-bottom: 40px;
  flex-align: center;
  align-items: center;
  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: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#catalog .product-item:nth-child(3n) {
  margin-right: 0;
}
body
  .archive-product
  .product
  .img-container
  .service-hover
  .service-hover-button {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #a90533;
}
body .archive-product .product:hover .img-container .service-hover {
  opacity: 1;
}
#catalog .title {
  margin-bottom: 40px;
}
body .archive-product .product .img-container img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
body .archive-product .product .info {
  width: 100%;
}
body .archive-product .product .info .name {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  padding-top: 20px;
  padding-left: 20px;
  width: 100%;
  color: #333333;
}
body .archive-product .product .product-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
body .archive-product .product .product-hover .product-hover-button {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 16px 35px;
  color: #a90533;
}
body .archive-product .product:hover .product-hover {
  opacity: 1;
}
body .archive-product .product .info .price {
  padding-left: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #a90533;
  margin-top: 10px;
}
body .archive-product .product .info .dop {
  padding-left: 20px;
}
body .archive-product .product .info .dop p {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */

  letter-spacing: 0.03em;

  color: #333333;
}
body .archive-product .product .info .dop ul li {
  font-size: 16px;
  font-weight: 300;
}
body .archive-product .product .info button {
  padding: 15px 50px;
  color: #1e70ea;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #1e70ea;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
body .archive-product .product .info button:hover {
  background-color: #1e70ea;
  color: #fff;
}
body .archive-product .product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .archive-product .product .title-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;
  width: 70%;
}
body .archive-product .product .title-wrap .name {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}
body .archive-product .product .title-wrap .desc {
  display: none;
}
body .archive-product .product .title-wrap .desc p {
  font-size: 16px;
  line-height: 22px;
  display: none;
  color: #fff;
}
body .tax-product {
  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;
}
body .tax-product .product {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 20px;
}
body .tax-product .product img {
  width: 100%;
  object-fit: contain;
}
body .tax-product .product .info .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
body .tax-product .product .info .price {
  font-size: 45px;
  color: #1e70ea;
  font-weight: bold;
  text-align: center;
}
body .tax-product .product .info .dop {
  margin-top: 20px;
}
body .tax-product .product .info .dop p {
  font-size: 16px;
  font-weight: 300;
}
body .tax-product .product .info .dop ul li {
  font-size: 16px;
  font-weight: 300;
}
body .tax-product .product .info button {
  padding: 15px 50px;
  color: #1e70ea;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #1e70ea;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
body .tax-product .product .info button:hover {
  background-color: #1e70ea;
  color: #fff;
}
body .tax-product .desc {
  font-size: 18px;
  font-weight: 300;
}
body .single-product {
  width: 100%;
}
body .single-product .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body .single-product .content .slider {
  width: 40%;
  margin-bottom: 50px;
}
body
  .single-product
  .content
  .slider
  .main-slider
  .swiper-wrapper
  .swiper-slide
  img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .single-product .content .slider .thumb-slider {
  margin-top: 0;
}
body
  .single-product
  .content
  .slider
  .thumb-slider
  .swiper-wrapper
  .swiper-slide {
  padding-right: 20px;
}
body
  .single-product
  .content
  .slider
  .thumb-slider
  .swiper-wrapper
  .swiper-slide
  img {
  height: 102px;
  object-fit: cover;
}
body .single-product .content .main-img {
  width: 490px;
  height: 490px;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
body .single-product .content .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .info .attr-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: 5px;
}
.single-product .info .attr-desc {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: 15px;
}
.single-product .info .attr-desc p {
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
}
.single-product .info .attr-desc ul li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin: 0;
  position: relative;
  color: #333333;
}
.single-product .info .attr-desc ul li strong {
  display: contents;
}
.single-product .info .attr-desc ul li:before {
  position: absolute;
  left: -16px;
  background-color: #333333;
}
body .single-product .content .info {
  width: 60%;
  padding-left: 80px;
}
body .single-product .content .info h1 {
  font-size: 32px;
  margin: 0 0 30px 0;
  color: #000;
  font-weight: bold;
}
body .single-product .content .info .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 .single-product .content .info .price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
}
body .single-product .content .info .price-wrap .product-phone {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  width: 60%;
  color: #333333;
}
body .single-product .content .info .price-wrap .product-phone a {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  white-space: nowrap;
}
body .single-product .content .info .price-wrap .product-phone a:hover {
  text-decoration: underline;
}
body .single-product .content .info .price-wrap .modal-button {
  margin-left: 40px;
}
body .single-product .content .info .price-wrap .modal-button button {
  background: #a90533;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  border: 1px solid #a90533;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 16px 35px;
  color: #ffffff;
}
body .single-product .content .info .price-wrap .modal-button button:hover {
  background-color: #fff;
  color: #333;
}
body .single-product .content .attr-dop {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .single-product .content .attr-dop span {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .single-product .content .attr-dop .attr-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #4e4e4e;
  margin-bottom: 25px;
  position: relative;
}
body .single-product .content .attr-dop .attr-item:after {
  content: "";
  border-bottom: 1px dotted #4e4e4e;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 0;
}
body .single-product .content .attr-dop .attr-item .attr,
body .single-product .content .attr-dop .attr-item .value {
  background-color: #fff;
  z-index: 1;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  font-weight: 300;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  body .products .product .title-wrap .name {
    font-size: 18px;
    line-height: 25px;
  }
  body .products .product .title-wrap .desc p {
    font-size: 14px;
    line-height: 20px;
  }
  body
    .single-product
    .content
    .slider
    .thumb-slider
    .swiper-wrapper
    .swiper-slide
    img {
    height: 100px;
  }
  body .tax-product .product .info .price {
    font-size: 35px;
  }
  body .archive-product .popular .product {
    width: 33%;
  }
  body .archive-product .tax-menu {
    width: 30%;
  }
  body .archive-product .popular {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .products .product {
    width: 100%;
  }
  body .tax-product .product {
    width: 33%;
  }
  body .tax-product .product .info .price {
    font-size: 35px;
  }

  body .single-product .content .attr-dop span {
    font-size: 25px;
  }
  body .single-product .content .attr-dop .attr-item .attr,
  body .single-product .content .attr-dop .attr-item .value {
    font-size: 16px;
  }
  body .single-product .content .attr-dop .attr-item .value {
    text-align: right;
  }
  body .single-product .content .attr-dop .attr-item .attr {
    margin-right: 30px;
  }
  body .archive-product .popular .product {
    width: 50%;
  }
  /*body .archive-product .product .info .price{
    font-size: 28px;
  }*/
  body .archive-product .tax-menu {
    width: 40%;
  }
  body .archive-product .popular {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  body .products .product {
    width: 100%;
    -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 .products .product .image {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    height: 100px;
  }
  body .products .product .title-wrap {
    width: 100%;
  }
  body .products .product .title-wrap .name {
    font-size: 18px;
    line-height: 25px;
  }
  body .products .product .title-wrap .desc p {
    font-size: 14px;
    line-height: 20px;
  }
  body .tax-product .product {
    width: 100%;
  }
  body .tax-product .product .info .price {
    font-size: 35px;
  }
  body .single-product .content .info {
    width: 100%;
    padding-left: 0;
  }
  body .single-product .content .info .content p {
    font-size: 14px;
  }
  body .single-product .content .info .price-wrap {
    -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;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body .single-product .content .info .price-wrap .price {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body .single-product .content .info .price-wrap .modal-button {
    margin: auto;
  }

  .single-product .info .attr-desc ul {
    margin-left: 20px;
  }
  body .single-product .content .slider {
    width: 100%;
  }
  body
    .single-product
    .content
    .slider
    .thumb-slider
    .swiper-wrapper
    .swiper-slide {
    padding-right: 10px;
  }
  body
    .single-product
    .content
    .slider
    .thumb-slider
    .swiper-wrapper
    .swiper-slide
    img {
    height: 60px;
  }
  body .single-product .content .attr-dop span {
    font-size: 25px;
  }
  body .single-product .content .attr-dop .attr-item {
    -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 .single-product .content .attr-dop .attr-item:after {
    display: none;
  }
  body .single-product .content .attr-dop .attr-item .attr,
  body .single-product .content .attr-dop .attr-item .value {
    font-size: 16px;
  }
  body .single-product .content .attr-dop .attr-item .value {
    text-align: left;
  }
  body .single-product .content .attr-dop .attr-item .attr {
    margin-right: 0;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body .archive-product .product .info .name {
    /*text-align: center;*/
    padding-left: 0;
  }
  body .archive-product .product img {
    height: 130px;
    /* margin-bottom: 15px;*/
  }
  body .archive-product .popular .product {
    width: 100%;
  }
  body .archive-product .product .info .price {
    font-size: 28px;
  }
  body .archive-product .tax-menu {
    width: 100%;
  }
  body .archive-product .popular {
    width: 100%;
  }
}
/* @import includes/core-blocks.styl */
body .wc-block-featured-category {
  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;
  padding: 20px 15px 80px 15px;
  margin-bottom: 30px;
  min-height: 40vw;
}
body .wc-block-featured-category .wc-block-featured-category__title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
body .wc-block-featured-category .wc-block-featured-category__description {
  display: none;
}
body .wc-block-featured-category .wc-block-featured-category__link {
  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: 0px;
}
body
  .wc-block-featured-category
  .wc-block-featured-category__link
  .wp-block-button {
  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
  .wc-block-featured-category
  .wc-block-featured-category__link
  .wp-block-button
  .wp-block-button__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
body .wp-block-gallery {
  margin: 30px 0px;
}
body .wp-block-gallery .blocks-gallery-grid {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  padding: 0px 15px;
  margin: 0px 0px 30px 0px;
}
/* @import includes/services-page.styl */
body .archive-services {
  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;
}
body .archive-services .archive-services-grid {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
body .archive-services .services {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin-right: 30px;
  margin-bottom: 40px;
  padding: 0;
}
body .archive-services .services:nth-child(3n) {
  margin-right: 0;
}
body .archive-services .services .image {
  position: relative;
  width: 100%;
  height: 386px;
  overflow: hidden;
  border-radius: 20px;
}

body .archive-services .services .image .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
body .archive-services .services .image .service-hover .service-hover-button {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 32px;

  letter-spacing: 0.03em;
  text-transform: uppercase;

  color: #a90533;
}
.seo-text {
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 0 10px;
}
.seo-text h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  color: #333333;
}
.seo-text p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  margin-bottom: 24px;
}
.seo-text ul {
  list-style: disc;
}
.seo-text ul li {
  list-style: disc;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 14px;
}
#theme-header
  .bottom-navbar
  .main-wrapper
  .main-row
  .menu-holder
  .nav-menu
  .nav-menu-element.active
  a {
  border-bottom: 3px solid #a90533;
}
body .archive-services .services:hover .image .service-hover {
  opacity: 1;
}
body .archive-services .services .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .archive-services .services .image .icons {
  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%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
body .archive-services .services .image .icons svg,
body .archive-services .services .image .icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: #fff;
  margin-left: 10px;
}
body .archive-services .services .info {
  padding-top: 15px;
  padding-left: 20px;
}
body .archive-services .services .info span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
body .archive-services .services .info .name {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;

  color: #333333;
}
body .single-services {
  width: 100%;
}
body h1 {
  margin-top: 0;
}
body .single-services .modal-buy {
  padding: 15px 50px;
  color: #1e70ea;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #1e70ea;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*margin-top: 20px;*/
}
body .single-services .modal-buy:hover {
  background-color: #1e70ea;
  color: #fff;
}
body .single-services .wp-block-image {
  margin-bottom: 30px;
}
body .single-services .wp-block-image img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  body .archive-services .services {
    width: calc(100% / 2 - 15px);
  }
  body .archive-services .services:nth-child(3n) {
    margin-right: 30px;
  }
  body .archive-services .services:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .archive-services .services {
    width: calc(100% / 2 - 15px);
  }
  body .archive-services .services .image {
    height: 295px;
  }
  body .archive-services .services:nth-child(3n) {
    margin-right: 30px;
  }
  body .archive-services .services:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body .single-services h1 {
    font-size: 25px;
  }
  body .single-services .wp-block-image img {
    height: 150px;
  }
  body .archive-services .services {
    width: calc(100%);
    margin-right: 0;
  }
  body .archive-services .services:nth-child(3n) {
    margin-right: 0;
  }
  body .archive-services .services .image {
    height: 295px;
  }
  body .archive-services .services:nth-child(3n) {
    margin-right: 0;
  }
  body .archive-services .services:nth-child(2n) {
    margin-right: 0;
  }
}
/* @import includes/news-page.styl */
body.single .thumb {
  width: 100%;
  margin-bottom: 30px;
}
body.single .thumb img {
  width: 100%;
  border-radius: 10px;
  max-height: 500px;
  object-fit: cover;
}
body.single .single-news {
  width: 100%;
}
body.single .single-news p {
  font-size: 14px;
  line-height: 20px;
}
body.single .back-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  width: 100%;
}
body.single .back-news a {
  border: 2px solid #1e70ea;
  background-color: #1e70ea;
  padding: 12px 20px;
  color: #fff;
  border-radius: 5px;
}
body.single .back-news a:hover {
  background-color: #fff;
  color: #1e70ea;
}

/* @import 'addons/modal.styl' */
body .modal-background {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(51, 51, 51, 0.5);
  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;
}
body .modal-background.hidden {
  opacity: 0;
}
body .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;
}
body .modal-container.hidden {
  opacity: 0;
}
body .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);
}
body .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: 570px;
  max-width: 90%;
  padding: 60px;
  padding-bottom: 80px;
  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 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
body .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;*/
  /*padding: 15px 50px;*/
}
body .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: 25px;
  right: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  padding: 0px;
  font-size: 0px;
  background-color: #fff;
  background-image: url(../svg/close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
body .modal-container .modal-dialog .modal-header .modal-header-close:hover {
  filter: none;
}
/*
body .modal-container .modal-dialog .modal-header .modal-header-close:before,
body .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: rgba(0,0,0,0.4);
  margin: 3px 8px;
}*/
body .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;
}
body .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;
}
body
  .modal-container
  .modal-dialog
  .modal-header
  .modal-header-close:hover:before,
body
  .modal-container
  .modal-dialog
  .modal-header
  .modal-header-close:hover:after {
  background-color: #000;
}
body .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: 0px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  color: #333333;
}
body .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: 20px 50px;*/
}
body .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;
  width: 100%;
}
body .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;
}
body .modal-container .modal-dialog .modal-content .form .input input,
body .modal-container .modal-dialog .modal-content .form .input textarea {
  padding: 15px 25px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input:-webkit-autofill,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea:-webkit-autofill,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input:-webkit-autofill:hover,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea:-webkit-autofill:hover,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input:-webkit-autofill:focus,
body
  .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;
}
body .modal-container .modal-dialog .modal-content .form .input input.error,
body .modal-container .modal-dialog .modal-content .form .input textarea.error {
  border-color: #a90533;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input.error::-webkit-input-placeholder,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea.error::-webkit-input-placeholder {
  color: #a90533;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input.error::-moz-placeholder,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea.error::-moz-placeholder {
  color: #a90533;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input.error:-moz-placeholder,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea.error:-moz-placeholder {
  color: #a90533;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input.error:-ms-input-placeholder,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea.error:-ms-input-placeholder {
  color: #a90533;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input.error
  ~ .error-msg,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea.error
  ~ .error-msg {
  font-size: 11.5px;
  margin-top: 5px;
}
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  input[required]
  ~ label:after,
body
  .modal-container
  .modal-dialog
  .modal-content
  .form
  .input
  textarea[required]
  ~ label:after {
  content: "*";
  color: #a90533;
  margin-left: 0.2em;
}
body .modal-container .modal-dialog .modal-content .form .input textarea {
  resize: none;
  height: 100px;
}
body .modal-container .modal-dialog .modal-content .form .input .error-msg {
  order: 3;
  margin: 0px;
  color: #a90533;
  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;
}
.success-img {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 30px;
  background-repeat: no-repeat;
}
.success-subtitle {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  text-align: center;
  color: #333333;
}
body .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;
}
body .modal-container .modal-dialog .modal-content .form .button button {
  width: 100%;
  padding: 15px;
  border-radius: 25px;
  border: 2px solid #1e70ea;
  background-color: transparent;
  color: #1e70ea;
  font-size: 14px;
  font-weight: 500;
}
body .modal-container .modal-dialog .modal-content .form .spp-input {
  position: absolute;
  bottom: 40px;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  left: 12%;
  line-height: 14px;
  width: fit-content;
  color: #c4c4c4;
}
body .modal-container .modal-dialog .modal-content .form .spp-input a {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #c4c4c4;
  text-decoration: underline;
  display: contents;
}

body .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;
  margin-top: 15px;
  /*padding: 0 50px 15px 50px;*/
}
body .modal-container .modal-dialog .modal-footer button {
  background: #a90533;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 15px 0;
  color: #ffffff;
  width: 100%;
  border: 1px solid #a90533;
}
body .modal-container .modal-dialog .modal-footer button:hover {
  background-color: #fff;
  color: #a90533;
}
@media screen and (max-width: 992px) {
  body .modal-container {
    cursor: pointer;
  }
}
@media screen and (max-width: 560px) {
  body .modal-container .modal-dialog .modal-header .modal-header-title {
    font-size: 24px;
    margin: 7px 30px 20px 30px;
  }
  body .modal-container .modal-dialog .modal-content {
    padding: 0px 15px;
  }
  body
    .modal-container
    .modal-dialog
    .modal-content
    .form
    .spp-input
    input[type="checkbox"]
    ~ label {
    font-size: 12px;
  }
  body .modal-container .modal-dialog .modal-footer button {
    margin-bottom: 10px;
  }
}
/* @import includes/objects-page.styl */
body.objects-page .page-content {
  padding-bottom: 0px;
}
body.objects-page .map-holder {
  margin-top: 50px;
  height: 520px;
}
body.objects-page .map-holder .map-object {
  z-index: 1;
}
body.objects-page .map-holder .wrapper {
  pointer-events: none;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
body.objects-page .map-holder .wrapper .info-window {
  pointer-events: initial;
  width: 360px;
  height: 460px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
body.objects-page .map-holder .wrapper .info-window.hidden {
  display: none;
}
body.objects-page .map-holder .wrapper .info-window .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
  padding: 0px;
  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;
}
body.objects-page .map-holder .wrapper .info-window .close .line {
  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: #fff;
  margin: 3px 8px;
  transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .close
  .line:nth-of-type(1) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: -2px;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .close
  .line:nth-of-type(2) {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -2px;
}
body.objects-page .map-holder .wrapper .info-window .close:hover .line {
  background-color: #00f;
}
body.objects-page .map-holder .wrapper .info-window .object-gallery {
  height: 220px;
  background-color: #bebebe;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container {
  height: 100%;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-wrapper,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-slide {
  height: 100%;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  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: stretch;
  -moz-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  height: 50px;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next {
  position: static;
  margin: 0px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  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;
  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.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:before,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:before,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:after,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:after {
  content: "";
  background: unset;
  background-color: #000;
  width: 15px;
  height: 2px;
  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.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:hover,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:hover {
  background-color: #00f;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:hover:before,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:hover:before,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:hover:after,
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:hover:after {
  background-color: #fff;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:before {
  transform-origin: 0px 2px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-prev:after {
  transform-origin: 0px 0px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next {
  margin-left: 5px;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:before {
  transform-origin: 15px 2px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-gallery
  .swiper-container
  .swiper-controls
  .swiper-button-next:after {
  transform-origin: 15px 0px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.objects-page .map-holder .wrapper .info-window .object-info {
  height: 160px;
  padding: 20px 20px 0px 20px;
  overflow-y: auto;
}
body.objects-page .map-holder .wrapper .info-window .object-info .client {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
}
body.objects-page .map-holder .wrapper .info-window .object-info .title {
  font-size: 18px;
  line-height: 30px;
}
body.objects-page .map-holder .wrapper .info-window .object-footer {
  height: 80px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
body.objects-page .map-holder .wrapper .info-window .object-footer 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;
  width: max-content;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0);
  color: #1e70ea;
  font-size: 14px;
  border: 1px solid #1e70ea;
  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;
  border-radius: 25px;
}
body.objects-page
  .map-holder
  .wrapper
  .info-window
  .object-footer
  button:hover {
  background-color: #1e70ea;
  color: #fff;
}
body.objects-page .region-holder {
  margin-top: 50px;
}
body.objects-page .region-holder .title {
  font-size: 45px;
  font-weight: bold;
}
body.objects-page .region-holder .mo-region {
  margin-top: 30px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-align: center;
  align-items: center;
  -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;
}
body.objects-page .region-holder .mo-region .data {
  font-weight: 500;
  width: 25%;
  color: #1e70ea;
  font-size: 18px;
  line-height: 40px;
}
body.objects-page .region-holder .mo-region img {
  width: 25%;
  object-fit: contain;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  body.objects-page .region-holder .title {
    font-size: 25px;
  }
  body.objects-page .region-holder .mo-region .data {
    width: 100%;
  }
  body.objects-page .region-holder .mo-region img {
    width: 50%;
  }
}
.single-articles .img-row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.single-articles .img-row .img-container {
  width: 49%;
  height: 396px;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.single-articles .img-row .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-articles .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #333333;
}
.single-articles .content {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: 30px;
}
.single-articles .content p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
  margin-bottom: 20px;
}
.single-articles .back-button {
  border: 1px solid #a90533;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #a90533;
  width: fit-content;
  cursor: pointer;
  padding: 16px 35px;
}
.single-articles .back-button:hover {
  background-color: #a90533;
  color: #fff;
}
.single-articles {
  margin-bottom: 120px;
}
.archive-articles .news-block {
  margin-top: 40px;
  margin-bottom: 90px;
}
.archive-articles .news-item {
  display: flex;
  margin-bottom: 30px;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.archive-articles .pagination {
  margin-bottom: 60px;
}
.nav-links .page-numbers {
  padding: 6px 10px;
  border-radius: 7px;
  font-weight: 700;
  display: block;
  margin: 0 2px;
  color: #fff;
  border: 2px solid #008ae5;
  background-color: #008ae5;
}
.nav-links .page-numbers.dots,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
  background-color: #fff;
  color: #008ae5;
  border: 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  padding: 6px 5px;
  line-height: 16px;
}
.nav-links .page-numbers.current {
  background-color: #fff;
  border: 2px solid #a90533;
  color: #a90533;
}
.archive-articles .news-img {
  width: 387px;
  height: 250px;
  display: block;
  box-shadow: 0px 0px 20px rgba(57, 136, 225, 0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.archive-articles .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-articles .news-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #3988e1;
}
.archive-articles .news-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.archive-articles .news-info .time {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  color: #333333;
}
.archive-articles .news-info .title {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  color: #333333;
}
.archive-articles .news-info .descr {
  height: calc(24px * 3);
  overflow: hidden;
  margin-bottom: 20px;
}
.archive-articles .news-info .descr p {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0;
}
.archive-articles .news-info .news-link {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #333333;
}
.archive-articles .news-info .news-link:hover {
  color: #a90533;
}

#mc_embed_signup {
  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;
  width: 100%;
  padding: 40px 0px;
}
#mc_embed_signup 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;
  width: 100%;
  max-width: 580px;
}
#mc_embed_signup form #mc_embed_signup_scroll {
  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;
}
#mc_embed_signup form #mc_embed_signup_scroll h2 {
  color: #555;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}
#mc_embed_signup form #mc_embed_signup_scroll .text {
  color: #555;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
  margin: 0px 0px 25px 0px;
}
#mc_embed_signup form #mc_embed_signup_scroll input[type="email"] {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  padding: 10px;
  margin: 0px 0px 25px 0px;
}
#mc_embed_signup form #mc_embed_signup_scroll input[type="submit"] {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 18px;
}
@media screen and (max-width: 1299px) {
  body .single-product .content .main-img {
    width: 40%;
    height: 410px;
  }

  .single-product .info .attr-desc p,
  .single-product .info .attr-desc ul li {
    font-size: 16px;
    line-height: 22px;
  }
  body .single-product .content .info {
    padding-left: 50px;
  }
  #theme-header .header-flex .logo-holder {
    margin-right: 20px;
  }
  #menu-product-catalog {
    width: 100%;
  }
  #catalog .product-item {
    width: calc(100% / 2 - 30px / 2);
  }
  #catalog .product-item:nth-child(3n) {
    margin-right: 30px;
  }
  #catalog .product-item:nth-child(2n) {
    margin-right: 0;
  }
  body .archive-product .product .image {
    height: 220px;
  }
  #theme-header .header-right {
    width: 89%;
  }
  #theme-header .logo-text {
    font-size: 26px;
  }
  #theme-header .header-social {
    width: 30px;
    height: 30px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone {
    font-size: 16px;
    margin-left: 10px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone:before {
    margin-right: 3px;
  }
  #theme-header
    .bottom-navbar
    .main-wrapper
    .main-row
    .menu-holder
    .nav-menu
    .nav-menu-element
    a {
    padding: 15px 5px;
    padding-bottom: 10px;
  }
  #theme-header
    .bottom-navbar
    .main-wrapper
    .main-row
    .menu-holder
    .nav-menu
    .nav-menu-element.has-childs
    a:after {
    right: -15px;
    top: calc(57% - 5px);
  }
}
@media screen and (max-width: 991px) {
  .archive-articles .news-info .time {
    font-size: 14px;
    line-height: 18px;
  }
  .single-articles .img-row .img-container {
    height: 250px;
  }
  .archive-articles .news-info .title {
    font-size: 22px;
    line-height: 26px;
  }
  .archive-articles .news-info .descr {
    height: calc(22px * 3);
  }
  .archive-articles .news-info .descr p {
    font-size: 16px;
    line-height: 22px;
  }
  .archive-articles .news-info .news-link {
    font-size: 14px;
    line-height: 20px;
  }
  .archive-articles .news-img {
    width: 334px;
    height: 236px;
  }
  .archive-articles .news-info {
    padding-right: 0;
  }
  #theme-header .menu-toggler {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  body .single-product .content .info .price-wrap .product-phone {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body .single-product .content .main-img {
    height: 350px;
  }
  body .single-product .content .info .price-wrap {
    flex-direction: column;
  }
  .single-product .info .attr-desc p,
  .single-product .info .attr-desc ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .single-product .info .attr-title {
    font-size: 16px;
  }
  body .single-product .content .info h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
  body .archive-product .product {
    width: calc(100% / 3 - 30px * 2 / 3);
  }
  #catalog .tax-menu {
    width: 210px;
  }
  #catalog .tax-menu .product-childrens li:before {
    left: -9px;
    width: 5px;
    min-width: 5px;
    height: 5px;
    top: 20px;
  }
  #catalog .block-products {
    width: calc(100% - 210px);
  }
  body .archive-product .product .img-container {
    height: 220px;
  }
  body .archive-product .product .info .name {
    padding-left: 10px;
    font-size: 20px;
  }
  body .archive-product .product .info .dop {
    padding-left: 10px;
  }
  body .archive-product .product .info .dop p {
    font-size: 16px;
    line-height: 18px;
  }
  body .archive-product .product .info .price {
    padding-left: 10px;
    font-size: 16px;
  }
  #catalog .tax-menu .product-childrens li {
    font-size: 14px;
  }
  #catalog .tax-menu .product {
    font-size: 16px;
    padding: 10px 20px;
  }
  #catalog .tax-menu .tax-menu-title {
    font-size: 18px;
    line-height: 20px;
  }
  body .archive-product .product:nth-child(4n) {
    margin-right: 30px;
  }
  body .archive-product .product:nth-child(3n) {
    margin-right: 0;
  }
  #theme-footer .footer-navbar .main-wrapper {
    flex-wrap: wrap;
  }
  #theme-footer .footer-menu {
    width: 100%;
    margin-bottom: 30px;
  }
  #theme-footer .contact-footer {
    display: flex;
    padding-top: 13px;
  }
  #theme-footer .footer-navbar .main-wrapper .contact-footer .phone:before {
    content: "";
    background-image: url(../svg/icon_phone2.svg);
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    left: 0;
    position: absolute;
  }
  #theme-footer .footer-navbar .main-wrapper .contact-footer .phone {
    margin-bottom: 0;
    margin-left: 20px;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
  #theme-header .logo-text {
    width: 83%;
  }
  #theme-header .header-navbar .main-wrapper .main-row {
    padding-bottom: 10px;
  }
  #theme-header .header-navbar .main-wrapper .main-row .controls-holder {
    width: 100%;
    justify-content: space-between;
  }
  #theme-header .phone-mobile {
    display: none;
  }
  #theme-header .bottom-navbar {
    display: none;
  }
  #theme-header .header-flex .logo-holder {
    width: 61px;
  }
  #theme-header .header-flex .logo-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 854px) {
  #theme-header .header-flex {
    justify-content: flex-end;
  }
  #theme-header .header-right {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .seo-text {
    margin-bottom: 20px;
  }
  #theme-header .header-navbar .main-wrapper .main-row .controls-holder {
    width: auto;
  }
  .single-articles .img-row .img-container {
    height: 210px;
  }
  .single-articles .content p {
    font-size: 16px;
    line-height: 22px;
  }
  .single-articles .img-row {
    margin: 20px 0;
  }
  .single-articles .title {
    font-size: 26px;
    line-height: 31px;
  }
  .archive-articles .news-img {
    width: 260px;
    height: 194px;
  }
  .archive-articles .news-info .title {
    font-size: 18px;
    line-height: 22px;
  }
  .archive-articles .news-info .descr p {
    font-size: 14px;
    line-height: 20px;
  }
  .archive-articles .news-info .descr {
    height: calc(20px * 3);
    margin-bottom: 10px;
  }
  .archive-articles .news-img:before {
    width: 10px;
  }
  .archive-articles .news-info {
    padding: 0 20px;
  }
  body .single-product .content .info {
    padding-left: 10px;
  }
  body .single-product .content .main-img {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  body #catalog.archive-product {
    margin-top: 15px;
  }
  #catalog .block-products {
    width: 100%;
    padding-left: 0;
  }
  #catalog .tax-menu {
    width: 100%;
    margin-bottom: 40px;
  }
  .seo-text p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .seo-text h2 {
    font-size: 26px !important;
  }
  body .archive-product .product {
    width: calc(100% / 2 - 30px / 2);
  }
  body .archive-product .product:nth-child(3n) {
    margin-right: 30px;
  }
  body .archive-product .product:nth-child(2n) {
    margin-right: 0;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap {
    width: auto;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap {
    margin: auto;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone-mobile {
    margin: 0;
    margin-left: 10px;
    background: #ffffff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  #theme-header .header-social {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    flex-shrink: 0;
  }
  #theme-header .header-flex .logo-holder {
    padding: 5px 0;
  }
  #theme-header .menu-toggler {
    margin-right: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  body .modal-container .modal-dialog {
    min-width: 1px;
    width: 100%;
    max-width: 90%;
    padding: 30px;
    padding-bottom: 60px;
  }
  body .modal-container .modal-dialog .modal-content .form .spp-input {
    left: 11%;
    width: 78%;
    bottom: 11px;
    text-align: center;
  }
}
@media screen and (max-width: 530px) {
  body .nf-page a {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  body .nf-page .subtitle {
    font-size: 18px;
    line-height: 20px;
  }
  body .nf-page {
    width: 67%;
  }
  #theme-header .header-flex .logo-holder {
    display: none;
  }
  .single-articles .img-row .img-container {
    width: 100%;
    height: 220px;
  }
  .single-articles .img-row {
    flex-direction: column;
  }
  .single-articles .back-button {
    margin: auto;
  }
  .single-articles {
    margin-bottom: 70px;
  }
  .single-articles .img-row .img-container:first-child {
    margin-bottom: 10px;
  }
  .archive-articles .news-img {
    width: 100%;
    height: 250px;
  }
  .archive-articles .news-item {
    flex-direction: column;
  }
  .archive-articles .news-info {
    margin-top: 10px;
  }
  body .archive-product .product {
    width: 100%;
  }
  body .archive-product .product {
    margin-right: 0;
  }
  body .archive-product .product:nth-child(3n) {
    margin-right: 0;
  }
  #theme-header {
    padding: 10px 0;
  }
  #theme-header .menu-toggler {
    margin-right: 10px;
  }
  #theme-footer .menu-top {
    flex-direction: column;
  }
  #theme-footer .menu-top .nav-menu {
    width: 100%;
    justify-content: space-evenly;
    margin-top: 10px;
  }
  #theme-footer .menu-bottom .nav-menu-element {
    width: 100%;
  }
  #theme-footer .menu-top .nav-menu-element {
    margin: 0;
    width: 33%;
    text-align: center;
    display: block;
  }
  #theme-footer .menu-bottom .nav-menu-element a {
    margin: auto;
  }
  #theme-footer .header-social:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 434px) {
  #theme-header .header-social {
    display: none;
  }
  #theme-footer .footer-navbar .theme-coop {
    margin-top: 20px;
    text-align: right;
  }
  body .modal-container .modal-dialog .modal-content {
    padding: 0;
  }
  body .modal-container .modal-dialog {
    padding: 20px;
    padding-bottom: 60px;
  }
  body .modal-container .modal-dialog .modal-header .modal-header-title {
    margin: 7px 0 20px 0;
  }
  body .single-product .content .main-img {
    width: 100%;
    height: 300px;
  }
  #theme-header .logo-text {
    font-size: 24px;
  }
  #catalog .product-item:nth-child(n) {
    margin-right: 0;
  }
  #catalog .product-item {
    width: 100%;
  }
  #theme-header
    .header-navbar
    .main-wrapper
    .main-row
    .controls-holder
    .phone-wrap
    .phone-mobile {
    width: 30px;
    height: 30px;
  }
}
