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

body {
  margin: 0
}

html, body {
  scroll-behavior: smooth;
}

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: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .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: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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
}

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 {
  color: #337ab7;
  text-decoration: none
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  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 .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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: 15px;
  padding-right: 15px
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.slick-disabled {
  opacity: 0.2;
}

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

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

  .seo-text h3 {
    margin: 0 auto 24px !important;
    max-width: 750px;
    width: 100%;
  }
}

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

  .seo-text h3 {
    max-width: 1170px;
    width: 100%;
  }

  .internet-shop {
    padding-top: 75px;
    padding-bottom: 185px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px
}

span.audio {
  /*background: url(../img/play.png) no-repeat center transparent !important;*/
  background-color: #fff !important;
  background-size: contain !important
}

span.audio.on_play {
  /*background: url(../img/pause.png) no-repeat center transparent !important;*/
  background-color: #fff !important;
  background-size: contain !important
}

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

.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 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-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: 42.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%;

    .row {
      margin: 0 auto;
    }
  }

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

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

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

  .col-md-8 {
    width: 64.825%
  }

  .col-md-7 {
    width: 57.33333333%
  }

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

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

  .col-md-4 {
    width: 33%
  }

  .col-md-3 {
    padding-left: 9px;
    padding-right: 9px;
    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
  }

  .main_h {
    .col-md-6.logo-wrapper {
      width: 40%;
    }

    .col-md-6.right {
      width: 60%;
    }

    .logo-wrapper .progress-container {
      display: none;
    }
  }

  .main-feedback .row:nth-child(2) {
    width: 945px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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
  }

  .main-best {
    background-color: #424445;
    color: #fff;

    .col-md-12 .row {
      margin: 0 -15px;

      .col-md-4 {
        padding: 0 15px;
      }
    }
  }

  .internet-shop .container .left-wrapper {
    margin: 0 -15px;
  }

  .warranty-content {
    margin: 0 -30px;
  }

  .main-ident {
    .col-md-7 {
      margin-left: 11px;
    }
  }

  .main-head h1 {
    margin: 0 0 50px;
  }
}

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

.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) {
  .slick-arrow:hover::before {
    opacity: 1 !important;
  }

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

  .visible-xs-block {
    display: block !important
  }

  .visible-xs-inline {
    display: inline !important
  }

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

  .visible-sm-block {
    display: block !important
  }

  .visible-sm-inline {
    display: inline !important
  }

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

  .visible-md-block {
    display: block !important
  }

  .visible-md-inline {
    display: inline !important
  }

  .visible-md-inline-block {
    display: inline-block !important
  }

  footer .contacts-wrapper .hidden-xs {
    display: initial !important;
  }
}

@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important
  }
}

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

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

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

#lhc_status_container {
  z-index: -100000 !important;
  display: none !important
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

:-moz-placeholder {
  color: #666;
  opacity: 1
}

::-moz-placeholder {
  color: #666;
  opacity: 1
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid,
body textarea:required:valid {
  color: #666
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  font-family: regular, sans-serif;
  color: #3b4047;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

* {
  margin: 0;
  padding: 0
}

section {
  padding: 100px 0 80px;
  position: relative
}

.h1,
h1 {
  font-size: 72px;
  line-height: normal;
  text-transform: uppercase;
  font-family: bold, sans-serif
}

.main-head h1 {
  font-size: 68px
}

.calculate-price {
  font-size: 71px
}

h2 {
  font-family: bold, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  line-height: normal;
  color: #3b4047
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: bold, sans-serif
}

p {
  font-size: 24px
}

a {
  color: #3b4047
}

a:focus,
a:hover {
  text-decoration: none;
  color: #3b4047;
  outline: 0
}

input {
  outline: 0
}

.submit {
  text-transform: uppercase;
  text-align: center;
  outline: 0;
  border: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 200px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 48px;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  font-family: novabold, sans-serif;
  width: 203px
}

.submit span {
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%
}

.no-touch .submit:hover:before {
  width: 100%
}

.submit:before {
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #5cb51f
}

.button {
  background-color: #fd0;
  transition-duration: .5s;
  transition-property: background;
  font-size: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  text-transform: uppercase;
  position: relative;
  font-family: novabold, sans-serif;
  display: block;
  width: 300px;
  height: 48px;

  span:not(.potential-client) {
    display: block;
    position: absolute;
    background: #3b4047;
  }

  span:nth-child(1) {
    left: 0;
    top: auto !important;
    bottom: 0 !important;
    width: 2px;
    height: 100%;
    transform: scaleY(0) !important;
    transform-origin: top;
    transition: transform 0.5s;
  }

  span:nth-child(2) {
    left: 0;
    top: auto !important;
    bottom: 0 !important;
    width: 100%;
    height: 2px;
    transform: scalex(0) !important;
    transform-origin: right;
    transition: transform 0.5s;
  }

  span:nth-child(3) {
    right: 0;
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    width: 2px;
    height: 100%;
    transform: scaleY(0) !important;
    transform-origin: top;
    transition: transform 0.5s;
  }

  span:nth-child(4) {
    left: 0;
    top: 0 !important;
    bottom: auto !important;
    width: 100%;
    height: 2px;
    transform: scaleX(0) !important;
    transform-origin: right;
    transition: transform 0.5s;
    transition-delay: 0.2s;
  }
}

.button:hover {
  background: #fff;
  color: #3b4047;

  .potential-client {
    color: #333;
  }

  span:nth-child(1) {
    transform: scaleY(1) !important;
    transform-origin: bottom;
    transition: transform 0.5s;
  }

  span:nth-child(2) {
    transform: scaleX(1) !important;
    transform-origin: left;
    transition: transform 0.5s;

  }

  span:nth-child(3) {
    transform: scaleY(1) !important;
    transform-origin: bottom;
    transition: transform 0.5s;
  }

  span:nth-child(4) {
    transform: scaleX(1) !important;
    transform-origin: left;
    transition: transform 0.5s;
    transition-delay: 0.2s;
  }
}

.button:focus,
.button:visited {
  outline: 0;
  border: none
}

.button span {
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%
}

.no-touch .button:hover:before {
  width: 100%
}

.button:before {
  top: 0;
  z-index: 1;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #5cb51f
}

li,
ul {
  list-style-type: none
}

.site-wrapper {
  overflow: hidden;
}

.main-head {
  color: #fff;
  padding: 100px 0 50px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7)
}

.main-head .bgvideo {
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  /*right: 0;*/
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  z-index: -9999;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}

.main-head h1 {
  text-shadow: 0 3px 0 rgba(0, 0, 0, .0842957)
}

.main-head h1 span {
  font-size: 95px;
  color: #fd0;
  font-weight: 900
}

.main-head h1 span:last-of-type {
  font-size: 72px;
  color: inherit;
  font-weight: 900
}

.main-head p {
  margin-bottom: 62px
}

.main-head h2 {
  color: #fff;
  line-height: .8;
  margin-bottom: 10px
}

.main-head .button-wrapper {
  margin-top: -20px;
  margin-bottom: 180px
}

.main-head .button-next {
  text-align: center
}

.main-head .button-next a {
  display: inline-block
}

.main-head .button-next .text {
  margin-bottom: 5px;
  color: #fff
}

.main-head .button-next .img-wrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: both;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: scroll;
  -ms-animation-duration: 1s;
  -ms-animation-fill-mode: both;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: scroll
}

.progress-container {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 4px;
  z-index: 1001;

  .progress-bar {
    height: 4px;
    background: #fd0;
    width: 0;
  }
}

.main_h {
  padding: 12px 0 12px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: -100px
}

.main_h.sticky {
  box-shadow: 0 -2px 19px 0 #333
}

.main_h .phone-mobile {
  display: none
}

.main_h .logo a {
  display: block
}

.main_h .logo a img {
  float: left
}

.main_h .logo .logo-text {
  display: inline-block
}

.main_h .logo .logo-text .logo-header {
  display: block;
  text-transform: uppercase;
  line-height: .8;
  font-family: cuprum, sans-serif;
  font-size: 56px
}

.main_h .logo .logo-text .logo-header sup {
  vertical-align: top;
  top: 0;
  left: -11px;
  font-size: 8px
}

.main_h .logo .logo-text .logo-teaser {
  font-size: 13px;
  margin-left: 3px;
  font-weight: 700
}

.main_h.sticky {
  top: 0;
  opacity: 1
}

.main_h .right {
  text-align: right
}

.main_h .button-wrapper {
  display: inline-block;
  margin-left: 50px
}

.main_h .button-wrapper .button {
  width: 190px;
  height: 37px
}

.main_h .button-wrapper .button span {
  top: 50%;
  transform: translateY(-50%)
}

.main_h .phone {
  position: relative;
  text-align: right;
  display: inline-block;
  font-size: 24px;
  font-family: bold, sans-serif
}

.main_h .phone .show_number {
  font-family: novabold, sans-serif;
  cursor: pointer;
  text-decoration: underline
}

.main_h .phone .show_number:hover {
  text-decoration: none
}

#lhc_status_container .lhc-text-status {
  display: none
}

#lhc_status_container > a::after {
  content: 'Допомога онлайн';
  content: 'Допомога онлайн';
  border-radius: 100%;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .62);
  color: #454545;
  padding: 25px 10px 10px 9px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#bingc-phone-button {
  z-index: -100000 !important;
  opacity: 0
}

#bingc-phone-button.active {
  z-index: 1000 !important;
  opacity: 1
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #fff
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.polit-link {
  padding: 0;
  background: #fd0;
}

.polit-link a {
  padding: 20px 0;
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  transition: color 0.2s ease;
}

.polit-link a:hover {
  color: #fff;
}

footer {
  position: relative;
  background: #414445;
  color: #fff;
  padding: 40px 0 45px;

  .col-md-12 {
    justify-content: space-between;
  }

  .footer-benefits {
    display: flex;
    margin: 0 -5px 0 33px;

    .item {
      padding: 0 20px;
    }

    .item p {
      margin-top: 7px;
      font-size: 14px;
      line-height: 17.5px;
    }
  }
}

footer .col-md-12 {
  display: flex;
  flex-direction: row;
}

footer .contacts-wrapper {
  margin-top: -3px;
  .website-link p {
    font-family: manropeRegular;
    font-size: 20px;
  }

  .website-link p a {
    font-family: manropeSemibold;
    font-size: 24px;
    color: #fedd03;
  }

  .hidden-xs {
    display: none;
  }

  .socials {
    margin: 10px 2px 0;

    .facebook:hover svg {
      background: #0d61a9;
    }

    .telegram:hover svg {
      background: #2cafef;
    }

    .instagram:hover svg {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }

    .tiktok:hover svg {
      background: #212121;
    }
  }

  .socials svg {
    border-radius: 10px;
    transition: all 0.25s;
  }

  .socials a {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 640px) {
  body #lhc_status_container {
    bottom: 70px
  }
}

.descr_phone {
  text-transform: uppercase;
  display: none;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  position: absolute;
  top: -15px
}

@media screen and (min-width: 991px) {
  .fixed_header_talephone {
    display: flex;
    align-items: center
  }
}

@media screen and (max-width: 1080px) and (min-width: 991px) {
  .main_h .phone {
    text-align: center
  }

  .main_h .phone .show_number {
    display: contents;
    margin-right: -3px
  }
}

.wrap_phone {
  display: inline-block;
  position: relative
}

.main-works .item {
  position: relative
}

.main-works .item .link_portfolio {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

html.webkit {
  overflow: hidden;
  width: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0;
  -webkit-text-fill-color: #fff !important
}

@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(0deg)
  }
  to {
    transform: rotateX(360deg) rotateY(360deg)
  }
}

.logo_wrapper {
  animation: rotate 5s infinite linear;
  animation-fill-mode: forwards
}

.main-about {
  padding: 0
}

.main-about .top-part {
  .row {
    width: 100%;
  }

  .left {
    padding-left: 0;
    padding-top: 80px;
    padding-right: 15px;
    padding-bottom: 55px;
  }

  .right {
    padding-right: 0;
  }
}

.text {
  line-height: normal;
}

@media (max-width: 1399px) {
  .main-about .top-part .left {
    padding-top: 47px;
  }
}

.main-about .top-part .left h2,
.main-about .top-part .left p {
  margin-bottom: 25px;
  line-height: normal;
}

.main-about .top-part .right {
  padding-left: 0
}

.main-about .top-part .right img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.main-about .bottom-part {
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fd0), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #fd0 50%, #fff 50%);
  background: linear-gradient(to right, #fd0 50%, #fff 50%)
}

.main-about .bottom-part .left,
.main-about .bottom-part .right {
  padding-top: 80px
}

.main-about .bottom-part .left .number,
.main-about .bottom-part .right .number {
  font-size: 96px;
  font-family: bold, sans-serif;
  line-height: 1.2
}

.main-about .bottom-part .left h3,
.main-about .bottom-part .right h3 {
  margin: 0;
  margin-bottom: 26px
}

.main-about .bottom-part .right {
  padding-left: 15px
}

.main-about .bottom-part .left a {
  font-family: novabold, sans-serif
}

.main-about .bottom-part .left a:hover {
  border-bottom: none
}

.main-about .bottom-part .left .text {
  margin-bottom: 30px
}

.main-about .certificate-block {
  background-color: #fff;
  padding: 14px;
  display: inline-block;
  position: absolute;
  top: -100px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  display: none
}

.main-about .certificate-block:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent
}

.main-best {
  background-color: #424445;
  color: #fff;
}

.main-best h2 {
  color: #fff;
  margin-bottom: 70px
}

.main-best .img-wrapper {
  margin-bottom: 20px
}

.main-best p {
  margin-bottom: 7px
}

.main-best .text {
  color: #b3b4b5
}

.main-benefits {
  background-color: #ffd731;
  color: #2c2c2c;
}

.main-benefits .benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.main-benefits .benefits-item:not(:last-child) {
  margin-bottom: 20px;
}

.main-benefits .benefits-img {
  margin-bottom: 10px;
}

.main-benefits .benefits-text p {
  font-weight: 600;
  font-size: 26px;
  line-height: 125%;
  text-align: center;
}

.main-who {
  background-color: #fd0;
  color: #3b4047;
}

.main-who .tale-block {
  margin-top: 29px
}

.main-who h2 {
  color: #3b4047;
}

.main-who .col-md-12 .row {
  margin: 0 -15px;

  .col-md-4 {
    padding: 0 15px;
  }
}

.main-who p {
  margin-top: 21px;
  line-height: normal;
}

.main-who p span {
  color: #b3b4b5
}

.main-who .img-wrapper {
  margin-bottom: 25px
}

.main-who p {
  margin-bottom: 12px
}

.main-who .text {
  color: #3b4047;
}

.main-ident {
  overflow: hidden;
  background-image: url(../img/identify/bg.webp);
  background-position: 100% bottom;
  background-repeat: no-repeat
}

.main-ident .h1 {
  margin-bottom: 75px
}

.main-ident .list li {
  font-size: 24px;
  padding-left: 40px;
  margin-bottom: 45px;
  background-image: url(../img/identify/check.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  line-height: normal;
}

.main-ident h2 {
  margin-top: 36px;
  margin-bottom: 27px
}

.main-ident .list li:nth-child(1) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.main-ident .list li:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.main-works {
  background-color: #323232;
  text-align: center
}

.main-works .row {
  margin: 0 -43px 0 -27px;

  .col-md-4 {
    padding: 0 15px;
  }
}

.main-works h2 {
  color: #fff;
  margin-bottom: 55px
}

.main-works .item {
  margin-bottom: 22px
}

.main-works .item img {
  width: 100%
}

.main-works .item video {
  min-height: 280px;
}

.main-works .works-slider .slick-list.preload {
  height: auto !important;
}

.main-works .works-slider .item {
  text-align: center;
  margin-bottom: 0
}

.main-works .works-slider .item img {
  display: inline-block
}

.main-works .works-slider .slick-dots {
  top: 108%;
  left: 50%;
  margin-left: -120px;
  position: absolute;
  display: inline-block;
  text-align: center;
  list-style-type: none;
  margin-bottom: 30px
}

.main-works .works-slider .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 12px;
  background-color: #323232;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.main-works .works-slider .slick-dots li:last-child {
  margin-right: 0
}

.main-works .works-slider .slick-dots li button {
  display: none
}

.main-works .works-slider .slick-dots .slick-active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  background-color: #fff;
  border: 2px solid #fff
}

.main-works .slick-next,
.main-works .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 108%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.main-works .slick-prev {
  left: 20%
}

.main-works .slick-prev:before {
  content: url(../img/works/arr-left.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-works .slick-prev:hover:before {
  opacity: .5
}

.main-works .slick-next {
  right: 20%
}

.main-works .slick-next:before {
  content: url(../img/works/arr-right.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-works .slick-next:hover:before {
  opacity: .5
}

.main-mobile-app {
  padding-bottom: 100px;
}

.main-mobile-app h2 {
  max-width: 850px;
  margin-bottom: 40px;
}

.main-mobile-app .app-row-1 {
  padding: 40px 30px 50px 30px;
  background-color: #f8e71c;
  margin-bottom: 30px;
}

.main-mobile-app .app-row-1 .ar-info {
  padding: 0;
}

.main-mobile-app .button-wrapper .button.popup-with-form span {
  color: #3b4047;
}

.main-mobile-app .button-wrapper .button.popup-with-form:hover span {
  color: #3b4047;
}

.ar-info div {
  color: #3b4047;
  padding: 35px 0 40px 40px;
  position: relative;
}

.ar-info div .button-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.ar-info div .button-wrapper::before {
  display: none;
}

.ar-info div .button-wrapper a {
  background-color: #fff;
  width: 340px;
}

.ar-info div p {
  margin-bottom: 15px;
  font-size: 20px;
}

.ar-info div p:last-of-type {
  margin-bottom: 0;
}

.ar-info div::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50vw;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffe30b;
}

.ar-btns,
.app-row-1 .ar-info p {
  padding-left: 45px;
  display: block;
}

.app-row-1 .ar-info p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 1px;
  background-color: #3b4047;
}

.app-row-1 .ar-info p::after {
  content: '';
  position: absolute;
  left: 11px;
  bottom: -8px;
  height: 9px;
  width: 9px;
  border: 1px #3b4047 solid;
}

.ar-img {
  position: unset;
}

.main-mobile-app .app-row-1 .ar-img img {
  position: absolute;
  right: 40px;
  bottom: -60px;
}

.main-mobile-app .app-row-2 {
  margin: 0 -15px;
}

.main-mobile-app .app-row-2 .ar-img img {
  position: absolute;
  top: 49px;
  right: -87px;
}

.ar-btns img:first-child {
  margin-right: 20px;
}

.app-row-2 .ar-info {
  padding-left: 0;
}

.main-warranty {
  padding-bottom: 50px;
}

.main-warranty h2 {
  margin-bottom: 50px
}

.main-warranty .item {
  width: 20%;
  padding: 0px 15px;
  margin-bottom: 30px
}

.main-warranty .item:nth-of-type(5n) {
  width: 16%;
  padding-right: 10px;
}

.main-warranty .item p {
  margin-top: 25px;
  font-size: 20px;
  font-family: regular;
  letter-spacing: 0.3px;
}

.main-warranty .item .warranty-img {
  width: auto;
  height: 60px
}

.warranty-content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.warranty .list li:nth-child(1) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.warranty .list li:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.main-warranty .warranty-slider .item {
  margin-bottom: 0;
  text-align: center
}

.main-warranty .warranty-slider .item .block {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%
}

.main-warranty .warranty-slider .item .block:last-child {
  margin-bottom: 0
}

.main-warranty .warranty-slider .item .block img {
  display: inline-block
}

.main-warranty .warranty-slider .item .block .video iframe {
  width: 80%;
  height: 300px;
  border: 1px solid #e9e9e9
}

.main-warranty .warranty-slider .slick-dots {
  top: 103%;
  left: 50%;
  position: absolute;
  display: inline-block;
  text-align: center;
  list-style-type: none;
  transform: translate(-50%, 0px);
}

.main-warranty .warranty-slider .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 12px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3b4047;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.main-warranty .warranty-slider .slick-dots li:last-child {
  margin-right: 0
}

.main-warranty .warranty-slider .slick-dots li button {
  display: none
}

.main-warranty .warranty-slider .slick-dots .slick-active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  background-color: #3b4047
}

.main-warranty .slick-next,
.main-warranty .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 102.5%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.main-warranty .slick-prev {
  left: 20%
}

.main-warranty .slick-prev:before {
  content: url(../img/reviews/arr-left.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-warranty .slick-prev:hover:before {
  opacity: .5
}

.main-warranty .slick-next {
  right: 20%
}

.main-warranty .slick-next:before {
  content: url(../img/reviews/arr-right.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-warranty .slick-next:hover:before {
  opacity: .5
}

.main-feedback {
  text-align: center;
  background-color: #fd0
}

.main-feedback h3 {
  margin-top: 13px;
  margin-bottom: 38px;
}

.main-feedback p {
  margin-top: 12px;
  margin-bottom: 53px
}

.main-feedback .form-callback .submit-block {
  padding-left: 0
}

.main-feedback .form-callback .input {
  background-color: transparent;
  border: none;
  height: 48px;
  width: 100%;
  border-bottom: 1px solid #878336;
  text-indent: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.main-feedback .form-callback .input:active,
.main-feedback .form-callback .input:focus,
.main-feedback .form-callback .input:hover {
  border-bottom: 2px solid #3b4047;
  color: #3b4047;
  font-weight: 700
}

.main-feedback .form-callback .input:active::-webkit-input-placeholder,
.main-feedback .form-callback .input:focus::-webkit-input-placeholder,
.main-feedback .form-callback .input:hover::-webkit-input-placeholder {
  color: #3b4047;
  font-weight: 700
}

.main-feedback .form-callback .input:active::-moz-input-placeholder,
.main-feedback .form-callback .input:focus::-moz-input-placeholder,
.main-feedback .form-callback .input:hover::-moz-input-placeholder {
  color: #3b4047;
  font-weight: 700
}

.main-feedback .form-callback .input:active::-ms-input-placeholder,
.main-feedback .form-callback .input:focus::-ms-input-placeholder,
.main-feedback .form-callback .input:hover::-ms-input-placeholder {
  color: #3b4047;
  font-weight: 700
}

.main-feedback {
  padding-top: 80px
}

.main-feedback.video-container .wrap_container {
  overflow-x: initial;
}

.main-feedback.video-container .container {
  position: relative
}

.main-feedback.video-container .video {
  position: absolute;
  top: -410px;
  right: 0;
  padding: 0
}

.main-feedback.video-container .video .thumb-wrap {
  width: 100%;
  height: 100%
}

.main-feedback.video-container .video .thumb-wrap iframe {
  border: 1px solid #e9e9e9;
  width: 600px;
  height: 338px
}

.main-feedback .form-callback .col-md-3:nth-child(1) .input {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.main-feedback .form-callback .col-md-3:nth-child(2) .input {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.main-feedback .form-callback .col-md-3:nth-child(3) .input {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.main-feedback .form-callback .col-md-3:nth-child(4) .submit {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.main-clients {
  text-align: center;
  padding-bottom: 0;
}

.main-clients .hidden-sm li {
  box-shadow: 0px 0px 20px 0px rgba(75, 85, 89, 0.10);
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.main-clients .container.hidden-sm {
  margin: 0;
  padding: 0;
  max-width: 100%;

  .swiper {
    margin-top: 46px;
    padding: 0 50px;
    overflow: visible;
  }

  .swiper-wrapper {
    align-items: center;
  }
}


.main-clients h2 {
  margin-bottom: 9px
}

.main-clients .line {
  margin-top: 100px
}

.main-clients .line ul li {
  display: inline-block;
}

.main-clients .line ul li:last-child {
  margin-right: 0
}

.main-clients .line.first ul li:last-child {
  margin-right: 0
}

.main-clients .clients-slider .item .block {
  margin-bottom: 40px
}

.main-clients .clients-slider .item .block:last-child {
  margin-bottom: 0
}

.main-clients .clients-slider .item .block img {
  display: inline-block
}

.main-clients .clients-slider .slick-list.preload {
  height: auto !important;
}

.main-clients .slick-next,
.main-clients .slick-prev {
  z-index: 5000;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.main-clients .slick-prev {
  left: 0
}

.main-clients .slick-prev:before {
  content: url(../img/reviews/arr-left.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-clients .slick-prev:hover:before {
  opacity: .5
}

.main-clients .slick-next {
  right: 0
}

.main-clients .slick-next:before {
  content: url(../img/reviews/arr-right.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-clients .slick-next:hover:before {
  opacity: .5
}

.main-reviews {
  text-align: center;
}

.main-reviews h2 {
  text-align: center;
  margin-bottom: 10px
}

.main-reviews p {
  margin-bottom: 60px
}

.main-reviews .thumb-wrap {
  display: inline-block
}

.main-reviews .thumb-wrap iframe {
  border: none;
  vertical-align: middle;
  width: 763px;
  height: 434px
}

.main-reviews .img-wrapper {
  text-align: center
}

.main-reviews .img-wrapper img {
  display: inline-block
}

.main-reviews .slick-next,
.main-reviews .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.main-reviews .slick-prev {
  left: -50px
}

.main-reviews .slick-prev:before {
  content: url(../img/reviews/arr-r-left.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-reviews .slick-prev:hover:before {
  content: url(../img/reviews/arr-r-left-a.png)
}

.main-reviews .slick-next {
  right: -50px
}

.main-reviews .slick-next:before {
  content: url(../img/reviews/arr-r-right.png);
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

.main-reviews .slick-next:hover:before {
  content: url(../img/reviews/arr-r-right-a.png)
}

.main-reviews .slider-reviews .slick-dots {
  top: 108%;
  left: 50%;
  margin-left: -92px;
  position: absolute;
  display: inline-block;
  text-align: center;
  list-style-type: none;
  margin-bottom: 30px
}

.main-reviews .slider-reviews-block .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3b4047;
  box-sizing: border-box;
  margin: 5px
}

.main-reviews .slider-reviews-block .slick-dots li button {
  display: none
}

.main-reviews .slider-reviews-block .slick-dots .slick-active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  background-color: #3b4047
}

.warranty {
  background-color: #323232;
  color: #fff;
  padding-bottom: 55px;

  .warcol-2 {
    padding-left: 15px;
  }
}

.warranty h2 {
  color: #fff;
  margin-bottom: 40px
}

.warranty .list li {
  font-size: 24px;
  padding-left: 45px;
  margin-bottom: 28px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: left 0;
}

.main-contacts {
  text-align: center
}

.main-contacts p {
  margin-bottom: 60px
}

.main-contacts .item {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px
}

.main-contacts .item.item_large {
  background-color: #f4f3f3;
  padding-left: 30px;
  padding-right: 35px
}

.main-contacts .item.item_large .teaser {
  text-align: right
}

.main-contacts .item:last-child {
  padding-left: 180px
}

.main-contacts .item .text {
  text-transform: uppercase;
  font-family: novabold, sans-serif;
  margin-bottom: 15px
}

.main-contacts .item .phone {
  font-size: 40px;
  font-family: bold, sans-serif;
  margin-bottom: 13px
}

.main-contacts .item .chat,
.main-contacts .item .email,
.main-contacts .item .show_number {
  text-decoration: underline;
  font-family: bold, sans-serif;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 13px
}

.main-contacts .item .chat:hover,
.main-contacts .item .email:hover,
.main-contacts .item .show_number:hover {
  text-decoration: none
}

.main-contacts .item:nth-child(1) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.main-contacts .item:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.main-contacts .item:nth-child(3) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

#callback,
#order {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  -webkit-overflow-scrolling: touch
}

#callback, #order {
  .popup-modal-dismiss {
    position: absolute;
    top: -20px;
    right: 20px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
  }
}

.no-touch .popup-modal-dismiss:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

#callback, #order {
  .h1 {
    color: #fff
  }
}

#callback, #order {
  p {
    color: #fff;
    margin-bottom: 53px
  }
}


#callback, #order {
  .submit-block {
    padding-left: 0
  }
}

#callback, #order {
  .submit-block .submit {
    background-color: #fd0
  }
}

#callback, #order {
  .input {
    background-color: transparent;
    border: none;
    height: 48px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-indent: 2px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff
  }
}

#callback, #order {
  .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
  }
}

#callback, #order {
  .input::-moz-input-placeholder {
    color: rgba(255, 255, 255, .6)
  }
}

#callback #order {
  .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
  }
}

#callback .input:active,
#callback .input:focus,
#callback .input:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 700
}

#order .input:active,
#order .input:focus,
#order .input:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 700
}

#callback .input:active::-webkit-input-placeholder,
#callback .input:focus::-webkit-input-placeholder,
#callback .input:hover::-webkit-input-placeholder {
  color: #fff;
  font-weight: 700
}

#order .input:active::-webkit-input-placeholder,
#order .input:focus::-webkit-input-placeholder,
#order .input:hover::-webkit-input-placeholder {
  color: #fff;
  font-weight: 700
}

#callback .input:active::-moz-input-placeholder,
#callback .input:focus::-moz-input-placeholder,
#callback .input:hover::-moz-input-placeholder {
  color: #fff;
  font-weight: 700
}

#order .input:active::-moz-input-placeholder,
#order .input:focus::-moz-input-placeholder,
#order .input:hover::-moz-input-placeholder {
  color: #fff;
  font-weight: 700
}

#callback .input:active::-ms-input-placeholder,
#callback .input:focus::-ms-input-placeholder,
#callback .input:hover::-ms-input-placeholder {
  color: #fff;
  font-weight: 700
}

#order .input:active::-ms-input-placeholder,
#order .input:focus::-ms-input-placeholder,
#order .input:hover::-ms-input-placeholder {
  color: #fff;
  font-weight: 700
}

#online {
  position: relative;
  padding: 40px 30px;
  max-width: 1280px;
  margin: 0 auto
}

#online .mfp-close-btn-in .mfp-close {
  font-size: 46px;
  margin-top: -27px
}

#online video {
  width: 100%
}

.wrape_info {
  padding: 0 10px 20px;
  width: 50%;
}

.wrape_info--media {
  display: inline-block;
  vertical-align: middle;
  width: 720px;
  max-width: 100%;
  position: relative;
  padding-bottom: 57%;
  cursor: pointer;
}

.wrape_info--media::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url(../img/play.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 101;
  transition: 0.2s;
}

.wrape_info--media.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wrape_info--media:hover::before {
  transform: scale(1.2);
}

.wrape_info--media img,
.wrape_info--media video {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  width: 100%;
  height: auto;
}

.wrape_info--media.is-active img {
  display: none;
}

.wrape_info--media.is-active::before {
  opacity: 0;
}


.wrape_info span {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  color: #fff
}

.mfp-bg {
  background: #161617
}

.wrapper_video_translation {
  display: flex !important;
  flex-wrap: wrap
}

div #lhc_need_help_container {
  display: none
}

#bingc-phone-button {
  left: 2% !important
}

.confirmation {
  font-size: 24px;
}

.messengers {
  font-size: 20px;
  margin-top: 10px;
}

.confirmation-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.confirmation-link {
  font-size: 0;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 10px;
}

.confirmation-link__telegram {
  background: url("../img/telegram-2.svg") no-repeat center center;
  background-size: contain;
}

.confirmation-link__viber {
  background: url("../img/viber.svg") no-repeat center center;
  background-size: contain;
}

#form-1 .confirmation,
#form-2 .confirmation {
  color: #000
}

#callback, #order {
  .confirmation {
    color: #fff
  }
}

#lhc_container {
  z-index: 9999999
}

#bingc-phone-button {
  z-index: 9999990
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
  right: -108px
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow {
  right: 137px
}

@media only screen and (max-width: 1800px) {
  .main-ident {
    background-position: 140% bottom
  }
}

@media only screen and (max-width: 1400px) {
  .main-about .top-part .left {
    padding-bottom: 0
  }

  .main-about .top-part .right img {
    width: 100%
  }

  .main-ident {
    background-position: 170% bottom
  }

  .main-mobile-app .app-row-2 .ar-img img {
    width: 400px;
    height: auto;
    top: 49px;
    right: -65px;
  }

  .internet-shop .container .right-wrapper::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 438px;
    height: 291px;
    background-image: url(../img/internet-shop/develop.png);
    position: absolute;
    bottom: -29px;
    right: 50%;
    margin-right: -570px;
  }

  .footer {
    .footer-benefits {
      margin: 0 -10px;
    }
  }
}


@media only screen and (max-width: 1250px) {
  .main-reviews .slick-next,
  .main-reviews .slick-prev {
    top: 108%
  }

  .main-reviews .slick-next {
    right: 20%
  }

  .main-reviews .slick-prev {
    left: 20%
  }
}

@media only screen and (max-width: 1200px) {
  .main-ident {
    background-position: 210% bottom
  }
}

@media only screen and (max-width: 1199px) {
  .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-right: 15px;
    padding-left: 15px;
  }

  .main-contacts .item,
  .main-contacts .item.item_large .teaser {
    text-align: center
  }

  .main-contacts .item:last-child {
    padding-left: 15px
  }

  .main-contacts .item.item_large {
    padding: 40px 10px
  }

  .main-contacts .item.item_large .phone {
    font-size: 32px
  }

  .main-feedback.video-container .video {
    right: 30px
  }

  .main-feedback.video-container .video .thumb-wrap iframe {
    width: 460px;
    height: 295px
  }

  .main-clients .line ul li,
  .main-clients .line.first ul li {
    margin-right: 20px
  }

  .main-ident .list li,
  .warranty .list li {
    font-size: 16px
  }

  .main-ident {
    background-image: none
  }

  .main-about .container .top-part .col-md-12 {
    padding-right: 0;
  }

  .main-about .top-part .right {
    padding-left: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px
  }

  .main-about .top-part .right img {
    display: inline-block;
    width: auto
  }

  .main-about .top-part .left {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 15px;

    .hidden-xs {
      display: none;
    }
  }

  .main-mobile-app .app-row-1 .ar-img img {
    right: 10px;
    bottom: -70px;
  }

  .main-best .col-md-12 .row {
    margin: 0 -15px;
  }

  .main-works .row {
    margin: 0 -27px 0 -15px;
  }

  .warranty-content {
    margin: 0 -15px;
  }

  .main-review .row:last-child {
    margin-left: -15px;
  }
  .seo-text h3 {
    padding-left: 15px;
  }
  .seo-text .container {
    padding-left: 15px !important;
  }
  .main-ident::after {
    margin-right: -800px !important;
  }
}

@media only screen and (max-width: 992px) {
  .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important
  }

  .main-mobile-app .app-row-1 {
    background-color: transparent;
    padding: 10px 10px 0px 10px;
  }

  .ar-img img {
    display: none
  }

  .main-mobile-app h2 {
    max-width: 100%;
    text-align: center;
  }

  .ar-btns {
    padding: 0;
    display: flex;
    justify-content: space-around;
  }

  .ar-info div {
    margin-bottom: 50px;
    padding: 40px 0;
  }

  .ar-info div::before {
    left: -100%;
    right: -100%;
  }

  .app-row-2 .ar-info {
    text-align: center;
    padding-right: 0;
  }
  .main-works .item video {
    max-height: 414px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper_video_translation {
    flex-direction: column
  }

  #online {
    max-width: 480px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrape_info {
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    width: 100%;
  }

  .wrape_info--media {
    padding-bottom: 57%;
  }

  .wrape_info span {
    margin-left: 0;
    margin-top: 5px;
  }

  .warranty .list li {
    line-height: 1.8
  }

  #callback, #order {
    .popup-modal-dismiss {
      top: -50px
    }
  }

  .warranty {
    text-align: center
  }

  .warranty .list li {
    text-align: left
  }

  .main-clients p {
    margin-bottom: 55px
  }

  #callback,
  #order {
    margin: 80px auto
  }

  #callback, #order {
    .h1 {
      font-size: 48px
    }
  }

  .main-works h2 {
    margin-bottom: 40px
  }

  .main-warranty h2 {
    text-align: center;
    margin-bottom: 40px
  }

  .main-feedback {
    padding-bottom: 150px
  }

  .main-feedback {
    padding: 40px 0
  }

  .main-feedback.video-container .video {
    display: none
  }

  .main-reviews .thumb-wrap {
    display: block
  }

  .main-reviews .thumb-wrap iframe {
    width: 100%
  }

  .main-warranty {
    padding-bottom: 60px;
  }

  .main-reviews,
  .main-works {
    padding-bottom: 20px
  }

  .main-works .item:last-child {
    width: 100%
  }

  .main-works .item:last-child img {
    width: auto
  }

  .main-about .certificate-block {
    top: -160px;
    left: 50%;
    margin-left: -200px
  }

  #callback .submit-block,
  .main-feedback .form-callback .submit-block {
    margin-top: 40px
  }

  #order .submit-block,
  .main-feedback .form-callback .submit-block {
    margin-top: 40px
  }

  .main-head {
    text-align: center;
    overflow: hidden
  }

  .main-head .button {
    display: inline-block
  }

  .main-ident {
    text-align: center
  }

  .main-ident .list {
    display: inline-block
  }

  .main-ident .list li {
    text-align: left
  }

  .main-ident .button-wrapper {
    text-align: center
  }

  .main-ident .button-wrapper .button {
    display: inline-block
  }

  .main-review .row:last-child {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .main-review .row img {
    width: 100%;
  }

  .main-who .tale-block {
    text-align: center
  }

  .main-who .tale-block .tale {
    margin-bottom: 40px
  }

  .main-who .tale-block .tale:last-child {
    margin-bottom: 0
  }

  .main_h .button-wrapper {
    margin-left: 0
  }

  .main_h .right {
    padding: 0
  }

  .main_h.sticky {
    top: initial;
    bottom: 0;
    margin-top: -60px;
    position: fixed
  }

  .main_h {
    height: 60px;

    .progress-container {
      display: none;
    }
  }

  .main_h .logo-wrapper {
    display: none;

    .progress-container {
      display: block;
    }
  }

  .main_h .right {
    text-align: center;
    width: 100%;
    justify-content: space-evenly !important;
  }

  .main_h .right .phone {
    display: none
  }

  .main_h .right .phone-mobile {
    background-image: url(../img/call.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    background-position: left center;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: initial;
    font-family: bold, sans-serif
  }

  .main_h .button-wrapper {
    margin-top: 0
  }

  .main_h .button-wrapper .button {
    font-size: 14px;
    width: 170px
  }

  section {
    padding: 40px 0
  }

  .main-best {
    text-align: center
  }

  .main-best .tale {
    margin-bottom: 40px
  }

  .main-best .tale:last-child {
    margin-bottom: 0
  }

  .main-about .bottom-part .left .text:last-child {
    margin-bottom: 0
  }

  .main-about .bottom-part .left,
  .main-about .bottom-part .right {
    padding-top: 20px
  }

  .main-about {
    text-align: center
  }

  .main-about .bottom-part {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, #fd0), color-stop(50%, #fff));
    background: -webkit-linear-gradient(top, #fd0 59%, #fff 50%);
    background: linear-gradient(to bottom, #fd0 59%, #fff 50%)
  }

  .warranty .list li {
    margin-bottom: 30px;
    background-position: left 0px;
  }

  footer {
    padding: 40px 0;
    margin-bottom: 60px;

    .logo-wrapper {
      margin-bottom: 30px;
    }

    .col-md-12 {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }

    .contacts-wrapper {
      .socials {
        width: fit-content;
        margin: 0 auto;
      }
    }

    .footer-benefits {
      margin: 20px 0 0;
    }
  }
}

@media only screen and (max-width: 767px) {
  .mfp-wrap {
    position: fixed !important;
    top: 0 !important;
    height: 100% !important;
    overflow: hidden auto;
  }

  .mfp-inline-holder .mfp-content {
    width: 100% !important;
  }

  .wrape_info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .main-warranty .warranty-slider .item .block .video iframe {
    width: 100%
  }

  .main-about .certificate-block {
    left: 280px
  }

  .main-reviews .img-wrapper img {
    width: 80%
  }

  .main-reviews h2 {
    margin-bottom: 40px
  }

  .main-reviews p {
    display: none
  }

  .main-ident .list li,
  .warranty .list li {
    background-position: left 0
  }

  .main-reviews .slick-prev,
  .main-warranty .slick-prev {
    left: 5%
  }

  .main-reviews .slick-next,
  .main-warranty .slick-next {
    right: 5%
  }

  .main-clients .slick-next {
    right: 10%
  }

  .main-clients .slick-prev {
    left: 10%
  }

  .main-works .slick-prev {
    left: 10%
  }

  .main-works .slick-next {
    right: 10%
  }

  .h1,
  h1 {
    font-size: 52px
  }

  #callback .h1,
  h2 {
    font-size: 36px
  }

  #order .h1,
  h2 {
    font-size: 36px
  }

  .main-head h1 span {
    font-size: 80px
  }

  .main-reviews .video-container {
    padding: 0
  }

  .main-about .top-part .right img {
    width: 100%
  }

  .main-head .button-wrapper {
    margin-bottom: 62px
  }

  .internet-shop h2 {
    font-size: 24px !important;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .warranty .list li {
    text-align: left;
    font-size: 14px
  }

  .main-ident .list li br {
    display: none
  }

  .main-ident .list li {
    text-align: justify;
    line-height: 1.8
  }

  .main-head {
    background-color: rgba(0, 0, 0, .7);
    padding-top: 20px
  }

  /*.main-head .mobile-overlay {*/
  /*    position: absolute;*/
  /*    background-image: url(../img/bg-header.jpg);*/
  /*    background-repeat: no-repeat;*/
  /*    background-size: cover;*/
  /*    width: 100%;*/
  /*    top: 0;*/
  /*    height: 100%;*/
  /*    z-index: -100*/
  /*}*/
  /*.main-head .bgvideo {*/
  /*    display: none*/
  /*}*/
  .main_h .button-wrapper .button {
    width: 156px
  }

  .main_h .right .phone-mobile {
    font-size: 16px
  }

  .main-about .certificate-block {
    left: 200px;
    width: 100%
  }

  .main-about .certificate-block img {
    width: 100%
  }

  #callback, #order {
    p {
      font-size: 16px
    }
  }

  .main-reviews h2 {
    font-size: 28px
  }

  .main-works h2 {
    text-align: center
  }

  .main-who h2 {
    font-size: 24px
  }

  .main-head h2 {
    line-height: 1
  }

  .warranty {
    text-align: justify
  }

  .warranty h2 {
    text-align: left
  }

  .main-reviews .thumb-wrap iframe {
    height: 300px
  }

  .main-feedback .form-callback .submit-block {
    padding-left: 15px
  }

  .main-warranty h2 {
    font-size: 38px
  }

  .works-slider-container {
    padding: 0
  }

  .main-works .works-slider .item img {
    width: 100%
  }

  .main-ident h2 {
    margin-top: 0;
    text-align: center;
    font-size: 46px
  }

  .main-ident {
    text-align: justify
  }

  .main-ident .h1 {
    margin-bottom: 30px;
    text-align: center
  }

  .main-best {
    text-align: left
  }

  .main-about .bottom-part {
    background: 0 0
  }

  .main-about .bottom-part .left {
    background-color: #fd0;
    padding-bottom: 40px
  }

  .main-about .bottom-part .left,
  .main-about .bottom-part .right {
    text-align: left
  }

  .main-about .top-part .left .text,
  .main-about .top-part .left p {
    text-align: left;
    margin-bottom: 15px;
  }

  .main-about .top-part .left {
    padding-top: 40px
  }

  .main-about .top-part .left h2 {
    text-align: left;
    margin-bottom: 15px;
  }

  #callback, #order {
    .submit-block {
      padding-left: 15px
    }
  }

  .button,
  .submit {
    width: 100%
  }

  .main-head h1 span {
    font-size: 46px
  }

  .calculate-price,
  .h1,
  h1 {
    font-size: 42px
  }

  .main-head h1,
  h2 {
    font-size: 32px
  }

  .main-head h1,
  .main-head p {
    margin-bottom: 15px;
    line-height: 1.1
  }

  .main-head .button-wrapper {
    margin-top: 0;
    margin-bottom: 15px
  }

  .ar-info div {
    text-align: center;
  }

  .ar-btns {
    flex-direction: column;
    align-items: center;
  }

  .app-row-1 .ar-info p {
    padding-left: 30px;
    padding-right: 15px;
  }

  .ar-btns img:first-child {
    margin: 0px 0px 15px 0px;
  }
}

@media only screen and (max-width: 320px) {
  .main-about .certificate-block {
    top: -20px
  }

  .main-about .top-part .left p,
  .main-best .text,
  .main-who .tale-block {
    text-align: left
  }
}

.main-ident {
  position: relative;
  background-image: none
}

.main-ident::after {
  content: '';
  width: 1000px;
  height: 667px;
  background: url(../img/identify/bg.webp);
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -880px;
  z-index: -1
}

.video_wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto
}

.wrap_container {
  overflow-x: hidden
}

.main-head .container {
  text-align: center
}

.main-head .button-wrapper {
  margin: 0;
  padding-bottom: 180px
}

.main-head .button-wrapper a {
  margin: 0 auto
}

.col-md-12 .button-wrapper span {
  top: 19px
}

.main-head .col-md-12 .button-wrapper span {
  top: 14px
}

.col-md-12 .button-wrapper a {
  width: 417px;
  height: 68px;
  font-size: 24px
}

.warranty .list li .underline {
  border-bottom: 2px #fff dashed
}

.main-head .col-md-12 .button-wrapper a {
  width: 470px
}

.main_h .col-md-12 .button-wrapper a {
  font-size: 16px
}

.main-head {
  padding: 0;
}

.main-head .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;

  .row:nth-child(3) {
    position: absolute;
    bottom: 40px;
  }
}

.main-head h1 {
  line-height: 140%;
}

.main-head .button-wrapper {
  padding-bottom: 0;
  margin-top: -70px;
}

.no-touch .button:hover,
.no-touch .submit:hover {
  color: #fff
}

@media screen and (max-width: 580px) {
  .main-head .col-md-12 .button-wrapper a {
    width: 300px;
    font-size: 16px
  }

  .ar-info div .button-wrapper a {
    width: 290px;
  }

  .col-md-12 .button-wrapper span {
    top: 24px
  }

  .main-head .col-md-12 .button-wrapper span {
    top: 20px
  }

  .main_h .col-md-12 .button-wrapper a {
    font-size: 14px
  }

  .col-md-12 .button-wrapper a {
    width: 290px;
    font-size: 18px
  }

  .main-review .container .swiper-button-next,
  .main-review .container .swiper-button-prev {
    top: 80px !important;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-content {
  text-align: center
}

.certificate-popup {
  display: none
}

.mfp-content .certificate-popup {
  display: inline-block;
  visibility: visible !important;
  position: static;
  text-align: center
}

.mfp-content .certificate-popup img {
  width: 100%
}

a.certificate,
a#certificate {
  display: inline-block;
  height: 31px
}

.warranty {
  position: relative
}

#certificate-popup {
  display: block;
  background-color: #fff;
  padding: 14px;
  position: fixed;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  visibility: hidden;
  z-index: 1001;
  width: auto
}

header video {
  background: url(../img/header-bg.jpg) no-repeat 0 16px;
  background-size: 100% 100%
}

.col-md-12 .button-wrapper a {
  height: 68px
}

.col-md-12 .button-wrapper span {
  top: 17px
}

.button-next a[href='#about'] > .text {
  text-transform: uppercase
}

@media screen and (max-width: 1200px) {
  .main-head h1 {
    font-size: 54px;
    margin: 0;
  }

  .main-head h1 span {
    font-size: 70px
  }

  .main-clients .container.hidden-sm.hidden-xs ul {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .warranty .certificate-block {
    top: -20%
  }

}

@media screen and (max-width: 990px) {
  .main-head h1 .hidden-md {
    display: none
  }

  .main-head h1 span .hidden-md {
    display: block
  }

  .main-ident::after {
    content: none
  }
}

@media screen and (max-width: 580px) {
  .col-md-12 .button-wrapper span {
    top: 20px
  }
}

@media screen and (min-width: 992px) {
  .main-works .container div.row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .main-works .container div.row:nth-child(2) video {
    width: 100%
  }

  .main-benefits {
    padding: 25px 0;
  }

  .main-benefits .benefits-item:not(:last-child) {
    margin-bottom: unset;
  }

  .warranty {
    padding-top: 80px;

    .row {
      line-height: normal;
    }
  }

  footer .contacts-wrapper {
    .socials {
      .facebook:hover svg {
        background: #0d61a9;
      }

      .telegram:hover svg {
        background: #2cafef;
      }

      .instagram:hover svg {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      }

      .tiktok:hover svg {
        background: #212121;
      }

      .tiktok:hover svg path {
        filter: drop-shadow(2px 2px 0 #ee1d52);
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .main-feedback .h1.calculate-price {
    font-size: 36px
  }

  .main-feedback p {
    font-size: 20px;
    margin-bottom: 24px
  }

  .warranty .col-md-6 .list {
    max-width: 570px;
    display: inline-block;
  }

  .main-works .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000
  }

  .main-works .slick-next {
    right: 25px
  }

  .main-works .slick-prev {
    left: 13px
  }
}

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

  .col-md-12 .button-wrapper a {
    height: 48px;
  }

  .col-md-12 .button-wrapper span {
    top: 14px;
  }

  .main-head h1 span .hidden-md {
    display: none
  }

  .main-head {
    min-height: 50vh
  }

  .main-head .container {
    min-height: 100vh
  }

  .main-head h1 {
    font-size: 38px;
    line-height: 1.3
  }

  .main-head h1 span {
    font-size: 38px
  }

  .col-md-12 .button-wrapper a {
    font-size: 16px
  }
}

@media only screen and (max-width: 620px) {
  .main-reviews h2 {
    font-size: 28px
  }

  .main-head {
    min-height: 50vh
  }

  .main-head .container {
    min-height: 100vh
  }

  .main-head h1 {
    font-size: 28px;
    line-height: 1.3
  }

  .main-head h1 span {
    font-size: 24px
  }

  body #online-chat-wrapper.b-callback {
    margin: 0 !important;
    bottom: 120px !important;
    right: 10px !important
  }
}

@media only screen and (max-width: 480px) {
  .main-who h2 {
    text-align: center
  }

  .main-who h2 + p {
    font-size: 16px
  }

  .main-who p,
  .main-who .img-wrapper {
    text-align: center
  }

  .main-ident h2 {
    font-size: 28px
  }

  .main-ident .list li {
    text-align: left;
  }

  .main-ident .h1 {
    font-size: 32px
  }

  .main-reviews h2 {
    font-size: 24px
  }

  .warranty h2 {
    text-align: center
  }

  .main-works h2 {
    font-size: 21px
  }

  .main-works .works-slider .item video,
  .main-works .works-slider .item img {
    width: 60%
  }

  .main-warranty h2 {
    font-size: 24px
  }
}

@media only screen and (max-width: 360px) {
  .main-feedback .h1.calculate-price {
    font-size: 28px
  }

  .main-feedback p {
    font-size: 18px;
    margin-bottom: 24px
  }

  .main-reviews h2 {
    font-size: 20px
  }
}

.main-head .col-md-12 .button-wrapper a {
  height: 68px;
  padding: .7em 0;
  color: #3b4047
}

.button.popup-with-form {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

/*.button.popup-with-form:hover {*/
/*    animation-name: hvr-buzz-out;*/
/*    animation-duration: .75s;*/
/*    animation-timing-function: linear;*/
/*    animation-iteration-count: 1*/
/*}*/

.button.popup-with-form:before {
  content: none
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    transform: translateX(1px) rotate(0)
  }
  100% {
    transform: translateX(-1px) rotate(0)
  }
}

.main_h .right {
  display: flex;
  justify-content: space-around;
  align-items: center
}

.slider-reviews-block .item p {
  font-size: 16px
  transition: all .2s ease;
  max-height: 180px;
  overflow: hidden;
}

.slider-reviews-block .item p {

}

.main-reviews .slick-slide.slick-current .item:hover .text-wrapper p {
  max-height: 400px;
}

.slider-reviews-block .item .name {
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 7px
}

.slider-reviews-block {
  display: flex
}

.slider-reviews-block .item {
  flex-shrink: 0;
  text-align: left;
  padding: 40px 35px;
  max-width: 435px;
  background: #fff;
  border: 1px solid #e8edf2;
  box-sizing: border-box;
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all .2s ease;
}

.wrap_rews .video-container {
  display: flex;
  min-width: 0
}

.wrap_rews .video-container .slider-reviews-block {
  flex-shrink: 0;
  width: 100%
}

/*.wrap_rews .video-container .slick-slide .item:before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  background: rgba(255, 255, 255, 0.637879)*/
/*}*/

.wrap_rews .video-container .slick-slide.slick-current .item:before {
  content: none
}

.main-reviews .thumb-wrap iframe {
  width: 659px;
  height: 380px
}

.main-reviews .slick-slider .slick-list,
.main-reviews .slick-slider .slick-track {
  margin-left: -2px;
  padding-left: 2px;
  z-index: 3
}

.main-reviews .thumb-wrap {
  margin-right: 30px;
  margin-top: 45px
}

.main-reviews .slick-next,
.main-reviews .slick-prev {
  top: auto;
  bottom: -60px;
  width: 50px;
  height: 50px;
  z-index: 4;
  transition: all .3s;
  background-color: #fff;
}

.main-reviews .slick-next:hover,
.main-reviews .slick-prev:hover {
  background: #262626
}

.main-reviews .slick-next {
  left: unset;
  right: 10px;
}

.main-reviews .slick-prev {
  left: unset;
  right: 60px;
}

.main-reviews p {
  margin-bottom: 68px
}

.wrap_rews .video-container .slick-slide.slick-current > div {
  position: absolute;
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover {
  z-index: 5;
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover .text-wrapper p {
  max-height: 400px
}

.wrap_rews .video-container .slick-slide.slick-current .item:hover .show-more::before {
  transform: rotate(-90deg);
  transition: all .2s ease;
  right: -28px;
  top: 6px;
  transition: all .2s ease;
}

z
.main-reviews .sub-title {
  position: relative
}

.main-reviews .reviews-date {
  font-size: 16px;
  color: #979797
}

.main-reviews .reviews-link {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.main-reviews .sub-title:before {
  position: absolute;
  content: '';
  width: 111px;
  left: 0;
  right: -188px;
  margin: auto;
  bottom: -108px;
  height: 157px;
  background: url(../img/reviews/commas.svg) center center no-repeat
}

@media only screen and (max-width: 1169px) {
  .wrap_rews .video-container {
    flex-direction: column
  }

  .wrap_rews .video-container .slider-reviews-block {
    flex-direction: column;
    margin-top: 30px
  }

  .wrap_rews .video-container .slider-reviews-block .slick-dots {
    margin-top: 30px
  }

  .main-reviews .slick-next {
    left: auto;
    right: 60px
  }

  .wrap_rews .video-container .slick-slide .item:before {
    content: none
  }

  .main-reviews .slick-slider .slick-list,
  .main-reviews .slick-slider .slick-track {
    /*margin: 0 !important;*/
    padding: 0 !important;
  }

  .slider-reviews-block .item {
    box-shadow: none;
    max-width: none
  }

  .main-reviews .hiden-wrap .text-wrapper p {
    overflow: visible;
    max-height: none
  }

  .wrap_rews .video-container .slick-slide.slick-current .item {
    position: relative
  }

  .main-reviews .thumb-wrap {
    margin-right: 0
  }

  .wrap_rews .video-container .slick-slide.slick-current .item {
    left: 0
  }

  .main-reviews .slick-next,
  .main-reviews .slick-prev {
    bottom: -9px
  }

  .wrap_rews .video-container .slick-slide.slick-current > div {
    position: unset;
  }
}

@media only screen and (max-width: 769px) {
  .main-reviews .hiden-wrap .text-wrapper p {
    display: block
  }

  .main-reviews .thumb-wrap {
    margin-top: 0
  }

  .main-reviews .thumb-wrap iframe {
    width: 100%;
    /*height: 300px*/
  }

  .main-reviews .slick-next {
    right: 5px
  }

  .main-reviews .hiden-wrap .text-wrapper p {
    text-align: justify
  }

  .slider-reviews-block .item {
    padding: 30px 25px
  }

  .slider-reviews-block .item.video-item {
    padding: 15px;
    display: flex !important;
    justify-content: center;
  }

  .slider-reviews-block .video-item iframe {
    border: none;
    min-height: 300px;
    width: 100%
  }
}

@media screen and (min-width: 769px) {
  .slick-initialized .slick-slide {
    margin: 0 15px;
  }

  .slider-reviews-block .video-item iframe {
    border: none;
    min-height: 185px;
    width: 100%
  }

  .slider-reviews-block .item.video-item {
    padding: 15px;
  }
}

@media screen and (min-width: 1169px) {
  .slider-reviews-block .slick-track {
    right: 225px;
    left: unset;
  }

  .slick-initialized .slick-slide {
    margin: 0;
  }

  .slider-reviews-block .video-item iframe {
    border: none;
    width: 383px;
    height: 215px;
    /*margin-bottom: -7px;*/
  }

  .slider-reviews-block .item.video-item {
    padding: 30px 25px;
  }
}

.slider-reviews-block .item .show-more {
  position: absolute;
  bottom: 120px;
  font-size: 14px;
  opacity: 0.35;
  pointer-events: none;
  transition: all .2s ease;
}

.slider-reviews-block .item .show-more::before {
  content: '';
  display: block;
  background-image: url('../img/arrow-right.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  right: -20px;
  top: -1px;
  width: 30px;
  height: 22px;
}

.slider-reviews-block .slick-current .item .show-more {
  opacity: 1;
}

#online-chat-wrapper.b-callback {
  opacity: 0
}

.main-head .col-md-12 .button-wrapper span.hide-mobile {
  display: inline;
  position: static
}

@media screen and (max-width: 425px) {
  .main-head h1 span,
  .main-head h1 {
    font-size: 8vw
  }

  .main-head h1 .hidden-md {
    display: block
  }

  .main-head .col-md-12 .button-wrapper span.hide-mobile {
    display: none
  }

  .main-head .col-md-12 .button-wrapper a {
    padding: .7em 0;
    width: 85%
  }

  .main-head .row:nth-child(2) {
    width: 100%
  }

  .main-head .row:nth-child(2) .col-md-12 {
    padding: 0
  }

  .main-reviews .slider-reviews-block .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 4px;
  }

  .main-reviews .slider-reviews-block .slick-dots .slick-active {
    transform: scale(1.2);
  }
}

.popup-img--glyanec {
  max-width: 975px;
  margin: 0 auto;
  position: relative
}

.popup-img--glyanec IMG {
  max-width: 100%;
  height: auto
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.inherit {
  all: inherit !important
}

.clearly {
  font-family: regular, sans-serif;
  font-weight: 400;
  text-transform: initial
}

.ex_popup.mfp-bg {
  background: #fff;
  opacity: 1
}

.exit__popup {
  text-align: center;
  font-size: 29px;
  max-width: 750px;
  margin: 0 auto;
  position: static;
  transform: none !important;
  font-family: 'roboto', 'arial', sans-serif !important
}

.mfp-zoom-in.ex_popup {
  z-index: 100000000
}

.ep__container .mfp-close {
  right: 30px;
  top: 30px;
  position: absolute;
  text-indent: -9999px;
  background: url(../img/close.svg) no-repeat scroll center center;
  width: 19px;
  height: 19px;
  opacity: 1
}

.ep__container button[type="button"] {
  text-indent: initial;
  color: #333
}

.ep__container {
  text-align: center;
  color: #333;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.ep__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 17px;
  font-family: 'roboto', 'arial', sans-serif !important
}

.ep__subtitle {
  margin-bottom: 30px
}

.ep__subtitle p span {
  font-weight: 700;
  text-decoration: underline
}

.ep__subtitle p {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'roboto', 'arial', sans-serif !important
}

.ep__instagram {
  display: flex;
  align-items: center;
  margin: 0 0 93px;
  justify-content: center;
  align-items: center
}

.ep__instagram a {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center
}

.ep__instagram a:hover:before {
  transform: scale(1.1)
}

.ep__instagram a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: url(../img/insta.svg) no-repeat center;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform-origin: center bottom;
  transition: .5s;
  margin-right: 20px;
  background-size: 50px 50px
}

.ep__instagram a span {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 20px
}

.epy__youtube a::before {
  content: '';
  display: inline-block;
  background: url(../img/youtube.svg) no-repeat center;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: -2px 20px 0 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  transform-origin: center bottom;
  transition: .5s;
  background-size: 50px 50px
}

.epy__youtube a {
  font-size: 22px;
  color: #333;
  font-family: 'roboto', 'arial', sans-serif !important
}

.epy__youtube a:hover {
  text-decoration: underline
}

.epy__youtube a:hover:before {
  transform: scale(1.1)
}

.epy__title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  font-family: 'roboto', 'arial', sans-serif !important
}

.epy__subtitle {
  margin-bottom: 12px;
  font-size: 22px;
  font-family: 'roboto', 'arial', sans-serif !important
}

@media screen and (max-width: 790px) {
  .ep__container {
    padding: 0 25px
  }

  .ep__subtitle p {
    font-size: 24px
  }

  .ep__container {
    height: auto;
    min-height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (max-width: 480px) {
  .epy__title,
  .ep__title {
    font-size: 26px
  }

  .ep__instagram a span {
    margin-left: 0;
    margin-top: 15px
  }

  .epy__youtube a:before {
    margin: 0 auto 15px
  }

  .ep__instagram a:before {
    margin: 0 0 15px
  }

  .epy__youtube a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
  }

  .ep__instagram a {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
  }

  .slider-reviews-block .video-item iframe {
    border: none;
    min-height: 180px;
    width: 100%
  }
}

.ep__container {
  background: #fff
}

.main-clients .line ul {
  display: flex;
  align-items: center;
}

.main-clients .line ul li {
  max-width: calc(100% / 5);
  flex-grow: 1;
}

.main-clients .line ul li img {
  max-width: 100%;
  height: auto;
}

.main-clients .clients-slider .item .block img {
  max-height: 75px;
  max-width: 150px;
  width: auto;
  height: auto;
}

.apteka img {
  width: 50%;
}

.ep__container {
  height: 80vh;
}

.mfp-bg.mfp-zoom-in.mfp-ready {
  background: rgba(22, 22, 23, 0.86) !important;
}

.mfp-inline-holder .mfp-content {
  width: 80%;
}

.ep__container .mfp-close {
  line-height: 1;
}

.main-feedback .h1 {
  position: relative;
  z-index: 9;
}

.main-seo .scroll-box {
  height: 200px;
  box-shadow: none !important;
  outline: none !important;
}

.main-seo h2 {
  margin-bottom: 30px
}

.main-seo h3 {
  margin-top: 20px;
  margin-bottom: 20px
}

.main-seo p {
  margin-bottom: 15px;
  font-size: 14px
}

.main-seo .list {
  padding-left: 15px
}

.main-seo .list li {
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 15px;
  background-image: url(../img/identify/check.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 15px
}

.main-seo .list li span {
  font-weight: bold;
  display: block;
}

.main-seo .jspVerticalBar {
  width: 5px
}

.jspTrack {
  background: #e8edf2
}

.jspDrag {
  background: #fd0
}

.main-seo .container {
  position: relative;
}

.main-seo .container:before {
  width: 210px;
  height: 210px;
  background: #fff;
  box-shadow: -9px -9px 0px rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  left: -55px;
  top: -20px;
  z-index: -1;
}

.error div {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: left;
  padding: 1px;
  color: #e06666;
  top: 50px;
}

.errorval .input {
  border-bottom: 2px solid #e06666 !important;
}

.errorval {
  position: relative;
}

.errorval::before {
  background: url('img/error.svg') no-repeat center;
  content: '';
  width: 30px;
  height: 30px;
  right: 20px;
  top: 10px;
  position: absolute;
  background-size: 25px;
}

.seo-text h3 {
  margin: 0 0 30px;
}

.seo-text h4 {
  margin: 0 0 20px;
  font-size: 20px;
}

.seo-text p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.seo-text li {
  list-style-type: initial;
  margin: 15px 0;
  margin-left: 35px;
}

.seo-text .container {
  max-height: 250px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding-right: 30px;
  padding-left: 0;
}

.seo-text .container::-webkit-scrollbar {
  margin-right: 10px;
  width: 8px;
  min-height: 50px;
  background: rgba(255, 221, 0, 0.1);
}

.seo-text .container::-webkit-scrollbar-thumb {
  background-color: #fd0;;
  min-height: 30px;
  max-height: 30px;
  border-radius: 6px;
}

.numeric li {
  list-style-type: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 9999s ease-in-out 0s;
}

.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(51, 51, 51, 0.8);
  background-image: none;
  border-radius: 0;
  z-index: 1261;
}

.ajax-progress-fullscreen::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #fd0;
  border-color: #fd0 transparent #fd0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.scroll-top {
  display: none;
  background-color: #fd0;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #000;
  width: fit-content;
  position: fixed;
  bottom: 120px;
  left: 50px;
  cursor: pointer;
  z-index: 7;
  transition: all 0.35s;
  transform: translate(-50%, 50%);
}


@media (min-width: 1200px) {
  .scroll-top:hover {
    border-radius: 50%;
  }
}


.static {
  position: absolute;
  bottom: auto;
  top: -60px;
}

.scroll-top::before {
  content: '';
  background: url("../img/reviews/arr-right.png") no-repeat center;
  background-size: 20px 15px;
  display: block;
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  color: #3b4047;
}

.internet-shop {
  position: relative;
  display: block;
  background: #424445;
}

.internet-shop .container {
  display: flex;
}


.internet-shop h2 {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;

}

.links {
  display: flex;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #424445;
}

.first-link a {
  display: block;
  padding: 17px 55px;
  background: #fff;
  max-width: 355px;
  font-size: 24px;
  margin-right: 20px;
  transition: opacity 0.3s;
}

.first-link a:hover {
  opacity: 0.6;
}

.second-link a {
  display: block;
  padding: 17px 43px;
  background: #fd0;
  max-width: 340px;
  font-size: 24px;
  white-space: nowrap;
}

.shine {
  --shine-color: rgba(127, 62, 62, 0.5);
  transition: all 0.3s cubic-bezier(0, 1.22, 0.67, 1.17);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0),
  0.5em 0.5em 1em 0 rgba(0, 0, 0, 0),
  0 -3px 0 0 rgba(0, 0, 0, 0.15) inset;
  position: relative;
  transform-style: preserve-3d;
  transform: scale(var(--s, 1)) rotateX(calc(((var(--y) - 50) * -1) * 0.25deg)) rotateY(calc(((var(--x) - 50)) * 0.25deg)) translateZ(var(--z, 0.1em));
  color: var(--shine-color);
}

.shine::before,
.shine::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  transform: translate(-50%, -50%);
}

.shine::after {
  width: calc(100% + 2em);
  height: calc(100% + 2em);
}

.shine::before {
  background-image: linear-gradient(
    to right bottom,
    transparent 25%,
    rgba(255, 255, 255, 0.25),
    transparent 75%
  );
  background-size: 200% 200%;
  background-position: calc(var(--x) * 1%) calc(var(--y) * 1%);
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0, 1.22, 0.67, 1.17);
  border-radius: inherit;
}

.shine span {
  position: relative;
  z-index: 1;
  display: block;
  transform: translateZ(0em);
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  color: rgba(0, 0, 0, 0.4);
}

.shine span::before {
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate(-1px, -1px) translateZ(0em);
  color: #3b4047;
  content: attr(data-title);
}

.shine:hover {
  --s: 1.05;
  --z: 1em;
  box-shadow: 0.5em 0.5em 1em 0 rgba(0, 0, 0, 0.1),
  0 -3px 0 0 rgba(0, 0, 0, 0.15) inset;
}

.shine:hover span::before {
  transform: translate(-1px, -1px) translateZ(1em);
}

.right-wrapper::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 800px;
  height: 556px;
  background-image: url(../img/internet-shop/develop.png);
  position: absolute;
  bottom: -55px;
  right: 30%;
  margin-right: -580px;
}

.main-site {
  background: #424445;
  display: block;
  padding: 30px 0;
}


.main-site span {
  color: #fd0;
}

.main-site p {
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
  width: 346px;
}

.main-site .main-text p {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 15px;
  width: unset;
}

.main-site .container {
  display: flex;
}

.wrapper-right {
  font-size: 14px;
  display: flex;
  margin-left: 92px;
}

.wrapper-right p {
  width: 195px;
}

.wrapper-right img {
  height: 25px;
  margin-bottom: 7px;
}

.starlink {
  margin-right: 20px;
}

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

.rating-img {
  margin-right: 40px;
}

.rating p {
  margin-bottom: 0;
  line-height: 1.5;
  color: #424445;
}

.our-reviews h2 {
  max-width: 835px;
}

.number {
  font-weight: 600;
  font-size: 48px;
}

.number-second {
  font-weight: 400;
  font-size: 20px;
  margin-top: 14px;
}

.star {
  text-align: center;
}

.main-review {
  position: relative;
  padding-bottom: 50px;
}

.main-review .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.main-review .row:last-child {
  margin-top: 30px;
  margin-left: -35px;
}

.main-review .swiper {
  overflow: visible;
  position: relative;
}

.main-review:after {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 300px;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #fff 50%);
  z-index: 1;
}

.main-review .swiper-button-next,
.main-review .swiper-button-prev {
  top: 82px !important;
}

.main-review .swiper-button-next {
  right: 19px;
}

.main-review .swiper-button-prev {
  right: 97px !important;
}

.main-review .swiper-button-next.swiper-button-disabled,
.main-review .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.main-review .swiper-button-next.swiper-button-disabled:after,
.main-review .swiper-button-prev.swiper-button-disabled:after {
  background-color: #fff;
}

.main-review .swiper-button-prev:after {
  content: url(../img/reviews/arr-left.png);
  background-color: #fedd03;
  padding: 8px 18px 16px;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.10));
}

.main-review .swiper-button-next:after {
  content: url(../img/reviews/arr-right.png);
  background-color: #fedd03;
  padding: 8px 18px 16px;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.10));
}

.swiper-wrapper {
  max-width: 385px;
}

/*.swiper-button-wrapper{*/
/*  display: flex;*/
/*  position: absolute;*/
/*  bottom: 30px;*/
/*  right: 0;*/
/*}*/


/*.swiper-button {*/
/*  position: static;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*}*/


/*.swiper-button-next{*/
/*   margin-left: 40px;*/

/*   background-image: url('img/icons/big-right-arrow.svg');*/
/*   background-repeat:no-repeat;*/
/*   background-size: cover;*/
/* }*/
/*.swiper-button-next{*/
/*  */
/*  transform: rotate(180deg);*/
/*  margin-left: 8px;*/
/*  */
/* }*/
.swiper-button-prev, .swiper-button-next {
  color: unset !important;
  top: 93% !important;
}

.swiper-button-prev {
  left: unset !important;
  right: 54px !important;
}


@media screen and (max-width: 1200px) {
  .main-head .col-md-12 .button-wrapper a {
    height: auto;
  }

  .main-site .main-text p {
    font-size: 29px;
  }

  .our-reviews h2 {
    font-size: 42px;
  }
}


@media screen and (max-width: 1080px) {
  .links {
    font-size: 16px;
  }

  .first-link a {
    padding: 16px 54px;
    margin-right: 30px;
  }

  .second-link a {
    padding: 16px 38px;
    max-width: 343px;
  }

  .main-site .main-text p {
    font-size: 24px;
  }

  .main-site p {
    font-size: 16px;
  }
}

.right-wrapper img {
  display: none;
}

@media screen and (max-width: 991px) {
  .main_h .logo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
  }

  .main-who h2 {
    text-align: center;
  }

  .internet-shop {
    padding-bottom: 0;
  }

  .internet-shop .container .right-wrapper::after {
    display: none;
  }

  .internet-shop h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .main-mobile-app {
    padding-bottom: 40px;
  }

  .links {
    flex-direction: column;
    align-items: center;
  }

  .first-link a {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .right-wrapper {
    display: flex;
    justify-content: center;

  }

  .right-wrapper::after {
    content: unset;
  }

  .right-wrapper img {
    display: block;
    width: 331px;
    margin-bottom: -25px;
  }

  .internet-shop .container {
    display: block;
  }

  .main-site {
    text-align: center;
  }

  .main-site .container {
    display: flex;
    flex-direction: column;
  }

  .wrapper-right {
    font-size: 14px;
    display: flex;
    margin-left: 0;
    justify-content: center;
  }

  .main-site .main-text p {
    margin-bottom: 40px;
    width: unset;
  }

  .main-site p {
    width: unset;
  }

  .starlink, .solar {
    max-width: 260px;
  }

  .wrapper-left {
    margin-bottom: 40px;
  }

  .main-review {
    padding-bottom: 40px;
  }

  .main-review:after {
    display: none;
  }

  .main-review .container {
    flex-direction: column;
    position: relative;
  }

  .main-review .row:last-child {
    margin-top: 40px;
  }

  .main-review .swiper {
    overflow: hidden;
  }

  .main-review .swiper-button-next,
  .main-review .swiper-button-prev {
    top: 60px !important;
  }

  .main-review .swiper-button-next {
    right: 30px;
  }

  .main-review .swiper-button-prev {
    right: 95px !important;
  }

  .main-review .swiper-button-prev:after {
    padding: 0px 13px 9px;
  }

  .main-review .swiper-button-next:after {
    padding: 0px 13px 9px;
  }

  .main-review .our-reviews h2 {
    max-width: unset;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .rating-img {
    margin-right: 0;
  }

  .star {
    text-align: center;
  }

  .main-review .container {
    align-items: center;
  }

  .rating {
    flex-direction: column;
  }

}

/*Animations*/

[data-reveal="content"] {
  display: inline-block;
  position: relative;
}

[data-reveal="cover"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1;
}

[data-reveal="text"] {
  opacity: 0;
}

@keyframes reveal-cover {
  0% { width: 0;left: 0; }
  44% { width: 100%;left: 0; }
  54% { width: 100%;left: 0; }
  100% { width: 0;left: 100%; }
}

@keyframes reveal-text {
  0% { opacity: 0; }
  44% { opacity: 0; }
  54% { opacity: 1; }
}

[data-js="reveal"].loaded [data-reveal="cover"] {
  animation: reveal-cover 1.5s ease-in-out;
}

[data-js="reveal"].loaded [data-reveal="text"] {
  opacity: 1;
  animation: reveal-text 1.5s ease-in-out;
}


