@import url(jquery.fancybox.min.css);
@import url(jquery.arcticmodal-0.3.css);
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
; }

*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

a:focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

select {
  word-wrap: normal; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

body,
html {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.5; }

body {
  display: flex;
  flex-direction: column; }

ul {
  list-style: inside; }

section {
  padding: 50px 0; }

h2 {
  font-size: 30px;
  line-height: 1.2em; }

.logo {
  max-width: 180px;
  width: 100%;
  display: block; }
  .logo img {
    width: 100%;
    object-fit: contain; }

.decors {
  margin: 30px;
  /*
  width: 40px;
  height: 1px;
  background: $maincolor;
  margin: 20px auto;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 30px;
    height: 1px;
    background: $maincolor;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 30px;
    height: 1px;
    background: $maincolor;
  }
 */ }

header + section {
  margin-top: 100px; }

.bg {
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 500px) {
    .bg {
      padding: 50px 0; } }
  .bg .bg__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .bg .bg__title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    color: #fff; }
  .bg .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -10px;
    z-index: 10;
    color: #fff; }
    .bg .breadcrumbs span {
      color: #fff;
      display: block;
      margin: 0 2px; }
    .bg .breadcrumbs .breadcrumbs__link span {
      text-decoration: underline; }
    .bg .breadcrumbs .home {
      color: #ffcc01;
      transition: .5s; }
      .bg .breadcrumbs .home:hover {
        color: #0f0f0f; }
    .bg .breadcrumbs .sep {
      margin: 0 5px; }
  .bg_small {
    padding: 20px 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table caption {
    margin-bottom: 20px; }

table, td, th {
  border: 1px solid #595959;
  color: #131313; }

td, th {
  padding: 3px;
  width: 30px;
  height: 25px; }

th {
  background-color: #ffcc01 !important; }

.singleContent img {
  max-width: 100%;
  height: 100%; }

.singleContent iframe {
  margin: auto;
  padding-bottom: 20px; }

.singleContent p {
  margin-bottom: 10px; }

.singleContent .singleNews__pic img {
  object-fit: contain; }

.singleContent .filter {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .singleContent .filter {
      display: flex;
      flex-direction: column; } }
  .singleContent .filter select {
    outline: none; }
    @media screen and (max-width: 768px) {
      .singleContent .filter select {
        margin-bottom: 20px; } }
.singleContent .tableBox {
  overflow-x: auto; }
  .singleContent .tableBox table {
    min-width: 600px; }
    .singleContent .tableBox table a {
      text-decoration: underline; }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination .page-numbers {
    margin: 0 5px;
    display: block;
    font-size: 16px;
    color: #131313; }
    .pagination .page-numbers.current {
      text-decoration: underline; }

.company-template-certificates .col-lg-3 {
  margin-bottom: 20px; }

.company-template-certificates img {
  width: 100%; }

@keyframes heartBeat {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(0.95); } }

.py-30 {
  padding: 30px 15px; }

.col-md-6:first-child .mainProducts__wrap .mainProducts__content img, .col-md-4:first-child .mainProducts__wrap .mainProducts__content img {
  max-width: 200px;
  height: auto;
  animation: heartBeat 1.5s infinite;
  display: block; }

.mainProducts__wrap .mainProducts__content h3 {
  font-size: 25px;
  text-align: center;
  line-height: 1.3em; }

.mainProducts__wrap .mainProducts__content img {
  max-width: 230px;
  height: 200px; }

.noNews {
  font-size: 25px;
  text-align: center;
  padding: 50px 0;
  width: 100%; }

.acceptance-436 label {
  display: flex; }
  .acceptance-436 label .contacts__checkbox {
    width: auto !important;
    margin: 5px 10px 0 0 !important; }
  .acceptance-436 label a {
    color: blue;
    text-decoration: underline; }

.header {
  background: #4c4c4c;
  background: -moz-linear-gradient(45deg, #4c4c4c 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-linear-gradient(45deg, #4c4c4c 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: linear-gradient(45deg, #4c4c4c 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  .header.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: 5s; }
  .header .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: relative; }
    .header .header__wrap .data {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 20px; }
      .header .header__wrap .data .email, .header .header__wrap .data .tel {
        color: #fff; }
    .header .header__wrap .header__navBox {
      flex-grow: 1;
      margin: 0 10px;
      height: 100%;
      transition: .5s; }
      @media screen and (max-width: 992px) {
        .header .header__wrap .header__navBox {
          transform: translateX(-200%);
          position: fixed;
          margin: 0;
          top: 0;
          left: 0;
          background: #000;
          z-index: 1000;
          height: auto;
          padding: 26px 40px;
          width: 100%;
          bottom: 0; }
          .header .header__wrap .header__navBox.active {
            transform: translateX(0); } }
      .header .header__wrap .header__navBox ul {
        list-style: none; }
      .header .header__wrap .header__navBox .header__nav {
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: 75%;
        margin: 0 auto; }
        @media screen and (max-width: 992px) {
          .header .header__wrap .header__navBox .header__nav {
            flex-direction: column;
            height: auto;
            width: 100%; } }
        .header .header__wrap .header__navBox .header__nav li {
          display: flex;
          align-items: center;
          position: relative;
          transition: .3s; }
          .header .header__wrap .header__navBox .header__nav li a {
            color: #fff;
            text-transform: uppercase;
            transition: .3s; }
          .header .header__wrap .header__navBox .header__nav li ul.sub-menu {
            transform: scaleY(0);
            transition: .3s;
            transform-origin: top;
            position: absolute;
            top: 100%;
            background: #e2e2e2; }
            @media screen and (max-width: 576px) {
              .header .header__wrap .header__navBox .header__nav li ul.sub-menu {
                left: -40px; } }
            .header .header__wrap .header__navBox .header__nav li ul.sub-menu li {
              padding: 15px; }
              @media screen and (max-width: 992px) {
                .header .header__wrap .header__navBox .header__nav li ul.sub-menu li {
                  padding: 5px 15px; } }
              .header .header__wrap .header__navBox .header__nav li ul.sub-menu li a {
                white-space: nowrap;
                text-transform: none;
                color: #131313;
                display: grid;
                grid-template-columns: 50px 1fr;
                justify-items: center;
                align-items: center; }
              .header .header__wrap .header__navBox .header__nav li ul.sub-menu li:hover {
                background: #bebebe; }
          .header .header__wrap .header__navBox .header__nav li:hover > a {
            color: #ffcc01; }
          .header .header__wrap .header__navBox .header__nav li:hover ul.sub-menu {
            transform: scaleY(1);
            z-index: 100; }
        @media screen and (max-width: 992px) {
          .header .header__wrap .header__navBox .header__nav > li {
            margin-bottom: 15px;
            max-width: max-content; } }
    .header .header__wrap .header__btn2 {
      color: #ffcc01;
      background-color: initial; }
    .header .header__wrap .header__btn, .header .header__wrap .header__btn2 {
      max-width: 220px;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 450px) {
        .header .header__wrap .header__btn, .header .header__wrap .header__btn2 {
          max-width: 110px;
          margin: 0 25px;
          font-size: 9px;
          line-height: 1.2; } }
    .header .header__wrap .burger {
      cursor: pointer;
      z-index: 2000; }
      .header .header__wrap .burger i {
        color: #fff;
        font-size: 20px; }

.footer {
  margin-top: auto;
  padding: 20px 0;
  background: #0f0f0f;
  background: -moz-linear-gradient(-45deg, #0f0f0f 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-linear-gradient(-45deg, #0f0f0f 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: linear-gradient(135deg, #0f0f0f 0%, #595959 12%, #1e1e1e 25%, #474747 39%, #2c2c2c 50%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#131313', GradientType=1); }
  .footer .footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .footer .footer__wrap {
        flex-direction: column; } }
    .footer .footer__wrap .newText {
      color: #fff;
      max-width: 300px;
      text-align: center;
      line-height: 1.2em; }
    @media screen and (max-width: 576px) {
      .footer .footer__wrap .logo {
        margin: 10px 0 20px; } }
    .footer .footer__wrap .footer__socials {
      display: flex; }
      .footer .footer__wrap .footer__socials .footer__social {
        background: #ffcc01;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px; }
        .footer .footer__wrap .footer__socials .footer__social i {
          font-size: 20px; }
        .footer .footer__wrap .footer__socials .footer__social:not(:last-child) {
          margin-right: 10px; }
        .footer .footer__wrap .footer__socials .footer__social:nth-child(1) {
          color: #3b5998; }
        .footer .footer__wrap .footer__socials .footer__social:nth-child(2) {
          color: #4c75a3; }
        .footer .footer__wrap .footer__socials .footer__social:nth-child(3) {
          color: #ff5a0d; }

.contactModal {
  max-width: 600px;
  margin: 0 auto; }
  .contactModal .contactModal__close {
    display: flex;
    justify-content: flex-end;
    font-size: 30px; }

.btn {
  max-width: 265px;
  width: 100%;
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  outline: none;
  transition: 0.3s;
  background: #ffcc01;
  color: #131313;
  border-radius: 2px;
  border: 2px solid #f5a603;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 13px;
      max-width: 150px;
      text-align: center; } }
  .btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    transform: skewX(-50deg);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background-size: 2em 100%; }
  .btn:hover::after {
    transition: .7s linear;
    background-position: 150% 0; }

.mainSlider {
  position: relative;
  padding: 0;
  color: #fff; }
  .mainSlider .owl-item {
    background-color: white; }
    .mainSlider .owl-item img {
      /* max-height: 350px;*/
      object-fit: contain;
      object-position: 50% 50%; }
  .mainSlider .mainSlider__slide {
    position: relative; }
    .mainSlider .mainSlider__slide .mainSlider__text {
      position: absolute;
      bottom: 0;
      object-position: 50% 50%;
      text-shadow: 1px 1px black;
      padding-right: 20px;
      /*transform: translateY(-50%);*/
      width: 100%; }
      .mainSlider .mainSlider__slide .mainSlider__text img {
        max-width: 40%;
        width: 40%;
        margin: auto; }
      .mainSlider .mainSlider__slide .mainSlider__text h2 {
        font-size: 28px;
        text-transform: uppercase;
        padding-right: 50px;
        padding-top: 15px;
        max-width: 800px;
        margin: auto;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .mainSlider .mainSlider__slide .mainSlider__text h2 {
            font-size: 12px;
            padding-right: 0; } }
      .mainSlider .mainSlider__slide .mainSlider__text p {
        font-size: 18px;
        margin: 10px 0 20px; }
        @media screen and (max-width: 768px) {
          .mainSlider .mainSlider__slide .mainSlider__text p {
            font-size: 14px;
            margin: 5px 0; } }
      .mainSlider .mainSlider__slide .mainSlider__text .mainSlider__btn {
        max-width: 136px;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .mainSlider .mainSlider__slide .mainSlider__text .mainSlider__btn {
            font-size: 13px;
            min-height: 25px; } }
.mainProducts {
  background: #fff;
  color: #ffcc01; }
  .mainProducts .col-md-6 {
    margin-bottom: 20px; }
  .mainProducts .mainProducts__wrap {
    min-height: 360px;
    position: relative;
    display: flex;
    justify-content: center; }
    .mainProducts .mainProducts__wrap .mainProducts__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      transition: .5s;
      border: 0 solid #fff; }
    .mainProducts .mainProducts__wrap .mainProducts__content {
      z-index: 10;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff; }
      .mainProducts .mainProducts__wrap .mainProducts__content h3 {
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px 0; }
      .mainProducts .mainProducts__wrap .mainProducts__content p {
        transform: scale(0);
        transition: .5s;
        padding: 0 20px;
        text-align: center; }
      .mainProducts .mainProducts__wrap .mainProducts__content a {
        transform: scale(0);
        transition: .5s;
        color: #fff; }
        .mainProducts .mainProducts__wrap .mainProducts__content a i {
          color: #fff; }
    .mainProducts .mainProducts__wrap:hover .mainProducts__overlay {
      border: 9px solid #fff;
      background: rgba(0, 0, 0, 0.5);
      transition: .5s; }
    .mainProducts .mainProducts__wrap:hover .mainProducts__content p {
      transform: scale(1); }
    .mainProducts .mainProducts__wrap:hover .mainProducts__content a {
      transform: scale(1); }

.mainNums {
  background: fixed url("../../../imgs/bg-8.jpg") no-repeat center top/cover;
  position: relative; }
  .mainNums__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1; }
  .mainNums .container {
    position: relative;
    z-index: 10; }
  .mainNums__text {
    color: #787c82;
    text-align: center;
    font-size: 16px; }
  .mainNums__h1 {
    color: #ffcc01;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #707070;
    margin: 0 auto;
    width: fit-content; }
  .mainNums__items {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 50px; }
    @media screen and (max-width: 992px) {
      .mainNums__items {
        flex-wrap: wrap; } }
  .mainNums__item {
    max-width: 270px; }
    @media screen and (max-width: 992px) {
      .mainNums__item {
        width: 50%;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 576px) {
      .mainNums__item {
        width: 100%; } }
    .mainNums__item h5 {
      text-align: center;
      font-size: 30px;
      color: #ffcc01;
      line-height: 1.5em; }
    .mainNums__item h6 {
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.5em;
      color: black; }
  .mainNums iframe {
    max-width: 560px;
    width: 100%;
    height: 335px;
    display: block;
    margin: 30px auto; }
  .mainNums__more {
    text-align: center;
    color: #ffcc01;
    font-size: 20px;
    display: block; }

.mainCatalogue {
  background: #6e6e6e; }
  .mainCatalogue h2, .mainCatalogue p {
    text-align: center;
    color: #fff; }
  .mainCatalogue p {
    margin: 15px 0; }
  .mainCatalogue .btn2 {
    padding-left: 100px; }
    .mainCatalogue .btn2 a, .mainCatalogue .btn2 a:visited, .mainCatalogue .btn2 a:active {
      margin: 0 0% 0 0;
      background-color: initial;
      border: initial;
      width: 100%;
      font-weight: bold;
      text-align: right;
      font-size: 32px;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .mainCatalogue .btn2 a, .mainCatalogue .btn2 a:visited, .mainCatalogue .btn2 a:active {
          font-size: 24px; } }
.mainNums h2 {
  font-size: 30px;
  text-transform: uppercase; }

.mainNews {
  background: #f4f4f4;
  color: #131313; }
  .mainNews h2 {
    font-size: 30px;
    text-transform: uppercase; }
    .mainNews h2 span {
      color: #ffcc01; }
  .mainNews__slider {
    position: relative; }
  .mainNews__slide {
    background: #fff;
    transition: .5s;
    min-height: 500px; }
  .mainNews__pic {
    display: block;
    height: 210px;
    overflow: hidden; }
    .mainNews__pic img {
      max-width: 100%;
      object-fit: contain;
      height: 100%;
      padding: 5px;
      border-radius: 10px; }
  .mainNews__text {
    transition: .5s;
    padding: 20px 10px; }
    .mainNews__text h3 {
      color: #131313;
      margin: 20px 0;
      position: relative;
      padding-left: 20px;
      display: block;
      line-height: 2rem !important;
      height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .mainNews__date {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 20px; }
  .mainNews__excerpt {
    padding-left: 20px; }
    .mainNews__excerpt p {
      display: block;
      height: 126px;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6; }
  .mainNews__more {
    text-align: center;
    color: #ffcc01;
    font-size: 20px;
    display: block;
    padding-top: 50px; }

.mainCerts h2 {
  font-size: 30px;
  text-transform: uppercase; }

.mainCerts .mainCerts__slides .owl-stage {
  display: flex; }

.mainCerts .mainCerts__slides .mainCerts__slide {
  border: 2px solid #ccc;
  height: 100%; }

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 0;
  display: flex;
  justify-content: space-between; }
  .owl-nav button {
    outline: none; }
    .owl-nav button span {
      font-size: 50px;
      line-height: 0;
      color: #ffcc01; }

.company .col-lg-4 {
  margin-bottom: 30px; }

.company .company__item {
  background: #ffcc01; }
  .company .company__item .company__pic img {
    width: 100%;
    max-height: 200px;
    object-fit: cover; }
  .company .company__item .company__text {
    color: #131313;
    padding: 20px 0;
    display: flex;
    flex-direction: column; }
    .company .company__item .company__text h2 {
      text-transform: uppercase;
      font-size: 20px;
      padding: 0 10px; }
    .company .company__item .company__text p {
      margin: 20px 0;
      padding: 0 10px; }
    .company .company__item .company__text .company__link {
      margin-left: auto;
      background: #fff;
      padding: 10px;
      color: #131313;
      position: relative;
      display: flex;
      align-items: center;
      transition: .5s; }
      .company .company__item .company__text .company__link::before {
        content: '';
        border: 8px solid transparent;
        border-left-color: #131313;
        display: block;
        width: 10px;
        height: 10px; }
      .company .company__item .company__text .company__link:hover {
        background: #131313;
        color: #fff; }
        .company .company__item .company__text .company__link:hover::before {
          border-left-color: #fff; }

.company .col-lg-4 {
  margin-bottom: 30px; }

.company .company__item {
  background: #ffcc01; }
  .company .company__item .company__pic img {
    width: 100%;
    max-height: 200px;
    object-fit: cover; }
  .company .company__item .company__text {
    color: #131313;
    padding: 20px 0;
    display: flex;
    flex-direction: column; }
    .company .company__item .company__text h2 {
      text-transform: uppercase;
      font-size: 20px;
      padding: 0 10px; }
    .company .company__item .company__text p {
      margin: 20px 0;
      padding: 0 10px; }
    .company .company__item .company__text .company__link {
      margin-left: auto;
      background: #fff;
      padding: 10px;
      color: #131313;
      position: relative;
      display: flex;
      align-items: center;
      transition: .5s; }
      .company .company__item .company__text .company__link::before {
        content: '';
        border: 8px solid transparent;
        border-left-color: #131313;
        display: block;
        width: 10px;
        height: 10px; }
      .company .company__item .company__text .company__link:hover {
        background: #131313;
        color: #fff; }
        .company .company__item .company__text .company__link:hover::before {
          border-left-color: #fff; }

.news__box {
  /*
  column-count: 2;
  column-gap: 20px;
     */ }
  @media screen and (max-width: 768px) {
    .news__box {
      /*
      column-count: 1;
      column-gap: 0;
       */ } }
.news__item {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  height: 550px;
  width: 48%;
  margin: 5px 5px; }
  @media screen and (max-width: 500px) {
    .news__item {
      margin: 0 0 10px 0;
      width: 100%;
      height: unset; } }
.news__pic {
  width: 100%;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 500px) {
    .news__pic {
      margin: 0 0 10px 0; } }
  .news__pic img {
    max-width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px; }

.news__content {
  color: #131313;
  width: 100%;
  padding: 10px; }
  .news__content h3 {
    color: #131313; }

.news__link {
  display: block;
  margin: 10px 0; }

.mainProducts .col-md-6, .mainProducts .col-md-4, .mainProducts .col-md-12 {
  margin-bottom: 20px; }

.mainProducts__btn {
  background-color: initial;
  display: block;
  margin: auto;
  font-width: bold;
  /*width: 50%;*/ }
  @media screen and (max-width: 768px) {
    .mainProducts__btn {
      font-size: 24px;
      width: 100%; } }
.mainProducts__h1 {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  border: 4px solid #aaa;
  /*background-color: black;*/
  border-radius: 12px; }
  .mainProducts__h1 div {
    color: #ffcc01;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding-left: 20px;
    margin: auto 0;
    /*
      border-bottom: 3px solid black; */ }
    @media screen and (max-width: 768px) {
      .mainProducts__h1 div {
        font-size: 24px; } }
  .mainProducts__h1 img {
    width: 74px;
    /* margin: auto; */ }

.products {
  position: relative;
  background-color: #fff; }
  .products::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); }
  .products .col-md-6, .products .col-md-4 {
    margin-bottom: 20px; }
  .products .mainProducts__wrap {
    min-height: 360px;
    position: relative;
    display: flex;
    justify-content: center; }
    .products .mainProducts__wrap .mainProducts__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0) !important;
      z-index: 1;
      transition: .5s;
      border: 0 solid #fff; }
    .products .mainProducts__wrap .mainProducts__content {
      z-index: 10;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .products .mainProducts__wrap .mainProducts__content h3 {
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px 0;
        color: #fff; }
      .products .mainProducts__wrap .mainProducts__content p {
        transform: scale(0);
        transition: .5s;
        padding: 0 20px;
        text-align: center;
        color: #fff; }
      .products .mainProducts__wrap .mainProducts__content a {
        transform: scale(0);
        transition: .5s;
        color: #fff; }
        .products .mainProducts__wrap .mainProducts__content a i {
          color: #fff; }
    .products .mainProducts__wrap:hover .mainProducts__overlay {
      border: 9px solid #fff;
      background: rgba(0, 0, 0, 0.5);
      transition: .5s; }
    .products .mainProducts__wrap:hover .mainProducts__content p {
      transform: scale(1); }
    .products .mainProducts__wrap:hover .mainProducts__content a {
      transform: scale(1); }

.product {
  color: #131313; }
  .product .product__mainWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .product .product__mainWrap .product__leftBar {
      width: 250px;
      background: #ececec;
      padding-top: 10px;
      transition: .3s ease-in-out; }
      .product .product__mainWrap .product__leftBar .product__leftBarArrow {
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 10px;
        right: -15px;
        width: 15px;
        height: 25px;
        border-radius: 0 5px 5px 0;
        background: #ffcc01;
        cursor: pointer; }
        .product .product__mainWrap .product__leftBar .product__leftBarArrow i {
          transition: .3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .product .product__mainWrap .product__leftBar {
          position: absolute;
          top: 0;
          min-height: 100%;
          transform: translateX(-265px);
          z-index: 999; }
          .product .product__mainWrap .product__leftBar.opened {
            transform: translateX(0); }
            .product .product__mainWrap .product__leftBar.opened .product__leftBarArrow i {
              transform: rotate(180deg); } }
      .product .product__mainWrap .product__leftBar .product__mainTitle {
        text-transform: uppercase;
        text-align: center;
        border-bottom: 3px solid #ffcc01;
        margin-bottom: 10px;
        background: #131313;
        color: #fff;
        padding: 10px 0; }
      .product .product__mainWrap .product__leftBar .product__listWrap {
        list-style: none; }
        .product .product__mainWrap .product__leftBar .product__listWrap ul {
          display: none;
          list-style: none;
          padding: 10px 30px 10px 20px; }
          .product .product__mainWrap .product__leftBar .product__listWrap ul li {
            padding: 5px 0;
            border-bottom: 1px solid #c1c1c1; }
            .product .product__mainWrap .product__leftBar .product__listWrap ul li:last-child {
              border-bottom: none; }
            .product .product__mainWrap .product__leftBar .product__listWrap ul li a {
              color: #131313; }
        .product .product__mainWrap .product__leftBar .product__listWrap > li {
          margin-bottom: 5px; }
          .product .product__mainWrap .product__leftBar .product__listWrap > li:last-child {
            margin-bottom: 0; }
          .product .product__mainWrap .product__leftBar .product__listWrap > li.current-cat-parent ul {
            display: block; }
          .product .product__mainWrap .product__leftBar .product__listWrap > li > a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px 30px;
            font-weight: 700;
            font-size: 15px;
            color: #131313;
            text-transform: uppercase;
            background: #ffcc01;
            cursor: pointer;
            position: relative; }
            .product .product__mainWrap .product__leftBar .product__listWrap > li > a::after {
              content: '+';
              display: block;
              font-size: 20px;
              margin-left: auto;
              transition: .3s;
              transform: rotate(0); }
            .product .product__mainWrap .product__leftBar .product__listWrap > li > a.opened::after {
              transform: rotate(135deg); }
  .product .product__main2 {
    margin: auto; }
  .product .product__main, .product .product__main2 {
    width: calc(100% - 270px); }
    @media screen and (max-width: 768px) {
      .product .product__main, .product .product__main2 {
        width: 100%; } }
    .product .product__main .product__info, .product .product__main2 .product__info {
      background: #ececec;
      padding: 10px; }
      .product .product__main .product__info .product__title, .product .product__main2 .product__info .product__title {
        text-transform: uppercase;
        text-align: center;
        border-bottom: 3px solid #fff;
        margin-bottom: 10px;
        background: #131313;
        color: #fff;
        padding: 10px 0; }
      .product .product__main .product__info .product__pic2, .product .product__main2 .product__info .product__pic2 {
        max-height: 300px; }
        .product .product__main .product__info .product__pic2 img, .product .product__main2 .product__info .product__pic2 img {
          max-height: 300px;
          width: 100%;
          object-fit: contain; }
      .product .product__main .product__info .product__pic img, .product .product__main2 .product__info .product__pic img {
        max-height: 180px;
        width: 100%;
        object-fit: cover; }
      .product .product__main .product__info .product__desc, .product .product__main2 .product__info .product__desc {
        text-align: justify;
        line-height: 1.5em;
        margin-top: 20px; }
      .product .product__main .product__info .product__full, .product .product__main2 .product__info .product__full {
        padding-top: 20px; }
        .product .product__main .product__info .product__full .product__gallery, .product .product__main2 .product__info .product__full .product__gallery {
          margin-top: 20px; }
        .product .product__main .product__info .product__full .product__content, .product .product__main2 .product__info .product__full .product__content {
          text-align: justify; }
          .product .product__main .product__info .product__full .product__content p, .product .product__main2 .product__info .product__full .product__content p {
            line-height: 1.5em;
            margin-bottom: 20px; }
          .product .product__main .product__info .product__full .product__content h6, .product .product__main2 .product__info .product__full .product__content h6 {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 10px; }
          .product .product__main .product__info .product__full .product__content ul, .product .product__main2 .product__info .product__full .product__content ul {
            padding-left: 20px;
            margin-bottom: 10px; }
            .product .product__main .product__info .product__full .product__content ul.big, .product .product__main2 .product__info .product__full .product__content ul.big {
              display: grid;
              grid-template-columns: repeat(2, minmax(auto, 250px)); }
            .product .product__main .product__info .product__full .product__content ul li, .product .product__main2 .product__info .product__full .product__content ul li {
              line-height: 1.5em; }
    .product .product__main .product__item, .product .product__main2 .product__item {
      padding: 30px 0;
      border-bottom: 1px solid #c1c1c1; }
      .product .product__main .product__item:last-child, .product .product__main2 .product__item:last-child {
        border-bottom: none; }
      .product .product__main .product__item .product__itemWrap, .product .product__main2 .product__item .product__itemWrap {
        display: flex; }
        .product .product__main .product__item .product__itemWrap .product__pic, .product .product__main2 .product__item .product__itemWrap .product__pic {
          flex-basis: 20%;
          margin-right: 20px; }
          .product .product__main .product__item .product__itemWrap .product__pic img, .product .product__main2 .product__item .product__itemWrap .product__pic img {
            max-width: 300px;
            max-height: 200px;
            object-fit: contain; }
        .product .product__main .product__item .product__itemWrap .product__about, .product .product__main2 .product__item .product__itemWrap .product__about {
          flex-basis: 80%; }
          .product .product__main .product__item .product__itemWrap .product__about h3, .product .product__main2 .product__item .product__itemWrap .product__about h3 {
            text-transform: uppercase;
            margin-bottom: 20px; }
            .product .product__main .product__item .product__itemWrap .product__about h3 a, .product .product__main .product__item .product__itemWrap .product__about h3 a:visited, .product .product__main .product__item .product__itemWrap .product__about h3 a:active, .product .product__main2 .product__item .product__itemWrap .product__about h3 a, .product .product__main2 .product__item .product__itemWrap .product__about h3 a:visited, .product .product__main2 .product__item .product__itemWrap .product__about h3 a:active {
              color: #131313; }
          .product .product__main .product__item .product__itemWrap .product__about .product__excerpt p, .product .product__main2 .product__item .product__itemWrap .product__about .product__excerpt p {
            text-align: justify;
            line-height: 1.5em; }
          .product .product__main .product__item .product__itemWrap .product__about .product__icons, .product .product__main2 .product__item .product__itemWrap .product__about .product__icons {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px; }
            .product .product__main .product__item .product__itemWrap .product__about .product__icons img, .product .product__main2 .product__item .product__itemWrap .product__about .product__icons img {
              display: block;
              margin-right: 10px; }
      .product .product__main .product__item .product__full, .product .product__main2 .product__item .product__full {
        display: none;
        padding-top: 20px; }
        .product .product__main .product__item .product__full .product__gallery, .product .product__main2 .product__item .product__full .product__gallery {
          margin-top: 20px; }
        .product .product__main .product__item .product__full .product__content p, .product .product__main2 .product__item .product__full .product__content p {
          line-height: 1.5em;
          margin-bottom: 20px; }
        .product .product__main .product__item .product__full .product__content h6, .product .product__main2 .product__item .product__full .product__content h6 {
          font-size: 15px;
          font-weight: 700;
          margin-bottom: 10px; }
        .product .product__main .product__item .product__full .product__content ul, .product .product__main2 .product__item .product__full .product__content ul {
          padding-left: 20px;
          margin-bottom: 10px; }
          .product .product__main .product__item .product__full .product__content ul.big, .product .product__main2 .product__item .product__full .product__content ul.big {
            display: grid;
            grid-template-columns: repeat(2, minmax(auto, 250px)); }
          .product .product__main .product__item .product__full .product__content ul li, .product .product__main2 .product__item .product__full .product__content ul li {
            line-height: 1.5em; }
  .product .cart {
    position: relative; }
    .product .cart .cart__item:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    .product .cart .cart__btns {
      margin-bottom: 10px; }
      .product .cart .cart__btns .btn {
        font-size: 13px;
        max-width: 180px;
        min-height: 20px;
        padding: 3px;
        margin-right: 5px; }
        @media screen and (max-width: 768px) {
          .product .cart .cart__btns .btn {
            max-width: 768px;
            margin-right: 0;
            margin-bottom: 5px; } }
.product__excWrap {
  display: flex;
  align-items: center; }
  .product__excWrap .btn {
    max-width: 120px;
    min-height: 20px;
    padding: 10px;
    line-height: 1em;
    border: none;
    cursor: pointer; }
  .product__excWrap .product__buy {
    margin-left: auto; }
  .product__excWrap .product__pdfs {
    margin: 0 0 0 20px; }
    @media screen and (max-width: 768px) {
      .product__excWrap .product__pdfs {
        display: grid; } }
    .product__excWrap .product__pdfs a {
      margin: 0 10px;
      color: #131313; }

.contacts {
  color: #131313; }
  .contacts a {
    color: #131313; }
  .contacts iframe {
    height: 100%;
    width: 100%; }
  .contacts .contacts__item {
    margin-bottom: 40px; }
    .contacts .contacts__item .contacts__title {
      font-size: 25px;
      font-weight: 700;
      padding-left: 20px;
      margin-bottom: 10px;
      position: relative; }
      .contacts .contacts__item .contacts__title::before {
        content: '';
        position: absolute;
        top: 8px;
        left: -5px;
        width: 15px;
        height: 5px;
        background: #ffcc01; }
    .contacts .contacts__item .contacts__link {
      font-size: 20px;
      line-height: 1.5em; }

.contacts__form {
  display: flex;
  flex-direction: column; }
  .contacts__form input, .contacts__form textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(51, 51, 51, 0.8); }
    .contacts__form input.wpcf7-not-valid, .contacts__form textarea.wpcf7-not-valid {
      border-color: red; }
  .contacts__form textarea {
    resize: none;
    height: 100px; }
  .contacts__form .contacts__btn {
    margin: 0 auto; }

.distributor__layer {
  background-color: rgba(33, 33, 33, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.distributor {
  color: #fff; }
  .distributor a {
    color: #fff !important; }
  .distributor iframe {
    height: 100%;
    width: 100%; }
  .distributor .distributor__item1 {
    padding-top: 30px; }
    @media screen and (max-width: 768px) {
      .distributor .distributor__item1 {
        padding-top: 10px; } }
  .distributor .distributor__formTitle {
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-size: 2.4em;
    font-weight: 700;
    line-height: normal; }
    @media screen and (max-width: 768px) {
      .distributor .distributor__formTitle {
        font-size: 1.5em; } }
  .distributor .distributor__item .distributor__formWrap, .distributor .distributor__item1 .distributor__formWrap {
    margin: auto;
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .distributor .distributor__item .distributor__formWrap, .distributor .distributor__item1 .distributor__formWrap {
        padding-top: 5px; } }
  .distributor .distributor__item .distributor__title, .distributor .distributor__item1 .distributor__title {
    text-align: center;
    font-size: 2.4em;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .distributor .distributor__item .distributor__title, .distributor .distributor__item1 .distributor__title {
        font-size: 1.5em; } }
  .distributor .distributor__item .distributor__link, .distributor .distributor__item1 .distributor__link {
    font-size: 1.2em;
    line-height: 1.5em; }
    @media screen and (max-width: 768px) {
      .distributor .distributor__item .distributor__link, .distributor .distributor__item1 .distributor__link {
        font-size: 1em; } }
.distributor__pluslist {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .distributor__pluslist {
      padding-left: 5px;
      padding-right: 5px; } }
  .distributor__pluslist li {
    font-size: 1.2em;
    list-style: none;
    padding-top: 12px;
    display: flex; }
    @media screen and (max-width: 768px) {
      .distributor__pluslist li {
        padding-top: 8px; } }
    .distributor__pluslist li .text {
      margin: auto 0;
      font-size: 1.3em; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .text {
          font-size: 14px; } }
    .distributor__pluslist li .icon {
      background-repeat: no-repeat;
      background-size: 80px;
      width: 100px;
      min-width: 100px;
      height: 90px;
      min-height: 90px; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .icon {
          background-size: 40px;
          width: 50px;
          min-width: 50px;
          height: 45px;
          min-height: 45px; } }
    .distributor__pluslist li .p1 {
      background-position: 0 0; }
    .distributor__pluslist li .p2 {
      background-position: 0 -104px; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .p2 {
          background-position: 0 -52px; } }
    .distributor__pluslist li .p3 {
      background-position: 0 -180px; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .p3 {
          background-position: 0 -90px; } }
    .distributor__pluslist li .p4 {
      background-position: 0 -272px; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .p4 {
          background-position: 0 -136px; } }
    .distributor__pluslist li .p5 {
      background-position: 0 -360px; }
      @media screen and (max-width: 768px) {
        .distributor__pluslist li .p5 {
          background-position: 0 -180px; } }
.distributor__form {
  display: flex;
  flex-direction: column; }
  .distributor__form input, .distributor__form textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(51, 51, 51, 0.8); }
    .distributor__form input.wpcf7-not-valid, .distributor__form textarea.wpcf7-not-valid {
      border-color: red; }
  .distributor__form textarea {
    resize: none;
    height: 100px; }
  .distributor__form .distributor_btn {
    margin: 0 auto; }

.selection__layer {
  background-color: rgba(33, 33, 33, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.selection__btn {
  margin-bottom: 0;
  border: 3px solid #aaa;
  /*
  height: 80px;
  font-size: 30px;
  background-color: $dark;
  color: $maincolor;
  padding: 30px;
  width: 100%;
  margin: 30px;
 */
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .selection__btn {
      margin-bottom: 20px; } }
  .selection__btn div {
    font-size: 18px;
    padding: 0;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .selection__btn div {
        font-size: 16px; } }
.selection__iframe {
  width: 100%;
  height: 800px;
  border: none;
  padding-top: 10px; }

.selection__iframe.hidden {
  display: none; }

.selection__btn.active {
  border: 3px solid black; }

.selection {
  color: #fff;
  /*
  a {
    color: $white !important;
  }*/
  padding: 10px 0; }

.thanks__layer {
  background-color: rgba(33, 33, 33, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh; }
  @media screen and (max-width: 768px) {
    .thanks__layer {
      height: 63vh; } }
  @media screen and (max-width: 350px) {
    .thanks__layer {
      height: 53vh; } }
  .thanks__layer .container {
    display: flex;
    height: 100%; }

.thanks_back {
  text-align: center;
  padding-top: 20px;
  width: 100%; }
  .thanks_back a {
    text-decoration: underline;
    text-transform: uppercase; }

.thanks {
  height: 80vh;
  padding: 0;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .thanks {
      height: 63vh; } }
  @media screen and (max-width: 350px) {
    .thanks {
      height: 53vh; } }
  .thanks a {
    color: #fff !important; }
  .thanks iframe {
    height: 100%;
    width: 100%; }
  .thanks .thanks__item {
    padding-top: 30px;
    margin: auto;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .thanks .thanks__item {
        padding-top: 10px; } }
    .thanks .thanks__item .thanks__formWrap {
      margin: auto;
      padding-top: 20px; }
      @media screen and (max-width: 768px) {
        .thanks .thanks__item .thanks__formWrap {
          padding-top: 5px; } }
    .thanks .thanks__item .thanks__title {
      margin: auto;
      text-align: center;
      font-size: 2.4em;
      font-weight: 700;
      position: relative; }
      @media screen and (max-width: 768px) {
        .thanks .thanks__item .thanks__title {
          font-size: 1.5em; } }
    .thanks .thanks__item .thanks__link {
      font-size: 1.2em;
      line-height: 1.5em; }
      @media screen and (max-width: 768px) {
        .thanks .thanks__item .thanks__link {
          font-size: 1em; } }
.article {
  color: #333; }
  .article .article__pic {
    width: 100%;
    margin-bottom: 30px; }
    .article .article__pic img {
      width: 100%;
      max-height: 300px;
      object-fit: cover; }
  .article .article__date {
    margin-bottom: 20px; }
  .article p {
    margin-bottom: 10px; }
  .article img {
    width: 100%; }

.error404 h1 {
  font-size: 30px;
  text-align: center;
  color: #131313; }
