/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */

html {
  height: 100%;
}

body {
  height: 100%;
  background: #f4f8fb url(../../images/bgnew.webp) 50% 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  /* font-family: 'OpenSans', Arial, sans-serif; */
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

.no-js ul.nav-catalog li ul {
  display: none;
}

.no-js ul.nav-catalog li ul ul {
  display: block;
}

/*---------------------------------------- normalize.css v8.0.0 ----------------------------------------*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*---------------------------------------- Bootstrap Grid v4.0.0 ----------------------------------------*/

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
  }
}

/*---------------------------------------- Bootstrap OffCanvas ----------------------------------------*/

.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
}

.navbar-inverse .navbar-offcanvas {
  background-color: #222;
}

.navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 635px;
  height: 100%;
  background: #fff;
  left: -635px;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.navbar-offcanvas.in {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.navbar-offcanvas.navbar-offcanvas-fade {
  opacity: 0;
}

.navbar-offcanvas.navbar-offcanvas-fade.in {
  opacity: 1;
}

.navbar-offcanvas.offcanvas-transform.in {
  -webkit-transform: translateX(635px);
  transform: translateX(635px);
}

.navbar-offcanvas.offcanvas-position.in {
  left: 0;
}

.navbar-offcanvas.navbar-offcanvas-right {
  left: auto;
  right: -635px;
}

.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
  -webkit-transform: translateX(-635px);
  transform: translateX(-635px);
}

@media screen and (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }

  .navbar-offcanvas {
    max-width: 290px;
    left: -290px;
  }

  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(290px);
    transform: translateX(290px);
  }

  .navbar-offcanvas.navbar-offcanvas-right {
    right: -290px;
  }

  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .navbar-offcanvas {
    max-width: 320px;
    left: -320px;
  }

  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
  }

  .navbar-offcanvas.navbar-offcanvas-right {
    right: -320px;
  }

  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .navbar-offcanvas {
    max-width: 400px;
    left: -400px;
  }

  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }

  .navbar-offcanvas.navbar-offcanvas-right {
    right: -400px;
  }

  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}

.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
  left: auto;
  right: 0;
}

.navbar-offcanvas .dropdown.active .caret {
  border-top: 0;
  border-bottom: 4px solid;
}

.navbar-offcanvas .dropdown-menu {
  position: relative;
  width: 100%;
  border: inherit;
  box-shadow: none;
  -webkit-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}

.navbar-offcanvas .dropdown-menu.shown {
  display: block;
  margin-bottom: 10px;
}

.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

/*---------------------------------------- Fonts ----------------------------------------*/

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
}

/*
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular/Oswald-Regular.eot');
  src: url('../fonts/Oswald-Regular/Oswald-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Oswald-Regular/Oswald-Regular.woff') format('woff'),
    url('../fonts/Oswald-Regular/Oswald-Regular.ttf') format('truetype'),
    url('../fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular')
      format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light/Oswald-Light.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Oswald-Light/Oswald-Light.woff') format('woff'),
    url('../fonts/Oswald-Light/Oswald-Light.ttf') format('truetype'),
    url('../fonts/Oswald-Light/Oswald-Light.svg#Oswald-Light') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold/Oswald-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/Oswald-Bold/Oswald-Bold.woff') format('woff'),
    url('../fonts/Oswald-Bold/Oswald-Bold.ttf') format('truetype'),
    url('../fonts/Oswald-Bold/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans.eot');
  src: url('../fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
  font-style: normal;
  font-weight: normal;
}

*/

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?29201242");
  src: url("../fonts/fontello/fontello.eot?29201242#iefix") format("embedded-opentype"),
    url("../fonts/fontello/fontello.woff2?29201242") format("woff2"),
    url("../fonts/fontello/fontello.woff?29201242") format("woff"),
    url("../fonts/fontello/fontello.ttf?29201242") format("truetype"),
    url("../fonts/fontello/fontello.svg?29201242#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack:SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {font-family:'fontello';src:url('../font/fontello.svg?29201242#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity:.8;*/

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size:120%;*/

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow:1px 1px 1px rgba(127, 127, 127, 0.3);*/
}

.icon-search:before {
  width: 20px;
  height: 21px;
  display: block;
  content: "";
  background: url(../../images/ico_search.png);
}

/* '' */
.icon-left-dir:before {
  content: "\e801";
}

/* '' */
.icon-right-dir:before {
  content: "\e802";
}

/* '' */
.icon-ok:before {
  content: "\e806";
}

/* '' */
.icon-right-open-1:before {
  content: "\e80d";
}

/* '' */
.icon-down-open:before {
  content: "\e80e";
}

/* '' */
.icon-right-open:before {
  content: "\f006";
}

/* '' */
.icon-left-open:before {
  content: "\f007";
}

/* '' */
.icon-rouble:before {
  content: "\f158";
}

/* '' */

/*---------------------------------------- Main ----------------------------------------*/

.center {
  text-align: center;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}

p a {
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
  color: #b7b5c5;
}

small a {
  color: #b7b5c5;
}

pre {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  /* font-family: "Oswald-Regular-Medium", sans-serif */
}

h1 {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.15em;
  font-size: 40px;
}

h2 {
  line-height: 1.3;
  font-size: 24px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
  font-weight: bold;
}

ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 100% !important;
}

ol,
ul {
  margin: 20px 0;
  line-height: 1.75em;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}

li {
  margin-bottom: 15px;
  font-size: 17px;
}

li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #f0f2f5;
}

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

table td {
  height: auto;
  line-height: 1.2;
  padding: 1px 5px !important;
}

table th {
  height: auto;
  line-height: 1.2;
  padding: 1px 5px !important;
}

table td p {
  margin: 0 !important;
  padding: 0 !important;
}

table.myTable {
  margin: 20px 0;
  font-size: 14px;
}

table.myTable tr:nth-child(2n) {
  background: #efffff;
}

table.myTable td {
  border: 1px solid #eee;
  padding: 10px 20px;
  vertical-align: middle;
}

table.myTable .th {
  background: #fafafa;
  color: #413f4f;
}

table.myTable .th td {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

table.myTable p {
  padding: 0 !important;
  margin: 0 !important;
}

a {
  color: #413f4f;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  color: #0766d5;
}

.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right !important;
  text-align: right;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  display: block;
  clear: both;
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 0.8em;
  margin: 0;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 50px;
  padding: 0 40px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  box-shadow: 0 0 25px 5px rgba(171, 171, 171, 0.3);
}

.main_button .btn {
  box-shadow: none;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  table {
    margin-left: 0;
  }
}

/*---------------------------------------- Owl carousel ----------------------------------------*/

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  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(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 6px;
  background: #c4c4c4;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel button.owl-dot:focus {
  outline: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

.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: none;
  touch-action: none;
  -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 - Animate Plugin */

.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin */

.owl-height {
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

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

/* Owl Carousel - Video Plugin */

.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 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

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

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

.top_social {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  /* font-family: 'Oswald-Bold'; */
  line-height: 16px;
  font-size: 14px;
  color: #212121;
  display: flex;
  align-items: center;
  padding-top: 8px;
}

.top_social .ig {
  width: 28px;
  height: 28px;
  margin: 0 10px;
  background: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fed576'/%3E%3Cstop offset='.2634' stop-color='%23f47133'/%3E%3Cstop offset='.6091' stop-color='%23bc3081'/%3E%3Cstop offset='1' stop-color='%234c63d2'/%3E%3C/linearGradient%3E%3CradialGradient id='b' cx='56.3501' cy='19.2179' gradientTransform='matrix(.9986 -.05233596 .04448556 .8488 -36.9742 443.8014)' gradientUnits='userSpaceOnUse' r='711.335' xlink:href='%23a'/%3E%3CradialGradient id='c' cx='154.0732' cy='134.5501' gradientTransform='matrix(.9986 -.05233596 .04448556 .8488 -24.3617 253.2946)' gradientUnits='userSpaceOnUse' r='365.2801' xlink:href='%23a'/%3E%3Cpath d='m96.1 23.2c-16.2 6.3-29.9 14.7-43.6 28.4-13.7 13.6-22.1 27.4-28.4 43.5-6.1 15.6-10.2 33.5-11.4 59.7s-1.5 34.6-1.5 101.4.3 75.2 1.5 101.4 5.4 44.1 11.4 59.7c6.3 16.2 14.7 29.9 28.4 43.6s27.4 22.1 43.6 28.4c15.6 6.1 33.5 10.2 59.7 11.4s34.6 1.5 101.4 1.5 75.2-.3 101.4-1.5 44.1-5.4 59.7-11.4c16.2-6.3 29.9-14.7 43.6-28.4s22.1-27.4 28.4-43.6c6.1-15.6 10.2-33.5 11.4-59.7s1.5-34.6 1.5-101.4-.3-75.2-1.5-101.4-5.4-44.1-11.4-59.7c-6.3-16.1-14.7-29.9-28.3-43.5-13.7-13.7-27.4-22.1-43.6-28.4-15.6-6.1-33.5-10.2-59.7-11.4s-34.6-1.5-101.4-1.5-75.2.3-101.4 1.5c-26.3 1.1-44.2 5.3-59.8 11.4zm260.5 32.8c24 1.1 37 5.1 45.7 8.5 11.5 4.5 19.7 9.8 28.3 18.4s13.9 16.8 18.4 28.3c3.4 8.7 7.4 21.7 8.5 45.7 1.2 25.9 1.4 33.7 1.4 99.4s-.3 73.5-1.4 99.4c-1.1 24-5.1 37-8.5 45.7-4.5 11.5-9.8 19.7-18.4 28.3s-16.8 13.9-28.3 18.4c-8.7 3.4-21.7 7.4-45.7 8.5-25.9 1.2-33.7 1.4-99.4 1.4s-73.5-.3-99.4-1.4c-24-1.1-37-5.1-45.7-8.5-11.5-4.5-19.7-9.8-28.3-18.4s-13.9-16.8-18.4-28.3c-3.4-8.7-7.4-21.7-8.5-45.7-1.2-25.9-1.4-33.7-1.4-99.4s.3-73.5 1.4-99.4c1.1-24 5.1-37 8.5-45.7 4.5-11.5 9.8-19.7 18.4-28.3s16.8-13.9 28.3-18.4c8.7-3.4 21.7-7.4 45.7-8.5 25.9-1.2 33.7-1.4 99.4-1.4s73.5.2 99.4 1.4z' fill='url(%23b)'/%3E%3Cpath d='m130.9 256.3c0 69.8 56.6 126.3 126.3 126.3s126.3-56.6 126.3-126.3-56.5-126.3-126.3-126.3-126.3 56.5-126.3 126.3zm208.3 0c0 45.3-36.7 82-82 82s-82-36.7-82-82 36.7-82 82-82 82 36.7 82 82z' fill='url(%23c)'/%3E%3Ccircle cx='388.6' cy='125' fill='%23654c9f' r='29.5'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% auto;
}

.top_social .ig {
  background-image: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948s.014 3.668.072 4.948c.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072s3.668-.014 4.948-.072c4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948s-.014-3.667-.072-4.947c-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z' fill='%23C13584'/%3E%3C/svg%3E");
}

.top_social .wa,
.top_social .max {
  display: flex;
  align-items: center;
}

.top_social .wa span {
  width: 28px;
  height: 28px;
  margin: 0 9px 0 0;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234CAF50' d='M8.002 0h-.004C3.587 0 0 3.588 0 8a7.94 7.94 0 0 0 1.523 4.689l-.997 2.972 3.075-.983A7.93 7.93 0 0 0 8.002 16C12.413 16 16 12.411 16 8s-3.587-8-7.998-8z'/%3E%3Cpath fill='%23FAFAFA' d='M12.657 11.297c-.193.545-.959.997-1.57 1.129-.418.089-.964.16-2.802-.602-2.351-.974-3.865-3.363-3.983-3.518-.113-.155-.95-1.265-.95-2.413s.583-1.707.818-1.947c.193-.197.512-.287.818-.287.099 0 .188.005.268.009.235.01.353.024.508.395.193.465.663 1.613.719 1.731.057.118.114.278.034.433-.075.16-.141.231-.259.367-.118.136-.23.24-.348.386-.108.127-.23.263-.094.498.136.23.606.997 1.298 1.613.893.795 1.617 1.049 1.876 1.157.193.08.423.061.564-.089.179-.193.4-.513.625-.828.16-.226.362-.254.574-.174.216.075 1.359.64 1.594.757.235.118.39.174.447.273.056.099.056.564-.137 1.11z'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% auto;
}

.top_social .max span {
  width: 28px;
  height: 28px;
  margin: 0 9px 0 0;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJiIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDBmIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0iYSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzRjZiIvPgo8c3RvcCBvZmZzZXQ9Ii42NjIiIHN0b3AtY29sb3I9IiM1M2UiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTNkIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgeDE9IjExNy44NDciIHgyPSIxMDAwIiB5MT0iNzYwLjUzNiIgeTI9IjUwMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGhyZWY9IiNhIi8+CjxyYWRpYWxHcmFkaWVudCBpZD0iZCIgY3g9Ii04Ny4zOTIiIGN5PSIxMTY2LjExNiIgcj0iNTAwIiBmeD0iLTg3LjM5MiIgZnk9IjExNjYuMTE2IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKDUxLjM1NiAxNTUxLjQ3OCA1NTkuMylzY2FsZSgyLjQyNzAzNDMzIDEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaHJlZj0iI2IiLz4KPC9kZWZzPgo8cmVjdCB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2MpIiByeT0iMjQ5LjY4MSIvPgo8cmVjdCB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2QpIiByeT0iMjQ5LjY4MSIvPgo8cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MDguMjExIDg3OC4zMjhjLTc1LjAwNyAwLTEwOS44NjQtMTAuOTUtMTcwLjQ1My01NC43NS0zOC4zMjUgNDkuMjc1LTE1OS42ODYgODcuNzgzLTE2NC45NzkgMjEuOSAwLTQ5LjQ1Ni0xMC45NS05MS4yNDgtMjMuMzYtMTM2Ljg3My0xNC43ODItNTYuMjEtMzEuNTcyLTExOC44MDctMzEuNTcyLTIwOS41MDggMC0yMTYuNjI2IDE3Ny43NTQtMzc5LjU5NyAzODguMzU3LTM3OS41OTcgMjEwLjc4NSAwIDM3NS45NDcgMTcxLjAwMSAzNzUuOTQ3IDM4MS42MDQuNzA3IDIwNy4zNDYtMTY2LjU5NSAzNzYuMTE4LTM3My45NCAzNzcuMjI0bTMuMTAzLTU3MS41ODVjLTEwMi41NjQtNS4yOTItMTgyLjQ5OSA2NS43LTIwMC4yMDEgMTc3LjAyNC0xNC42IDkyLjE2MiAxMS4zMTUgMjA0LjM5OCAzMy4zOTcgMjEwLjIzOCAxMC41ODUgMi41NTUgMzcuMjMtMTguOTggNTMuODM3LTM1LjU4N2ExODkuOCAxODkuOCAwIDAgMCA5Mi43MSAzMy4wMzJjMTA2LjI3MyA1LjExMiAxOTcuMDgtNzUuNzk0IDIwNC4yMTUtMTgxLjk1IDQuMTU0LTEwNi4zODItNzcuNjctMTk2LjQ4Ni0xODMuOTU4LTIwMi41NzRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KPHNjcmlwdCB4bWxucz0iIi8+PC9zdmc+") 0 0 no-repeat;
  background-size: 100% auto;
}

.top_social .wa b {
  position: relative;
}

.top_social .wa b:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #4caf50;
}

.top_social .wa:hover {
  text-decoration: none;
  color: #212121;
}

.top_social .wa:hover b:before {
  display: none;
}

.sbutton .top_social {
  margin-top: 0px;
  display: inline-flex;
  padding-top: 0;
}

.sbutton .top_social .wa span,
.sbutton .top_social .ig {
  width: 22px;
  height: 22px;
  margin: 0 10px;
}

@media screen and (max-width: 1200px) {

  .top_social .ttl,
  .top_social .wa b {
    display: none;
  }
}

/*---------------------------------------- Navi ----------------------------------------*/

.top_wrap {
  background: #fff;
  box-shadow: 0px 0px 6.84px 2.16px rgba(7, 102, 213, 0.07);
}

.top {
  position: relative;
  display: flex;
  padding: 20px 0 25px 0;
  justify-content: space-between;
  align-items: center;
}

.topmenu ul,
.topright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenu ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.topmenu ul li a {
  display: block;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  font-size: 14px;
  color: #212121;
}

.topinline,
.topsearch {
  display: inline-block;
  font-size: 30px;
}

.topsearch {
  cursor: pointer;
}

/*------------------------------ Head minicart ------------------------------*/

.cart-contents {
  display: flex;
  align-items: center;
}

.tcart {
  font-size: 14px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #0766d5;
  position: relative;
}

.tcart a {
  color: #0766d5;
}

.tcart a:hover {
  text-decoration: none;
  color: #0766d5;
}

.tcart .amount {
  line-height: 1 !important;
}

.tcart-img {
  background: #0066d9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tcart-img img {
  display: block;
}

.tcart-cost {
  position: absolute;
  top: 14px;
  right: 12px;
  line-height: 23px;
  width: 21px;
  /* padding-left: 2px; */
  height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  color: #1c1c1c;
  z-index: 200;
}

.tcart-last {
  background: #0251a9;
  border-radius: 0 25px 25px 0;
  padding: 0 50px 0 20px;
  position: relative;
  text-transform: uppercase;
  line-height: 52px;
  height: 50px;
  /* font-family: 'Oswald-Bold'; */
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
}

.tcart .woocommerce-Price-amount.amount {
  display: none;
}

/*------------------------------ END Head minicart ------------------------------*/

.mhead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-btn {
  position: relative;
  display: block !important;
  width: 38px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  /*top:50%;left:15px;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);*/
}

.menu-btn:focus {
  outline: 0;
}

.menu-btn span {
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 7px;
  background: #0766d5;
}

.menu-btn span:nth-child(2) {
  content: "";
}

.menu-btn span:nth-child(3) {
  content: "";
  margin-bottom: 0;
}

.menu-btn:hover span,
.menu-btn:hover span:nth-child(2),
.menu-btn:hover span:nth-child(3) {
  color: #ff599e;
}

.sbutton {
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.sbutton i {
  line-height: 1;
  color: #0766d5;
}

.sbutton i::before {
  margin: 0;
  line-height: 1;
}

.mcontent ul {
  padding: 10px 0 10px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.mcontent ul li {
  display: inline-block;
  width: 48%;
}

.mcontent ul li a {
  font-size: 14px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121;
}

.msearch {
  margin: 10px 10px 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .mhead {
    display: none;
  }
}

/*---------------------------------------- Header ----------------------------------------*/

#header {
  position: relative;
  display: flex;
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.hlogo a {
  display: block;
}

.hlogo img {
  display: block;
  width: 100%;
}

.htime-row {
  padding-left: 45px;
  background: url(../../images/ico_time.png) 0 50% no-repeat;
  /* font-family: 'Oswald-Regular' */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.htime-left {
  line-height: 16px;
  font-size: 14px;
}

.htime-right {
  line-height: 20ppx;
  font-size: 18px;
}

.hmail {
  padding-left: 50px;
  background: url(../../images/ico_mail.png) 0 50% no-repeat;
}

.hmail-left {
  line-height: 16px;
  font-size: 14px;
}

.hmail-right {
  line-height: 20px;
  font-size: 18px;
}

.hlast {
  padding-left: 45px;
  background: url(../../images/ico_phone.png) 0 50% no-repeat;
}

.htel {
  line-height: 27px;
  font-weight: 600;
  font-size: 18px;
}

.htel-txt {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Oswald", sans-serif;
  color: #0766d5;
  cursor: pointer;
}

.mcontent,
.msearch {
  display: none;
}

.mhead {
  padding: 10px;
}

.mhead .mlogo {
  display: none;
}

.breadcrumbs {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 15px;
  color: #aeaeae;
}

.woocommerce .breadcrumbs .woocommerce-breadcrumb {
  font-size: 14px;
  color: #aeaeae;
}

.breadcrumbs a,
.woocommerce .breadcrumbs .woocommerce-breadcrumb a {
  color: #0766d5;
}

@media screen and (max-width: 767px) {
  .top {
    display: none;
  }

  .topmenu,
  .topright {
    display: none;
  }

  .hlogo {
    width: 90%;
  }

  .htime {
    margin-top: 20px;
    text-align: center;
  }

  .hmail {
    margin-top: 15px;
    text-align: center;
  }

  .hmail-left,
  .hmail-right {
    display: inline-block;
  }

  .hmail-right {
    margin-left: 10px;
  }

  .hlast {
    margin-top: 20px;
    text-align: center;
  }

  .htel-txt {
    text-align: center;
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  #header {
    flex-direction: row;
    padding-top: 30px;
  }

  .hlogo {
    display: none;
  }

  .mhead .mlogo {
    display: block;
    width: 250px;
  }

  .mhead .mlogo a {
    display: block;
  }

  .mhead .mlogo a img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  #header {
    padding: 40px 0 0;
  }

  .hlogo {
    display: block;
  }

  .hlogo a {
    display: block;
    width: 300px;
  }
}

@media screen and (min-width: 1240px) {
  .hlogo a {
    width: 315px;
  }
}

/*---------------------------------------- Main ----------------------------------------*/

.container.wmain {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #fff;
  box-shadow: 0px 0px 6.84px 2.16px rgba(7, 102, 213, 0.07);
  border-radius: 5px;
}

.mleft,
.mright {
  position: relative;
  width: 100%;
  display: block;
}

.section {
  position: relative;
  width: 100%;
  padding: 75px 0 70px;
}

.row-juscenter {
  justify-content: center;
}

.col-5 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sect-bg {
  background: #f4f8fb;
}

.tiname {
  margin-bottom: 15px;
  padding-bottom: 7px;
  padding-top: 15px;
  border-bottom: 2px solid #898989;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.tiname.timenu {
  margin-bottom: 0 !important;
  padding: 15px 20px 15px 88px;
  border-bottom: none !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #0066d9;
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 0px 8.46px 0.54px rgba(7, 102, 213, 0.15);
}

.woocommerce div.product .product_title {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0766d5;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.section .entry h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mleft {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .col-5 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mleft {
    padding: 0 0 0 10px;
  }

  .mright {
    padding: 0 10px 0 0;
  }
}

@media screen and (min-width: 1240px) {}

/*---------------------------------------- Home ----------------------------------------*/

.hoposts {
  position: relative;
  display: block;
}

.hoposts .tiname {
  margin-bottom: 30px;
}

.hoposts .cvf-pagination-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.poposts .cvf-pagination-nav {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.hpost {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.homeposts .hpost-thumb,
.homeposts .hpost-thumb a {
  display: block;
  width: 130px;
}

.homeposts .hpost-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.homeposts .hpost-txt {
  position: relative;
  width: calc(100% - 130px);
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.homeposts .hpost-txt a {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #000;
}

.homeposts .hpost-txt .hpost-time {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

.homeposts .hpost-txt .hpost-title {
  font-size: 16px;
  line-height: 30px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
}

.poposts {
  margin-bottom: 30px;
}

.poposts .tiname {
  margin-bottom: 0;
}

.poposts .cvf-universal-pagination {
  text-align: center;
}

.popost {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 20px 15px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.popost-thumb {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.popost-cost {
  margin-bottom: 4px;
  line-height: 27px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0766d5;
}

.popost-title {
  height: 48px;
  line-height: 24px;
  margin-bottom: 7px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.popost-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popost-buy {
  display: block;
  width: 140px;
  height: 42px;
  line-height: 24px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 !important;
}

.popost-bottom .popost-buy a.button {
  display: block;
  width: 140px;
  border-radius: 25px !important;
  height: 42px;
  padding: 0 !important;
  line-height: 42px;
  font-size: 14px;
}

.popost-bottom .popost-buy a.button:hover {
  text-decoration: none;
}

/*
.popost-buy {width:100%;height:42px;font-weight:400;border-radius:0;background:transparent;color:#fff!important}
.popost-buy a.button:hover {text-decoration:none}
.popost-buy a.button::after, .woocommerce .popost-buy a.added_to_cart, .home .popost-buy a.added_to_cart {display:none}
.popost-buy a.ajax_add_to_cart.loading, .popost-buy a.button:focus, .popost-buy a.button:hover {opacity:1!important;padding-left:0!important;padding-right:0!important;background:transparent;color:#fff!important}
*/

#paginate {
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
  color: #333;
}

#paginate a,
#paginate .prev,
#paginate .next,
#paginate .current {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: solid 1px #d9d9d9;
  margin: 0 5px;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #212121;
  border-radius: 18px;
  cursor: pointer;
}

#paginate .prev,
#paginate .next {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
}

#paginate .current,
#paginate a:hover {
  text-decoration: none;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #898989;
}

#paginate .prev:hover,
#paginate .next:hover {
  color: #ff5a9d;
}

#paginate .dots {
  color: #000;
  margin: 2px;
  padding: 4px 3px;
}

.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
}

.cvf-universal-pagination ul li {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: solid 1px #d9d9d9;
  margin: 0 7px;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #413f4f;
  border-radius: 18px;
}

.hoposts .cvf-universal-pagination ul li {
  border: 0;
  margin: 3px 2px;
}

.hoposts .cvf-universal-pagination ul li i {
  font-size: 20px;
  color: #555;
}

.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #e5e5e5;
}

.hoposts .cvf-universal-pagination ul li.active:hover,
.hoposts .cvf-universal-pagination ul li.selected {
  border: 0;
  background-color: #fff;
}

.hoposts .cvf-universal-pagination ul li.inactive i {
  color: #ddd;
}

.cvf-universal-pagination ul li.selected {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #898989;
  color: #fff;
}

.homeslider {
  margin-bottom: 30px;
  background: #e7e5e6;
}

.sldpost {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.sldpost-thumb {
  width: 44%;
  box-sizing: border-box;
  text-align: center;
}

.sldpost-txt {
  width: 56%;
  box-sizing: border-box;
  padding-right: 20px;
}

.homeslider .sldpost-thumb img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
}

.sldpost-title {
  line-height: 44px;
  font-size: 38px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  color: #212121;
}

.sldpost-cost {
  margin-bottom: 10px;
  font-size: 24px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #0766d5;
}

.sldpost-excerpt {
  font-size: 15px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000;
}

.sldpost-excerpt p {
  line-height: 20px;
}

.sldpost-link a {
  display: block;
  width: 210px;
  height: 42px;
  line-height: 41px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0766d5;
  color: #fff;
}

.sldpost-link a:hover {
  background: #1748bb;
  text-decoration: none;
}

.homeslider .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0 10px;
}

.homeslider .owl-dots .owl-dot.active {
  background-color: #0766d5;
}

.nav-catalog {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  background: #f7fafd;
  box-shadow: 0px 0px 8.46px 0.54px rgba(7, 102, 213, 0.15);
  border-radius: 0 0 5px 5px;
}

.nav-catalog ul {
  margin: 0;
  padding: 10px 0 0 30px;
  list-style: none;
}

.nav-catalog ul ul {
  margin: 0;
  padding: 0 0 0;
  list-style: none;
}

.nav-catalog li {
  width: 100%;
  margin: 0;
}

.nav-catalog li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 10px;
  border-bottom: solid 1px #0066d9;
  font-size: 16px;
  line-height: 20px;
  color: #001935;
}

.nav-catalog li a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: "\e80d";
  font-family: "fontello";
  font-size: 18px;
  color: #0a6cda;
}

.nav-catalog li a.ui-state-active::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  display: block;
  content: "\e80e";
  font-family: "fontello";
  font-size: 17px;
  color: #0a6cda;
}

.nav-catalog li li a::after,
.nav-catalog li li li a::after {
  display: none;
}

.nav-catalog li:last-child a {
  border-bottom: 0;
}

.nav-catalog ul li a,
.nav-catalog ul li ul li a {
  border-bottom: 0;
  padding: 0;
}

.nav-catalog ul li .secli {
  margin-top: 7px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 18px;
  color: #0066d9;
}

.nav-catalog ul li .seclink {
  margin-bottom: 6px;
}

.nav-catalog ul li .secli:hover {
  cursor: default;
  color: #8c8c8c;
}

.nav-catalog ul li ul {
  margin-bottom: 33px;
}

.nav-catalog ul li ul li a {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #25364b;
  position: relative;
  padding-left: 20px;
}

.nav-catalog ul li ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #0066d9;
  border-radius: 4px;
}

.nav-catalog li a:hover,
.nav-catalog ul li ul li a:hover {
  text-decoration: none;
  color: #0766d5;
  cursor: pointer;
}

.nav-catalog li a:focus {
  outline: 0;
}

#sidebar img {
  display: block;
  max-width: 100%;
}

.sidebrand {
  margin-bottom: 40px;
}

.nav-catalog .ui-accordion-content-active {
  margin-bottom: 20px;
}

.sidebrand ul {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.sidebrand.proizv ul {
  columns: auto;
  -webkit-columns: auto;
  -moz-columns: auto;
}

.sidebrand ul li {
  display: inline-block;
  /*width:32.4%;*/
  box-sizing: border-box;
  padding: 0 5px 0 0;
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}

.sidebrand ul li a {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #000;
  color: #000;
}

.proizv .allbrands {
  margin-bottom: 30px;
}

.proizv .martags a {
  color: #212121;
  font-size: 15px;
  padding: 0 35px;
  margin: 0 10px 0 0;
  border: 1px solid #898989;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 40px;
  text-transform: capitalize;
}

.proizv .martags a:hover {
  color: #fff;
  background: #212121;
}

.sidebrand.proizv ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.sidebrand.proizv ul li {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 17px;
  height: auto;
}

.sidebrand.proizv ul li a {
  border-bottom: 0;
  text-transform: uppercase;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px !important;
  display: inline-block;
  font-weight: 400;
  vertical-align: top;
}

.sidebrand.proizv ul li a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

.sidebrand ul li a:hover {
  border-bottom: 1px dashed #0766d5;
  text-decoration: none;
  color: #0766d5;
}

.allbrands {
  margin-top: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  background: #0766d5;
  text-align: center;
  line-height: 65px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.allbrands a {
  color: #fff;
}

.zakaz {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0;
  border-radius: 15px;
  padding: 30px 10px 30px 100px;
  background-color: #0766d5;
  background-image: url(../../images/zakaz.png);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: 33px 50%;
  text-transform: uppercase;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.zakaz:hover {
  background-color: #0658b7;
  text-decoration: none;
  color: #fff;
}

.hotextio {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(33, 33, 33, 0.8);
}

.hotextio h2 {
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  color: #212121;
}

.hotextio h3 {
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #212121;
}

.hotextio p {
  margin-bottom: 14px;
  line-height: 20px;
}

.hotextio ul {
  margin: 20px 0 15px 25px;
  padding: 0;
  list-style: none;
}

.hotextio ul li {
  padding-left: 22px;
  background: url(../../images/holi.png) no-repeat 0 3px;
  /* font-family: 'OpenSans'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.hotextio a {
  text-decoration: none;
  color: #0766d5;
}

.hotextio a:hover {
  text-decoration: underline;
}

.hbot {
  position: relative;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.hbot-title {
  display: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.hbot-left {
  width: 32%;
}

.hbot-right {
  width: 68%;
}

.hbot-right img {
  display: block;
  width: 100%;
}

.hcalc-title {
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.hcalc {
  padding: 0 30px 10px 30px;
}

.icoblock {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(33, 33, 33, 0.8);
}

.ico-thumb {
  width: 70px;
  text-align: center;
}

.ico-txt {
  width: calc(100% - 70px);
}

.mleft::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sideleft,
.sideright {
  position: relative;
  display: block;
  width: 100%;
}

.timenu {
  position: relative;
}

.timenu .mbtn {
  position: absolute;
  top: 21px;
  left: 25px;
  width: 38px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  /*top:50%;left:15px;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);*/
}

.timenu .mbtn:focus {
  outline: 0;
}

.timenu .mbtn span {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom: 4px;
  background: #fff;
}

.timenu .mbtn span:nth-child(2) {
  content: "";
}

.timenu .mbtn span:nth-child(3) {
  content: "";
  margin-bottom: 0;
}

.timenu .mbtn:hover span,
.timenu .mbtn:hover span:nth-child(2),
.timenu .mbtn:hover span:nth-child(3) {
  color: #ff599e;
}

.sideleft .widget {
  margin-bottom: 25px;
}

#custom_html-2 img {
  border-radius: 5px;
}

.woocommerce .sideleft .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  display: inline-block;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .sldpost {
    flex-direction: column;
  }

  .sldpost-thumb,
  .sldpost-txt {
    width: 100%;
  }

  .sldpost-txt {
    padding: 0 20px;
  }

  .sldpost-title {
    text-align: center;
  }

  .sldpost-link a {
    margin: 0 auto;
  }

  .homeslider .owl-dots {
    padding-top: 20px;
  }

  .hotextio {
    padding-left: 0;
    padding-right: 0;
  }

  .hotextio ul {
    margin: 20px 0 15px 15px;
  }

  .sideleft,
  .sideright {
    display: none;
  }

  .timenu .mbtn {
    display: block;
  }

  .iblocks,
  .hoposts,
  .hotextio,
  .fmenu,
  .foot {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  .sideleft,
  .sideright {
    width: 49%;
  }

  .sideleft {
    float: left;
  }

  .sideright {
    float: right;
  }

  .hbot-left {
    width: 50%;
  }

  .hbot-right {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .hbot-title {
    display: block;
  }

  .hbot {
    display: flex;
  }
}

@media screen and (min-width: 1240px) {}

/*---------------------------------------- Pre-Footer ----------------------------------------*/

.hbot .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.hbot .wpcf7 input[type="text"],
.hbot .wpcf7 input[type="email"],
.hbot .wpcf7 input[type="tel"] {
  width: 100%;
  height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #0766d5;
  border-radius: 0;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: rgba(33, 33, 33, 0.5);
}

.wpcf7 textarea {
  width: 100%;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: "Oswald", sans-serif;
  color: rgba(33, 33, 33, 0.5);
  height: 120px;
}

.wpcf7 textarea {
  margin-top: 20px;
  margin-bottom: 10px;
}

.wpcf7 input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.wpcf7 input[type="text"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.wpcf7 input[type="text"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.wpcf7 input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.5);
}

.modal .wpcf7 input[type="text"]::-webkit-input-placeholder,
.modal .wpcf7 input[type="email"]::-webkit-input-placeholder,
.modal .wpcf7 input[type="tel"]::-webkit-input-placeholder {
  color: #555;
}

.modal .wpcf7 input[type="text"]::-moz-placeholder,
.modal .wpcf7 input[type="email"]::-moz-placeholder,
.modal .wpcf7 input[type="tel"]::-moz-placeholder {
  color: #555;
}

.modal .wpcf7 input[type="text"]:-moz-placeholder,
.modal .wpcf7 input[type="email"]:-moz-placeholder,
.modal .wpcf7 input[type="tel"]:-moz-placeholder {
  color: #555;
}

.modal .wpcf7 input[type="text"]:-ms-input-placeholder,
.modal .wpcf7 input[type="email"]:-ms-input-placeholder,
.modal .wpcf7 input[type="tel"]:-ms-input-placeholder {
  color: #555;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7-submit:focus {
  outline: 0;
}

.hbot .data input {
  border-radius: 2px;
}

.hbot .wpcf7-submit {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  margin: 10px 0 0 0;
  line-height: 47px;
  border: 0;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0766d5;
  color: #fff;
  cursor: pointer;
}

.hbot .wpcf7-submit:hover {
  background: #1748bb;
}

.wpcf7 span.wpcf7-not-valid-tip {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #212121;
}

div.wpcf7-response-output {
  margin: 10px 0 0;
  border-width: 2px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

div.wpcf7-validation-errors {
  border: 2px solid #0766d5;
}

div.wpcf7 .ajax-loader {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 0 0 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../images/radio.png) no-repeat;
  z-index: 1;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked~.wpcf7-list-item-label::before {
  background: url(../../images/radio-check.png) no-repeat;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin-right: 0px;
}

@media screen and (min-width: 768px) {
  .wpcf7-submit {
    width: 250px;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .wpcf7-radio .wpcf7-list-item {
    width: auto;
    margin: 0 45px 0 0;
  }
}

@media screen and (min-width: 992px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 25px 0 0;
  }
}

@media screen and (min-width: 1240px) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 45px 0 0;
  }
}

/*---------------------------------------- Footer ----------------------------------------*/
#footerwrap {
  margin-top: 110px;
  background: #fff;
  box-shadow: 0px 0px 6.84px 2.16px rgba(7, 102, 213, 0.07);
}

#footer {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  max-width: 1240px;
  padding: 40px 20px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flogo {}

.flogo a {
  display: block;
}

.flogo a img {
  display: block;
  width: 100%;
}

.copy {
  display: none;
  margin-top: 17px;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.8);
}

.copysmall,
.footsmall {
  display: block;
}

.foot-name {
  /* font-family: Oswald-Regular; */
  font-family: "Oswald", sans-serif;

  text-transform: uppercase;
  line-height: 21px;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #898989;
}

.fmenu {
  width: 150px;
}

#footer .foot:last-child {
  width: 150px;
}

.foot-txt {
  margin: 0 0 0 6px;
}

.fmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fmenu ul li {
  display: block;
  margin-bottom: 10px;
}

.fmenu ul li a {
  display: block;
  line-height: 21px;
  font-size: 14px;
  /* font-family: Oswald-Regular; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(33, 33, 33, 0.8);
}

.ftime-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

.ftime-left {
  width: 44px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 21px;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.8);
}

.ftime-lefto {
  text-transform: uppercase;
  line-height: 21px;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.8);
}

.ftime-right {
  line-height: 24px;
  font-size: 16px;
  color: #212121;
}

.ftime-righto {
  width: 180px;
  color: #000;
}

.ftime-righto a {
  display: block;
  color: #000;
}

@media screen and (max-width: 767px) {
  .copy {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
  }

  .fmenu,
  .foot {
    margin-top: 30px;
    width: 100%;
  }

  .hbot {
    margin: 0;
    flex-direction: column;
  }

  .hbot-left,
  .hbot-right {
    width: 100%;
  }

  .hbot-left {
    order: 2;
  }

  .hbot-right {
    order: 1;
  }

  .foot-name {
    text-align: center;
  }

  .foot-txt {
    margin: 0 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer::after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
  }

  .flogo {
    float: left;
    width: 40%;
  }

  .fmenu {
    float: left;
    width: 27%;
    margin-left: 3%;
  }

  .foot {
    float: left;
    width: 48%;
  }

  .foot:last-child {
    margin-left: 4%;
  }

  .copysmall {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #footer {
    flex-direction: row;
  }

  .flogo {
    max-width: 230px;
  }

  .fmenu {
    width: 100px;
  }

  .ftime-righto,
  .ftime-right {
    margin-left: 20px;
  }

  .copysmall {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .flogo {
    max-width: 250px;
  }

  .fmenu {
    width: 130px;
  }

  .ftime-righto,
  .ftime-right {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1130px) {
  .flogo {
    max-width: 260px;
  }

  .fmenu {
    width: 130px;
  }

  .ftime-righto {
    margin-left: 40px;
  }

  .ftime-right {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1050px) {
  .flogo {
    max-width: 270px;
  }

  .fmenu {
    width: 150px;
  }
}

@media screen and (min-width: 1240px) {
  .flogo {
    max-width: 280px;
  }
}

/*------------------------------ Modal ------------------------------*/

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  opacity: 0;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 15px;
}

@media all and (min-width: 768px) and (max-width: 1239px) {
  .modal-dialog {
    max-width: 350px;
    margin: 50px auto 0;
  }

  #myModal-oneclick .modal-dialog {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 0;
  }

  #myModal-submit {
    max-width: 700px;
    width: 100%;
    margin: 50px auto 0;
  }

  #myModal-submit .modal-dialog {
    width: 70%;
    max-width: 70%;
  }
}

@media all and (min-width: 800px) {
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
  }

  #myModal-submit {
    max-width: 700px;
    width: 100%;
    margin: 100px auto 0;
  }
}

@media all and (min-width: 1240px) {
  .modal-dialog {
    max-width: 350px;
    width: 100%;
    margin: 100px auto 0;
  }

  .modal-search {
    max-width: 800px;
    width: 100%;
    margin: 100px auto 0;
  }

  #myModal-oneclick .modal-dialog {
    max-width: 700px;
    width: 100%;
    margin: 100px auto 0;
  }

  #myModal-submit {
    max-width: 800px;
    width: 100%;
    margin: 100px auto 0;
  }

  #myModal-submit .modal-dialog {
    width: 70%;
    max-width: 70%;
  }
}

.modal-content {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 32px;
  height: 32px;
  font-size: 35px;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
  z-index: 99;
}

@media all and (min-width: 768px) {
  .modal-close {
    top: -43px;
    right: -40px;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 60px;
    line-height: 1;
  }
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=50);
}

.modal-body {
  display: block;
  border-radius: 5px;
}

.modal-win {
  border-radius: 0;
  padding: 15px 17px 15px;
  border-top: 4px solid #0766d5;
}

.winsubmit-name {
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  /* font-family: 'Rubik-Bold', sans-serif; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #067fb8;
}

#myModal-submit .winsubmit-name {
  font-size: 20px;
  padding-bottom: 0;
}

.modal-win p {
  text-align: center;
}

.modal-body::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  background: #333;
}

.modal-name {
  margin-bottom: 20px;
  color: #0766d5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  /* font-family: 'Oswald-Bold', sans-serif; */
  font-family: "Oswald", sans-serif;
}

.modal .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.modal .wpcf7 input[type="text"],
.modal .wpcf7 input[type="email"],
.modal .wpcf7 input[type="tel"],
.modal .wpcf7 input[type="number"] {
  width: 100%;
  height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}

.modal .wpcf7 input[type="number"] {
  font-size: 18px;
  color: #0766d5;
}

.numo {
  width: 60px;
}

.action {
  width: 40%;
}

.numo .wpcf7-number {
  width: 60px !important;
  padding: 0 !important;
  text-align: center;
}

.calculated-976 {
  width: 100px;
}

.modal .wpcf7 .wpcf7-calculated.ctf7-total {
  text-align: right;
  border: 0;
  font-size: 18px;
  padding: 0;
  color: #0766d5;
}

/*
.modate .numo .wpcf7-number::-webkit-outer-spin-button, .modate .numo .wpcf7-number::-webkit-inner-spin-button {-webkit-appearance:none;margin:0}

.modate .numo .wpcf7-number::-webkit-inner-spin-button, .modate .numo .wpcf7-number::-webkit-outer-spin-button, .modate .numo .wpcf7-number {-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;
}

.modate .numo .wpcf7-number {-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}
*/

.req {
  position: relative;
}

/*.req::after {display:block;content:'';position:absolute;background:#0766d5;width:2px;height:2px;top:-5px;right:-2px}*/

.modal .wpcf7 span.wpcf7-not-valid-tip {
  padding-top: 4px;
}

.modal .wpcf7 textarea {
  width: 100%;
  height: 74px;
  margin-top: 0;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  /* font-family: 'Opensans'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #333;
}

.wpcf7 input[type="date"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.modate.dati {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: rgba(33, 33, 33, 0.5);
}

.modate.dati input[type="date"] {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: rgba(33, 33, 33, 0.5);
}

.modal .wpcf7 input[type="date"] {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.modal .wpcf7-submit {
  display: block;
  width: 100%;
  height: 43px;
  margin: 0 auto;
  line-height: 43px;
  border: 0;
  border-radius: 5px;
  border-bottom: 3px solid #044796;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #0766d5;
  color: #fff;
  cursor: pointer;
}

.modal .wpcf7-submit:hover {
  background: #1748bb;
}

.modal div.wpcf7 .ajax-loader {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
}

.data {
  position: relative;
  padding-left: 25px;
  text-align: left;
  margin-bottom: 13px;
}

.data .row {
  margin-left: -25px;
}

.data p {
  font-size: 11px;
  text-align: left;
  margin-bottom: 7px;
}

.data p a {
  text-decoration: underline;
  color: #0766d5;
}

.data .wpcf7-form-control-wrap {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
}

.modal .data .wpcf7-form-control-wrap {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
}

.data .row .wpcf7-form-control-wrap {
  top: -5px;
  left: 10px;
}

.modal .data .row .wpcf7-form-control-wrap {
  top: -5px;
  left: 10px;
}

.data .row .col-md-6:first-child {
  padding-left: 30px;
}

.data span.wpcf7-list-item {
  margin-left: 0;
}

.modal .data span.wpcf7-list-item {
  margin-left: 0;
}

.modate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.modate .wpcf7-form-control-wrap {
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.modate .wpcf7-date::-webkit-outer-spin-button,
.modate .wpcf7-date::-webkit-inner-spin-button {
  /* display:none;<- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.modate .wpcf7-date::-webkit-inner-spin-button,
.modate .wpcf7-date::-webkit-outer-spin-button,
.modate .wpcf7-date {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.modate .wpcf7-date {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sform {
  width: 100%;
  position: relative;
}

.sform #s {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding-left: 15px;
  font-size: 14px;
}

.sform #ssubmit {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.sform #s:focus,
.sform #ssubmit:focus {
  outline: 0;
}

.js-title {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 15px;
  /* font-family: 'Oswald-Bold'; */
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 28px;
}

/*------------------------------ Shopio ------------------------------*/

.products {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #898989;
}

.woocommerce .site-content nav.woocommerce-pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 10px 0;
}

.shop-loop-head {
  float: left;
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 3px 5px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: block;
  width: 33px;
  height: 33px;
  border: solid 1px #d9d9d9;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #413f4f;
  border-radius: 18px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #898989;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background-color: #e5e5e5;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li .next.page-numbers {
  display: none;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  color: #212121;
}

.woocommerce .woocommerce-result-count .resultio {
  line-height: 27px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #898989;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 5px;
}

.woodmart-active-filters {
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
  color: #212121;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: none;
}

.site-main .woodmart-active-filters .widget_layered_nav_filters ul li {
  margin-right: 0;
}

.woocommerce .widget_layered_nav_filters ul li a {
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.woocommerce .woocommerce-ordering select {
  border: 0;
  line-height: 24px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #333;
}

.label-ordering {
  float: right;
  margin-right: 10px;
  line-height: 27px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #898989;
}

.prcat-name {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0766d5;
}

.prcat-name a {
  color: #0766d5;
}

.prcatul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.prcatul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  line-height: 19px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
}

.licount {
  display: block;
  width: 28px;
  height: 16px;
  border: solid 1px #aeaeae;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #212121;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px dashed #212121;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  position: relative;
  padding-left: 25px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  background-color: #e5e5e5;
  content: "\e806";
  text-align: center;
  font-family: "fontello";
  font-size: 8px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  background-color: #0766d5;
  content: "\e806";
  text-align: center;
  font-family: "fontello";
  font-size: 8px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.popost-chk {
  position: relative;
  margin-right: -5px;
  display: block;
  padding-left: 18px;
  font-size: 11px;
  color: #969696;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.popost-chk::after {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-color: #46ab15;
  border-radius: 3px;
  content: "\e806";
  text-align: center;
  font-family: "fontello";
  font-size: 11px;
  line-height: 15px;
  color: #fff;
}

.popost-chk.chk-none::after {
  display: none;
}

.post-ratings {
  width: auto;
}

.post-ratings img {
  margin: 0 2px;
}

.post-ratings-loading {
  display: none;
}

body.single .stock.in-stock {
  display: none;
}

.sumhead {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}

.sumhead::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sumhead-art {
  float: left;
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #aeaeae;
}

.sumhead .post-ratings {
  float: right;
  display: block;
}

.sumkol {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.sumkol::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.sumkol-col {
  display: block;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  padding: 7px 17px;
  text-align: center;
  line-height: 20px;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: #e3e3e3;
  color: #212121;
}

.sumkol-col:first-child {
  background-color: #e3e3e3;
}

.sumkol-cost {
  margin-top: 3px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-weight: 700;
  color: #0766d5;
}

.single-product-page.product-type-variable .pricer {
  display: none;
}

.woocommerce div.product form.cart .variations label {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0766d5;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.pricer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

.woocommerce div.product .pricer .price {
  /* font-family: 'Oswald-Bold'; */
  font-family: "Oswald", sans-serif;

  font-size: 28px;
  font-weight: 700;
  color: #0766d5;
}

.woocommerce div.product .woocommerce-variation-price .price {
  display: block;
  margin-bottom: 25px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-size: 28px;
  font-weight: 700;
  color: #0766d5;
}

.pricetar {
  font-size: 22px;
}

.woocommerce div.product .bauer form.cart {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce div.product .bauer form.variations_form.cart {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none;
}

.single-product-page .quantity .minus,
.single-product-page .quantity .plus {
  display: inline-block;
  min-width: 1.5em;
  /* height: 2.5em; */
  box-sizing: border-box;
  background: #c2c2c2;
  border: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  /* line-height: 2.5em; */
  font-weight: 700;
  font-size: 1.25em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus {
  display: none;
}

.single-product-page .quantity .minus:focus,
.single-product-page .quantity .plus:focus {
  outline: 0;
}

.woocommerce .single-product-page .quantity .qty {
  display: inline-block;
  width: auto;
  max-width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 0;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.woocommerce .single-product-page .quantity .qty::-webkit-outer-spin-button,
.woocommerce .single-product-page .quantity .qty::-webkit-inner-spin-button {
  /* display:none;<- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .single-product-page .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .single-product-page .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .single-product-page .quantity input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce .single-product-page .quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.woocommerce div.product.single-product-page form.cart .button {
  position: relative;
  width: 180px;
  height: 40px;
  background-color: #0766d5;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.woocommerce div.product.single-product-page form.cart .button:focus {
  outline: 0;
}

.woocommerce div.product.single-product-page form.cart .button::before {
  display: none;
  width: 21px;
  height: 19px;
  content: url(../../images/cartio.png);
  margin-right: 0.53em;
  vertical-align: bottom;
}

@media screen and (max-width: 467px) {
  .woocommerce div.product.single-product-page form.cart .button::before {
    display: none;
  }
}

.oneclick {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 2px solid #0766d5;
  text-align: center;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 38px;
  font-size: 18px;
  color: #212121;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.oneclick:hover {
  background: #0766d5;
  color: #fff;
}

.forstar {
  padding-left: 13px;
  background: url(../../images/priostar.jpg) no-repeat center left;
  line-height: 27px;
  font-size: 12px;
  color: #212121;
}

.contenti {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.contenti-name {
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0766d5;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

.contenti-txt {
  line-height: 27px;
  font-size: 18px;
  color: #000;
}

.contenti-txt p {
  margin-bottom: 25px;
  line-height: 27px;
}

.contenti-txt ul li {
  margin-bottom: 10px;
  list-style: disc;
  line-height: 25px;
  font-size: 18px;
  color: #000;
}

.contenti-txt a {
  text-decoration: none;
  color: #0766d5;
}

.contenti-txt a:hover {
  text-decoration: underline;
}

.related.products {
  border-top: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.related.products .tiname {
  margin-bottom: 0;
}

.related .products {
  border-top: 0;
  margin-top: 0;
}

.woocommerce .widget_layered_nav_filters ul li {
  position: relative;
}

.woocommerce .widget_layered_nav_filters ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
}

.woocommerce .widget_layered_nav_filters ul li::before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background-color: #0766d5;
  content: "\e806";
  text-align: center;
  font-family: "fontello";
  font-size: 8px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span:hover {
  color: #0766d5;
  border-bottom: 1px dashed #0766d5;
  text-decoration: none;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
  display: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  padding-top: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 5px;
  background-color: #aeaeae;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 5px;
  background-color: #0766d5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 0px 7px rgba(7, 102, 213, 0.32);
}

.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #0066d9;
  border-radius: 3px;
  content: "";
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  border-radius: 20px;
  font-size: 15px;
  line-height: 38px;
  height: 40px;
  padding: 0 33px;
}

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wd-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wd-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.woodmart-shop-loader:after,
.woodmart-products-loader:after,
.woodmart-tabs-loader:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  border-left-color: black;
  border-radius: 50%;
}

.woodmart-shop-loader {
  display: none;
}

.woodmart-shop-loader:not(.hidden-loader) {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 25px;
}

.woodmart-shop-loader.hidden-from-top {
  position: relative;
}

.woodmart-shop-loader.hidden-from-top:after {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 30px;
}

.woodmart-shop-loader.hidden-from-top.hidden-loader {
  margin-left: 0px !important;
}

.woodmart-shop-loader.hidden-from-bottom {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 115px;
}

.woodmart-shop-loader.hidden-from-bottom.hidden-loader {
  margin-left: -15px !important;
}

.content-without-products .woodmart-shop-loader {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

.site-content.col-sm-12 .woodmart-shop-loader {
  margin-left: -15px;
}

.ajax-loading .woodmart-shop-loader {
  display: block;
  -webkit-animation: wd-fadeIn 1s ease;
  animation: wd-fadeIn 1s ease;
}

.ajax-loading .woodmart-shop-loader:after {
  -webkit-animation: wd-rotate 450ms infinite linear;
  animation: wd-rotate 450ms infinite linear;
}

.ajax-loading .products {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.ajax-loaded .products {
  -webkit-animation: wd-fadeIn 0.3s ease;
  animation: wd-fadeIn 0.3s ease;
}

.woodmart-active-filters .widget_layered_nav_filters {
  display: inline;
}

.woodmart-active-filters .widget_layered_nav_filters ul {
  display: inline;
}

.woodmart-active-filters .widget_layered_nav_filters ul li {
  margin-bottom: 5px;
  margin-right: 15px;
  display: inline-block;
}

.woodmart-active-filters .widget_layered_nav_filters ul li a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.woodmart-active-filters .widget_layered_nav_filters ul li a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.woodmart-active-filters .widget_layered_nav_filters ul li a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.woodmart-active-filters .widget_layered_nav_filters ul li a:hover:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.woodmart-clear-filters-wrapp {
  display: inline;
  margin-bottom: 5px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid;
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  padding-left: 16px;
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters:after,
.woodmart-clear-filters-wrapp .woodmart-clear-filters:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #333333;
  -webkit-transition: background-color 0.2s ease-in-out,
    transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.woodmart-clear-filters-wrapp .woodmart-clear-filters:hover:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.popost span.onsale {
  height: 26px;
  min-width: 3.236em;
  min-height: 26px;
  padding: 0 10px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  line-height: 26px;
  border-radius: 0;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  background-color: #0766d5;
  color: #fff;
  font-size: 11px;
  z-index: 9;
}

body.single.woocommerce span.onsale {
  display: none;
}

body.home .mright .poposts .tiname {
  margin-bottom: 0;
}

.uppertop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #333;
  cursor: pointer;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}

.woocommerce table.shop_table thead {
  background-color: #f5f4f4;
}

.woocommerce table.shop_table thead th {
  padding: 9px 0 !important;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce table.shop_table td {
  padding: 7px 0 !important;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce table.shop_table td.product-name {
  font-size: 18px;
  color: #212121;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  border-bottom: 0;
}

.woocommerce table.shop_table td.actions .button,
.return-to-shop .button.wc-backward {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #0766d5;
}

.woocommerce table.shop_table td.actions .button:hover,
.return-to-shop .button.wc-backward:hover {
  background: transparent;
  color: #0766d5;
}

.woocommerce-message {
  border-top-color: #0766d5;
}

.woocommerce-message::before {
  color: #0766d5;
}

.checkout-button.button.alt.wc-forward {
  float: right;
  width: 180px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  line-height: 40px;
  background-color: #0766d5;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;

  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.checkout-button.button.alt.wc-forward:hover {
  background-color: #0766d5;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce form .form-row .button,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  background: #0766d5;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Oswald-Light'; */
  font-family: "Oswald", sans-serif;

  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.woocommerce a.button {
  padding: 8px 15px;
}

.woocommerce form .form-row .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #0766d5;
  color: #fff;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 20px;
}

.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="email"] {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce form .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce form .woocommerce-additional-fields #order_comments_field label {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 27px;
  text-transform: uppercase;
  /* font-family: 'Oswald-regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: rgba(33, 33, 33, 0.6);
}

.woocommerce form .woocommerce-additional-fields #order_comments_field label span.optional {
  display: none;
}

.woocommerce form .form-row-first {
  width: 48.6%;
  margin-bottom: 15px;
}

.woocommerce form .form-row-last {
  width: 48.6%;
  margin-bottom: 15px;
}

.woocommerce form .form-row-wide {
  width: 100%;
  margin-bottom: 15px;
}

.woocommerce form .woocommerce-shipping-fields {
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table thead th {
  padding: 9px 20px !important;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table td.product-name {
  padding: 7px 20px !important;
  border: 0;
  /* font-family: 'OpenSans'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal {
  background: #f5f4f4;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
  border: 0;
  padding: 7px 20px !important;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td {
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .order-total th {
  border: 0;
  padding: 7px 20px !important;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table .order-total td {
  color: #212121;
}

.woocommerce ul#shipping_method {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  list-style: none;
  overflow: hidden;
}

#shipping_method::after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

#shipping_method li {
  position: static;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

#shipping_method li::before {
  display: none;
}

.woocommerce ul#shipping_method li label {
  display: block;
  margin-bottom: 0px;
  padding: 9px 20px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  overflow: auto;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-size: 14px;
  color: #0766d5;
}

#shipping_method li label span {
  display: none;
}

#shipping_method li input {
  position: absolute;
  top: -20px;
}

#shipping_method input[type="radio"]:checked+label {
  background-color: #0766d5;
  color: #fff;
}

.labelio {
  width: 100%;
  margin: 25px 0 0;
  color: #212121;
  font-weight: 400;
}

.labelio p {
  margin-bottom: 10px !important;
}

.labelio p:last-child {
  margin-bottom: 0 !important;
}

#shipping_method input[type="radio"]~div.labelio {
  display: none;
}

#shipping_method input[type="radio"]:checked~div.labelio {
  display: block;
}

.woocommerce-checkout .woocommerce .woocommerce-shipping-totals.shipping td {
  padding: 0 !important;
}

.cart_totals .woocommerce-shipping-totals.shipping,
.cart_totals.calculated_shipping .woocommerce-shipping-totals.shipping {
  display: none;
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
  display: flex;
  width: 132%;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce .woocommerce-shipping-totals.shipping th {
  display: block;
  box-sizing: border-box;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px !important;
  padding-bottom: 5px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #0766d5;
  font-weight: 400;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-size: 18px;
  color: #212121;
}

.woocommerce-order .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-details .woocommerce-order-details__title {
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0766d5;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
}

.woocommerce-table--order-details thead {
  background: #f5f4f4;
}

.woocommerce-table--order-details tfoot tr:nth-child(2n + 1) {
  background: #f5f4f4;
}

.woocommerce table.shop_table thead th.woocommerce-table__product-name,
.woocommerce table.shop_table thead th.woocommerce-table__product-table,
.woocommerce table.shop_table td.woocommerce-table__product-name,
.woocommerce table.shop_table td.woocommerce-table__product-total,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding: 9px 20px !important;
  font-weight: 400;
  /* font-family: 'OpenSans'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.8);
  font-size: 14px;
  border: 0;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin: 0 0 10px 20px;
  padding: 0;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  text-transform: uppercase;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-right: 1em;
  padding-right: 1em;
  font-size: 14px;
  color: #212121;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  padding-top: 8px;
  font-size: 13px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li::before {
  display: none;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  padding-left: 20px;
}

.woocommerce-error {
  padding-top: 10px !important;
  padding-left: 50px !important;
  border-top-color: #0766d5 !important;
}

.woocommerce-error::before {
  top: 10px !important;
  background: transparent !important;
}

.woocommerce-error li::before {
  display: none !important;
}

.woocommerce-order p {
  padding-left: 20px;
}

.cart-collaterals .cart_totals {
  position: relative;
}

.cart-collaterals .cart_totals h2,
.cart-collaterals .cart_totals .cart-subtotal {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  padding: 0 !important;
  border: 0;
  font-size: 18px;
  /* font-family: 'Oswald-Bold'; */
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #000;
}

.woocommerce .woocommerce-form.woocommerce-form-login {
  border-radius: 0;
}

@media screen and (max-width: 700px) {
  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 115%;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 117%;
  }
}

@media screen and (max-width: 500px) {
  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 122%;
  }
}

@media screen and (max-width: 425px) {
  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 127%;
  }
}

@media screen and (max-width: 375px) {
  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 132%;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 5px 10px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .woocommerce ul#shipping_method li label {
    width: 250px;
  }

  .woocommerce ul#shipping_method li:first-child label {
    width: 290px;
  }

  .woocommerce ul#shipping_method li:last-child {
    margin-top: -5px;
  }

  .woocommerce ul#shipping_method li:last-child label {
    position: absolute;
    top: 0;
    left: 290px;
  }

  .labelio.sexsti {
    margin-top: 24px;
  }

  .woocommerce-checkout-review-order .woocommerce-shipping-totals.shipping {
    width: 112%;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
  }

  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    width: 70px;
  }

  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    position: absolute;
    top: -6px;
    right: 0;
    padding-top: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    flex: 0 0 49%;
    width: 49%;
  }
}

.woocommerce-checkout .woocommerce-billing-fields h3,
#order_review_heading {
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0766d5;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
}

.woocommerce form .woocommerce-billing-fields label {
  margin-bottom: 5px;
  line-height: 21px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
}

.woocommerce form .form-row .required {
  font-weight: 400;
  color: #0766d5;
}

#billing_roller_fiz_field {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#billing_roller_fiz_field fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

#billing_roller_fiz_field::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#billing_roller_fiz_field legend {
  display: none;
}

#billing_roller_fiz_field label {
  float: left;
}

#billing_roller_fiz_field label span {
  display: block;
  margin: 0;
  padding: 9px 20px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  overflow: auto;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0766d5;
}

#billing_roller_fiz_field label input {
  position: absolute;
  top: -20px;
}

#billing_roller_fiz_field input:checked+span {
  background-color: #0766d5;
  color: #fff;
}

.popost-buy .added_to_cart.wc-forward {
  display: none !important;
}

.popost-buy .add_to_cart_button.loading {
  color: #fff !important;
}

.popost-buy .add_to_cart_button.loading::after {
  top: 0 !important;
  right: 6px !important;
}

/*
#billing_roller_fiz_field label:nth-of-type(1) span {background-color:#0766d5;color:#fff}
*/

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li {
  position: relative;
  overflow: hidden;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li::before {
  display: none;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input {
  position: absolute;
  top: -50px;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li label {
  padding-left: 25px;
  background: url(../../images/lipay-check.jpg) no-repeat 0 3px;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  cursor: pointer;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input:checked+label {
  background: url(../../images/lipay.jpg) no-repeat 0 3px;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment div.payment_box {
  padding: 15px 20px;
  border: 0;
  background: #f5f4f4;
}

.woocommerce-checkout #payment.woocommerce-checkout-payment div.payment_box::before {
  border: 1em solid #f5f4f4;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order {
  width: 176px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  background: #0766d5;
  text-align: center;
  text-transform: uppercase;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.woocommerce .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover {
  background: #0a3fb2;
}

.woocommerce .woocommerce-checkout .form-row.place-order {
  position: relative;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
  padding-left: 25px;
  background: url(../../images/polcheck.jpg) no-repeat 0 4px;
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 767px) {

  .woocommerce .woocommerce-result-count,
  .woodmart-shop-tools {
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  .woodmart-shop-tools::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }

  .prcat-name {
    margin-top: 10px;
  }

  .prcatul {
    margin-bottom: 20px;
  }

  .label-ordering {
    float: left;
  }

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

  .woocommerce form .form-row-first {
    width: 100%;
  }

  .woocommerce form .form-row-last {
    width: 100%;
  }

  .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce .site-content nav.woocommerce-pagination {
    margin-bottom: 0;
  }

  .hotextio {
    margin-top: 30px;
  }

  .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: right;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .site-content {
    padding-right: 20px;
  }

  .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
  }
}

/*------------------------------ News ------------------------------*/

.apost {
  margin-top: 20px;
}

.apost .post img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}

.apost .post h2 {
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: 400;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.apost .post h2 a {
  color: #000;
}

.apost-date {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #353535;
  background: url(../../images/ico_postdate.png) 0 0 no-repeat;
  padding-left: 30px;
}

.post-info {
  margin-top: 30px;
  margin-bottom: 15px;
}

.post-info p {
  margin: 0 0 10px 0;
  display: inline-block;
}

.post-info .date {
  font-size: 16px;
  line-height: 26px;
  color: #353535;
  background: url(../../images/ico_postdatebig.png) 0 0 no-repeat;
  padding-left: 40px;
  margin-right: 45px;
}

.post-info .post-views {
  font-size: 16px;
  line-height: 26px;
  color: #353535;
  background: url(../../images/ico_views.png) 0 3px no-repeat;
  padding-left: 45px;
  display: inline-block;
}

.post-bigimg {
  margin-bottom: 5px;
}

.post-bigimg img {
  max-width: 100%;
  max-height: 355px;
}

.post-tags .ttl {
  font-size: 20px;
  /* font-family: 'Oswald-Regular', Arial, sans-serif; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #0065db;
}

.post-tags ul {
  padding: 0;
  margin: 0;
}

.post-tags li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.post-tags li a {
  border: 1px solid #0766d5;
  padding: 10px 35px;
  display: block;
  /* font-family: 'Oswald-Light', Arial, sans-serif; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 25px;
  color: #212121;
}

.apost p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000;
}

.post.tiname {
  color: #212121;
  font-size: 24px;
  line-height: 30px;
}

.entry {
  font-size: 14px;
  color: #000;
}

.entry a {
  color: #0766d5;
  text-decoration: none;
}

.entry a:hover {
  text-decoration: underline;
}

.entry h2 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.entry h3 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.entry h4 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.entry img {
  display: block;
  max-width: 100%;
  height: auto;
}

.entry p {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}

.entry ul {
  margin: 18px 0;
  padding: 0 0 0 25px;
}

.entry ul li {
  position: relative;
  padding-left: 12px;
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}

.entry ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #0766d5;
  top: 10px !important;
  left: 0 !important;
  content: "" !important;
}

.entry ol {
  padding-left: 20px;
}

.entry ol li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #000;
}

.entry ol li:before {
  position: absolute;
  content: "\e806";
  display: block;
  font-family: "fontello";
  color: #0766d5;
  top: 0;
  left: 0;
}

.linkto {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}

.linkto::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.leftlink,
.rightlink {
  font-size: 14px;
  color: #0766d5;
}

.leftlink {
  float: left;
}

.rightlink {
  float: right;
}

body.single .mright .tiname,
body.page .mright .tiname {
  margin-top: 30px;
  margin-bottom: 30px;
}

.allpro {
  margin-top: -20px;
}

.contacts .ftime-row {
  justify-content: flex-start;
}

.contacts .ftime-righto,
.contacts .ftime-right {
  margin-left: 40px;
}

.contfcenter {
  display: inline-block;
  margin: 0 auto;
}

.contacts .foot-txt {
  margin-left: 0;
}

.contmap {
  width: 100%;
  margin: 30px 0;
}

.brandtag {
  margin-bottom: 20px;
}

.brandtag img {
  display: block;
  width: 100%;
}

.brandtag-name {
  width: 100%;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
}

.brandtag a:hover {
  text-decoration: none;
}

.brandtag a:hover .brandtag-name {
  color: #0766d5;
}

.oswald {
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.withtable table {
  border: 0;
  margin: 0;
}

.withtable table tr:nth-child(2n + 1) {
  background: #eee;
}

.contenti .withtable table td {
  padding: 7px 10px !important;
  color: #555;
}

.contenti .withtable.newxar table td {
  padding: 10px 10px !important;
  /* font-family: 'Oswald-Light', Arial, sans-serif; */
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}

.contenti .withtable.newxar table tr td:first-child {
  width: 40%;
}

.brandtag a:hover {
  text-decoration: none;
}

.brandtag a:hover .brandtag-name {
  color: #0766d5;
}

.withiframe iframe {
  width: 100%;
  min-height: 700px;
}

@media screen and (max-width: 767px) {
  .contacts .ftime-righto {
    margin-left: 20px;
    width: auto;
  }

  .contenti-txt {
    max-width: 100%;
    overflow-x: auto;
  }

  .contenti-txt::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .contacts .ftime-right {
    margin-left: 15px;
    width: auto;
  }

  .contenti .withtable.newxar table td {
    font-size: 16px;
  }

  .contenti .withtable.newxar table tr td:first-child {
    width: auto !important;
    padding-right: 20px !important;
  }

  .woocommerce div.product.single-product-page form.cart .button {
    white-space: nowrap;
  }
}

@media screen and (max-width: 369px) {
  .contenti .withtable.newxar table td {
    font-size: 0.9375em;
    /* white-space */
  }

  div.product.single-product-page form.cart .button {
    padding: 0.625em !important;
    font-size: 1em !important;
  }

  .oneclick {
    font-size: 0.875em !important;
  }

  .forstar {
    line-height: 1em !important;
  }
}

@media screen and (min-width: 768px) {
  .apost:nth-child(2n + 1) {
    box-sizing: border-box;
    padding-left: 20px;
  }

  .apost:nth-child(2n) {
    box-sizing: border-box;
    padding-right: 20px;
  }

  .search-results .apost:nth-child(2n + 1) {
    box-sizing: border-box;
    padding-left: 10px;
  }

  .search-results .apost:nth-child(2n) {
    box-sizing: border-box;
    padding-right: 10px;
  }

  body.single .mright .tiname,
  body.page .mright .tiname {
    margin-top: 0;
  }

  .contacts .col-md-4:nth-child(2) {
    text-align: center;
  }

  .contacts .col-md-4:nth-child(2) .contfcenter {
    text-align: left;
  }

  .contacts .foot-txt {
    margin-left: 20%;
  }
}

/*  -- BEGIN:Tabbed Details --  */
ul.resp-tabs-list {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #abb9d8;
}

.resp-tabs-list::after {
  display: block;
  height: 0;
  content: "";
  visibility: hidden;
  clear: both;
}

.resp-tabs-list li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
}

.resp-tabs-list li .contenti-name {
  margin-bottom: 10px;
}

.resp-tabs-container {
  clear: left;
  padding: 0;
  background: #fff;
}

h2.resp-accordion {
  display: none;
  padding: 0;
  cursor: pointer;
}

.resp-tab-content {
  display: none;
  padding: 0;
}

.resp-tab-item .contenti-name {
  border-bottom: 1px solid #fff;
}

.resp-tab-active .contenti-name {
  border-bottom: 1px solid #0766d5;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {}

h2.resp-accordion {
  margin: 0;
  padding: 0;
  font-size: 13px;
  border-top: none;
}

h2.resp-tab-active {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

h2.resp-tab-title:last-child {
  background: blue;
  border-bottom: 0 !important;
}

/* -- -- -- Vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  float: none;
  margin: 0;
  padding: 15px 15px !important;
  cursor: pointer;
}

.resp-vtabs .resp-tabs-container {
  clear: none;
  float: left;
  padding: 0px;
  width: 68%;
  min-height: 250px;
  background: #fff;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-right: none;
}

.resp-arrow {
  float: right;
  margin-top: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*  -- -- -- Accordion styles */
h2.resp-tab-active {}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 0 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    clear: none;
    float: none;
    width: 100%;
    min-height: initial;
    border: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

/*  -- END:Tabbed Details --  */

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 5px;
}

.hotextio ol li {
  /* font-family: 'OpenSans'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

/* mobile_ks_cart */

.mhead {
  background: #fff;
  box-shadow: 0px 0px 6.84px 2.16px rgba(7, 102, 213, 0.07);
}

.mcontent {
  background: #fff;
  box-shadow: 0px 0px 6.84px 2.16px rgba(7, 102, 213, 0.07);
}

.mhead i.icon-search {
  display: inline-block;
  margin: 0;
  top: 0;
}

.mobile_ks_cart {
  display: inline-block;
  margin: 6px 6px 0 20px;
  float: right;
  position: relative;
}

.mobile_ks_cart .tcart-last {
  display: none;
}

.mobile_ks_cart .tcart-cost {
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-left: 0;
  top: -5px;
  right: -5px;
}

.mobile_ks_cart .tcart-img {
  width: 22px;
  height: 22px;
  background: url(../../images/cart_.png) 0 0 no-repeat;
  background-color: none;
}

.mobile_ks_cart .tcart-img img {
  display: none;
}

.mobile_ks_cart .woocommerce-Price-amount.amount {
  font-size: 12px;
  line-height: 14px;
  display: none !important;
}

.b404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  margin: 20px 10px;
  min-height: 60vh;
  background: #fafafa;
  text-align: center;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-radius: 2px;
  border-left: 10px solid #0766d5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.b404-first {
  color: #91b9e7;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}

.b404-second {
  margin: 12px 0 8px;
  color: #111;
  font-size: 35px;
}

.b404-third {
  color: #777;
  font-size: 27px;
  line-height: 1.1;
}

@media (max-width: 992px) {
  #tagsforcategory {
    display: none;
  }
}

.martagswrap {
  padding: 20px 0 30px 0;
}

.martagsrow {
  display: flex;
  width: 100%;
}

.martagsrow h3 {
  width: 120px;
  line-height: 26px;
  padding: 10px 0;
  color: #0066d9;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;

  font-weight: normal;
  font-size: 20px;
  min-width: 120px;
}

.martagsrow .tags {
  font-size: 0;
}

.martagsrow .tags .tag-item {
  background: #ecf3fd;
  line-height: 46px;
  margin: 0 10px 10px 0;
  padding: 0 35px;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  /* font-family: 'Oswald-Regular'; */
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #212121;
}

.martagsrow .tags .tag-item.active,
.martagsrow .tags .tag-item:hover {
  background: #0066d9;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .martagsrow {
    display: block;
  }

  .martagsrow h3 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .martagsrow .tags .tag-item {
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
  }
}

:root {
  --red: #ff2e00;
  --blue: #0766d5;
  --dark-gray: #989898;
  --gray: #d9d9d9;
  --light-gray: #e6e6e6;
  --green: #46ab15;
  --light-black: #413f4f;
  --black: #000000;
  --white: #ffffff;
}

.cs-products {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 543px) {
  .cs-products {
    font-size: calc(100vw / 35);
  }
}

.cs-product-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10.875em 2.25em auto 1fr 2.5em;
  justify-content: space-between;
  border: 1px solid var(--gray);
  border-radius: 6px;
  padding: 3em 1em 1.5em 1em;
  width: 16em;
  min-width: 16em;
  position: relative;
  margin: 0.5em;
}

.cs-product-card--sale::after {
  content: "Распродажа";
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: var(--red);
  color: var(--white);
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.75em;
  font-weight: 400;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 2em;
  text-align: center;
}

.cs-product-card__info {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.cs-product-card__image {
  width: 100%;
  height: 10.5em;
}

.cs-product-card__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cs-product-card__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cs-product-card__price-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.cs-product-card__price--old {
  font-size: 0.875em;
  font-weight: 500;
  color: var(--blue);
  position: relative;
}

.cs-product-card__price--old::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--blue);
  display: block;
  bottom: 40%;
  position: absolute;
}

.cs-product-card__price--old::after {
  content: "₽";
  margin-left: 4px;
}

.cs-product-card__price {
  color: var(--blue);
  font-size: 1.125em;
  font-weight: 500;
}

.cs-product-card__price::after {
  content: "₽";
  margin-left: 0.25em;
}

.cs-product-card--sale .cs-product-card__price {
  color: var(--red);
}

.cs-product-card__link {
  color: var(--blue);
  font-size: 0.875em;
  font-weight: 400;
  border-bottom: 1px solid var(--blue);
  text-decoration: none;
  transition: all 0.3s ease;
}

.cs-product-card__link:hover {
  border-bottom: 1px solid var(--white);
  text-decoration: none;
}

.cs-product-card__title {
  font-family: "Oswald", sans-serif;
  color: var(--light-black);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 5em;
}

.cs-product-card__data,
.cs-product-card__weight,
.cs-product-card__madein,
.cs-product-card__available {
  display: block;
  font-size: 0.8125em;
  line-height: 1.1875em;
  font-weight: 400;
}

.cs-product-card__data,
.cs-product-card__weight,
.cs-product-card__madein {
  color: var(--light-black);
}

.cs-product-card__available {
  color: var(--green);
}

.cs-product-card__available--not {
  color: var(--dark-gray);
}

.cs-product-card__data span,
.cs-product-card__weight::before,
.cs-product-card__madein::before,
.cs-product-card__available::before {
  margin-right: 2px;
  color: var(--dark-gray);
}

.cs-product-card__weight::before {
  content: "Вес:";
}

.cs-product-card__madein::before {
  content: "Производство:";
}

.cs-product-card__available::before {
  content: "Наличие:";
}

.cs-product-card__controls,
.cs-product-card__controls form.cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.cs-product-card__controls .cs-product-card__amount,
.cs-product-card__controls .quantity,
.woocommerce div.product form.cart div.quantity {
  display: flex;
  align-items: center;
  height: 2.5em;
  width: 6em;
}

.woocommerce .cs-product-card__controls button.single_add_to_cart_button:hover,
.woocommerce .cs-product-card__controls button.single_add_to_cart_button,
.cs-product-card__tocart,
.woocommerce div.product.single-product-page form.cart .button {
  background-color: var(--blue);
  border-radius: 5px;
  color: var(--white);
  font-size: 0.75em;
  font-weight: 300;
  border: none;
  margin-left: 0.5em;
  max-width: 7.5em;
  height: 2.5em;
  text-transform: uppercase;
  cursor: pointer;
  flex-grow: 1;
}

.woocommerce .cs-product-card__controls button.single_add_to_cart_button.loading {
  opacity: 1;
}

.woocommerce .cs-product-card__controls button.single_add_to_cart_button.added::after,
.woocommerce .cs-product-card__controls button.single_add_to_cart_button.loading::after {
  position: absolute;
  top: 1.25em;
  right: 0.35em;
  margin-left: 0;
}

input.minus,
input.plus,
.cs-product-card__amount-minus,
.cs-product-card__amount-plus {
  border: none;
  width: 2em;
  height: 100%;
  background-color: var(--light-gray);
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 400;
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

label.screen-reader-text {
  display: none;
}

input.minus,
.cs-product-card__amount-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0.5em;
}

input.plus,
.cs-product-card__amount-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cs-product-card__controls input[type="number"]::-webkit-outer-spin-button,
.cs-product-card__controls input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .cs-product-card__controls input[type="number"],
.cs-product-card__amount-value,
.woocommerce .single-product-page .quantity .qty {
  border: none;
  border-radius: 0;
  min-width: 2em;
  height: 100%;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  text-align: center;
  font-size: 0.85em;
  font-weight: 400;
  color: var(--black);
  -moz-appearance: textfield;
}

.cs-product-card__amount-value::-webkit-outer-spin-button,
.cs-product-card__amount-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cs-product-card__amount-minus:focus,
.cs-product-card__amount-plus:focus,
.cs-product-card__amount-value:focus {
  z-index: 1;
  outline: 2px solid var(--blue);
}

.cs-product-card a.added_to_cart {
  display: none !important;
}

.poposts .cvf_universal_container {
  /* justify-content: space-evenly; */
  justify-content: center;
}

@media (max-width: 543px) {
  .poposts .cvf_universal_container {
    font-size: calc(100vw / 35);
  }
}

.cs-products .row {
  justify-content: space-evenly;
}

.poposts .cvf_universal_container .cvf-pagination-content {
  display: none;
}

.single-product-page .sumkol {
  display: none;
}

.btn-up {
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-up:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KIDxwYXRoIGQ9Im0yMTQgMTI3LjgzcTAtNC41LTMtNy41bC03NS41LTc1LjVxLTMtMy03LjUtM3QtNy41IDNsLTc1LjUgNzUuNXEtMyAzLTMgNy41dDMgNy41bDE1LjE2NyAxNS4xNjdxMyAzIDcuNSAzdDcuNS0zbDMxLjUtMzEuNXY4My42NjdxMCA0LjMzMzMgMy4xNjY3IDcuNSAzLjE2NjcgMy4xNjY3IDcuNSAzLjE2NjdoMjEuMzMzcTQuMzMzMyAwIDcuNS0zLjE2Njd0My4xNjY3LTcuNXYtODMuNjY3bDMxLjUgMzEuNXEzLjE2NjcgMy4xNjY3IDcuNSAzLjE2NjcgNC4zMzMzIDAgNy41LTMuMTY2N2wxNS4xNjctMTUuMTY3cTMtMyAzLTcuNXptNDIgMC4xNjY2NnEwIDM0LjgzMy0xNy4xNjcgNjQuMjUtMTcuMTY3IDI5LjQxNy00Ni41ODMgNDYuNTgzLTI5LjQxNyAxNy4xNjctNjQuMjUgMTcuMTY3LTM0LjgzMyAwLTY0LjI1LTE3LjE2Ny0yOS40MTctMTcuMTY3LTQ2LjU4My00Ni41ODMtMTcuMTY3LTI5LjQxNy0xNy4xNjctNjQuMjUgMC0zNC44MzMgMTcuMTY3LTY0LjI1IDE3LjE2Ny0yOS40MTcgNDYuNTgzLTQ2LjU4MyAyOS40MTctMTcuMTY3IDY0LjI1LTE3LjE2NyAzNC44MzMgMCA2NC4yNSAxNy4xNjcgMjkuNDE3IDE3LjE2NyA0Ni41ODMgNDYuNTgzIDE3LjE2NyAyOS40MTcgMTcuMTY3IDY0LjI1eiIgc3R5bGU9ImZpbGw6IzA3NjZkNSIvPg0KPC9zdmc+DQo=");
}

.btn-up_hide {
  display: none;
}

.btn-up_hiding {
  opacity: 0;
}

.single-product__social,
.foot--social {
  display: flex;
  align-items: center;
  gap: 1em;
}

.single-product__social {
  display: inline-flex;
}

.single-product__social .ig,
.foot--social .ig {
  background: url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948s.014 3.668.072 4.948c.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072s3.668-.014 4.948-.072c4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948s-.014-3.667-.072-4.947c-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z' fill='%23C13584'/%3E%3C/svg%3E") 0 0 no-repeat;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  background-size: 100% auto;
  flex-shrink: 0;
}

.single-product__social .wa span,
.foot--social .wa span {
  width: 28px;
  height: 28px;
  margin: 0 9px 0 0;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234CAF50' d='M8.002 0h-.004C3.587 0 0 3.588 0 8a7.94 7.94 0 0 0 1.523 4.689l-.997 2.972 3.075-.983A7.93 7.93 0 0 0 8.002 16C12.413 16 16 12.411 16 8s-3.587-8-7.998-8z'/%3E%3Cpath fill='%23FAFAFA' d='M12.657 11.297c-.193.545-.959.997-1.57 1.129-.418.089-.964.16-2.802-.602-2.351-.974-3.865-3.363-3.983-3.518-.113-.155-.95-1.265-.95-2.413s.583-1.707.818-1.947c.193-.197.512-.287.818-.287.099 0 .188.005.268.009.235.01.353.024.508.395.193.465.663 1.613.719 1.731.057.118.114.278.034.433-.075.16-.141.231-.259.367-.118.136-.23.24-.348.386-.108.127-.23.263-.094.498.136.23.606.997 1.298 1.613.893.795 1.617 1.049 1.876 1.157.193.08.423.061.564-.089.179-.193.4-.513.625-.828.16-.226.362-.254.574-.174.216.075 1.359.64 1.594.757.235.118.39.174.447.273.056.099.056.564-.137 1.11z'/%3E%3C/svg%3E") 0 0 no-repeat;
  background-size: 100% auto;
}

.single-product__social .max span,
.foot--social .max span {
  width: 28px;
  height: 28px;
  margin: 0 9px 0 0;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJiIj4KPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDBmIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0iYSI+CjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzRjZiIvPgo8c3RvcCBvZmZzZXQ9Ii42NjIiIHN0b3AtY29sb3I9IiM1M2UiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOTNkIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0iYyIgeDE9IjExNy44NDciIHgyPSIxMDAwIiB5MT0iNzYwLjUzNiIgeTI9IjUwMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGhyZWY9IiNhIi8+CjxyYWRpYWxHcmFkaWVudCBpZD0iZCIgY3g9Ii04Ny4zOTIiIGN5PSIxMTY2LjExNiIgcj0iNTAwIiBmeD0iLTg3LjM5MiIgZnk9IjExNjYuMTE2IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKDUxLjM1NiAxNTUxLjQ3OCA1NTkuMylzY2FsZSgyLjQyNzAzNDMzIDEpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaHJlZj0iI2IiLz4KPC9kZWZzPgo8cmVjdCB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2MpIiByeT0iMjQ5LjY4MSIvPgo8cmVjdCB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiBmaWxsPSJ1cmwoI2QpIiByeT0iMjQ5LjY4MSIvPgo8cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MDguMjExIDg3OC4zMjhjLTc1LjAwNyAwLTEwOS44NjQtMTAuOTUtMTcwLjQ1My01NC43NS0zOC4zMjUgNDkuMjc1LTE1OS42ODYgODcuNzgzLTE2NC45NzkgMjEuOSAwLTQ5LjQ1Ni0xMC45NS05MS4yNDgtMjMuMzYtMTM2Ljg3My0xNC43ODItNTYuMjEtMzEuNTcyLTExOC44MDctMzEuNTcyLTIwOS41MDggMC0yMTYuNjI2IDE3Ny43NTQtMzc5LjU5NyAzODguMzU3LTM3OS41OTcgMjEwLjc4NSAwIDM3NS45NDcgMTcxLjAwMSAzNzUuOTQ3IDM4MS42MDQuNzA3IDIwNy4zNDYtMTY2LjU5NSAzNzYuMTE4LTM3My45NCAzNzcuMjI0bTMuMTAzLTU3MS41ODVjLTEwMi41NjQtNS4yOTItMTgyLjQ5OSA2NS43LTIwMC4yMDEgMTc3LjAyNC0xNC42IDkyLjE2MiAxMS4zMTUgMjA0LjM5OCAzMy4zOTcgMjEwLjIzOCAxMC41ODUgMi41NTUgMzcuMjMtMTguOTggNTMuODM3LTM1LjU4N2ExODkuOCAxODkuOCAwIDAgMCA5Mi43MSAzMy4wMzJjMTA2LjI3MyA1LjExMiAxOTcuMDgtNzUuNzk0IDIwNC4yMTUtMTgxLjk1IDQuMTU0LTEwNi4zODItNzcuNjctMTk2LjQ4Ni0xODMuOTU4LTIwMi41NzRaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz4KPHNjcmlwdCB4bWxucz0iIi8+PC9zdmc+") 0 0 no-repeat;
  background-size: 100% auto;
}

.woocommerce .cs-product-card__controls button.single_add_to_cart_button:hover,
.woocommerce .cs-product-card__controls button.single_add_to_cart_button,
.cs-product-card__tocart,
.woocommerce div.product.single-product-page form.cart .button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 100%;
  white-space: nowrap;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

/* tabs accordion */

/* Accordion styles */
.tabs {
  overflow: hidden;
  color: #001935;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  cursor: pointer;
  border-bottom: 1px solid #bbcbde;
  font-size: 16px;
  /* Icon */
}

.tab-label:hover {
  color: #0066d9;
}

.tab-label::after {
  content: "";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: #0066d9;
  background-image: url(https://cement-snab.ru/wp-content/themes/shopio/images/accordion-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75em;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

.tab-close:hover {}

.tabs input {
  display: none;
}

.tabs input:checked+.tab-label {}

.tabs input:checked+.tab-label::after {
  transform: rotate(180deg);
}

.tabs input:checked~.tab-content {
  max-height: max-content;
  padding: 1em;
  border-bottom: 1px solid #bbcbde;

  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

/* */

.print-contacts {
  background-image: url(https://cement-snab.ru/wp-content/themes/shopio/images/print.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  background-color: transparent;
  border: none;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.underline-link {
  text-decoration: none;
  box-shadow: 0px 1px 0px #212121;
}

.underline-link:hover {
  text-decoration: none;
  color: #0766d5;
  box-shadow: 0px 1px 0px #0766d5;
}

.cs-product--free-delivery .woocommerce-product-gallery__wrapper::before {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Бесплатная доставка по Москве и МО";
  background-color: #0766d5;
  height: 30px;
  font-size: 12px;
  padding: 6px 18px;
  color: #fff;
}

.cs-product-card.cs-product-card--free-delivery::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "Бесплатная доставка по Москве и МО";
  background-color: #0766d5;
  width: 120px;
  height: min-content;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  font-size: 0.75em;
  font-weight: 400;
  display: inline-block;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 1.5em;
  text-align: center;
}

.resume-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.resume-form input[type="text"],
.resume-form input[type="tel"],
.resume-form input[type="email"],
.resume-form textarea {
  padding: 12px 15px;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.resume-form .data .wpcf7-form-control-wrap {
  top: 0;
}

.resume-form .data p {
  margin-bottom: 0;
}

.resume-form input[type="text"]::placeholder {
  color: #959595;
}

.resume-form input[type="submit"],
.resume-form .wpcf7-submit {
  border-radius: 5px;
  background: #0066d9;
  color: white;
  border: none;
  padding: 14px 24px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.resume-form .wpcf7-not-valid-tip {
  color: tomato;
}

.resume__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  margin-bottom: 30px;
}

a.resume__btn-send {
  display: flex;
  width: 234px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #0066d9;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.resume__link {
  display: grid;
}

.resume__link span {
  color: #616161;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.resume a,
.resume a:hover {
  text-decoration: none;
}

.resume__link a.resume__link-tel {
  color: #0f56b3;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.resume__link a.resume__link-email {
  color: #413f4f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.resume__requirements {
  display: grid;
  width: 100%;
  margin-bottom: 24px;
}

.resume__requirements h2 {
  margin-bottom: 0;
}

.woocommerce-product-gallery .single-product__social {
  margin-top: 2em;
  justify-content: center;
}

.btn-calculator {
  text-decoration: none;
  background-color: orange;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  text-align: center;
  border-radius: 30px;
  padding: 1em;
  margin-bottom: 2em;
}

a.btn-calculator:hover {
  text-decoration: none;
  color: white;
}

.btn-calculator::before {
  content: "";
  width: 3em;
  height: 3em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTkuNSAyaC0xNUExLjUwMiAxLjUwMiAwIDAgMCAzIDMuNXYxN0ExLjUwMiAxLjUwMiAwIDAgMCA0LjUgMjJoMTVhMS41MDIgMS41MDIgMCAwIDAgMS41LTEuNXYtMTdBMS41MDIgMS41MDIgMCAwIDAgMTkuNSAyem0uNSAxOC41YS41MDEuNTAxIDAgMCAxLS41LjVoLTE1YS41MDEuNTAxIDAgMCAxLS41LS41di0xN2EuNTAxLjUwMSAwIDAgMSAuNS0uNWgxNWEuNTAxLjUwMSAwIDAgMSAuNS41ek01IDloMTRWNEg1em0xLTRoMTJ2M0g2em0yIDZINmExIDEgMCAwIDAtMSAxdjJhMSAxIDAgMCAwIDEgMWgyYTEgMSAwIDAgMCAxLTF2LTJhMSAxIDAgMCAwLTEtMXptMCAzSDZ2LTJoMnptNS0zaC0yYTEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtMmExIDEgMCAwIDAtMS0xem0wIDNoLTJ2LTJoMnptMCAyaC0yYTEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtMmExIDEgMCAwIDAtMS0xem0wIDNoLTJ2LTJoMnptLTUtM0g2YTEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtMmExIDEgMCAwIDAtMS0xem0wIDNINnYtMmgyem0xMC04aC0yYTEgMSAwIDAgMC0xIDF2N2ExIDEgMCAwIDAgMSAxaDJhMSAxIDAgMCAwIDEtMXYtN2ExIDEgMCAwIDAtMS0xem0wIDhoLTJ2LTdoMnoiIC8+Cgk8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiAvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.calc__result {
  font-size: 1.5em;
}

.woocommerce div.product .bauer form.cart {
  flex-wrap: wrap;
  gap: 0.5em;
}

.woocommerce div.product.single-product-page form.cart .button {
  margin-left: 0;
}

.cs-product-card .cs-product-card__controls {
  display: none;
}

.cs-product-card {
  grid-template-rows: 10.875em 2.25em auto 1fr;
}

.cs-product-card .cs-product-card__controls,
.cs-product-card:hover .cs-product-card__controls {
  display: flex;
  /* position: absolute; */
  /* bottom: 1em; */
  /* height: 4em; */
  padding-top: 0.5em;
  background-color: white;
}

.cs-product-card__controls,
.cs-product-card__controls form.cart {
  /* justify-content: space-evenly; */
}

.cs-product-card__controls form.cart {
  height: 2.5em;
}

.single_add_to_cart_button:hover {
  filter: contrast(1.25);
}

.quantity .minus:hover,
.quantity .plus:hover {
  filter: brightness(0.75) contrast(1.5);
}

#billing_country_field {
  display: none !important;
}

.swiper-pagination-bullet {
  background: white !important;
  /* border: 2px solid orange; */
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: orange !important;
  /* border: 2px solid orange; */
  transition: 0.3s all ease;
}