@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerRegular.eot') format('embedded-opentype'), url('../fonts/MullerRegular.otf') format('opentype'), url('../fonts/MullerRegular.woff') format('woff'), url('../fonts/MullerRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerMedium.eot') format('embedded-opentype'), url('../fonts/MullerMedium.otf') format('opentype'), url('../fonts/MullerMedium.woff') format('woff'), url('../fonts/MullerMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerBold.eot') format('embedded-opentype'), url('../fonts/MullerBold.otf') format('opentype'), url('../fonts/MullerBold.woff') format('woff'), url('../fonts/MullerBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('../fonts/MullerBlack.eot') format('embedded-opentype'), url('../fonts/MullerBlack.otf') format('opentype'), url('../fonts/MullerBlack.woff') format('woff'), url('../fonts/MullerBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.otf') format('opentype'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  object-fit: cover;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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 {
  border: 0;
  padding: 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-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

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

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

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

.row {
  margin-left: -2px;
  margin-right: -3px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 2px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  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-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    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-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    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: 1250px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }

  th.visible-xs,
  td.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;
  }

  th.visible-sm,
  td.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;
  }

  th.visible-md,
  td.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: 1250px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) {
  .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: 1250px) {
  .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;
  }

  th.visible-print,
  td.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;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-family: 'Muller', sans-serif;
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin: 1em 40px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

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

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

[type='search'] {
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.vertical-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vertical-inner {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 99;
}

p {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: 'Muller', sans-serif;
}

h1 {
  font-family: 'Muller', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #ffed00;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  font-family: 'Muller', sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  h2 {
    font-size: 30px;
  }
}

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

h3 {
  font-family: 'Muller', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0;
  font-weight: 900;
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
  margin-bottom: 45px;
}

h4 {
  font-family: 'Muller', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

h5 {
  font-family: 'Muller', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

h6 {
  font-family: 'Muller', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .container {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

body {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 0 !important;
}

.btn {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  outline: none;
}

.btn-red {
  width: 270px;
  height: 62px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background-image: -webkit-linear-gradient(bottom, #f24841, #e92b39);
  background-image: -moz-linear-gradient(bottom, #f24841, #e92b39);
  background-image: -o-linear-gradient(bottom, #f24841, #e92b39);
  background-image: -ms-linear-gradient(bottom, #f24841, #e92b39);
  background-image: linear-gradient(to top, #e92b39, #f24841);
  -webkit-box-shadow: 0 35px 29px -23px rgba(239, 52, 46, 0.4);
  -moz-box-shadow: 0 35px 29px -23px rgba(239, 52, 46, 0.4);
  box-shadow: 0 35px 29px -23px rgba(239, 52, 46, 0.4);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 61px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.btn-red:hover {
  background-image: linear-gradient(to top, #f24841, #e92b39);
}

@media only screen and (min-width: 320px) {
  .dex {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .dex {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .mob {
    display: none;
  }
}

.fancybox-margin {
  margin-right: 0 !important;
}

.header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .header {
    padding-bottom: 60px;
    background: url('../images/header-mob.jpg') no-repeat top left;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    background: url('../images/header.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .header {
    height: auto;
    background: url('../images/header.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    height: 650px;
    background: url('../images/header.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header {
    height: 100vh;
    background: url('../images/header.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (min-width: 1920px) {
  .header {
    background: url('../images/header.png') no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.header__top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .header__top {
    min-height: 120px;
  }
}

@media only screen and (min-width: 320px) {
  .header__top {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__top {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top {
    text-align: center;
  }
}

.header__top .container {
  padding: 7px 0 7px;
}

@media only screen and (min-width: 320px) {
  .header__top .container {
    text-align: center;
  }
}

@media only screen and (min-width: 1920px) {
  .header__top .container {
    width: 1350px;
  }
}

@media only screen and (min-width: 320px) {
  .header__top .top-left {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__top .top-left {
    text-align: left;
    float: left;
  }
}

@media only screen and (min-width: 320px) {
  .header__top .top-left .logo {
    width: 120px;
    margin-top: -6px;
  }
}

@media only screen and (min-width: 768px) {
  .header__top .top-left .logo {
    width: 80px;
    margin-top: -6px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top .top-left .logo {
    width: 100px;
    margin-top: -6px;
  }
}

.menu_2 {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 320px) {
  .menu_2 {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .menu_2 {
    display: inline-block;
    vertical-align: middle;
    padding-top: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu_2 {
    padding-top: 14px;
  }
}

@media only screen and (min-width: 1920px) {
  .menu_2 {
    padding-top: 15px;
  }
}

.menu_2 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

@media only screen and (min-width: 992px) {
  .menu_2 li {
    margin: 0 7px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu_2 li {
    margin: 0 15px;
  }
}

.menu_2 li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fad300;
  margin: 5px 0 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media only screen and (min-width: 320px) {
  .menu_2 li:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .menu_2 li:after {
    display: block;
  }
}

.menu_2 li:hover:after {
  width: 100%;
}

.menu_2 li a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.korzina.empty {
  opacity: .5;
  pointer-events: none;
  display: none;
}

#order-form-info {
    display: none;
}

#order-form-info,
#order-form-info-mobile {
  font-weight: 600;
  color: #E12D3E;
  font-size: 18px;
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
  #order-form-info,
  #order-form-info-mobile {
    width: max-content;
    position: absolute;
    bottom: -30px;
    right: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
    #order-form-info-mobile {
        display: none;
    }

    #order-form-info {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
  .header__top .top-right {
    float: right;
  }
}

@media only screen and (min-width: 1920px) {
  .header__top .top-right {
    padding-top: 11px;
  }
}

.header__top .top-right .phone {
  margin-right: 15px;
  padding-top: 3px;
}

@media only screen and (min-width: 320px) {
  .header__top .top-right .phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__top .top-right .phone {
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
  }
}

.header__top .top-right .phone a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 992px) {
  .header__top .top-right .phone a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__top .top-right .phone a {
    font-size: 16px;
  }
}

.additional-product img {
  height: 185px;
  margin: 16px 0;
}

.btn-orange,
.header__top .top-right .btn-top {
  width: 221px;
  height: 52px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  color: #000;
  text-transform: uppercase;
  background-color: #fcd100;
  padding: 0;
}

@media only screen and (min-width: 320px) {
  .header__top .top-right .btn-top {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__top .top-right .btn-top {
    display: inline-block;
    vertical-align: middle;
  }
}

.header__mid {
  padding-top: 270px;
  padding-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .header__mid {
    padding-top: 150px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid {
    padding-top: 162px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid {
    padding-top: 162px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid {
    padding-top: 125px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mid {
    padding-top: 240px;
  }
}

@media only screen and (min-width: 1920px) {
  .header__mid {
    padding-top: 240px;
  }
}

.header__mid h1 {
  font-size: 101px;
  font-weight: 900;
  color: #fecf08;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 2px 4px 5px rgba(219, 155, 0, 0.26);
}

@media only screen and (min-width: 320px) {
  .header__mid h1 {
    font-size: 51px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid h1 {
    font-size: 81px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid h1 {
    font-size: 101px;
  }
}

.header__mid h2 {
  font-size: 25.4px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .header__mid h2 {
    text-align: center;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid h2 {
    font-size: 18px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mid h2 {
    font-size: 25.4px;
  }
}

@media only screen and (min-width: 1920px) {
  .header__mid h2 {
    font-size: 25.4px;
  }
}

.header__mid h2 br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header__mid h2 br {
    display: inline-block;
    vertical-align: top;
  }
}

.header__mid h3 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
}

@media only screen and (min-width: 320px) {
  .header__mid h3 {
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid h3 {
    width: 500px;
    padding-top: 60px;
    font-size: 19px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid h3 {
    width: 600px;
    padding-top: 50px;
    font-size: 19px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid h3 {
    width: auto;
    padding-top: 50px;
    font-size: 19px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mid h3 {
    font-size: 19px;
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1920px) {
  .header__mid h3 {
    font-size: 19px;
    padding-top: 120px;
  }
}


.sec_nex_tab {
  width: 100%;
}

@media only screen and (min-width:320px) {
  .sec_nex_tab {
    padding-bottom: 50px;
  }

  .sec_nex_tab h2 {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width:768px) {
  .sec_nex_tab h2 {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width:1200px) {
  .sec_nex_tab {
    padding: 50px 0 125px 0;
  }
}

.head_main {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
}

.head_main.nex_sec {
  width: 100%;
  padding: 0;
  justify-content: center;
}

@media only screen and (min-width: 320px) {
  .head_main {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .head_main {
    flex-wrap: nowrap;
  }
}

.head_main_block {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .head_main_block {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .head_main_block {
    width: auto;
    margin-bottom: 0;
    margin-right: 40px;
    justify-content: flex-start;
  }
}

.head_main_ic {
  margin-right: 10px;
}

@media only screen and (min-width: 320px) {
  .head_main_ic {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .head_main_ic {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}

.head_main_ic img {
  width: 100%;
}

.head_main_text {
  width: auto;
  position: relative;
  padding-right: 30px;
}

@media only screen and (min-width: 320px) {
  .head_main_text {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .head_main_text {
    width: auto;
  }
}

.head_main_text p {
  font-size: 16px;
  color: #000;
  font-family: 'Muller', sans-serif;
  font-weight: 700;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .head_main_text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .head_main_text p {
    font-size: 16px;
  }
}

.head_main_text p span {
  color: #fecf08;
}

@media only screen and (min-width: 320px) {
  .head_main_text p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .head_main_text p br {
    display: block;
  }
}

.head_main_text .block_arr {
  display: block;
  position: absolute;
}

@media only screen and (min-width: 320px) {
  .head_main_text .block_arr {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 50%;
    transform: translateY(70%);
  }
}

@media only screen and (min-width: 768px) {
  .head_main_text .block_arr {
    width: 30px;
    height: 30px;
    right: -10px;
    transform: translateY(50%);
  }
}

.head_main_text .block_arr .down {
  display: block;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  bottom: 0;
}




.ul_none {
  display: none;
}

@media only screen and (min-width: 320px) {
  .header__mid ul {
    text-align: left;
    width: 300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid ul {
    width: auto;
    margin: 0;
  }
}

.header__mid ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.header__mid ul li img {
  object-fit: contain;
}

.header__mid ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding-left: 12px;
  padding-top: 2px;
}

.header__mid ul li p span {
  color: #ff9000;
}

@media only screen and (min-width: 320px) {
  .header__mid ul li p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid ul li p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid ul li p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid ul li p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mid ul li p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .header__mid ul li p {
    font-size: 20px;
  }
}

.header__mid .btn-mid {
  margin: 0 auto;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .header__mid .btn-mid {
    display: none;
  }
}

.header__mid .animation-block {
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 320px) {
  .header__mid .animation-block {
    top: 150px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__mid .animation-block {
    top: 200px;
  }
}

@media only screen and (min-width: 320px) {
  .header__mid .animation-block {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid .animation-block {
    right: -60px;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid .animation-block {
    right: -40px;
  }
}

.header__mid .animation-block .animation-container {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .header__mid .animation-block {
    width: 200px;
  }

  .header__mid .animation-block .animation-container .animation-img {
    position: absolute;
    height: auto;
    width: 200px;
    top: 0;
    right: 0;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__mid .animation-block {
    width: 240px;
  }

  .header__mid .animation-block .animation-container .animation-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    top: -50px;
    right: 0;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .header__mid .animation-block {
    width: 250px;
  }

  .header__mid .animation-block .animation-container .animation-img {
    width: 250px;
    top: -50px;
    right: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__mid .animation-block .animation-container .animation-img {
    width: 250px;
    top: -50px;
    right: 100px;
  }
}

/* @media only screen and (min-width: 1600px) {
    .header__mid .animation-block .animation-container .animation-img {
        width: auto;
        top: 0;
        right: 0;
    }
} */
.header__mid .animation-block .animation-container .animation-3 {
  animation-name: up;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  animation: animationFrames ease-in-out 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@media only screen and (min-width: 768px) {
  @keyframes animationFrames {
    0% {
      transform: translate(0px, 147px);
    }

    17% {
      transform: translate(0px, 0px);
    }

    67% {
      transform: translate(0px, 0px);
    }

    84% {
      transform: translate(0px, 147px);
    }

    100% {
      transform: translate(0px, 147px);
    }
  }

  @-moz-keyframes animationFrames {
    0% {
      -moz-transform: translate(0px, 147px);
    }

    17% {
      -moz-transform: translate(0px, 0px);
    }

    67% {
      -moz-transform: translate(0px, 0px);
    }

    84% {
      -moz-transform: translate(0px, 147px);
    }

    100% {
      -moz-transform: translate(0px, 147px);
    }
  }

  @-webkit-keyframes animationFrames {
    0% {
      -webkit-transform: translate(0px, 147px);
    }

    17% {
      -webkit-transform: translate(0px, 0px);
    }

    67% {
      -webkit-transform: translate(0px, 0px);
    }

    84% {
      -webkit-transform: translate(0px, 147px);
    }

    100% {
      -webkit-transform: translate(0px, 147px);
    }
  }

  @-o-keyframes animationFrames {
    0% {
      -o-transform: translate(0px, 147px);
    }

    17% {
      -o-transform: translate(0px, 0px);
    }

    67% {
      -o-transform: translate(0px, 0px);
    }

    84% {
      -o-transform: translate(0px, 147px);
    }

    100% {
      -o-transform: translate(0px, 147px);
    }
  }

  @-ms-keyframes animationFrames {
    0% {
      -ms-transform: translate(0px, 147px);
    }

    17% {
      -ms-transform: translate(0px, 0px);
    }

    67% {
      -ms-transform: translate(0px, 0px);
    }

    84% {
      -ms-transform: translate(0px, 147px);
    }

    100% {
      -ms-transform: translate(0px, 147px);
    }
  }
}

.header .down {
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin-left: -36px;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .header .down {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header .down {
    bottom: 50px;
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .header .down {
    bottom: 70px;
  }
}

.up {
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 999;
  display: none;
}

@media only screen and (min-width: 320px) {
  .up {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .up {
    right: 30px;
    bottom: 80px;
  }
}

.scroll-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: none;
  overflow: hidden;
  padding: 7px 0 7px;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 320px) {
  .scroll-block {
    height: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-block {
    height: auto;
    padding: 5px 0 5px;
  }
}

@media only screen and (min-width: 320px) {
  .scroll-block .container {
    text-align: center;
  }
}

@media only screen and (min-width: 1920px) {
  .scroll-block .container {
    width: 1350px;
  }
}

@media only screen and (min-width: 320px) {
  .scroll-block .top-left {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-block .top-left {
    text-align: left;
    float: left;
  }
}

.scroll-block .top-left .logo {
  width: 70px;
  height: auto;
}

.scroll-block .menu_2 {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
}

@media only screen and (min-width: 992px) {
  .scroll-block .menu_2 {
    display: inline-block;
    vertical-align: middle;
  }
}

.scroll-block .menu_2 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.scroll-block .menu_2 li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fec200;
  margin: 5px 0 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media only screen and (min-width: 320px) {
  .scroll-block .menu_2 li:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .scroll-block .menu_2 li:after {
    display: block;
  }
}

.scroll-block .menu_2 li:hover:after {
  width: 100%;
}

.scroll-block .menu_2 li a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .scroll-block .top-right {
    float: right;
  }
}

.scroll-block .top-right .phone {
  margin-right: 15px;
  padding-top: 3px;
}

@media only screen and (min-width: 320px) {
  .scroll-block .top-right .phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-block .top-right .phone {
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
  }
}

.scroll-block .top-right .phone a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 992px) {
  .scroll-block .top-right .phone a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .scroll-block .top-right .phone a {
    font-size: 15px;
  }
}

.scroll-block .top-right .btn-top {
  width: 221px;
  height: 52px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
}

@media only screen and (min-width: 320px) {
  .scroll-block .top-right .btn-top {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-block .top-right .btn-top {
    display: inline-block;
    vertical-align: middle;
  }
}

.advantages {
  background: url('../images/advantages.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 445px;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .advantages {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages {
    padding-top: 245px;
    margin-top: -240px;
  }
}

.advantages h2 {
  text-align: left;
  font-size: 29px;
}

@media only screen and (min-width: 320px) {
  .advantages h2 {
    font-size: 23px;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .advantages h2 {
    font-size: 29px;
    padding-top: 50px;
    padding-left: 40px;
    text-align: left;
  }
}

@media only screen and (min-width: 320px) {
  .advantages h2 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .advantages h2 br {
    display: inline-block;
    vertical-align: top;
  }
}

.advantages h3 {
  font-weight: 900;
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(162, 123, 0, 0.75);
  margin-bottom: 45px;
}

.advantages h3 span {
  font-family: 'Montserrat';
  font-size: 70px;
}

@media only screen and (min-width: 320px) {
  .advantages h3 span {
    font-size: 49px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages h3 span {
    font-size: 70px;
  }
}

@media only screen and (min-width: 320px) {
  .advantages h3 {
    text-align: center;
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages h3 {
    text-align: left;
    font-size: 54px;
    margin-top: -25px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1600px) {
  .advantages h3 {
    margin-bottom: 45px;
  }
}

.advantages .row {
  margin: 0;
  text-align: center;
  padding-top: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .advantages .row {
    padding-top: 200px;
  }
}

.advantages_ua {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 15px 0 5px;
}

@media only screen and (min-width: 768px) {
  .advantages_ua {
    top: -28px;
  }
}

.ua_block {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

.ua_block:before,
.ua_block:after {
  content: '';
  width: 28px;
  height: 14px;
  position: absolute;
  left: 0;
}

.ua_block:before {
  background-color: #005BBB;
  top: 0;
}

.ua_block:after {
  bottom: 0;
  background-color: #FFE500;
}

.advantages_ua p {
  font-size: 18px;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantage-img-2 {
    padding-right: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantage-img-3 {
    padding-right: 10px;
  }
}

.advantages .row .advantages__item {
  background: url('../images/shadow.png') no-repeat top center;
  padding: 0;
}

@media only screen and (min-width: 320px) {
  .advantages .row .advantages__item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages .row .advantages__item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .advantages .row .advantages__item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 320px) {
  .advantages .row .advantages__item img {
    height: auto;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages .row .advantages__item img {
    width: auto;
  }
}

@media only screen and (max-width: 340px) {
  .advantages .row .advantages__item .img_cont img.advantage-img-2 {
    width: 300px;
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-3 {
    width: 300px;
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-3 {
    width: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .advantages .row .advantages__item .img_cont img.advantage-img-2 {
    width: 375px;
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-3 {
    width: 330px;
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-3 {
    width: 375px;
  }
}

@media only screen and (min-width: 992px) {
  .advantages .row .advantages__item img {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantages__item .img_cont {
    width: auto;
    height: 225px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .advantages .row .advantages__item .img_cont img {
    width: auto;
    object-fit: contain;
    transform: scale(1.1);
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-2 {
    transform: scale(1.3);
    margin-bottom: 30px;
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-3 {
    transform: scale(1.1);
  }

  .advantages .row .advantages__item .img_cont img.advantage-img-4 {
    transform: scale(1.1);
  }
}

.advantages .row .advantages__item h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}

@media only screen and (min-width: 320px) {
  .advantages .row .advantages__item h4 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages .row .advantages__item h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .advantages .row .advantages__item h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantages__item h4 {
    font-size: 22px;
  }
}

.advantages .row .advantages__item h4:after {
  content: '';
  display: block;
  vertical-align: bottom;
  background: url('../images/after-1.png') no-repeat top center;
  margin: 0 auto;
  width: 254px;
  height: 45px;
}

@media only screen and (min-width: 320px) {
  .advantages .row .advantages__item h4:after {
    width: 150px;
    height: 27px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantages__item h4:after {
    width: 254px;
    height: 45px;
  }
}

.advantages .row .advantages__item p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: -45px;
}

@media only screen and (min-width: 320px) {
  .advantages .row .advantages__item p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages .row .advantages__item p {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .advantages .row .advantages__item p {
    font-size: 14px;
    padding: 0 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages .row .advantages__item p {
    font-size: 15px;
    padding: 0 3px;
  }
}

.product {
  position: relative;
  z-index: 3;
  padding-top: 65px;
  overflow: hidden;
}

.product-page.d_none {
  display: none !important;
}

@media only screen and (min-width: 320px) {
  .product {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .product {
    padding-bottom: 50px;
  }
}

.product h2 {
  text-align: right;
  font-size: 40px;
}

@media only screen and (min-width: 320px) {
  .product h2 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .product h2 {
    font-size: 40px;
    text-align: right;
  }
}

.product h3 {
  font-size: 63px;
  text-align: right;
}

@media only screen and (min-width: 320px) {
  .ui-tabs {
    padding: 0 !important;
  }

  .product h3 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .ui-tabs {
    padding: .2em !important;
  }

  .product h3 {
    font-size: 63px;
    text-align: right;
  }
}

.product .tabs {
  background: none;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav {
    overflow: hidden;
  }
}

.product .tabs .ui-tabs-nav .ui-state-default {
  position: relative;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  float: left;
  width: 33.3%;
  height: 95px;
  background-color: #ebefef;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-state-default {
    width: 100%;
    height: 60px;
    -webkit-border-radius: 33px 33px 33px 33px;
    -moz-border-radius: 33px 33px 33px 33px;
    border-radius: 33px 33px 33px 33px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-state-default {
    width: 33.3%;
    height: 95px;
    -webkit-border-radius: 33px 33px 0 0;
    -moz-border-radius: 33px 33px 0 0;
    border-radius: 33px 33px 0 0;
    -webkit-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
    -moz-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
    box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
    border-right: 4px solid #e3e3e3;
    margin-bottom: 0;
  }
}

.product .tabs .ui-tabs-nav .ui-state-default a {
  outline: none;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product .tabs .ui-tabs-nav .ui-state-default a:hover {
  font-size: 18px;
  font-weight: 700;
}

.product .tabs .ui-tabs-nav .ui-state-default a .head_main_ic {
  margin-right: 10px;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-state-default a .head_main_ic {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-state-default a .head_main_ic {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
}

.product .tabs .ui-tabs-nav .ui-state-default a .head_main_ic img {
  width: 100%;
}

.product .tabs .ui-tabs-nav .ui-state-default a p {
  text-align-last: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1 !important;
  padding: 0;
  width: 100%;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p {
    font-size: 15px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p {
    font-size: 13px;
    line-height: 102px;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p {
    font-size: 18px;
  }
}

.product .tabs .ui-tabs-nav .ui-state-default a p:hover {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p:hover {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p:hover {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p:hover {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-nav .ui-state-default a p:hover {
    font-size: 18px;
  }
}

.product .tabs .ui-tabs-nav .ui-state-default:nth-child(1) {
  z-index: 3;
}

.product .tabs .ui-tabs-nav .ui-state-default:nth-child(2) {
  z-index: 2;
}

.product .tabs .ui-tabs-nav .ui-state-default:nth-child(3) {
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-state-default:nth-child(3) {
    -webkit-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0);
    -moz-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0);
    box-shadow: 11px 21px 49px rgba(93, 42, 0, 0);
  }
}

.product .tabs .ui-tabs-nav .ui-tabs-active {
  z-index: 4 !important;
  background-color: #fff;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active {
    -webkit-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.75);
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active {
    -webkit-border-radius: 33px 33px 0 0;
    -moz-border-radius: 33px 33px 0 0;
    border-radius: 33px 33px 0 0;
    -webkit-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
    -moz-box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
    box-shadow: 11px 21px 49px rgba(93, 42, 0, 0.21);
  }
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p {
    font-size: 18px;
  }
}

.product .tabs .ui-tabs-nav .ui-tabs-active a p:hover {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p:hover {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p:hover {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p:hover {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-nav .ui-tabs-active a p:hover {
    font-size: 18px;
  }
}

.product .tabs .ui-tabs-panel {
  background: #fff;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel {
    padding-top: 45px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-panel {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-panel {
    padding-top: 45px;
  }
}

.product .tabs .ui-tabs-panel .product-block {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block {
    width: 50%;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block {
    width: 49%;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-panel .product-block {
    width: 32%;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-panel .product-block {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 0;
  }
}

.product .tabs .ui-tabs-panel .product-block .block-top {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block .block-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block .block-top {
    width: auto;
    margin: 0;
    padding-left: 0;
    display: block;
    min-height: 250px;
  }
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block .block-top .product-img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block .block-top .product-img {
    width: auto;
    object-fit: none;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-panel .product-block .block-top .product-img {
    width: 225px;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-panel .product-block .block-top .product-img {
    width: auto;


  }

}

.product .tabs .ui-tabs-panel .product-block .block-top .product-img {

  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

}

.product .tabs .ui-tabs-panel .product-block .block-top .product-img:hover {
  /* -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);*/

}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block .block-top ul {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block .block-top ul {
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    flex: auto;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-panel .product-block .block-top ul {
    right: 17px;
    left: auto;
  }
}

#google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.product .tabs .ui-tabs-panel .product-block .block-top ul li {
  position: relative;
}

.product .tabs .ui-tabs-panel .product-block .block-top ul li img {
  border: none !important;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block .block-top ul li {
    width: 20px;
    margin: 0 1px;
  }

  .product .tabs .ui-tabs-panel .product-block .block-top>a {
    margin-bottom: 10px;
    padding: 5px;
  }

  .product .tabs .ui-tabs-panel .product-block .block-top ul svg {
    width: 20px !important;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block .block-top ul li {
    width: auto;
    margin: 0;
  }

  .product .tabs .ui-tabs-panel .product-block .block-top>a {
    margin-bottom: 0;
    padding: 0;
  }

  .product .tabs .ui-tabs-panel .product-block .block-top ul svg {
    width: 30px !important;
    height: 35px !important;
  }
}

.product .tabs .ui-tabs-panel .product-block .block-top ul li p {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 35px;
  top: 55%;
  transform: translateY(-50%);
  background: #fff;
  padding: 5px 10px;
  z-index: -1;
  opacity: 0;
  -webkit-box-shadow: 0 3px 9px 1px rgba(74, 74, 74, 0.22);
  -moz-box-shadow: 0 3px 9px 1px rgba(74, 74, 74, 0.22);
  box-shadow: 0 3px 9px 1px rgba(74, 74, 74, 0.22);
  text-align: left;
}

.product .tabs .ui-tabs-panel .product-block .block-top ul li:hover .info {
  z-index: 5 !important;
  opacity: 1 !important;
}

.product .tabs .ui-tabs-panel .product-block h4 {
  width: 100%;
  font-weight: 400;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block h4 {
    padding: 10px 2px 0 2px;
    margin-bottom: 15px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block h4 {
    padding: 0 2px 10px 2px;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 90%;
    font-size: 18px;
    height: 65px;
    padding-bottom: 10px;
  }

  .product .tabs .ui-tabs-panel .product-block h4 a {
    position: absolute;
    top: 10px;
    left: 0;
    height: 65px;
    background-color: #fff;
    transition: .3s ease-out;
    z-index: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
  }

  .product .tabs .ui-tabs-panel .product-block h4:hover a {
    height: auto;
    -webkit-line-clamp: 30;
  }
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block h4 span {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs .ui-tabs-panel .product-block h4 span {
    display: inline-block;
    vertical-align: top;
  }
}

.product .tabs .ui-tabs-panel .product-block h5 {
  font-weight: 700;
  color: #df0900;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block h5 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block h5 {
    font-size: 28px;
  }
}

.product .tabs .ui-tabs-panel .product-block h5 span {
  font-size: 20px;
  font-weight: 500;
  color: #adadad;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block h5 span {
    font-size: 18px;
  }

  .product .tabs .ui-tabs-panel .btn-red {
    max-width: 200px;
    width: 95%;
    height: 42px;
    font-size: 9px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .product-block h5 span {
    font-size: 20px;
  }

  .product .tabs .ui-tabs-panel .btn-red {
    max-width: none;
    width: 270px;
    height: 62px;
    font-size: 18px;
    line-height: 61px;
  }
}

.product .tabs .ui-tabs-panel .product-block h5 span:after {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  display: block;
  background: #919191;
  width: 50px;
  height: 2px;
  transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
}

.product .tabs .ui-tabs-panel .product-block .btn-product {
  margin: 0 auto;
  color: #fff;
}

.product .tabs .ui-tabs-panel .product-block .dot {
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  background: #e7e7e7;
  border-radius: 50%;
}

@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .product-block .dot {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-panel .product-block .dot {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .border-right {
    border-right: 0 solid #e7e7e7;
  }
}

@media only screen and (min-width: 992px) {
  .product .tabs .ui-tabs-panel .border-right {
    border-right: 1px solid #e7e7e7;
  }
}

@media only screen and (min-width: 320px) {
  .product-block {
    border-bottom: 1px solid #e7e7e7;
  }

  .product-block:nth-child(odd) {
    border-right: 1px solid #e7e7e7;
  }

  .product-block:nth-child(odd):before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: #e7e7e7;
  }
}

@media only screen and (min-width: 992px) {
  .product-block:nth-child(odd):before {
    display: none;
  }

  .product-block:nth-child(odd) {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }

  .product-block {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

/*
.product .tabs .ui-tabs-panel .border-left {
    border-left: 1px solid #e7e7e7;
}
@media only screen and (min-width: 320px) {
    .product .tabs .ui-tabs-panel .border-left {
        border-left: 0 solid #e7e7e7;
    }
}
@media only screen and (min-width: 992px) {
    .product .tabs .ui-tabs-panel .border-left {
        border-left: 1px solid #e7e7e7;
    }
}*/



@media only screen and (min-width: 320px) {
  .product .tabs .ui-tabs-panel .dash-1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .product .tabs .ui-tabs-panel .dash-1 {
    display: inline-block;
    vertical-align: top;
    height: 450px;
  }
}

@media only screen and (min-width: 320px) {
  .product #tabs-2 .europe-dash {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .product #tabs-2 .europe-dash {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-2 .europe-dash {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    z-index: -2;
  }
}

.product #tabs-3 .product-block {
  width: 24.64% !important;
}

@media only screen and (min-width: 320px) {
  .product #tabs-3 .product-block {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .product #tabs-3 .product-block {
    width: 32% !important;
  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-3 .product-block {
    width: 24% !important;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .product #tabs-3 .product-block {
    width: 24.64% !important;
  }
}

.product #tabs-3 .product-block .block-top img {
  width: 240px;
  height: auto;
}

@media only screen and (min-width: 320px) {
  .product #tabs-3 .product-block .block-top img {
    border: 2px solid #e7e7e7;
    border-radius: 0;
  }
}

@media only screen and (min-width: 768px) {
  .product #tabs-3 .product-block .block-top img {
    width: 100%;
    border: 0 solid #e7e7e7;
    /*min-height: 230px;*/
  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-3 .product-block .block-top img {
    width: 100%;
    /*max-height: 165px;*/
  }
}

@media only screen and (min-width: 1200px) {
  .product #tabs-3 .product-block .block-top img {
    width: auto;
    /*min-height: 230px;*/
    max-height: 197px;
  }
}

.product #tabs-3 .product-block .btn-product {
  width: 250px;
}

@media only screen and (min-width: 768px) {
  .product #tabs-3 .product-block .btn-product {
    width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-3 .product-block .btn-product {
    width: 220px;
  }
}

@media only screen and (min-width: 1200px) {
  .product #tabs-3 .product-block .btn-product {
    width: 250px;
  }
}

@media only screen and (min-width: 320px) {
  .product #tabs-3 .tabs-3-dash {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .product #tabs-3 .tabs-3-dash {
    display: none;

  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-3 .tabs-3-dash {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px) {
  .product #tabs-3 .tabs-3-dash .dash {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .product #tabs-3 .tabs-3-dash .dash {
    width: 80%;
  }
}

.discount {
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .discount {
    background: url('../images/discount.jpg') no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0 160px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .discount {
    background: url('../images/discount.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0 45px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .discount .container {
    padding: 0 110px;
  }
}

.discount__left {
  padding-top: 30px;
}

@media only screen and (min-width: 320px) {
  .discount__left {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .discount__left {
    float: left;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .discount__left {
    padding-top: 30px;
  }
}

.discount__left h3 {
  margin-bottom: 5px;
}

@media only screen and (min-width: 320px) {
  .discount__left h3 {
    font-size: 39px;
  }
}

@media only screen and (min-width: 768px) {
  .discount__left h3 {
    font-size: 33px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .discount__left h3 {
    font-size: 54px;
    margin-bottom: 5px;
  }
}

.discount__left h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 27px;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .discount__left h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .discount__left h4 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) {
  .discount__left h4 {
    font-size: 25px;
  }
}

.discount__left h4 span {
  color: #ee2d38;
}

@media only screen and (min-width: 320px) {
  .discount__left h4 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .discount__left h4 br {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 320px) {
  .discount__left .medicine {
    height: auto;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .discount__left .medicine {
    width: 330px;
  }
}

@media only screen and (min-width: 992px) {
  .discount__left .medicine {
    width: auto;
    margin-left: -30px;
  }
}

.discount__right {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 320px) {
  .discount__right {
    background: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 30px 10px 30px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .discount__right {
    background: url('../images/discount-egg.png') no-repeat top center;
    padding-top: 120px;
    float: right;
    width: 376px;
    height: 453px;
    margin: 0;
    border-radius: 0;
  }
}

.discount__right h5 {
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.discount__right p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.discount__right .main-form .input {
  display: block;
  width: 290px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #fece24;
  color: #000;
  padding: 0 10px 0;
  outline: none;
  overflow: hidden;
  line-height: 29px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .discount__right .main-form .input {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .discount__right .main-form .input {
    width: 290px;
  }
}

.discount__right .main-form .input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.discount__right .main-form .input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.discount__right .main-form .input:-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.discount__right .main-form .input:-o-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.discount__right .main-form .input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.discount__right .main-form .btn-discount {
  margin: 0 auto;
}

.discount__right .form-shadow {
  position: absolute;
  bottom: -50px;
  right: -30px;
  z-index: 1;
}

.features {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 320px) {
  .features {
    padding: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .features {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .features {
    padding: 60px 0;
  }
}

.features h2 {
  font-size: 29px;
}

@media only screen and (min-width: 320px) {
  .features h2 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .features h2 {
    text-align: right;
  }
}

.features h3 {
  text-align: right;
  font-size: 61px;
  color: #f24841;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 320px) {
  .features h3 {
    text-align: center;
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .features h3 {
    font-size: 61px;
    text-align: right;
  }
}

@media only screen and (min-width: 320px) {
  .features .features-mob {
    width: 100%;
    height: auto;
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .features .features-mob {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .features .features-mob {
    display: none;
  }
}

.features__block {
  text-align: center;
}

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

@media only screen and (min-width: 1200px) {
  .features__block {
    display: block;
  }
}

.features__block .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px;
}

@media only screen and (min-width: 320px) {
  .features__block .item {
    margin: 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item {
    margin: 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .features__block .item {
    margin: 0 30px;
  }
}

.features__block .item .text {
  background: #ffcf16;
  padding: 20px 20px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 22px 18px 3px rgba(191, 152, 0, 0.16);
  -moz-box-shadow: 3px 22px 18px 3px rgba(191, 152, 0, 0.16);
  box-shadow: 3px 22px 18px 3px rgba(191, 152, 0, 0.16);
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .features__block .item .text {
    width: 306px;
  }
}

.features__block .item .text h4 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
  letter-spacing: 1.2px;
}

.features__block .item .text p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-letter-spacing: 0.2px;
  -moz-letter-spacing: 0.2px;
}

.features__block .item .text .arrow {
  position: absolute;
}

@media only screen and (min-width: 320px) {
  .features__block .item .text .arrow {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .features__block .item .text .arrow {
    display: block;
  }
}

.features__block .item .text .arrow-1 {
  left: -70px;
  bottom: -267px;
  z-index: 3;
}

.features__block .item .text .arrow-2 {
  left: -18px;
  bottom: 62px;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  z-index: -2;
}

.features__block .item .text .arrow-3 {
  right: -40px;
  bottom: 82px;
  z-index: 3;
}

.features__block .item .text .arrow-4 {
  right: -175px;
  bottom: 80px;
  z-index: 3;
  display: none;
}

.features__block .item .text .arrow-5 {
  right: -192px;
  bottom: 107px;
  z-index: -1;
}

.features__block .item .text .arrow-6 {
  right: -47px;
  top: 68px;
  z-index: 3;
}

.features__block .item .text .arrow-7 {
  right: -21px;
  top: 126px;
  z-index: 3;
}

.features__block .item .text-1 {
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  border-radius: 25px 25px 0 0;
}

.features__block .item .text-2 {
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
}

.features__block .item .text-3 {
  padding-bottom: 50px;
}

.features__block .item .text-index {
  z-index: 5;
  padding: 0 0;
}

@media only screen and (min-width: 768px) {
  .features__block .item .text-index {
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item .text-index {
    z-index: 5;
  }
}

.features__block .item .text-index .text-index__bg {
  background: #ffcf16;
  padding: 20px 20px;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
}

.features__block .item .features-img {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .features__block .item .features-img {
    width: 190px;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item .features-img {
    width: auto;
  }
}

.features__block .item .features-img-1 {
  margin-top: -40px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .features__block .item .features-img-1 {
    margin-right: -43px;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item .features-img-1 {
    margin-right: -55px;
  }
}

.features__block .item .features-img-2 {
  padding-top: 40px;
  z-index: -3;
}

@media only screen and (min-width: 320px) {
  .features__block .item .features-img-2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item .features-img-2 {
    display: inline-block;
  }
}

.features__block .item .features-img-3 {
  margin-top: -43px;
  margin-left: -30px;
}

@media only screen and (min-width: 320px) {
  .features__block .item .features-img-2__mob {
    display: inline-block;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item .features-img-2__mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .features__block .item-mob {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item-mob {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item-mob {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .features__block .item-2 .text-mob {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item-2 .text-mob {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item-2 .text-mob {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}

@media only screen and (min-width: 320px) {
  .features__block .item-2 .text-2 {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .features__block .item-2 .text-2 {
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .features__block .item-2 .text-2 {
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
  }
}

.process {
  position: relative;
  padding: 100px 0 70px;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  .process {
    background: #ffca0a;
  }
}

@media only screen and (min-width: 768px) {
  .process {
    background: url('../images/process.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (min-width: 320px) {
  .process h3 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .process h3 {
    font-size: 46px;
    text-align: left;
  }
}

.process .questions__list {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 320px) {
  .process .questions__list {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .process .questions__list {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .process .questions__list {
    width: 49%;
    height: 502px;
  }
}

.process .questions__list li {
  margin: 0 0 25px;
}

.process .questions__list li .questions-item {
  position: relative;
  background: rgba(250, 250, 250, 0.25);
  border: 2px solid rgba(250, 250, 250, 0.5);
  margin: 0;
  padding: 0;
  border-radius: 0;
  padding: 20px 0 16px;
  padding-left: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  cursor: pointer;
}

.process .questions__list li .questions-item:hover {
  background: rgba(250, 250, 250, 0.5);
  border: 2px solid rgba(250, 250, 250, 0.1);
}

@media only screen and (min-width: 320px) {
  .process .questions__list li .questions-item {
    padding-left: 49px;
  }
}

@media only screen and (min-width: 768px) {
  .process .questions__list li .questions-item {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 992px) {
  .process .questions__list li .questions-item {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .process .questions__list li .questions-item {
    padding-left: 55px;
  }
}

.process .questions__list li .questions-item:after {
  position: absolute;
  left: 12px;
  top: 24% !important;
  transform: translateY(-50%);
  content: '';
  display: block;
  background: url('../images/process-ico.png') no-repeat top center;
  margin: 0 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.process .questions__list li .questions-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .process .questions__list li .questions-item h4 {
    font-size: 13.4px;
  }
}

@media only screen and (min-width: 768px) {
  .process .questions__list li .questions-item h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .process .questions__list li .questions-item h4 {
    font-size: 12.7px;
  }
}

@media only screen and (min-width: 1200px) {
  .process .questions__list li .questions-item h4 {
    font-size: 16px;
  }
}

.process .questions__list li .active {
  background: rgba(250, 250, 250, 0);
  border: 2px solid #fafafa;
}

.process .questions__list li .active:after {
  position: absolute;
  left: 12px;
  top: 24% !important;
  transform: translateY(-50%);
  content: '';
  display: block;
  background: url('../images/process-ico.png') no-repeat top center;
  margin: 0 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.process .questions__list li p {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 20px 20px 0 20px;
  display: none;
}

@media only screen and (min-width: 320px) {
  .process .questions__list li p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .process .questions__list li p {
    font-size: 15px;
    height: 166px;
  }
}

@media only screen and (min-width: 992px) {
  .process .questions__list li p {
    height: 166px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .process .questions__list li p {
    height: 166px;
    font-size: 15px;
  }
}

.process .list-1 {
  margin-right: 15px;
}

.process .video {
  padding-top: 40px;
  text-align: center;
  position: relative;
  z-index: 3;

}

.process .video .video-eggs {
  display: block;
  width: 326px;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) {
  .process .video .video-eggs {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .process .video .video-eggs {
    width: 326px;
  }
}

.process .video .youtube-btn {
  display: block;
  margin-top: -170px;
}

.process .video .youtube-btn .js-video-button {
  cursor: pointer;
}

.process .video h5 {
  font-size: 39px;
  font-weight: 900;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
}

@media only screen and (min-width: 320px) {
  .process .video h5 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .process .video h5 {
    font-size: 39px;
  }
}

.process .video h6 {
  font-size: 39px;
  color: #fff;
  font-weight: 900;
  padding-top: 100px;
  margin-bottom: 20px;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
}

.process .video .instruction {
  /*position: relative;
    z-index: 3;
    font-size: 20px;
    font-weight: 500;
    color: #000;*/
  display: inline-block;
  vertical-align: top;
  width: 125px;
  text-align: center;
  margin: 0 20px;

  /*  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);*/
  /*font-size: 20px;
    font-weight: 900;
    color: #fff;
    padding-top: 10px;
    text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);*/
}

@media only screen and (min-width: 320px) {
  .process .video .instruction {
    margin: 0 7px;
  }
}

@media only screen and (min-width: 992px) {
  .process .video .instruction {
    margin: 0 20px;
  }
}


.process .video .instruction img {

  width: 97px;
  height: auto;
  /* margin: 0 auto;*/

}

.process .video p {

  text-align: center;
  font-weight: 700;
  /*font-size: 18px;*/


}

.novaposhta {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .novaposhta {
    background: #fff;
    padding: 60px 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta {
    background: url('../images/novaposhta.png') no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 175px 0 140px;
    margin-top: -140px;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta {
    background: url('../images/novaposhta.png') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0 247px;
    margin-top: -140px;
    margin-bottom: -139px;
  }
}

@media only screen and (min-width: 320px) {
  .novaposhta__text {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text {
    width: 620px;
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text {
    width: 59%;
    float: right;
    margin: 0;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text {
    width: 56%;
    padding-top: 75px;
  }
}

.novaposhta__text h2 {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 25px;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .novaposhta__text h2 {
    font-size: 26px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text h2 {
    font-size: 52px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text h2 {
    font-size: 52px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text h2 {
    margin-bottom: 25px;
  }
}

.novaposhta__text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .novaposhta__text h3 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text h3 {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text h3 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 320px) {
  .novaposhta__text h3 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text h3 br {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 320px) {
  .novaposhta__text ul {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text ul {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text ul {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text ul {
    margin-bottom: 30px;
  }
}

.novaposhta__text ul li {
  font-size: 35px;
  color: #fa0;
  line-height: 1;
  margin-bottom: 20px;
  list-style-type: disc;
}

@media only screen and (min-width: 768px) {
  .novaposhta__text ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text ul li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text ul li {
    margin-bottom: 20px;
  }
}

.novaposhta__text ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}

.novaposhta__text .line {
  width: 230px;
  height: 2px;
  background: #fa0;
}

@media only screen and (min-width: 320px) {
  .novaposhta__text .line {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text .line {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text .line {
    margin-left: 50px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text .line {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text .line {
    margin-bottom: 30px;
  }
}

.novaposhta__text h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
  .novaposhta__text h4 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text h4 {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .novaposhta__text h4 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .novaposhta__text h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  .novaposhta__text h4 {
    margin-bottom: 40px;
  }
}

.novaposhta__text .btn-red {
  width: 290px;
  font-size: 14px;
  font-weight: 500;
}

.novaposhta__text .btn-red img {
  margin-right: 15px;
}

@media only screen and (min-width: 320px) {
  .novaposhta__text .btn-red {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .novaposhta__text .btn-red {
    margin: 0;
  }
}

.reviews {
  background: url('../images/reviews.jpg') no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .reviews {
    padding: 60px 0 120px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews {
    padding: 100px 0 120px;
    margin-top: -85px;
  }
}

.reviews h2 {
  font-size: 44px;
}

@media only screen and (min-width: 320px) {
  .reviews h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews h2 {
    text-align: left;
    font-size: 44px;
  }
}

.reviews h3 {
  font-size: 52px;
}

@media only screen and (min-width: 320px) {
  .reviews h3 {
    font-size: 38px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .reviews h3 {
    text-align: left;
    font-size: 52px;
  }
}

.reviews .swiper-reviews {
  text-align: center;
  padding-bottom: 50px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews {
    padding: 60px 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews {
    padding: 0 0 50px;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews {
    padding: 0 0 50px;
  }
}

.reviews .swiper-reviews .swiper-slide .reviews-block {
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 132px;
  -moz-border-radius: 132px;
  border-radius: 132px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-slide .reviews-block {
    text-align: center;
    padding: 20px 0 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-slide .reviews-block {
    padding: 20px 20px 40px;
    width: 80%;
    -webkit-border-radius: 132px;
    -moz-border-radius: 132px;
    border-radius: 132px;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews .swiper-slide .reviews-block {
    text-align: left;
    padding: 20px;
    width: 805px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews .swiper-slide .reviews-block {
    width: 975px;
  }
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-slide img {
    height: auto;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-slide img {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews .swiper-slide img {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews .swiper-slide img {
    width: auto;
  }
}

.reviews .swiper-reviews .swiper-slide .review-text {
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-slide .review-text {
    text-align: center;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-slide .review-text {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews .swiper-slide .review-text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews .swiper-slide .review-text {
    width: 70%;
  }
}

.reviews .swiper-reviews .swiper-slide .review-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
  text-transform: none;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-slide .review-text h3 {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews .swiper-slide .review-text h3 {
    padding-top: 0;
    text-align: left;
    margin-bottom: 15px;
  }
}

.reviews .swiper-reviews .swiper-slide .review-text h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.reviews .swiper-reviews .swiper-slide .review-text p {
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-slide .review-text p {
    text-align: center;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-slide .review-text p {
    text-align: left;
    font-size: 15px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews .swiper-slide .review-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews .swiper-slide .review-text p {
    font-size: 16px;
  }
}

.reviews .swiper-reviews .swiper-slide .review-1 {
  padding-bottom: 23px;
}

.reviews .swiper-reviews .swiper-button-next,
.reviews .swiper-reviews .swiper-button-prev {
  position: absolute;
  top: 42%;
  width: 47px;
  height: 47px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 47px 47px;
  -webkit-background-size: 47px 47px;
  background-size: 47px 47px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

@media only screen and (min-width: 320px) {

  .reviews .swiper-reviews .swiper-button-next,
  .reviews .swiper-reviews .swiper-button-prev {
    top: 23px;
  }
}

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

  .reviews .swiper-reviews .swiper-button-next,
  .reviews .swiper-reviews .swiper-button-prev {
    top: 45%;
  }
}

@media only screen and (min-width: 992px) {

  .reviews .swiper-reviews .swiper-button-next,
  .reviews .swiper-reviews .swiper-button-prev {
    top: 41%;
  }
}

.reviews .swiper-reviews .swiper-button-next:hover,
.reviews .swiper-reviews .swiper-button-prev:hover {
  opacity: 1;
}

.reviews .swiper-reviews .swiper-button-next {
  background: url('../images/next.png') no-repeat top center;
  right: 0;
  left: auto;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-button-next {
    right: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-button-next {
    right: 0;
  }
}

.reviews .swiper-reviews .swiper-button-prev {
  background: url('../images/prev.png') no-repeat top center;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews .swiper-button-prev {
    left: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews .swiper-button-prev {
    left: 0;
  }
}

.reviews .swiper-reviews .swiper-pagination-bullets {
  bottom: 0;
}

.reviews .swiper-reviews .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}

.reviews .swiper-reviews .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.advice {
  background: url('../images/advice.jpg') no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 10px 0 80px;
}

.advice h2 {
  font-size: 28px;
  text-align: right;
}

@media only screen and (min-width: 320px) {
  .advice h2 {
    font-size: 26px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .advice h2 {
    text-align: right;
    font-size: 28px;
  }
}

@media only screen and (min-width: 992px) {
  .advice h2 {
    padding-right: 200px;
  }
}

.advice h3 {
  font-size: 59px;
  text-align: right;
  color: #ffce00;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
}

@media only screen and (min-width: 320px) {
  .advice h3 {
    font-size: 34px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .advice h3 {
    font-size: 59px;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .advice h3 {
    padding-right: 200px;
  }
}

.advice .accordion {
  width: 770px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .advice .accordion {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion {
    width: 100%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .advice .accordion {
    width: 770px;
    padding-left: 0;
  }
}

.advice .accordion .ui-accordion-header {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 15px 20px 10px;
  margin-top: 40px;
  padding-left: 20px;
  text-transform: uppercase;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 21px 1px rgba(82, 82, 82, 0.16);
  -moz-box-shadow: 0 6px 21px 1px rgba(82, 82, 82, 0.16);
  box-shadow: 0 6px 21px 1px rgba(82, 82, 82, 0.16);
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
  .advice .accordion .ui-accordion-header {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion .ui-accordion-header {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .advice .accordion .ui-accordion-header {
    font-size: 16px;
  }
}

.advice .accordion .ui-accordion-header .ui-icon {
  background: url('../images/chicken-2.png') no-repeat bottom center !important;
  width: 70px;
  height: 100px;
  position: absolute;
  top: -11px;
  left: -75px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media only screen and (min-width: 320px) {
  .advice .accordion .ui-accordion-header .ui-icon {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion .ui-accordion-header .ui-icon {
    display: block;
  }
}

.advice .accordion .ui-accordion-header .ui-icon:after {
  content: '';
  background: url('../images/plus.png') no-repeat top center;
  display: block;
  position: absolute;
  top: 33px;
  left: 28px;
  width: 16px;
  height: 16px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.advice .accordion .ui-accordion-header .ui-icon:before {
  content: '';
  display: block;
  background: url('../images/chicken-1.png') no-repeat top center;
  position: absolute;
  top: -15px;
  left: 0;
  width: 70px;
  height: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.advice .accordion .ui-accordion-header-active {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  background-color: #fdcc00;
  -webkit-box-shadow: 0 6px 23px 1px rgba(255, 205, 98, 0.46);
  -moz-box-shadow: 0 6px 23px 1px rgba(255, 205, 98, 0.46);
  box-shadow: 0 6px 23px 1px rgba(255, 205, 98, 0.46);
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -o-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  color: #000;
}

.advice .accordion .ui-accordion-header-active .ui-icon {
  background: url('../images/chicken-2.png') no-repeat bottom center !important;
  width: 70px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -75px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

@media only screen and (min-width: 320px) {
  .advice .accordion .ui-accordion-header-active .ui-icon {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion .ui-accordion-header-active .ui-icon {
    display: block;
  }
}

.advice .accordion .ui-accordion-header-active .ui-icon:after {
  content: '';
  background: url('../images/plus.png') no-repeat top center;
  display: block;
  position: absolute;
  top: 33px;
  left: 28px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.advice .accordion .ui-accordion-header-active .ui-icon:before {
  content: '';
  display: block;
  background: url('../images/chicken-1.png') no-repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.advice .accordion .ui-accordion-content {
  padding-bottom: 0;
  background: none;
  border: none;
  text-align: left;
  padding-left: 20px;
}

.advice .accordion .ui-accordion-content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media only screen and (min-width: 320px) {
  .advice .accordion .ui-accordion-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion .ui-accordion-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .advice .accordion .ui-accordion-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  .advice .accordion .ui-accordion-content p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  .advice .accordion .ui-accordion-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) {
  .advice .accordion .ui-accordion-content-active {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .advice .accordion .ui-accordion-content-active {
    height: 119px;
  }
}

@media only screen and (min-width: 992px) {
  .advice .accordion .ui-accordion-content-active {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .advice .accordion .ui-accordion-content-active {
    height: 85px;
  }
}

@media only screen and (min-width: 1600px) {
  .advice .accordion .ui-accordion-content-active {
    height: 119px;
  }
}

.contacts {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .contacts {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .contacts {
    height: 660px;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts {
    height: 700px;
  }
}

@media only screen and (min-width: 320px) {
  .contacts .map {
    height: 450px;
    width: 100%;
  }

  .map_desc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .contacts .map {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .contacts .map {
    float: left;
    height: 100%;
    width: 50%;
  }

  .map_desc {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts .map {
    width: 58%;
    height: 100%;
  }
}

.contacts__block {
  width: 45%;
  /* background: #fec200; */
  background: rgba(255, 207, 20, 1);
  background: -moz-linear-gradient(left, rgba(255, 207, 20, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 207, 20, 1)), color-stop(100%, rgba(255, 191, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 207, 20, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 207, 20, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 207, 20, 1) 0%, rgba(255, 191, 0, 1) 100%);
  background: linear-gradient(to right, rgba(255, 207, 20, 1) 0%, rgba(255, 191, 0, 1) 100%);
  padding: 46px 70px;
  height: 100%;
}

@media only screen and (min-width: 320px) {
  .contacts__block {
    width: 100%;
    text-align: center;
    padding: 35px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__block {
    padding: 46px 0;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__block {
    float: right;
    text-align: left;
    width: 50%;
    height: 100%;
    padding: 30px 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__block {
    width: 42%;
    height: 100%;
    padding: 46px 70px;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__block .container {
    width: auto;
  }
}

.contacts__block h3 {
  font-size: 34.5px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .contacts__block h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__block h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__block h3 {
    font-size: 25px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__block h3 {
    font-size: 34.5px;
  }
}

.contacts__block p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .contacts__block p {
    font-size: 18px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .contacts__block p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__block p {
    font-size: 18px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__block p {
    font-size: 18px;
  }
}

.contacts__block a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .contacts__block a {
    font-size: 18px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__block a {
    font-size: 18px;
  }
}

.contacts__block .tel-last {
  margin-bottom: 15px;
}


.contacts__block p.footer-email {
  margin-top: 25px;
}

.contacts__block p.footer-address {
  margin-bottom: 25px;
}

.contacts__block p.footer-phone,
.contacts__block p.footer-phone a {
  margin-bottom: 0;
}

.contacts__block p.with-description {
  margin-bottom: 25px;
}

.contacts__block h4 {
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 5px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .contacts__block h4 {
    font-size: 25px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .contacts__block h4 {
    font-size: 29px;
  }
}

.contacts__block .btn-contacts {
  width: 270px;
  height: 62px;
  font-size: 16px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  background-color: #fff;
  -webkit-box-shadow: 15px 13px 28px 4px #db9b00;
  -moz-box-shadow: 15px 13px 28px 4px #db9b00;
  box-shadow: 15px 13px 28px 4px #db9b00;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .contacts__block .btn-contacts {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__block .btn-contacts {
    margin: 0;
  }
}

.contacts__block .btn-contacts:hover {
  -webkit-box-shadow: 15px 13px 28px 4px rgba(219, 155, 0, 0.3);
  -moz-box-shadow: 15px 13px 28px 4px rgba(219, 155, 0, 0.3);
  box-shadow: 15px 13px 28px 4px rgba(219, 155, 0, 0.3);
}

.footer {
  background: #1b1b1b;
}

@media only screen and (min-width: 320px) {
  .footer {
    text-align: center;
    padding: 35px 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 10px 0 10px;
    text-align: left;
  }
}

@media only screen and (min-width: 320px) {
  .footer .container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .footer .container {
    height: auto;
    justify-content: space-between;
  }

  .footer__left {
    float: left;
  }
}

.footer .block_push-k {
  width: 110px;
  float: right;
}

@media only screen and (min-width: 320px) {
  .footer .block_push-k {
    margin: 15px auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer .block_push-k {
    margin: 0;
    margin-right: 50px;
    float: right;
  }
}

.footer .block_push-k a {
  font-family: 'Muller', sans-serif;
  font-size: 12px !important;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: none;
  font-size: 10.5px;
  font-weight: 100;
  color: #898989;
}

.footer .block_push-k .logo_push-k {
  width: 100%;
  height: 35px;
  background: url(../images/logo_push-k.svg) 50% 50% no-repeat;
  background-size: contain;
}

.footer__left .logo {
  width: 250px;
}

.footer__left p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 320px) {
  .footer__left p {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .footer__left p {
    margin-left: 20px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}

.footer h3 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
  text-transform: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) {
  .footer h3 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .footer h3 {
    width: auto;
    float: right;
    padding-top: 22px;
  }
}

.footer h3 a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.remodal-first {
  padding-top: 95px;
  text-align: center;
  width: 376px;
  height: 453px;
}

@media only screen and (min-width: 320px) {
  .remodal-first {
    max-width: 376px !important;
    height: auto;
    padding: 40px 15px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first {
    background: url('../images/discount-egg.png') no-repeat top center;
    padding: 0;
    padding-top: 95px;
    max-width: 376px !important;
    height: 453px;
    text-align: center;
    border-radius: 0;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-first .remodal-close {
    color: #000 !important;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first .remodal-close {
    color: #fff !important;
  }
}

.remodal-first h2 {
  color: #000 !important;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.remodal-first h2:after {
  display: none;
}

.remodal-first h2:before {
  display: none;
}

.remodal-first p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 320px) {
  .remodal-first p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.remodal-first .input {
  display: block;
  width: 290px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid #fece24;
  color: #000;
  padding: 0 10px 0;
  outline: none;
  overflow: hidden;
  line-height: 29px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .remodal-first .input {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first .input {
    width: 290px;
  }
}

.remodal-first .input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.remodal-first .input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.remodal-first .input:-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.remodal-first .input:-o-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.remodal-first .input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}

.remodal-first .btn-remodal {
  margin: 0 auto;
}

.remodal-product {
  width: 870px !important;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  text-align: left;
  border: none;
}

@media only screen and (min-width: 320px) {
  .remodal-product {
    width: 100% !important;
    max-width: 385px !important;
    height: auto;
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product {
    width: 700px !important;
    max-width: 700px !important;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product {
    width: 870px !important;
    max-width: 870px !important;
    height: auto;
    padding: 40px 20px 0 20px;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-left {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-left .img-cover {
    /* width: 170px; */
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-left .img-cover {
    width: 300px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-left .img-cover {
    width: 362px;
  }
}

.remodal-product .remodal-left img {
  border: 2px solid #ffdd31;
  border-radius: 10px;
}

.remodal-product .remodal-left .mini {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-left .mini {
    max-width: 370px;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-left .mini {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .remodal-product .remodal-left .mini a {
    display: inline-block;
    width: 75px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 375px) {
  .remodal-product .remodal-left .mini a {
    width: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-left .mini {
    display: block;
  }
}

.remodal-product .remodal-left .mini img {
  margin-right: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-left .mini img {
    width: 69px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-left .mini img {
    width: auto;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right {
    width: 52%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-right {
    width: 50%;
    padding-left: 20px;
  }
}

.title-block,
.remodal-product .remodal-right h2 {
  font-size: 20px;
  text-transform: none;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.title-block a {
  color: #000;
  font-size: 18px;
}

@media only screen and (min-width: 320px) {

  .title-block,
  .remodal-product .remodal-right h2 {
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
  }
}

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

  .title-block,
  .remodal-product .remodal-right h2 {
    font-size: 16px;
    padding-top: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {

  .title-block,
  .remodal-product .remodal-right h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right h2 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right h2 br {
    display: inline-block;
    vertical-align: top;
  }
}

.remodal-product .remodal-right h3 {
  font-size: 18px;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
  color: #000;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}

.remodal-product .remodal-right ul {
  padding-left: 15px;
  margin-bottom: 10px;
}

.remodal-product .remodal-right ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #000;
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-right ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.remodal-product .remodal-right ul li img {
  width: auto;
  height: 28px;
  margin-top: -7px;
}

.remodal-product .remodal-right p {
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .remodal-product .remodal-right p {
    font-size: 16px;
  }
}

.remodal-product .remodal-right h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right h4 {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right h4 {
    font-size: 28px;
    text-align: left;
  }
}

.additional-product h4 {
  font-size: 20px;
  display: inline-block;
}

.additional-product h5 {
  font-size: 28px;
  line-height: 20px;
  display: inline-block;
}

.if_add_product,
#if_add_product {
  display: none;
}

#order-item-count {
  width: 240px;
  margin: 0 15px;
  padding: 2px 8px;
}

.to-card-secondary,
.add-product-btn {
  height: 56px;
  width: 240px;
  line-height: 60px;
  margin: 8px 0 !important;
}

.additional-product h5,
#product-full-price,
.remodal-product .remodal-right h5 {
  font-size: 28px;
  font-weight: 700;
  color: #df0900;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 320px) {

  #product-full-price,
  .additional-product h5,
  .remodal-product .remodal-right h5 {
    font-size: 23px;
    text-align: center;
  }
}

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

  #product-full-price,
  .additional-product h5,
  .remodal-product .remodal-right h5 {
    font-size: 28px;
    text-align: left;
  }
}

/* .to-card-secondary,
#to-card-secondary {
    display: none;
} */
.additional-product h5 span,
.remodal-product .remodal-right h5 span {
  font-size: 20px;
  font-weight: 500;
  color: #adadad;
  position: relative;
  margin-right: 5px;
}

.additional-product h5 span:after,
.remodal-product .remodal-right h5 span:not(#product-full-price):after {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  display: block;
  background: #919191;
  width: 50px;
  height: 2px;
  transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
}

@media only screen and (min-width: 320px) {
  .remodal-product .remodal-right .btn-remodal-product {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-product .remodal-right .btn-remodal-product {
    margin: 0;
  }
}

.remodal-product .remodal-close {
  color: #000 !important;
}

.remodal-close {
  top: 12px !important;
  right: 15px !important;
  color: #fff !important;
  font-weight: 900;
}

@media only screen and (min-width: 320px) {
  .remodal-close {
    width: 10px !important;
    height: 16px !important;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-close {
    width: 35px !important;
    height: 30px !important;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-close:before {
    font-size: 30px !important;
    top: -7px !important;
    left: -12px !important;
    color: #000;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-close:before {
    font-size: 50px !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.remodal-common {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  padding: 30px 40px;
}

@media only screen and (min-width: 320px) {
  .remodal-common {
    max-width: 500px !important;
    padding: 40px 15px;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-common {
    padding: 40px 20px;
    max-width: 450px !important;
    text-align: center;
  }
}

.remodal-common h3 {
  font-weight: 700;
  color: #000;
  text-shadow: 3px 3px 7px rgba(162, 123, 0, 0);
}

@media only screen and (min-width: 320px) {
  .remodal-common h3 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-common h3 {
    font-size: 35px;
  }
}

.remodal-common p {
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}

.remodal-common p.color_green,
.remodal-common p.color_green a {
  color: #9FD36F;
}

@media only screen and (min-width: 320px) {
  .remodal-common p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-common p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 320px) {
  .certific-width {
    width: 600px;
    height: 450px;
  }
}

@media only screen and (min-width: 768px) {
  .certific-width {
    width: 600px;
    height: 450px;
  }
}

@media only screen and (min-width: 992px) {
  .certific-width {
    width: 800px;
    height: 600px;
  }
}

@media only screen and (min-width: 320px) {
  .certific-width-2 {
    width: 500px;
    height: 700px;
  }
}

@media only screen and (min-width: 768px) {
  .certific-width-2 {
    width: 500px;
    height: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .certific-width-2 {
    width: 500px;
    height: 700px;
  }
}

.modal-politic {
  background: #fff;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .modal-politic {
    width: 1000px !important;
  }
}

.modal-politic .politica {
  padding: 10px 0 10px;
  text-align: center;
  background: #1782ab;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .modal-politic .politica {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-politic .politica {
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) {
  .modal-politic p {
    font-size: 13px;
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-politic p {
    font-size: 16px;
    padding: 20px 30px;
  }
}

.error-input {
  clear: both;
  float: left;
  font-size: 13px;
  padding-left: 93px;
  color: #df3a3a;
  /* width: 323px; */
  margin: 0 auto;
  text-align: center;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-bottom: 2px solid #fece24;
}

input:required:valid,
textarea:required:valid {
  border-bottom: 2px solid #fece24;
}

#name-error {
  font-size: 0 !important;
}

.input {
  position: relative;
}

label {
  position: absolute;
  top: 0;
  border: 0;
  font-size: 0 !important;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */







.korzina {
  float: left;
}

@media only screen and (min-width: 320px) {
  .korzina {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .korzina {
    padding-right: 16px;
  }
}

.korzina img {
  filter: brightness(4px);
  text-align: center;
  height: 32px;
}

.korzina span {
  display: block;
}

.korzina * {
  color: #000;
}

.order-container {
  display: block !important;
}

.order-row {
  display: flex;
  padding: 0;
}

.order-container button {
  display: inline-block;
}

.order-container .main-form h5 {
  margin: 16px 0;
  color: #df0900;
  font-weight: bold;
}

.order-items-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
}

.order-item {
  width: 50% !important;
  height: auto !important;
}

.order-item .slider-block {
  padding: 32px 16px;
}

.order-item .delet {
  position: absolute;
  right: 8px;
  top: 32px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url('../images/delet.png') 50% 50% no-repeat;
  background-size: contain;
}

.order-container .remodal-first {
  align-self: flex-start;
  margin: 32px 0;
  max-width: 340px !important;
}

.product-page {
  text-align: center;
}

.product-page h1 {
  text-align: center;
}

.product-page .slider-block {
  width: 450px !important;
  margin: 32px auto !important;
}

.product-page input[type=text],
.product-page input[type=email],
.product-page input[type=tel],
.product-page input[type=password] {
  padding: 8px 16px;
  border-radius: 32px;
  width: 270px;
}

.product-page a.btn {
  margin-top: 8px !important;
}

.product-page .add-to-cart-button {
  margin: 4px 0;
}

.add-to-cart-button.disabled {
  background: #ccc !important;
}

.additional-product {
  position: relative;
  max-width: 360px;
  padding: 32px 0;
}

.additional-product>div {
  position: relative;
}

.secure-links {
  text-align: center;
  margin-top: 32px;
}

.secure-links a {
  color: #aaa;
}

@media only screen and (min-width: 320px) {
  #product {
    padding-top: 70px;
  }

  #product.product-page {
    padding-top: 100px;
  }

  body.body-orders #product,
  body.body-checkout #product {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) {
  #product {
    padding-top: 100px;
  }

  body.body-orders #product,
  body.body-checkout #product {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 320px) {
  .product .tabs-list {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .product .tabs-list {
    margin-bottom: 0 !important;
  }
}

#payment-method {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 8px 0;
  margin-bottom: 32px;
}

#payment-method button {
  width: 50%;
  border: 2px solid #fff;
  background: transparent;
  text-align: center;
  padding: 8px;
  margin: 4px;
  outline: none;
}

#payment-method button.active {
  background: #e92b39;
}

#payment-method button p {
  margin: 0;
  color: #fff;
}

[data-remodal-id=modal-to-order] a {
  color: #f24841;
  text-decoration: underline;
}

.product-description {
  margin: 48px 0;
}

.product-description p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.order-container .remodal-first {
  height: auto;
  padding: 0;
  max-width: 100% !important;
}

.order-container .remodal-first form {
  height: auto;
  padding: 16px 8px;
  background: #fbca0c;
}

.order-container .remodal-first h2 {
  margin-bottom: 32px;
}

.order-container .remodal-first input {
  border-color: #fff;
}

.order-container h3,
.order-container h3 a {
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
}

.order-container .main-form h4 {
  color: #f24841;
  font-weight: bold;
}

.order-container .slider-block .product-img {
  width: 100%;
}

.product-page .slider-block .btn {
  display: inline-block;
}

.order-container h1 {
  font-size: 32px;
  color: #df0900;
}

.product-page h1 {
  font-size: 24px;
  color: #df0900;
}

body {
  overflow-x: hidden;
}

.secure-links {
  text-align: center;
  margin-top: 0;
}

.secure-links a {
  color: #aaa;
}

.page {
  padding: 32px 0;
}

.header_page__top {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 320px) {
  .header_page__top .top-left .logo {
    width: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .header_page__top .top-left .logo {
    width: 64px;
  }
}

.product-page .remodal-wrapper {
  position: static;
  display: block;
}

.product-page .remodal-product {
  width: 100% !important;
  max-width: 100% !important;
}

.product-page .remodal-product .remodal-right {
  width: calc(100% - 400px) !important;
}

@media (max-width:1024px) {
  .product-page .remodal-product .remodal-right {
    width: 100% !important;
  }

  .product-page .remodal-product .remodal-left .img-cover {
    width: 100%;
  }

  .product-page input {
    margin: auto;
    display: block;
  }
}


body.page {
  padding: 0;
}

@media (min-width:320px) {
  body.page .scroll-block .menu_2 {
    display: none;
  }
}

@media (min-width:992px) {
  body.page .scroll-block .menu_2 {
    display: inline-block;
  }
}

body.home .scroll-block .menu_2 {
  display: inline-block;
}

.mobile-only {
  display: none;
}

@media (max-width: 1024px) {

  .order-container h1,
  .product-page h1 {
    font-size: 28px;
  }

  .order-container,
  .product-page {
    text-align: center;
  }

  .order-row {
    display: block;
  }

  .order-items-list {
    display: block;
  }

  .order-item {
    width: 100% !important;
  }

  .order-container h3,
  .product-page h3,
  .order-container h4,
  .product-page h4,
  .order-container .swiper-slide p,
  .product-page .swiper-slide p {
    width: auto !important;
  }

  .product-page .slider-block {
    width: 100% !important;
  }

  .header__top .top-left {
    max-width: 100%;
  }

  .korzina {
    position: absolute;
    right: 0;
    top: 60px;
  }

  .mobile-only {
    display: block;
  }
}

.add-product-btn .check-mark {
  height: 24px !important;
  margin-left: 4px !important;
  margin-top: -8px;
  border: none !important;
}

.check-mark-image {
  position: absolute;
  left: 160px;
  top: 8px;
  height: 32px !important;
  border: none !important;
  opacity: 0;
  transition: opacity .4s;
}

.check-mark-image.active {
  opacity: 1;
}

.additional-product #order-item-count {
  margin: 12px 0;
  width: 220px;
}

.language-link {
  color: #000;
}

.language-link.active {
  color: #fbca0c;
}

.languages-switcher {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  float: left;
}

@media only screen and (min-width: 320px) {
  .languages-switcher {
    position: absolute;
    right: 15px;
    bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .languages-switcher {
    position: relative;
    margin: 15px 10px 0 0;
    right: inherit;
    bottom: inherit;
  }
}

@media only screen and (min-width: 320px) {
  .header_page__top .languages-switcher {
    position: absolute;
    left: 10px;
    bottom: 5px;
    right: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .header_page__top .languages-switcher {
    position: relative;
    margin: 15px 10px 0 0;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
}

@media only screen and (min-width: 1200px) {
  .for-mobile-only {
    display: none;
  }
}

#modal-full-europe .remodal-close:before {
  color: #000;
}









@media only screen and (min-width: 320px) {
  .support {
    padding: 150px 20px 50px 20px;
  }

  .support__main h2 {
    margin-bottom: 50px;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .support {
    padding: 150px 0 100px 0;
  }

  .support__main h2 {
    margin-bottom: 90px;
    text-align: left;
  }
}

.support__main__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 42px;
}

.support_cont {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.support_cont h4 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}

.support_cont p {
  font-size: 20px;
  font-weight: 400;
}

.support_cont::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FECD0D;
}

.support_cont:nth-last-child(1):before {
  display: none;
}

.support_ic_cont {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  column-gap: 15px;
  margin-top: 25px;
}

.support_ic {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .support_ic_cont {
    column-gap: 10px;
  }

  .support_ic {
    width: 24px;
    height: 24px;
  }
}

.support_ic.support_ic_1 {
  position: relative !important;
  background: url(../images/support_ic_1.svg) 50% 50% no-repeat;
  background-size: contain;
}

.support_ic.support_ic_2 {
  background: url(../images/support_ic_2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.support_ic.support_ic_1 input,
.support_ic.support_ic_2 input {
  visibility: hidden;
  opacity: 0;
}



.btn_yellow {
  background-color: #fecc00;
  border-radius: 30.5px;
  color: #000;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: none;
  outline: none;
  position: relative;
  box-shadow: 0 24px 25px -23px #000;
  transform: rotate3d(0, 0, 0, 0deg);
  transition: 0.4s ease-out;
}

@media only screen and (min-width: 320px) {
  .btn_yellow {
    width: 200px;
    height: 44px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn_yellow {
    width: 227px;
    height: 61px;
  }
}

.btn_yellow span {
  font-weight: 400;
}

.btn_yellow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30.5px;
  position: absolute;
  z-index: -1;
  background-color: #fecc00;
  box-shadow: 0 0 0 0 #fecc00;
  transition: 0.4s ease-out;
}

@media only screen and (min-width: 320px) {
  .btn_yellow span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn_yellow span {
    font-size: 17px;
  }

  .btn_yellow:hover {
    box-shadow: 0 24px 23px -26px #000;
    transform: rotate3d(0, 1, 0, 15deg);
  }

  .btn_yellow:hover:before {
    box-shadow: 0 4px 0 0 #b49001;
  }
}



@media only screen and (min-width: 1200px) {
  .construkt .container {
    max-width: 1200px;
    width: 100%;
  }
}

@media only screen and (min-width: 1366px) {
  .construkt .container {
    max-width: 1366px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .construkt .container {
    max-width: 1500px;
    width: 100%;
  }
}


@media only screen and (min-width: 320px) {
  #construkt {
    height: 400vh;
  }
}

@media only screen and (min-width: 2560px) {
  #construkt {
    padding-top: 100px;
    height: 80vh;
  }
}

@media only screen and (min-width: 3840px) {
  #construkt {
    height: 70vh;
  }
}

#construkt.simple {
  height: 100vh;
}

#construkt>div {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
}

@media only screen and ((min-width: 1600px) and (min-height: 1000px)) {
  #construkt>div {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 320px) {
  #construkt>div {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #construkt>div {
    padding: 100px 0 100px 0;
  }
}

@media only screen and (min-width: 1600px) {
  #construkt>div {
    padding: 130px 0 100px 0;
  }
}


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

@media only screen and (min-width: 320px) {
  .construkt .container {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt .container {
    overflow: visible;
  }

  .construkt {
    padding: 0 0 100px 0;
  }
}

.construkt__main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .construkt__main {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main {
    transform: scale(.6);
    margin-top: -190px;
  }
}

@media only screen and (min-width: 1366px) {
  .construkt__main {
    transform: scale(.65);
    margin-top: -170px;
  }
}

@media only screen and (min-width: 1600px) {
  .construkt__main {
    transform: scale(.8);
    margin-top: -100px;
  }
}

@media only screen and (min-width: 1768px) {
  .construkt__main {
    transform: scale(1);
    margin-top: 0;
  }
}

.construkt__main .construkt_all {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-out;
  padding-bottom: 5px;
}

@media only screen and (min-width: 320px) {
  .construkt__main .construkt_all {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main .construkt_all {
    top: 30%;
    transform: translateY(-50%);
    width: auto;
    padding-right: 5px;
  }
}

@media only screen and ((min-width: 1600px) and (min-height: 1000px)) {
  .construkt__main .construkt_all {
    top: 55%;
  }
}

.construkt__main .construkt_all h2 {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 26px;
}

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

  .construkt__main .construkt_all h2 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 29px;
    text-align: left;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main .construkt_all h2 br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main .construkt_all h2 br {
    display: block;
  }
}

.construkt__main .construkt_all.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 320px) {
  .construkt__main .construkt_all .btn_yellow {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main .construkt_all .btn_yellow {
    display: flex;
  }
}

.construkt__main__item {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item {
    width: 480px;
  }
}

.construkt__main__item h2 {
  transition: 0.3s ease-out;
  opacity: 1;
  visibility: visible;
  color: #f24841;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

.construkt__main__item h2 span {
  color: #000;
  text-align: left;
  text-shadow: none;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item h2 {
    font-size: 28px;
    text-align: center;
  }

  .construkt__main__item h2 span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item h2 {
    font-size: 61px;
    text-align: left;
  }

  .construkt__main__item h2 span {
    font-size: 29px;
  }
}

.construkt__main__item h2.none {
  opacity: 0;
  visibility: hidden;
}

.construkt__main__item .construkt_sl {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl {
    height: 755px;
  }
}

@media only screen and ((min-width: 1600px) and (min-height: 1000px)) {
  .construkt__main__item .construkt_sl {
    height: auto;
  }
}

.construkt__main__item .construkt_sl .arrow_g {
  width: 362px;
  position: absolute;
  z-index: 2;
  transition: 0.5s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_1 {
  top: 119px;
  left: calc(-100% - -102px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_2 {
  width: 390px;
  top: 194px;
  left: calc(-100% - -74px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_3 {
  width: 516px;
  top: 238px;
  left: calc(-100% - 52px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_4 {
  width: 545px;
  top: 256px;
  left: calc(-100% - 81px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_5 {
  width: 510px;
  top: 256px;
  left: calc(-100% - 46px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_6 {
  width: 387px;
  top: 257px;
  left: calc(-100% - -79px);
}

.construkt__main__item .construkt_sl .arrow_g.arrow_g_7 {
  width: 475px;
  top: 256px;
  left: calc(-100% - 10px);
}

.construkt__main__item .construkt_sl .arrow_g.none {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.construkt__main__item .construkt_sl .arrow_g.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .arrow_g {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .arrow_g {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .arrow_g_mob {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
    z-index: 12;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_1 {
    bottom: -80px;
    left: 30px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_1.active {
    opacity: 1;
    visibility: visible;
    bottom: -80px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_2 {
    bottom: -114px;
    left: 30px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_2.active {
    opacity: 1;
    visibility: visible;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_3 {
    bottom: -156px;
    left: 30px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_3.active {
    opacity: 1;
    visibility: visible;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_4 {
    bottom: -190px;
    left: 30px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_4.active {
    opacity: 1;
    visibility: visible;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_5 {
    bottom: -215px;
    right: 20px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_5.active {
    opacity: 1;
    visibility: visible;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_6 {
    bottom: -315px;
    left: 30px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_6.active {
    opacity: 1;
    visibility: visible;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_7 {
    bottom: -332px;
    right: 20px;
  }

  .construkt__main__item .construkt_sl .arrow_g_mob_7.active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .arrow_g_mob {
    display: none;
  }
}

.construkt__main__item .construkt_sl .construkt_img {
  width: 485px;
  height: 755px;
  position: absolute;
  transition: 0.5s ease-out;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img {
    top: -10px;
    left: 50%;
    transform: scale(0.4) translateX(-122%);
  }
}

@media only screen and (min-width: 375px) {
  .construkt__main__item .construkt_sl .construkt_img {
    top: 10px;
    transform: scale(0.4) translateX(-122%);
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img {
    top: 50px;
    transform: scale(0.7) translateX(-70%);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_img {
    top: 0;
    transform: scale(1);
    left: calc(-100% - 355px);
  }
}

.construkt__main__item .construkt_sl .construkt_img:before {
  content: '';
  display: block;
  width: 135%;
  height: 110%;
  background: #fecf08;
  border-radius: 50% 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(80px);
  opacity: 0.3;
  z-index: -1;
  animation: header_3d_bef 3s ease-in-out infinite;
}

.construkt__main__item .construkt_sl .construkt_img img {
  position: absolute;
  transition: 0.4s ease-out;
  will-change: transition;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_10 {
  left: 0;
  bottom: 500px;
  z-index: 10;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_9 {
  left: 0;
  bottom: 450px;
  z-index: 9;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_8 {
  left: 110px;
  bottom: 400px;
  z-index: 8;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_7 {
  left: 190px;
  bottom: 390px;
  z-index: 7;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_6 {
  left: 170px;
  bottom: 380px;
  z-index: 6;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_5 {
  right: 70px;
  bottom: 375px;
  z-index: 4;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_4 {
  left: 30px;
  bottom: 310px;
  z-index: 4;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_3 {
  left: 25px;
  bottom: 250px;
  z-index: 3;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_2_2 {
  right: 50px;
  bottom: 280px;
  z-index: 2;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_2 {
  left: 10px;
  bottom: 160px;
  z-index: 2;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_1 {
  left: 0;
  bottom: 50px;
  z-index: 1;
  cursor: pointer;
}

.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_10,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_9,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_8,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_6,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_4,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_2,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_1 {
  cursor: auto;
}

.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_10:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_9:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_8:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_6:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_4:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_2:hover,
.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_1:hover {
  transform: scale(1);
}



.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  left: 0;
  bottom: 590px;
  z-index: 10;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  left: 0;
  bottom: 500px;
  z-index: 9;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
  left: 110px;
  bottom: 430px;
  z-index: 8;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_7 {
  left: 190px;
  bottom: 400px;
  z-index: 7;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  left: 170px;
  bottom: 370px;
  z-index: 6;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_5 {
  right: 40px;
  bottom: 315px;
  z-index: 4;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_4 {
  left: 30px;
  bottom: 250px;
  z-index: 4;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_3 {
  left: 25px;
  bottom: 200px;
  z-index: 3;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_2_2 {
  bottom: 170px;
  z-index: 2;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_2_2 {
    right: 10px;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_2_2 {
    right: 10px;
  }
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_2 {
  left: 10px;
  bottom: 100px;
  z-index: 2;
}

.construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
  left: 0;
  bottom: 0;
  z-index: 1;
}






/* my */

@media only screen and (min-width: 320px) {
  .construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
    transform: scale(1.25);
  }

  .construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_10 {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
    transform: scale(1.1);
  }
}

.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
    transform: scale(1.25);
  }

  .construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_9 {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
    transform: scale(1.1);
  }
}

.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

/* next =====> */

.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  bottom: 530px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
    bottom: 455px;
    transform: scale(1.25);
  }

  .construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_8 {
    bottom: 455px;
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
    bottom: 455px;
    transform: scale(1.1);
  }
}

.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  bottom: 530px;
}

.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
  bottom: 480px;
}

.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_7 {
  bottom: 450px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
    bottom: 380px;
  }
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
    transform: scale(1.25);
  }

  .construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_6 {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
    bottom: 380px;
    transform: scale(1.1);
  }
}

/* next =====> */

.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  bottom: 530px;
}

.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
  bottom: 480px;
}

.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_7 {
  bottom: 450px;
}

.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  bottom: 410px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_4 {
    transform: scale(1.25);
  }

  .construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_4 {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_4 {
    transform: scale(1.1);
  }
}

/* next =====> */

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  bottom: 530px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
  bottom: 480px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_7 {
  bottom: 450px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  bottom: 410px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  bottom: 410px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_5 {
  bottom: 345px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_4 {
  bottom: 280px;
}

.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_3 {
  bottom: 230px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
    transform: scale(1.25);
  }

  .construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_1 {
    transform: scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
    transform: scale(1.1);
  }
}

/* next =====> */

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_10 {
  bottom: 620px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_9 {
  bottom: 530px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_8 {
  bottom: 480px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_7 {
  bottom: 450px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  bottom: 410px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_6 {
  bottom: 410px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_5 {
  bottom: 345px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_4 {
  bottom: 280px;
}

.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_3 {
  bottom: 230px;
}

@media only screen and (min-width: 320px) {
  .construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
    transform: scale(1.25);
  }

  .construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_1 {
    transform: scale(1);
  }
}

/* @media only screen and (min-width: 320px) {
    .construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
        bottom: -30px;
    }
    .construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.active .construkt_img_1 {
        bottom: 0;
    }
  } */


@media only screen and (min-width: 1200px) {
  .construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open .construkt_img_1 {
    transform: scale(1.1);
  }
}

/* next =====> */



.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_10 {
  bottom: 590px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_9 {
  bottom: 500px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_8 {
  bottom: 430px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_7 {
  bottom: 400px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_6 {
  bottom: 370px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_5 {
  bottom: 315px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_4 {
  bottom: 250px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_3 {
  bottom: 200px;
}

.construkt[data-current='1'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='2'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='3'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='4'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='5'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='6'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2,
.construkt[data-current='7'] .construkt__main__item .construkt_sl .construkt_img.open.active .construkt_img_2 {
  bottom: 100px;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-out;
  z-index: 11;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text {
    width: 240px;
    left: calc(100% + -10px);
    top: -50px;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text {
    width: 400px;
    left: calc(100% + 85px);
    top: 0;
  }
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul {
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s ease-out;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul {
    row-gap: 5px;
    margin-top: -15px;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul {
    row-gap: 15px;
  }
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li {
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 200;
  position: relative;
  padding-left: 12px;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #898989;
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:after {
  content: '';
  display: block;
  position: absolute;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(1):after {
    width: 278px;
    height: 66px;
    top: 11px;
    left: -276px;
    background: url(../images/polo_mob_1.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(1):after {
    width: 335px;
    height: 22px;
    top: 9px;
    left: -332px;
    background: url(../images/polo_desc_1.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(2):after {
    width: 180px;
    height: 39px;
    top: 0px;
    left: -178px;
    background: url(../images/polo_mob_2.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(2):after {
    width: 237px;
    height: 6px;
    top: 11px;
    left: -237px;
    background: url(../images/polo_desc_2.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(3) {
    margin-bottom: 40px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(3):after {
    width: 262px;
    height: 24px;
    top: 0px;
    left: -250px;
    background: url(../images/polo_mob_3.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(3) {
    margin-bottom: 0;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(3):after {
    width: 393px;
    height: 19px;
    top: -5px;
    left: -391px;
    background: url(../images/polo_desc_3.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

.construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(4) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(4):after {
    width: 48px;
    height: 14px;
    top: 7px;
    left: -46px;
    background: url(../images/polo_mob_4.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(4):after {
    width: 134px;
    height: 6px;
    top: 11px;
    left: -134px;
    background: url(../images/polo_desc_4.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(5):after {
    width: 58px;
    height: 16px;
    top: 5px;
    left: -56px;
    background: url(../images/polo_mob_5.svg) 50% 50% no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(5) {
    margin-bottom: 20px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(5):after {
    width: 139px;
    height: 6px;
    top: 11px;
    left: -139px;
    background: url(../images/polo_desc_5.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(6) {
    margin-bottom: 35px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(6):after {
    width: 171px;
    height: 20px;
    top: 11px;
    left: -167px;
    background: url(../images/polo_mob_6.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(6) {
    margin-bottom: 40px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(6):after {
    width: 255px;
    height: 27px;
    top: 12px;
    left: -253px;
    background: url(../images/polo_desc_6.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(7) {
    margin-bottom: 20px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(7):after {
    width: 225px;
    height: 35px;
    top: 14px;
    left: -219px;
    background: url(../images/polo_mob_7.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(7) {
    margin-bottom: 5px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(7):after {
    width: 316px;
    height: 6px;
    top: 11px;
    left: -314px;
    background: url(../images/polo_desc_7.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(8) {
    margin-bottom: 20px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(8):after {
    width: 78px;
    height: 10px;
    top: 10px;
    left: -76px;
    background: url(../images/polo_mob_8.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(8) {
    margin-bottom: 5px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(8):after {
    width: 185px;
    height: 6px;
    top: 11px;
    left: -183px;
    background: url(../images/polo_desc_8.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(9):after {
    width: 40px;
    height: 14px;
    top: 9px;
    left: -38px;
    background: url(../images/polo_mob_9.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(9):after {
    width: 129px;
    height: 6px;
    top: 11px;
    left: -127px;
    background: url(../images/polo_desc_9.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(10) {
    margin-bottom: 20px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(10):after {
    width: 80px;
    height: 24px;
    top: -9px;
    left: -77px;
    background: url(../images/polo_mob_10.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(10) {
    margin-bottom: 0;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(10):after {
    width: 209px;
    height: 6px;
    top: 11px;
    left: -207px;
    background: url(../images/polo_desc_10.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(11) {
    margin-bottom: 15px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(11):after {
    width: 55px;
    height: 24px;
    top: -9px;
    left: -55px;
    background: url(../images/polo_mob_11.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(11) {
    margin-bottom: 0;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(11):after {
    width: 155px;
    height: 6px;
    top: 10px;
    left: -153px;
    background: url(../images/polo_desc_11.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(12) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(12):after {
    display: block;
    width: 106px;
    height: 12px;
    top: 12px;
    left: -104px;
    background: url(../images/polo_desc_12.svg) 50% 50% no-repeat;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(13):after {
    width: 42px;
    height: 36px;
    top: -21px;
    left: -40px;
    background: url(../images/polo_mob_13.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(13):after {
    width: 130px;
    height: 13px;
    top: 1px;
    left: -128px;
    background: url(../images/polo_desc_13.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(14) {
    margin-bottom: 50px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(14):after {
    width: 230px;
    height: 50px;
    top: -29px;
    left: -227px;
    background: url(../images/polo_mob_14.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(14) {
    margin-bottom: 0;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(14):after {
    width: 298px;
    height: 22px;
    top: -7px;
    left: -296px;
    background: url(../images/polo_desc_14.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(15) {
    margin-bottom: 20px;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(15):after {
    width: 110px;
    height: 40px;
    top: -26px;
    left: -101px;
    background: url(../images/polo_mob_15.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(15) {
    margin-bottom: 0;
  }

  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(15):after {
    width: 143px;
    height: 6px;
    top: 11px;
    left: -141px;
    background: url(../images/polo_desc_15.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(16):after {
    width: 185px;
    height: 75px;
    top: -60px;
    left: -158px;
    background: url(../images/polo_mob_16.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img .construkt_img_text ul li:nth-child(16):after {
    width: 237px;
    height: 6px;
    top: 11px;
    left: -235px;
    background: url(../images/polo_desc_16.svg) 50% 50% no-repeat;
    background-size: auto;
  }
}

.construkt__main__item .construkt_sl .construkt_img .btn_yellow {
  position: absolute;
  bottom: -140px;
}

@media only screen and (max-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_img.active .btn_yellow {
    bottom: -170px;
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img .btn_yellow {
    opacity: 1;
    visibility: visible;
    left: 50%;
    transform: translateX(-50%) scale(1.7);
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_img .btn_yellow {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(1);
  }
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    top: -100px;
    left: -5%;
    transform: scale(0.5) translateX(-72%);
  }
}

@media only screen and (min-width: 375px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    transform: scale(0.5) translateX(-82%);
  }
}

@media only screen and (min-width: 410px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    left: 15%;
  }
}

@media only screen and (min-width: 560px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    left: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    left: 25%;
    top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    top: 0;
    transform: scale(0.7) translateX(0);
    left: calc(-100% - -75px);
  }
}

@media only screen and (min-width: 1366px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    transform: scale(0.8);
    left: calc(-100% - 35px);
  }
}

@media only screen and (min-width: 1600px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    transform: scale(0.9);
    left: calc(-100% - 125px);
  }
}

@media only screen and (min-width: 1768px) {
  .construkt__main__item .construkt_sl .construkt_img.active {
    transform: scale(1);
    left: calc(-100% - 50px);
  }
}

.construkt__main__item .construkt_sl .construkt_img.active .construkt_img_text {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_img.active .btn_yellow {
    opacity: 1;
    visibility: visible;
    left: 75%;
    transform: translateX(0) scale(1.5);
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_img.active .btn_yellow {
    left: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_img.active .btn_yellow {
    opacity: 0;
    visibility: hidden;
  }
}

.construkt__main__item .construkt_sl .construkt_text {
  width: 100%;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  height: 0;
  float: left;
  padding-bottom: 5px;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_text {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text {
    padding: 10px 0 5px 0;
  }
}

.construkt__main__item .construkt_sl .construkt_text.active {
  opacity: 1;
  overflow: visible;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text.none {
    opacity: 1;
    padding: 0;
  }
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont {
  position: relative;
  width: 100%;
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v {
  overflow: hidden;
  position: absolute;
  transition: 0.4s;
  opacity: 0;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v {
    min-height: 110px;
  }
}

@media only screen and (min-width: 375px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v {
    min-height: 130px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v {
    min-height: 240px;
  }
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v h3 {
  font-weight: 450;
  font-style: normal;
  color: #000;
  margin-bottom: 10px;
  transition: .7s ease-out;
  text-shadow: none;
  text-transform: none;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v h3 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v h3 {
    font-size: 30px;
  }
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v h3 {
  margin-top: -10px;
  padding-bottom: 10px;
  opacity: 0;
}

.construkt__main__item .construkt_sl .construkt_text.active .construkt_text_cont .construkt_text_cont_v:nth-child(1) h3 {
  margin-top: 0;
  padding-bottom: 0;
  opacity: 1;
}

.construkt__main__item .construkt_sl .construkt_text.active .construkt_text_cont .construkt_text_cont_v.active h3 {
  margin-top: 0;
  padding-bottom: 0;
  opacity: 1;
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
  color: #000;
  font-weight: 200;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
  padding-left: 15px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: .7s ease-out;
}

.construkt__main__item .construkt_sl .construkt_text.active .construkt_text_cont .construkt_text_cont_v:nth-child(1) p {
  padding-left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.construkt__main__item .construkt_sl .construkt_text.active .construkt_text_cont .construkt_text_cont_v.active p {
  padding-left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 375px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v p {
    font-size: 22px;
    min-height: 160px;
  }
}

.construkt__main__item .construkt_sl .construkt_text .construkt_text_cont .construkt_text_cont_v.active {
  position: relative;
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .construkt__main__item .construkt_sl .construkt_text .btn_yellow {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .construkt__main__item .construkt_sl .construkt_text .btn_yellow {
    display: flex;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .construkt__main__item .construkt_sl .construkt_text .btn_yellow {
    margin-top: 100px;
  }
}














@media only screen and (max-width: 768px) {
  .header__top .languages-switcher {
    display: none;
  }
}


.menu {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  transition: 0.5s cubic-bezier(0.53, 1.11, 0.75, 0.96);
  z-index: 11;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.menu .menu_sec {
  width: 300px;
  height: 460px;
  position: absolute;
  top: 10px;
  right: -300px;
  background-color: #fff;
  border-radius: 90px 0 0 90px;
  transition: 0.5s cubic-bezier(0.53, 1.11, 0.75, 0.96);
  z-index: 11;

  display: flex;
  flex-wrap: wrap;
  align-content: center;
  row-gap: 60px;
  padding-left: 50px;
}

.menu_sec .languages-switcher {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 18px;
  line-height: 18px;
}

.menu_sec .languages-switcher a.active {
  border-bottom: 1px solid #fbca0c;
}

@media only screen and (min-width: 1200px) {
  .menu .menu_sec {
    padding-top: 0;
  }
}

.menu .menu_sec ul {
  width: 100%;
}

.menu .menu_sec ul li {
  list-style-type: none;
  margin: 2px 0;
}

@media only screen and (min-width: 1200px) {
  .menu .menu_sec ul li {
    margin: 0;
  }
}

.menu .menu_sec ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 42px;
  padding: 0;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  transition: 0.3s ease-out;
}

@media only screen and (min-width: 1200px) {
  .menu .menu_sec ul li a {
    height: 40px;
    font-size: 12px;
    line-height: 13px;
  }
}

@media only screen and (min-width: 1600px) {
  .menu .menu_sec ul li a {
    height: 54px;
    font-size: 14px;
    line-height: 15px;
  }
}

.menu .menu_bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.5s cubic-bezier(0.53, 1.11, 0.75, 0.96);
  opacity: 0;
  visibility: hidden;
}

.menu.transition-shown {
  visibility: visible;
  opacity: 1;
}

.menu.open .menu_sec {
  right: 0;
}

.menu.open .menu_bg {
  opacity: 1;
  visibility: visible;
}

.menu-trigger {
  transition: 0.5s cubic-bezier(0.53, 1.11, 0.75, 0.96);
  z-index: 10;
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  .menu-trigger {
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger .menu-trigger_cont {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
  position: relative;
}

.menu-trigger .menu-trigger_cont div {
  position: absolute;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #FECF08;
  transition: 0.5s cubic-bezier(0.53, 1.11, 0.75, 0.96);
}

.menu-trigger .menu-trigger_cont div:nth-child(1) {
  top: 0;
  width: 30px;
  transform-origin: center right;
}

.menu-trigger .menu-trigger_cont div:nth-child(2) {
  top: 8px;
  width: 30px;
  transform-origin: center right;
}

.menu-trigger .menu-trigger_cont div:nth-child(3) {
  top: 16px;
  width: 20px;
  transform-origin: center right;
}

.menu-trigger.menu-trigger2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.menu-trigger.menu-trigger2 .menu-trigger_cont {
  width: 100%;
  height: 100%;
}

.menu-trigger.menu-trigger2 .menu-trigger_cont div {
  width: 22px;
  height: 2px;
  top: 9px;
  border-radius: 2px;
  background-color: #FECF08;
}

.menu-trigger.menu-trigger2 .menu-trigger_cont div:nth-child(1) {
  right: -1px;
  transform-origin: top center;
  transform: rotate(45deg);
}

.menu-trigger.menu-trigger2 .menu-trigger_cont div:nth-child(2) {
  transform-origin: top center;
  transform: rotate(-45deg);
}

.set_fancybox-max {
  display: block !important;
}

.fancybox-inner {
  overflow: visible !important;
}

.set_fancybox-max {
  display: block !important;
  max-width: 850px;
  width: 100%;
  height: 100%;
}

.set_fancybox-max img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}





@media only screen and (min-width: 1920px) {
  body.page #product .container {
    width: 1350px;
  }
}

@media only screen and (min-width: 320px) {
  body.page #product {
    padding: 120px 0 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  body.page #product {
    padding: 210px 0 0 0;
  }
}

.product_main {
  padding: 20px 0 80px 0;
}

@media only screen and (min-width: 1200px) {
  .product_main {
    padding: 0 0 180px 0;
  }
}

.product_main h2,
.thanks_main h2 {
  text-align: left;
  font-weight: 800;
}

@media only screen and (min-width: 320px) {

  .product_main h2,
  .thanks_main h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Verdana, Arial, sans-serif;
  }
}

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

  .product_main h2,
  .thanks_main h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.thanks_main {
  padding: 20px 10px 80px 10px;
}

@media only screen and (min-width: 1200px) {
  .thanks_main {
    padding: 0 10px 180px 10px;
  }
}

.product_item,
.thanks_item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {

  .product_item,
  .thanks_item {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}

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

  .product_item,
  .thanks_item {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}

.sec_danni {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}

@media only screen and (min-width: 1200px) {
  .sec_danni {
    width: 455px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec_danni {
    padding-top: 0;
  }
}

.stanks_danni {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

@media only screen and (min-width: 1200px) {
  .stanks_danni {
    width: 400px;
    padding-top: 0;
  }
}

.sec_danni_cont {
  width: 100%;
  max-width: 786px;
  background-color: #FED008;
  padding: 40px 25px;
  border-radius: 40px;
}

@media only screen and (min-width: 1200px) {
  .sec_danni_cont {
    border-radius: 55px;
    padding: 55px 20px;
    border-radius: 55px;
  }
}


.sec_danni_cont h3,
.stanks_danni_cont h3 {
  color: #000;
  text-shadow: none;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

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

  .sec_danni_cont h3,
  .stanks_danni_cont h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.stanks_danni_cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.stanks_danni_cont p {
  width: 100%;
  margin: 0;
  color: #7B7B7B;
  font-size: 18px;
}

.stanks_danni_cont p span,
.stanks_danni_cont p span a,
.stanks_danni_cont p a {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 18px;
}

.stanks_danni_bot {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 18px;
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
  .stanks_danni_bot {
    width: 60%;
  }
}

.sec_danni_cont_input {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.sec_danni_cont input {
  max-width: 400px;
  width: 100%;
  height: 48px;
  border: none;
  border: 1px solid #fff;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 25px;
  text-align: left;
  font-weight: 400 !important;
  line-height: 20px;
  color: #424242 !important;
  outline: none;
  box-shadow: none;
  transition: .3s ease-out;
}

.sec_danni_cont input::placeholder {
  text-align: left;
  font-weight: 400 !important;
  line-height: 20px;
  color: #424242 !important;
  opacity: 1;
  transition: .3s ease-out;
}

@media only screen and (min-width: 320px) {
  .sec_danni_cont input {
    font-size: 18px !important;
  }

  .sec_danni_cont input::placeholder {
    font-size: 16px !important;
  }
}

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

  .sec_danni_cont input::placeholder {
    font-size: 18px !important;
  }
}

.sec_danni_cont input.invalid {
  border: 1px solid #ff1e1e;
}

.sec_danni_cont input.invalid::placeholder {
  color: #ff1e1e !important;
}


.dostavka_pod_z {
  font-size: 16px;
  line-height: 20px;
  color: #000 !important;
  margin-bottom: 50px;
  font-weight: 500;
}

.dostavka_pod_z a {
  color: #000 !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 1200px) {
  .dostavka_pod_z {
    font-size: 18px;
    line-height: 24px;
  }
}

.dostavka_pod_z.marg_0 {
  margin: 0;
  padding-left: 25px;
}

.cont_dostavka {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.cont_dostavka .accordion.cont_dostavka_z3 {
  z-index: 3;
}

.product_item #requisits-comment {
  margin-top: 10px;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.product_item #requisits-comment a,
.product_item #requisits-comment p a {
  color: #000 !important;
}

.cont_dostavka .accordion {
  width: 100%;
}

.cont_dostavka .accordion .accordion-item {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.cont_dostavka .accordion-button {
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.cont_dostavka .accordion-button:not(.collapsed) {
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.cont_dostavka .accordion-button::after {
  display: none;
}






.cont_dostavka .config {
  width: 100%;
  min-height: 22px;
}

.cont_dostavka .config input {
  display: none;
}

.cont_dostavka .config input[type=checkbox]+label:before,
.cont_dostavka .config input[type=radio]+label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  color: transparent;
  background-color: #E33740;
  border: 1px solid #8F8C7F;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-out;
  margin: 0 10px 0 0;
  box-shadow: inset 0 0 0 12px #f9f7f5;
  float: left;
}

.cont_dostavka .config input[type=checkbox]:checked+label:before,
.cont_dostavka .config input[type=radio]:checked+label:before {
  background-color: #E33740;
  box-shadow: inset 0 0 0 6px #f9f7f5;
}

.cont_dostavka .config label {
  min-height: 22px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  font-weight: 400 !important;
  color: #000;
  /* font-family: var(--bs-font-sans-serif); */
}

.cont_dostavka .config.no_active label {
  color: #9A753D;
  pointer-events: none;
}

@media only screen and (min-width: 320px) {
  .cont_dostavka .config label {
    font-size: 18px !important;
    line-height: 19px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .cont_dostavka .config label {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

.cont_dostavka input[type=checkbox]:checked+label:before,
.cont_dostavka input[type=radio]:checked+label:before {
  background-color: #E33740;
  box-shadow: inset 0 0 0 6px #f9f7f5;
}






.cont_dostavka .poshta_all {
  padding: 25px 0;
}

.cont_dostavka .poshta_all .flex_100 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
  padding-left: 40px;
}

.cont_dostavka .poshta_all .flex_100 .config {
  width: auto;
  min-height: 18px;
}

.cont_dostavka .poshta_all .flex_100 .config input {
  display: none;
}

.cont_dostavka .poshta_all .flex_100 .config input[type=checkbox]+label:before,
.cont_dostavka .poshta_all .flex_100 .config input[type=radio]+label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  color: transparent;
  background-color: #E33740;
  border: 1px solid #8E8E8E;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-out;
  margin: 0 10px 0 0;
  box-shadow: inset 0 0 0 9px #f9f7f5;
  float: left;
}

.cont_dostavka .poshta_all .flex_100 .config input[type=checkbox]:checked+label:before,
.cont_dostavka .poshta_all .flex_100 .config input[type=radio]:checked+label:before {
  background-color: #E33740;
  box-shadow: inset 0 0 0 4px #f9f7f5;
}

.cont_dostavka .poshta_all .flex_100 .config label {
  min-height: 18px;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.cont_dostavka .poshta_cont {
  width: 100%;
  height: auto;
  margin-top: 30px;
  position: relative;
  cursor: auto;
}

.cont_dostavka .poshta_cont .poshta_cont_block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.cont_dostavka .poshta_cont .poshta_cont_block.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.cont_dostavka .poshta_cont .poshta_cont_block .block_v {
  width: 100%;
  height: 48px;
  background-color: #FFF9DF;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.urkp_cont {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  transition: .3s ease-out;
}

.urkp_cont.active {
  max-height: 300px;
}

.urkp_cont p {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.urkp_cont p span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-left: 5px;
}

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

.cont_block_v .p_title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 5px 0;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .cont_block_v:nth-child(1) {
  z-index: 4;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .cont_block_v:nth-child(2) {
  z-index: 3;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .cont_block_v:nth-child(3) {
  z-index: 2;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v {
  transition: .3s ease-out;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v.disabled {
  pointer-events: none;
  opacity: .5;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_cont {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: .3s ease-out;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v.invalid .block_v_cont {
  color: #ff1e1e;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_cont span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_cont .arr_block_v {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0);
  background: url(../images/arr_block_v.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: .3s ease-out;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v.opened .block_v_cont .arr_block_v {
  position: absolute;
  transform: translateY(-50%) rotate(-180deg);
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_acord {
  width: calc(100% + 20px);
  max-height: 0;
  min-height: 0;
  background-color: #ffe77c;
  padding: 0 10px;
  top: 58px;
  border-radius: 10px;
  overflow: auto;
  transition: 0.3s ease-out;
  position: absolute;
  top: 60px;
  left: -10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  row-gap: 15px;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_acord ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 0;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_acord ul li {
  width: 100%;
  min-height: 64px;
  list-style-type: none;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 25px;
  border-radius: 32px;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #424242;
  text-align: left;
  cursor: pointer;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v .block_v_acord ul li:hover {
  background-color: #fff;
  color: #424242;
}

.block_v.empty .block_v_acord ul {
  display: none !important;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block .block_v.opened .block_v_acord {
  max-height: 232px;
  min-height: 48px;
  padding: 10px;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form {
  position: relative;
  z-index: 1;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form input {
  font-family: 'Core_Rhino';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7b7b7b;
}

@media only screen and (min-width: 320px) {
  .cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form input {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form input {
    margin: 0;
  }
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #7b7b7b;
}

.cont_dostavka .poshta_all .poshta_cont .poshta_cont_block form input.invalid::placeholder {
  color: #c91d1d;
}

.sec_danni_cont .accordion-body {
  padding: 0;
}






a {
  text-decoration: none !important;
  outline: none !important;
}

button {
  text-decoration: none !important;
  outline: none !important;
}

.sec_danni_cont {
  width: 100%;
}


.cont_comment textarea {
  border: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 160px;
  font-weight: 400 !important;
  font-size: 20px !important;
  padding: 25px 30px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  border: 1px solid #fff;
}

.cont_comment textarea::placeholder {
  line-height: 20px;
  font-weight: 400;
  color: #000;
}









@media only screen and (min-width: 320px) {
  .sec_zakaz {
    width: 100%;
    position: relative;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .sec_zakaz {
    width: 650px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz {
    width: 50%;
    position: sticky;
    top: 100px;
    right: 0;
    margin-bottom: 0;
  }
  .sec_zakaz .flex_end_w100_block{
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    column-gap:  20px;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1768px) {
  .sec_zakaz {
    width: 650px;
  }
}

.sec_zakaz_container {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
}

@media only screen and (min-width: 320px) {
  .sec_zakaz_container {
    padding: 45px 25px;
    border-radius: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz_container {
    padding: 45px 30px;
    border-radius: 40px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec_zakaz_container {
    padding: 55px 35px;
    border-radius: 45px;
  }
}

.sec_zakaz h3 {
  color: #000;
  text-shadow: none;
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .sec_zakaz h3 {
    margin-bottom: 30px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .sec_zakaz h3 {
    margin-bottom: 45px;
  }
}


.sec_zakaz_cont {
  width: 100%;
}

.sec_zakaz_cont_block {
  width: 100%;
  max-height: 250px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  overflow: auto;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz_cont_block {
    max-height: 500px;
  }
}

.sec_zakaz_block {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .sec_zakaz_block {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz_block {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.sec_zakaz_block .exit {
  position: absolute;
  top: 5px;
  background: url(../images/zakaz_exit.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

@media only screen and (min-width: 320px) {
  .sec_zakaz_block .exit {
    top: 0;
    right: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .sec_zakaz_block .exit {
    top: 5px;
    right: 0;
  }
}

.sec_zakaz_block_tovar {
  padding-right: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 320px) {
  .block_tovar_img {
    flex: 0 0 75px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .block_tovar_img {
    flex: 0 0 100px;
    height: 80px;
  }
}

.block_tovar_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block_tovar_text {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.block_tovar_text p.tovar_article {
  width: 100%;
  font-weight: 400;
  line-height: 19px;
  color: #7B7B7B;
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .block_tovar_text p.tovar_article {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .block_tovar_text p.tovar_article {
    font-size: 17px;
  }
}

.block_tovar_text a.tovar_name {
  width: 100%;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 320px) {
  .block_tovar_text a.tovar_name {
    font-size: 16px;
    line-height: 17px;
  }
}

@media only screen and (min-width: 1200px) {
  .block_tovar_text a.tovar_name {
    font-size: 18px;
    line-height: 20px;
  }
}

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

@media only screen and (min-width: 320px) {
  .sec_zakaz_block_col {
    width: calc(100% - 75px);
    padding-right: 10px;
    flex-direction: row-reverse;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz_block_col {
    width: auto;
    flex: 0 0 170px;
    padding-right: 20px;
    flex-direction: row;
    margin-top: 0;
    position: relative;
  }
}

.col_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 50px;
  column-gap: 10px;
}

.col_block button {
  width: 10px;
  height: 20px;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  padding: 0;
}

.col_block button.but_left {
  background: url(../images/but_left.svg) 50% 50% no-repeat;
  background-size: contain;
}

.col_block button.but_right {
  background: url(../images/but_right.svg) 50% 50% no-repeat;
  background-size: contain;
}

.col_block input {
  width: 24px !important;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 0 !important;
}

.col_block input::placeholder {
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 320px) {

  .col_block input,
  .col_block input::placeholder {
    font-size: 16px;
  }
}

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

  .col_block input,
  .col_block input::placeholder {
    font-size: 20px;
  }
}

.col_cena {
  font-weight: 700;
  line-height: 19px;
  color: #000;
}

@media only screen and (min-width: 320px) {
  .col_cena {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .col_cena {
    font-size: 21px;
  }
}

.col_cena.akcia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 5px;
}

.col_cena.akcia span {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .col_cena.akcia {
    width: auto;
  }

  .col_cena.akcia span {
    width: auto
  }
}

@media only screen and (min-width: 1200px) {
  .col_cena.akcia {
    width: 60px;
  }

  .col_cena.akcia span {
    width: 100%;
  }
}

.col_cena.akcia span.akcia_back {
  color: #9E9E9E;
  position: relative;
}

.col_cena.akcia span.akcia_back:before {
  content: '';
  width: 110%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background-color: #9E9E9E;
}

.col_cena.akcia span.akcia_new {
  color: #E12D3E;
}



.sec_zakaz_count {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.sec_zakaz_count.bord_no {
  border-bottom: none;
}

.sec_zakaz_count p {
  font-weight: 700;
  color: #E12D3E;
  margin: 0;
}

.sec_zakaz_count p.summ {
  line-height: 26px;
}

.sec_zakaz_count p.summ_count {
  line-height: 30px;
}

@media only screen and (min-width: 320px) {
  .sec_zakaz_count p.summ {
    font-size: 17px;
  }

  .sec_zakaz_count p.summ_count {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1200px) {
  .sec_zakaz_count p.summ {
    font-size: 19px;
  }

  .sec_zakaz_count p.summ_count {
    font-size: 22px;
  }
}

.zakaz_rek {
  width: 100%;
  margin-top: 25px;
}

.zakaz_rek h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-bottom: 35px;
}

@media only screen and (min-width: 320px) {
  .zakaz_rek h4 {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1200px) {
  .zakaz_rek h4 {
    font-size: 22px;
  }
}

.zakaz_rek .flex_end_w100 {
  justify-content: flex-end;
}

.flex_end_w100 {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

@media only screen and (min-width: 320px) {
  .flex_end_w100 {
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .flex_end_w100 {
    justify-content: flex-end;
  }
}

.flex_end_w100_block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .flex_end_w100_block {
    padding: 10px 0 0 0;
  }

  .flex_end_w100_block button.desc {
    width: 220px;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .flex_end_w100_block {
    width: 220px;
  }

  .flex_end_w100_block.w_100_d {
    width: 100%;
  }
}

.flex_end_w100 button {
  width: 220px;
  height: 52px;
  border-radius: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 54px;
  text-transform: uppercase;
  padding: 0;
}

.flex_end_w100 button:hover {
  color: #fff;
}

.flex_end_w100 a.a_hover {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.flex_end_w100 a.a_hover span {
  position: relative;
}

.flex_end_w100 a.a_hover span:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  transition: .3s ease-out;
}

.flex_end_w100 a.a_hover span:hover:before {
  width: 0%;
}











/* Slider */
.solo_sl_tovar {
  width: 100%;
  position: relative;
}

.solo_sl_tovar .slick-arrow {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  z-index: 3;
}

.solo_sl_tovar .slick-prev {
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

.solo_sl_tovar .slick-next {
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 320px) {
  .solo_sl_tovar .slick-prev {
    left: 0;
    bottom: -40px;
  }

  .solo_sl_tovar .slick-next {
    transform: rotate(180deg);
    left: 40px;
    bottom: -40px;
  }
}

@media only screen and (min-width: 1200px) {
  .solo_sl_tovar .slick-prev {
    bottom: auto;
    top: 23%;
    transform: translateY(-50%);
    left: -20px;
  }

  .solo_sl_tovar .slick-next {
    bottom: auto;
    top: 23%;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    left: auto;
    transform-origin: right center;
  }
}

/* 
.gorizontal-slider-slides {
    position: relative;
    width: 100%;
}
.header_sl_min_img .gorizontal-slider-slides {
    width: 100% !important;
}
.gorizontal-slider-track:not(.slider_sl_track) {
    display: flex;
    position: relative;
    height: 100% !important;
    transition: left 0.4s ease-out;
}
.gorizontal-slider-track.slider_sl_track {
    display: flex;
    position: relative;
    height: auto;
    transition: left 0.4s, height 0.4s ease-out;
}
@media (max-width: 1199px) {
    .mobile-wheel .gorizontal-slider-track {
        transition: height 0.4s ease-out;
    }
}
.gorizontal-slider-item {
    transition: 0.4s ease-out;
    display: flex;
}
@media only screen and (min-width: 320px) {
    .gorizontal-slider-item {
        flex: 0 0 auto;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
    }
}
@media only screen and (min-width: 1200px) {
    .gorizontal-slider-item {
        flex: 0 0 auto;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
    }
}
.gorizontal-slider-item.visible {
    opacity: 1;
    visibility: visible;
}
.gorizontal-slider-item.pseudo {
    opacity: 0;
    visibility: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li {
    transition: all 0.4s ease-out;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li:not(.active):not(.first):not(.last):not(.prev):not(.next):not(.tripledots) {
    width: 0;
    overflow: hidden;
}
.gorizontal-slider.fullmove .gorizontal-slider-dots li.tripledots {
    pointer-events: none;
} */

.accordion-header {
  margin-bottom: 0 !important;
}




/* product_main */

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

@media only screen and (min-width: 320px) {
  .product_main_2 {
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .product_main_2 {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 320px) {
  .product_main_images {
    width: 100%;
    max-width: 720px;
  }
}

@media only screen and (min-width: 1200px) {
  .product_main_images {
    width: 53%;
    max-width: 100%;
    position: sticky;
    top: 80px;
    left: 0;
  }
}

.slider-for {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.slider-for .slick-slide {
  height: 385px;
}

.slider-for .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.slider-for .slick-arrow,
.slider-nav .slick-arrow {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  z-index: 3;
}

.slider-for .slick-prev,
.slider-nav .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background: url(../images/arr_doble.svg) 50% 50% no-repeat;
  background-size: contain;
}

.slider-for .slick-next,
.slider-nav .slick-next {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -20px;
  background: url(../images/arr_doble.svg) 50% 50% no-repeat;
  background-size: contain;
}

.slider-nav .slick-slide {
  cursor: pointer;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: .3s ease-out;
}

@media only screen and (min-width: 768px) {
  .slider-nav .slick-slide {
    width: 90px;
    height: 90px;
  }
}

.slider-nav .slick-slide.slick-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.slider-nav .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prod_rek {
  max-width: 595px;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  margin-top: 80px;
}

@media only screen and (min-width: 320px) {
  .prod_rek {
    padding: 30px 15px;
  }

  .prod_rek.desc {
    display: none;
  }

  .prod_rek.mob {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .prod_rek {
    padding: 35px 30px;
  }

  .prod_rek.desc {
    display: block;
  }

  .prod_rek.mob {
    display: none;
  }
}

.prod_rek h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}


.prod_rek .flex_end_w100 p {
  font-size: 17px;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .prod_rek .flex_end_w100 p {
    font-size: 19px;
  }
}

.prod_rek .flex_end_w100 p span {
  font-weight: 700;
}

.prod_rek .flex_end_w100 .flex_end_w100_block button {
  background: #FFCD08;
  color: #000;
  box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.35) !important;
}

@media only screen and (min-width: 320px) {
  .prod_rek .flex_end_w100 p {
    width: 100%;
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .prod_rek .flex_end_w100 p {
    width: auto;
    text-align: center;
  }

  .prod_rek .flex_end_w100 .flex_end_w100_block button:hover {
    background: #FFCD08;
    color: #000;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2) !important;
  }
}



.page_404 {
  height: calc(100vh - 113px);
}

.page_404 .container {
  height: 100%;
}

.page_404 .page_404_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.page_404 .page_404_main h1 {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .page_support {
    padding: 170px 10px 80px 10px;
  }

  .page_support h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .page_support {
    padding: 140px 0 80px 0;
  }

  .page_support h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

.page_support .container {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-family: 'Muller', sans-serif;
}

.page_support .container ol,
.page_support .container ul {
  padding-left: 20px;
}

.page_support .container ol li,
.page_support .container ul li {
  list-style-type: inherit;
}






@media only screen and (min-width: 320px) {
  .product_main_item2 {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .product_main_item2 {
    width: 41.5%;
    margin-top: 0;
  }
}

.product_main_item2 h1 {
  font-weight: 700;
  color: #000;
  text-align: left;
  text-transform: none;
}

@media only screen and (min-width: 320px) {
  .product_main_item2 h1 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .product_main_item2 h1 {
    font-size: 26px;
  }
}

.prod_top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.prod_top_code {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #7B7B7B;
  margin: 0;
  text-align: left;
}

.prod_top_main {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  row-gap: 30px;
}

@media only screen and (min-width: 320px) {
  .prod_top_main {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 575px) {
  .prod_top_main {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.prod_count_all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}

.prod_back {
  margin: 0;
  color: #9E9E9E;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.prod_back:before {
  content: '';
  width: 110%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  background-color: #9E9E9E;
}

.prod_new {
  margin: 0;
  color: #E12D3E;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 320px) {
  .block_mob {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 575px) {
  .block_mob {
    display: block;
    width: auto;
  }
}

.prod_top_main .btn {
  width: 220px;
  height: 52px;
  border-radius: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
}

.prod_top_main .btn:hover {
  color: #fff;
}

.opis_all {
  width: 100%;
}

.opis_all_cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

@media only screen and (min-width: 320px) {
  .opis_all_cont {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .opis_all_cont {
    margin-top: 25px;
  }
}

.opis_all_cont * {
  width: 100%;
  font-size: 17px;
  color: #000;
  margin: 0;
  text-align: left;
}

.opis_all_cont ol,
.opis_all_cont ul {
  padding-left: 15px;
}

.opis_all_cont ol li {
  list-style-type: inherit !important;
}

.opis_all_cont ul li {
  list-style-type: inherit !important;
}

.w_100_bott {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  transition: .5s ease-out;
}

.opis_all button {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  background: transparent;
}

.opis_all.active .w_100_bott {
  opacity: 0;
  visibility: hidden;
}

.technology {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.technology_block {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}

.technology_block p {
  margin: 0;
  color: #7B7B7B;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Muller', sans-serif;
}

.technology_block a {
  display: block;
  width: 25px;
  height: 30px;
  background: url(../images/pdf_a.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .accordion {
  width: 100%;
}

.technology .accordion-item {
  padding: 0 !important;
  border: none;
  border-bottom: 1px solid #CDCDCD;
  margin: 0 !important;
}

.technology .accordion-button {
  width: 100%;
  height: 60px;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Muller', sans-serif;
  color: #7B7B7B !important;
  border: none;
  background: transparent !important;
}

.technology .accordion-button.collapsed {
  color: #7B7B7B !important;
}

.technology .accordion-body {
  text-align: left;
}

.technology .accordion-body * {
  font-family: 'Muller', sans-serif !important;
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
}

.technology .accordion-body ol li,
.technology .accordion-body ul li {
  list-style-type: inherit !important;
  font-family: 'Muller', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.technology .accordion-body ol li strong,
.technology .accordion-body ul li strong {
  font-family: 'Muller', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.technology .accordion-body h2,
.technology .accordion-body h2 strong {
  font-weight: 700;
  font-family: 'Muller', sans-serif !important;
  font-size: 26px;
  text-align: left;
}

@media only screen and (min-width: 320px) {

  .technology .accordion-body h2,
  .technology .accordion-body h2 strong {
    font-size: 26px;
  }
}

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

  .technology .accordion-body h2,
  .technology .accordion-body h2 strong {
    font-size: 26px;
  }
}

.technology .accordion-button::after {
  background: url(../images/arr_ac_1.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .accordion-button:not(.collapsed)::after {
  background: url(../images/arr_ac_2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .variable_width {
  margin-bottom: 20px;
}

/* @media only screen and (max-width: 1200px) {
    .technology .variable_width .slick-track,
    .technology .variable_width .slick-track .slick-slide{
        min-width: 100%;
        margin: 0;
    }
} */
@media only screen and (min-width: 320px) {
  .technology .variable_width.desc {
    display: block;
  }

  /* .technology .variable_width.desc{
        display: none;
    } */
  .technology .carousel {
    display: none;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 25px;
  }

  .technology .carousel .carousel-item img {
    margin: 0 auto;
    display: block;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .technology .carousel {
    display: none;
  }
}

.technology .variable_width .slick-slide img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.technology .carousel-control-prev,
.technology .carousel-control-next {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  z-index: 3;
}

.technology .carousel-control-prev {
  top: 100%;
  left: calc(50% - 35px);
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .carousel-control-next {
  top: 100%;
  transform: rotate(180deg);
  right: calc(50% - 35px);
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .variable_width .slick-arrow {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  z-index: 3;
}

.technology .variable_width .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .variable_width .slick-next {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -20px;
  background: url(../images/recoment_arr.svg) 50% 50% no-repeat;
  background-size: contain;
}

.technology .variable_width .slick-slide {
  padding: 0 20px;
  height: 290px;
}


.sec_danni .flex_end_w100.mob {
  display: flex;
  justify-content: center;
  margin-top: -40px;
}

@media only screen and (min-width: 1200px) {
  .sec_danni .flex_end_w100.mob {
    display: none;
  }
}

.stanks_danni_bot .flex_end_w100.mob {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) {
  .stanks_danni_bot .flex_end_w100.mob {
    display: none;
  }
}

@media only screen and (min-width: 320px) {
  .thanks_desc {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks_desc {
    display: flex;
  }
}

:root {
  scroll-behavior: auto !important;
}

* ::-webkit-scrollbar {
  pointer-events: none;
  width: 6px;
}

* ::-webkit-scrollbar-thumb {
  background: rgba(227, 55, 64, 1);
  pointer-events: none;
  border-radius: 3px;
}




.page_404 {
  min-height: 100vh;
}

.page_404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

.page_404 .container * {
  width: 100%;
  text-align: center;
}




.summary_total_cont_block {
  width: 100%;
}

.summary_v {
  max-width: 400px;
  width: 100%;
  max-height: 48px;
  height: 100%;
  border: none;
  border: 1px solid #fff;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .3s ease-out;
  align-items: center;
  padding: 0 0 0 25px;
  overflow: hidden;
}

.summary_v.invalid {
  border: 1px solid #ff1e1e;
}

.summary_v_cont {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.summary_v_cont .nazv {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #424242;
  transition: .3s ease-out;
}

.summary_v .summary_v_cont .code_stran {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #424242;
  margin-left: 10px;
  transition: .3s ease-out;
}

.summary_v.invalid .nazv {
  color: #ff1e1e;
}

.summary_v.invalid .summary_v_cont .code_stran {
  color: #ff1e1e;
}

.summary_v_cont input {
  width: calc(100% - 165px);
  height: 48px;
  float: right;
  border: none !important;
  margin-right: 2px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.summary_v_cont input.phone_code {
  width: calc(100% - 190px);
  padding: 0 0 0 10px;
}

@media only screen and (min-width: 1200px) {
  .summary_v_cont input.phone_code {
    padding: 0 0 0 15px;
  }
}

.summary_v_cont.filled .nazv {
  display: none;
}

.summary_v_cont.filled .code_stran {
  margin-left: 0;
}

.summary_v_cont.filled input {
  width: calc(100% - 100px);
}

.flag_vybran {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../images/ua_flag.jpg) 50% 50% no-repeat;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.flag_vybran img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary_v_cont .arr_number {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(0);
  transition: .3s ease-out;
  background: url(../images/arr_number.svg) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}


.summary_v .summary_v_numbers {
  width: 100%;
  position: relative;
  max-height: 140px;
  overflow: auto;
}

.summary_v .summary_v_numbers ul {
  margin: 0;
  padding: 0 23px 0 0;

}

.summary_v .summary_v_numbers ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 7px 0;
  cursor: pointer;
  transition: .3s ease-out;
}

@media only screen and (min-width: 1200px) {
  .summary_v .summary_v_numbers ul li:hover {
    padding: 7px 0 7px 10px;
  }
}

.summary_v .summary_v_numbers ul li .flag {
  width: 25px;
  height: 15px;
  background: url(../images/ua_flag.jpg) 50% 50% no-repeat;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #fff;
}

.summary_v .summary_v_numbers ul li .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary_v.open {
  max-height: 185px;
}

.summary_v.open .summary_v_cont .arr_number {
  transform: translateY(-50%) rotate(-180deg);
}

#requisits-comment {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;

  transition: all .4s;
}

#requisits-comment.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

#checkout-cart {
  opacity: 0;
  visibility: hidden;

  transition: all .4s;
}

#checkout-cart.active {
  opacity: 1;
  visibility: visible;
}


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

  .slick-initialized .slick-slide,
  .slider-nav .slick-slide {
    margin: 0 5px;
  }
}


.h2_center {
  text-align: center !important;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
  .product.m_top {
    padding-bottom: 0;
    margin-top: -407px;
  }
}

@media only screen and (min-width: 768px) {
  .product.m_top {
    padding-bottom: 50px;
    margin-top: -332px;
  }
}



#accord_coll_3.collapse:not(.show) {
  display: block !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#accord_coll_3.collapse.show {
  display: block !important;
  visibility: visible;
  height: auto;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled {
  pointer-events: none;
  opacity: .65;
}

#order-deniied {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none;}
.remodal,
[data-remodal-id]{display:none;}
.remodal-overlay{position:fixed;z-index:7000;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none;}
.remodal-wrapper{position:fixed;z-index:7001;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch;}
.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:"";}
.remodal-overlay,
.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}
.remodal-is-initialized{display:inline-block;}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px);}
.remodal-overlay{background:rgba(43, 46, 56, 0.9);}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes;}
.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes;}
.remodal-wrapper{padding:10px 10px 0;}
.remodal{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes;}
.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes;}
.remodal,
.remodal-wrapper:after{vertical-align:middle;}
.remodal-close{position:absolute;top:9px;right:9px;display:block;overflow:visible;width:10px;height:10px;margin:0;padding:0;cursor:pointer;-webkit-transition:color 0.2s;transition:color 0.2s;text-decoration:none;color:#023943;border:0;outline:0;background:transparent;}
.remodal-close:hover,
.remodal-close:focus{color:#0a4955;font-weight:700;}
.remodal-close:before{font-family:'Ubuntu', sans-serif;!important;font-size:30px;font-weight:300;line-height:30px;position:absolute;top:-7px;left:-12px;display:block;width:35px;content:"\00d7";text-align:center;}
.remodal-confirm,
.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0;}
.remodal-confirm{color:#fff;background:#81c784;}
.remodal-confirm:hover,
.remodal-confirm:focus{background:#66bb6a;}
.remodal-cancel{color:#fff;background:#e57373;}
.remodal-cancel:hover,
.remodal-cancel:focus{background:#ef5350;}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner{padding:0;border:0;}
@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0;}
to{-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0;}
to{-webkit-transform:none;transform:none;opacity:1;}
}
@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1;}
to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;}
}
@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1;}
to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;}
}
@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0;}
to{opacity:1;}
}
@keyframes remodal-overlay-opening-keyframes{from{opacity:0;}
to{opacity:1;}
}
@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1;}
to{opacity:0;}
}
@keyframes remodal-overlay-closing-keyframes{from{opacity:1;}
to{opacity:0;}
}