html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  font-size: 15px;
  line-height: 24px;
}

* {
  -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 {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Scada', sans-serif;
  color: #212121;
  background-color: #fff;
}

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

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

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

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

img {
  vertical-align: middle;
  border: 0;
}

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

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

i {
  font-style: italic;
}

p,
pre {
  margin: 24px 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  overflow: auto;
}

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

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

h1 {
  font-size: 30px;
  line-height: 48px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h2 {
  font-size: 23px;
  line-height: 48px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h5 {
  font-size: 12px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h6 {
  font-size: 10px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Scada", sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container_fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container_fluid:before, .container_fluid:after {
  content: " ";
  display: table;
}
.container_fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col_xs_1, .col_sm_1, .col_md_1, .col_lg_1, .col_xs_2, .col_sm_2, .col_md_2, .col_lg_2, .col_xs_3, .col_sm_3, .col_md_3, .col_lg_3, .col_xs_4, .col_sm_4, .col_md_4, .col_lg_4, .col_xs_5, .col_sm_5, .col_md_5, .col_lg_5, .col_xs_6, .col_sm_6, .col_md_6, .col_lg_6, .col_xs_7, .col_sm_7, .col_md_7, .col_lg_7, .col_xs_8, .col_sm_8, .col_md_8, .col_lg_8, .col_xs_9, .col_sm_9, .col_md_9, .col_lg_9, .col_xs_10, .col_sm_10, .col_md_10, .col_lg_10, .col_xs_11, .col_sm_11, .col_md_11, .col_lg_11, .col_xs_12, .col_sm_12, .col_md_12, .col_lg_12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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_1 {
  width: 8.33333%;
}

.col_xs_2 {
  width: 16.66667%;
}

.col_xs_3 {
  width: 25%;
}

.col_xs_4 {
  width: 33.33333%;
}

.col_xs_5 {
  width: 41.66667%;
}

.col_xs_6 {
  width: 50%;
}

.col_xs_7 {
  width: 58.33333%;
}

.col_xs_8 {
  width: 66.66667%;
}

.col_xs_9 {
  width: 75%;
}

.col_xs_10 {
  width: 83.33333%;
}

.col_xs_11 {
  width: 91.66667%;
}

.col_xs_12 {
  width: 100%;
}

.col_xs_pull_0 {
  right: auto;
}

.col_xs_pull_1 {
  right: 8.33333%;
}

.col_xs_pull_2 {
  right: 16.66667%;
}

.col_xs_pull_3 {
  right: 25%;
}

.col_xs_pull_4 {
  right: 33.33333%;
}

.col_xs_pull_5 {
  right: 41.66667%;
}

.col_xs_pull_6 {
  right: 50%;
}

.col_xs_pull_7 {
  right: 58.33333%;
}

.col_xs_pull_8 {
  right: 66.66667%;
}

.col_xs_pull_9 {
  right: 75%;
}

.col_xs_pull_10 {
  right: 83.33333%;
}

.col_xs_pull_11 {
  right: 91.66667%;
}

.col_xs_pull_12 {
  right: 100%;
}

.col_xs_push_0 {
  left: auto;
}

.col_xs_push_1 {
  left: 8.33333%;
}

.col_xs_push_2 {
  left: 16.66667%;
}

.col_xs_push_3 {
  left: 25%;
}

.col_xs_push_4 {
  left: 33.33333%;
}

.col_xs_push_5 {
  left: 41.66667%;
}

.col_xs_push_6 {
  left: 50%;
}

.col_xs_push_7 {
  left: 58.33333%;
}

.col_xs_push_8 {
  left: 66.66667%;
}

.col_xs_push_9 {
  left: 75%;
}

.col_xs_push_10 {
  left: 83.33333%;
}

.col_xs_push_11 {
  left: 91.66667%;
}

.col_xs_push_12 {
  left: 100%;
}

.col_xs_offset_0 {
  margin-left: 0%;
}

.col_xs_offset_1 {
  margin-left: 8.33333%;
}

.col_xs_offset_2 {
  margin-left: 16.66667%;
}

.col_xs_offset_3 {
  margin-left: 25%;
}

.col_xs_offset_4 {
  margin-left: 33.33333%;
}

.col_xs_offset_5 {
  margin-left: 41.66667%;
}

.col_xs_offset_6 {
  margin-left: 50%;
}

.col_xs_offset_7 {
  margin-left: 58.33333%;
}

.col_xs_offset_8 {
  margin-left: 66.66667%;
}

.col_xs_offset_9 {
  margin-left: 75%;
}

.col_xs_offset_10 {
  margin-left: 83.33333%;
}

.col_xs_offset_11 {
  margin-left: 91.66667%;
}

.col_xs_offset_12 {
  margin-left: 100%;
}

@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_1 {
    width: 8.33333%;
  }

  .col_sm_2 {
    width: 16.66667%;
  }

  .col_sm_3 {
    width: 25%;
  }

  .col_sm_4 {
    width: 33.33333%;
  }

  .col_sm_5 {
    width: 41.66667%;
  }

  .col_sm_6 {
    width: 50%;
  }

  .col_sm_7 {
    width: 58.33333%;
  }

  .col_sm_8 {
    width: 66.66667%;
  }

  .col_sm_9 {
    width: 75%;
  }

  .col_sm_10 {
    width: 83.33333%;
  }

  .col_sm_11 {
    width: 91.66667%;
  }

  .col_sm_12 {
    width: 100%;
  }

  .col_sm_pull_0 {
    right: auto;
  }

  .col_sm_pull_1 {
    right: 8.33333%;
  }

  .col_sm_pull_2 {
    right: 16.66667%;
  }

  .col_sm_pull_3 {
    right: 25%;
  }

  .col_sm_pull_4 {
    right: 33.33333%;
  }

  .col_sm_pull_5 {
    right: 41.66667%;
  }

  .col_sm_pull_6 {
    right: 50%;
  }

  .col_sm_pull_7 {
    right: 58.33333%;
  }

  .col_sm_pull_8 {
    right: 66.66667%;
  }

  .col_sm_pull_9 {
    right: 75%;
  }

  .col_sm_pull_10 {
    right: 83.33333%;
  }

  .col_sm_pull_11 {
    right: 91.66667%;
  }

  .col_sm_pull_12 {
    right: 100%;
  }

  .col_sm_push_0 {
    left: auto;
  }

  .col_sm_push_1 {
    left: 8.33333%;
  }

  .col_sm_push_2 {
    left: 16.66667%;
  }

  .col_sm_push_3 {
    left: 25%;
  }

  .col_sm_push_4 {
    left: 33.33333%;
  }

  .col_sm_push_5 {
    left: 41.66667%;
  }

  .col_sm_push_6 {
    left: 50%;
  }

  .col_sm_push_7 {
    left: 58.33333%;
  }

  .col_sm_push_8 {
    left: 66.66667%;
  }

  .col_sm_push_9 {
    left: 75%;
  }

  .col_sm_push_10 {
    left: 83.33333%;
  }

  .col_sm_push_11 {
    left: 91.66667%;
  }

  .col_sm_push_12 {
    left: 100%;
  }

  .col_sm_offset_0 {
    margin-left: 0%;
  }

  .col_sm_offset_1 {
    margin-left: 8.33333%;
  }

  .col_sm_offset_2 {
    margin-left: 16.66667%;
  }

  .col_sm_offset_3 {
    margin-left: 25%;
  }

  .col_sm_offset_4 {
    margin-left: 33.33333%;
  }

  .col_sm_offset_5 {
    margin-left: 41.66667%;
  }

  .col_sm_offset_6 {
    margin-left: 50%;
  }

  .col_sm_offset_7 {
    margin-left: 58.33333%;
  }

  .col_sm_offset_8 {
    margin-left: 66.66667%;
  }

  .col_sm_offset_9 {
    margin-left: 75%;
  }

  .col_sm_offset_10 {
    margin-left: 83.33333%;
  }

  .col_sm_offset_11 {
    margin-left: 91.66667%;
  }

  .col_sm_offset_12 {
    margin-left: 100%;
  }
}
@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_1 {
    width: 8.33333%;
  }

  .col_md_2 {
    width: 16.66667%;
  }

  .col_md_3 {
    width: 25%;
  }

  .col_md_4 {
    width: 33.33333%;
  }

  .col_md_5 {
    width: 41.66667%;
  }

  .col_md_6 {
    width: 50%;
  }

  .col_md_7 {
    width: 58.33333%;
  }

  .col_md_8 {
    width: 66.66667%;
  }

  .col_md_9 {
    width: 75%;
  }

  .col_md_10 {
    width: 83.33333%;
  }

  .col_md_11 {
    width: 91.66667%;
  }

  .col_md_12 {
    width: 100%;
  }

  .col_md_pull_0 {
    right: auto;
  }

  .col_md_pull_1 {
    right: 8.33333%;
  }

  .col_md_pull_2 {
    right: 16.66667%;
  }

  .col_md_pull_3 {
    right: 25%;
  }

  .col_md_pull_4 {
    right: 33.33333%;
  }

  .col_md_pull_5 {
    right: 41.66667%;
  }

  .col_md_pull_6 {
    right: 50%;
  }

  .col_md_pull_7 {
    right: 58.33333%;
  }

  .col_md_pull_8 {
    right: 66.66667%;
  }

  .col_md_pull_9 {
    right: 75%;
  }

  .col_md_pull_10 {
    right: 83.33333%;
  }

  .col_md_pull_11 {
    right: 91.66667%;
  }

  .col_md_pull_12 {
    right: 100%;
  }

  .col_md_push_0 {
    left: auto;
  }

  .col_md_push_1 {
    left: 8.33333%;
  }

  .col_md_push_2 {
    left: 16.66667%;
  }

  .col_md_push_3 {
    left: 25%;
  }

  .col_md_push_4 {
    left: 33.33333%;
  }

  .col_md_push_5 {
    left: 41.66667%;
  }

  .col_md_push_6 {
    left: 50%;
  }

  .col_md_push_7 {
    left: 58.33333%;
  }

  .col_md_push_8 {
    left: 66.66667%;
  }

  .col_md_push_9 {
    left: 75%;
  }

  .col_md_push_10 {
    left: 83.33333%;
  }

  .col_md_push_11 {
    left: 91.66667%;
  }

  .col_md_push_12 {
    left: 100%;
  }

  .col_md_offset_0 {
    margin-left: 0%;
  }

  .col_md_offset_1 {
    margin-left: 8.33333%;
  }

  .col_md_offset_2 {
    margin-left: 16.66667%;
  }

  .col_md_offset_3 {
    margin-left: 25%;
  }

  .col_md_offset_4 {
    margin-left: 33.33333%;
  }

  .col_md_offset_5 {
    margin-left: 41.66667%;
  }

  .col_md_offset_6 {
    margin-left: 50%;
  }

  .col_md_offset_7 {
    margin-left: 58.33333%;
  }

  .col_md_offset_8 {
    margin-left: 66.66667%;
  }

  .col_md_offset_9 {
    margin-left: 75%;
  }

  .col_md_offset_10 {
    margin-left: 83.33333%;
  }

  .col_md_offset_11 {
    margin-left: 91.66667%;
  }

  .col_md_offset_12 {
    margin-left: 100%;
  }
}
@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_1 {
    width: 8.33333%;
  }

  .col_lg_2 {
    width: 16.66667%;
  }

  .col_lg_3 {
    width: 25%;
  }

  .col_lg_4 {
    width: 33.33333%;
  }

  .col_lg_5 {
    width: 41.66667%;
  }

  .col_lg_6 {
    width: 50%;
  }

  .col_lg_7 {
    width: 58.33333%;
  }

  .col_lg_8 {
    width: 66.66667%;
  }

  .col_lg_9 {
    width: 75%;
  }

  .col_lg_10 {
    width: 83.33333%;
  }

  .col_lg_11 {
    width: 91.66667%;
  }

  .col_lg_12 {
    width: 100%;
  }

  .col_lg_pull_0 {
    right: auto;
  }

  .col_lg_pull_1 {
    right: 8.33333%;
  }

  .col_lg_pull_2 {
    right: 16.66667%;
  }

  .col_lg_pull_3 {
    right: 25%;
  }

  .col_lg_pull_4 {
    right: 33.33333%;
  }

  .col_lg_pull_5 {
    right: 41.66667%;
  }

  .col_lg_pull_6 {
    right: 50%;
  }

  .col_lg_pull_7 {
    right: 58.33333%;
  }

  .col_lg_pull_8 {
    right: 66.66667%;
  }

  .col_lg_pull_9 {
    right: 75%;
  }

  .col_lg_pull_10 {
    right: 83.33333%;
  }

  .col_lg_pull_11 {
    right: 91.66667%;
  }

  .col_lg_pull_12 {
    right: 100%;
  }

  .col_lg_push_0 {
    left: auto;
  }

  .col_lg_push_1 {
    left: 8.33333%;
  }

  .col_lg_push_2 {
    left: 16.66667%;
  }

  .col_lg_push_3 {
    left: 25%;
  }

  .col_lg_push_4 {
    left: 33.33333%;
  }

  .col_lg_push_5 {
    left: 41.66667%;
  }

  .col_lg_push_6 {
    left: 50%;
  }

  .col_lg_push_7 {
    left: 58.33333%;
  }

  .col_lg_push_8 {
    left: 66.66667%;
  }

  .col_lg_push_9 {
    left: 75%;
  }

  .col_lg_push_10 {
    left: 83.33333%;
  }

  .col_lg_push_11 {
    left: 91.66667%;
  }

  .col_lg_push_12 {
    left: 100%;
  }

  .col_lg_offset_0 {
    margin-left: 0%;
  }

  .col_lg_offset_1 {
    margin-left: 8.33333%;
  }

  .col_lg_offset_2 {
    margin-left: 16.66667%;
  }

  .col_lg_offset_3 {
    margin-left: 25%;
  }

  .col_lg_offset_4 {
    margin-left: 33.33333%;
  }

  .col_lg_offset_5 {
    margin-left: 41.66667%;
  }

  .col_lg_offset_6 {
    margin-left: 50%;
  }

  .col_lg_offset_7 {
    margin-left: 58.33333%;
  }

  .col_lg_offset_8 {
    margin-left: 66.66667%;
  }

  .col_lg_offset_9 {
    margin-left: 75%;
  }

  .col_lg_offset_10 {
    margin-left: 83.33333%;
  }

  .col_lg_offset_11 {
    margin-left: 91.66667%;
  }

  .col_lg_offset_12 {
    margin-left: 100%;
  }
}
.section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 60px;
}
.section_bg {
  position: relative;
}
.section_bg:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}
.section__name {
  text-align: center;
}
.section__name_bg {
  position: relative;
  z-index: 2;
}
.section__container {
  padding-top: 24px;
}
.section__container_bg {
  position: relative;
  z-index: 2;
}

.section_bg:before {
  opacity: 0.6;
}
.section__name {
  text-transform: uppercase;
}
.section__name h2 {
  font-size: 33px;
}
.section__name_inv {
  color: #fff;
}
.section__name_bg {
  color: #fff;
}

.container {
  position: relative;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.button {
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.button_large {
  padding-bottom: 18px;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.button {
  font-size: 15px;
  font-family: "Scada", sans-serif;
  color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.button:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.button_large {
  font-size: 17.55px;
}

.easy-header__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.easy-header__body {
  position: relative;
  display: flex;
  gap: 7%;
  align-items: center;
  justify-content: center;
  padding: 36px 10px;
}
.easy-header__contact-us {
  flex: 1 0 auto;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.easy-header__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.easy-header__social {
  display: flex;
  gap: 8px;
}
.easy-header__social.from-tablet {
  display: none!important;
}
.easy-header__social-link {
  display: block;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s;
}
.easy-header__social-link::hover,
.easy-header__social-link:focus {
  opacity: 0.8;
}
.easy-header__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.easy-header {
  background-color: white;
}
.easy-header.fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.easy-header__logo {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 48px;
  width: 105px;
  height: 69px;
  text-transform: uppercase;
}
.easy-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.easy-header__body .navbar-toggle {
	display: none;
}
@media screen and (max-width: 1199px) {
  .easy-header__body {
    gap: 4%;
    padding: 26px 10px;
  }
}
@media screen and (max-width: 991px) {
  .easy-header__body {
    justify-content: space-between;
    padding: 9px 40px;
  }
  .easy-header__contact-us {
    display: none;
  }
  .easy-header__social.from-tablet {
    display: flex!important;
    gap: 16px;
    margin-left: auto;
  }
  .easy-header__social.from-tablet .easy-header__social-link {
    width: 28px;
    height: 28px;
  }
  .easy-header__logo {
    width: 57px;
    height: 37px;
	}
  .easy-header__body .navbar-toggle {
		display: block;
	}
}

.easy-header__logo .phone {
	display: none;
	max-width: 130px;
  border: 0;
  padding: 0 6px;
  line-height: 18px;
}
/* @media (max-width: 991px) {
	.easy-header__logo .phone {
		display: block;
	}
} */

.easy-header__phones a {
  font-weight: 700;
  font-size: 15px;
  line-height: normal;
  color: inherit;
  font-family: inherit;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar__header:before, .navbar__header:after {
  content: " ";
  display: table;
}
.navbar__header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar__header {
    float: left;
  }
}
.navbar__collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar__collapse:before, .navbar__collapse:after {
  content: " ";
  display: table;
}
.navbar__collapse:after {
  clear: both;
}
.navbar__collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar__collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar__collapse.in {
    overflow-y: visible;
  }
}
.navbar__nav {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 30px;
}
.navbar__nav > li {
  display: block;
}
.navbar__nav > li > a {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}
@media (min-width: 992px) {
  .navbar__nav {
    margin: 0;
    padding: 0px;
  }
  .navbar__nav > li {
    display: inline-block;
  }
  .navbar__nav > li > a {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-toggle {
  position: relative;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  width: 25px;
  height: 17px;
  z-index: 55;
}
.navbar-toggle__icon-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1976D2;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
}
.navbar-toggle__icon-bar.first {
  top: 0;
}
.navbar-toggle__icon-bar.second {
  top: calc(50% - 1.5px);
}
.navbar-toggle__icon-bar.third {
  bottom: 0;
}
.navbar-toggle.active .navbar-toggle__icon-bar.first {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.active .navbar-toggle__icon-bar.second {
  opacity: 0;
}
.navbar-toggle.active .navbar-toggle__icon-bar.third {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-wrapper {
  display: none!important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 7;
  position: relative;
  width: 100%;
}

.navbar__nav {
  font-size: 0px;
  letter-spacing: -1px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Scada", sans-serif;
  border-top: 1px solid #efefef;
}
.navbar__nav > li {
  letter-spacing: 0px;
  font-size: 14px;
}
.navbar__nav > li > a {
  color: #727272;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar__nav > li > a:hover {
  color: #212121;
}
@media (min-width: 992px) {
  .navbar__nav {
    text-align: center;
    border: none;
    position: relative;
    overflow: hidden;
  }
  .navbar__nav a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar__nav a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    -webkit-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    -o-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .navbar__nav a.active-item:before {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.cols-promo__item {
  text-align: center;
}
@media (max-width: 991px) {
  .cols-promo__item {
    padding-bottom: 48px;
  }
}
.cols-promo__icon {
  width: 20%;
  margin: auto;
}
.cols-promo__decr p {
  margin-top: 12px;
  margin-bottom: 0px;
}

.row_services + .row_services {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .row_services + .row_services {
    padding-top: 0px;
  }
}

.row_cols-promo + .row_cols-promo {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .row_cols-promo + .row_cols-promo {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .section_cols-promo {
    padding-bottom: 24px;
  }
}

.cols-promo__item_services {
  color: #fff;
  padding-top: 12px;
}
.cols-promo__item_services:hover .cols-promo__icon_services {
  background-color: transparent;
}
.cols-promo__icon_services {
  border: 8px solid #fff;
  border-radius: 75px;
  height: 150px;
  line-height: 170px;
  width: 150px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cols-promo__icon_services span {
  font-size: 50px;
}
.cols-promo__title_services {
  border-bottom: 3px solid #fff;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 12px;
}

.cols-promo_service {
  padding-top: 0px;
}

.gallery-isotope__filter {
  text-align: center;
  padding-bottom: 12px;
}
.gallery-isotope__filter:before, .gallery-isotope__filter:after {
  content: " ";
  display: table;
}
.gallery-isotope__filter:after {
  clear: both;
}
.gallery-isotope__filter ul li {
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: bottom;
}
.gallery-isotope__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
.gallery-isotope__item {
  width: 33.333%;
}
.gallery-isotope__item {
  width: 20%;
}
.gallery-isotope__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery-isotope__img {
  display: block;
  text-decoration: none;
}
@media (max-width: 991px) {
  .gallery-isotope__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-isotope__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-isotope__filter {
    text-align: left;
  }
  .gallery-isotope__filter ul li {
    padding-right: 0px;
  }
  .gallery-isotope__item {
    width: 100%;
  }
}

/* Ripple Out */
@-webkit-keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@-moz-keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@-ms-keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
.gallery-isotope__filter {
  font-family: "Scada", sans-serif;
  font-size: 0px;
  letter-spacing: -1px;
}
.gallery-isotope__filter li {
  margin-left: 3px;
  margin-right: 3px;
}
.gallery-isotope__filter a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  letter-spacing: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.gallery-isotope__filter_custom a {
  color: #212121;
}
.gallery-isotope__filter a:before {
  content: '';
  position: absolute;
  border: #fff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.gallery-isotope__filter_custom a:before {
  border: #303F9F solid 3px;
}
.gallery-isotope__filter a:hover, .gallery-isotope__filter a:focus {
  color: #fff;
}
.gallery-isotope__filter a.active {
  color: #fff;
}
.gallery-isotope__filter a.active:before {
  border: 3px solid #fff;
  -webkit-animation-name: ripple-out;
  animation-name: ripple-out;
}
.gallery-isotope__item {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 7px;
}
.gallery-isotope__meta {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  padding: 30px;
  text-align: center;
  white-space: nowrap;
  font-family: "Scada", sans-serif;
  font-size: 17.55px;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-isotope__meta_custom {
  white-space: unset;
}
.gallery-isotope__meta:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}
.gallery-isotope__align-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.gallery-isotope__align-center span {
  display: block;
  padding-bottom: 6px;
}
.gallery-isotope__img {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-isotope__img:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-isotope__img:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.gallery-isotope__img:hover .gallery-isotope__meta {
  opacity: 1;
}
.gallery-isotope__img img {
  position: relative;
  z-index: 4;
}

.timeline-vertical {
  padding-top: 24px;
  position: relative;
}
.timeline-vertical:before {
  content: "";
  position: absolute;
  background-color: #efefef;
  width: 6px;
  height: 100%;
  top: 0px;
  left: 50%;
  margin-left: -3px;
  display: block;
}
@media (max-width: 991px) {
  .timeline-vertical {
    padding-top: 0px;
  }
  .timeline-vertical:before {
    left: 7px;
    margin-left: 0px;
  }
}
.timeline-vertical__row {
  padding-bottom: 24px;
}
.timeline-vertical__row:before, .timeline-vertical__row:after {
  content: " ";
  display: table;
}
.timeline-vertical__row:after {
  clear: both;
}
.timeline-vertical__info {
  position: relative;
}
.timeline-vertical__info:before, .timeline-vertical__info:after {
  content: " ";
  display: table;
}
.timeline-vertical__info:after {
  clear: both;
}
.timeline-vertical__info:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 12px;
  z-index: 2;
  margin-left: -10px;
  border-radius: 10px;
  background: url("../img/circle.png") repeat scroll 0 0 transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .timeline-vertical__info:before {
    left: 0px;
    margin-left: 0px;
  }
}
.timeline-vertical__date {
  width: 50%;
  float: left;
  padding-top: 10px;
}
.timeline-vertical__date:before, .timeline-vertical__date:after {
  content: " ";
  display: table;
}
.timeline-vertical__date:after {
  clear: both;
}
.timeline-vertical__date span {
  display: block;
  float: right;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 12.45px;
  color: #fff;
}
.timeline-vertical__date_inverse {
  float: right;
}
.timeline-vertical__date_inverse span {
  float: left;
  margin-right: 0px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .timeline-vertical__date {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .timeline-vertical__date span {
    float: left;
    margin-left: 40px;
  }
}
.timeline-vertical__title {
  width: 50%;
  float: right;
  padding-left: 30px;
}
.timeline-vertical__title h3 {
  margin: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.timeline-vertical__title_inverse {
  float: left;
  padding-left: 0px;
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__title {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}
.timeline-vertical__text {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.timeline-vertical__text p {
  margin: 0px;
}
.timeline-vertical__text_inverse {
  float: left;
  padding-right: 30px;
  padding-left: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .timeline-vertical__text {
    float: none;
    padding-left: 40px;
    width: 100%;
    text-align: left;
  }
}

.tabs_faq__ul {
  margin-bottom: 20px;
  font-size: 0px;
  letter-spacing: -1px;
}
.tabs_faq__li {
  font-size: 17.55px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.tabs_faq__li a {
  display: block;
  color: #fff;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: 991px) {
  .tabs_faq__li {
    font-size: 15px;
  }
  .tabs_faq__li a {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .tabs_faq__li {
    display: block;
    margin-right: 0px;
  }
}
.tabs_faq__pane {
  display: none;
}
.tabs_faq__pane.active {
  display: block;
}
.tabs_faq__text h2 {
  font-size: 30px;
  line-height: 48px;
}
.tabs_faq__text h1, .tabs_faq__text h2, .tabs_faq__text h3, .tabs_faq__text h4, .tabs_faq__text h5, .tabs_faq__text h6 {
  margin-top: 0px;
}
.tabs_faq__text p {
  margin-top: 0px;
}
.tabs_faq__text p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tabs_faq__text a {
  text-decoration: underline;
}
.tabs_faq__text a:hover {
  text-decoration: none;
}

.tabs_faq {
  width: 940px;
  margin: auto;
}
@media (max-width: 991px) {
  .tabs_faq {
    width: auto;
  }
}
.tabs_faq__ul {
  font-family: "Scada", sans-serif;
}
.tabs_faq__li.active a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.tabs_faq__li a:hover, .tabs_faq__li a:focus {
  color: #fff;
}
.tabs_faq__content {
  background-color: #efefef;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  .tabs_faq__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.reviews-carousel {
  /* padding-left: 46px;
  padding-right: 46px; */
}
.reviews-carousel__item {
  /* padding-left: 10%;
  padding-right: 10%; */
}
.reviews-carousel__person {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.reviews-carousel__person:before, .reviews-carousel__person:after {
  content: " ";
  display: table;
}
.reviews-carousel__person:after {
  clear: both;
}
.reviews-carousel__img {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 20px;
}
.reviews-carousel__person .reviews-carousel__img {
  border: none;
}
.reviews-carousel__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.reviews-carousel__name {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-bottom: 14px;
}
.reviews-carousel__name span, .reviews-carousel__name small {
  font-family: 'Scada', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .reviews-carousel__name {
    display: block;
    text-align: center;
  }
}
.reviews-carousel .owl-prev, .reviews-carousel .owl-next {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
  color: transparent;
  background-color: #FC0;
  border: 0;
  border-radius: 100%;
  box-shadow: -4.6px 3.06667px 9.2px 0px rgba(255, 255, 255, 0.40) inset, 3.06667px -1.53333px 9.2px 0px rgba(255, 107, 0, 0.54) inset;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reviews-carousel .owl-prev:before, .reviews-carousel .owl-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.reviews-carousel .owl-prev:before {
  background-image: url('../img/prev-icon.svg');
}
.reviews-carousel .owl-prev {
  left: 46px;
}
.reviews-carousel .owl-next {
  right: 46px;
}
.reviews-carousel .owl-next:before {
  background-image: url('../img/next-icon.svg');
}

.reviews-carousel__item {
  color: #000;
}
.reviews-carousel__item p {
  text-align: center;
  font-family: Scada;
  font-size: 16px;
  font-weight: 400;
  line-height: 135.2%;
  margin: 0px;
}
.reviews-carousel__person {
  text-align: center;
}
.reviews-carousel__name {
  font-family: "Scada", sans-serif;
  font-size: 19.305px;
}

.section_reviews-carousel {
  /* background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/reviews.jpg"); */
  background-color: #fff;
  color: #000;
  padding: 61px 0 50px;
}
.section_reviews-carousel .section__name h2 {
  color: #000;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.section_reviews-carousel-container {
  width: 779px;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .section_reviews-carousel {
    padding: 50px 0 20px;
  }
  .reviews-carousel__img {
    width: 100px;
    height: 100px;
  }
  .section_reviews-carousel .section__name h2 {
    font-size: 20px;
  }
  .section_reviews-carousel .section__container {
    padding-top: 53px;
  }
  .reviews-carousel .owl-prev, .reviews-carousel .owl-next {
    width: 33px;
    height: 33px;
    top: 20%;
  }
  .reviews-carousel .owl-prev:before, .reviews-carousel .owl-next:before {
    width: 12px;
    height: 18px;
  }
  .reviews-carousel__name span, .reviews-carousel__name small {
    font-size: 16px;
  }
  .reviews-carousel__item p {
    font-size: 14px;
  }
}

.benefits {
  color: #fff;
}
.benefits__item {
  padding-top: 12px;
  padding-bottom: 24px;
}
.benefits__amount {
  display: none;
  visibility: hidden;
}
.benefits__count {
  text-align: center;
  display: block;
}
.benefits__descr {
  margin: 0;
  text-align: center;
}

.benefits {
  font-family: "Scada", sans-serif;
}
.benefits__item + .benefits__item {
  border-left: 1px solid #fff;
}
@media (max-width: 991px) {
  .benefits__item + .benefits__item {
    border: none;
  }
}
.benefits__count {
  font-size: 51px;
  font-size: 51px;
  line-height: 72px;
}
.benefits__descr {
  font-size: 17.55px;
}

.section_benefits {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/benefits.jpg");
}
@media (max-width: 991px) {
  .section_benefits {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}

.prices__container {
  border: 1px solid #B6B6B6;
}
@media (max-width: 991px) {
  .prices__container {
    margin-bottom: 36px;
  }
}
.prices__title {
  text-align: center;
  border-bottom: 1px solid #B6B6B6;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.prices__include {
  padding-bottom: 60px;
  padding-top: 36px;
}
.prices__list {
  list-style: none;
}
.prices__li {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.prices__info {
  padding-bottom: 48px;
  text-align: center;
}
.prices__price {
  font-size: 22.5px;
  display: block;
  text-align: center;
  padding-bottom: 18px;
}

.prices {
  padding-top: 24px;
}
.prices__container {
  position: relative;
  z-index: 2;
}
.prices__container_accent {
  margin-top: -24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .prices__container {
    margin-top: 0px;
    margin-bottom: 36px;
  }
}
.prices__container_left {
  margin-right: -1px;
  z-index: 1;
}
.prices__container_right {
  margin-left: -1px;
  z-index: 1;
}
@media (max-width: 991px) {
  .prices__container_left, .prices__container_right {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.prices__title h3 {
  font-size: 24.75px;
}
.prices__title_accent {
  border-bottom: medium none;
  color: #fff;
}
.prices__li {
  border-bottom: 1px solid #B6B6B6;
  margin-left: 60px;
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
}
.prices__li:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 21.06px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -35px;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 50%;
  margin-top: -10px;
  color: #388e3c;
  content: "\ea10";
}
.prices__li_none:after {
  content: "\ea0f";
  color: #d32f2f;
}
.prices__info_accent {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .prices__info {
    padding-top: 0px;
  }
}
.prices__price {
  font-family: "Roboto", sans-serif;
  font-size: 24.75px;
}

.col_prices {
  padding-left: 0px;
  padding-right: 0px;
}

.row_prices {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .section_prices {
    padding-bottom: 24px;
  }
}

.call-to-act {
  width: 940px;
  margin: auto;
}
@media (max-width: 991px) {
  .call-to-act {
    width: auto;
  }
}
.call-to-act__button {
  text-align: center;
}
.call-to-act__descr {
  text-align: center;
  padding-bottom: 36px;
}
.call-to-act__descr p {
  margin: 0px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
	.call-to-act__descr p {
		font-size: 14px;
	}
}
.call-to-act__descr {
  color: #fff;
  line-height: 36px;
  font-family: "Roboto", sans-serif;
  font-size: 22.5px;
  font-weight: lighter;
}

.button_call-to-act {
  border-radius: 40px;
  font-size: 24.75px;
}

.section_call-to-act {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/calltoaction-2.png");
}

.line-carousel__container {
  position: relative;
  margin-top: 44px;
}
.line-carousel__item {
  position: relative;
}
.line-carousel__item span {
  display: block;
}
.line-carousel__item img {
  display: block;
  width: 100%;
  height: auto;
}

.line-carousel__item span {
  margin: 0 7px;
  border: 1px solid #B6B6B6;
  background-color: #fff;
}

.line-carousel .owl-pagination {
  padding-top: 24px;
  text-align: center;
}
.line-carousel .owl-page {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.line-carousel .owl-page span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 12px;
  background-color: #fff;
}

#map {
  position: absolute;
}

.map {
  position: relative;
  width: 100%;
  max-width: 502px;
  height: 100%;
  min-height: 355px;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #f7f1d9;
}
@media (max-width: 991px) {
  .map {
    position: relative;
    height: 400px;
  }
}
.ymaps-map {
  min-width: 502px;
  min-height: 355px;
}
@media (max-width: 767px) {
	.ymaps-map {
		min-width: 320px;
	}
}
.section__container_map {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 60px;
}
@media (max-width: 991px) {
  .section__container_map {
    flex-wrap: wrap;
  }
}
.section_map {
  padding: 0px;
}

.contact-card {
  max-width: 360px;
  color: #000;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact-card {
    margin-bottom: 36px;
    max-width: none;
  }
}
.contact-card__name {
  padding-left: 30px;
  margin-bottom: 18px;
}
.contact-card__name h2 {
  margin: 0px;
}
.contact-card__container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
}
.contact-card__row {
  padding-bottom: 24px;
}
.contact-card__row_address p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}
.contact-card__row_phones a {
  text-decoration: underline;
}
.contact-card__row_phones span {
  display: block;
}
.contact-card__row_phones span + span {
  padding-top: 12px;
}
.contact-card__row_email a {
  color: #fff;
  text-decoration: none;
}
.contact-card__row_email a:hover {
  text-decoration: underline;
  color: #fff;
}
.contact-card__row_email a:focus {
  color: #fff;
}

.social-buttons {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 12px;
  padding-top: 12px;
}
.social-buttons:before, .social-buttons:after {
  content: " ";
  display: table;
}
.social-buttons:after {
  clear: both;
}
@media (max-width: 767px) {
  .social-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.social-buttons__item {
  float: left;
  width: 40px;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
}
.social-buttons__item + .social-buttons__item {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .social-buttons__item + .social-buttons__item {
    margin-left: 0px;
  }
}
.contact-card__name h2 {
  font-size: 32px;
  font-weight: 700;
}
.contact-card__container {
  font-family: "Scada", sans-serif;
}

.social-buttons__item {
  height: 70px;
}
.social-buttons__item svg {
  fill: #fff;
}

.article h1, .article h2, .article h3, .article h4 {
  margin-top: 0px;
}
.article a {
  text-decoration: underline;
}
.article a:hover {
  text-decoration: none;
}
.article p {
  margin: 0px;
  padding-bottom: 24px;
}
.article ul {
  padding-bottom: 24px;
  padding-left: 30px;
  list-style-type: disc;
}
.article ul li {
  margin-bottom: 12px;
}
.article ul li ul {
  padding-bottom: 0px;
  padding-top: 12px;
}
.article ol {
  padding-bottom: 24px;
  padding-left: 30px;
  list-style-type: decimal;
}
.article ol li {
  margin-bottom: 12px;
}
.article ol li ol {
  padding-bottom: 0px;
  padding-top: 12px;
}
.article blockquote {
  font-style: italic;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 24px;
}

.footer {
  color: #fff;
}
.footer__copyright {
  padding: 40px 0;
}
.footer__copyright p {
  margin: 0px;
}

.footer__copyright {
  font-size: 12.45px;
  font-family: "Scada", sans-serif;
}

.gallery-box__container:before, .gallery-box__container:after {
  content: " ";
  display: table;
}
.gallery-box__container:after {
  clear: both;
}
.gallery-box__item {
  width: 33.333%;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 7px;
}
.gallery-box__item img {
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery-box__meta {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
  opacity: 0;
  text-align: center;
  font-family: "Scada", sans-serif;
  font-size: 17.55px;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-box__meta:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.5em;
  vertical-align: middle;
}
.gallery-box__align-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.gallery-box__align-center_icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-box__align-center_icon span:before {
  content: "\ea0a";
  color: #fff;
  font-size: 33px;
}
.gallery-box__inner {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-box__inner:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery-box__inner:hover:before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.gallery-box__inner:hover .gallery-box__meta {
  opacity: 1;
}
.gallery-box__inner img {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .gallery-box__item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .gallery-box__item {
    width: 100%;
  }
}

.section_gallery-box {
  background-color: #efefef;
}

.article_gallery-box {
  background-color: #fff;
  margin-bottom: 36px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .article_gallery-box {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-info {
  color: #fff;
}
.page-info__title {
  position: relative;
}
.page-info__title h1 {
  margin: 0px;
}
.page-info__back {
  font-size: 17.55px;
  text-align: right;
  font-family: "Scada", sans-serif;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .page-info__back {
    padding-top: 36px;
    text-align: left;
  }
}
.page-info__back a {
  color: #fff;
}
.page-info__back a:before {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea40";
}

.section_page-info {
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../pic/page-top.jpg");
  padding-bottom: 48px;
  padding-top: 24px;
}

.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 15;
}
.dialog__header {
  position: relative;
  border-bottom: 3px solid #c5cae9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.dialog__header span {
  font-family: "Scada", sans-serif;
  font-size: 22.5px;
  display: block;
  text-transform: uppercase;
}
.dialog__header button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: -10px;
  top: -10px;
  color: #727272;
  font-size: 17.55px;
  outline: none;
}
.dialog__contain form > div {
  position: relative;
  margin-bottom: 24px;
}
.dialog__contain form > div label {
  font-size: 12px;
  position: absolute;
  right: 20%;
  text-transform: lowercase;
  top: -10px;
  color: #D32F2F;
}
.dialog__contain input[type="text"] {
  height: 40px;
  padding-left: 10px;
  width: 80%;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: 0px;
  outline: 0 !important;
}
.dialog__contain input[type="submit"] {
  border: none;
  border-radius: 0px;
}
.dialog__success {
  background-color: #388E3C;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 13px;
}
.dialog__error {
  background-color: #D32F2F;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 13px;
}
.dialog__error p {
  margin: 0px;
}
.dialog__captcha {
  flex-basis: 48%;
}
.dialog__captcha:before, .dialog__captcha:after {
  content: " ";
  display: table;
}
.dialog__captcha:after {
  clear: both;
}
.dialog__captcha img {
  display: block;
  margin: auto;
}
.dialog_button-container {
  padding-top: 24px;
  margin-bottom: 11px !important;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 100%;
  max-width: 500px;
  min-width: 290px;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 6;
  opacity: 0;
}
.dialog__content_loading:after {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  content: "";
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

/* Content */
.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
.modificated-to-mobile a {
  color: inherit;
}

.section_about {
  padding-bottom: 24px;
}

.owl-slider {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .owl-slider {
    padding-bottom: 48px;
  }
}
.owl-slider__container {
  position: relative;
  overflow: hidden;
}
.owl-slider__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.owl-slider .owl-buttons div {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-slider .owl-prev:before, .owl-slider .owl-next:before {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
}
.owl-slider .owl-prev {
  left: 0px;
}
.owl-slider .owl-prev:before {
  content: "\ea40";
}
.owl-slider .owl-next {
  right: 0px;
}
.owl-slider .owl-next:before {
  content: "\ea3c";
}

.promo-list {
  font-size: 0px;
  letter-spacing: -1px;
  padding-left: 15px;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .promo-list {
    padding-top: 0px;
  }
}
.promo-list__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 36px;
}
.promo-list__item:before, .promo-list__item:after {
  content: " ";
  display: table;
}
.promo-list__item:after {
  clear: both;
}
@media (max-width: 767px) {
  .promo-list__item {
    width: 100%;
  }
}
.promo-list__icon {
  height: 50px;
  width: 50px;
  border: 1px solid #efefef;
  display: block;
  float: left;
  font-size: 29px;
  line-height: 50px;
  margin-right: 15px;
  text-align: center;
}
.promo-list__text {
  margin-left: 50px;
  font-family: "Scada", sans-serif;
}
.promo-list__text p {
  margin: 0px;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #fff;
}
.loader_el {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  -o-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

.present-container {
  /* max-width: 1440px; */
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 116px 20px;
  position: relative;
  background-image: url("../pic/present-1.webp");
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
}

.present-info {
  position: relative;
  z-index: 3;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.present-info__inner {
  text-align: center;
  color: #000;
  max-width: 57%;
  margin: 0 auto;
}
.present-info__inner h1 {
  font-size: 59px;
  font-weight: 700;
  line-height: 91.9%;
  margin-bottom: 20px;
}
.present-info__inner p {
  font-family: "Scada", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 153.648%;
  margin-bottom: 40px;
}
.it-aimation__icon {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .present-container {
    padding: 60px 30px 50px;
  }
  .present-info__inner {
    max-width: 80%;
  }
  .present-info__inner h1 {
    font-size: 45px;
  }
} 
@media (max-width: 767px) {
  .present-info__inner {
    max-width: 100%;
    text-align: left;
  }
  .present-info__inner h1 {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .present-info__inner p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .present-info__inner .volume-button_lg {
    padding: 7px 17px;
    font-size: 16px;
  }
}

.button_fs-present-display {
  font-size: 22.5px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 22px;
  margin-bottom: 24px;
}
.button_fs-present-display small {
  margin-right: 5px;
}

.present-info .owl-pagination {
  text-align: center;
  padding-top: 24px;
}
.present-info .owl-pagination .owl-page {
  width: 30px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}
.present-info .owl-pagination .owl-page.active {
  opacity: 0.5;
}
.present-info .owl-item .it-aimation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.present-info .owl-item .it-aimation:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.present-info .owl-item .it-aimation:nth-child(2) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.present-info .owl-item .it-aimation:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.present-info .owl-item.active .it-aimation {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.icon-set {
  padding-top: 48px;
}
.icon-set__inner {
  margin-bottom: 24px;
}
.icon-set__icon {
  padding: 15px;
  border: 1px solid #B6B6B6;
  text-align: center;
  font-size: 25px;
}
.icon-set__id {
  margin-top: 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #efefef;
  border: 1px solid #efefef;
  text-align: center;
  font-size: 12px;
}

.section_callback {
  color: #212121;
  background-image: url(../pic/callback-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.section__container_callback {
  padding: 0;
}
.callback {
  display: flex;
  flex-wrap: wrap;
}
.callback.callback_discuss_top, .callback.callback_discuss_bottom {
  display: block;
}
.callback_discuss_top .callback__container, .callback_discuss_bottom .callback__container {
  max-width: 884px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.callback__body, .callback__image {
  position: relative;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
.callback__body {
  flex: 0 0 75%;
  max-width: 75%;
  z-index: 1;
}
.callback_discuss_top .callback__body, .callback_discuss_bottom .callback__body {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.callback_discuss_top .callback__content-wrapper, .callback_discuss_bottom .callback__content-wrapper {
  width: 64%;
}
.callback__image {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.callback_discuss_top .callback__image, .callback_discuss_bottom .callback__image {
  position: absolute;
  bottom: -40px;
  right: -150px;
  width: 382px;
  max-width: unset;
  height: 291px;
  padding: 0;
}
.callback_discuss_top .callback__image img, .callback_discuss_bottom .callback__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.callback_discuss_bottom .callback__mobile-image {
  display: none;
}
.callback__title {
  font-weight: 700;
  font-size: 45px;
  line-height: normal;
  color: #000;
  margin: 0 0 11px;
}
.callback__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
}
.callback__text {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 43px;
  max-width: 586px;
}
.callback-form {
  width: 60%;
}
.callback_discuss_top .callback-form, .callback_discuss_bottom .callback-form {
  width: 100%;
}
.callback-form__form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}
.callback_discuss_top .callback-form__form, .callback_discuss_bottom .callback-form__form {
  gap: 30px 10px;
}
.callback-form__group {
  display: flex;
  flex-direction: column;
  flex-basis: 48%;
  gap: 10px;
}
.callback-form__group .error {
  font-weight: 600;
  color: red;
}
.callback-form__form input[type="text"] {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding: 14px 25px;
  color: #7a7a7a;
  text-align: left;
  border-radius: 10px;
  border: none;
  outline: none;
  max-width: 250px;
  border: 1px solid #428CD6;
  border-radius: 40px;
  color: #428CD6;
}
.callback_discuss_top .callback-form__form input[type="text"], .callback_discuss_bottom .callback-form__form input[type="text"] {
  max-width: 100%;
}
.callback-form__form input[type="text"]::placeholder {
  color: #428CD6;
}
.callback-form__button-container {
  position: relative;
}
.callback-form__button-container img {
	position: absolute;
    left: 10px;
    transform: translateY(50%);
}
.callback-form__form input.button {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  padding: 16px 24px 16px 48px;
  border: none;
  border-radius: 40px;
  min-height: 56px;
  background-color: #FFCC00;
  color: #fff;
}
.callback_discuss_top .callback-form__form input.button, .callback_discuss_bottom .callback-form__form input.button {
  background-color: #1976D2;
  box-shadow: -3px 5px 6px 0px rgba(255, 255, 255, 0.40) inset, -2px 4px 7px 0px rgba(0, 0, 0, 0.25), 2px -4px 6px 0px rgba(0, 0, 0, 0.25) inset;
  text-shadow: -3px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 19px;
}
.callback_discuss_top .dialog__captcha img, .callback_discuss_bottom .dialog__captcha img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #428CD6;
  border-radius: 40px;
}
@media screen and (max-width: 1199px) {
	.callback-img {
		right: 0;
	}
  .callback_discuss_top .callback__image, .callback_discuss_bottom .callback__image {
    right: -20px;
  }
}
@media screen and (max-width: 991px) {
  .section_callback {
    padding-bottom: 40px;
  }
  .callback {
    gap: 20px;
  }
  .callback__body, .callback__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .callback__image {
    display: none;
    text-align: right;
  }
  .callback_discuss_top .callback__image, .callback_discuss_bottom .callback__image {
    display: block;
    text-align: unset;
    bottom: 0px;
    right: -10px;
    width: 280px;
    height: 213px;
  }
  .callback-img {
    margin-top: 0;
  }
  .callback__text {
		max-width: unset;
	}
	.callback-form {
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
  .callback_discuss_top, .callback_discuss_bottom {
    overflow-x: clip;
  }
  .section_callback {
    padding: 50px 0;
    background-position: center;
  }
  .callback__title {
    font-size: 29px;
    margin: 0 0 5px;
  }
  .callback__subtitle {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .callback__text {
    font-size: 12px;
    line-height: 105%;
    margin: 0 0 40px;
    max-width: 100%;
  }
  .callback_discuss_top .callback__content-wrapper, .callback_discuss_bottom .callback__content-wrapper {
    width: 100%;
  }
  .callback_discuss_top .callback-form__form, .callback_discuss_bottom .callback-form__form {
    flex-direction: column;
    gap: 20px;
  }
  .callback_discuss_top .callback__image {
    right: -150px;
  }
  .callback_discuss_bottom .callback__image {
    display: none;
  }
  .callback_discuss_bottom .callback__mobile-image {
    display: block;
    position: absolute;
  }
  .callback_discuss_bottom .callback__mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .callback_discuss_bottom .callback__mobile-image_1 {
    width: 203px;
    height: 211px;
    top: 30%;
    right: -10%;
  }
  .callback_discuss_bottom .callback__mobile-image_2 {
    width: 158px;
    height: 180px;
    bottom: -50%;
    left: -10%;
  }
  .callback_discuss_top .callback-form__button-container, .callback_discuss_bottom .callback-form__button-container {
    position: absolute;
    bottom: -78px;
    left: 50%;
    transform: translateX(-50%);
  }
  .callback_discuss_top .callback-form__form input[type="text"], .callback_discuss_bottom .callback-form__form input[type="text"] {
    background-color: transparent;
    padding: 10px 18px;
  }
  .callback_discuss_top .callback-form__form input.button, .callback_discuss_bottom .callback-form__form input.button {
    font-size: 16px;
    padding: 13px 14px 13px 48px;
  }
  .callback_discuss_top .callback-form__button-container img, .callback_discuss_bottom .callback-form__button-container img {
    width: 18px;
    height: 18px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:575px) {
	.callback-form {
		position: relative;
		top: 70px;
		z-index: 99;
	}
  .callback_discuss_top .callback__body, .callback_discuss_bottom .callback__body {
    padding: 0;
  }
  .callback_discuss_bottom .callback__body {
    z-index: 2;
  }
  .callback_discuss_top .callback-form, .callback_discuss_bottom .callback-form {
		top: unset;
	}
  .callback_discuss_bottom .callback__mobile-image_1 {
    right: -15%;
  }
  .callback_discuss_bottom .callback__mobile-image_2 {
    bottom: -20%;
    left: -15%;
    z-index: 1;
  }
}

/* Customization */
/** Sticky header **/
.sticky-wrapper {
	display: none;
}

/* Volume Button */
.volume-button {
  padding: 15px 17px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 2px -4px 6px 0px rgba(0, 0, 0, 0.25) inset, -3px 5px 6px 0px rgba(255, 255, 255, 0.40) inset;
  font-size: 16px;
  text-shadow: -3px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  background-color: #1976D2;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}

.volume-button_blue {
  color: #fff;
  background-color: #1976D2;
}
.volume-button_yellow {
  color: #fff;
  background-color: #fc0;
}
.volume-button:hover {
  opacity: 0.7;
}
.volume-button_lg {
  font-size: 24px;
  padding: 15px 34px;
}

/* refresh captcha */
.captcha-custom {
  position: relative;
}
.captcha-custom__refresh-link {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background-image: url('../img/rotate-solid.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .captcha-custom__refresh-link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .captcha-custom__refresh-link:active {
    opacity: 1;
  }
}
.captcha-custom__refresh-link_loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end refresh captcha */