@import
url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');
@font-face {
        font-family: 'Monotype Corsiva';
        src: url('/fonts/monotype_corsiva.eot'); /* IE 9 Compatibility Mode */
        src: url('/fonts/monotype_corsiva.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
                url('/fonts/monotype_corsiva.woff2') format('woff2'), /* Super Modern Browsers */
                url('/fonts/monotype_corsiva.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
                url('/fonts/monotype_corsiva.ttf') format('truetype'), /* Safari, Android, iOS */
                url('/fonts/monotype_corsiva.svg#monotype_corsiva') format('svg'); /* Chrome < 4, Legacy iOS */
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #505050;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes    fade-in {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes      fade-in {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes         fade-in {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.itemid-574 {
  color: #505050;
}
p {
  margin: 0 0 10px;
  line-height: 25px;
}

position: relative;
    padding-top: 75%;
    margin-bottom: 40px;
    background: #fafafa;
    overflow: hidden;
}

button {
display: block;
margin: 0 auto 20px;
border: 0 none;
padding: 8px 20px;
background: #922d8d;
color: #fff;
font-weight: 300;
font-size: 16px;
cursor: pointer;
border-radius: 4px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}

audio:not([controls]) {
display: none;
height: 0
}

[hidden],
template {
display: none
}

a {
background-color: transparent
}

a:active,
a:hover {
outline: 0
}

b,
strong {
font-weight: 700
}

hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}

pre {
overflow: auto
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit
}

button {
overflow: visible
}

button,
select {
text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}

button[disabled],
html input[disabled] {
cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0
}

input {
line-height: normal
}

input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}

input[type=search] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid silver
}

legend {
padding: 0;
border: 0
}

textarea {
overflow: auto
}

table {
border-spacing: 0;
border-collapse: collapse
}

.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

td,
th {
padding: 0
}

@media print {
*,
    :after,
    :before {
  color: #000!important;
  text-shadow: none!important;
  background: 0 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

a,
    a:visited {
  text-decoration: underline
}

a[href]:after {
  content: " (" attr(href) ")"
}

abbr[title]:after {
  content: " (" attr(title) ")"
}

a[href^="javascript:"]:after,
    a[href^="#"]:after {
  content: ""
}

blockquote,
    pre {
  border: 1px solid #999;
  page-break-inside: avoid
}

thead {
  display: table-header-group
}

img,
    tr {
  page-break-inside: avoid
}

img {
  max-width: 100%!important
}

h2,
    h3,
    p {
  orphans: 3;
  widows: 3
}

h2,
    h3 {
  page-break-after: avoid
}

.navbar {
  display: none
}

.btn>.caret,
    .dropup>.btn>.caret {
  border-top-color: #000!important
}

.label {
  border: 1px solid #000
}

.table {
  border-collapse: collapse!important
}

.table td,
    .table th {
  background-color: #fff!important
}

.table-bordered td,
    .table-bordered th {
  border: 1px solid #ddd!important
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

img {
  vertical-align: middle
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {
  .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.23%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.2%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {
  .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-9 {
    width: 74.9%;
    -ms-flex: 0 0 74.9%;
    flex: 0 0 74.9%;
    max-width: 74.9%;
  }

  .col-md-8 {
    width: 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.23%;
    -ms-flex: 0 0 58.23%;
    flex: 0 0 58.23%;
    max-width: 58.23%;
  }

  .col-md-6 {
    width: 49.9%;
    -ms-flex: 0 0 49.9%;
    flex: 0 0 49.9%;
    max-width: 49.9%;
  }

  .col-md-5 {
    width: 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.23333333%;
    -ms-flex: 0 0 33.23333333%;
    flex: 0 0 33.23333333%;
    max-width: 33.23333333%;
  }

  .col-md-3 {
    width: 24.9%;
    -ms-flex: 0 0 24.9%;
    flex: 0 0 24.9%;
    max-width: 24.9%;
  }

  .col-md-2 {
    width: 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.dropdown,
.dropup {
  position: relative
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0px;
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}
.nav-tabs {
  border-bottom: 1px solid #ddd
}
.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}
.close, .sotrclose, .closedialog {
  filter: alpha(opacity=20);
  opacity: 0.8;
}
.close:focus, .close:hover, .zamclose:focus, .zamclose:hover, .sotrclose:focus, .sotrclose:hover, .closedialog:focus, .closedialog:hover {
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}
.zamclose {
  position: absolute;
  right: -10px;
  background: #fff;
  top: -10px;
  border-radius: 50%;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 1;
}
div#zamerchik-wrapper h2 {
  margin: 0px 0px 10px 0px;
}
span.form-city-title {
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  border-top: 1px dashed #ddd;
  padding-top: 10px;
  background: #f9f9f9;
}
.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 300px;
  min-width: 300px;
  padding: 20px;
  color: #000;
  font-size: 17px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right!important
}

.pull-left {
  float: left!important
}

.hide {
  display: none!important
}

.show {
  display: block!important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none!important
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important
  }

  table.visible-xs {
    display: table!important
  }

  tr.visible-xs {
    display: table-row!important
  }

  td.visible-xs,
    th.visible-xs {
    display: table-cell!important
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important
  }

  table.visible-sm {
    display: table!important
  }

  tr.visible-sm {
    display: table-row!important
  }

  td.visible-sm,
    th.visible-sm {
    display: table-cell!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important
  }

  table.visible-md {
    display: table!important
  }

  tr.visible-md {
    display: table-row!important
  }

  td.visible-md,
    th.visible-md {
    display: table-cell!important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important
  }

  table.visible-lg {
    display: table!important
  }

  tr.visible-lg {
    display: table-row!important
  }

  td.visible-lg,
    th.visible-lg {
    display: table-cell!important
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important
  }
}

.visible-print {
  display: none!important
}

@media print {
  .visible-print {
    display: block!important
  }

  table.visible-print {
    display: table!important
  }

  tr.visible-print {
    display: table-row!important
  }

  td.visible-print,
    th.visible-print {
    display: table-cell!important
  }
}

.visible-print-block {
  display: none!important
}

@media print {
  .visible-print-block {
    display: block!important
  }
}

.visible-print-inline {
  display: none!important
}

@media print {
  .visible-print-inline {
    display: inline!important
  }
}

.visible-print-inline-block {
  display: none!important
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important
  }
}

@media print {
  .hidden-print {
    display: none!important
  }
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 25px;
  margin: 20px 0px;
}
h4 {
  margin: 10px 0px;
}
section#sc-shapka {
  padding: 50px 0px;
}

h1.logo-title {
  margin: 0px;
  font-weight: 300;
}

h6.phone-n:hover {
  color: #6ea655;
}

.h3, h3 {
  font-size: 25px;
  line-height: 26px;
}

section#breadcrumb {
  background: #f9f9f9;
  padding: 20px 0px;
  position: relative;
  z-index: 0;
}

#slider-2 .slider-2-1 {
  margin-bottom: 15px;
}

[class^="ic-list-style-"] svg, [class*=" iic-list-style-"] svg {
  width: 22px;
  height: 22px;
}

.tselect {
  1
  display: inline-block;
  width: 100%;
}

.tselect a {
  float: right;
  margin-right: 6px;
}

.tselect a:first-child {
  margin-right: 0px;
}

.breadcrumbs a {
  color: #505050;
}

.breadcrumbs span {
  color: #717171;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #6da655;
}

.filter-main .price-filter {
  width: 100%;
  float: none;
  display: inline-block;
  margin-top: 0px;
}

.filter-main .price-filter span.price-from {
  width: 30%;
}

.filter-main .price-filter .price-from-to {
  width: auto;
}

.filter-main .jshop-simpleajax-filter {
  margin: 0px;
}

.filter-main .filter-head {
  font-weight: normal;
}

.filter-main div#slider-mod {
  width: 88%;
  margin: 20px 20px;
  min-height: 18px;
}

.filter-main .jshop-simpleajax-filter.horizontal-temp .filter-block-wrap {
  width: 100%;
}

span.cityContent {
  font-weight: 500;
}

.item_filtr_char-5 {
  min-height: 116px;
  width: 50%;
  float: left;
}

.item_filtr_char-6 {
  display: inline-block;
}

section#news-main {
  margin: 50px 0px 30px 0px;
}

.nspArt .date {
  display: inline-block;
  color: #000;
  font-weight: 500;
}

.nspArt.date span {
  display: block;
  color: #909090;
}

.nspArt .date span.day {
  margin-right: 10px;
}

.nspArt .date span.month {
  margin-right: 10px;
}

.owl-carousel.top_hits_products .owl-item img, .owl-carousel.latest_products .owl-item img {
  width: 130px;
  height: 280px;
  display: inline-block;
}

.owl-carousel.top_hits_products .block_item .name, .owl-carousel.latest_products .block_item .name {
  font-size: 19px;
  font-weight: 500;
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.owl-carousel.top_hits_products .block_item .image_block, .owl-carousel.latest_products .block_item .image_block {
  text-align: center;
  z-index: 2;
  position: relative;
}

.latest_products .product_label.prod_label-3 {
  right: 38px;
}

.latest_products .block_item .product_label img {
  width: initial;
  height: initial;
}

.owl-carousel.top_hits_products .block_item .image, .owl-carousel.latest_products .block_item .image {
  position: relative;
}

.owl-carousel.top_hits_products .block_item .image .shadow, .owl-carousel.latest_products .block_item .image .shadow {
  background: url('/images/shadow-door.png') center center no-repeat;
  background-size: 100%;
  position: absolute;
  height: 56px;
  -webkit-transition: opacity .3s ease-out .1s;
  transition: opacity .3s ease-out .1s;
  z-index: 1;
  width: 204px;
  left: 9px;
  bottom: -10px;
}

.owl-carousel.latest_products .block_item .image .shadow {
  left: 11px;
  bottom: -13px;
}

.owl-carousel.top_hits_products .block_item .jshop_price, .owl-carousel.latest_products .block_item .jshop_price {
  margin-top: 10px;
}

.pl_button_block.hitmain {
  margin-top: 10px;
}

.owl-carousel.top_hits_products .block_item .name a, .owl-carousel.latest_products .block_item .name a {
  color: #000;
}

.owl-carousel.top_hits_products .block_item .name a:hover, .owl-carousel.latest_products .block_item .name a:hover {
}

.owl-carousel.top_hits_products .block_item, .owl-carousel.latest_products .block_item {
  border-radius: 4px;
  padding: 20px 0px 30px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

#lozungi-block {
  padding: 30px 15px 20px 15px;
}

#lozungi-block .mdl-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px 15px 20px 15px;
  display: inline-block;
  position: relative;
  background: #fff;
}

.lozungi-title, div#news h3.module-title {
  padding: 0px 20px;
  position: relative;
  margin: 0px 0px 30px 0px;
  font-size: 30px;
}

div#news h3.module-title {
  text-align: center;
  margin-bottom: 10px;
  margin: 0px 0px 20px 0px;
  font-size: 30px;
}

.lozungi-title:after {
  content: "";
  height: 2px;
  width: 100px;
  margin: 10px auto;
  background: #6ea655;
  position: absolute;
  left: calc(50% - 50px);
  bottom: -20px;
}

.small-banner-item-main {
  float: left;
  width: 49%;
}

.small-banner-item-main:first-child {
  margin-right: 15px;
}

.item_filtr_char-2 {
  min-height: 116px;
  width: 50%;
  float: left;
}

.clear-simpleajax-filter {
  margin-top: 20px;
  margin-bottom: 10px;
}

.filter-main .clear-simpleajax-filter {
}

.filter-main .item_filtr_char-3 .char-head {
  float: left;
  margin-right: 12px;
}

.filter-main .item_filtr_char-3 .filter-inem-value {
  width: 25%;
  float: left;
}

button#handler-start-filter {
  border-color: #e5e5e5;
  color: #000000;
  background: #fff;
  border-radius: 0px;
  margin-right: 20px;
  padding: 7px 20px;
}

button#handler-start-filter:hover {
  background: #46aa42;
  color: #fff;
  border-color: #46aa42;
}

.char-head {
  font-weight: 500;
  margin-bottom: 9px;
  margin-top: 3px;
}

.sm-banner-wrapper img {
  float: right;
}

.priv_l {
  width: 24%;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

span.priv_head2_logo img {
  width: 250px;
}

section#blockpriv-wrapper {
  margin-top: 20px;
}

.priv_btn {
  text-align: center;
  margin-top: 20px;
}

div#popular-prods, div#new-prods {
  padding-bottom: 30px;
}

section#catalog-main1 {
  margin-bottom: 20px;
  padding: 30px 0px;
}

.dots-wrapper {
  display: inline-block;
  text-align: center;
  position: absolute;
  border: -11px;
  bottom: -18px;
  left: calc(50% - 92px);
}

.dot-item {
  height: 6px;
  width: 36px;
  float: left;
  background: #ddd;
  margin-right: 10px;
  cursor: pointer;
}

.dot-item.active {
  background: #6ea655;
}

.tabs-container.catlistmain a.block-title.tab-switcher {
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 5px;
  padding: 7px 10px;
  color: #000;
  text-align: center;
}

a.block-title.tab-switcher.active {
  background: #ebebeb;
  color: #505050 !important;
  border-color: #ebebeb!important;
}

.catmain-img {
  float: left;
  margin-right: 20px;
  text-align: center;
}

section#cat-main-wrapper {
  padding-top: 30px;
  position: relative;
}

.tabsrblock {
  min-height: 367px;
}

.tabs-container.catlistmain .product-catlist-item {
  width: 147px;
}

a.knopka-kupit.pl.catmain {
  margin-top: 30px;
  display: inline-block;
}

.tabs-container.catlistmain .pci-name {
  margin: 5px 0px 0px 0px;
  font-size: 19px;
  font-weight: 500;
}

.tabslblock {
  margin-bottom: 10px;
}

.pop-arrows {
  position: absolute;
  top: 31px;
  right: -11px;
  width: 82px;
}

.arrows-left-btn, .arrows-right-btn {
  background-color: rgba(0,0,0,.13);
  padding: 1px 8px;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  height: 25px;
  width: 27px;
}

.arrows-left-btn:hover, .arrows-right-btn:hover {
  background-color: #6ea655;
}

#new-prods .arrows-left-btn:hover, #new-prods .arrows-right-btn:hover {
  background-color: hsl(292, 50%, 53%);
}

#popular-prods .arrows-left-btn:hover, #popular-prods .arrows-right-btn:hover {
  background-color: #6ea655;
}

.arrows-left-btn {
  float: left;
  margin-right: 5px;
}

.arrows-left-btn svg, .arrows-right-btn svg {
  height: 17px;
  position: absolute;
  top: 4px;
}

section#sc-infoblock {
  background: #fdfdfd;
  padding: 10px 0px;
}

div#infoblock-white .infoblock-icons-item {
  border-right: 1px solid #eaeaea;
}

div#infoblock-green .infoblock-icons-item {
  border-right: 1px solid #eaeaea;
}

section#sc-infoblock-white, section#sc-infoblock-green {
  padding: 15px 0px;
  margin: 15px 0px;
}

section#sc-infoblock-green {
  background: #46aa42;
}

.infoblock-icons-item {
  width: 32.5%;
  float: left;
  border: 1px solid #e4e4e4;
  margin-right: 6px;
  padding: 15px 20px;
}

.filter-main .clear-simpleajax-filter {
  margin: 0px;
}

[id*="infoblock-"] .infoblock-icons-item:last-child {
  border: none !important;
}

.infoblock-icons-item .infoblock-icons-img {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}

.infoblock-icons-item .infoblock-icons-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
}

.infoblock-icons-text a {
  color: #777777;
}

.infoblock-icons-img svg path {
  fill: #6ea655;
}

.infoblock-icons-text a:hover {
  color: #46aa42;
}

div#infoblock-green .infoblock-icons-item .infoblock-icons-title {
  color: #fff;
}

.infoblock-icons-text {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

div#infoblock-green .infoblock-icons-text a {
  color: #fff;
}

div#infoblock-green .infoblock-icons-img svg path {
  fill: #fff;
}

.infoblock-icons-item .infoblock-icons-text p {
  margin: 0px;
}

.infoblock-icons-item .infoblock-icons-img svg {
  height: 35px;
  width: 50px;
}

.lozung-wrapper {
  width: 33%;
  float: left;
  padding: 0px 10px;
}

.lozung-wrapper span.l-rhead {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.lozung-wrapper .l-lblock {
  float: left;
  margin-right: 10px;
}

.lozung-wrapper .l-lblock svg g {
  fill: #46aa42;
}

.lozung-wrapper .l-lblock svg {
  width: 60px;
  height: 53px;
}

.l-topblock {
  display: inline-block;
}

.l-rblock {
  text-align: center;
  margin-bottom: 10px;
}

.lozungi-introtext p {
  margin: 3px 0px;
}

.lozungi-introtext {
  margin: 0px 0px 30px 0px;
  padding: 0px 20px;
}

[class^="icn-"], [class*=" icn-"] {
  display: inline-block;
  margin-right: 10px;
}

span#select_city {
  color: #000;
  border-bottom: 1px dashed #000;
  cursor: pointer;
  font-weight: 400;
}
span#select_city:hover {
  color: #46aa42;
  border-bottom: 1px dashed #46aa42;
}
#box-city .country_name {
  font-size: 22px;
  cursor: inherit;  
}
#box-city .country_name:hover {
  color: #000;
}
li.country_name.russia, li.country_name.belarus {
  margin: 0px 0px 15px 0px;
}
li.country_name.kazahstan, li.country_name.tadjikistan, li.country_name.bulgaria {
  margin: 15px 0px 15px 0px;
}
div#box-city .city-item {
  width: 31%;
  display: inline-block;
  padding: 10px 20px;
}
div#box-city .city-item span.city-char {
  font-size: 20px;
  font-weight: 400;
  padding: 0px 10px;
}
div#box-city .city-item span.city-title a {
  color: #000;
}
div#box-city .city-item span.city-title a:hover {
  color: #46aa42;
}
h1.logo-title {
  font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: textfield;
}
input#jshop_search[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
#header.menu-fixed input#jshop_search[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
#header {
  z-index: 3;
  position: relative;
}
#header.menu-fixed {
  z-index: 999;
  margin: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  line-height: 1.4;
  padding: 6px 0px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
  box-shadow: 0px 0px 2px #adadad;
}
#header.menu-fixed div#menu {
  margin-top: 5px;
}
#header.menu-fixed div#top-city {
  line-height: 1.9;
}
#header.menu-fixed .logo-wrapper-top img {
  width: 120px;
  margin-top: 4px;
}
body.itemid-437 #header.menu-fixed {
  background: #fff;
  border: none;
  padding: 6px 0px;
}
.menu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}

#top-bar {
  padding: 5px 0px;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #f5f5f5;
}

body.itemid-437 #header.menu-fixed a:hover {
  color: #6ea655;
}

div#shapka-1 img {
  width: 100%;
}

div#shapka-2 p {
  line-height: 1.5;
  margin: 0px;
}

div#shapka-2 a {
  border-bottom: 1px solid rgba(70, 170, 66, 0.2);
}

a.zamershik-head {
  border: solid 2px #46aa42!important;
  color: #46aa42;
  padding: 5px 16px;
}

.lang-wrapper a {
  float: left;
  margin-right: 7px;
}

a.zamershik-head:hover {
  background: #46aa42;
  color: #fff;
}

.shapka3-wrapper {
  float: left;
  margin-right: 10px;
}

.p_1 {
  background: url(/images/icons/shapka-1.svg) no-repeat 0 center;
  background-size: 52px;
}

.p_2 {
  background: url('/images/icons/shop.svg') no-repeat 0 center;
  background-size: 52px;
}

.p_3 {
  background: url('/images/icons/garanty.svg') no-repeat 0 center;
  background-size: 52px;
}

.shapka-2-item:last-child {
  margin-right: 0;
}

.shapka-2-item {
  display: inline-block;
  vertical-align: top;
  width: 166px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 60px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  margin-right: 10px;
}

#top1 .nav.menu li a {
  color: #222;
  margin-right: 10px;
  padding: 0px;
}

ul.nav.menu li a {
  float: left;
  padding: 0px;
  color: #000;
}

ul.nav.menu li a:hover {
  color: #6ea655;
}
ul.nav.menu li:last-child {
  margin-right: 0px;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: inherit;
}

#top-bar .nav.menu li a:hover {
  color: #6ea655;
}

.choice-region img {
  width: 12px;
  margin-right: 4px;
  float: left;
}

#header.menu-fixed div#phone a h6.phone-n {
  color: #000;
  font-size: 29px;
}
#header.menu-fixed-out div#phone a h6.phone-n {
  font-size: 35px;
  margin: 0px;
  line-height: 27px;
}

div#phone a h6.phone-n:hover {
  color: #6ea655;
}

.choice-region {
  cursor: pointer;
}

.choice-region:hover {
  color: #46aa42;
}

#top-bar .nav.menu li.item-560 a:hover {
  background-image: url('/images/icons/profile-green.svg');
}

#top-3 ul.nav.menu li.item-561 a {
  background-image: url('/images/icons/cart-gray.svg');
  background-size: 16px;
}

#top-bar .nav.menu li.item-561 a:hover {
  background-image: url(/images/icons/cart-green.svg);
}

div#top-3 ul.nav.menu {
  line-height: 1.7;
}

section#section-2 {
  position: relative;
  z-index: 2;
}

.shp4-block-1, .shp4-block-2, .shp4-block-3 {
  float: left;
  line-height: 1.3;
  font-size: 13px;
}

.shp4-b-img {
  float: left;
  margin-right: 10px;
}

#header.menu-fixed-out #slider .owl-carousel {
  cursor: url(/images/drag.png) 16 9, ew-resize !important;
}

#searchmain input {
  background-image: url('/images/icons/search-green.svg');
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  border: 1px solid #e4e4e4;
  background-size: 17px;
  padding-left: 35px;
  background-position: 10px 50%;
  background-color: #fff;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 2px;
}

#header.menu-fixed-out #searchmain input {
  box-shadow: none;
}

#header.menu-fixed #searchmain input {
  background-image: url('/images/icons/search.svg');
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  -webkit-transition: .5s;
  transition: .5s;
}

header#header.menu-fixed #searchmain input {
  background-size: 17px;
  padding-left: 37px;
  background-position: 5% 50%;
}

header#header.menu-fixed .externtwo_wrapp .mycart_mini_txt {
  color: #fff;
}

.menu-fixed .mycart_wrapp {
  border: 1px solid #2c8829;
  box-shadow: 1px 1px 1px #3dcc38 inset;
  background: #46aa42;
}

.md.searchajax_md {
  width: 30%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}

.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }

  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }

  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }

  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }

  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }

  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}

.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }

  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }

  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }

  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }

  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }

  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }

  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }

  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }

  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("/images/icons/nucleo-icon-1.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("/images/icons/nucleo-icon-2.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("/images/icons/nucleo-icon-3.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("/images/icons/nucleo-icon-4.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("/images/icons/nucleo-icon-5.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("/images/icons/nucleo-icon-6.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("/images/icons/nucleo-icon-7.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("/images/icons/nucleo-icon-8.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("/images/icons/nucleo-icon-9.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("/images/icons/nucleo-icon-10.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("/images/icons/nucleo-icon-11.svg");
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("/images/icons/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }

  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }

  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }

  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }

  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }

  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }

  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }

  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }

  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }

  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }

  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }

  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }

  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }

  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }

  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }

  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }

  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }

  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }

  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }

  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }

  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }

  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }

  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }

  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }

  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }

  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }

  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }

  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }

  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }

  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }

  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }

  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }

  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }

  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }

  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }

  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }

  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }

  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}

.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}

.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}

.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }

  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }

  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }

  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.sb-container {
  position: relative;
  width: 150px;
  height: 400px;
  margin: 30px auto 0 auto;
}

.sb-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  background: #fff;
  height: 400px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background-image: url(../images/fabric.png);
  -webkit-transform-origin: 25% 90%;
  -moz-transform-origin: 25% 90%;
  -o-transform-origin: 25% 90%;
  -ms-transform-origin: 25% 90%;
  transform-origin: 25% 90%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sb-container #beliy-satin {
  background: url("/images/plenki/beliy-satin.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #beliy-glyanec {
  background: url("/images/plenki/beliy-glyanec.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #beliy-metallik-glyanec {
  background: url("/images/plenki/beliy-metallik-glyanec.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #belaya-matovaya {
  background: url("/images/plenki/belaya-matovaya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-beliy-matoviy {
  background: url("/images/plenki/dub-beliy-matoviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #patina-yaseny {
  background: url("/images/plenki/patina-yaseny.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #belaya-sosna {
  background: url("/images/plenki/belaya-sosna.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #slonovaya-kosty {
  background: url("/images/plenki/slonovaya-kosty.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #beliy-shelk {
  background: url("/images/plenki/beliy-shelk.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #zhasminoviy-yaseny {
  background: url("/images/plenki/zhasminoviy-yaseny.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #vanil {
  background: url("/images/plenki/vanil.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #patina-krem {
  background: url("/images/plenki/patina-krem.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #sandal-beliy {
  background: url("/images/plenki/sandal-beliy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #shtroks-beliy {
  background: url("/images/plenki/shtroks-beliy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #patina-premium {
  background: url("/images/plenki/patina-premium.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #tihookeanskaya-sosna {
  background: url("/images/plenki/tihookeanskaya-sosna.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #beliy-dim {
  background: url("/images/plenki/beliy-dim.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #alyuminiy {
  background: url("/images/plenki/alyuminiy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #klen-matoviy {
  background: url("/images/plenki/klen-matoviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-beleniy {
  background: url("/images/plenki/dub-beleniy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-belford {
  background: url("/images/plenki/dub-belford.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #venge-svetliy {
  background: url("/images/plenki/venge-svetliy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #yaseny {
  background: url("/images/plenki/yaseny.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #velyur-svetliy {
  background: url("/images/plenki/velyur-svetliy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #len {
  background: url("/images/plenki/len.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #holst-seriy {
  background: url("/images/plenki/holst-seriy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #zhasmin {
  background: url("/images/plenki/zhasmin.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #holst-bezheviy {
  background: url("/images/plenki/holst-bezheviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #buk-matoviy {
  background: url("/images/plenki/buk-matoviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-svetliy {
  background: url("/images/plenki/dub-svetliy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #grusha-matovaya {
  background: url("/images/plenki/grusha-matovaya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #chereshnya {
  background: url("/images/plenki/chereshnya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-naturalyniy {
  background: url("/images/plenki/dub-naturalyniy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #vishnya-viktoriya {
  background: url("/images/plenki/vishnya-viktoriya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #anegri-zolotistiy {
  background: url("/images/plenki/anegri-zolotistiy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #vishnya-kalvados {
  background: url("/images/plenki/vishnya-kalvados.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #vishnya-cheni {
  background: url("/images/plenki/vishnya-cheni.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dikaya-yablonya {
  background: url("/images/plenki/dikaya-yablonya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #oreh {
  background: url("/images/plenki/oreh.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-kantri {
  background: url("/images/plenki/dub-kantri.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #milan-oreh {
  background: url("/images/plenki/milan-oreh.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #kashtan {
  background: url("/images/plenki/kashtan.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #velyur-temniy {
  background: url("/images/plenki/velyur-temniy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #oreh-serebro {
  background: url("/images/plenki/oreh-serebro.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #sandal-seriy {
  background: url("/images/plenki/sandal-seriy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-antik {
  background: url("/images/plenki/dub-antik.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #shtroks-korichneviy {
  background: url("/images/plenki/shtroks-korichneviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #sosna {
  background: url("/images/plenki/sosna.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #shpon {
  background: url("/images/plenki/shpon.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #dub-rustikalyniy {
  background: url("/images/plenki/dub-rustikalyniy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #oreh-zoloto {
  background: url("/images/plenki/oreh-zoloto.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #lesnoy-oreh {
  background: url("/images/plenki/lesnoy-oreh.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #holst-korichneviy {
  background: url("/images/plenki/holst-korichneviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #krasnoe-derevo {
  background: url("/images/plenki/krasnoe-derevo.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #mahagon-matoviy {
  background: url("/images/plenki/mahagon-matoviy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #tikovoe-derevo {
  background: url("/images/plenki/tikovoe-derevo.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #venge-gorizontalyniy {
  background: url("/images/plenki/venge-gorizontalyniy.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #venge-shelk {
  background: url("/images/plenki/venge-shelk.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #venge {
  background: url("/images/plenki/venge.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #venge2 {
  background: url("/images/plenki/venge2.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #chernoe-derevo {
  background: url("/images/plenki/chernoe-derevo.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #cherniy-glyanec {
  background: url("/images/plenki/cherniy-glyanec.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #kozha-chernaya {
  background: url("/images/plenki/kozha-chernaya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container #chernaya-matovaya {
  background: url("/images/plenki/chernaya-matovaya.jpg");
  box-shadow: -1px -1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

.sb-container div:last-child {
  background: #0ab646;
  box-shadow: -1px -1px 3p•x rgba(0,0,0,0.2), 12px 12px 20px rgba(0,0,0,0.6), inset 2px 2px 0 rgba(255, 255, 255, 0.1);
}

.sb-container div:last-child:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dddddd;
  background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(48%,#58535e), color-stop(100%,#889396));
  background: -webkit-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
  background: -o-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
  background: -ms-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
  background: linear-gradient(135deg, #dddddd 0%,#58535e 48%,#889396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
  box-shadow: -1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.1);
}

.sb-container div h4 {
  color: rgba(255,255,255,0.9);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-top: 1px dashed rgba(0,0,0,0.1);
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  margin: 5px;
  padding: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sb-container div h4.clr-black {
  color: #333;
}

.sb-container div:last-child h4 {
  background: rgb(255, 255, 255);
  color: #333;
  border: 1px solid #797979;
}

.sb-container div:last-child img {
  padding: 15px 12px 10px 12px;
}

.sb-container div:last-child h5 {
  font-size: 26px;
  white-space: nowrap;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: 50px;
  top: 0px;
  left: 0px;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.1);
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateX(-157%) translateY(73px);
  -moz-transform: rotate(-90deg) translateX(-157%) translateY(73px);
  -o-transform: rotate(-90deg) translateX(-157%) translateY(73px);
  -ms-transform: rotate(-90deg) translateX(-157%) translateY(73px);
  transform: rotate(-90deg) translateX(-157%) translateY(73px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.kompl-attr {
  font-size: 32px;
}

span.kompl-attr-name {
  position: relative;
}

span#block_attr_sel_50107 span.input_type_radio {
  border: 1px dashed #ddd;
  padding: 20px;
}

section#section-2 .container {
}

h3.mt-title {
  font-weight: 300;
  background-color: white!important;
  display: table;
  padding: 0 10px;
  margin: -55px auto 33px auto;
}

.tabs-container.style-1.descBlocks .swiper-tabs {
  text-align: center;
  margin-top: -16px;
  position: relative;
  width: 100%;
}

.tabs-container.style-1 .tabs-entry {
  padding: 55px;
  border: 1px #e6e6e6 solid;
}

.tabs-container.style-1.descBlocks .tabs-entry {
  padding: 41px 30px 33px 39px;
  line-height: 170%;
  border-radius: 2px;
}

.tabs-entry:first-child {
  display: block;
}

.tabs-entry {
  display: none;
}

.descBlocks .block-title {
  font-weight: 300;
  padding: 0px 7px;
}

.content-push h2 {
  font-size: 22px;
  margin-bottom: 7px;
}

.descBlocks h2 {
  font-size: 25px!important;
  text-align: center;
  font-weight: 300;
  background-color: white!important;
  display: table;
  padding: 0 10px;
  position: relative;
  margin: -55px auto 33px auto;
  width: auto;
  line-height: 111%;
}

.tabs-container.style-1.descBlocks .tabs-entry iframe {
  border-radius: 4px;
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .swiper-tabs .list, .links-drop-down .list {
    display: inline-block;
    width: auto;
    position: relative;
  }
}

.tabs-container.style-1.descBlocks .tab-switcher.active {
  font-weight: 400;
  color: #46aa42;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 0;
}

.tab-content .tab-pane {
  padding: 10px;
}

table.opisanie-doors {
  border: none;
}

table.opisanie-doors tr {
  border: none;
}

.yukka-def .jshop_prod_description {
  padding: 0px;
}

div#opisanie.tabdesc {
  padding: 0px;
}

.tabs-container.style-1.descBlocks .tab-switcher {
  font-size: 18px;
  line-height: 13px;
  color: #262626;
  padding: 8px 8px;
  text-transform: initial;
  z-index: 1;
  background-color: white;
  float: left;
}
footer#footer {
  padding: 10px 0px;
  background-color: #f7f7f7;
}
#mainpageblocktabs {
  margin: 30px 0px 20px 0px;
}

#small-banners .owl-carousel .owl-nav.disabled, #small-banners  .owl-carousel .owl-dots.disabled {
  display: none;
}

@media only screen and (max-width: 700px) {
  section {
    flex-direction: column;
  }
}

input.razmer[type="radio"]:checked + label {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border: 1px solid #2a9425;
}

[id*="block_attr_sel_"] .input_type_radio input[type="radio"] {
  display: none;
}

[id*="block_attr_sel_"] .input_type_radio input[type="radio"]:checked + label {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #46aa42;
}

[id*="block_attr_sel_"] .input_type_radio input[type="radio"] + label {
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
  position: relative;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 10px 10px;
  font-weight: 300;
}

input.razmer[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}

label.razmer {
  border-radius: 4px;
  text-align: center;
  position: relative;
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 6px 0px;
}

input.razmer[type="radio"] {
  display: none;
}

input.razmer[type="radio"]:checked + label#nestandart {
  border-color: #d67f22;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.button-deafult {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  background-color: #46aa42;
  border: 1px solid #2a9425;
  padding: 6px 16px;
}

table.ttsettings_d {
  border: 1px solid #ddd;
}

table td.tf, table td.tcost, table td.sdcalc {
  text-align: center;
}

table {
  background-color: transparent;
  width: 100%;
}
table tr td {
  padding: 10px;
}
table.category.table.table-striped.table-bordered.table-hover.table-noheader {
  margin-top: 30px;
}
table th {
  border-right: 1px solid #ddd;
}

table th:last-child {
  border: none;
}

table tr td:last-child {
  border: none;
}

.summcalc_sd img {
  float: left;
  margin: 0px 10px 0px 10px;
  height: 66px;
}

.table-users {
  border: 1px solid #327a81;
  border-radius: 10px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  width: 800px;
}

table td, table th {
  padding: 10px;
}

table td {
  vertical-align: middle;
}

table tr:nth-child(2n) {
  background-color: white;
}

.buttons_calc input {
  width: 36px;
  padding: 5px 0px 5px 0px;
  float: left;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
  height: 28px;
}

.button-minus, .button-plus {
  display: block;
  width: 10px;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 17px;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}

.btn_oth_orange {
  color: #ffffff;
  padding-top: 2px;
}

.btn_oth {
  color: #000;
}

ul.ulsdlist {
  padding: 0px 1px 0px 7px;
}

input[type="radio"].rb {
  position: absolute;
  visibility: hidden;
  display: none;
}

label.rb {
  cursor: pointer;
  padding: 3px 15px;
  margin: 0px;
}

input[type="radio"].rb:checked + label.rb {
  color: #ffffff;
  background: #46aa42;
}

.radio-group.rb {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #46aa42;
}

.rb-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

ul.ulsdlist li {
  list-style-type: decimal;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 5px 0px;
  position: relative;
}

ul.ulsdlist {
  padding: 0px 1px 0px 7px;
}

.sd_leftblock {
  font-size: 14px;
  padding: 10px 1px;
  max-height: 500px;
  overflow-y: auto;
}

ul.ulsdlist li #delsdlist {
  top: 7px;
  position: absolute;
  font-size: 19px;
  cursor: pointer;
  background: url('/images/icons/trash.svg') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 100%;
  opacity: 0.3;
  right: 0px;
}

.summcalc_sd {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

ul.ulsdlist li:hover #delsdlist {
  opacity: 1;
}

.fly_callback {
  position: fixed;
  z-index: 999;
  right: 34px;
  bottom: 25px;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all ease-in-out .3s;
}

.fly_callback i {
  line-height: 40px;
  font-size: 20px;
  transform: rotate(120deg);
  transition: all ease-in-out .3s;
  animation: pulsate 1s infinite ease-in-out;
}

.fly_callback.show {
  bottom: 88px;
}

.fly_callback:before {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  content: '';
  border-radius: 100%;
  animation: pulsate_after 4s infinite linear;
}

.fly_callback:after {
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
  content: '';
  border-radius: 100%;
  animation: pulsate_after 5s infinite linear;
}

.fly_callback:before, .fly_callback:after {
  border: solid 1px;
  border-color: #C1CC19 transparent;
}

@-keyframes pulsate {
  50% {
    transform: rotate(150deg);
  }
}

@-webkit-keyframes pulsate {
  50% {
    transform: rotate(150deg);
  }
}

@-moz-keyframes pulsate {
  50% {
    transform: rotate(150deg)
  }
}

1@-keyframes pulsate_after {
  100% {
}}

@-webkit-keyframes pulsate_after {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes pulsate_after {
  100% {
    transform: rotate(-180deg);
  }
}

span.pd-right-description-title {
  font-weight: 500;
}

.filter-title-mob {
  display: inline-block;
  width: 100%;
  margin: 15px 0px 10px 0px;
  position: relative;
  text-align: center;
  font-size: 20px;
}

.filter-title-mob:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 60px;
  height: 1px;
  background-color: #09aa35;
  left: calc(50% - 30px);
}

span.m-icon-filtr-open {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

div#slider-1 .m_wrapper:first-child {
  margin-bottom: 20px;
}

.select_city {
  cursor: pointer;
  color: #6ea655;
}

.select_city:hover {
  color: #67c73e;
}

section#top {
  padding: 10px 0px 7px 0px;
  border-bottom: 1px solid #f1f1f1;
  height: 39px;
}








body.itemid-437 section#top, body.itemid-961 section#top,
body.itemid-962 section#top, body.itemid-879 section#top,
body.itemid-587 section#top, body.itemid-565 section#top,
body.itemid-848 section#top, body.itemid-848 section#top,
body.itemid-574 section#top, body.itemid-963 section#top,
body.itemid-965 section#top, body.itemid-844 section#top,
body.itemid-893 section#top, body.itemid-894 section#top,
body.itemid-896 section#top, body.itemid-897 section#top,
body.itemid-898 section#top, body.itemid-958 section#top,
body.itemid-899 section#top, body.itemid-959 section#top,
body.itemid-966 section#top, body.itemid-644 section#top,
body.itemid-588 section#top, body.itemid-572 section#top,
body.itemid-570 section#top, body.itemid-573 section#top,
body.itemid-566 section#top, body.itemid-568 section#top,
body.itemid-571 section#top, body.itemid-969 section#top,
body.itemid-971 section#top, body.itemid-972 section#top,
body.itemid-974 section#top {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1001;
  color: #fff;
  border-bottom: 1px solid #f1f1f161;
  z-index: 1;
}
.headblockext {
  background: none;
  position: absolute;
  top: 55px;
  width: 100%;
  padding: 0px;
}
body.itemid-437 .menu-parent >li >a, body.itemid-961 .menu-parent >li >a,
body.itemid-962 .menu-parent >li >a, body.itemid-879 .menu-parent >li >a,
body.itemid-587 .menu-parent >li >a, body.itemid-565 .menu-parent >li >a,
body.itemid-848 .menu-parent >li >a, body.itemid-574 .menu-parent >li >a,
body.itemid-963 .menu-parent >li >a, body.itemid-844 .menu-parent >li >a,
body.itemid-893 .menu-parent >li >a, body.itemid-894 .menu-parent >li >a,
body.itemid-896 .menu-parent >li >a, body.itemid-897 .menu-parent >li >a,
body.itemid-898 .menu-parent >li >a, body.itemid-958 .menu-parent >li >a,
body.itemid-899 .menu-parent >li >a, body.itemid-959 .menu-parent >li >a,
body.itemid-966 .menu-parent >li >a, body.itemid-644 .menu-parent >li >a,
body.itemid-588 .menu-parent >li >a, body.itemid-572 .menu-parent >li >a,
body.itemid-570 .menu-parent >li >a, body.itemid-573 .menu-parent >li >a,
body.itemid-566 .menu-parent >li >a, body.itemid-568 .menu-parent >li >a,
body.itemid-571 .menu-parent >li >a, body.itemid-969 .menu-parent >li >a,
body.itemid-971 .menu-parent >li >a, body.itemid-972 .menu-parent >li >a,
body.itemid-974 .menu-parent >li >a {
  color: #fff;  
}
body.itemid-437 .menu-parent >li >a:hover, body.itemid-961 .menu-parent >li >a:hover,
body.itemid-962 .menu-parent >li >a:hover, body.itemid-879 .menu-parent >li >a:hover,
body.itemid-587 .menu-parent >li >a:hover, body.itemid-565 .menu-parent >li >a:hover,
body.itemid-848 .menu-parent >li >a:hover, body.itemid-574 .menu-parent >li >a:hover,
body.itemid-963 .menu-parent >li >a:hover, body.itemid-844 .menu-parent >li >a:hover,
body.itemid-893 .menu-parent >li >a:hover, body.itemid-894 .menu-parent >li >a:hover,
body.itemid-896 .menu-parent >li >a:hover, body.itemid-897 .menu-parent >li >a:hover,
body.itemid-898 .menu-parent >li >a:hover, body.itemid-958 .menu-parent >li >a:hover,
body.itemid-899 .menu-parent >li >a:hover, body.itemid-959 .menu-parent >li >a:hover,
body.itemid-966 .menu-parent >li >a:hover, body.itemid-644 .menu-parent >li >a:hover,
body.itemid-588 .menu-parent >li >a:hover, body.itemid-572 .menu-parent >li >a:hover,
body.itemid-570 .menu-parent >li >a:hover, body.itemid-573 .menu-parent >li >a:hover,
body.itemid-566 .menu-parent >li >a:hover, body.itemid-568 .menu-parent >li >a:hover,
body.itemid-571 .menu-parent >li >a:hover, body.itemid-969 .menu-parent >li >a:hover,
body.itemid-971 .menu-parent >li >a:hover, body.itemid-972 .menu-parent >li >a:hover,
body.itemid-974 .menu-parent >li >a:hover {
  color: #6ea655;
}
body.itemid-437 .phone-header a:hover, body.itemid-961 .phone-header a:hover,
body.itemid-962 .phone-header a:hover, body.itemid-879 .phone-header a:hover,
body.itemid-587 .phone-header a:hover, body.itemid-565 .phone-header a:hover,
body.itemid-848 .phone-header a:hover, body.itemid-574 .phone-header a:hover,
body.itemid-963 .phone-header a:hover, body.itemid-844 .phone-header a:hover,
body.itemid-893 .phone-header a:hover, body.itemid-894 .phone-header a:hover,
body.itemid-896 .phone-header a:hover, body.itemid-897 .phone-header a:hover,
body.itemid-898 .phone-header a:hover, body.itemid-958 .phone-header a:hover,
body.itemid-899 .phone-header a:hover, body.itemid-959 .phone-header a:hover,
body.itemid-966 .phone-header a:hover, body.itemid-644 .phone-header a:hover,
body.itemid-588 .phone-header a:hover, body.itemid-572 .phone-header a:hover,
body.itemid-570 .phone-header a:hover, body.itemid-573 .phone-header a:hover,
body.itemid-566 .phone-header a:hover, body.itemid-568 .phone-header a:hover,
body.itemid-571 .phone-header a:hover, body.itemid-969 .phone-header a:hover,
body.itemid-971 .phone-header a:hover, body.itemid-972 .phone-header a:hover,
body.itemid-974 .phone-header a:hover {
  color: #6ea655;
}

body.itemid-437 section#top:before, body.itemid-961 section#top:before,
body.itemid-962 section#top:before, body.itemid-879 section#top:before,
body.itemid-587 section#top:before, body.itemid-565 section#top:before,
body.itemid-848 section#top:before, body.itemid-574 section#top:before,
body.itemid-963 section#top:before, body.itemid-844 section#top:before,
body.itemid-893 section#top:before, body.itemid-894 section#top:before,
body.itemid-896 section#top:before, body.itemid-897 section#top:before,
body.itemid-898 section#top:before, body.itemid-958 section#top:before,
body.itemid-899 section#top:before, body.itemid-959 section#top:before,
body.itemid-644 section#top:before, body.itemid-588 section#top:before,
body.itemid-572 section#top:before, body.itemid-570 section#top:before,
body.itemid-573 section#top:before, body.itemid-566 section#top:before,
body.itemid-568 section#top:before, body.itemid-571 section#top:before,
body.itemid-969 section#top:before, body.itemid-971 section#top:before,
body.itemid-972 section#top:before, body.itemid-974 section#top:before {
  content: '';  
  background: linear-gradient(180deg, rgb(112 112 112 / 38%) 57%, rgb(255 255 255 / 0%) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: inline-block;
  height: 130px;
  z-index: -1;
}
body.itemid-437 #offcanvas-toggler svg path, body.itemid-961 #offcanvas-toggler svg path,
body.itemid-962 #offcanvas-toggler svg path, body.itemid-848 #offcanvas-toggler svg path,
body.itemid-574 #offcanvas-toggler svg path, body.itemid-963 #offcanvas-toggler svg path,
body.itemid-844 #offcanvas-toggler svg path, body.itemid-893 #offcanvas-toggler svg path,
body.itemid-894 #offcanvas-toggler svg path, body.itemid-896 #offcanvas-toggler svg path,
body.itemid-897 #offcanvas-toggler svg path, body.itemid-898 #offcanvas-toggler svg path,
body.itemid-958 #offcanvas-toggler svg path, body.itemid-899 #offcanvas-toggler svg path,
body.itemid-959 #offcanvas-toggler svg path, body.itemid-966 #offcanvas-toggler svg path,
body.itemid-644 #offcanvas-toggler svg path, body.itemid-588 #offcanvas-toggler svg path,
body.itemid-572 #offcanvas-toggler svg path, body.itemid-570 #offcanvas-toggler svg path,
body.itemid-573 #offcanvas-toggler svg path, body.itemid-566 #offcanvas-toggler svg path,
body.itemid-568 #offcanvas-toggler svg path, body.itemid-571 #offcanvas-toggler svg path,
body.itemid-969 #offcanvas-toggler svg path, body.itemid-971 #offcanvas-toggler svg path,
body.itemid-972 #offcanvas-toggler svg path, body.itemid-974 #offcanvas-toggler svg path {
  fill: #fff;
}














.logo-wrapper-top svg path.logovector-item1 {
  fill: #64a70b;
}
.logo-wrapper-top svg path.logovector-item2 {
  fill: #000;
}
.logo-wrapper-top svg path {
  
}
li.item-560 {
  line-height: 1.9;
}
.logo-wrapper-top img {
  width: 200px;
}
body.itemid-437 .logo-wrapper-top img {
  width: 200px;
  margin-top: 0px;
}
a:focus, a:hover {
  color: #46aa42;
}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}

.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}

.sp-megamenu-parent >li.menu-justify {
  position: static;
}

.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 0 15px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.sp-megamenu-parent >li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}

.sp-megamenu-parent .sp-module {
  padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}

.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 10px;
  color: #141414;
  cursor: pointer;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}

.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}

.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}

.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}

#offcanvas-toggler {
  z-index: 1;
  margin-top: 3px;
  float: left;
  margin-right: 20px;
  position: relative;
}

#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
body {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.body-wrapper {
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}

.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}

.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}

.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.offcanvas .body-wrapper {
  left: 0;
  -webkit-transform: translateX(320);
  transform: translateX(320px);
}

.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  left: 0;
}

.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}

.menu .nav-child.small {
  font-size: inherit;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}

.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}

.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}

.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}

.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}

.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}

.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}

.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}

.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}

.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}

.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}

.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}

.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}

@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }

  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}

.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}

.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}

.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}

.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}

.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}

.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}

.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}

.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}

.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}

@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}

@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}

@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-top-menu .body-wrapper {
  left: 0;
}

.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.slide-top-menu .offcanvas-menu {
  left: 0;
  background-color: #000000;
  visibility: visible;
}

.full-screen .offcanvas-menu {
  left: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}

.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module .module-title {
  font-size: 28px;
}

.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}

.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}

.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .module-title {
  font-size: 28px;
}

.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}

.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}

.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}

.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}

.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}

.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}

.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}

a {
  color: #6ea655;
  cursor: pointer;
  outline: none !important;
}

a:hover {
  color: #466d1a;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}

.offline-inner {
  margin-top: 100px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  border: 1px solid #efefef;
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
  transition-property: border-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}

select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}

.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}

input#jshop_search[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.scrollup {
  position: fixed;
  bottom: 39px;
  right: 100px;
  display: none;
  z-index: 999;
  opacity: 0.5;
  background: #f5f5f5;
  padding: 10px 15px;
  color: #000;
  height: 65px;
  width: 70px;
}

.scrollup:hover svg path {
  fill: #6ea655;
}

.scrollup:hover {
  opacity: 1;
  color: #6ea655;
}

#sp-top-bar {
  padding: 8px 0;
}

#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}

ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}

ul.social-icons >li a {
  color: #999999;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}

.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}

.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}

.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}

.sp-contact-info li i {
  margin: 0 3px;
}

.sticky-wrapper {
  position: relative;
  z-index: 99;
}

#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 90px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}

#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}

#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

#sp-header .logo p {
  margin: 5px 0 0;
}

#sp-header .sp-retina-logo {
  display: none;
}

#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}

.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}

#sp-title {
  min-height: 0;
}

.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}

.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}

.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}

.body-innerwrapper {
  overflow: hidden;
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#sp-main-body {
  padding: 100px 0;
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}

.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}

.sppb-addon-image-content {
  position: relative;
}

.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}

.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}

.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}

@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}

.sp-module:first-child {
  margin-top: 0;
}

div#left .sp-module .module-title {
  padding: 15px;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 20px;
  margin: 0px;
}

div#left .sp-module.lblnew .module-title {
  color: #46aa42;
}

div#left .sp-module.lblnew .module-title {
}

div#left .sp-module .sp-module-content {
  padding: 15px;
}

div#left .sp-module.lblnew .sp-module-content {
  padding: 15px 15px 40px 15px;
}

div#left .sp-module {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 30px;
}

div#left .sp-module:after, span.pointlink:after {
  content: '';
  position: absolute;
  height: 7px;
  bottom: -7px;
  left: 0;
  background: url('/images/shadow-mdl.png') no-repeat top center;
  width: 100%;
}

div#left .sp-module.left-menu-collections .sp-module-content {
  padding: 0px;
}

div#left .sp-module.left-menu-collections ul.nav.menu li:before {
  content: '';
  background-image: url(/images/icons/logo-min-white.svg);
  width: 22px;
  height: 24px;
  display: none;
  float: left;
  margin-right: 7px;
  background-size: 100%;
  background-repeat: no-repeat;
}

div#left .sp-module.left-menu-collections ul.nav.menu li:hover:before {
  display: block;
}

div#left .sp-module.left-menu-collections ul.nav.menu li {
  border-top: 1px dashed rgba(130, 130, 130, 0.1);
  padding: 8px 15px;
  margin: 0px;
  display: inline-block;
  width: 100%;
}

div#left .sp-module.left-menu-collections ul.nav.menu li:hover {
  background: #46aa42;
}

div#left .sp-module.left-menu-collections ul.nav.menu li:hover a {
  color: #fff;
}

.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}

.sp-module .tagscloud {
  margin: -2px 0;
}

.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}

.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}

.login img {
  display: inline-block;
  margin: 20px 0;
}

.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}

.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search .btn-toolbar {
  margin-bottom: 20px;
}

.search .btn-toolbar span.icon-search {
  margin: 0;
}

.search .btn-toolbar button {
  color: #fff;
}

.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .phrases .ordering-box {
  margin-bottom: 15px;
}

.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .search-results dt.result-title {
  margin-top: 40px;
}

.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}

.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}

.finder .search-results.list-striped li {
  padding: 20px 0;
}

.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}

.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}

.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}

article.item {
  margin: 50px 0px;
}

.tags {
  margin-top: 20px;
}

.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content_rating,
.content_rating + form {
  display: none;
}

.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}

.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.voting-symbol span.star.active:before {
  content: "\f005";
}

.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}

.post_rating {
  margin-bottom: 20px;
}

.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}

.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}

.entry-status,
.entry-quote {
  margin-bottom: 50px;
}

.entry-header {
  position: relative;
  margin-bottom: 30px;
}

.entry-header.has-post-format {
  margin-left: 68px;
}

.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}

.entry-header h2 a {
  color: #000;
}

.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}

.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}

.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}

.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}

.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}

.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}

.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}

.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}

.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}

.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}

.carousel-left {
  left: 10px;
}

.carousel-right {
  right: 10px;
}

.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsfeed-category .category li {
  padding: 5px 0;
}

.newsfeed-category #filter-search {
  margin: 10px 0;
}

.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}

.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}

.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}

.article-footer-top .post_rating {
  float: left;
}

.helix-social-share {
  float: right;
}

.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}

.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #22b8f0;
  color: #fff;
}

#sp-bottom .sp-module .module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}

#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

#sp-footer a {
  color: rgba(255,255,255,0.9);
}

#sp-footer a:hover {
  color: #fff;
}

#sp-footer-wrapper ul {
  display: inline-block;
}

#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}

#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}

#sp-footer-wrapper ul.nav li a {
  display: block;
}

#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}

#sp-footer-wrapper .helix-framework {
  display: inline-block;
}

#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}

#sp-footer-wrapper .copyright {
  display: block;
}

.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}

.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}

.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}

.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}

.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}

.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}

.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}

.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}

.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}

.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}

.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}

.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}

.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}

.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}

.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}

.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }

  #sp-header .sp-retina-logo {
    display: block;
  }

  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }

  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}

.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
table.category {
  width: 100%;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}

.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}

.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}

.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}

.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}

.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}

.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}

.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}

.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}

.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}

.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}

.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}

.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}

.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}

.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}

.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}

.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }

  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }

  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }

  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }

  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sequence1 {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}

@keyframes sequence2 {
  0% {
    height: 20px;
  }

  50% {
    height: 65px;
  }

  100% {
    height: 20px;
  }
}

@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}

@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}

@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}

@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}

@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}

@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}

@keyframes width {
  10% {
    width: 10%;
  }

  20% {
    width: 20%;
  }

  30% {
    width: 30%;
  }

  40% {
    width: 40%;
  }

  50% {
    width: 50%;
  }

  60% {
    width: 60%;
  }

  70% {
    width: 70%;
  }

  80% {
    width: 80%;
  }

  90% {
    width: 90%;
  }

  100% {
    width: 100%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  ul.social-icons > li {
    margin: 5px;
  }

  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }

  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }

  .scrollup {
    bottom: 25px;
    right: 25px;
  }

  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }

  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }

  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }

  .form-horizontal .controls textarea {
    height: 131px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}

@media (min-width: 768px) {
  .sppb-col-sm-offset-6 {
    margin-left: 50%;
  }
}

.sppb-testimonial-pro .sppb-item img {
  display: inline-block;
  margin-bottom: 10px;
}

.menu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  position: relative;
}

.menu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-left: 0px;
  margin-bottom: 0px;
}

.menu-parent >li.menu-justify {
  position: static;
}

.menu-parent li:last-child a {
  margin-right: 0px;
}

.menu-parent >li >a, .menu-parent >li >span {
  display: inline-block;
  color: #000;
  padding: 5px 9px;
  margin: 0px 6px;
}

body.itemid-437 .menu-parent >li >a, body.itemid-437 .menu-parent >li >span,
body.itemid-963 .menu-parent >li >a, body.itemid-963 .menu-parent >li >span{
  color: #fff;
}

body.itemid-437 #header.menu-fixed .menu-parent >li >a,
body.itemid-963 #header.menu-fixed .menu-parent >li >a{
  color: #000;
}

#header.menu-fixed  .menu-parent >li >a:hover, #header.menu-fixed  .menu-parent >li >span:hover {
  color: #6ea655;
}

#header .menu-parent >li >a:hover {
  color: #ffffff;
  background: #64a70b;
}

.menu-fixed .menu-parent >li >a, .menu-fixed .menu-parent >li >span {
  line-height: 30px;
  color: #000;
}

.menu-parent .md {
  padding: 0px;
}

.menu-parent .mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-parent .mega-group .mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-parent .dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,30px,0);
  transition: .5s ease-out;
  transform-origin: 0% 0%;
}
li.menu-item:hover .dropdown.dropdown-main {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0,0,0);
}
.menu-parent .dropdown .dropdown-inner {
  background: #ffffff;
  box-shadow: 0px 1px 2px #797979;
  padding: 20px;
}
.menu-parent .dropdown.m-585 .dropdown-inner {
  padding: 40px;
}
.menu-parent li.mmenu-catalog-top .dropdown .dropdown-inner {
  padding: 20px 30px;
}

.menu-parent .dropdown-sub .dropdown-inner {
  padding: 10px !important;
}

.menu-parent .dropdown .dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.menu-parent .dropdown .dropdown-items .has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
}

.menu-parent .dropdown.menu-center {
  margin-left: 45px;
}

.menu-parent .dropdown.dropdown-main {
  top: 100%;
}

.menu-parent .dropdown.dropdown-main.menu-right {
  left: 0;
}

.menu-parent .dropdown.dropdown-main.menu-full {
  left: auto;
  right: 0;
}

.menu-parent .dropdown.dropdown-main.menu-left {  
}
.menu-parent .dropdown.dropdown-main.dropdown-mega.menu-left.m-585 {
  left: -150px;
}
.menu-parent .dropdown.dropdown-sub {
  top: 0;
  left: 100%;
}

.menu-parent .dropdown.dropdown-sub .dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.menu-parent .dropdown li.menu-item {
  display: table;
  padding: 0;
  position: relative;
}

.menu-parent .dropdown li.menu-item >a,
.menu-parent .dropdown li.menu-item span {
  display: block;
  color: #000;
  cursor: pointer;
  padding: 2px 5px;
}

.menu-parent .dropdown li.menu-item >a.group-title,
.menu-parent .dropdown li.menu-item span.group-title {
  text-transform: uppercase;
  font-weight: bold;
}

.menu-parent .dropdown li.menu-item >a:hover {
  color: #6ea655;
}

.menu-parent .dropdown-mega >.row {
  margin-top: 30px;
}

.menu-parent .dropdown-mega >.row:first-child {
  margin-top: 0;
}

.menu-parent .has-child:hover >.dropdown {
  display: block;
}

.menu-parent.menu-fade .has-child:hover >.dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}

.menu-parent.menu-zoom .has-child:hover >.dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}

.page-header {
  padding: 0px;
  border: none;
  margin: 0px;
}

.page-header h1 {
  font-size: 28px;
  padding-bottom: 30px;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
}

.category_description {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.cat-desc-leftblock {
  float: left;
  width: 34%;
}

.cat-desc-rightblock {
  float: left;
  width: 66%;
}

.dropdown-inner ul li {
  position: relative;
  padding: 2px 5px;
}

.dropdown-inner ul li a {
  color: #222;
}

.dropdown-inner ul li a:hover {
  color: #6ea655;
}

.sp-module.mdl-infoteka {
  border: 1px solid #ddd;
  margin: 0px 0px 20px 0px;
  padding: 10px;
}

.jshop.list_category.list-yukka .jshop_categ.category:hover figure.effect-zoe figcaption,
.jshop.list_category.list-yukka .jshop_categ.category:hover figure.effect-zoe h2,
.jshop.list_category.list-yukka .jshop_categ.category:hover figure.effect-zoe p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.jshop.list_category.list-yukka .jshop_categ.category:hover figure.effect-zoe {
  background-position: 0% -41px;
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure h2 a.product_link {
  color: #fff;
  font-size: 22px;
  text-shadow: 0px 1px 3px #333;
}

div#comjshop_list_product {
  margin-top: 20px;
}

.label_products .jshop_price, .last_visited_products .jshop_price {
  font-weight: 600;
  width: 48%;
  text-align: right;
  float: left;
  display: inline-block;
  margin-right: 5px;
}

li.rl_tabs-tab.nn_tabs-tab.nav-item.active a {
  color: #46aa42;
}

li.rl_tabs-tab.nn_tabs-tab.nav-item a {
  color: #333;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
  }
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: none;
  }
}

.ch-raboti-wrapper {
  padding: 0;
}

.ch-raboti-block {
  display: table-cell;
  text-align: center;
}

li.ch-raboti-block.budni-dni {
  width: 60%;
}

li.ch-raboti-block.subbota {
  margin: 0px 32px;
  padding: 0px 3%;
  width: 20%;
}

li.ch-raboti-block.voskresenye {
  width: 15%;
}

.ch-raboti-dni {
  margin-left: 18%;
}

.polosa-nerabochie-vremya {
  background: #e7e7e7;
  height: 6px;
  margin: 10px 0 8px;
}

.polosa-rabochie-vremya:after {
  margin: 0 24px 0 12px;
  background: #46aa42;
}

.polosa-nerabochie-vremya:after {
  content: "";
  display: block;
  height: 100%;
}

.polosa-rabochie-vremya-full:after {
  margin: 0px;
  background: #46aa42;
}

.carousel-control.left {
  background: url('/images/icons-rast/prev.png') no-repeat center center #46aa42;
  background-size: 65%;
  border-radius: 5px 0px 0px 5px;
}

.carousel-control.right {
  background: url('/images/icons-rast/next.png') no-repeat center center #46aa42;
  right: -34px;
  border-radius: 0px 5px 5px 0px;
}

.carousel-control {
  width: 33px;
  height: 100%;
  top: 0;
  left: -35px;
  overflow: hidden;
  margin: 0;
}

.carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control {
  opacity: 0.70;
  filter: alpha(opacity=70);
}

img.nc-fussion-1, img.nc-fussion-2, img.nc-fussion-3 {
  position: absolute;
  bottom: 0px;
}

img.nc-fussion-1 {
  left: 170px;
  z-index: 3;
}

img.nc-fussion-2 {
  left: 292px;
  z-index: 2;
}

img.nc-fussion-3 {
  left: 374px;
}

a[data-tooltip].bottom:before, a[data-tooltip].bottom:after {
  transform: translateY(-10px);
}

a[data-tooltip].bottom:hover:after, a[data-tooltip].bottom:hover:before {
  transform: translateY(0px);
}

a[data-tooltip] {
  position: relative;
}

a[data-tooltip]:after, a[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms;
  z-index: 99;
}

a[data-tooltip]:before {
  content: attr(data-tooltip);
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 4px;
}

a[data-tooltip]:after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
}

a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 0.85;
  transform: translateY(0px);
}

a[data-tooltip][data-position="bottom"]:before {
  top: -297%;
  left: -826%;
  margin-top: 10px;
  min-width: 300px;
  box-shadow: 0px 0px 2px #242424;
  z-index: 100;
}

a[data-tooltip][data-position="bottom"].komplect:before {
  width: 200px;
}

.modal-body {
  padding: 0px;
}

a[data-tooltip][data-position="bottom"]:after {
  border-bottom-color: #46aa42;
  border-top: none;
  top: 100%;
  left: 5px;
  margin-top: 25px;
}

.icn-question {
  margin-left: 5px;
}

.icn-question svg {
  top: 3px;
  position: absolute;
}

a.komplect {
  width: 24px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}

a.komplect:hover .icn-question svg path {
  fill: #46aa42;
}

span.pl_price_komplekt_name {
  float: left;
}

.pl_komplect_r_wrapper {
  padding-top: 3px;
}

.modal-content {
  border: none;
}

.modal-dialog {
  margin: 0px;
}

p.modal_header {
  font-size: 22px;
  color: #000;
  text-decoration: none;
}

/*Checkboxes styles*/
input#gk-checkbox[type="checkbox"] + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 10px;
}
.gde-kupit-images .owl-item .gde-kupit-images-item img {
  height: auto;
}
.product_label.pl.prod_label-3 span.label_name {
  display: block;
  transform: rotate(43deg);
  position: absolute;
  top: 13px;
  right: -1px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.latest_products .product_label.prod_label-3 .label_name {
  display: block;
  transform: rotate(43deg);
  position: absolute;
  top: 12px;
  right: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#left .nspArts {
  border: none;
  position: relative;
  padding-bottom: 0px;
}

#left .nspArt h4.nspHeader {
  width: 100%;
  margin-bottom: 10px;
}

#left .nspArtScroll1 {
  margin: 0px;
}

#left .nspBotInterface, #left  .nspTopInterface {
  position: absolute;
  left: calc(50% - 97.5px);
  bottom: 10px;
  width: 195px;
  top: initial;
}

#left .nspArt .fright {
  float: right;
  margin-bottom: 43px;
}

#left p.nspText.tleft.fleft {
  margin-bottom: 0px;
}

.prod-list .clear-simpleajax-filter {
  position: absolute;
  right: 1%;
  bottom: 1%;
}

.list_products_yukka.catid-50004 .clear-simpleajax-filter {
  position: initial;
}

.list_products_yukka.catid-50228 .prod-list .clear-simpleajax-filter,  .list_products_yukka.catid-50039 .prod-list .clear-simpleajax-filter {
  position: initial;
}

.last_visited_products .block_item, .label_products .block_item {
  text-align: center;
}

.last_visited_products .item_image img, .label_products .image_block a img {
  width: inherit !important;
  display: inline-block !important;
  position: relative;
  z-index: 1;
  border-radius: 0px !important;
}

.last_visited_products .item_image .item_image {
  text-align: center;
  display: inline-block;
}

.last_visited_products .item_image .shadow, .label_products .block_item .image_block .shadow {
  left: 3px;
  bottom: -11px;
}

.last_visited_products .product_label {
  position: absolute;
  right: 44px;
  z-index: 3;
  top: -5px;
}

.last_visited_products .block_item .name a, .label_products .block_item .name a {
  font-size: 19px;
  font-weight: 500;
  padding: 5px 10px;
  color: #000;
}

.last_visited_products .block_item .name, .label_products .block_item .name {
  margin-bottom: 10px;
}
.productfull .product_label.prod_label-3 {
  right: -4px;
}
.last_visited_products .block_item .name a:hover, .label_products .block_item .name a:hover {
  color: #46aa42;
}
.last_visited_products .block_item .name {
  margin-bottom: 5px;
}

.last_visited_products .block_item .item_image, .label_products .block_item .image_block {
  position: relative;
}

.last_visited_products .block_item .jshop_price {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
}

.label_products .block_item .buttons {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.img-left {
  float: left;
  margin-right: 20px;
}

.zadaty-vopros {
  background: #f9f9f9;
  padding: 20px 110px;
  display: inline-block;
  width: 100%;
}

.zadaty-vopros.ustanovka {
  padding: 20px 77px;
}

.zv-title {
  color: #46aa42;
  font-size: 27px;
  margin: 0px;
  font-weight: 400;
}

.av-phone {
  float: left;
  margin-right: 20px;
}

.av-phone a {
  color: #000;
  font-weight: 400;
}

.zv-button {
  display: inline-block;
  background: #46aa42;
  margin-top: 8px;
}

.zv-button a {
  font-size: 29px;
  padding: 5px 20px;
  color: #fff;
}

.brdr {
  box-shadow: 0px 0px 3px #ddd;
  padding: 5px;
  border: 1px solid #ddd;
}

.brdr2 {
  padding: 5px;
  border: 1px solid #afafaf;
  box-shadow: 0px 0px 1px #797979;
}

.pl_main_img {
  width: 47%;
  float: left;
  margin-right: 10px;
}

.pl_main_img, .pl_ext_img {
  position: relative;
  z-index: 2;
}

.pl_ext_img {
  width: 48%;
  float: left;
}

#comjshop_list_product.metall .list-doorblock {
  width: 31.8%;
  float: left;
  margin-right: 20px;
}

#comjshop_list_product.metall .list-doorblock.count-3 {
  margin-right: 0px;
}

.list-doorblock {
  border-color: #b9b9b9;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px 0px;
  margin-bottom: 0px;
  border-radius: 4px;
  width: 24%;
  margin-right: 11px;
  border: 1px solid #e4e4e4;
  padding: 25px 15px 10px 15px;
}

.list-doorblock:hover {
  border-color: #b9b9b9;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 4px 0px;
  margin-bottom: 0px;
}

.pl_main_img .shadow, .pl_ext_img .shadow {
  left: -48px;
  bottom: -8px;
  width: 210px;
}

.pl_main_img a, .pl_ext_img a {
  z-index: 22;
  position: relative;
  display: inline-block;
}

.pl_main_img a img, .pl_ext_img a img {
  width: 111px;
  height: 232px;
}

table.opisanie-doors tr th {
  background: #f2f9fc;
}

.productfull.yukka-def span#list_product_image_middle {
  min-height: 506px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.pagination>li>a, .pagination>li>span {
  color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #46aa42;
  border-color: #46aa42;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  background-color: #fdfdfd;
  border-color: #ddd;
  color: #46aa42;
}

.item_filtr_char-3 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.modal_close {
  position: absolute;
  right: 10px;
  border: 1px solid #d2d2d2;
  padding: 0px 7px;
  border-radius: 50%;
  top: 10px;
  cursor: pointer;
}

.modal_close:hover {
  background: #46aa42;
  color: #fff;
  border: 1px solid #46aa42;
}

.shops-city-wrapper .shop-name, .shops-city-wrapper .shop-adress {
  margin-bottom: 10px;
}

.shops-city-wrapper .shop_name_t, .shops-city-wrapper .shop_adress_t, .shops-city-wrapper .shop_phone_m, .shops-city-wrapper .shop_phone2_m, .shops-city-wrapper .shop-name {
  font-weight: 400;
}

.shops-city-wrapper .shop-name {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.shops-city-wrapper .shop-block {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  width: 49%;
}

.shops-city-wrapper .shop-block:nth-child(odd) {
  margin-right: 10px;
}

span.cat_name_collection {
  font-size: 14px;
  color: #000;
  width: 100%;
  display: inline-block;
}

span.cat_name_logo {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
}

span.cat_name_logo:hover {
  color: #6ea655;
}

h2.category-name.portfolio-item__header {
  text-align: right;
}

h2.category-name.portfolio-item__header.img_cat {
  width: 100%;
}

h2.category-name.portfolio-item__header.img_cat span.cat_name_logo {
  width: 100%;
  margin-top: 10px;
}

h2.category-name.portfolio-item__header.img_cat span.cat_name_logo img {
  float: right;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 30px auto 0;
}

.link a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-size: 17px;
  color: #1f1f1f;
  text-decoration: none;
}

.link a:last-child {
  margin-right: 0;
}

.link a:hover {
  color: #7a306c;
}

.link a i {
  color: #7a306c;
  margin-right: 5px;
}

.content-block {
  margin-top: 50px;
}

.content-block h2 {
  margin-bottom: 30px;
}

.content-block__effect {
  margin-bottom: 50px;
}

.portfolio-effect {
  display: flex;
  justify-content: space-between;
}

.portfolio-item {
  position: relative;
  height: 355px;
  overflow: hidden;
}

.portfolio-item__header {
  position: relative;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.portfolio-item__links {
  float: right;
}

.portfolio-item__link-block {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.portfolio-item__link-block:last-child {
  margin-right: 0;
}

.brand-texture-01 {
  height: 39px;
  width: 100%;
  background-image: url(/images/icons/brand-texture-01.svg);
  background-size: 107%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-position-x: 100%;
  position: absolute;
  bottom: -54px;
}

i.link-detail {
  font-size: 17px;
}

.collection-list ul {
  list-style: none;
}

.collection-list ul li {
  margin: 0px 0px 35px 0px;
}

ul {
  list-style: none;
  padding-left: 15px;
}

.m_wrapper.lblnew {
  position: relative;
}

.m_wrapper.left-menu-collections ul.nav.menu li {
  width: 100%;
  line-height: 1.7;
  border-top: 1px solid #eee;
  margin-right: 0px;
}

.m_wrapper.left-menu-collections ul.nav.menu li a {
}

.m_wrapper.left-menu-collections ul.nav.menu li a:hover {
  color: #6ea655;
}

.category-logo {
  display: inline-block;
}

section#sc-cat-bg .m_wrapper.cat-bg-dante {
  background: url('/images/interiors/cat-bg-dante.jpg');
  background-position: 8% 78%;
  background-size: cover;
}

section#sc-cat-bg .m_wrapper.cat-bg-quadro {
  background: url('/images/interiors/cat-bg-quadro.jpg');
  background-position: 8% 8%;
  background-size: cover;
}

section#sc-cat-bg .m_wrapper.cat-bg-prestizh {
  background: url('/images/interiors/cat-bg-prestizh.jpg');
  background-position: 8% 78%;
  background-size: cover;
}

section#sc-cat-bg .m_wrapper.cat-bg-grand {
  background: url('/images/interiors/cat-bg-grand.jpg');
  background-position: 8% 78%;
  background-size: cover;
}

section#sc-cat-bg .m_wrapper[class*="cat-bg-"] {
  height: 350px;
  margin-top: -44px;
}

body.view- .m_wrapper[class*="cat-bg-"] {
  margin-bottom: 30px;
}

h1.category-name {
  margin: 25px 0px;
  color: #6ea655;
}

.m_wrapper.left-menu-collections ul.nav.menu {
  border: 2px solid #6ea655;
}

div#left .m_wrapper h3.module-title {
  padding: 14px 0px 14px 25px;
  background: #6ea655;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
}

.collection-list ul li img {
  width: 100px;
}

section#sc-bottom1 {
  background-color: #fdfdfd;
  padding: 40px 0px;
  background-color: #f7f7f7;
}

section#sc-bottom1 ul.nav.menu li {
  width: 100%;
  line-height: 1.7;
  font-size: 15px;
  color: #3e3e3e;
}

section#sc-bottom1 ul.nav.menu li a {
}

section#sc-bottom1 ul.nav.menu li a:hover {
  color: #6ea655;
}

section#sc-bottom2 {
  background-color: #fdfdfd;
  padding: 20px 0px 40px;
}

body.itemid-562 .breadcrumbs a {
  color: #000;
}

body.itemid-562 .breadcrumbs a:hover {
  color: #6ea655;
}

ul.city-list {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

ul.city-list li {
  margin: 0px 0px;
  cursor: pointer;
  line-height: 1.4;
}

ul.city-list li:hover {
  color: #6ea655;
}

ul.city-list li[data-city="msk"] {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

ul.city-list li[data-city="kazan"], ul.city-list li[data-city="cheboksary"], ul.city-list li[data-city="spb"] {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

body.itemid-562 h1.category-name {
  color: #000;
}

.podpiska-title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3e3e3e;
}
.podpiska-inp input {
  float: left;
  width: 51%;
  padding: 8px 10px;
  border: 1px solid #ddd; 
  outline: none;
  border-radius: 0px;
}
button.subscribe {
  background: #6ea655;
  border: none;
  color: #fff;
  padding: 7px 20px;
}

button.subscribe:hover {
  background: #466d1a;
}

button.subscribe .fa-envelope {
  margin-right: 10px;
}

.logo-bottom {
  width: 200px;
}

.subscribe__text {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.subscribe__text:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -70px;
  background: url('/images/icons/arrow-subscribe.svg') no-repeat;
  width: 51px;
  height: 12px;
  -webkit-transform: rotate(200deg) scaleX(-1);
  transform: rotate(200deg) scaleX(-1);
}
div#bottom7 h3.module-title {
  margin-top: 0px;
}
span.privacy-click-warning {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.6;
}
.scrollup i {
  font-size: 36px;
}

#bottom5 p {
  font-style: italic;
}

.social-bottom-wrapper {
  font-size: 26px;
  margin: -5px 0px;
  color: #3e3e3e;
}

.social-bottom-wrapper .social-item {
  float: left;
  margin-right: 15px;
}
.social-bottom-wrapper h4 {  
  font-size: 17px;
  margin-bottom: 12px;
}
.social-bottom-wrapper .social-item a svg {
  fill: #b5b5b5;
}
.social-bottom-wrapper .social-item a:hover {
  color: #6ea655;
}
.social-bottom-wrapper a.question h4 {
  border-left: 1px dashed #ddd;
  padding-left: 10px;
}
.social-bottom-wrapper a.question {
  color: #000;
}
.social-bottom-wrapper a.question:hover {
  color: #6ea655;
}
.social-item.telegram { 
  padding-top: 1px;
}
div#menu .menu-parent .dropdown .dropdown-inner ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
  list-style: none;
}
.catalog-main-wrapper .col-md-4, .catalog-main-wrapper .col-md-8, .catalog-main-wrapper .col-md-12 {
  padding: 5px;
}
a.knopka-kupit.pl {
  border: 1px solid;
  border-color: #e5e5e5;
  color: #000000;
  padding: 8px 19px;
  font-size: 14px;
}

a.knopka-kupit.pl:hover {
  background: #6ea655;
  color: #fff;
  border-color: #6ea655;
}

[class*="cat-main-itblock-"] {
  position: relative;
  overflow: hidden;
}

[class*="cat-main-itblock-"] span.cat_name_logo {
  position: absolute;
  background: #ffffffc7;
  padding: 10px 20px;
  bottom: 18px;
  left: 16px;
  z-index: 3;
}

[class*="cat-main-itblock-"] figure {
  position: relative;
  width: 100%;
  transform: scale(1.08);
  transition: .33s all ease-in-out;
  z-index: 1;
}

[class*="cat-main-itblock-"] .caption:after {
  opacity: 0;
  transform: translate3d(0,0,100px);
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 0;
  border: 2px solid rgba(255,255,255,.65);
}

[class*="cat-main-itblock-"] .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: .33s all ease-in-out;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.21);
  transform: translate3d(0,0,100px);
  transition: .4s all ease;
}

[class*="cat-main-itblock-"] .caption-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  transition: .6s all ease;
  background: #fff;
  padding: 10px 20px;
}

[class*="cat-main-itblock-"].caption-text {
  max-width: 100%;
  margin-top: 20px;
  color: #fff;
  transition: .6s all ease;
}

[class*="cat-main-itblock-"]:hover figure {
  transform: scale(1);
}

[class*="cat-main-itblock-"] .caption {
}

[class*="cat-main-itblock-"] .caption:after {
  opacity: 1;
  transform: translate3d(0,0,0);
}

[class*="cat-main-itblock-"]:hover .caption {
  opacity: 0;
  transform: translate3d(0,0,0);
}

[class*="cat-main-itblock-"]:hover .caption:after {
  opacity: 0;
  transform: translate3d(0,0,0);
}

[class*="cat-main-itblock-"] .caption .cap-collection-title {
  color: #fff;
  font-size: 25px;
}

[class*="cat-main-itblock-"]:hover span.cat_name_logo {
  display: none;
}

.catmain-title {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  background: #6ea655;
  color: #fff;
  padding: 10px 20px;
}

[class*="cat-main-itblock-"] .catmain-title {
  transition: .6s all ease;
}

[class*="cat-main-itblock-"]:hover .catmain-title {
  display: none;
  transition: .33s all ease-in-out;
}

body.itemid-818 .headblockext {
  border-bottom: 1px solid #f1f1f1;
}

body.itemid-818 .logo-wrapper-top img {
  width: 180px;
}

body.itemid-818 .headblockext {
  height: auto;
}

.m_wrapper.search-top {
  width: 100%;
  display: inline-block;
  margin-left: 20px;
}

.search-main-title {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  margin-top: 5px;
  margin-top: 7px;
}

section#sc-search-main {
  background: #f5f5f5;
  padding: 20px 0px;
  margin: 40px 0px 10px 0px;
}

select#show_categories_filter {
  float: left;
  margin-right: 20px;
  padding: 10px 20px;
  border: none;
}

input#jshop_search:focus {
  background-position-x: 10px;
}

.jshop_ajaxsearch input.button {
  padding: 4px 15px;
  line-height: 1.5;
  background: #ffffff;
  color: #6ea655;
  float: left;
  border: 1px solid #e2e2e2;
  width: 70px;
  outline: none;
}

.jshop_ajaxsearch input.button:hover {
  color: #fff;
  -moz-box-shadow: inset 0px 1px 0px 0px #90bf7a;
  -webkit-box-shadow: inset 0px 1px 0px 0px #90bf7a;
  box-shadow: inset 0px 1px 0px 0px #90bf7a;
  background-color: #6ea655;
  border: 1px solid #689055;
}

.item-news-ic {
  font-size: 20px;
  margin-bottom: 10px;
}

.item-news {
  display: inline-block;
}

hr.news-its {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0);
}

.item-news-title h3 {
  font-size: 20px;
  margin: 3px 0px 11px;
}

.all-news-more, .all-magazins-more {
  text-align: center;
}

#overlay, #overlay_dialog, #overlay_dialog_city {
  z-index: 999;
  position: fixed;
  background: rgb(56, 56, 56);
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

div#modal-content {
  position: fixed;
  background: #fff;
  z-index: 1000;
  max-width: 1200px;
  padding: 10px 0px 10px 0px;
}

span.magazin-link.link-def {
  color: #6da655;
  cursor: pointer;
}

span.magazin-link:hover {
  color: #466d1a;
}

.magazini-urcity-moew-im {
  cursor: pointer;
}

.magazini-urcity-wrapper i {
  margin-right: 10px;
}

.magazin-modal-buttons a.btn-def.send_to_magazin {
  width: 50%;
  text-align: center;
}

.btn-def.red {
  background: #ff0b0b;
}

.btn-def.red:before {
  background: #d60808;
}

.btn-def.cian {
  background: #556da6;
}

.btn-def.cian:before {
  background: #344f90;
}

.magazini-images-wrapper-1 {
  width: 260px;
  position: relative;
  display: inline-block;
}

.magazini-urcity-moew-im {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.list-points .cell-view {
  margin: 20px 0;
  font-size: 20px;
  margin-bottom: 15px!important;
}

.row.dealerlist {
  display: inline-block;
  position: relative;
  width: 100%;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.rowmaplist {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.dealerlist .point_500, .dealerlist .brandpoint:nth-child(1n), .dealerlist .brandpoint:nth-child(2n) {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .dealerlist .point_500, .dealerlist .brandpoint {
    width: 31.2%;
  }
}

.dealerlist .point_500, .dealerlist .brandpoint {
  border: 1px solid rgba(71, 170, 66, 0.3);
  min-height: 114px;
  padding: 10px;
}

#content-block *:last-child {
  margin-bottom: 0;
}

.where-buy .inline-product-entry {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.inline-product-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pointsBlock .inline-product-entry .content {
  margin-left: initial;
  overflow: hidden;
}

.inline-product-entry .content .cell-view {
  height: 55px;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

#content-block *:last-child {
  margin-bottom: 0;
}

.dealerlist .point_500 .inline-product-entry a.title, .dealerlist .brandpoint .inline-product-entry a.title {
  font-weight: 500;
}

.pointsBlock .inline-product-entry .title {
  color: #09B645;
  font-weight: 300;
}

.pointsBlock .inline-product-entry .title {
  margin-bottom: 0;
  color: #09B645;
}

.inline-product-entry .title, .page-891 .inline-product-entry .price {
  font-size: 100%;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-weight: 300;
}

.pointsBlock .inline-product-entry .price {
  line-height: 140%;
  color: #585858;
  font-size: 15px;
}

.pointsBlock .inline-product-entry .tel {
  line-height: 140%;
  padding-bottom: 5px;
}

.dealer-point {
  font-size: 14px;
  color: #ffffff;
  background: #47aa42;
  display: inline-block;
  padding: 5px;
  margin: 10px 0px;
}

a.btn-def.zamershik {
  max-height: 40px;
  position: relative;
}

#header.menu-fixed a.btn-def.zamershik {
  display: none;
}

.modal-magazin-info {
  line-height: 23px;
}

#offcanvas-toggler svg path {
  fill: #000;
}

span.magazin_type_value, span.magazin_adress_title, span.magazin_worktime_title, span.magazin_mail_title, span.magazin_site_title, span.magazin_phone1_title, span.magazin_phone2_title, span.magazin_phone3_title {
  font-size: 22px;
}

.sendform {
  display: none;
  z-index: 1000;
  background: #fff;
  padding: 20px;
  position: fixed;
  text-align: left;
}

#vopros-wrapper {
  display: none;
  z-index: 1000;
  background: #fff;
  padding: 20px;
  position: fixed;
}

div#vopros-wrapper form {
  margin-top: 20px;
}

div#vopros-wrapper .form-group input, div#sentoshop-wrapper .form-group textarea {
  width: 300px;
}

input.inp-clear {
  background: none;
  border: none;
}

.form-group .btn-def {
  padding: 0px;
}

input.inp-clear {
  padding: 10px;
}
.btm4-phone-title {
  color: #3e3e3e;
  margin-top: 20px;
  margin-bottom: 16px;
}

div#bottom5 {
  width: 320px;
}
p.btm4-phone a {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
p.btm4-phone a:hover {
  color: #6ea655;
}
.btn-def[type="submit"] {
  padding: 5px 15px;
}
#comjshop_list_product .door-block .name a {
  font-weight: 600;
  font-size: 20px;
}
#comjshop_list_product .door-block .product_item {
  width: 24.4% !important;
  margin-right: 9.3px;
}

div#comjshop.list_products_yukka h1.category-name {
  color: #000;
  font-weight: normal;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

div#comjshop.list_products_yukka h1.category-name.cat-id-50230, div#comjshop.list_products_yukka h1.category-name.cat-id-50217 {
  margin: 10px 0px 0px 4px;
}

div#comjshop.list_products_yukka h1.category-name.cat-id-50217 {
}

.yukka-cat-logo-wrapper {
  background: #6ea655;
  display: inline-block;
  padding: 0px 20px;
  float: left;
  line-height: 0;
}

.yukka-cat-logo svg {
  width: 80px;
}

#comjshop_list_product .door-block .product_item {
  width: 23.7%;
}

div#comjshop_list_product .yukka_catalog {
  margin-top: 40px;
}

#comjshop_list_product .door-block .extra_fields {
  display: table-cell;
  vertical-align: bottom;
}

.pl-extra-field-item.id-9 {
  margin-bottom: 10px;
  font-weight: normal;
}

.list_product.yukka_catalog .pl-extra-field-item  .label-name {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0px;
}

div#comjshop_list_product.yukka_catalog .product_item:hover {
  margin-top: 0px;
}

.list_product.yukka_catalog .extra_fields {
  font-size: 14px;
}

.pl-extra-field-item.id-10, .pl-extra-field-item.id-11, .pl-extra-field-item.id-12 {
  margin-bottom: 5px;
}
.categoryyukka-title {
  margin: 9px 0px 20px 0px;
  border-bottom: 15px solid #6ea655;
  display: inline-block;
  border-top: 3px solid #6ea655;
  padding: 20px 10px;
}
.catyukka-right {
  display: inline-block;
}
section#sc-top {
  padding: 5px 0px;
  background-color: #fafafa;
  border-bottom: 1px solid #f3f3f3;
}
.brand-texture-02 {
  position: absolute;
  top: 295px;
  width: 243px !important;
  left: 50px;
  background-color: #ffffff;
  padding: 10px 20px;
  height: 69px;
  background-size: 113%;
  background-repeat: no-repeat;
  background-position-y: 203%;
  background-position-x: 90%;
  background-image: url(/images/icons/brand-texture-01.svg);
}
.slider-main-title {
  position: absolute;
  top: 299px;
  left: 73px;
  background-color: #ffffffd1;
  padding: 10px 30px;
}
li.item-560 {
  line-height: 1.6;
}
div#privetstvie h1 {
  margin: 20px 0px;
}
.brand-block-1 {
  background: #6ea655;
  padding: 3px 20px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -60px;
}
.shops-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.shop-list[class*="shopid-"] {
  padding: 25px;
  margin: 0px 21px 20px 0px;
  background: #f1f1f117;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 33%;
  max-width: 32.3%;
}
.shop-list[class*="shopid-"]:nth-child(3n) {
  margin-right: 0px;
}
.shop-list.shopid-179 {
  background: #6ea6550f;
}
.gp-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
a.gk-sopt-title {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  display: inline-block;
}
a.gk-sopt-title:hover {
  color: #6ea655;
}
.mdl-gde-kupit-shoplist .shop-list[class*="shopid-"].brand_shop {
  background-image: none;
}
span.gk-list-phone-icon svg, span.gk-tcname-icon svg, span.gk-shop-city-icon svg, span.gk-enterinfo-icon svg, span.gk-worktime-icon svg, .gk-shop-metro-icon svg, span.gk-worktime-content svg,
span.gk-dopinfa-icon svg {
  width: 15px;
  margin-right: 7px;
}
span.gk-list-shop-icon svg {
  width: 12px;
  margin-right: 7px;
}
span.gk-worktime-icon.on {
  color: #6ea655;
}
span.gk-worktime-icon.off {
  color: #ff0000;
}
span.gk-list-shop-icon svg path, span.gk-tcname-icon svg path, span.gk-shop-city-icon svg path, span.gk-enterinfo-icon path, .gk-shop-metro-icon path,
span.gk-dopinfa-icon svg path {
  fill: #989898;
}
.mdl-gde-kupit-shoplist {
  height: 400px;
  overflow-y: auto;
  padding-bottom: 10px;
}
span.gk_brand_block {
  width: 54px;
  float: right;
  margin-right: 10px;
}
.newslist-title {
  font-size: 26px;
  margin-bottom: 10px;
}
img.newslist_image {
  width: 300px;
  height: 250px;
}
.newslist-item {
  margin-bottom: 30px;
}
.newslist-title a {
  color: #000;
}
.newslist-title a:hover {
  color: #6ea655;
}
.newslist-date {
  margin-bottom: 5px;
}
.newslist-hits {
  margin-bottom: 10px;
}
.plenka div.image {
  width: 167px;
  height: 205px;
  overflow: hidden;
}

.plenka {
  margin: 0px 15px 15px 0;
  float: left;
}

div[itemprop="articleBody"] a.fancybox {
  float: left;
  position: relative;
  width: 187px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#doors a.door .img img {
  height: 245px !important;
  float: left;
  margin-right: 10px;
}

.door .img img {
  height: 176px;
}

.may-l {
  float: left;
  margin-right: 20px;
}
.headblockext {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0px;
}
.main-slider-desc {
  position: absolute;
  bottom: 11%;
  right: 9%;
  background: #ffffffc7;
  padding: 20px 40px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.main-slider-desc h1 {
  color: #6ea655;
  font-size: 50px;
  margin: 5px 0px;
}

.main-slider-desc p.main-desc {
  color: #000;
  font-size: 24px;
}

.main-slider-desc p.main-desc2 {
  color: #000;
  font-size: 24px;
}

div#privetstvie h1 {
  margin: 0px 0px 10px;
}

section#sc-privetstvie {
  margin: 50px 0px;
}

figure.hov_img_eff_1 img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.hov_img_eff_1:hover img {
  opacity: 0.6;
}

figure.hov_img_eff_1 figcaption::before, figure.hov_img_eff_1 figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.hov_img_eff_1 figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.hov_img_eff_1 figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.hov_img_eff_1 h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
  background-color: #0000001c;
  padding: 15px 30px;
  margin-top: 60px;
  display: inline-block;
  letter-spacing: 1.5px;
  font-size: 14px;
}

figure.hov_img_eff_1 p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.hov_img_eff_1:hover figcaption::before, figure.hov_img_eff_1:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.hov_img_eff_1:hover h2, figure.hov_img_eff_1:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.figure.hov_img_eff_1:hover h2 img {
  margin-top: 10px;
}

.grid {
  position: relative;
  list-style: none;
  text-align: center;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 span {
  font-weight: 800;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.grid.row .col-md-4 .product_label.pl.prod_label-3 {
  right: 10px;
}
.main-catalog-head {
  text-align: center;
}
h1.main-catalog-title {
  margin: 0px 0px 20px;
}
.main-catalog-desc {
  margin-bottom: 30px;
}
.catmain-strelka {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -70px;
  left: 50%;
  transform: translatex(-50%) rotate(45deg);
  background-color: #6ea655;
  background-image: url('/images/arrow-down-new.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
h1.category-name.cat-id-50218 {
  margin: 0px 0px 0px 22px !important;
}
table.category.table.table-striped.table-bordered.table-hover.table-noheader td a {
  color: #000;
  font-size: 25px;
  line-height: 26px;
}
table.category.table.table-striped.table-bordered.table-hover.table-noheader td a:hover {
  color: #6ea655;
}
li.city_link.active {
  color: #6ea655;
}

div#cat-main .grid figure {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  min-height: 362px;
  text-align: center;
}

figure.hov_img_eff_1::before {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 362px;
  display: inline-block;
  position: absolute;
  content: '';
  opacity: 0.3;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
figure.hov_img_eff_1:hover:before {
  opacity: 0;
}
.cat-rossa figure {
  background-image: url('/images/main/collection/cmp/cat-rossa.jpg');
}
.cat-velour figure {
  background-image: url('/images/main/collection/cmp/cat-velour.jpg');
}
.cat-sharm figure {
  background-image: url('/images/main/collection/cmp/cat-sharm.jpg');
}
.cat-quadro figure {
  background-image: url('/images/main/collection/cmp/cat-quadro.jpg');
}
.cat-allure figure {
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
}
.cat-prima figure {
  background-image: url('/images/main/collection/cmp/cat-prima.jpg');
}
.cat-grl figure {
  background-image: url('/images/main/collection/cmp/cat-grl.jpg');
}
.cat-ekza figure {
  background-image: url('/images/main/collection/cat-ekza.jpg');
}
.cat-neo figure {
  background-image: url('/images/main/collection/cmp/cat-neo.jpg');
}
.cat-novella figure {
  background-image: url('/images/main/collection/cmp/cat-novella.jpg');
}
.cat-grand figure {
  background-image: url('/images/main/collection/cmp/cat-grand.jpg');
}
.cat-prestizh figure {
  background-image: url('/images/main/collection/cmp/cat-prestizh.jpg');
}
.cat-dante figure {
  background-image: url('/images/main/collection/cmp/cat-dante.jpg');
}
.cat-fusion figure {
  background-image: url('/images/main/collection/cmp/cat-fusion.jpg');
}
div#cat-main .grid .cat-sigma figure {
  background-position-y: 100%;
}
.cat-sigma figure {
  background-image: url('/images/main/collection/cmp/cat-sigma.jpg');
}
.cat-trend figure {
  background-image: url('/images/main/collection/cmp/cat-trend2.jpg');
}
.cat-platinum figure {
  background-image: url('/images/main/collection/cmp/cat-platinum.jpg');
}
.cat-style figure {
  background-image: url('/images/main/collection/cmp/cat-style.jpg');
}
.cat-allure figure {
  background-image: url('/images/main/collection/cmp/cat-allure.jpg');
}
.cat-elite figure {
  background-image: url('/images/main/collection/cmp/cat-elite.jpg');
}
.cat-modern figure {
  background-image: url('/images/main/collection/cmp/cat-modern.jpg');
}
.cat-line figure {
  background-image: url('/images/main/collection/cmp/cat-line.jpg');
}
.cat-classic figure {
  background-image: url('/images/main/collection/cmp/cat-classic.jpg');
}
body.itemid-437 .megamenu-wrapper {
  margin-top: 0px;
}
span.select_city i {
  margin-right: 5px;
}
ul.social-top {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
ul.social-top li {
  margin-right: 10px;
  display: inline-block;
}
div#top-5 {
  margin-top: 2px;
  padding: 0px;
}
span.scity_title {
  margin: 0px 5px 0px 0px;
}
ul.nav.menu li.item-560 a::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
div#top-5 ul.nav.menu li {
  margin-left: 10px;
  float: right;
}
div#top-4 {
  text-align: right;
}
.product.productitem_62294 .product_label.pl.prod_label-3, .product.productitem_62297 .product_label.pl.prod_label-3 {
  right: 20px;
}
.catid-50231 .list_product .product_label.pl.prod_label-3 {
  right: 21px;
}
.catid-50228 .list_product .product_label.pl.prod_label-3 {
  right: 22px;
}
section#sc-main-01 {
  margin: 50px 0px;
}
.btn-def {
  border: none;
  display: inline-block;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  background: #ebebeb;
  text-align: center;
  padding: 10px 7px;
  color: #505050;
  padding: 10px 15px;
}
.btn-def:hover {
  background: #ddd;
  color: #505050;
}
.btn-def:active, .btn-def-white:active {
  background: #ddd;
  color: #505050;
}
.btn-def:focus {
  color: #505050;
}
.btn-def-white:focus {
  color: #6ea655;
}
.btn-def-white {
  border: 1px solid #f1f1f1;
  display: inline-block;
  color: #6ea655;
  padding: 7px 40px;
  margin-top: 10px;
  text-align: center;
}
.btn-def-white:hover {
  background-color: #6ea655;
  color: #fff;
  border: 1px solid #67a04c;
}
a.btn-def.zamershik i {
  margin-right: 10px;
}
body.site.com-content.view-featured.no-layout.no-task.itemid-437.ru-ru.ltr.layout-fluid {
  overflow: visible;
}
.lazyImg {
  background-color: #fdfdfd;
  border: none !important;
}
@media only screen and (min-width: 1170px) {
  #cd-intro {
    position: fixed;
    top: 70px;
    left: 0;
  }

  #cd-intro .cd-intro-background {
    transform-origin: 50% 100%;
  }
}
.mdl-gde-kupit-shoplist .shop-list[class*="shopid-"]:nth-child(odd) {
  margin-left: 0px;
}
section#sc-main-gde-kupit {
  padding: 0px 0px 40px 0px;
  background: #fdfdfd;
}
section#sc-instagram {
  background: #f9f9f9;
}
div#instagramm .m_wrapper {
  text-align: center;
}
.py-2 a {
  font-size: 14px;
  margin: 0px 0px 10px;
}
.py-2 a:hover, .py-2 a:active {
  color: #466d1a;
  box-shadow: none;
}
div#instagramm h3:before {
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f16d";
  margin-right: 10px;
}
div#instagramm h3 {
  margin: 30px 0px 20px 0px;
}
.py-2 {
  text-align: right;
}
.mdl-gde-kupit-shoplist-overlay {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 1;
  opacity: 0;
  left: 0px;
}
span.mdl-gde-kupit-shoplist-overlay-info {
  font-size: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 30%;
}
a.wt-insta-link.img-thumbnail:hover .d-flex.list {
  opacity: 1;
}

.d-flex.list {
  opacity: 0;
  position: absolute;
}

a.wt-insta-link.img-thumbnail:hover .d-flex.list {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.d-flex.list {
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 20px);
  background-color: #7d7d7d94;
  border-radius: 3px;
  padding: 5px 8px;
  color: #fff;
}

a.wt-insta-link.img-thumbnail {
  position: relative;
  margin-right: 20px;
}

span.px-1 {
  margin-right: 10px;
}

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
}
.md-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #ddd;
}
.md-show ~ .md-overlay, body.show-video-modal .md-overlay, body.body-md-show .md-overlay {
  visibility: visible;
  opacity: 1;
}
.md-close svg {
  width: 30px;
  fill: #ddd;
}
.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  background: rgb(106 106 106 / 60%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay, body.show-video-modal .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  color: #000;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding: 30px;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0,0,0,0.1);
  border-radius: 3px 3px 0 0;
}

div#box-city {
  padding: 50px 30px 30px 30px;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }

  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }

  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143,27,15,0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateZ(-200px);
  }
}

@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }

  100% {
    -moz-transform: translateZ(-200px);
  }
}

@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-200px);
  }
}

.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}

@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}

.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

div#box-city .md-close {
  cursor: pointer;
  position: absolute;
  right: 17px;
  top: 15px;
  opacity: 1;
}
h2.sendtoshop-title {
  margin: 2px 0px 10px 0px;
}
div#box-city .md-close:hover {
  color: #6ea655;
}

a.nspImageWrapper {
  float: left;
  margin-right: 10px !important;
  display: inline-block;
  width: 161px;
  margin-bottom: 0px !important;
}

p.nspText {
  display: inline-block;
  float: left;
  color: #757575;
  margin-bottom: 0px;
}

.nspArt {
  display: inline-block;
  padding: 0px !important;
}

h4.nspHeader {
  margin: 0px;
}

p.nspInfo {
  float: left;
}

h4.nspHeader a {
  color: #000;
  font-size: 21px;
  margin-bottom: 10px;
  display: inline-block;
}

.nspArt {
  display: inline-block;
  padding: 0px !important;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 30px !important;
  margin-bottom: 30px;
}

.nspArt::last-child {
  margin-bottom: 0px;
}

a.readon.inline {
  float: left;
  margin-right: 20px;
}

p.nspInfo i {
  margin-right: 5px;
}

.mdl-gde-kupit-shoplist-wrapper .brand_shop {
  width: 48%;
}

.podpiska-inp .btn-def[type="submit"] {
    margin-top: 0px;
    padding: 10px 16px;
    outline: none;
    z-index: 2;
    position: relative;
    font-size: 12px;
}
.sel_city_main i {
  color: #000;
  margin-right: 10px;
}

.sel_city_main {
  text-align: right;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  z-index: 63;
}

h4.nspHeader.tleft.fnone.has-image a {
  color: #000;
}

h4.nspHeader.tleft.fnone.has-image a:hover {
  color: #6ea655;
}

div#vopros input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
}

div#vopros textarea {
  width: 100%;
  min-height: 108px;
  border: 1px solid #ddd;
}

div#video p {
  margin-bottom: 30px;
}

div#video img:hover {
  opacity: 0.8;
}

div#yandex_map {
  background: #fdfdfd;
}

@media (min-width: 1000px)
.static__single-position {
  margin: auto;
    position: relative;
    bottom: 40px;
    margin-bottom: -40px;
    z-index: 50;
}

.static__single {
  text-align: center;
}

.static__single h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin: 20px 0px;
}

.static__single h4 {
  font-size: 25px;
  margin: 20px 0px 10px 0px;
}

.static__single h3::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #6ea655;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-btm {
  background-image: url(/images/slider-box-btm.jpg);
  height: 172px;
  width: 100%;
  background-size: cover;
  display: inline-block;
  margin-top: -124px;
  margin-bottom: 50px;
}

.container.static__single-position {
  margin-top: -42px;
}

.m01-buttons a {
  margin-right: 30px;
}

.m_wrapper.left-menu-collections ul.nav.menu li a {
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 10px 25px;
  width: 100%;
}

section#sc-stat {
  margin: 50px 0px;
  display: inline-block;
  width: 100%;
}
.lz-icon-wrapper {
  background-color: #6ea655;
  color: #ffffff;
  font-size: 42px;
  padding: 20px;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
  width: 87px;
  height: 83px;
}

section#sc-lozungi .mdl-content:hover .lz-icon-wrapper {
  transform: scale(1.1) rotate(24deg);
}

section#sc-lozungi .mdl-content {
  text-align: center;
}
.noscroll {
  overflow: hidden;
}

main {
  font-size: 0;
}

main .column.left,
main .column.right {
  background: #fcfcfc;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}

@media (min-width: 641px) {
  main .column.left,
    main .column.right {
    display: inline-block;
    width: 50%;
    min-height: 100vh;
  }

  main .column.left {
    position: fixed;
  }

  main .column.right {
    margin-left: 50%;
  }
}

.video-banner {
  display: block;
}

.video-banner .video-banner-img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #f8f8f8;
}

.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.0em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
  transform: translateX(-50%) translateY(-50%) scale(1.0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}

.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  backgound: #330099;
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}

.content h1,
.content h2,
.content p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}

.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1.0em;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}

.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 3em;
}

/* buttons */
.content .button-group {
  margin-top: 1em;
}

.content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .button ~ .button {
  margin-left: 0.5em;
}

.content .button:hover {
  background: #e5e5e5;
}
/* primary button overrides */
.content .button.primary {
  background: #E50055;
  color: #fff;
}

.content .button.primary:hover {
  background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0;
 /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc(((100% - 4rem) / 2) * 0.5625);
 /* 16:9 calc */
  margin: 1rem 1rem;
 /* gutters */
  overflow: hidden;
 /* clipping */
  position: relative;
 /* enable positioning for inner content */
  font-size: 1rem;
 /* reset the font size */
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  box-shadow: 0 0 0 rgba(0,0,0,0.0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13,1,61,0.35);
}

.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  background: #2b2b2b;
}








/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12%;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay_video {
  z-index: 0;
  background: rgba(255, 255, 255, 0.82);
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 10001;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
 /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
 /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
 /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  right: -50px;
  top: 0px;
  color: #000;
  background: #ffffff;
  padding: 10px 10px 5px 9px;
  border-radius: 50%;
}
a.close-video-modal svg {
  width: 20px;
  height: 20px;
}
/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}

.show-video-modal .video-modal .overlay_video {
  opacity: 1.0;
}

.show-video-modal .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  margin: 0px;
}

.m01-buttons {
  text-align: center;
  display: none;
}

.grid.row {
  margin-bottom: 10px;
}

div#cat-main .grid .cat-main_label_new {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: -4px;
}

div#cat-main .grid span.cm_label_name {
  color: #fff;
  transform: rotate(43deg);
  position: absolute;
  left: 18px;
  top: 13px;
}
a.btn-def.zamershik svg {
  width: 18px;
  position: absolute;
  left: 22px;
  top: 9px;
}
.magazin-modal-buttons a.zamershik {
  position: fixed;
  left: -214px;
  top: 50%;
  padding: 10px 25px;
  border-radius: 0px 0px 4px 4px;
  z-index: 20;
  transform: rotate(-90deg);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.2px;
  background: linear-gradient(95deg, rgb(95, 175, 59) 20%, rgb(88, 140, 65) 80%);
  box-shadow: 0 0 6px 2px rgba(0,0,0,.17);
  border-radius: 0 0 8px 8px!important;
}
.magazin-modal-buttons a.zamershik:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -94px !important;
}
.magazin-modal-buttons a svg path {
  fill: #6ea655;
}
div#slider-main {

}
.offcanvas-menu {
  padding: 20px;
}
.headblockext {
  padding: 30px 0px;
}

li.menu-item.current-item.active a {
  color: #6ea655;
}

span.icon-menu-left {
  width: 20px;
  float: left;
  margin: 16px 10px 0px 15px;
}

span.icon-menu-left svg path {
  fill: #fff;
}

div#bottom4 ul.nav.menu {
  margin-top: 17px;
}
span.icon-map-marker {
  width: 10px;
  margin-right: 4px;
}
span.icon-map-marker svg path {
  fill: #000000;
}
ul.social-top svg {
  width: 20px;
  color: #dcdcdc;
}
li.icon-top-youtube svg {
  width: 26px;
}

.m_wrapper.social-top {
  float: left;
  margin-top: 7px;
}

span.phone-header p {
  margin-bottom: 0px;
}

div#top-2 {
  text-align: right;
}

body.itemid-437 span.phone-header p {
  color: #fff;
}

figure {
  margin: 0 0 1rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important
  }

  .mt-sm-0,
    .my-sm-0 {
    margin-top: 0!important
  }

  .mr-sm-0,
    .mx-sm-0 {
    margin-right: 0!important
  }

  .mb-sm-0,
    .my-sm-0 {
    margin-bottom: 0!important
  }

  .ml-sm-0,
    .mx-sm-0 {
    margin-left: 0!important
  }

  .m-sm-1 {
    margin: .25rem!important
  }

  .mt-sm-1,
    .my-sm-1 {
    margin-top: .25rem!important
  }

  .mr-sm-1,
    .mx-sm-1 {
    margin-right: .25rem!important
  }

  .mb-sm-1,
    .my-sm-1 {
    margin-bottom: .25rem!important
  }

  .ml-sm-1,
    .mx-sm-1 {
    margin-left: .25rem!important
  }

  .m-sm-2 {
    margin: .5rem!important
  }

  .mt-sm-2,
    .my-sm-2 {
    margin-top: .5rem!important
  }

  .mr-sm-2,
    .mx-sm-2 {
    margin-right: .5rem!important
  }

  .mb-sm-2,
    .my-sm-2 {
    margin-bottom: .5rem!important
  }

  .ml-sm-2,
    .mx-sm-2 {
    margin-left: .5rem!important
  }

  .m-sm-3 {
    margin: 1rem!important
  }

  .mt-sm-3,
    .my-sm-3 {
    margin-top: 1rem!important
  }

  .mr-sm-3,
    .mx-sm-3 {
    margin-right: 1rem!important
  }

  .mb-sm-3,
    .my-sm-3 {
    margin-bottom: 1rem!important
  }

  .ml-sm-3,
    .mx-sm-3 {
    margin-left: 1rem!important
  }

  .m-sm-4 {
    margin: 1.5rem!important
  }

  .mt-sm-4,
    .my-sm-4 {
    margin-top: 1.5rem!important
  }

  .mr-sm-4,
    .mx-sm-4 {
    margin-right: 1.5rem!important
  }

  .mb-sm-4,
    .my-sm-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-sm-4,
    .mx-sm-4 {
    margin-left: 1.5rem!important
  }

  .m-sm-5 {
    margin: 3rem!important
  }

  .mt-sm-5,
    .my-sm-5 {
    margin-top: 3rem!important
  }

  .mr-sm-5,
    .mx-sm-5 {
    margin-right: 3rem!important
  }

  .mb-sm-5,
    .my-sm-5 {
    margin-bottom: 3rem!important
  }

  .ml-sm-5,
    .mx-sm-5 {
    margin-left: 3rem!important
  }

  .p-sm-0 {
    padding: 0!important
  }

  .pt-sm-0,
    .py-sm-0 {
    padding-top: 0!important
  }

  .pr-sm-0,
    .px-sm-0 {
    padding-right: 0!important
  }

  .pb-sm-0,
    .py-sm-0 {
    padding-bottom: 0!important
  }

  .pl-sm-0,
    .px-sm-0 {
    padding-left: 0!important
  }

  .p-sm-1 {
    padding: .25rem!important
  }

  .pt-sm-1,
    .py-sm-1 {
    padding-top: .25rem!important
  }

  .pr-sm-1,
    .px-sm-1 {
    padding-right: .25rem!important
  }

  .pb-sm-1,
    .py-sm-1 {
    padding-bottom: .25rem!important
  }

  .pl-sm-1,
    .px-sm-1 {
    padding-left: .25rem!important
  }

  .p-sm-2 {
    padding: .5rem!important
  }

  .pt-sm-2,
    .py-sm-2 {
    padding-top: .5rem!important
  }

  .pr-sm-2,
    .px-sm-2 {
    padding-right: .5rem!important
  }

  .pb-sm-2,
    .py-sm-2 {
    padding-bottom: .5rem!important
  }

  .pl-sm-2,
    .px-sm-2 {
    padding-left: .5rem!important
  }

  .p-sm-3 {
    padding: 1rem!important
  }

  .pt-sm-3,
    .py-sm-3 {
    padding-top: 1rem!important
  }

  .pr-sm-3,
    .px-sm-3 {
    padding-right: 1rem!important
  }

  .pb-sm-3,
    .py-sm-3 {
    padding-bottom: 1rem!important
  }

  .pl-sm-3,
    .px-sm-3 {
    padding-left: 1rem!important
  }

  .p-sm-4 {
    padding: 1.5rem!important
  }

  .pt-sm-4,
    .py-sm-4 {
    padding-top: 1.5rem!important
  }

  .pr-sm-4,
    .px-sm-4 {
    padding-right: 1.5rem!important
  }

  .pb-sm-4,
    .py-sm-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-sm-4,
    .px-sm-4 {
    padding-left: 1.5rem!important
  }

  .p-sm-5 {
    padding: 3rem!important
  }

  .pt-sm-5,
    .py-sm-5 {
    padding-top: 3rem!important
  }

  .pr-sm-5,
    .px-sm-5 {
    padding-right: 3rem!important
  }

  .pb-sm-5,
    .py-sm-5 {
    padding-bottom: 3rem!important
  }

  .pl-sm-5,
    .px-sm-5 {
    padding-left: 3rem!important
  }

  .m-sm-n1 {
    margin: -.25rem!important
  }

  .mt-sm-n1,
    .my-sm-n1 {
    margin-top: -.25rem!important
  }

  .mr-sm-n1,
    .mx-sm-n1 {
    margin-right: -.25rem!important
  }

  .mb-sm-n1,
    .my-sm-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-sm-n1,
    .mx-sm-n1 {
    margin-left: -.25rem!important
  }

  .m-sm-n2 {
    margin: -.5rem!important
  }

  .mt-sm-n2,
    .my-sm-n2 {
    margin-top: -.5rem!important
  }

  .mr-sm-n2,
    .mx-sm-n2 {
    margin-right: -.5rem!important
  }

  .mb-sm-n2,
    .my-sm-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-sm-n2,
    .mx-sm-n2 {
    margin-left: -.5rem!important
  }

  .m-sm-n3 {
    margin: -1rem!important
  }

  .mt-sm-n3,
    .my-sm-n3 {
    margin-top: -1rem!important
  }

  .mr-sm-n3,
    .mx-sm-n3 {
    margin-right: -1rem!important
  }

  .mb-sm-n3,
    .my-sm-n3 {
    margin-bottom: -1rem!important
  }

  .ml-sm-n3,
    .mx-sm-n3 {
    margin-left: -1rem!important
  }

  .m-sm-n4 {
    margin: -1.5rem!important
  }

  .mt-sm-n4,
    .my-sm-n4 {
    margin-top: -1.5rem!important
  }

  .mr-sm-n4,
    .mx-sm-n4 {
    margin-right: -1.5rem!important
  }

  .mb-sm-n4,
    .my-sm-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-sm-n4,
    .mx-sm-n4 {
    margin-left: -1.5rem!important
  }

  .m-sm-n5 {
    margin: -3rem!important
  }

  .mt-sm-n5,
    .my-sm-n5 {
    margin-top: -3rem!important
  }

  .mr-sm-n5,
    .mx-sm-n5 {
    margin-right: -3rem!important
  }

  .mb-sm-n5,
    .my-sm-n5 {
    margin-bottom: -3rem!important
  }

  .ml-sm-n5,
    .mx-sm-n5 {
    margin-left: -3rem!important
  }

  .m-sm-auto {
    margin: auto!important
  }

  .mt-sm-auto,
    .my-sm-auto {
    margin-top: auto!important
  }

  .mr-sm-auto,
    .mx-sm-auto {
    margin-right: auto!important
  }

  .mb-sm-auto,
    .my-sm-auto {
    margin-bottom: auto!important
  }

  .ml-sm-auto,
    .mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important
  }

  .mt-md-0,
    .my-md-0 {
    margin-top: 0!important
  }

  .mr-md-0,
    .mx-md-0 {
    margin-right: 0!important
  }

  .mb-md-0,
    .my-md-0 {
    margin-bottom: 0!important
  }

  .ml-md-0,
    .mx-md-0 {
    margin-left: 0!important
  }

  .m-md-1 {
    margin: .25rem!important
  }

  .mt-md-1,
    .my-md-1 {
    margin-top: .25rem!important
  }

  .mr-md-1,
    .mx-md-1 {
    margin-right: .25rem!important
  }

  .mb-md-1,
    .my-md-1 {
    margin-bottom: .25rem!important
  }

  .ml-md-1,
    .mx-md-1 {
    margin-left: .25rem!important
  }

  .m-md-2 {
    margin: .5rem!important
  }

  .mt-md-2,
    .my-md-2 {
    margin-top: .5rem!important
  }

  .mr-md-2,
    .mx-md-2 {
    margin-right: .5rem!important
  }

  .mb-md-2,
    .my-md-2 {
    margin-bottom: .5rem!important
  }

  .ml-md-2,
    .mx-md-2 {
    margin-left: .5rem!important
  }

  .m-md-3 {
    margin: 1rem!important
  }

  .mt-md-3,
    .my-md-3 {
    margin-top: 1rem!important
  }

  .mr-md-3,
    .mx-md-3 {
    margin-right: 1rem!important
  }

  .mb-md-3,
    .my-md-3 {
    margin-bottom: 1rem!important
  }

  .ml-md-3,
    .mx-md-3 {
    margin-left: 1rem!important
  }

  .m-md-4 {
    margin: 1.5rem!important
  }

  .mt-md-4,
    .my-md-4 {
    margin-top: 1.5rem!important
  }

  .mr-md-4,
    .mx-md-4 {
    margin-right: 1.5rem!important
  }

  .mb-md-4,
    .my-md-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-md-4,
    .mx-md-4 {
    margin-left: 1.5rem!important
  }

  .m-md-5 {
    margin: 3rem!important
  }

  .mt-md-5,
    .my-md-5 {
    margin-top: 3rem!important
  }

  .mr-md-5,
    .mx-md-5 {
    margin-right: 3rem!important
  }

  .mb-md-5,
    .my-md-5 {
    margin-bottom: 3rem!important
  }

  .ml-md-5,
    .mx-md-5 {
    margin-left: 3rem!important
  }

  .p-md-0 {
    padding: 0!important
  }

  .pt-md-0,
    .py-md-0 {
    padding-top: 0!important
  }

  .pr-md-0,
    .px-md-0 {
    padding-right: 0!important
  }

  .pb-md-0,
    .py-md-0 {
    padding-bottom: 0!important
  }

  .pl-md-0,
    .px-md-0 {
    padding-left: 0!important
  }

  .p-md-1 {
    padding: .25rem!important
  }

  .pt-md-1,
    .py-md-1 {
    padding-top: .25rem!important
  }

  .pr-md-1,
    .px-md-1 {
    padding-right: .25rem!important
  }

  .pb-md-1,
    .py-md-1 {
    padding-bottom: .25rem!important
  }

  .pl-md-1,
    .px-md-1 {
    padding-left: .25rem!important
  }

  .p-md-2 {
    padding: .5rem!important
  }

  .pt-md-2,
    .py-md-2 {
    padding-top: .5rem!important
  }

  .pr-md-2,
    .px-md-2 {
    padding-right: .5rem!important
  }

  .pb-md-2,
    .py-md-2 {
    padding-bottom: .5rem!important
  }

  .pl-md-2,
    .px-md-2 {
    padding-left: .5rem!important
  }

  .p-md-3 {
    padding: 1rem!important
  }

  .pt-md-3,
    .py-md-3 {
    padding-top: 1rem!important
  }

  .pr-md-3,
    .px-md-3 {
    padding-right: 1rem!important
  }

  .pb-md-3,
    .py-md-3 {
    padding-bottom: 1rem!important
  }

  .pl-md-3,
    .px-md-3 {
    padding-left: 1rem!important
  }

  .p-md-4 {
    padding: 1.5rem!important
  }

  .pt-md-4,
    .py-md-4 {
    padding-top: 1.5rem!important
  }

  .pr-md-4,
    .px-md-4 {
    padding-right: 1.5rem!important
  }

  .pb-md-4,
    .py-md-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-md-4,
    .px-md-4 {
    padding-left: 1.5rem!important
  }

  .p-md-5 {
    padding: 3rem!important
  }

  .pt-md-5,
    .py-md-5 {
    padding-top: 3rem!important
  }

  .pr-md-5,
    .px-md-5 {
    padding-right: 3rem!important
  }

  .pb-md-5,
    .py-md-5 {
    padding-bottom: 3rem!important
  }

  .pl-md-5,
    .px-md-5 {
    padding-left: 3rem!important
  }

  .m-md-n1 {
    margin: -.25rem!important
  }

  .mt-md-n1,
    .my-md-n1 {
    margin-top: -.25rem!important
  }

  .mr-md-n1,
    .mx-md-n1 {
    margin-right: -.25rem!important
  }

  .mb-md-n1,
    .my-md-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-md-n1,
    .mx-md-n1 {
    margin-left: -.25rem!important
  }

  .m-md-n2 {
    margin: -.5rem!important
  }

  .mt-md-n2,
    .my-md-n2 {
    margin-top: -.5rem!important
  }

  .mr-md-n2,
    .mx-md-n2 {
    margin-right: -.5rem!important
  }

  .mb-md-n2,
    .my-md-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-md-n2,
    .mx-md-n2 {
    margin-left: -.5rem!important
  }

  .m-md-n3 {
    margin: -1rem!important
  }

  .mt-md-n3,
    .my-md-n3 {
    margin-top: -1rem!important
  }

  .mr-md-n3,
    .mx-md-n3 {
    margin-right: -1rem!important
  }

  .mb-md-n3,
    .my-md-n3 {
    margin-bottom: -1rem!important
  }

  .ml-md-n3,
    .mx-md-n3 {
    margin-left: -1rem!important
  }

  .m-md-n4 {
    margin: -1.5rem!important
  }

  .mt-md-n4,
    .my-md-n4 {
    margin-top: -1.5rem!important
  }

  .mr-md-n4,
    .mx-md-n4 {
    margin-right: -1.5rem!important
  }

  .mb-md-n4,
    .my-md-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-md-n4,
    .mx-md-n4 {
    margin-left: -1.5rem!important
  }

  .m-md-n5 {
    margin: -3rem!important
  }

  .mt-md-n5,
    .my-md-n5 {
    margin-top: -3rem!important
  }

  .mr-md-n5,
    .mx-md-n5 {
    margin-right: -3rem!important
  }

  .mb-md-n5,
    .my-md-n5 {
    margin-bottom: -3rem!important
  }

  .ml-md-n5,
    .mx-md-n5 {
    margin-left: -3rem!important
  }

  .m-md-auto {
    margin: auto!important
  }

  .mt-md-auto,
    .my-md-auto {
    margin-top: auto!important
  }

  .mr-md-auto,
    .mx-md-auto {
    margin-right: auto!important
  }

  .mb-md-auto,
    .my-md-auto {
    margin-bottom: auto!important
  }

  .ml-md-auto,
    .mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important
  }

  .mt-lg-0,
    .my-lg-0 {
    margin-top: 0!important
  }

  .mr-lg-0,
    .mx-lg-0 {
    margin-right: 0!important
  }

  .mb-lg-0,
    .my-lg-0 {
    margin-bottom: 0!important
  }

  .ml-lg-0,
    .mx-lg-0 {
    margin-left: 0!important
  }

  .m-lg-1 {
    margin: .25rem!important
  }

  .mt-lg-1,
    .my-lg-1 {
    margin-top: .25rem!important
  }

  .mr-lg-1,
    .mx-lg-1 {
    margin-right: .25rem!important
  }

  .mb-lg-1,
    .my-lg-1 {
    margin-bottom: .25rem!important
  }

  .ml-lg-1,
    .mx-lg-1 {
    margin-left: .25rem!important
  }

  .m-lg-2 {
    margin: .5rem!important
  }

  .mt-lg-2,
    .my-lg-2 {
    margin-top: .5rem!important
  }

  .mr-lg-2,
    .mx-lg-2 {
    margin-right: .5rem!important
  }

  .mb-lg-2,
    .my-lg-2 {
    margin-bottom: .5rem!important
  }

  .ml-lg-2,
    .mx-lg-2 {
    margin-left: .5rem!important
  }

  .m-lg-3 {
    margin: 1rem!important
  }

  .mt-lg-3,
    .my-lg-3 {
    margin-top: 1rem!important
  }

  .mr-lg-3,
    .mx-lg-3 {
    margin-right: 1rem!important
  }

  .mb-lg-3,
    .my-lg-3 {
    margin-bottom: 1rem!important
  }

  .ml-lg-3,
    .mx-lg-3 {
    margin-left: 1rem!important
  }

  .m-lg-4 {
    margin: 1.5rem!important
  }

  .mt-lg-4,
    .my-lg-4 {
    margin-top: 1.5rem!important
  }

  .mr-lg-4,
    .mx-lg-4 {
    margin-right: 1.5rem!important
  }

  .mb-lg-4,
    .my-lg-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-lg-4,
    .mx-lg-4 {
    margin-left: 1.5rem!important
  }

  .m-lg-5 {
    margin: 3rem!important
  }

  .mt-lg-5,
    .my-lg-5 {
    margin-top: 3rem!important
  }

  .mr-lg-5,
    .mx-lg-5 {
    margin-right: 3rem!important
  }

  .mb-lg-5,
    .my-lg-5 {
    margin-bottom: 3rem!important
  }

  .ml-lg-5,
    .mx-lg-5 {
    margin-left: 3rem!important
  }

  .p-lg-0 {
    padding: 0!important
  }

  .pt-lg-0,
    .py-lg-0 {
    padding-top: 0!important
  }

  .pr-lg-0,
    .px-lg-0 {
    padding-right: 0!important
  }

  .pb-lg-0,
    .py-lg-0 {
    padding-bottom: 0!important
  }

  .pl-lg-0,
    .px-lg-0 {
    padding-left: 0!important
  }

  .p-lg-1 {
    padding: .25rem!important
  }

  .pt-lg-1,
    .py-lg-1 {
    padding-top: .25rem!important
  }

  .pr-lg-1,
    .px-lg-1 {
    padding-right: .25rem!important
  }

  .pb-lg-1,
    .py-lg-1 {
    padding-bottom: .25rem!important
  }

  .pl-lg-1,
    .px-lg-1 {
    padding-left: .25rem!important
  }

  .p-lg-2 {
    padding: .5rem!important
  }

  .pt-lg-2,
    .py-lg-2 {
    padding-top: .5rem!important
  }

  .pr-lg-2,
    .px-lg-2 {
    padding-right: .5rem!important
  }

  .pb-lg-2,
    .py-lg-2 {
    padding-bottom: .5rem!important
  }

  .pl-lg-2,
    .px-lg-2 {
    padding-left: .5rem!important
  }

  .p-lg-3 {
    padding: 1rem!important
  }

  .pt-lg-3,
    .py-lg-3 {
    padding-top: 1rem!important
  }

  .pr-lg-3,
    .px-lg-3 {
    padding-right: 1rem!important
  }

  .pb-lg-3,
    .py-lg-3 {
    padding-bottom: 1rem!important
  }

  .pl-lg-3,
    .px-lg-3 {
    padding-left: 1rem!important
  }

  .p-lg-4 {
    padding: 1.5rem!important
  }

  .pt-lg-4,
    .py-lg-4 {
    padding-top: 1.5rem!important
  }

  .pr-lg-4,
    .px-lg-4 {
    padding-right: 1.5rem!important
  }

  .pb-lg-4,
    .py-lg-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-lg-4,
    .px-lg-4 {
    padding-left: 1.5rem!important
  }

  .p-lg-5 {
    padding: 3rem!important
  }

  .pt-lg-5,
    .py-lg-5 {
    padding-top: 3rem!important
  }

  .pr-lg-5,
    .px-lg-5 {
    padding-right: 3rem!important
  }

  .pb-lg-5,
    .py-lg-5 {
    padding-bottom: 3rem!important
  }

  .pl-lg-5,
    .px-lg-5 {
    padding-left: 3rem!important
  }

  .m-lg-n1 {
    margin: -.25rem!important
  }

  .mt-lg-n1,
    .my-lg-n1 {
    margin-top: -.25rem!important
  }

  .mr-lg-n1,
    .mx-lg-n1 {
    margin-right: -.25rem!important
  }

  .mb-lg-n1,
    .my-lg-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-lg-n1,
    .mx-lg-n1 {
    margin-left: -.25rem!important
  }

  .m-lg-n2 {
    margin: -.5rem!important
  }

  .mt-lg-n2,
    .my-lg-n2 {
    margin-top: -.5rem!important
  }

  .mr-lg-n2,
    .mx-lg-n2 {
    margin-right: -.5rem!important
  }

  .mb-lg-n2,
    .my-lg-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-lg-n2,
    .mx-lg-n2 {
    margin-left: -.5rem!important
  }

  .m-lg-n3 {
    margin: -1rem!important
  }

  .mt-lg-n3,
    .my-lg-n3 {
    margin-top: -1rem!important
  }

  .mr-lg-n3,
    .mx-lg-n3 {
    margin-right: -1rem!important
  }

  .mb-lg-n3,
    .my-lg-n3 {
    margin-bottom: -1rem!important
  }

  .ml-lg-n3,
    .mx-lg-n3 {
    margin-left: -1rem!important
  }

  .m-lg-n4 {
    margin: -1.5rem!important
  }

  .mt-lg-n4,
    .my-lg-n4 {
    margin-top: -1.5rem!important
  }

  .mr-lg-n4,
    .mx-lg-n4 {
    margin-right: -1.5rem!important
  }

  .mb-lg-n4,
    .my-lg-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-lg-n4,
    .mx-lg-n4 {
    margin-left: -1.5rem!important
  }

  .m-lg-n5 {
    margin: -3rem!important
  }

  .mt-lg-n5,
    .my-lg-n5 {
    margin-top: -3rem!important
  }

  .mr-lg-n5,
    .mx-lg-n5 {
    margin-right: -3rem!important
  }

  .mb-lg-n5,
    .my-lg-n5 {
    margin-bottom: -3rem!important
  }

  .ml-lg-n5,
    .mx-lg-n5 {
    margin-left: -3rem!important
  }

  .m-lg-auto {
    margin: auto!important
  }

  .mt-lg-auto,
    .my-lg-auto {
    margin-top: auto!important
  }

  .mr-lg-auto,
    .mx-lg-auto {
    margin-right: auto!important
  }

  .mb-lg-auto,
    .my-lg-auto {
    margin-bottom: auto!important
  }

  .ml-lg-auto,
    .mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important
  }

  .mt-xl-0,
    .my-xl-0 {
    margin-top: 0!important
  }

  .mr-xl-0,
    .mx-xl-0 {
    margin-right: 0!important
  }

  .mb-xl-0,
    .my-xl-0 {
    margin-bottom: 0!important
  }

  .ml-xl-0,
    .mx-xl-0 {
    margin-left: 0!important
  }

  .m-xl-1 {
    margin: .25rem!important
  }

  .mt-xl-1,
    .my-xl-1 {
    margin-top: .25rem!important
  }

  .mr-xl-1,
    .mx-xl-1 {
    margin-right: .25rem!important
  }

  .mb-xl-1,
    .my-xl-1 {
    margin-bottom: .25rem!important
  }

  .ml-xl-1,
    .mx-xl-1 {
    margin-left: .25rem!important
  }

  .m-xl-2 {
    margin: .5rem!important
  }

  .mt-xl-2,
    .my-xl-2 {
    margin-top: .5rem!important
  }

  .mr-xl-2,
    .mx-xl-2 {
    margin-right: .5rem!important
  }

  .mb-xl-2,
    .my-xl-2 {
    margin-bottom: .5rem!important
  }

  .ml-xl-2,
    .mx-xl-2 {
    margin-left: .5rem!important
  }

  .m-xl-3 {
    margin: 1rem!important
  }

  .mt-xl-3,
    .my-xl-3 {
    margin-top: 1rem!important
  }

  .mr-xl-3,
    .mx-xl-3 {
    margin-right: 1rem!important
  }

  .mb-xl-3,
    .my-xl-3 {
    margin-bottom: 1rem!important
  }

  .ml-xl-3,
    .mx-xl-3 {
    margin-left: 1rem!important
  }

  .m-xl-4 {
    margin: 1.5rem!important
  }

  .mt-xl-4,
    .my-xl-4 {
    margin-top: 1.5rem!important
  }

  .mr-xl-4,
    .mx-xl-4 {
    margin-right: 1.5rem!important
  }

  .mb-xl-4,
    .my-xl-4 {
    margin-bottom: 1.5rem!important
  }

  .ml-xl-4,
    .mx-xl-4 {
    margin-left: 1.5rem!important
  }

  .m-xl-5 {
    margin: 3rem!important
  }

  .mt-xl-5,
    .my-xl-5 {
    margin-top: 3rem!important
  }

  .mr-xl-5,
    .mx-xl-5 {
    margin-right: 3rem!important
  }

  .mb-xl-5,
    .my-xl-5 {
    margin-bottom: 3rem!important
  }

  .ml-xl-5,
    .mx-xl-5 {
    margin-left: 3rem!important
  }

  .p-xl-0 {
    padding: 0!important
  }

  .pt-xl-0,
    .py-xl-0 {
    padding-top: 0!important
  }

  .pr-xl-0,
    .px-xl-0 {
    padding-right: 0!important
  }

  .pb-xl-0,
    .py-xl-0 {
    padding-bottom: 0!important
  }

  .pl-xl-0,
    .px-xl-0 {
    padding-left: 0!important
  }

  .p-xl-1 {
    padding: .25rem!important
  }

  .pt-xl-1,
    .py-xl-1 {
    padding-top: .25rem!important
  }

  .pr-xl-1,
    .px-xl-1 {
    padding-right: .25rem!important
  }

  .pb-xl-1,
    .py-xl-1 {
    padding-bottom: .25rem!important
  }

  .pl-xl-1,
    .px-xl-1 {
    padding-left: .25rem!important
  }

  .p-xl-2 {
    padding: .5rem!important
  }

  .pt-xl-2,
    .py-xl-2 {
    padding-top: .5rem!important
  }

  .pr-xl-2,
    .px-xl-2 {
    padding-right: .5rem!important
  }

  .pb-xl-2,
    .py-xl-2 {
    padding-bottom: .5rem!important
  }

  .pl-xl-2,
    .px-xl-2 {
    padding-left: .5rem!important
  }

  .p-xl-3 {
    padding: 1rem!important
  }

  .pt-xl-3,
    .py-xl-3 {
    padding-top: 1rem!important
  }

  .pr-xl-3,
    .px-xl-3 {
    padding-right: 1rem!important
  }

  .pb-xl-3,
    .py-xl-3 {
    padding-bottom: 1rem!important
  }

  .pl-xl-3,
    .px-xl-3 {
    padding-left: 1rem!important
  }

  .p-xl-4 {
    padding: 1.5rem!important
  }

  .pt-xl-4,
    .py-xl-4 {
    padding-top: 1.5rem!important
  }

  .pr-xl-4,
    .px-xl-4 {
    padding-right: 1.5rem!important
  }

  .pb-xl-4,
    .py-xl-4 {
    padding-bottom: 1.5rem!important
  }

  .pl-xl-4,
    .px-xl-4 {
    padding-left: 1.5rem!important
  }

  .p-xl-5 {
    padding: 3rem!important
  }

  .pt-xl-5,
    .py-xl-5 {
    padding-top: 3rem!important
  }

  .pr-xl-5,
    .px-xl-5 {
    padding-right: 3rem!important
  }

  .pb-xl-5,
    .py-xl-5 {
    padding-bottom: 3rem!important
  }

  .pl-xl-5,
    .px-xl-5 {
    padding-left: 3rem!important
  }

  .m-xl-n1 {
    margin: -.25rem!important
  }

  .mt-xl-n1,
    .my-xl-n1 {
    margin-top: -.25rem!important
  }

  .mr-xl-n1,
    .mx-xl-n1 {
    margin-right: -.25rem!important
  }

  .mb-xl-n1,
    .my-xl-n1 {
    margin-bottom: -.25rem!important
  }

  .ml-xl-n1,
    .mx-xl-n1 {
    margin-left: -.25rem!important
  }

  .m-xl-n2 {
    margin: -.5rem!important
  }

  .mt-xl-n2,
    .my-xl-n2 {
    margin-top: -.5rem!important
  }

  .mr-xl-n2,
    .mx-xl-n2 {
    margin-right: -.5rem!important
  }

  .mb-xl-n2,
    .my-xl-n2 {
    margin-bottom: -.5rem!important
  }

  .ml-xl-n2,
    .mx-xl-n2 {
    margin-left: -.5rem!important
  }

  .m-xl-n3 {
    margin: -1rem!important
  }

  .mt-xl-n3,
    .my-xl-n3 {
    margin-top: -1rem!important
  }

  .mr-xl-n3,
    .mx-xl-n3 {
    margin-right: -1rem!important
  }

  .mb-xl-n3,
    .my-xl-n3 {
    margin-bottom: -1rem!important
  }

  .ml-xl-n3,
    .mx-xl-n3 {
    margin-left: -1rem!important
  }

  .m-xl-n4 {
    margin: -1.5rem!important
  }

  .mt-xl-n4,
    .my-xl-n4 {
    margin-top: -1.5rem!important
  }

  .mr-xl-n4,
    .mx-xl-n4 {
    margin-right: -1.5rem!important
  }

  .mb-xl-n4,
    .my-xl-n4 {
    margin-bottom: -1.5rem!important
  }

  .ml-xl-n4,
    .mx-xl-n4 {
    margin-left: -1.5rem!important
  }

  .m-xl-n5 {
    margin: -3rem!important
  }

  .mt-xl-n5,
    .my-xl-n5 {
    margin-top: -3rem!important
  }

  .mr-xl-n5,
    .mx-xl-n5 {
    margin-right: -3rem!important
  }

  .mb-xl-n5,
    .my-xl-n5 {
    margin-bottom: -3rem!important
  }

  .ml-xl-n5,
    .mx-xl-n5 {
    margin-left: -3rem!important
  }

  .m-xl-auto {
    margin: auto!important
  }

  .mt-xl-auto,
    .my-xl-auto {
    margin-top: auto!important
  }

  .mr-xl-auto,
    .mx-xl-auto {
    margin-right: auto!important
  }

  .mb-xl-auto,
    .my-xl-auto {
    margin-bottom: auto!important
  }

  .ml-xl-auto,
    .mx-xl-auto {
    margin-left: auto!important
  }
}

.megamenu-wrapper svg {
  width: 30px;
}

div#phone a.btn-def {
  width: 166px;
  height: 40px;
}
.row.newslist-item {
  width: 50%;
  float: left;
}
img.kdmetro {
  height: 39px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.kd-ob-title {
  line-height: 1.4;
  min-height: 57px;
}

ul li {
  margin-left: 0px;
}

ul.city-list {
  list-style: none;
}

#header.menu-fixed .m_wrapper.search-top {
  display: none;
}

#header.menu-fixed .vizov-zamerchika-top {
  display: none;
}

a.mailtop {
  color: #000;
}

a.mailtop:hover {
  color: #6ea655;
}

#header.menu-fixed a.mailtop {
  display: none;
}

#header.menu-fixed div#pl-logo {
  margin-top: 0px;
}

.close svg, .sotrclose svg {
  width: 20px;
}

span.prodlist-cat_name_collection {
  font-size: 17px;
  color: #000;
  width: 100%;
  display: inline-block;
}

span.prodlist-cat_name_logo {
  font-size: 19px;
  width: 200px;
  display: inline-block;
  letter-spacing: 5px;
}

h1.prodlist-category-name.name_cat {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.prodlist-cat-description {
  margin: 30px 0px 40px;
}
body.itemid-437 div#phone a h6.phone-n, body.itemid-963 div#phone a h6.phone-n {
  color: #fff;
}

body.itemid-437 div#phone a h6.phone-n:hover, body.itemid-963 div#phone a h6.phone-n:hover {
  color: #6ea655;
}
body.itemid-437 #header.menu-fixed div#phone a h6.phone-n,
body.itemid-963 #header.menu-fixed div#phone a h6.phone-n{
  color: #000;
}

#cat-main-mobile .cat-main_label_new {
  display: none;
}

#cat-main-mobile figure.hov_img_eff_1::before {
  background: none;
  height: auto;
}

#cat-main-mobile figure.hov_img_eff_1 h2 {
  background-color: #00000075;
  position: absolute;
  left: 19%;
  width: 200px;
  bottom: calc(50% - 44px);
}

#cat-main-mobile .grid figure p {
  display: none;
}

#cat-main-mobile figcaption::before, #cat-main-mobile figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.video-banner {
  position: relative;
}

section#sc-lozungi-mobile {
  margin: 20px 0px;
  background-color: #f6f6f6;
  padding: 50px 0px 0px;
}

section#sc-lozungi-mobile .mdl-content:hover .lz-icon-wrapper {
  transform: scale(1.1) rotate(24deg);
}

section#sc-lozungi-mobile .mdl-content {
  text-align: center;
  background: #fff;
  padding: 40px 20px 20px;
  margin-bottom: 20px;
}
div#video-mobile .logo-wrapper {
  width: 100%;
  margin: 20px 0px 10px;
}
a.zamershik svg {
  height: 25px;
  float: left;
  margin-right: 10px;
}

a.zamershik svg path {
  fill: #fff;
}

a.zamershik {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.2px;
}

.partners-img img {
  float: left;
  margin-right: 20px;
}

.partners-img {
  display: inline-block;
  margin: 20px 0px;
}

.tabs-container.catlistmain {
  margin-top: 20px;
}
form#form_zayavka.form-group input, form#form_zayavka .form-group textarea {
  width: 100%;
}

body.itemid-437 .m_wrapper.search-top {
  display: none;
}

div#popular-prods .owl-item .image_block img {
  height: 280px;
}

.platinum_inf img {
  float: left;
  margin-right: 20px;
}

.platinum_inf {
  margin: 0 0 30px;
  display: inline-block;
}
.grid figure figcaption p {
  display: none;
}

.social-bottom-wrapper .social-item svg {
  width: 40px;
}

div#pd-otherdoors-wrapper {
  height: 325px;
}
a.pd-otherdoors-name {
  color: #505050;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  line-height: 21px;
}
a.pd-otherdoors-name:hover {
  color: #6ea655;
}

a.pd-otherdoors-image img {
  width: 127px;
  height: 285px;
  display: inline-block;
}

.send_to_shop {
  padding: 10px 50px;
}

body.itemid-850 h1 {
  display: inline-block;
  width: 100%;
}

.newslist_detail a {
  background: none;
  color: #6ea655;
  box-shadow: none;
}
ul.collection-logos-menu {
  column-count: 8;
}
.btm4-extphones-title {
  line-height: 1px;
  margin-top: 26px;
}
a.gp-title-city {
  color: #6ea655 !important;
}
a.gp-title-city:hover {
  color: #67c73e !important;
}
.closedialog .closebtn {
  width: 20px;
}
.closedialog, .sotrclose {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 35px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 10px 15px 0px 15px;
}
.closedialog:hover {
  background: #f7f7f7;
}
.closedialog svg path {
  fill: #6ea655;
}
.sendform .btn-def {
  width: 100%;
}
.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}
.text-lowercase {
    text-transform: lowercase!important
}
.text-uppercase {
    text-transform: uppercase!important
}
.text-capitalize {
    text-transform: capitalize!important
}
.font-weight-light {
    font-weight: 300!important
}
.font-weight-lighter {
    font-weight: lighter!important
}
.font-weight-normal {
    font-weight: 400!important
}
.font-weight-bold {
    font-weight: 700!important
}
.font-weight-bolder {
    font-weight: bolder!important
}
.font-italic {
    font-style: italic!important
}
.text-white {
    color: #fff!important
}
.text-primary {
    color: #007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3!important
}
.text-secondary {
    color: #6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54!important
}
.text-success {
    color: #28a745!important
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c!important
}
.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
h6.phone-n {
  font-size: 32px;
  line-height: 28px;
  margin: 0px;
}
.yourcity-wrapper {
  z-index: 1001;
  padding: 30px 40px 40px 40px;
  min-width: 260px;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 17%);
  border-radius: 4px;
  min-height: 110px;
  display: inline-block;
  position: relative;
  background: #fff;
}
.yourcity-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
section#gorod {
  position: absolute;
  z-index: 100;
  left: calc(50% - 120px);
  top: 125px;
}
span.yourcity-btn {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 10px rgba(0,0,0,.15);
  color: #505050;
  border-radius: 40px;
  padding: 10px 20px;
  white-space: pre;
  cursor: pointer;
}
span.yourcity-btn:hover {
  background: #ededed;
}
.yourcity-city-wrapper span.gk-list-shop-icon svg {
  top: 3px;
  position: relative;
}
.yourcity-yes-wrapper {  
  float: left;
  margin-right: 10px;
  width: 45%;
}
.yourcity-buttons {
  display: flex;
  justify-content: center;
}
.yourcity-close {
  position: absolute;
  right: -17px;
  background: #fff;
  top: -12px;
  border-radius: 50%;
  opacity: 1;
  width: 35px;
  height: 35px;
}
.yourcity-close svg {
  width: 35px;
  top: 7px;
  cursor: pointer;
  color: #bdbdbd;
  transition: transform .2s;
}
.yourcity-close:hover svg {
  transform: translate(0%,0%) rotate(92deg);
  color: #8f8f8f;
}
.yourcity-wrapper p {
  margin: 5px 0px 10px 0px;
}
li.menu-item .dropdown li.menu-item a {
  color: #000;
}
h1.head_collection_doorlist_wrapper {
  letter-spacing: 5px;
  font-size: 24px;
}
.img_collection_doorlist img {
  width: 500px;
  display: inline-block;
}
.desc_collection_doorlist_wrapper {
  width: 570px;
  margin: 100px auto;
  background-color: #ffffffd4;
  padding: 50px 100px;
  display: inline-block;
}
section#sc-collection-bg  h2.name_collection_doorlist_wrapper {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section#sc-collection-bg {
  margin-top: -30px;
}
section#sc-collection-bg .m_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
section#sc-collection-bg .m_wrapper.cl-novella {
  background-image: url(/images/sliders/novella_light.jpg);
}
section#sc-collection-bg {
  margin-top: -39px;
  margin-bottom: 50px;
}
section#sc-collection-bg .m_wrapper.cl-novella h1.head_collection_doorlist_wrapper {
  margin: 0px 0px -25px 0px;
}
section#sc-collection-bg .m_wrapper.cl-novella h2.name_collection_doorlist_wrapper {
  margin-top: -20px;
}
section#sc-collection-bg .m_wrapper.cl-prestige {
  background-image: url(/images/sliders/prestizh_light.jpg);
}
section#sc-collection-bg .m_wrapper.cl-prestige h1.head_collection_doorlist_wrapper {
  margin: 0px;
}
section#sc-collection-bg .m_wrapper.cl-prestige h2.name_collection_doorlist_wrapper {
  margin-top: 5px;
  margin-bottom: 30px;
}
section#sc-collection-bg .m_wrapper.cl-neo {
  background-image: url(/images/main/interiors/neo_interior_neo3_dg_1920-01.jpg.jpg);
}
section#sc-collection-bg .m_wrapper.cl-neo h1.head_collection_doorlist_wrapper {
  margin: 0px;
}
section#sc-collection-bg .m_wrapper.cl-neo h2.name_collection_doorlist_wrapper {
  margin-top: 5px;
  margin-bottom: 30px;
}
.simple-slider {
  float: left;
  width: 100%;
  height: 434px;
  position: relative;
}
.sliderContent {
  float:left;
  width: 100%;
  height: 434px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.sliderArrows a {
  display:  block;
  text-indent: -9999px;
  outline: none;
  z-index: 50;
  background-image: url('/images/icons/right.svg');
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
}
.sliderArrows a.prev {
  background-image: url('/images/icons/left.svg');
  background-repeat: no-repeat;
  left: 15px;
}
.sliderArrows a.prev {
  background-image: url('/images/icons/left_hover.svg');
}
.sliderArrows a.next {
  background-image: url('/images/icons/right.svg');
  background-repeat: no-repeat;
  right: 15px;
}
.sliderArrows a.next:hover {
  background-image: url('/images/icons/right_hover.svg');
}
.sliderContent .item {
  position: absolute;
  width: 100%;
  background: #fff;
  height: 434px;
  background-repeat: no-repeat;
}
.simple-slider.neo-slider .sliderContent .item.item-1  {
  background-image: url('/images/main/interiors/neo_interior_neo3_dg_772-01.jpg');
}
.simple-slider.neo-slider .sliderContent .item.item-2  {
  background-image: url('/images/main/interiors/neo_interior_neo3_dg_772-02.jpg');
}
.simple-slider.neo-slider .sliderContent .item.item-3  {
  background-image: url('/images/main/interiors/neo_interior_neo3_dg_772-03.jpg');
}
.sliderBullets {
  position: absolute;
  bottom: 0;
  left: calc(50% - 64px);
  z-index: 50;
  margin-left: -45px;
}
.sliderBullets a.active {
  background: #6ea655;
}
.sliderBullets a {
  display: block;
  float: left;
  text-indent: -9999px;
  outline: none;
  margin-left: 11px;
  width: 45px;
  height: 6px;
  background: #ddd;
  bottom: 21px;
  margin-bottom: 23px;
}
.sliderBullets .active {
  background-position:0 -11px;
}
.sliderContent a {
  outline:none;
}
.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}
.gk-checkbox-label {
  display: block;
  background: #f3f3f3;
  height: 20px;
  width: 50px;
  border-radius: 50px;
  float: right;
  position: relative;
  box-shadow: 0 0 0 2px #dddddd;
}
.gk-checkbox-label .on {
  position: absolute;
  z-index: 0;
  left: -281px;
  opacity: 0;
  min-width: 268px;
  transition: .25s ease-in-out;
}
.gk-checkbox-label .off {
  display: block;
  position: absolute;
  right: 70px;
  min-width: 180px;
  transition: .25s ease-in-out;
}
.gk-checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  background: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  transition: .25s ease-in-out;
}
.gk-checkbox {
  position: absolute;
  left: -5000px;
}
.gk-checkbox:checked + .gk-checkbox-label {
  background: #6ea655;
  box-shadow: 0 0 0 2px #609647;
}
.gk-checkbox:checked + .gk-checkbox-label .on {
  opacity: 1;
  left: -352px;
  margin-top: -4px;
  color: #8f8f8f;
}
.gk-checkbox:checked + .gk-checkbox-label .off {
  right: 123px;
  opacity: 0;
}
.gk-checkbox:checked + .gk-checkbox-label:before {
  left: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #609647;
}
input#gk-checkbox + label {
  display: block;
  padding: 0px;
}
input#gk-checkbox[type="checkbox"] + label:before {
  border: none;
  content: '';
  top: 0;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  background: white;
  transition: .25s ease-in-out;
}
.gk-show-shops {
  margin: 2px 0px 10px 0px;
  float: left;
  margin-right: 30px;
}
.ch-city-shops-selectcity {
  display: inline-block;
}
.ch-city-shops-wrapper {
  float: right;
  margin: 20px 0px 30px 0px;
}
th#categorylist_header_date, th#categorylist_header_title {
  display: none;
}
.pustishka {
  padding: 40px 0px 0px;
}
figure.hov_img_eff_1 h2 img {
  width: 236px;
}
.gde-kupit-main-title {
  margin-right: 30px;
}
.pagination {
  display: inline-block;
}
.pagination>li {
  display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #6ea655;
}
.pagination>li>a, .pagination>li>span {
  color: #222;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 2;
  color: #6ea655;
  background-color: #eee;
  border-color: #ddd;
}
.door-item-news a {
  color: #000
}
.door-item-news a:hover {
  color: #6ea655;
}
.door-item-news p {
  text-align: center;
  margin-top: 10px;
}
div.k2Pagination ul li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.start-content {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
h2.gp-title.gk_select_city_title {
  margin: 0px;
  line-height: 0px;
}
a.offc-phone {
  color: #000;
  font-size: 25px;
}
.offcanvas-inner {
  padding-top: 30px;
}
.offc-phone-wrapper {
  margin-bottom: 20px;
}
.offc-phone-wrapper p {
  margin: 0px 0px 5px 0px;
}
#tocheb-wrapper h2 {
  margin-bottom: 0px;
}
label.politika-personal {
  position: relative;
  padding-left: 30px;
}
.zamclose svg {
  width: 20px;
}
.zamclose svg path {
  fill: #6ea655;
}
span.sendform-icon {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
span.sendform-icon svg {
  width: 36px;
}
span.sendform-icon svg path {
    fill: #000;
    float: left;
}
div#zamerchik-wrapper {
  min-width: 300px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #000000;
}
.row-fluid [class*="sblock"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
}
.row-fluid .sblock3 {
  width: 33.333%;
}
.product_item .name a, .jshop_list_product .block_product .name a {
  color: #505050;
}
.product_item .name a:hover, .jshop_list_product .block_product .name a:hover {
  color: #6ea655;
}
.zoom_item {
  cursor: pointer;
}
.pd-mainimage-block {
  width: 22%;
  margin-right: 50px;
}
.pd-desc-block {
  width: 73%;
}
.pd-mainimage-block-ex {
  width: 30%;
}
.pd-desc-block-ex {
  width: 70%;
  position: relative;
  padding-top: 70px;
}
.row_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
span.gk-selectcityt-icon svg {
  width: 15px;
  margin-right: 3px;
}
span.gk-selectcityt-icon svg path {
  fill: #6ea655;
}
.md-close svg path {
  fill: #a1a1a1;
}
.metroicon svg path {
  fill: #FF0000;
}
.metroicon svg {
  width: 40px;
}
.pd_model_photo_info {
  font-size: 25px;
  line-height: 2.4;
  margin: 0px;
}
.pd-otherdoors-item {
  text-align: center;
}
.pd-model-photo-title {
  margin-bottom: 15px;
}
h3.lozungi-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin: 20px 0px;
}
p.lozungi-desc, .lozungi-desc.years-title {
  font-size: 25px;
  margin: 30px 0px 20px;
}
.lozungi-desc.years-title {
  text-transform: capitalize;
  line-height: 25px;
}
.lozungi-item {
  text-align: center;
  background: #f9f9f9;
  padding: 20px;
  width: 23%;
  float: left;
  margin-right: 20px;
}
.lozungi-wrapper {
  margin-top: 60px;
}
.lozungi-wrapper .lozungi-item:last-child {
  margin-right: 0px;
}
.moreContent {
  position: relative;
}
.moreContent:after {
  content: "";
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.moreContent.active:after {
  height: 0;
}
.btn-def.white {
  background: #fff;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-def.white:hover {
  color: #fff;
  box-shadow: 4px 4px 5px #588c41;
  transition: all 3.2;
}
.gk-flagimage {
  float: left;
  margin-right: 10px;
  width: 27px;
}
.country-wrapper {
  display: flex;
}

ul.city-list.gk-listcity1 {
  float: left;
  width: 83%;
  column-count: 4;
}
ul.city-list.gk-listcity2 {
  float: left;
  width: 17%;
  column-count: 1;
}
a.menu-newcollection:after {
  content: 'Новинка';
  background: #f00;
  display: inline-block;
  position: absolute;
  right: -24px;
  color: #fff;
  padding: 1px 11px;
  font-size: 12px;
  top: 1px;
}
.main-menu-title {
  margin: 10px 0px 25px 0px;
}
.main-menu-empty-title {
  padding: 61px 0px 0px;
}
.dropdown-inner ul li:last-child {
  border-bottom: none;
}
.gk-worktime.off {
  color: #f00;
}
.gk-worktime.on {
  color: #39731f;
}
.rl_tooltips.popover .popover-title {
  font-size: 25px;
  padding: 15px 20px;
}
div#snow-animation-container {
  z-index: 1;
  position: relative;
}
.product_label.pl.prod_label-4 {
  display: none;
}
.zoom_list.interior-platinum .zoom_item {
  margin-bottom: 30px;
}
a.rab {
  position: fixed;
  right: -250px;
  top: 50%;
  padding: 12px 25px;
  border-radius: 0px 0px 4px 4px;
  z-index: 1;
  transform: rotate(90deg);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-inn-out;
  transition: all 1s ease-in-out;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.2px;
  background: linear-gradient(95deg, rgb(255, 20, 20) 20%, rgb(146, 50, 50) 80%);
  box-shadow: 0 0 6px 2px rgba(0,0,0,.17);
  border-radius: 0 0 8px 8px!important;
}
a.rab:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -136px !important;
}
a.rabmobila {
  padding: 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
  background: #85b557;
  color: #fff;
  background: linear-gradient(95deg, rgb(255, 20, 20) 20%, rgb(146, 50, 50) 80%);
}
.rab-top {
  text-align: center;
  padding: 10px 0px;
  background: linear-gradient(95deg, rgb(255, 20, 20) 20%, rgb(146, 50, 50) 80%);
  color: #fff;
}
a.btn-def.link_dl svg {
  width: 16px;
  height: auto;
  position: absolute;
  left: 12px;
}
span.icon_dl {
  position: relative;
}
a.btn-def.link_dl {
  padding-left: 40px;
  position: relative;
}
.jshop_list_product .row-fluid {
  margin-bottom: 60px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
span.work_time_dop {
  position: absolute;
  top: 1px;
}
ul.worktime-list {
  column-count: 2;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
ul.worktime-list li svg {
  width: 13px;
  margin-right: 5px;
}
p.worktime-list-title {
  font-size: 20px
}
.gk-worktime.gk-item-value {
  cursor: pointer;
  margin-right: 2px;
}
.flip-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 4px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out,-webkit-transform .15s ease-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: none;
  transform: none;
}
.flip-icon._flipped {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
span[id*=worktime-list_] {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 25px 30px;
  box-shadow: 0px 0px 1px #8a8a8a;
  z-index: 2;
  min-width: 320px;
  top: 23px;
}
.wp_hide {
  display: none;
}
.wp_show {
  display: block;
}
a._tooltip {
  display: inline-flex;
  position: relative;
}
a._tooltip.opened span.gk-worktimelist-icon.flip-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);  
}
li.nowday {
  font-weight: 700;
}
li.nerabotaet {
  color: #f00;
}
span.gk-worktimelist-icon.flip-icon svg path {
  fill: #ddd;
}
ul.worktime-list li svg path {
  color: #ababab;
}
.vak-wrapper {
  border: 1px solid #ddd;
  padding: 50px 30px 30px 30px;
  position: relative;
  margin-top: 30px;
  display: inline-block;
}
.vak-wrapper p.vaktitle {
  position: absolute;
  top: 1px;
  font-weight: normal;
  font-size: 25px;
  margin: 30px 0px;
  top: -40px;
  background: #fff;
  padding: 0px 20px;
}
.pwebcontact {
  border: 1px solid #ddd;
  padding: 30px;
}
form.pwebcontact-form input.pweb-input, form.pwebcontact-form select {
  border: 1px solid #ddd;
  padding: 10px 20px;
  height: auto;
}
span.vakicon svg {
  width: 25px;
}
.vakansiimob-wrapper {
  background: #ebebeb;
  padding: 10px 0px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 21px;
}
.vakansiimob-wrapper {
  color: #000;
}
.col-md-6.img_item {
  margin-bottom: 30px;
}
.gk-site.gk-item-value svg {
  height: auto;
}
.gk-site.gk-item-value {
  margin-bottom: 0px;
}
.gksd-list-phone-icon svg {
  width: 15px;
  margin-right: 7px;
}
.gksd-list-phone-icon svg path {
  fill: #989898;
}
span.gk-tcname-icon svg, span.gk-enterinfo-icon svg, span.gk-worktime-content svg, span.gk-phoneinfo-icon svg {
  width: 15px;
  margin-right: 8px;
}
span.gk-list-phone-icon svg {
  width: 15px;
  margin-right: 7px;  
}
span.gk-shop-city-icon svg {
  width: 15px;
  margin-right: 10px;
}
span.gk-worktime-icon svg {
  width: 15px;
  margin-right: 11px;
}
span.gk-list-shop-icon svg {
  width: 12px;
  margin-right: 14px;
}
span.gk-shopdetail-icon svg {
  width: 15px;
  margin-right: 9px;
}
span.gk-shopdetail-icon svg path { 
  fill: #989898;
}
span.gk-shop-electro-icon.gksd svg {
  width: 19px;
  height: 19px;
  top: 1px;
  position: absolute;
  left: -25px;
}
ul.gksd-worktime-list li svg {
  width: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 3px;
}
ul.gksd-worktime-list li svg path {
  color: #ababab;
}
ul.gksd-worktime-list {
  padding: 0px;
  margin: 0px;
}
ul.gksd-worktime-list li {
  text-indent: 25px;
  position: relative;
  margin: 5px 0px;
}
li.nowday, .gksd-wtime-title_ex {
  color: #64a70b;
}
ul.gksd-worktime-list li.off, .gksd-wtime-title_ex.off {
  color: #f00;
}
.gksd-images {
  margin-bottom: 20px;
}
h1.gksd-title_ex {
  margin-bottom: 10px;
}
.gksd-title_addr {
  margin-bottom: 20px;
}
.gksd-info-block table tr td {
  padding: 5px 0px;
}
h2.gksd-title {
  margin: 0px;
}
textarea.sendshop-question {
  height: 202px;
  border: 1px solid #d3d3d3;
}
div#global_select_city.md-modal {  
}
div#global_select_city .md-content {
  padding: 0px;
}
.pd-colorplenka-item.new:after {
  content: 'новинка';
  font-size: 13px;
  position: absolute;
  color: #ff8834;
  text-align: center;
  width: 100%; 
}
.productitem_62434 .product_label.pl.prod_label-3, .productitem_62435 .product_label.pl.prod_label-3,
.productitem_62436 .product_label.pl.prod_label-3, .productitem_62437 .product_label.pl.prod_label-3,
.productitem_62438 .product_label.pl.prod_label-3, .productitem_62439 .product_label.pl.prod_label-3 {
  right: 30px;
}
.list_product .image {
  position: relative;
}
.gk-metro-vetka {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 2px;  
  display: inline-block;
  margin-right: 5px;
}
.mid-1 {
  background-color: rgb(230, 106, 192);
}
.mid-2 {
  background-color: rgb(255, 198, 26);
}
.mid-3 {
  background-color: rgb(142, 71, 155);
}
.mid-4 {
  background-color: rgb(72, 184, 94);
}
.mid-5 {
  background-color: rgb(255, 168, 175);
}
.gk-shop-metro-icon svg {
  width: 17px;
}
a.credit_shop { 
  background-color: rgb(250, 230, 112);
  color: #505050;
  padding: 3px 15px;
  border-radius: 12px;
  display: inline-block;
}
a.credit_shop[data-tooltip][data-position="bottom"]:before {
  top: 100%;
  left: auto;
  margin-top: 10px;
  width: 176px;
}
a.credit_shop[data-tooltip]:before {
  background: #fae670;
  color: #000;
}
a.credit_shop[data-tooltip][data-position="bottom"]:after {
  border-bottom-color: #fae670;
  margin-top: 26px;
  top: auto;
  left: 56px;
}
.social-icons {
  position: absolute;
  top: 33px;
  right: 30px;
}
span.gk-viber, span.gk-whatsapp, span.gk-telegram {
  width: 20px;
  display: inline-block;
}
.plenki-news {
  text-align: center;
}
.m_wrapper.m-search h3 { 
  margin: 0px 0px 15px 0px;
}
.search-desc {
  margin: 10px 0px 15px 0px;
  color: #585858;
}
.m_wrapper.m-search {
  margin-bottom: 10px;
}
div#searchoverlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

form[name="searchForm"] {
  display: inline-block;
  width: 100%;
  position: relative;  
}
input#jshop_search {
  padding: 10px;
}
#search-result {
  background-color: white;
  color: #555555;
  z-index: 100;
  box-shadow: 0px 0px 3px #b3b3b3;
}
div#search-result .itemsearch {
  float: left;
  padding: 5px;
}
.itemsearch .aj_img {
    text-align: center;
}
#search-result .aj_det {
    text-align: center;
}
.itemsearch .itemlink {
  display: block;
  display: inline-block;
  color: #000;
  font-size: 12px;  
}
.img-block {
    display: block;
}
.itemsearch a:hover {
  background: none;
  color: #466d1a;
}
::placeholder {
  color: blue;
  font-size: 1.5em;
}
.dropdown.m-585 .rm2 .mod-1 {
  width: 30%;
}
.dropdown.m-585 .rm2 .mod-2 {
  width: 30%;
}
.dropdown.m-585 .rm2 .mod-3 {
  width: 40%;
  padding-left: 30px;
  border-left: 1px dashed #ddd;
}
.itemsearch img{
  border:0px;
  width: 83px;
}
#search-result{
  background-color: white;    
  color: #555555;
  position: absolute;
  z-index:55;
  padding: 10px 20px;
}
a.close-search svg {
  width: 27px;
}
a.close-search svg path {
  -webkit-transition: .5s;
  transition: .5s;  
  fill: #ddd;
}
a.close-search {
  right: 9px;
  position: absolute;
  top: 9px;
}
.offc-city {
  border-bottom: 1px dashed #ddd;
  margin: 20px 0px;
}
.title {
  margin: 0px 0px 20px 0px;
}
a.cat-main-mobile-item {
  min-height: 310px;
  display: block;
}
.cat-main-mobile-textblock {
  text-align: left;
  color: #fff;
  background-color: #00000036;
  position: absolute;
  bottom: 20px;
  padding: 15px 30px;
}
a.cat-main-mobile-item .cat-main-mobile-textblock span {
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}
#cat-main-mobile .cm-item {
  margin-bottom: 20px;
}
div#main-gde-kupit .select_city {
  color: #6ea655;
}
.social-item a:hover svg path {
  fill: #6ea655;
}
.social-item {
}
.social-bottom-wrapper .social-item.youtube {
  margin-right: 17px;
}
.social-bottom-wrapper .social-item.youtube a svg {
  width: 38px;
}
.social-item.instagram a:hover svg path {
  fill: red;
}
.t565 .t-section__title {
    margin-bottom:40px
}

.t565 .t-section__descr {
    max-width:560px
}

.t565 .t-section__bottomwrapper {
    margin-top:105px
}

.t565__mainblock:after, .t565__mainblock:before {
    content: '';
    display: table;
    clear:both
}

.t565__item {
    position: relative;
    padding-bottom:30px
}

.t565__item:last-child {
    padding-bottom:0 !important
}

.t565__block {
    padding-right: 56px;
    padding-left:0 !important
}

.t565__block-flipped {
    padding-right: 0 !important;
    padding-left:56px
}

.t565__mainblock {
    margin:0 auto
}

.t565__line {
    position: absolute;
    width: 2px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto
}

.t565__item:first-child .t565__line {
    top:10px
}

.t565__item:last-child .t565__line {
    height: 10px;
    bottom:auto
}

.t565__col {
    width: 50%;
    text-align:right
}

.t565__flipped {
    float: right !important;
    text-align:left
}

.t565__circle {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  margin: 0 auto;
  background-color: #6cb23f;
  border-radius: 100%;
  border:2px solid #fff
}

.t565__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff
}

.t565__img {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    margin-left:auto
}

.t565__flipped .t565__img {
    margin-left:0
}

.t565__title {
    margin-bottom: 6px;
    margin-top:10px
}

.t565__descr {
    margin-top: 10px;
    margin-bottom:5px
}

@media only screen and (max-width: 960px) {
    .t565 .t-section__bottomwrapper {
        margin-top:45px
    }

    .t565 .t-section__topwrapper {
        margin-bottom:45px
    }

    .t565 .t-section__title {
        margin-bottom:20px
    }

    .t565__container {
        padding: 0 20px;
        box-sizing:border-box
    }
}

@media only screen and (max-width: 640px) {
    .t565 .t-section__bottomwrapper {
        margin-top:15px
    }

    .t565__title {
        margin-bottom: 0;
        margin-top:2px
    }

    .t565__descr {
        margin-top:5px
    }

    .t565__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left:0
    }

    .t565__item {
        padding-bottom:0 !important
    }

    .t565__col {
        float: none;
        text-align: left;
        width:100%
    }

    .t565__linewrapper, .t565__block, .t565__block-flipped {
        display: table-cell;
        vertical-align: top;
        padding-bottom:30px
    }

    .t565__linewrapper {
        position: relative;
        padding-bottom:30px
    }

    .t565__block, .t565__block-flipped {
        padding-left: 20px !important;
        padding-right:0 !important
    }

    .t565__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform:translate(-50%, 0)
    }

    .t565__img {
        margin-left:0
    }
}

.t-name {
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 600;
color: #00000;
}

.t-text {
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 400;
color: #000;
}
h4.elementor-heading-title.elementor-size-default {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
h5.elementor-heading-title.elementor-size-default {
  text-align: center;
}

.video-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 700px;
  z-index: 1;
}
.video-box iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 0; 	
	z-index: -1;
}
.video-content {
  position: relative;
  height: 600px;
  padding: 10px;
}
.video-content:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;	
}





.video-title-test {
  margin-bottom: 60px;
  text-align: center;
}
h2.video-dtest {
  font-size: 40px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
h2.video-dtest {
  font-size: 40px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
body.itemid-963 section#top {
  position: relative;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.38) 57%;
  height: auto;
  padding: 20px 0px 10px 0px;
}
body.itemid-963 section#top:before {
  content: none;
}
body.itemid-963 .headblockext, body.itemid-965 .headblockext {
  position: relative;
}
body.itemid-963 section#slider, body.itemid-965 section#slider  {
  margin-top: -161px;
}
body.itemid-963 #header, body.itemid-965 #header {
  padding: 10px 0px 20px 0px;
  background: rgb(0 0 0 / 58%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 27%, rgba(255,255,255,0) 100%);
}
body.itemid-963 span.city-ch-wrapper, body.itemid-965 span.city-ch-wrapper {
  display: inline-block;
}
#lozung-1 {
  border-right: 1px dashed #ddd;
}
#lozung-2 {
  border-right: 1px dashed #ddd;
}

body.itemid-963 section#top, body.itemid-963 .headblockext, body.itemid-965 section#top, body.itemid-965 .headblockext {
  z-index: 21;  
}
body.itemid-963 section#top, body.itemid-965 section#top {
  height: 49.5px;  
}
body.itemid-963 .headblockext, body.itemid-965 .headblockext {
  height: 76.2px;
}
body.itemid-963 section#top .container, body.itemid-963 .headblockext .container, body.itemid-965 section#top .container, body.itemid-965 .headblockext .container {
  display: none;
}
body.itemid-963 section#top, body.itemid-963 header#header, body.itemid-965 section#top, body.itemid-965 header#header {
  background: none;
}
body.itemid-963 header#header.slloaded, body.itemid-965 header#header.slloaded {
  background: rgb(0 0 0 / 58%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 27%, rgba(255,255,255,0) 100%);
}
body.itemid-963 section#top.slloaded, body.itemid-965 section#top.slloaded {
  background: rgba(0, 0, 0, 0.38) 57%;
}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-6cbd908b {
    margin-bottom: 60px;
}


body.itemid-963, body.itemid-965 {
  font-family: 'Source Sans Pro', sans-serif;
}

body.itemid-963 h2.catalog-dtest, body.itemid-965 h2.catalog-dtest {
  font-size: 40px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
body.itemid-963 .catalog-title-test, body.itemid-965 .catalog-title-test {
  padding: 0px 100px;
  text-align: center;
  margin: 90px 60px;
}
body.itemid-963 .menu-parent >li >a, body.itemid-963 .menu-parent >li >span,
body.itemid-965 .menu-parent >li >a, body.itemid-965 .menu-parent >li >span {
  padding: 5px 8px;
}

body.itemid-963 a.catalog-link-test, body.itemid-965 a.catalog-link-test {
  height: 420px;
  display: inline-block;  
  width: 100%;  
}
body.itemid-963 a.catalog-link-test.cat-grlt, body.itemid-965 a.catalog-link-test.cat-grlt {
  background: url(/images/main/collection/cmp/cat-grl.jpg);
  background-size: cover;
  background-position: right;
}
.catalog-lozung-test {
  text-align: center;
  padding-top: 60px;
}
a.catalog-link2-test {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
  display: inline-block;
  font-weight: 200;
}
span.catftitle {
  font-weight: 600;
}
a.catalog-link2-test:hover {
  color: #6ea655;
}
.catalog-item-test {
  margin-bottom: 50px;
}
.m_wrapper.m-search {
  margin-bottom: 10px;
  padding: 20px;
}
body.itemid-963 .m_wrapper.m-search, body.itemid-965 .m_wrapper.m-search {
  padding: 20px 0px;
}
body.itemid-963 .dropdown.m-585 .rm2 .mod-1,
body.itemid-965 .dropdown.m-585 .rm2 .mod-1 {
  width: 31%;
}
body.itemid-963 .dropdown.m-585 .rm2 .mod-2,
body.itemid-965 .dropdown.m-585 .rm2 .mod-2 {
  width: 30%;
}
body.itemid-963 .dropdown.m-585 .rm2 .mod-3,
body.itemid-965 .dropdown.m-585 .rm2 .mod-3 {
  width: 33%;
}
body.itemid-963 a.menu-newcollection:after,
body.itemid-965 a.menu-newcollection:after {
  content: none;
}
h3.catloz-title-test {
  font-weight: 600;
}
.catalog-item-test.coll {    
  transition-duration: .3s;
}
.catalog-item-test.coll:hover {    
  transform: translateY(-8px);
}

body.itemid-963 .lozungi-title:after {
  background: #ffffff;
}
body.itemid-963 .lozungi-item.mb-4,
body.itemid-965 .lozungi-item.mb-4 {
  height: 220px;
  background: #cfcfcf70;
  border-radius: 4px;
}
body.itemid-963 .lozungi-wrapper,
body.itemid-965 .lozungi-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-top: 120px;
}
body.itemid-963 .shop-list,
body.itemid-965 .shop-list {
  display: none;
}
body.itemid-963 .gk-checkbox-label .off,
body.itemid-965 .gk-checkbox-label .off {
  width: 180px;
}
body.itemid-963 .gk-checkbox-label .on,
body.itemid-965 .gk-checkbox-label .on {
  width: 386px;
  left: -340px !important;
}
body.itemid-962 section#top {
  z-index: 21;
}
body.itemid-962 .headblockext {
  z-index: 21;
}
body.itemid-962 #main-body {
  font-family: 'Source Sans Pro', sans-serif;
}
.opisanie-dveri {
  line-height: 1.7;
}
.od-title {
  float: left;
  font-weight: 600;
}
.od-devider {
  float: left;
}
.od-description {
  background: #f1f1f1;
  padding: 20px;
  margin: 12px 0px;
  border: 2px solid #6cb23f;
}
body.itemid-962 h2.pd-model-photo-title {
  margin-top: 15px;
}
.pd-colorplenka-block-test {
  width: 100%;
  display: inline-block;
}
.pd-colorplenka-block-test .pd-colorplenka-item {
  box-shadow: none;
  text-align: center;
}
.pd-colorplenka-block-test img {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}




body.itemid-963 a.catalog-link-test.cat-platinum {
  background: url(/images/catalog/platinum-cat.jpg);    
}
body.itemid-963 a.catalog-link-test.cat-ekza {
  background: url(/images/catalog/ekza-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-line {
  background: url(/images/catalog/line-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-grl {
  background: url(/images/catalog/grl-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-novella {
  background: url(/images/catalog/novella-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-neo {
  background: url(/images/catalog/neo-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-quadro {
  background: url(/images/catalog/quadro-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-dante {
  background: url(/images/catalog/dante-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-sigma {
  background: url(/images/catalog/sigma-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-prestizh {
  background: url(/images/catalog/prestizh-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-allure {
  background: url(/images/catalog/allure-cat.jpg);  
}
body.itemid-963 a.catalog-link-test.cat-classic {
  background: url(/images/catalog/classic-cat.jpg);  
}





.door-akciya-item.ttl {
  display: table-cell;
  vertical-align: bottom;
}
.door-akciya-item.ttl p {
  float: right;
  margin-bottom: 39px;
  font-weight: 600;
  font-size: 20px;
}
.akciyab {
  display: table;
}
.door-akciya-item img {
  margin-bottom: 15px; 
}
.door-akciya-item .pl-extra-field-item {
  text-align: right;
}
.door-akciya-item .label-name {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
}
.door-akciya-item .data {
  font-weight: bold;
  font-size: 14px;
}
.akciyaс h3 {
  margin-top: 0px;
  padding-top: 0px !important;
}
.akciyaс ul {
  padding: 0px;
}
.akciya-wrapper {
  text-align: right;  
}
.akciya-wrapper img {
  margin-bottom: 10px;
  width: 100%;
}
p.akciya-title {
  font-size: 26px;
}
p.akciya-data {
  color: #ff9b00; 
}
section#timer-akciya {
  background-color: #1e1e1e;
  padding: 60px 0px;
}
.timer-akciya-title {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-weight: 600;
}
.timer-akciya-description {
  color: #d3d3d3;
  text-align: center;
  margin-bottom: 30px;
  font-size: 19px;
}
section#slider-mobile {
}
.akciya-cat-info {
  background-image: url('/images/sliders/akciya-banner-final-HVATAY-mobile.jpg');
  height: 400px;
  width: 200px;
  display: inline-block;
}
.headblockext {
  z-index: 4;
}
form#form_sendtoshop input[type="text"] {
  border: 1px solid #d3d3d3;
}


span.gk-list-phone-icon, span.gk-shop-city-icon, span.gk-shop-metro-icon, span.gk-tcname-icon,
span.gk-list-shop-icon, span.gk-enterinfo-icon, span.gk-worktime-icon, span.gk-shopdetail-icon {
  width: 25px;
  display: inline-block;
}


.collection-test-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 -15px;
}
.collectiontest-item {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 32%;
  margin-bottom: 35px;
  color: #898989;
  box-sizing: border-box;
  z-index: 2;
  transition: box-shadow .3s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ededed;
}
.collectiontest-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.collectiontest-item-title {
  margin-bottom: 10px;
  color: #000000;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
}
.collectiontest-item-subtitle {
  margin-bottom: 10px;
  -ms-flex-positive: 1;
  font-size: 14px;
}
a.collectiontest-item-image {
  margin-bottom: 30px;
  width: 100%;
}
.collectiontest-item:hover {  
  box-shadow: 0 0 10px 1px rgb(80 85 86 / 20%);
}
img.collection-test-image {
  width: 100%; 
}
.doors__block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}
.title_dark {
    color: #60605e;
}
.text-block {
    padding: 0 100px 25px;
    margin: 0 0 20px;
    text-align: center;
}

.doors__image {
    width: 49%;
}
.doors__text {
    width: 49%;
    padding: 52px;
    background-color: #efefef;
}

.doors__text-inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mfp-wrap *, .mfp-wrap :after, .mfp-wrap :before, main *, main :after, main :before {
    box-sizing: padding-box;
    box-sizing: border-box;
}

.doors__title {
    position: relative;
    display: inline-block;
    margin: 0 auto 25px;
    font-size: 22px;
    text-transform: uppercase;
}
.doors__image-inner img {
    display: block;
    max-width: 100%;
}
.text-block__marked {
  font-size: 19px;
  max-width: 840px;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}
.text-block__marked:after, .text-block__marked:before {
  content: "";
  height: 2px;
  width: 101px;
  background-color: #67aa06;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.text-block__marked:after {
  width: 40%;
  bottom: 20px;
}
.text-block__marked:before {
  width: 40%;
  top: 20px;
}
h1.title-mid {
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.akciya-cargi .data {
  text-align: center;
  padding-top: 15px;
}
.new-collection {
  font-size: 18px;
  text-transform: capitalize;
  background: #ff9b00;
  color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 0 20px;
  line-height: 35px;    
  margin: 20px 0 0 -1px;    
  position: absolute;
  bottom: 110px;
  left: 1px;
}
.item-1 .pl-extra-field-item.id-13 .data {
  padding-right: 10px;
}
.skidka-title {
  color: #ff9b00;  
  letter-spacing: 1px;
}
a.offc-akcii-menu::after {
  content: '10';  
  background: #b1b1b1;
  background: #ff9b00;
  border-radius: 50%;
  color: #fff;
  padding: 3px 6px 3px 6px;
  margin-left: 8px;
}
.sticker-box {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  right: 138px;
  width: 90px;  
  height: 90px;
  transform-origin: 50% 75%;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
}
.sticker-box .sticker {
  width: 70px;
  height: 70px;
  position: absolute;
  transition: 0.75s ease all;
  overflow: hidden;
}
.sticker-box .sticker span {
  content: "";
  display: block;
  transition: 0.75s ease all;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.sticker-box .sticker-front span {
  background: #ff9b00;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; 
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.image_block:hover .sticker-front {
  transform: translate(0, 20%);
}
.mayskaya-akciya-collekcii {
  margin-bottom: 30px;
}
.sl-shop-phone.gk-item-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
a.sl-phone-link.ph-item-1 {
  margin-right: 20px;
}
section#catalog-novinki-main {  
  background: #fff;
  padding: 150px 0px 57px 0px;
}
.cnovinki-catalog-main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 150px;
  text-align: center;
  width: 800px;
}
.credit {
  margin: 10px 0px;
}
.divider {
  position: relative;
  margin-bottom: 40px;
  height: 1px;
}
.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 5%;
  width: 60%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(161 161 161), transparent);
  transform: translateX(-50%);
}
.collection-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collection-item {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 47%;
  margin-bottom: 84px;
  color: #898989;
  box-sizing: border-box;
  z-index: 2;  
  transition: box-shadow .3s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  background-color: #fdfdfd;
}
a.collection-item-image {
  width: 100%;
  position: relative;
}
img.collection-image {
  width: 100%;
}
.collection-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.collection-item-wrapper {
  width: 100%;
  padding: 0px 0px 0px 20px;
}
.collection-item-title {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 20px;
}
.collection-item-title img {
  height: 30px;
}
.collection-item-subtitle {
  -ms-flex-positive: 1;
  font-size: 15px;
}
a.collection-item__button {
  display: inline-block;
  padding: 13px 20px;
  margin-right: 15px;
  background: #6ea655;
  color: #fff;
  letter-spacing: 1px;
}

.collection-item:hover {
  box-shadow: 0 0 10px 1px rgb(80 85 86 / 20%);
}
a.collection-item__button {
  display: inline-block;
  padding: 13px 18px;
  margin-right: 15px;
  background: #6ea655;
  color: #fff;
  letter-spacing: 1px;
}
a.collection-item__button:hover {
  background: #3a7421;
}
.cnovinki-catalog-main:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, transparent, rgb(161 161 161), transparent);
}
section#sc-catalog-main {
  position: relative;
}
.cnovinki-catalog-main:after {
  width: 60%;
  bottom: -40px;
}
section#sc-catalog-main {
  background-image: url(/images/new/paralax/paralax-01.jpg);
}
section#sc-sety-salonov-main {
  background-image: url(/images/new/paralax/paralax-02.jpg)
}
section#sc-catalog-main, section#sc-sety-salonov-main {
  background-attachment: fixed;
}
section#sc-catalog-main:before, section#sc-sety-salonov-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #3636367d;  
}
section#sc-sety-salonov-main:before {
  background: #363636ba;
}
.bezgran, .sety-salonov {
  color: #fff;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 140px 0px;    
}
.bezgran-title-wrapper, .sety-salonov-title-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  background: initial;
}
.bezgran-title, .sety-salonov-title {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.bezgran-subtitle, .sety-salonov-subtitle {
  max-width: 515px;
  margin: 0 auto 40px;
  letter-spacing: 0.7px;
  line-height: 0.7;
  font-size: 20px;
}
.bezgran-subtitle .collection-mainlink, .sety-salonov-subtitle  .collection-mainlink {
  position: relative;
  z-index: 1;
}
.collection-mainlink {
  text-align: center;
  padding: 16px 40px;
  background: #6ea655;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin-top: 20px;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.collection-mainlink:hover, .collection-mainlink:focus {
  background: #3a7421;
  color: #fff;
}
section#catalog2-main {
  margin: 150px 0px 60px 0px;
}
section#sc-sety-salonov-main {
  position: relative;
}
#sc-lozungi {
  padding: 100px 0px 0px 0px;
}
section#sc-lozungi .mdl-content {
  text-align: center;
}
.lozungi-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-direction: column-reverse;
}
section#sc-video {
  margin-top: 135px;
}
.lozungi-main-blocks-list {
  display: flex;
  justify-content: space-between;
}
.lz-item {  
  width: 29%;
  text-align: left;
}
.lz-title h3 {
  font-weight: 700;
}
.lz-desc p {
  text-align: initial;
}
.video-box iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
a.video-banner {
    position: absolute;
    top: 2px;
    z-index: 111;
    left: calc(50% - 50px);
    top: calc(50% - 54px);
}
a.video-banner svg {
  width: 100px;
  height: 100px;
}
a.video-banner svg path {
  fill: #ffffff2e;
}
a.video-banner:hover svg path {
  fill: #fff;
}
a.close-video-modal svg path {
  fill: #000;
}
section#sc-partners-main .collection-item {
  width: 32%;
  color: #000;
  padding-bottom: 0px;
}
footer#footer .container {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-logo svg {
  width: 250px;
}
span.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.contacts-offcanvasmenu {
  width: 320px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.contactsoffcan .contacts-offcanvasmenu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.contacts-offcanvasmenu {
  padding: 20px;
}
.close-offcanvas, a.close-contactsoffcanvas {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
}
a.close-contactsoffcanvas {
  top: 15px;
  right: 15px;
}
.contacts-offcanvas-inner {
  padding-top: 30px;
}
.offc-city {
  border-bottom: 1px dashed #ddd;
  margin: 20px 0px;
}
.offc-phone-wrapper {
  margin-bottom: 20px;
}
.offc-phone-wrapper p {
  margin: 0px 0px 5px 0px;
}
a.offc-phone {
  color: #000;
  font-size: 25px;
}
a.offc-phone:hover {
  color: #6ea655;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body.contactsoffcan {
  padding-right: 15px;
}
body.contactsoffcan, body.offcanvas {
  overflow: hidden;
}
.offcanvas .offcanvas-overlay, .contactsoffcan .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.social-bottom-wrapper .social-item a:hover {
  color: #6ea655;
}
section#top, .headblockext, section#top, .headblockext {
  z-index: 21;
}
.headblockext, .headblockext {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0px;
}
.headblockext, .headblockext {
  position: relative;
}
section#top {
  background: none;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: flex-start;
  padding: 40px 0px 0px 0px;
  margin-bottom: 5px;
  flex-direction: row;
  align-content: center;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
}
.headblockext .container {
  display: none;
  max-width: none;
  width: 1650px;
}
#offcanvasmenu-icon {
  display: -ms-flexbox;
  -ms-flex-align: center;
  width: 30.33333%;
  -ms-flex-align: center;
  flex: none;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: left;
}
#header #offcanvas-toggler-test {
  display: flex !important;
}
section#slider {
  margin-top: -213px;
  position: relative;
}
body.sliderpage  header#header.acitvebg::before {
  opacity: 1;
  top: 0px;
}
.logo-wrapper-top svg path.logovector-item2 {
  fill: #000;
}
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2, .logo-wrapper-top svg path.logovector-item2,
.logo-wrapper-top svg path.logovector-item2 {
  fill: #fff;
}
.logo-wrapper {
  display: flex;
  align-items: center;
}
.logo-wrapper-top {
  width: 230px;
  margin-right: 30px;
  margin-top: 10px;  
}
#pl-logo {
  width: 36.33333%;
  max-width: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: none;
  max-width: none;
}
.headblockext .container::after {
  content: '';
  width: 10px;
  background: #ddd;
  height: 1px;
  width: 1%;
  margin-left: auto;
  margin-right: auto;
  transition: 2s ease;
  opacity: 0;
  margin-top: 17px;
}
.headblockext .container.activeload::after {
  width: 100%;
  opacity: 1;
}
section#header2 {
  color: #fff;
  position: relative;
  z-index: 21;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: row;
  align-content: center;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
}
#header2 .container {
  max-width: none;
  width: 1650px;
  padding-bottom: 30px;
}
div#header2mid {
  width: 33.33333%;
  max-width: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: none;
  max-width: none;
}
div#header2selectcity {
  display: -ms-flexbox;
  -ms-flex-align: center;
  width: 33.33333%;
  -ms-flex-align: center;
  flex: none;
  max-width: none;
  display: flex;
  align-items: center;
}
div#header2contacts {
  width: 33.33333%;
  max-width: none;
  display: flex;
  -ms-flex-pack: end;
  justify-content: right;
  -ms-flex-align: center;
  align-items: center;
}
#phone {
  width: 30.33333%;
  max-width: none;
  display: flex;
  -ms-flex-pack: end;
  justify-content: right;
  -ms-flex-align: center;
  align-items: center;
  flex: none;
}
.close-offcanvas {
  top: 15px;
  right: 15px;
}
ul.nav.menu li {
  margin-right: 15px;
  float: left;
  margin-left: 0px;  
  margin-bottom: 8px;
}
.offcanvas-menu ul.nav.menu li {
  width: 100%;
  line-height: 1.2;
}
ul.nav.menu.main a {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
}
.m_wrapper.m-search {  
  padding: 20px;
  margin-bottom: 20px;
}
ul.nav.menu.main {
  ндеmargin: 20px 0px;
}
a.vakansiimob-link {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.phone-header a:hover {
  color: #6ea655;
}
#header #offcanvas-toggler-test:hover svg path, body.sliderpage #header #offcanvas-toggler-test:hover svg path,
.select_city.cityheader2:hover, body.sliderpage .select_city.cityheader2:hover, a#contacts-offcanvas-link:hover, body.sliderpage a#contacts-offcanvas-link:hover {
  color: #6ea655;
  fill: #6ea655;
}
body.sliderpage #header #offcanvas-toggler-test svg path, body.sliderpage .logo-wrapper-top svg path.logovector-item2,
body.sliderpage .phone-header a, body.sliderpage .icon-map-marker svg path, body.sliderpage span.scity_title,
body.sliderpage .select_city.cityheader2, body.sliderpage a#contacts-offcanvas-link {
  fill: #fff;
  color: #fff;
}
#header #offcanvas-toggler-test svg path, .logo-wrapper-top svg path.logovector-item2, .phone-header a,
.icon-map-marker svg path, span.scity_title, .select_city.cityheader2, a#contacts-offcanvas-link {
  fill: #000;
  color: #000;
}
body.sliderpage header#header::before {
  content: '';
  background: linear-gradient(rgb(0 0 0 / 87%), rgba(255, 255, 255, 0));
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: -1;
  top: -82px;
  transition: 2s ease;
  opacity: 0;
}

body.sliderpage #header {
  padding: 40px 0px 20px 0px;
  background: rgb(0 0 0 / 58%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 27%, rgba(255,255,255,0) 100%);  
}
#header.menu-fixed {
   background: #fff !important;
}
#header {
  padding: 40px 0px 20px 0px;
}
.clr-green {
  color: #6ea655;
}
ul.classic-list {
  list-style: decimal;
}
section#sc-partners-main {
  margin-top: 120px;
  margin-bottom: 50px;
}
.icn-question svg {
  top: 3px;
  position: absolute;
}
.icn-question {
  margin-left: 5px;
}
.icn-question svg path {
  fill: #a9a9a9;
}
svg.off-menu-icon-content {
  width: 30px;
  margin-right: 15px;
}
.off-menu-icon-text {
  color: #fff;
  font-size: 21px;
}
body.nosliderpage .off-menu-icon-text {
  color: #000;
}

a#offcanvas-toggler-test:hover span {
  color: #6ea655;
}
.contacts-offcanvas-inner .icon-map-marker svg path, .contacts-offcanvas-inner .scity_title {
  fill: #000 !important;
  color: #000 !important;
}
.list_products_yukka .category_description {
  margin: 50px 0px 90px 0px;
}
.catlist-logo {
  margin-bottom: 30px;
}
.catlist-logo img {
  width: 240px;
}
.catlist-title {
  margin-bottom: 15px;
}
img.qwe {
  position: absolute;
  top: -180px;
  width: 240px;
}
.collectiontest-item-wrapper {
  padding: 0px 20px 30px 20px;
}
.collectiontest-item-collection {
  margin-bottom: 12px;
}
.collectiontest-item-logo {
  margin-bottom: 20px;  
  font-size: 30px;
  color: #000;
}
.title-yukka-category-logo {
  font-size: 70px;
  line-height: 45px;
}
.collectiontest-item-logo img {
  height: 30px;
}
.rl_tabs.outline_content>.tab-content>.tab-pane {
  padding: 10px 0px 0px 0px;
}
.rl_tabs.outline_content>.tab-content {
  border: none; 
}
.rl_tabs.outline_content>ul.nav-tabs {
  margin-bottom: 20px;
}
.rl_tabs.top>ul.nav-tabs>li.active a, .rl_tabs.top>ul.nav-tabs>li.active a:hover {
  border-bottom-color: #000;
}
.rl_tabs>ul.nav-tabs>li>a:hover {
  color: inherit;
}
.rl_tabs>.nav>li>a:hover {
  background: none;
}
li.rl_tabs-tab.nn_tabs-tab.nav-item a {
  color: #838383;
}
.rl_tabs.outline_handles ul.nav-tabs>li a {
  margin-right: 20px;
  padding: 0px 0px 10px 0px;
  font-size: 17px;  
}
li.rl_tabs-tab.nn_tabs-tab.nav-item.active a {
  color: #000;
}
.pd-top-block {
  display: flex;
}
.pd-steklo-wrapper .custom {
  width: 48%;
}
.pd-steklo-wrapper {  
  display: flex;
  justify-content: space-between;
}
.pd-steklo-item {
  width: 25%;
}
.pd-steklo-ex-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pd-steklo-ex-item {
  width: 9%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.plenki-pokritie, .pd-furnitura-item {
  margin-bottom: 30px;
}
.pd-furnitura-wrapper {
}
.pd-furnitura-wrapper .pd-furnitura-column:first-child {
  width: 35%;
}
.pd-steklo-wrapper ul {
  list-style: inside;
}
.okollekcii-logo img {
  height: 30px;
}
.okollekcii-content h3 {
  margin: 0px 0px 25px 0px;
}
.okollekcii-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 110px 0px 83px 0px;
}
.okollekcii-content {
  width: 55%;
  margin-right: 60px;
  color: #505050;
}
.okollekcii-content h3 {
  margin: 0px 0px 25px 0px;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}
section#top.menu-fixed-out {
  padding-top: 40px;
}
section#top.menu-fixed div#top-1 {
  margin-top: -6px;
}
section#top.menu-fixed .logo-content-logo img {
  width: 221px;
}
section#top.menu-fixed .phone-top-wrapper p {
  display: none;
}
@-webkit-keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@keyframes sheens {
    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
.catlist-description {
  line-height: 1.4;
}
.tip-otrivania {
  display: inline-block;
  margin-bottom: 10px;
}
.tip-otrivaniya-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.tip-otrivaniya-item {
  width: 11%;
  margin-right: 46px;
}
.tip-otrivaniya-title {
  text-align: center;
}
.tip-otrivaniya-image {
  margin-bottom: 10px;
  opacity: 0.8;
  background: #f3f3f3;
}
h3.tip-otkrivania-title {
  font-size: 22px;  
  margin: 0px 0px 20px 0px;
}
.tip-otkrivaniya-section {
}
.dl-katalog-image {
  width: 30px;
}
.dl-katalog-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.dl-katalog-image {
  display: inline-block;
  margin-right: 10px;
}
.dl-katalog-item {
  text-align: center;
}
.dl-katalog-item {
  display: flex;
  align-items: center;
}
.other-colletcion-section .collectiontest-item {
  width: auto;
}
section#sc-voprosi {
  margin: 90px 0px;
}
.voprosi-wrapper {
  display: flex;
  align-items: center;
}
.voprosi-image {  
  margin-right: 60px;
}
.voprosi-section {
  margin: 90px 0px 130px 0px;
}
.voprosi-title {
  font-size: 35px;
  margin-bottom: 10px;
}
.voprosi-description {
  margin-bottom: 10px;
}
.voprosi-content {
  margin-left: -100px;
  background: #fff;
  padding: 40px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 1px #ddd;
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
.snowflake,.snowflake .inner {
  animation-iteration-count: infinite;
  animation-play-state: running
}
@keyframes snowflakes-fall {0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}
.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 0s
}
.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 2.5s
}
body.rossa-rb {
  color: #505050;
}
body.rossa-rb a.pd-otherdoors-image img {
  width: 80px;
  height: auto;
}
.pd-info-block-wrapper { 
  background: #f5f5f5;
}
.pd-info-block-btns .btn-def.send_to_shop, .pd-info-block-btns .btn-def.gde-posmotrety {
  background: #ebebeb;
  color: #000;
}
.pd-info-block-wrapper {
  padding: 30px 30px;  
}
.pd-info-block-btns .btn-def {
  padding: 10px 50px;
}
.pd-info-block-btns .btn-def:hover {
  background: #dddddd;
}
.pd-info-block-btns {
  display: flex;
  justify-content: center;
}
.pd-info-block-btns .btn-def.send_to_shop {
  margin-right: 50px;
}
body.rossa-rb div#pd-otherdoors-wrapper {
  height: auto;
  width: 923px;
  margin-bottom: 60px;
}
.tip-otrivaniya-image img {
  opacity: 0.8;
}
.tip-otrivaniya-image:hover {
  opacity: 1;
}
body.rossa-rb .okollekcii-content {
  color: inherit;
}
body.rossa-rb .collectiontest-item {
  color: #505050;
}
.plenki-pokritie img, .pd-furnitura-wrapper img {
}
.extra_fields div.data {
  margin-bottom: 0px;
}
.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #e3e3e3;
  color: #000;
  cursor: pointer;  
  transition: all .3s;
}

.accordion__item {
  border-bottom: 1px solid rgb(227 227 227);
}
.accordion__item .accordion__item {
  border-bottom: 1px solid rgb(227 227 227);
}

.accordion-header:hover {
  background: #69ad01;
  position: relative;
  z-index: 5;
  color: #fff;
}

.accordion-body {
  background: #fcfcfc;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #67aa06;
  color: #fff;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  .accordion {
    width: 100%;
  }
}
.accordion-body__contents ul {
  list-style: disc;
}
.accordion-tab-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  background: #003852;
}

.accordion {
  overflow: hidden;
}
@media (min-width: 600px) {
  .accordion {
    width: 100%;
    max-width: 600px;
  }
}
.accordion-tabs {
  display: none;
}
.accordion-tabs :focus {
  outline: none;
}
.accordion-item {
  border-bottom: 1px dashed #d7d7d7;
}
.accordion-item:last-child {
  border: none;
}
.accordion-item__label {
  position: relative;
  cursor: pointer;
  transition: padding 0.2s ease;
  font-size: 19px;
}
.accordion-item__label::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.5s ease;
  border-radius: 2px;
  border: 5px solid transparent;
  border-color: #00000000 #0000003d #0000003d transparent;
}
.accordion-item__label:hover {
}
.accordion-item__container {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.accordion-active {
}
.accordion-active .accordion-item__label {
  cursor: inherit;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  color: #000;
  font-weight: 600;
  display: none;
}
.accordion-active .accordion-item__label:hover {
}
.accordion-active .accordion-item__label::after {  
  transform: rotate(225deg);
  top: 5px;
}
.accordion-active .accordion-item__container {
  height: auto;
  padding: 20px 0px;
  opacity: 1;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
  .accordion-tabs .accordion-tab {
    font: inherit;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
    padding: 16px 0;
    margin-right: 20px;
  }
  .accordion-tabs .accordion-tab:hover {
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    color: #000000;    
    border-bottom: 1px solid #505050;
  }

  .accordion-item {
    display: none;
    min-height: 260px;
    border: none;
  }
  .accordion-item__label, .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .accordion-item__label {
    margin-bottom: 20px;
  }
  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}
.citation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: var(--citation-bg-color);
}
.citation p {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  color: var(--citation-p-color);
}
.citation p a {
  color: var(--citation-a-color);
  cursor: pointer;
}
.citation p a:hover {
  color: var(--citation-a-hover-color);
}
.tip-otrivaniya-wrapper {
  flex-wrap: wrap;
}
section.accordion {  
  max-width: initial;
}
.accordion-item__container h3 {
  font-size: 17px;
  margin: 0px 0px 10px 0px;
}
.accordion-item__container .pd-colorplenka-block + [data-readmore-toggle] {
  margin: 20px 0px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 0px;
}
.pd-btn-db {
  background: #67aa06;
  text-align: center;
  width: 48%;
  padding: 10px 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.tab {
  overflow: hidden;  
  position: absolute;
  top: 0px;
  border-bottom: 1px solid #ddd;
}
.tab span {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-right: 23px;
  margin-bottom: 10px;
}
.tab span:hover {
}
span.tablinks.sklad-pd {
  color: #a50e0e;
}
.tab span.active {
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.tabcontent {
  display: none;
  border-top: none;
  transition: visibility 0s, opacity 0.5s linear;  
}
#comjshop_list_product .door-block .name {
  margin-bottom: 10px;
}
.jshop_list_product {
  margin-top: 50px;
}
div#drugiemodeli {
  display: block;
}
.tab span.tablinks:last-child {
  margin-right: 0px;
}
.pd-steklo-wrapper .custom {
  width: 47%;
}
.pd-steklo-wrapper h3, .pd-stelko-ex-wrapper h3 {
  margin: 0px 0px 30px 0px;
}
.pd-furnitura-column h3 {
  margin: 0px 0px 30px;
}
.gk-img-wrapper {
  display: flex;
  justify-content: space-between;
}
.gk-img-item {
  width: 24%;
}
.gk-img-item {
  margin-bottom: 20px;
}
.akciya-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.akciya-content-image {
  margin-right: 60px;
}
.news-intro-block {
  margin-bottom: 30px;
}
.gdsd-wime-title-wrapper {
  margin: 6px 0px;
}
span.gksd-wtime-title {
  font-weight: 600;
}
.ackia-item {
  width: 48.5%;
}
.akciya-image {
  margin-bottom: 20px;
}
.polezno-wrapper .itemFullText h1 {
  margin-bottom: 0px;
}
.polezno-info-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.polezon-info-item {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #ddd;
  text-align: left;
  transition: box-shadow .3s linear;
}
.polezon-info-item:hover {
  box-shadow: 0 0 20px 5px rgb(80 85 86 / 50%);
}
a.polezon-info-link {
  color: #1d1d1b;
  position: relative;
}
img.polezno-info-image {
  width: 180px;
}
.polezno-info-image-wrapper {
  margin-bottom: 10px;
  display: block;
}
h3.polezno-info-head {
  padding: 16px 0 4px 0;
  font-weight: normal;
  font-size: 25px;
  margin: 20px 0px;
}
.catItemIntroText ul {
  margin: 0px;
}
div#modal-sendtoshop {
  left: 35% !important;
  top: 10% !important;
}
.map-shop-info-wrapper {
  display: flex;
  margin-bottom: 60px;
}
.map-shop-wrapper {
  width: 70%;
  margin-right: 50px;
}
.gk-img-wrapper {
  margin-bottom: 40px;
}
span.yukka-company {
  text-transform: uppercase;
  font-size: 21px;
}
.link-ex {
  position: relative;
  color: #727272;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.link-ex::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 1px;
  background: #505050;
}
.link-ex::after {
  width: 0;
  transition: 0.3s;
}
.link-ex:hover:after {
  width: 100%;
}
a.link-ex:hover {
  color: #ddd;
}
.link-icon {
  margin-right: 20px;
}
.link-icon img {
  width: 30px;
}
.bezgran-title-link {
  position: relative;
  display: inline-block;
}
a.bt-link {
  padding-bottom: 4px;
}
a.bt-link:hover .link-ex {
  color: #505050;
}
.bt-dashed {
  border-bottom: 1px dashed #ddd;
}
a.collection-item-link.bt-link .link-ex {
  letter-spacing: 1.4px;
  text-transform: none;
}
.akcii-wrapper .collection-item:hover {
  box-shadow: 0 0 10px 4px rgb(80 85 86 / 33%);
}
.akcii-wrapper .collection-item.cl-title {
  color: inherit;
  display: flex;
  justify-content: center;
  background: #fff;
  padding-bottom: 120px;
}
.akcii-wrapper .collection-item.cl-title:hover {
  box-shadow: none;
}
.collection-item-title.akciya {
  color: #000;
  margin-bottom: 10px;
}
h1.akciya-title {
  margin: 30px 0px;
}
section#akcii-main {
  padding: 110px 0px 0px 0px;
}
a.akcii-offcan-link {
    background: #1f1f1f;
    padding: 5px 0px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    margin-bottom: 15px;
    color: #ffffff;
}
.akcii-offcan--title {
  display: flex;
}
.akciya--offc-item-img {
    width: 40%;
    margin-right: 10px;
}
.video-block {
  margin: 30px 0px;
}
.news-gde-kupit-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-gde-kupit-image {
}
.news-gde-kupit-info {
    margin-top: 10px;
}
.news-gde-kupit-title {
  margin-bottom: 20px;
}
.news-gde-kupit-button .dl-katalog-item {
}
.news-ec-gde-kupit {
}
.news-extended-content {
}
.itemFullText .news-extended-content {
  display: flex;
  margin-top: 20px;
}
.news-ec-akciya-item {
  width: 33%;
}
.itemFullText .news-extended-content .news-ec-emaly {
    width: 35%;
}
.years-yukka {
  color: #fff;
  font-family: 'Monotype Corsiva';
  font-size: 45px;
}
body.sliderpage .years-yukka {
  color: #fff;
}
body.nosliderpage .years-yukka {
  color: #000;
}
.list_product.yukka_catalog {
  display: flex;
  flex-wrap: wrap;
}
.list_product.yukka_catalog .door-block .name a {
  color: #505050;
  font-weight: 600;
  font-size: 20px;
}
.list_product.yukka_catalog .door-block .name {
  margin-bottom: 10px;
}
.list_product.yukka_catalog .door-block {
  display: flex;
  margin-bottom: 100px;  
  padding-right: 25px;
}
.list_product.yukka_catalog .image {
  margin-right: 30px;
}
.list_product .prod_label-3 {
  position: absolute;
  top: -5px;
  z-index: 2;
  right: -4px;
}
.list_product.yukka_catalog .extra_fields div {
  margin-bottom: 15px;
}
.akcii-wrapper .collection-item-subtitle {
  font-size: 20px;
  color: #000;
}
.list_product.yukka_catalog .pl-right-info {
  width: 200px;
}
span.collection-platinum-light-prefix {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  position: relative;
  top: 6px;
}
.akciya-data {
  color: #000000;
  left: 25px;
  padding: 20px 0px 0px 20px;
}
.polezno-items-contanier {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.polezno-item {
  width: 48%;
  margin-bottom: 60px;
  border: 1px solid #ddd;  
  border-radius: 5px;
}
.polezno-item-text-wrapper {
  padding: 30px 0px;
}
h3.polezno-item-title {
  margin: 0px;
}
h3.polezno-item-title a {
  color: #505050;
}
.polezno-item-text-wrapper {
  padding: 20px 0px 30px 0px;
}
.polezno-item-contnet-wrapper {
  padding: 30px 30px;
}
.polezno-header {
  padding: 30px 0px 40px 0px;
}
.polezno-itemview .list_product.yukka_catalog .door-block {
  width: 50%;
}
.row.mid {
  display: flex;
  align-items: center;
}
body.sliderpage.yukka-rb .n2-ss-swipe-element.n2-ow:before {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .5), transparent);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
body.sliderpage.yukka-rb section#breadcrumb {
  background: none;
  padding: 0px;
  z-index: 0;
  margin-top: -360px;
  margin-bottom: 140px;
}
body.view-category.sliderpage.yukka-rb section#breadcrumb {
  margin-bottom: 190px;
}

body.sliderpage.yukka-rb section#breadcrumb .breadcrumbs a {
  color: #f9f9f9;
  margin: 0px 15px 0px 15px;
}
body.sliderpage.yukka-rb section#breadcrumb .breadcrumbs a:hover {
  color: #dbdbdb;
}
.title-yukka-category-wrapper {
  color: #f9f9f9;
  margin-bottom: 40px;  
}
.title-yukka-category-logo img {
  height: 70px;
}
.title-yukka-category-wrapper {
  color: #f9f9f9;
}
.title-yukka-category-name {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 3px;  
}
body.sliderpage.yukka-rb .breadcrumbs {
  color: #f9f9f9;
  margin-left: -14px;
}
.pd-furnitura-photo-item-title {
  font-size: 25px;  
}
.pd-furnitura-photo-item-content {
  display: flex;
  margin: 30px 0px 40px 0px;
  flex-wrap: wrap;
}
.pd-furnitura-photo-item-content .zoom_item {
}
.pd-furnitura-title {
  font-size: 25px;
  line-height: 26px;
  margin: 0px 0px 10px;
  margin: 0px 0px 15px;
}
.pd-furnitura-wrapper img {

}
.pd-furnitura-photo-item-logo {
  float: left;
  margin-right: 20px;
}
.pd-furnitura-v-block.pd-furnitura-opisnaie {
  margin-bottom: 50px;
}
.pd-furnitura-photo-item-title-icon svg {
  width: 30px;
}
.pd-furnitura-photo-item-title-wrapper {
  display: flex;
}
.pd-furnitura-photo-item-title-icon {
  margin-right: 20px;
}
.pd-furnitura-photo-item-content.zoom_list .zoom_item img {  
}
.pd-furnitura-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd-furnitura-v-block.pd-furnitura-photo-item {
  width: 47%;
}
.pd-furnitura-item.pd-furnitura-item-koblenz {
}
.pd-furnitura-feautre-list {
  padding: 0;
}
.pd-furnitura-feautre-list li {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.5em;
}
.pd-furnitura-feautre-list li::before {
  content: '';
  border-bottom: 1px dashed #ccc;
  flex-grow: 1;
  order: 2;
  margin: 0 5px;
}
.pd-furnitura-feautre-list .item {
  order: 3;
}
.pd-furnitura-petli-item .pd-furnitura-photo-item-content {
  flex-wrap: nowrap;
}
.pd-furnitura-petli-item .pd-furnitura-photo-item-content .zoom_item {
  width: 25%;
}
.pd-furnitura-item.pd-furnitura-item-irbis {
  display: flex;
}
input[type="checkbox"] + label {
  position: relative;
}
.form-group.politika-group {
  display: flex;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
}
label a {
  color: #505050;
}
.image-item.img_metal_wrapper.metal_2 {
  display: none;
  top: -56px;
  position: absolute;
}
.list_product.yukka_catalog.yukka_metal .image:hover .image-item.img_metal_wrapper.metal_1 {
  display: none;
}
.list_product.yukka_catalog.yukka_metal .image:hover .image-item.img_metal_wrapper.metal_2 {
  display: block;
}
.door-block.metal-item .image {
  width: 200px;
  position: initial;
}
.door-block.metal-item {  
  height: 400px;
  position: relative;
}
.image-item.img_metal_wrapper.metal_1 {
  position: absolute;
  top: 0px;
  display: block;
}
.title-yukka-metal-name {
  font-size: 80px;
  line-height: 60px;
}
.sklad-metal-wrapper {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}
.sklad-metal-title {
  font-size: 23px;
  color: #a50e0e;
}
.news-gde-kupit-image {
  margin-right: 30px;
  margin-bottom: 10px;
}
.hover-gallery {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.hover-gallery .main-image {
    position: relative;
    z-index: 1;
}

.hover-gallery .jshop_img {
    transition: opacity 0.3s ease;
    width: 100%;
    height: auto;
    display: block;
}

.hover-gallery:hover .jshop_img {
    opacity: 0.95;
}

.hover-indicator {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 12px;
}

.hover-gallery:hover .hover-indicator {
    opacity: 1;
}

.indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator-dot.active {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
}

.extra-images {
    display: none !important;
}

.image_block {
    position: relative;
}
section#catalog-novinki-main a.collection-item-image,
div#catalog2-main a.collection-item-image,
div#partners-main a.collection-item-image {
  margin-bottom: 30px;
}
div#sety-salonov-main .link-ex,
section#sc-catalog-main .link-ex {
  color: #e1e1e1;
}
div#sety-salonov-main .link-ex::after,
section#sc-catalog-main .link-ex::after {
  background: #e1e1e1;
}
a.akcii-offcan-link p {
    margin-bottom: 0px;
}
div#catalog2-main .collection-item-title, div#catalog-novinki-main .collection-item-title {
    color: #000;
    font-size: 30px;
}

body.pogonazh-lightbox-open {
  overflow: hidden;
}

.tabs.newt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px;
}

.tabs.newt .tab-btn {
  padding: 10px 18px;
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 999px;
}

.tabs.newt .tab-btn:hover {
  background: #f5f5f5;
}

.tabs.newt .tab-btn.active {
  background: #222;
  color: #fff;
  border-color: #222;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}


.product-card h3 {
  margin: 12px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.product-card .pc-desc p {
  margin: 0 0 6px;
}

.product-card-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.product-card-gallery .main-image {
  position: relative;
  z-index: 1;
  cursor: zoom-in;
  border-radius: 18px;
  overflow: hidden;
  background: #f6f6f6;
}

.product-card-gallery .main-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.product-card-gallery:hover .main-image img {
  opacity: 0.96;
  transform: scale(1.01);
}

.hover-indicator {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
  background: rgba(17, 17, 17, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 10px;
  border-radius: 999px;
}

.product-card-gallery:hover .hover-indicator {
  opacity: 1;
}

.indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: all 0.25s ease;
  cursor: pointer;
}

.indicator-dot.active {
  background: rgba(255, 255, 255, 0.96);
  transform: scale(1.2);
}

.extra-images {
  display: none !important;
}

/* lightbox */
.pogonazh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 10, 14, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pogonazh-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.pogonazh-lightbox__inner {
  position: relative;
  width: min(1180px, 100%);
  max-height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
}

.pogonazh-lightbox__stage {
  position: relative;
  min-height: 70vh;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.pogonazh-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  width: auto;
  height: auto;
  border-radius: 16px;
}

.pogonazh-lightbox__close,
.pogonazh-lightbox__nav {
  position: absolute;
  border: 0;
  color: #8b8b8b;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  background: #fff;
  box-shadow: 0px 0px 4px #d1d1d1;
}

.pogonazh-lightbox__close:hover,
.pogonazh-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.pogonazh-lightbox__close {
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  z-index: 3;
}

.pogonazh-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  z-index: 3;
}

.pogonazh-lightbox__nav:hover {
  transform: translateY(calc(-50% - 1px));
}

.pogonazh-lightbox__nav--prev {
  left: 16px;
}

.pogonazh-lightbox__nav--next {
  right: 16px;
}

.pogonazh-lightbox__bottom {
  display: grid;
  gap: 12px;
}

.pogonazh-lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
}

.pogonazh-lightbox__caption {
  font-size: 16px;
  line-height: 1.35;
  opacity: 0.95;
}

.pogonazh-lightbox__counter {
  font-size: 14px;
  line-height: 1;
  opacity: 0.72;
  white-space: nowrap;
}

.pogonazh-lightbox__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.pogonazh-lightbox__thumbs::-webkit-scrollbar {
  height: 6px;
}

.pogonazh-lightbox__thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.pogonazh-lightbox__thumb {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.72;
}

.pogonazh-lightbox__thumb:hover {
  transform: translateY(-1px);
  opacity: 1;
}

.pogonazh-lightbox__thumb.active {
  border-color: rgba(255, 255, 255, 0.72);
  opacity: 1;
}

.pogonazh-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* responsive */
@media (max-width: 1199px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .product-card h3 {
    font-size: 18px;
  }

  .pogonazh-lightbox {
    padding: 14px;
  }

  .pogonazh-lightbox__stage {
    min-height: 58vh;
    padding: 20px;
    border-radius: 18px;
  }

  .pogonazh-lightbox__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .pogonazh-lightbox__nav {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }

  .pogonazh-lightbox__nav--prev {
    left: 10px;
  }

  .pogonazh-lightbox__nav--next {
    right: 10px;
  }

  .pogonazh-lightbox__thumb {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }
}

@media (max-width: 479px) {
  .products-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .pogonazh-lightbox__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-card {
  position: relative;
}
.product-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s, opacity 0.25s;
}
.product-card .pc-desc p {
  margin: 0 0 6px;
}
.pc-desc p {
  line-height: 0.9;
  color: #ababab;
}
.product-card:hover {
  transform: translateY(-4px);
}
.pg-item-row {
  display: flex;
  align-items: center;
}
.pg-item-img {
  width: 100%;
}
body.itemid-576.sliderpage.yukka-rb  .title-yukka-category-name {
  font-size: 60px;
  font-weight: 400;
  width: 30px;
  line-height: 60px;
}
.products-grid > .hidden {
 display: none !important;
}
.products-grid > * {
  margin: 0 !important;
}
.products-grid > .custom.hidden {
  display: none !important;
}
.products-grid > .custom {
  height: 100%;
}





.header-catalog {
  position: relative;
}

.header-catalog__item {
  position: relative;
  display: inline-block;
}

.header-catalog__toggle {

}

.header-catalog__item.is-open .header-catalog__toggle {
  background: #f6f8fb;
  border-color: #9fb2c7;
}

.header-catalog__dropdown-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

.header-catalog__dropdown {
  position: fixed;
  width: 1740px;
  height: 700px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0,0,0,.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  overflow: hidden;
}

.header-catalog__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.header-catalog-mega {
  display: grid;
  grid-template-columns: 330px 1fr;
}

.header-catalog-mega__sidebar {
  background: #f7f6f2;
  padding: 36px 40px;
  border-right: 1px solid #ece8df;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-catalog-mega__sidebar-title {
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  float: left;
  padding: 0px;
  color: #000;
}

.header-catalog-mega__tab {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  color: #7d8793;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 14px;
  margin-bottom: 8px;
  text-align: left;
}

.header-catalog-mega__tab.is-active {
  color: #111;
  background: #fff;
  font-weight: 600;
}

.header-catalog-mega__sidebar-separator {
  width: 100%;
  height: 1px;
  background: #d8d2c6;
  margin: 26px 0;
}

.header-catalog-mega__sidebar-link {
  display: block;
  text-decoration: none;
  color: #7d8793;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 20px;
}

.header-catalog-mega__sidebar-link:hover {
  color: #111;
}

.header-catalog-mega__content {
  padding: 32px 38px 32px;
  overflow-y: auto;
}

.header-catalog-mega__panel {
  display: none;
}

.header-catalog-mega__panel.is-active {
  display: block;
}

.header-catalog-mega__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px 26px;
  align-items: start;
}

.header-catalog-mega__card {
  min-width: 0;
}

.header-catalog-mega__card-head {
  margin-bottom: 18px;
}

.header-catalog-mega__card-image {
  width: 100%;
  height: 188px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ececec;
}

.header-catalog-mega__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.header-catalog-mega__card-title {
  font-size: 20px;
  margin: 20px 0px 10px 0px;
}

.header-catalog-mega__card-text {
  margin: 0;
  font-size: 15px; 
  color: #ababab;
}

.header-catalog-mega__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-catalog-mega__link {
  color: #5a4637;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.35;
}

.header-catalog-mega__link:hover {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .header-catalog__dropdown {
    width: calc(100vw - 24px);
  }

  .header-catalog-mega__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .header-catalog-mega {
    grid-template-columns: 280px 1fr;
  }

  .header-catalog-mega__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .header-catalog__dropdown {
    width: calc(100vw - 20px);
    height: auto;
    max-height: calc(100vh - 20px);
  }

  .header-catalog-mega {
    grid-template-columns: 1fr;
  }

  .header-catalog-mega__sidebar {
    border-right: 0;
    border-bottom: 1px solid #ece8df;
  }

  .header-catalog-mega__grid {
    grid-template-columns: 1fr;
  }
}
.offcanvas-menu .header-catalog__toggle {
    border: none;
}
.header-catalog-mega__filters {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.header-catalog-mega__filter {
  border: 0;
  background: #fbfbfb;
  color: #5c4b3d;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  cursor: pointer;
}

.header-catalog-mega__filter.is-active {
  background: #f3f1ec;
}

.header-catalog-mega__card.is-hidden {
  display: none;
}

.header-catalog-mega__link-mark {
  color: #b07c5a;
  margin-left: 6px;
}

.header-catalog-mega__card-image {
  overflow: hidden;
}

.header-catalog-mega__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.header-catalog-mega__card-image:hover img {
  transform: scale(1.06);
}
.header-catalog__close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  background: #f9f9f9;
  cursor: pointer;
  z-index: 10;
  border-radius: 40px;
}

.header-catalog__close::before,
.header-catalog__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transition: background .2s ease;
}

.header-catalog__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-catalog__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-catalog__close:hover::before,
.header-catalog__close:hover::after {
  background: #000;
}
.header-catalog__close:hover {
  background: #f3f1ec;
}
@media (max-width: 991px) {
  .header-catalog__dropdown {
    max-height: calc(100vh - 20px);
    overflow: hidden;
  }

  .header-catalog-mega {
    max-height: calc(100vh - 20px);
    overflow: hidden;
  }

  .header-catalog-mega__content {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header-catalog-mega__sidebar {
  }

  .header-catalog-mega__tab,
  .header-catalog-mega__sidebar-link {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header-catalog__dropdown {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header-catalog-mega {
    min-height: auto;
  }

  .header-catalog-mega__content {
    overflow: visible;
    max-height: none;
  }
}
.vk-section {
  padding: 48px 0;
}
.vk-section h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px;
}
.vk-section p {
  font-size: 15px;
  color: #888;
  margin: 0 0 32px;      
}
.vk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
 #sc-video .vk-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
.vk-card iframe {
  display: block;
  width: 100%;
  height: 771px;
  border: none;
}
.vk-card-label {
  padding: 10px 14px;
  font-size: 13px;
  color: #ffffff;
  background: #1c222a;
}
.vk-section.nfull .vk-card iframe {
  height: 248px;  
}
#sc-video .vk-card:hover {
  transform: translateY(-5px);
  border-color: rgba(108, 174, 54, 0.58);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.5);
}
.gk-img-item .vk-card iframe {  
  height: 220px;
}

#sc-video .vk-hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sc-video .vk-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
#sc-video .vk-hero-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  aspect-ratio: 16 / 9;
  border: 0;
  pointer-events: none;
}

#sc-video .vk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.6) 100%);
  z-index: 2;
}

#sc-video .vk-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 24px;
  max-width: 760px;
}
#sc-video .vk-hero-title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
  text-shadow: 0 2px 18px rgba(0,0,0,.5);
}
#sc-video .vk-hero-sub {
  font-size: clamp(15px, 2vw, 19px);
  opacity: .92;
  margin: 0 0 28px;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
#sc-video .vk-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  font-size: 17px;
  font-weight: 600;
  color: #111;
  background: #fff;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
#sc-video .vk-hero-btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: #f0f0f0;
}
#sc-video .vk-hero-btn .play-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #505050;
  color: #fff;
  font-size: 13px;
}
.vk-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  display: none;
  z-index: 999999;
}
.vk-modal.open { display: block; }
.vk-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 1100px);
  height: min(50.6vw, 619px); /* 16:9 от ширины */
}
.vk-modal-inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  display: block;
}
.vk-modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease;
}
.vk-modal-close:hover { background: rgba(255,255,255,.35); }
.zw-overlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    z-index: 2147483647 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px;
    background: rgba(17, 21, 26, 0.55);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-y: auto;
  }

  .zw-overlay.zw-is-open {
    display: flex !important;
  }

  .zw-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    margin: auto;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-sizing: border-box;
  }

  .zw-card.zw-pop-in {
    animation: zw-pop-in .28s cubic-bezier(.2,.7,.3,1);
  }

  @keyframes zw-pop-in {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  .zw-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #9A958B;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s;
  }
  .zw-close:hover { background: #F3F1EC; color: #1B1F24; }

  .zw-head {
    margin-bottom: 15px;
  }
  .zw-title {
    margin: 0 0 2px;
    font-size: 19px;
    font-weight: 700;
    color: #1B1F24;
    line-height: 1.3;
  }
  .zw-subtitle {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  .zw-ruler {
    height: 10px;
    margin: 0 0 18px;
    background-image: repeating-linear-gradient(
      to right,
      #E7E3DC 0,
      #E7E3DC 1px,
      transparent 1px,
      transparent 8px
    );
    background-size: 8px 100%;
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 1.5px solid #E7E3DC;
  }

  .zw-city {
    margin: 0 0 18px;
    font-size: 13px;
    color: #6F6B63;
  }
  .zw-city-name { color: #1B1F24; }

  .zw-form { display: flex; flex-direction: column; gap: 14px; }
  .zw-form[hidden] { display: none; }

  .zw-field { display: flex; flex-direction: column; gap: 6px; }
  .zw-field label {
    font-size: 13px;
    font-weight: 500;
    color: #4A4740;
  }
  .zw-required { color: #D64545; }

  .zw-field input {
    height: 46px;
    border: 1.5px solid #E7E3DC;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 12px;
    color: #1B1F24;
    background: #FCFBF9;
    outline: none;
    transition: border-color .15s, background .15s;
    box-sizing: border-box;
    width: 100%;
    font-family: inherit;
  }
  .zw-field input::placeholder { color: #B5B0A6; }
  .zw-field input:hover { border-color: #D8D3C8; }
  .zw-field input:focus {
    border-color: #E8A33D;
    background: #FFFFFF;
  }
  .zw-field input.zw-invalid {
    border-color: #D64545;
    background: #FDF4F4;
  }

  .zw-error {
    display: none;
    font-size: 12px;
    color: #D64545;
  }
  .zw-error.is-visible { display: block; }

  .zw-captcha { display: flex; flex-direction: column; gap: 6px; }
  .smart-captcha { min-height: 100px; }

  .zw-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12.5px;
    line-height: 1.5;
    color: #6F6B63;
    margin-top: 2px;
  }
  .zw-consent input {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: #E8A33D;
    cursor: pointer;
  }
  .zw-consent a {
    color: #B97417;
    text-decoration: underline;
  }
  .zw-consent a:hover { color: #8C5710; }

  .zw-submit {
    position: relative;
    height: 50px;
    margin-top: 4px;
    border: none;
    border-radius: 10px;
    background: #64a70b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .08s;
  }
  .zw-submit:hover { background: #D8932E; }
  .zw-submit:active { transform: scale(0.98); }
  .zw-submit:disabled { opacity: .6; cursor: default; }

  .zw-spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #FFFFFF;
    border-radius: 50%;
  }
  .zw-submit.is-loading .zw-spinner {
    display: inline-block;
    animation: zw-spin .7s linear infinite;
  }
  @keyframes zw-spin { to { transform: rotate(360deg); } }

  .zw-status {
    margin: 0;
    min-height: 0;
    font-size: 13px;
    text-align: center;
    color: #D64545;
  }

  .zw-card.zw-shake { animation: zw-shake .4s; }
  @keyframes zw-shake {
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
  }

  .zw-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 0 8px;
  }
  .zw-success[hidden] {
    display: none;
  }
  .zw-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #EAF3DE;
    color: #3B6D11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .zw-success-title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #1B1F24;
  }
  .zw-success-text {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  @media (max-width: 420px) {
    .zw-card { padding: 26px 20px 22px; border-radius: 14px; }
  }
  .zv-overlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    z-index: 2147483647 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px;
    background: rgba(17, 21, 26, 0.55);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-y: auto;
  }

  .zv-overlay.zv-is-open {
    display: flex !important;
  }

  .zv-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    margin: auto;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-sizing: border-box;
  }

  .zv-card.zv-pop-in {
    animation: zv-pop-in .28s cubic-bezier(.2,.7,.3,1);
  }

  @keyframes zv-pop-in {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  .zv-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #9A958B;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s;
  }
  .zv-close:hover { background: #F3F1EC; color: #1B1F24; }

  .zv-head {
    margin-bottom: 15px;
  }
  .zv-subtitle {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  .zv-ruler {
    height: 10px;
    margin: 0 0 18px;
    background-image: repeating-linear-gradient(
      to right,
      #E7E3DC 0,
      #E7E3DC 1px,
      transparent 1px,
      transparent 8px
    );
    background-size: 8px 100%;
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 1.5px solid #E7E3DC;
  }

  .zv-product {
    margin: 0 0 18px;
    font-size: 13px;
    color: #6F6B63;
  }
  .zv-product-name { color: #1B1F24; }

  .zv-form { display: flex; flex-direction: column; gap: 14px; }
  .zv-form[hidden] { display: none; }

  .zv-field { display: flex; flex-direction: column; gap: 6px; }
  .zv-field label {
    font-size: 13px;
    font-weight: 500;
    color: #4A4740;
  }
  .zv-required { color: #D64545; }

  .zv-field input,
  .zv-field textarea {
    border: 1.5px solid #E7E3DC;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 12px;
    color: #1B1F24;
    background: #FCFBF9;
    outline: none;
    transition: border-color .15s, background .15s;
    box-sizing: border-box;
    width: 100%;
    font-family: inherit;
  }
  .zv-field input {
    height: 46px;
  }
  .zv-field textarea {
    padding: 12px 14px;
    resize: vertical;
    min-height: 70px;
    line-height: 1.4;
  }
  .zv-field input::placeholder,
  .zv-field textarea::placeholder { color: #B5B0A6; }
  .zv-field input:hover,
  .zv-field textarea:hover { border-color: #D8D3C8; }
  .zv-field input:focus,
  .zv-field textarea:focus {
    border-color: #E8A33D;
    background: #FFFFFF;
  }
  .zv-field input.zv-invalid,
  .zv-field textarea.zv-invalid {
    border-color: #D64545;
    background: #FDF4F4;
  }

  .zv-error {
    display: none;
    font-size: 12px;
    color: #D64545;
  }
  .zv-error.is-visible { display: block; }

  .zv-captcha { display: flex; flex-direction: column; gap: 6px; }
  .smart-captcha { min-height: 100px; }

  .zv-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12.5px;
    line-height: 1.5;
    color: #6F6B63;
    margin-top: 2px;
  }
  .zv-consent input {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: #E8A33D;
    cursor: pointer;
  }
  .zv-consent a {
    color: #B97417;
    text-decoration: underline;
  }
  .zv-consent a:hover { color: #8C5710; }

  .zv-submit {
    position: relative;
    height: 50px;
    margin-top: 4px;
    border: none;
    border-radius: 10px;
    background: #64a70b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .08s;
  }
  .zv-submit:hover { background: #D8932E; }
  .zv-submit:active { transform: scale(0.98); }
  .zv-submit:disabled { opacity: .6; cursor: default; }

  .zv-spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #FFFFFF;
    border-radius: 50%;
  }
  .zv-submit.is-loading .zv-spinner {
    display: inline-block;
    animation: zv-spin .7s linear infinite;
  }
  @keyframes zv-spin { to { transform: rotate(360deg); } }

  .zv-status {
    margin: 0;
    min-height: 0;
    font-size: 13px;
    text-align: center;
    color: #D64545;
  }

  .zv-card.zv-shake { animation: zv-shake .4s; }
  @keyframes zv-shake {
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
  }

  .zv-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 0 8px;
  }
  .zv-success[hidden] {
    display: none;
  }
  .zv-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #EAF3DE;
    color: #3B6D11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .zv-success-title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #1B1F24;
  }
  .zv-success-text {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  @media (max-width: 420px) {
    .zv-card { padding: 26px 20px 22px; border-radius: 14px; }
  }
  .st-overlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    z-index: 2147483647 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px;
    background: rgba(17, 21, 26, 0.55);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-y: auto;
  }

  .st-overlay.st-is-open {
    display: flex !important;
  }

  .st-card {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    margin: auto;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 32px 28px 28px;
    box-sizing: border-box;
  }

  .st-card.st-pop-in {
    animation: st-pop-in .28s cubic-bezier(.2,.7,.3,1);
  }

  @keyframes st-pop-in {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  .st-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #9A958B;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s;
  }
  .st-close:hover { background: #F3F1EC; color: #1B1F24; }

  .st-head {
    margin-bottom: 15px;
  }
  .st-title {
    margin: 0 0 2px;
    font-size: 19px;
    font-weight: 700;
    color: #1B1F24;
    line-height: 1.3;
  }
  .st-subtitle {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  .st-ruler {
    height: 10px;
    margin: 0 0 18px;
    background-image: repeating-linear-gradient(
      to right,
      #E7E3DC 0,
      #E7E3DC 1px,
      transparent 1px,
      transparent 8px
    );
    background-size: 8px 100%;
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 1.5px solid #E7E3DC;
  }

  .st-shop {
    margin: 0 0 18px;
    font-size: 13px;
    color: #6F6B63;
  }
  .st-shop-address { color: #1B1F24; }

  .st-form { display: flex; flex-direction: column; gap: 14px; }
  .st-form[hidden] { display: none; }

  .st-field { display: flex; flex-direction: column; gap: 6px; }
  .st-field label {
    font-size: 13px;
    font-weight: 500;
    color: #4A4740;
  }
  .st-required { color: #D64545; }

  .st-field input,
  .st-field textarea {
    border: 1.5px solid #E7E3DC;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 12px;
    color: #1B1F24;
    background: #FCFBF9;
    outline: none;
    transition: border-color .15s, background .15s;
    box-sizing: border-box;
    width: 100%;
    font-family: inherit;
  }
  .st-field input {
    height: 46px;
  }
  .st-field textarea {
    padding: 12px 14px;
    resize: vertical;
    min-height: 70px;
    line-height: 1.4;
  }
  .st-field input::placeholder,
  .st-field textarea::placeholder { color: #B5B0A6; }
  .st-field input:hover,
  .st-field textarea:hover { border-color: #D8D3C8; }
  .st-field input:focus,
  .st-field textarea:focus {
    border-color: #E8A33D;
    background: #FFFFFF;
  }
  .st-field input.st-invalid,
  .st-field textarea.st-invalid {
    border-color: #D64545;
    background: #FDF4F4;
  }

  .st-error {
    display: none;
    font-size: 12px;
    color: #D64545;
  }
  .st-error.is-visible { display: block; }

  .st-captcha { display: flex; flex-direction: column; gap: 6px; }
  .smart-captcha { min-height: 100px; }

  .st-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 12.5px;
    line-height: 1.5;
    color: #6F6B63;
    margin-top: 2px;
  }
  .st-consent input {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    accent-color: #E8A33D;
    cursor: pointer;
  }
  .st-consent a {
    color: #B97417;
    text-decoration: underline;
  }
  .st-consent a:hover { color: #8C5710; }

  .st-submit {
    position: relative;
    height: 50px;
    margin-top: 4px;
    border: none;
    border-radius: 10px;
    background: #64a70b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .08s;
  }
  .st-submit:hover { background: #D8932E; }
  .st-submit:active { transform: scale(0.98); }
  .st-submit:disabled { opacity: .6; cursor: default; }

  .st-spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    border: 2px solid rgba(255,255,255,.4);
    border-top-color: #FFFFFF;
    border-radius: 50%;
  }
  .st-submit.is-loading .st-spinner {
    display: inline-block;
    animation: st-spin .7s linear infinite;
  }
  @keyframes st-spin { to { transform: rotate(360deg); } }

  .st-status {
    margin: 0;
    min-height: 0;
    font-size: 13px;
    text-align: center;
    color: #D64545;
  }

  .st-card.st-shake { animation: st-shake .4s; }
  @keyframes st-shake {
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
  }

  .st-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 0 8px;
  }
  .st-success[hidden] {
    display: none;
  }
  .st-success-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #EAF3DE;
    color: #3B6D11;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .st-success-title {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: #1B1F24;
  }
  .st-success-text {
    margin: 0;
    font-size: 13px;
    color: #8B8780;
  }

  @media (max-width: 420px) {
    .st-card { padding: 26px 20px 22px; border-radius: 14px; }
  }