/*
  Theme Name: Slgv_theme
  Description: Theme for simple Landing
  Author: sulagaev-agency
  Author URI: sulagaev-agency.ru
  Version: 1.0
*/
.editor img {
  margin: 15px;
}
.editor .alignnone {
  margin-left: 0;
}
.editor .alignright {
    float: right;
    margin-right: 0;
}
.editor .alignleft {
    float: left;
    margin-left: 0;
}
.editor .aligncenter {
    display: block;
    margin: 15px auto;
}
.editor table td {
    padding: 5px 10px;
    border: 1px solid #2d2d2d;
}

@media (max-width: 767px) {

  .editor .alignright,
  .editor .alignleft {
    float: none;
    display: block;
    margin:  10px auto;
  }
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-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;
  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;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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;
}
.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: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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%;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 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;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         -webkit-transform .3s ease-out;
          -o-transition:         transform .3s ease-out;
          transition:         transform .3s ease-out;
          transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,.7);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.nivo-lightbox-content,
.nivo-lightbox-overlay {
    height: 100%;
    width: 100%
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
}

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

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
    background: url(img/close.svg);
    background-size: 100% 100%;
    background-position: center center;
    opacity: 1;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-fall,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-slider {
    -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
}

.slick-list {
    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 {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

.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-initialized .slick-slide {
    display: block
}

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

.slick-arrow.slick-hidden {
    display: none
}
/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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:before,
.slick-track:after
{
    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;
}

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-o-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;-o-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-o-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;z-index:0}.tns-normal,.tns-fadeOut{opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
@font-face {
  font-family: RFDewiExtended-Bold;
  src: url(fonts/RFDewiExtended-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/RFDewiExtended-Bold.woff2) format("woff2"), url(fonts/RFDewiExtended-Bold.woff) format("woff"), url(fonts/RFDewiExtended-Bold.ttf) format("truetype");
  font-display: swap;
}
body {
  line-height: normal;
  overflow-x: hidden;
  padding-right: 0 !important;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  word-break: break-word;
}

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

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

strong {
  font-style: normal;
  font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
  margin: 0;
  font-weight: normal;
  position: relative;
  z-index: 10;
  font-family: RFDewiExtended-Bold;
  color: #000;
  line-height: 140%;
  margin-bottom: 35px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}
h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
  color: #000000;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  position: relative;
  z-index: 10;
}
h1 mark::before,
h2 mark::before,
h3 mark::before,
h4 mark::before,
h5 mark::before,
h6 mark::before {
  content: "";
  background: #FFDF6E;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3A48E7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #3A48E7;
}

button,
button:active,
button:focus {
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container {
  max-width: 1470px;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
}

.box_zag h1, .box_zag h2 {
  font-size: 42px;
  line-height: 130%;
  margin-bottom: 25px;
}
.box_zag h3 {
  font-size: 36px;
}
.box_zag h4 {
  font-size: 30px;
}
.box_zag h5 {
  font-size: 26px;
}
.box_zag .h6 {
  font-size: 20px;
}
.box_zag p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #454545;
  position: relative;
  z-index: 10;
}

.btn_main {
  background: #3A48E7;
  -webkit-box-shadow: 0px 4px 0px #2833B7, inset 0px 0px 20px #707BF1;
          box-shadow: 0px 4px 0px #2833B7, inset 0px 0px 20px #707BF1;
  border-radius: 8px;
  height: 70px;
  font-size: 18px;
  color: #fff;
  font-family: RFDewiExtended-Bold;
  border: none;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn_main:hover, .btn_main:focus {
  color: #fff;
}
.btn_main:hover {
  background: #2833b7;
}

.btn_border {
  background: #fff;
  border: 2px solid #000000;
  border-radius: 8px;
  height: 70px;
  color: #000000;
  font-size: 18px;
  font-family: RFDewiExtended-Bold;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn_border:hover {
  background: #000;
  color: #fff;
}

.btn_wh {
  background: #43D854;
  -webkit-box-shadow: 0px 4px 0px #32BD42;
          box-shadow: 0px 4px 0px #32BD42;
  border-radius: 8px;
  width: 320px;
  height: 65px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: RFDewiExtended-Bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wh:hover, .btn_wh:focus {
  color: #fff;
}
.btn_wh img {
  margin-right: 10px;
}
.btn_wh:hover {
  background: #40cf51;
}

.box_phone {
  font-size: 0;
}
.box_phone .box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 30px;
}
.box_phone .box .phone {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 2px;
}
.box_phone .box > span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #454545;
  display: block;
}
.box_phone .box:last-child {
  margin-right: 0;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.dot::before {
  content: "";
  opacity: 0.6;
  border: 1px solid #EAB90C;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: dot_puls 2s infinite linear;
          animation: dot_puls 2s infinite linear;
}
.dot::after {
  content: "";
  background: #EAB90C;
  -webkit-box-shadow: 0px 0px 4px #EAB90C;
          box-shadow: 0px 0px 4px #EAB90C;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box_soc {
  font-size: 0;
}
.box_soc span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
}
.box_soc a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.box_soc a:last-child {
  margin-right: 0;
}
.box_soc a img {
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box_soc a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.link {
  color: #3A48E7;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  z-index: 10;
  font-weight: 400;
}
.link span {
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: normal;
}
.link:hover span {
  border-color: transparent;
}
.link img {
  margin-left: 5px;
}

.box_contacts {
  margin-bottom: 80px;
}
.box_contacts .zag {
  font-size: 30px;
  line-height: 140%;
  color: #000;
  margin-bottom: 30px;
  font-family: RFDewiExtended-Bold;
}
.box_contacts .box_wh {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.box_contacts .box_wh .btn_wh {
  margin-bottom: 20px;
}
.box_contacts .box_phone {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
}
.box_contacts .box_soc {
  text-align: center;
}

.tns-outer {
  position: relative;
}

.tns-controls button {
  background-color: #FFE898;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 0;
  background-image: url(img/arrow_slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
.tns-controls button::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 2px solid #DFC771;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
}
.tns-controls button[data-controls=prev] {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  left: 0;
}
.tns-controls button[data-controls=next] {
  right: 0;
}
.tns-controls button:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.tns-controls button[disabled] {
  opacity: 0.5;
}
.tns-controls:focus {
  outline: none;
}

.box_name {
  position: absolute;
  top: 0;
  right: 0;
}
.box_name .name,
.box_name .emp {
  line-height: 130%;
  color: #000000;
  border-radius: 10px;
  position: relative;
}
.box_name .name {
  background: #F6F5F1;
  font-size: 16px;
  z-index: 2;
  display: inline-block;
  padding: 10px;
  padding-left: 35px;
}
.box_name .emp {
  background: #E9E7DE;
  font-size: 14px;
  margin-top: -4px;
  z-index: 1;
  margin-left: 36px;
  padding: 12px 10px 8px;
}
.box_name img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.main {
  padding-top: 70px;
  margin-top: 184px;
}

form {
  margin: 0 auto 17px;
  font-size: 0;
  position: relative;
  z-index: 10;
}
form .block {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
form .block label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  text-align: left;
}
form .block input {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border: 1px solid #C9CACA;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 10;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
form button[disabled] span {
  opacity: 0.5;
}
form .block .box_date > .air-datepicker {
  width: 100%;
}
.politics {
  letter-spacing: 0.02em;
  color: #333333;
  font-size: 14px;
  line-height: 140%;
  position: relative;
  z-index: 10;
}
.politics a {
  border-bottom: 1px solid;
}
.politics a:hover {
  border-color: transparent;
}

input::-webkit-input-placeholder {
  color: #A2A2A2;
}
input::-moz-placeholder {
  color: #A2A2A2;
}
input:-moz-placeholder {
  color: #A2A2A2;
}
input:-ms-input-placeholder {
  color: #A2A2A2;
}

input[name=telefon] {
  display: none;
}

@-webkit-keyframes dot_puls {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes dot_puls {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
/*tooltip*/
.tooltip {
  z-index: 999 !important;
}

.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #131314;
  padding: 10px 15px;
  text-align: left;
  border-radius: 6px;
  -webkit-box-shadow: 0 0px 20px rgba(142, 142, 142, 0.25);
          box-shadow: 0 0px 20px rgba(142, 142, 142, 0.25);
  width: 200px;
  position: relative;
  z-index: 999 !important;
}

.tooltip.bottom {
  margin-top: 2px;
  padding-top: 0;
}

.tooltip.in {
  opacity: 1;
  z-index: 999 !important;
}

.tooltip-arrow {
  display: none;
}

/*.nivo-lightbox*/
.nivo-lightbox-next {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.nivo-lightbox-prev {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nivo-lightbox-close {
  background: url(img/close_lightbox.svg) center center;
  background-size: 100% 100%;
}

/*formError*/
.formError .formErrorContent {
  background: #f4ddae !important;
  border-color: #f4ddae !important;
  color: #000 !important;
  -webkit-box-shadow: 0 0 6px #f5e2b9 !important;
          box-shadow: 0 0 6px #f5e2b9 !important;
}

.formError .formErrorArrow div {
  background: #f4ddae !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 3px #f5e2b9 !important;
          box-shadow: 0 2px 3px #f5e2b9 !important;
}

.formError .formErrorArrow .line3 {
  border-color: #f4ddae !important;
}

/*validate*/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

@media (max-width: 1440px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-bottom: 30px;
  }

  .box_zag h1, .box_zag h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .box_zag h3 {
    font-size: 32px;
  }
  .box_zag h4 {
    font-size: 28px;
  }
  .box_zag h5 {
    font-size: 24px;
  }
  .box_zag .h6 {
    font-size: 18px;
  }
  .box_zag p {
    font-size: 18px;
  }

  .btn_main {
    height: 60px;
    font-size: 16px;
    padding: 0 30px;
  }

  .btn_border {
    height: 60px;
    font-size: 16px;
    padding: 0 30px;
  }

  .btn_wh {
    width: 300px;
    height: 60px;
    font-size: 14px;
  }

  .box_phone .box {
    margin-right: 20px;
  }
  .box_phone .box .phone {
    font-size: 18px;
  }
  .box_phone .box > span {
    font-size: 12px;
  }

  .box_soc span {
    font-size: 14px;
  }
  .box_soc a {
    margin-right: 10px;
  }

  .link {
    font-size: 16px;
  }

  .box_contacts {
    margin-bottom: 60px;
  }
  .box_contacts .zag {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .box_contacts .box_wh {
    margin-right: 20px;
  }
  .box_contacts .box_wh .btn_wh {
    margin-bottom: 15px;
  }
  .box_contacts .box_phone {
    padding-top: 10px;
  }

  .tns-controls button {
    width: 80px;
    height: 80px;
  }
  .tns-controls button::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .box_name .name {
    font-size: 14px;
  }
  .box_name .emp {
    font-size: 12px;
  }

  .main {
    padding-top: 60px;
    margin-top: 155px;
  }

  form {
    margin: 0 auto 15px;
  }
  form .block label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  form .block input {
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }

  .politics {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .box_phone .box {
    margin-right: 15px;
  }

  .box_zag h1,
.box_zag h2 {
    font-size: 30px;
  }

  .box_zag h3 {
    font-size: 28px;
  }

  .box_zag h4 {
    font-size: 26px;
  }

  .box_zag p {
    font-size: 16px;
  }

  .link {
    font-size: 14px;
  }

  .btn_main {
    font-size: 14px;
    padding: 0 25px;
  }

  .btn_border {
    font-size: 14px;
    padding: 0 25px;
  }

  .box_contacts .zag {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .main {
    margin-top: 70px;
    padding-top: 50px;
  }

  .box_contacts {
    margin-bottom: 50px;
  }

  form .block label {
    letter-spacing: 0.5px;
    font-size: 12px;
  }

  form .block input {
    font-size: 14px;
  }

  .box_zag h1,
.box_zag h2 {
    font-size: 28px;
  }

  .box_zag h3 {
    font-size: 26px;
  }

  .box_zag h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 90px;
  }

  .tns-controls button {
    width: 60px;
    height: 60px;
    background-size: 25px;
  }

  .tns-controls button::before {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }

  .box_zag {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .box_zag br {
    display: none;
  }

  .box_zag h1, .box_zag h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .box_zag h3, .box_zag h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .box_zag h5, .box_zag .h6 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .box_zag p {
    font-size: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .box_name img {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .box_name .name {
    width: 220px;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin: 0 auto;
  }

  .box_name .emp {
    width: 200px;
    margin: -4px auto 0;
    font-size: 14px;
  }

  h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
    border-bottom: 6px solid #FFDF6E;
  }
  h1 mark::before, h2 mark::before, h3 mark::before, h4 mark::before, h5 mark::before, h6 mark::before {
    display: none;
  }

  .link {
    font-size: 16px;
  }

  .box_contacts {
    text-align: center;
    margin-bottom: 40px;
  }

  .box_contacts .zag {
    font-size: 18px;
  }

  .btn_wh {
    font-size: 15px;
    max-width: 300px;
    width: 100%;
  }

  .box_contacts .box_wh {
    display: block;
    margin: 0;
  }

  .box_contacts .box_wh .btn_wh {
    margin-bottom: 20px;
  }

  .box_contacts .box_phone {
    padding-top: 20px;
  }

  .box_phone .box,
.box_phone .box:last-child {
    text-align: center;
    margin: 0 10px 10px;
  }

  .btn_main,
.btn_border {
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }

  form {
    max-width: 320px;
  }

  form .block {
    margin-bottom: 20px;
  }

  form .block label {
    font-size: 14px;
  }

  form .btn_main {
    width: 100%;
  }

  .politics {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .box_zag h1, .box_zag h2 {
    font-size: 20px;
  }

  .box_zag h3, .box_zag h4 {
    font-size: 18px;
  }

  .box_zag h5, .box_zag .h6 {
    font-size: 16px;
  }

  .box_contacts .zag {
    font-size: 16px;
  }
}
/*modal*/
.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}

.popup_window {
  background-color: transparent;
  padding-right: 0 !important;
}
.popup_window .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.popup_window .modal-dialog {
  border: none;
  position: relative;
  margin-top: 100px;
  max-width: 570px;
  width: 95%;
  border-radius: 20px;
}
.popup_window .box_wrap {
  font-size: 0;
  position: relative;
  padding: 50px 30px;
}
.popup_window .box_wrap .zag {
  font-size: 30px;
  line-height: 140%;
  font-family: RFDewiExtended-Bold;
  color: #000;
  margin: 0 auto 10px;
  text-align: center;
}
.popup_window .box_wrap .descr {
  color: #454545;
  font-size: 18px;
  line-height: 140%;
  margin: 0 auto 20px;
  text-align: center;
}
.popup_window .box_wrap form {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
}
.popup_window .box_wrap form .block {
  width: 100%;
  margin-bottom: 20px;
}
.popup_window .box_wrap form .block input {
  border: 1px solid #C9CACA;
  color: #454545;
  font-size: 16px;
}
.popup_window .box_wrap form .btn_main {
  width: 100%;
  max-width: 100%;
}
.popup_window .popup_policy{
  font-size: 12px;
  margin: 0 0 1em 0;
  a{
    text-decoration: underline;
  }
}
.popup_window.thanks .box_wrap .desc {
  font-size: 18px;
}
.popup_window.thanks .box_wrap {
  padding: 0;
}
.thanks .media-left, 
.thanks .media-body {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.thanks {
  overflow: hidden;
}
.thanks .modal-content {
  padding: 70px 30px;
}
.thanks .media {
  margin-left: auto;
  max-width: 440px;
  margin-right: auto;
}
.thanks .media-left,
.thanks .media-body {
  vertical-align: middle;
}
.thanks .media-left img {
  width: 70px;
  margin: 0 auto 10px;
  display: block;
  max-width: initial;
  opacity: 0.4;
}

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  top: 18px;
  right: 18px;
}
.box-modal_close span {
  text-shadow: none;
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 300;
  line-height: normal;
}
.box-modal_close .box_close {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px dashed #000;
  width: 26px;
  height: 26px;
  position: relative;
}
.box-modal_close .box_close span {
  display: inline-block;
  background: #000;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.box-modal_close .box_close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#modal_video .modal-dialog {
  width: 75%;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 0;
}

#modal_video .modal-content {
  border: none;
  background: #fff;
  border-radius: 0;
}

#modal_video .box-modal_close .box_close {
  border-color: #fff;
}

#modal_video .box-modal_close .box_close span {
  background: #fff;
}

#modal_video .box_wrap {
  padding: 0;
  font-size: 0;
  position: relative;
  top: 50%;
  left: 50%;
  height: 615px;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
  background-image: url(img/poster.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#modal_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 1440px) {
  .popup_window .box_wrap .zag {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .popup_window .box_wrap .zag {
    font-size: 22px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .popup_window .modal-dialog {
    margin: 60px auto 50px;
    width: 90%;
    max-width: 500px;
  }
  .popup_window .box_wrap .descr {
    max-width: 400px;
    font-size: 16px;
  }

  .popup_window .box_wrap {
    padding: 50px 15px;
  }

  .box-modal_close {
    top: 12px;
    right: 15px;
  }
  .thanks .modal-content {
    padding: 50px 15px;
  }
  .popup_window.thanks .box_wrap .desc {
    font-size: 16px;
  } 
}
@media (max-width: 479px) {
  .popup_window .modal-dialog {
    width: 95%;
  }

  .popup_window .box_wrap .zag {
    font-size: 18px;
  }

  .popup_window .box_wrap .descr {
    font-size: 14px;
  }
}
/*header*/
.header {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .row_top {
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
  padding: 4px 15px 0;
}
.header .row_top .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.header .row_top .menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -2px;
}
.header .row_top .menu li {
  margin-right: 40px;
}
.header .row_top .menu li:last-child {
  margin-right: 0;
}
.header .row_top .menu li a {
  color: #000000;
  opacity: 0.9;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 9px 0;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.header .row_top .menu li a:hover {
  border-color: #EAB90C;
}
.header .row_top .menu li.current-menu-item a {
  font-weight: 500;
  border-color: #EAB90C;
}
.header .row_top .box_soc span {
  display: none;
}
.header .row_top .box_soc a img {
  height: initial;
}
.header .row_top .link {
  color: #000000;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 300;
}
.header .row_top .link img {
  margin-left: auto;
  margin-right: 5px;
}
.header .row_middle {
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
  padding: 13px 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .row_middle .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header .row_middle .inner .box_right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .row_middle .inner .box_left .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header .row_middle .inner .site_logo {
  padding-bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .row_middle .inner .site_descr {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #454545;
  position: relative;
}
.header .row_middle .inner .box_phone {
  margin-right: 50px;
}
.header .row_middle .inner .box_phone .box {
  text-align: right;
}
.header .row_middle .inner .box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .row_middle .inner .btn_main {
  height: 50px;
  max-width: 215px;
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 15px;
  padding: 0 15px;
}
.header .row_middle .inner .btn_border {
  height: 50px;
  max-width: 205px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
}
.header .row_middle > .box_phone {
  display: none;
}
.header .row_bottom {
  padding: 0 15px;
}
.header .row_bottom .menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.header .row_bottom .menu li a {
  color: #000000;
  opacity: 0.9;
  font-size: 16px;
  display: inline-block;
  padding: 16px 0 14px;
  border-bottom: 3px solid transparent;
}
.header .row_bottom .menu li a:hover {
  border-color: #EAB90C;
}
.header .row_bottom .menu li.current-menu-item a {
  font-weight: 700;
}
.header.active .row_top {
  padding: 0 15px;
}
.header.active .row_top .menu li a {
  padding: 8px 0;
}
.header.active .row_middle {
  padding: 8px 15px;
}
.header.active .row_middle .inner .site_logo {
  max-width: 185px;
}
.header.active .row_middle .inner .btn_border,
.header.active .row_middle .inner .btn_main {
  height: 45px;
  font-size: 12px;
}
.header.active .row_bottom .menu li a {
  padding: 8px 0;
  font-size: 14px;
}
.header.active .box_phone .box .phone {
  font-size: 20px;
}
.header .btn_menu {
  vertical-align: middle;
  width: 50px;
  text-align: right;
  display: none;
}
.header .btn_menu span {
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 10%;
  margin-bottom: 7px;
  display: inline-block;
}
.header .btn_menu span:nth-child(2) {
  width: 56%;
}
.header .btn_menu span:last-child {
  margin-bottom: 0;
  width: 80%;
}

.navmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 300px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.navmenu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  display: none;
}
.navmenu .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
}
.navmenu .btn_close span {
  position: absolute;
  height: 2px;
  background: #000;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.navmenu .btn_close span:last-child {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.navmenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-y: auto;
  height: 100%;
  background: #fff;
  padding: 50px 15px 40px;
  position: relative;
  z-index: 10;
}
.navmenu .box_menu {
  text-align: left;
  width: 100%;
}
.navmenu .box_menu ul {
  margin-bottom: 40px;
}
.navmenu .box_menu ul li {
  margin-bottom: 15px;
}
.navmenu .box_menu ul li a {
  font-size: 14px;
  line-height: normal;
  color: #000;
}
.navmenu .box_menu ul li.current-menu-item a {
  font-weight: 700;
}
.navmenu .box_menu ul:last-child {
  margin-bottom: 0;
}
.navmenu .box_menu ul:last-child li:last-child {
  margin-bottom: 0;
}
.navmenu .box_soc {
  padding-top: 30px;
}
.navmenu.active {
  right: 0;
}
.navmenu.active::before {
  display: block;
}
.navmenu.active .inner {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
  .header .row_top .menu li {
    margin-right: 30px;
  }
  .header .row_top .menu li a {
    font-size: 12px;
    padding: 8px 0;
  }
  .header .row_top .link {
    font-size: 12px;
  }
  .header .row_middle {
    padding: 10px 15px;
  }
  .header .row_middle .inner .site_logo {
    padding-bottom: 5px;
    max-width: 220px;
  }
  .header .row_middle .inner .site_descr {
    font-size: 12px;
  }
  .header .row_middle .inner .box_phone {
    margin-right: 40px;
  }
  .header .row_middle .inner .btn_main {
    height: 45px;
    max-width: 200px;
    font-size: 12px;
  }
  .header .row_middle .inner .btn_border {
    height: 45px;
    max-width: 185px;
    font-size: 12px;
  }
  .header .row_bottom .menu li a {
    font-size: 14px;
    padding: 14px 0 12px;
  }
  .header.active .row_top .menu li a {
    padding: 7px 0;
  }
  .header.active .row_middle {
    padding: 7px 15px;
  }
  .header.active .row_middle .inner .site_logo {
    max-width: 180px;
  }
  .header.active .row_bottom .menu li a {
    padding: 7px 0;
    font-size: 12px;
  }
  .header.active .box_phone .box .phone {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header .row_middle .inner .box_phone {
    margin-right: 15px;
  }

  .header .row_middle .inner .site_logo {
    max-width: 200px;
  }

  .header .row_bottom .menu li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header .row_top {
    display: none;
  }

  .header .row_middle {
    border: none;
  }

  .header .row_bottom {
    display: none;
  }

  .header .row_middle .inner .box_btns {
    display: none;
  }

  .header .btn_menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header .row_middle .inner {
    padding-right: 65px;
  }

  .header .row_middle .inner .box_phone {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header .row_middle .inner .site_descr {
    display: none;
  }

  .header .box_phone .box > span {
    display: none;
  }

  .header .box_phone .box .phone {
    margin: 0;
  }

  .header .row_middle,
.header.active .row_middle {
    padding: 0 15px;
  }

  .header .row_middle .inner .site_logo,
.header.active .row_middle .inner .site_logo {
    max-width: 170px;
  }

  .header .row_middle .inner {
    padding: 8px 0;
  }

  .header .row_middle .inner .box_right {
    display: none;
  }

  .header .row_middle > .box_phone {
    display: block;
  }

  .header .row_middle .box_phone {
    text-align: center;
    padding: 8px 0 6px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .row_middle .box_phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }

  .header .row_middle .box_phone .box {
    margin: 0 7px;
  }

  .header .row_middle .box_phone .phone::before {
    content: "";
    background: url(img/header/phone.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
}
@media (max-width: 369px) {
  .header .row_middle .box_phone .phone::before {
    display: none;
  }

  .header .row_middle .box_phone .box .phone {
    font-size: 16px;
  }

  .navmenu {
    width: 100%;
    right: -100%;
  }
}
/*s_main*/
.s_main .wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.s_main .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ECECEC;
  border-radius: 40px;
}
.s_main .wrap .box_left {
  width: 50%;
  padding: 46px 0 46px 50px;
}
.s_main .wrap .box_zag .h6 {
  margin-bottom: 40px;
  font-size: 20px;
  position: relative;
  z-index: 2;
  font-family: 'RFDewiExtended-Bold';
}
.s_main .wrap .box_zag p {
  display: inline-block;
  vertical-align: top;
  max-width: 49%;
  padding-right: 40px;
}
.s_main .wrap .box_zag p strong {
  font-weight: 500;
}
.s_main .wrap .box_zag p:last-of-type {
  padding-right: 0;
}
.s_main .wrap .btn_main {
  margin-bottom: 22px;
  margin-top: 40px;
}
.s_main .wrap .main_img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_main .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}
.s_main .box_container .box {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-width: 325px;
}
.s_main .box_container .box img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_main .box_container .box .inner {
  position: relative;
  z-index: 10;
  padding: 20px 20px 20px 118px;
  font-size: 15px;
  line-height: 140%;
  color: #000;
  width: 100%;
}
.s_main .box_container .box .inner a {
  border-bottom: 1px solid;
  margin-top: 10px;
  display: inline-block;
}
.s_main .box_container .box .inner a:hover {
  border-color: transparent;
}
.s_main .box_container .box.box1 {
  max-width: 364px;
}
.s_main .box_container .box.box1 .inner {
  padding-left: 90px;
}
.s_main .box_container .box.box3 {
  max-width: 287px;
  margin-right: 0;
}
.s_main .box_bottom {
  margin: 50px -15px;
}
.s_main .box_bottom .box_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s_main .box_bottom .box_slider .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}
.s_main .box_bottom .box_slider .box img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 120px;
}
.s_main .box_bottom .box_slider .box .inner {
  position: relative;
  z-index: 10;
  padding: 20px 20px 20px 150px;
}
.s_main .box_bottom .box_slider .box .inner .zag {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
.s_main .box_bottom .box_slider .box .inner .text {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.s_main .box_bottom .box_slider .box .inner a {
  font-size: 16px;
  border-bottom: 1px solid;
}
.s_main .box_bottom .box_slider .box .inner a:hover {
  border-color: transparent;
}

@media (max-width: 1440px) {
  .s_main .wrap .box_left {
    padding: 35px 0 35px 40px;
    width: 53%;
    max-width: 615px;
  }
  .s_main .wrap .box_zag .h6 {
    margin-bottom: 30px;
  }
  .s_main .wrap .box_zag p {
    padding-right: 30px;
  }
  .s_main .wrap .btn_main {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .s_main .box_container {
    padding-top: 40px;
  }
  .s_main .box_container .box {
    max-width: 305px;
  }
  .s_main .box_container .box .inner {
    padding: 15px 15px 15px 118px;
    font-size: 14px;
  }
  .s_main .box_container .box.box1 {
    max-width: 330px;
  }
  .s_main .box_container .box.box1 .inner {
    padding-left: 90px;
  }
  .s_main .box_container .box.box3 {
    max-width: 280px;
  }
  .s_main .box_bottom {
    margin: 40px -15px;
  }
  .s_main .box_bottom .box_slider .box img {
    left: 15px;
    max-width: 100px;
  }
  .s_main .box_bottom .box_slider .box .inner {
    padding: 15px 15px 15px 135px;
  }
  .s_main .box_bottom .box_slider .box .inner .zag {
    font-size: 18px;
  }
  .s_main .box_bottom .box_slider .box .inner .text {
    font-size: 14px;
  }
  .s_main .box_bottom .box_slider .box .inner a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .s_main .wrap .box_left {
    padding: 30px 0 30px 30px;
    max-width: 570px;
  }

  .s_main .wrap .box_zag p {
    padding-right: 20px;
  }

  .s_main .wrap .btn_main {
    margin-top: 20px;
  }

  .s_main .box_bottom {
    margin: 40px -7px;
  }

  .s_main .box_bottom .box_slider .box {
    margin: 0 7px 15px;
    width: calc(33.33% - 14px);
  }

  .s_main .box_bottom .box_slider .box .inner {
    padding: 15px 15px 15px 100px;
  }

  .s_main .box_bottom .box_slider .box .inner .zag {
    font-size: 16px;
  }

  .s_main .box_bottom .box_slider .box .inner .text {
    font-size: 13px;
  }

  .s_main .box_bottom .box_slider .box .inner .text br {
    display: none;
  }

  .s_main .box_bottom .box_slider .box img {
    left: 5px;
    height: 80px;
  }

  .s_main .box_container .box {
    margin-right: 20px;
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .s_main .wrap .box_zag p {
    padding: 0;
    display: block;
    max-width: 300px;
  }

  .s_main .box_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -30px;
  }

  .s_main .box_container .box {
    margin: 0 15px 30px;
  }

  .s_main .box_container .box.box3 {
    margin-right: 15px;
  }

  .s_main .box_bottom .box_slider .box {
    margin: 0 7px 15px;
    width: calc(50% - 14px);
    max-width: 366px;
  }

  .s_main .wrap .box_left {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .s_main .wrap {
    border-radius: 0;
  }

  .s_main .wrap::after {
    display: none;
  }

  .s_main .wrap .box_left {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .s_main .wrap .box_zag {
    max-width: 400px;
  }

  .s_main .wrap .box_zag .h6 {
    margin-bottom: 25px;
  }

  .s_main .wrap .btn_main {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .s_main .wrap .box_left {
    margin-bottom: -80px;
  }

  .s_main .wrap .bg_img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  .s_main .wrap .main_img {
    position: static;
    height: 400px;
    z-index: -1;
  }

  .s_main .box_container {
    margin: -80px 0 0;
    display: block;
    padding: 0;
  }

  .s_main .box_container .box {
    min-height: 100px;
  }

  .s_main .box_container .box,
.s_main .box_container .box.box1,
.s_main .box_container .box.box3 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .s_main .box_container .box.box1 .inner {
    padding-left: 90px;
  }

  .s_main .box_container .box:last-child {
    margin-bottom: 0;
  }

  .s_main .box_container .box .inner {
    font-size: 15px;
    padding-left: 90px;
  }

  .s_main .box_container .box img {
    left: -20px;
  }

  .s_main .box_container .box.box1 img {
    left: 0;
  }

  .s_main .box_bottom {
    margin: 30px auto;
  }

  .s_main .box_bottom .box_slider {
    display: block;
  }

  .s_main .box_bottom .box_slider .box {
    margin: 0 auto 20px;
    display: block;
    max-width: 375px;
    width: 100%;
  }

  .s_main .box_bottom .box_slider .box .inner .text {
    font-size: 15px;
  }
}
@media (max-width: 369px) {
  .s_main .box_container .box .inner {
    padding-right: 10px;
    font-size: 13px;
  }

  .s_main .box_bottom .box_slider .box img {
    height: 70px;
  }

  .s_main .box_bottom .box_slider .box .inner {
    padding-left: 90px;
  }

  .s_main .box_bottom .box_slider .box .inner .zag {
    font-size: 14px;
  }

  .s_main .box_bottom .box_slider .box .inner .text {
    font-size: 14px;
  }

  .s_main .wrap {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .s_main .wrap .bg_img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*s_guarant*/
.s_guarant {
  padding: 60px 0 0;
}
.s_guarant .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.s_guarant .wrap .box_left {
  width: 31.9%;
  position: relative;
  right: 68.1%;
}
.s_guarant .wrap .box_left .box_name {
  top: auto;
  bottom: 35px;
  right: 40px;
}
.s_guarant .wrap .box_right {
  width: 68.1%;
  padding-left: 30px;
  padding-bottom: 50px;
  position: relative;
  left: 31.9%;
  z-index: 10;
}
.s_guarant .wrap .box_right .box_zag {
  margin-bottom: 35px;
}
.s_guarant .wrap .box_right .box_zag h1, .s_guarant .wrap .box_right .box_zag h2 {
  line-height: 140%;
}
.s_guarant .wrap .box_right .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 55px;
}
.s_guarant .wrap .box_right .box_container .box {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.s_guarant .wrap .box_right .box_container .box .box_img {
  height: 100%;
  width: 40%;
  position: relative;
}
.s_guarant .wrap .box_right .box_container .box .box_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_guarant .wrap .box_right .box_container .box .inner {
  position: relative;
  z-index: 10;
  padding: 13px 15px 13px 0;
  width: 60%;
  text-align: left;
  font-size: 15px;
  line-height: 140%;
  color: #000;
}
.s_guarant .wrap .box_right .box_container .box .inner a {
  border-bottom: 1px solid;
  display: inline-block;
  margin-top: 10px;
}
.s_guarant .wrap .box_right .box_container .box .inner a:hover {
  border-color: transparent;
}
.s_guarant .wrap .box_right .box_container .box.box1 {
  width: calc(37% - 30px);
}
.s_guarant .wrap .box_right .box_container .box.box1 .box_img {
  width: 28%;
}
.s_guarant .wrap .box_right .box_container .box.box1 .inner {
  width: 72%;
}
.s_guarant .wrap .box_right .box_container .box.box2 {
  width: calc(32% - 30px);
}
.s_guarant .wrap .box_right .box_container .box.box3 {
  width: calc(32% - 30px);
}

@media (max-width: 1440px) {
  .s_guarant {
    padding: 50px 0 0;
  }
  .s_guarant .wrap .box_left {
    width: 28%;
    right: 72%;
  }
  .s_guarant .wrap .box_left .box_name {
    bottom: 30px;
    right: 30px;
  }
  .s_guarant .wrap .box_right {
    padding-bottom: 40px;
    width: 72%;
    left: 28%;
  }
  .s_guarant .wrap .box_right .box_zag {
    margin-bottom: 30px;
  }
  .s_guarant .wrap .box_right .box_container {
    margin-bottom: 40px;
  }
  .s_guarant .wrap .box_right .box_container .box {
    min-height: 100px;
  }
  .s_guarant .wrap .box_right .box_container .box .inner {
    padding: 10px 10px 10px 0;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .s_guarant .wrap .box_right .box_container {
    max-width: 760px;
  }

  .s_guarant .wrap .box_right .box_container .box {
    margin: 0 7px;
  }

  .s_guarant .wrap .box_right .box_container .box.box1 {
    width: calc(37% - 14px);
  }

  .s_guarant .wrap .box_right .box_container .box.box2 {
    width: calc(31% - 14px);
  }

  .s_guarant .wrap .box_right .box_container .box.box3 {
    width: calc(32% - 14px);
  }

  .s_guarant .wrap .box_right .box_container {
    margin: 0 -7px 30px;
  }

  .s_guarant .wrap .box_right .box_container .box .inner {
    font-size: 12px;
  }

  .s_guarant .wrap .box_right .box_container .box .inner a {
    margin-top: 5px;
  }

  .s_guarant .wrap .box_right .box_container .box .box_img {
    width: 30%;
  }

  .s_guarant .wrap .box_right .box_container .box .box_img img {
    left: 40%;
  }

  .s_guarant .wrap .box_right .box_container .box .inner {
    width: 70%;
  }

  .s_guarant .wrap .box_right .box_container .box.box1 .box_img {
    width: 30%;
    max-width: 100px;
  }

  .s_guarant .wrap .box_right .box_container .box.box1 .box_img img {
    left: 50%;
  }

  .s_guarant .wrap .box_right .box_container .box.box1 .inner {
    width: 70%;
  }

  .s_guarant .wrap .box_right {
    padding-left: 0;
    width: 75%;
    left: 25%;
  }

  .s_guarant .wrap .box_left {
    width: 25%;
    right: 75%;
  }
}
@media (max-width: 991px) {
  .s_guarant .wrap .box_left {
    width: 100%;
    right: auto;
    max-width: 300px;
    margin-top: 30px;
    display: none;
  }

  .s_guarant .wrap .box_right {
    padding: 0;
    width: 100%;
    left: 0;
  }

  .s_guarant .wrap {
    display: block;
  }

  .s_guarant .wrap .box_right .box_container {
    max-width: inherit;
  }

  .s_guarant .wrap .box_right .box_container .box {
    max-width: 300px;
  }

  .s_guarant .wrap .box_right .box_container .box.box1 {
    width: calc(39% - 14px);
  }

  .s_guarant .wrap .box_right .box_container .box.box2 {
    width: calc(30% - 14px);
  }

  .s_guarant .wrap .box_right .box_container .box.box3 {
    width: calc(31% - 14px);
  }

  .s_guarant .wrap .box_left .box_name {
    bottom: -48px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 220px;
  }
}
@media (max-width: 767px) {
  .s_guarant .wrap {
    text-align: center;
  }

  .s_guarant .wrap .box_right .box_zag p {
    max-width: 300px;
  }

  .s_guarant .wrap .box_right .box_container {
    display: block;
    margin: 0;
  }

  .s_guarant .wrap .box_right .box_container .box.box1,
.s_guarant .wrap .box_right .box_container .box.box2,
.s_guarant .wrap .box_right .box_container .box.box3 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px;
    min-height: 100px;
  }
  .s_guarant .wrap .box_right .box_container .box.box1 .box_img,
.s_guarant .wrap .box_right .box_container .box.box2 .box_img,
.s_guarant .wrap .box_right .box_container .box.box3 .box_img {
    width: 25%;
  }
  .s_guarant .wrap .box_right .box_container .box.box1 .box_img img,
.s_guarant .wrap .box_right .box_container .box.box2 .box_img img,
.s_guarant .wrap .box_right .box_container .box.box3 .box_img img {
    left: 50%;
  }
  .s_guarant .wrap .box_right .box_container .box.box1 .inner,
.s_guarant .wrap .box_right .box_container .box.box2 .inner,
.s_guarant .wrap .box_right .box_container .box.box3 .inner {
    width: 75%;
  }

  .s_guarant .wrap .box_right .box_container .box .inner {
    font-size: 15px;
    padding: 15px 10px 15px 15px;
  }
  .s_guarant .wrap .box_right .box_container .box .inner br {
    display: none;
  }

  .s_guarant .wrap .box_left {
    display: block;
    margin: 30px auto 70px;
  }

  .s_guarant .btn_border.visible-xs {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 369px) {
  .s_guarant .wrap .box_right .box_container .box .inner {
    font-size: 14px;
  }
}
/*s_control*/
.s_control {
  padding: 80px 0 0;
}
.s_control .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.s_control .wrap .box_left {
  width: 31.9%;
  position: relative;
  right: 68.1%;
  height: 606px;
  max-width: 430px;
  overflow: hidden;
  border-radius: 65px;
}
.s_control .wrap .box_left .box_video {
  height: 100%;
}
.s_control .wrap .box_left .box_video::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid rgba(255, 255, 255, 0.6);
  border-radius: 65px;
  z-index: 1;
}
.s_control .wrap .box_left .box_video .inner {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.s_control .wrap .box_left .box_video .inner .play {
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s_control .wrap .box_left .box_video .inner .text {
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
}
.s_control .wrap .box_left .box_video .inner .text a {
  color: #fff;
  border-bottom: 1px solid;
}
.s_control .wrap .box_left .box_video .inner .text a:hover {
  border-color:  transparent;
}
/*.s_control .wrap .box_left .box_video a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-radius: 65px;
}*/
.s_control .wrap .box_left .box_video .inner .play:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.s_control .wrap .box_left .box_video .bg_video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.s_control .wrap .box_right {
  width: 68.1%;
  padding-left: 30px;
  position: relative;
  left: 31.9%;
}
.s_control .wrap .box_container {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
          box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 140%;
  max-width: 260px;
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 9;
}
.s_control .wrap .box_container img {
  margin-bottom: 10px;
}
.s_control .wrap .box_container strong {
  font-style: italic;
}
.s_control .wrap .box_container p {
  margin-bottom: 20px;
}
.s_control .wrap .box_container p:last-child {
  margin-bottom: 0;
}
.s_control .box_zag p {
  margin-bottom: 50px;
  max-width: 50%;
}
.s_control .box_zag h2 {
  line-height: 140%;
}
.s_control .box_zag h3, .s_control .box_zag h4, .s_control .box_zag h5, .s_control .box_zag .h6 {
  max-width: 50%;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .s_control {
    padding: 60px 0 0;
  }
  .s_control .wrap .box_left {
    width: 28%;
    right: 72%;
    height: 515px;
    max-width: 365px;
  }
  .s_control .wrap .box_left .box_video .inner {
    bottom: 40px;
  }
  .s_control .wrap .box_left .box_video .inner .text {
    font-size: 18px;
  }
  .s_control .wrap .box_right {
    width: 72%;
    left: 28%;
  }
  .s_control .wrap .box_container {
    padding: 15px 20px;
    font-size: 14px;
    max-width: 230px;
  }
  .s_control .wrap .box_container p {
    margin-bottom: 15px;
  }
  .s_control .wrap .box_container img {
    max-height: 130px;
  }
  .s_control .box_zag p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .s_control .wrap .box_container {
    right: 0;
  }

  .s_control .wrap {
    max-width: 970px;
  }

  .s_control .box_zag h3 br,
.s_control .box_zag h4 br,
.s_control .box_zag h5 br,
.s_control .box_zag .h6 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .s_control {
    padding-top: 50px;
  }

  .s_control .wrap {
    display: block;
  }

  .s_control .box_zag {
    max-width: 560px;
  }
  .s_control .box_zag br {
    display: none;
  }
  .s_control .box_zag p {
    max-width: 70%;
  }
  .s_control .box_zag h3, .s_control .box_zag h4, .s_control .box_zag h5, .s_control .box_zag .h6 {
    max-width: 70%;
  }

  .s_control .wrap .box_left {
    width: 100%;
    right: auto;
    height: 280px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    display: none;
  }

  .s_control .wrap .box_left .box_video .inner {
    bottom: 30px;
  }

/*  .s_control .wrap .box_left .box_video a {
    border-radius: 30px;
  }
*/
  .s_control .wrap .box_left .box_video::after {
    border-radius: 30px;
  }

  .s_control .wrap .box_left .box_video .inner .play {
    height: 50px;
    margin-bottom: 15px;
  }

  .s_control .wrap .box_right {
    left: 0;
    width: 100%;
    padding-left: 0;
  }

  .s_control .wrap .box_left .box_video .inner .text {
    font-size: 16px;
  }

  .s_control .wrap .box_left .box_video .inner .play {
    width: 80px;
  }

  .s_control .wrap .box_container img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .s_control {
    text-align: center;
  }

  .s_control .wrap .box_right {
    max-width: 100%;
  }

  .s_control .box_zag {
    max-width: 500px;
  }

  .s_control .box_zag p {
    margin-bottom: 15px;
    max-width: 400px;
  }

  .s_control .box_zag h3, .s_control .box_zag h4, .s_control .box_zag h5, .s_control .box_zag .h6 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .s_control .wrap .box_container {
    position: static;
    margin: 30px auto 0;
  }
}
/*s_material*/
.s_material {
  padding: 80px 0 0;
}
.s_material .wrap {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_material .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #ECECEC;
  border-radius: 40px;
}
.s_material .wrap .box_left {
  width: 55%;
  padding: 46px 0 68px 50px;
}
.s_material .wrap .box_right {
  width: 45%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 68px;
}
.s_material .wrap .box_zag {
  margin-bottom: 40px;
  max-width: 680px;
}
.s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
  font-size: 42px;
}
.s_material .wrap .box_zag .h6 {
  margin-bottom: 40px;
}
.s_material .wrap .box_zag p {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  max-width: 49%;
}
.s_material .wrap .box_zag p strong {
  font-weight: 500;
}
.s_material .wrap .box_zag p:last-child {
  padding-right: 0;
  margin-right: 0;
}
.s_material .wrap .box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s_material .wrap .box_btns .btn_main {
  margin-right: 25px;
}
.s_material .wrap .box_btns .link {
  padding-right: 46px;
}
.s_material .wrap .box_btns .link span {
  display: inline;
}
.s_material .wrap .box_btns .link img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.s_material .wrap .main_img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .s_material {
    padding: 60px 0 0;
  }
  .s_material .wrap .box_left {
    padding: 35px 0 35px 40px;
  }
  .s_material .wrap .box_right {
    padding-bottom: 35px;
  }
  .s_material .wrap .box_zag {
    margin-bottom: 35px;
  }
  .s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
    font-size: 34px;
  }
  .s_material .wrap .box_zag .h6 {
    margin-bottom: 30px;
  }
  .s_material .wrap .box_zag p {
    padding-right: 30px;
  }
  .s_material .wrap .box_btns .btn_main {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .s_material .wrap .box_left {
    padding: 30px 0 30px 30px;
  }

  .s_material .wrap .box_zag {
    margin-bottom: 20px;
    max-width: 530px;
  }
  .s_material .wrap .box_zag br {
    display: none;
  }

  .s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
    font-size: 28px;
  }

  .s_material .wrap .box_zag p {
    padding-right: 20px;
  }

  .s_material .wrap .box_btns .btn_main {
    margin-right: 15px;
  }

  .s_material .wrap .box_btns .link {
    margin-right: -20px;
  }

  .s_material .wrap .main_img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media (max-width: 991px) {
  .s_material {
    padding-top: 50px;
  }

  .s_material .wrap .box_zag {
    max-width: 380px;
  }

  .s_material .wrap .box_zag p {
    padding: 0;
    display: block;
    max-width: 100%;
  }

  .s_material .wrap .box_btns {
    display: block;
    max-width: 300px;
  }

  .s_material .wrap .box_btns .btn_main {
    margin: 0;
  }

  .s_material .wrap .box_btns .link {
    margin: 25px 0 0;
    display: inline-block;
  }

  .s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
    font-size: 24px;
  }

  .s_material .wrap .main_img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  .s_material .wrap {
    display: block;
    border-radius: 0;
    text-align: center;
  }
  .s_material .wrap::after {
    display: none;
  }

  .s_material .wrap .main_img {
    display: none;
  }

  .s_material .wrap .box_left {
    padding: 0;
    width: 100%;
  }

  .s_material .wrap .box_zag {
    margin-bottom: 30px;
    max-width: 400px;
  }

  .s_material .wrap .box_btns {
    margin-left: auto;
    margin-right: auto;
  }

  .s_material .wrap .box_zag p {
    max-width: 400px;
  }

  .s_material .wrap .box_zag p:last-child {
    margin-right: auto;
  }

  .s_material .wrap .box_right {
    display: none;
  }

  .s_material .btn_border.visible-xs {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-top: 20px;
  }

  .s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
    font-size: 22px;
  }

  .s_material .wrap .box_zag .h6 {
    margin-bottom: 25px;
  }

  .s_material .wrap .box_btns .link {
    padding: 5px 46px 5px 0;
  }
}
@media (max-width: 369px) {
  .s_material .wrap .box_zag h1, .s_material .wrap .box_zag h2 {
    font-size: 20px;
  }
}
/*s_service*/
.s_service {
  background: #F6F6F6;
  padding: 80px 0 0;
}
.s_service .wrap {
  font-size: 0;
}
.s_service .wrap > .box_zag {
  margin-bottom: 50px;
}
.s_service .box_left {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}
.s_service .box_left .inner {
  margin: 0 -15px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s_service .box_left .inner .service_item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  margin: 0 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s_service .box_left .inner .service_item .box_img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 240px;
}
.s_service .box_left .inner .service_item .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_service .box_left .inner .service_item .zag {
  font-size: 22px;
  line-height: 140%;
  font-family: RFDewiExtended-Bold;
  color: #000000;
  margin-bottom: 15px;
}
.s_service .box_left .inner .service_item .descr mark {
  color: #454545;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 15px;
  background: transparent;
}
.s_service .box_left .inner .service_item .descr {
  font-size: 18px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 15px;
}
.s_service .box_left .inner .service_item .descr ul {
  margin-bottom: 20px;
}
.s_service .box_left .inner .service_item .descr ul li {
  margin-bottom: 10px;
}
.s_service .box_left .inner .service_item .descr ul li:last-child {
  margin-bottom: 0;
}
.s_service .box_left .inner .service_item .descr p {
  margin-bottom: 20px;
}
.s_service .box_left .inner .service_item .descr a,
.s_service .box_left .inner .service_item .btn_consult {
  font-size: 18px;
  border-bottom: 1px solid;
  font-weight: 400;
}
.s_service .box_left .inner .service_item .descr a:hover,
.s_service .box_left .inner .service_item .btn_consult:hover {
  border-color: transparent;
}
.s_service .box_left .inner .service_item .box_bottom {
  text-align: center;
  margin-top: 10px;
}
.s_service .box_left .inner .service_item .btn_main {
  font-size: 16px;
  display: block;
  margin: 0 auto 30px;
}
.s_service .box_left .inner .service_item .box_price {
  border-top: 1px solid #D9D9D9;
  padding: 25px 0;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  font-family: RFDewiExtended-Bold;
  text-align: left;
}
.s_service .box_left .inner .service_item .box_price .price {
  font-size: 46px;
}
.s_service .box_left .inner .service_item.md {
  width: calc(66.66% - 30px);
}
.s_service .box_left .inner .service_item.lg {
  width: calc(100% - 30px);
}
.s_service .box_left .inner .service_item.lg .box_img {
  height: 360px;
}
.s_service .box_left .inner .service_item .inner.inner_row {
  margin-top: 35px;
  padding-top: 35px;
  position: relative;
}
.s_service .box_left .inner .service_item .inner.inner_row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: #B4B4B4;
  height: 1px;
}
.s_service .box_left .inner .service_item .inner .inner_box {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  margin: 0 15px;
}
.s_service .box_left .box_btns {
  padding-bottom: 60px;
  margin-top: -25px;
}
.s_service .box_left .box_btns .btn_border {
  margin-right: 30px;
}
.s_service .box_left.full {
  width: 100%;
  display: block;
}
.s_service .box_left.full .inner .service_item {
  width: calc(25% - 30px);
}
.s_service .box_right {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  padding-left: 55px;
}
.s_service .box_right .block {
  margin-bottom: 60px;
}
.s_service .box_right .block .inner {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
          box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
  border-radius: 20px;
  padding: 35px 23px 0;
  font-size: 20px;
  line-height: 140%;
  color: #454545;
}
.s_service .box_right .block .inner .box_zag .h5 {
  font-size: 23px;
}
.s_service .box_right .block .inner .box_zag p {
  margin-bottom: 20px;
  letter-spacing: normal;
}
.s_service .box_right .block .inner .box_zag img {
  margin-bottom: 20px;
}
.s_service .box_right .block .inner h1,
.s_service .box_right .block .inner h2,
.s_service .box_right .block .inner h3,
.s_service .box_right .block .inner h4,
.s_service .box_right .block .inner h5,
.s_service .box_right .block .inner h6 {
  margin-bottom: 20px;
  line-height: 120%;
}
.s_service .box_right .block .inner h1 mark,
.s_service .box_right .block .inner h2 mark,
.s_service .box_right .block .inner h3 mark,
.s_service .box_right .block .inner h4 mark,
.s_service .box_right .block .inner h5 mark,
.s_service .box_right .block .inner h6 mark {
  display: inline-block;
}
.s_service .box_right .block .inner .btn_main {
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.s_service .box_right .block .inner .box_img {
  text-align: center;
  position: relative;
  height: 240px;
}
.s_service .box_right .block .inner .box_img img {
  max-height: 100%;
}
.s_service .box_right .block .inner .box_name {
  bottom: -35px;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
}
.s_service .box_right .block .inner .box_name .name {
  text-align: left;
}
.s_service .box_right .block:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .s_service {
    padding: 60px 0 0;
  }
  .s_service .wrap > .box_zag {
    margin-bottom: 40px;
  }
  .s_service .box_left .inner .service_item {
    margin: 0 15px 50px;
  }
  .s_service .box_left .inner .service_item .box_img {
    height: 205px;
  }
  .s_service .box_left .inner .service_item .zag {
    font-size: 18px;
  }
  .s_service .box_left .inner .service_item .descr mark {
    font-size: 16px;
  }
  .s_service .box_left .inner .service_item .descr {
    font-size: 16px;
  }
  .s_service .box_left .inner .service_item .descr ul {
    margin-bottom: 15px;
  }
  .s_service .box_left .inner .service_item .descr p {
    margin-bottom: 15px;
  }
  .s_service .box_left .inner .service_item .descr a,
  .s_service .box_left .inner .service_item .btn_consult {
    font-size: 14px;
  }
  .s_service .box_left .inner .service_item .btn_main {
    font-size: 14px;
  }
  .s_service .box_left .inner .service_item .box_price {
    padding: 15px 0;
    font-size: 18px;
  }
  .s_service .box_left .inner .service_item .box_price .price {
    font-size: 36px;
  }
  .s_service .box_left .inner .service_item.lg .box_img {
    height: 305px;
  }
  .s_service .box_left .inner .service_item .inner.inner_row {
    margin-top: 25px;
    padding-top: 25px;
  }
  .s_service .box_left .box_btns {
    padding-bottom: 50px;
    margin-top: -20px;
  }
  .s_service .box_left .box_btns .btn_border {
    margin-right: 20px;
  }
  .s_service .box_right {
    padding-left: 40px;
  }
  .s_service .box_right .block {
    margin-bottom: 50px;
  }
  .s_service .box_right .block .inner {
    padding: 30px 15px 0;
    font-size: 18px;
  }
  .s_service .box_right .block .inner .box_zag .h5 {
    font-size: 20px;
  }
  .s_service .box_right .block .inner .box_zag p {
    margin-bottom: 15px;
  }
  .s_service .box_right .block .inner .box_zag img {
    margin-bottom: 15px;
  }
  .s_service .box_right .block .inner h1,
.s_service .box_right .block .inner h2,
.s_service .box_right .block .inner h3,
.s_service .box_right .block .inner h4,
.s_service .box_right .block .inner h5,
.s_service .box_right .block .inner h6 {
    margin-bottom: 15px;
  }
  .s_service .box_right .block .inner .btn_main {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .s_service .box_right {
    padding-left: 15px;
    width: 28%;
  }

  .s_service .box_left {
    width: 72%;
  }

  .s_service .box_left .inner {
    margin: 0 -7px;
  }

  .s_service .box_left .inner .service_item {
    margin: 0 7px 40px;
    width: calc(33.33% - 14px);
  }

  .s_service .box_left.full .inner .service_item {
    width: calc(25% - 14px);
  }

  .s_service .box_left .inner .service_item .zag {
    font-size: 16px;
  }

  .s_service .box_left .inner .service_item .box_price .price {
    font-size: 30px;
  }

  .s_service .box_left .inner .service_item .btn_main {
    font-size: 13px;
  }

  .s_service .box_left .inner .service_item .descr a,
  .s_service .box_left .inner .service_item .btn_consult {
    font-size: 13px;
  }

  .s_service .box_left .inner .service_item .descr {
    font-size: 14px;
  }

  .s_service .box_left .inner .service_item .descr mark {
    font-size: 13px;
  }

  .s_service .box_right .block .inner .box_zag .h5 {
    font-size: 18px;
  }

  .s_service .box_left .inner .service_item .inner.inner_row {
    margin: 0 -14px;
  }
}
@media (max-width: 991px) {
  .s_service {
    padding: 50px 0;
  }

  .s_service .box_left {
    width: 100%;
    display: block;
  }

  .s_service .box_right {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .s_service .box_right .block {
    width: 50%;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }

  .s_service .box_contacts {
    text-align: center;
  }

  .s_service .box_left.full .inner .service_item {
    width: calc(50% - 14px);
  }

  .s_service .box_left .inner .service_item .box_price {
    text-align: center;
  }

  .s_service .box_left .inner .service_item .box_price .price {
    font-size: 26px;
  }

  .s_service .box_left .inner .service_item .btn_main {
    max-width: 300px;
  }

  .s_service .box_left .box_btns {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s_service {
    overflow: hidden;
  }

  .s_service .row2 .wrap {
    padding-top: 20px;
  }

  .s_service .wrap > .box_zag {
    margin-bottom: 30px;
    text-align: center;
  }

  .s_service .box_left .inner {
    margin: 0 -10px;
  }

  .s_service .box_left .inner .service_item {
    margin: 0 auto 30px;
    width: 50%;
    padding: 0 10px;
    text-align: center;
  }

  .s_service .box_left.full .inner .service_item {
    width: 50%;
    padding: 0 10px;
  }

  .s_service .box_left .inner .service_item.md,
.s_service .box_left .inner .service_item.lg {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 600px;
  }

  .s_service .box_left .inner .service_item .box_img,
.s_service .box_left .inner .service_item.lg .box_img {
    height: 185px;
  }

  .s_service .box_left .inner .service_item .descr a,
  .s_service .box_left .inner .service_item .btn_consult {
    font-size: 14px;
  }

  .s_service .box_left .inner .service_item .zag,
.s_service .box_left .inner .service_item .descr {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .s_service .box_left .inner .service_item .descr br {
    display: none;
  }
  .s_service .box_left .inner .service_item .descr ul {
    margin-bottom: 10px;
  }
  .s_service .box_left .inner .service_item .descr ul li {
    margin-bottom: 5px;
  }

  .s_service .box_left .inner .service_item .descr p {
    margin-bottom: 10px;
  }

  .s_service .box_left .inner .service_item .inner.inner_row {
    padding: 0;
    margin: 15px auto 0;
    max-width: 300px;
  }

  .s_service .box_left .inner .service_item .inner.inner_row::before {
    display: none;
  }

  .s_service .box_left .inner .service_item .inner .inner_box {
    width: 100%;
    margin: 0;
    display: block;
  }

  .s_service .box_left .inner .service_item .box_bottom {
    margin-top: 0;
  }

  .s_service .box_left .inner .service_item .box_price {
    font-size: 16px;
  }

  .s_service .box_left .inner .service_item .box_price .price {
    font-size: 22px;
  }

  .s_service .box_left .inner .service_item .btn_main {
    margin-bottom: 15px;
  }

  .s_service .box_left .box_btns {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
  }

  .s_service .box_left .box_btns .btn_border {
    margin: 0 auto 20px;
  }

  .s_service .box_contacts {
    margin-top: 40px;
  }

  .s_service .box_right .block {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }

  .s_service .box_right .block .inner h1 mark,
.s_service .box_right .block .inner h2 mark,
.s_service .box_right .block .inner h3 mark,
.s_service .box_right .block .inner h4 mark,
.s_service .box_right .block .inner h5 mark,
.s_service .box_right .block .inner h6 mark {
    display: inline;
  }

  .s_service .box_right .block h6 {
    font-size: 16px;
  }

  .s_service .box_right .block .inner .box_zag .h5 {
    font-size: 16px;
  }

  .s_service .box_right .block .inner .btn_main {
    font-size: 15px;
  }

  .s_service .box_right .block .inner .box_name .name {
    padding-left: 35px;
    width: auto;
    display: inline-block;
  }

  .s_service .box_right .block .inner .box_name img {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 479px) {
  .s_service .row2 .wrap {
    padding-top: 50px;
  }

  .s_service .box_left .inner {
    margin: 0;
  }

  .s_service .box_left .inner .service_item {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
    padding: 0;
  }
  .s_service .box_left .inner .service_item:last-child {
    margin-bottom: 0;
  }

  .s_service .box_left.full .inner .service_item {
    width: 100%;
    padding: 0;
  }

  .s_service .box_left .inner .service_item.md,
.s_service .box_left .inner .service_item.lg {
    max-width: 300px;
  }

  .s_service .box_left .box_btns {
    padding-top: 40px;
  }

  .s_service .box_left .inner .service_item.lg .descr {
    margin-bottom: 0;
  }
}
/*s_form*/
.s_form {
  padding-bottom: 10px;
}
.s_form .wrap {
  padding: 60px 0 60px 70px;
  -webkit-box-shadow: 0px 10px 0px #EAB90C, 0px 14px 64px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 0px #EAB90C, 0px 14px 64px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.s_form .wrap .box_zag {
  margin-bottom: 40px;
  max-width: 1000px;
}
.s_form .wrap .box_zag h3, .s_form .wrap .box_zag h4, .s_form .wrap .box_zag h5, .s_form .wrap .box_zag .h6 {
  margin-bottom: 40px;
}
.s_form .wrap .box_zag p {
  max-width: 740px;
}
.s_form .wrap form .block {
  margin-right: 30px;
  width: 330px;
}
.s_form .wrap .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.s_form .wrap .bg_img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .s_form .wrap {
    padding: 50px 0 50px 40px;
  }
  .s_form .wrap .box_zag {
    margin-bottom: 30px;
    max-width: 850px;
  }
  .s_form .wrap .box_zag h3, .s_form .wrap .box_zag h4, .s_form .wrap .box_zag h5, .s_form .wrap .box_zag .h6 {
    margin-bottom: 30px;
  }
  .s_form .wrap .box_zag p {
    max-width: 730px;
  }
  .s_form .wrap form .block {
    margin-right: 20px;
    width: 290px;
  }
}
@media (max-width: 1199px) {
  .s_form .wrap {
    padding: 30px 0 30px 30px;
  }

  .s_form .wrap .box_zag {
    max-width: 80%;
  }

  .s_form .wrap .box_zag p {
    max-width: 85%;
  }

  .s_form .wrap .politics {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .s_form .wrap form .block {
    margin-right: 15px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .s_form {
    background: #FFE898;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 0px #EAB90C, 0px 14px 64px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 0px #EAB90C, 0px 14px 64px rgba(0, 0, 0, 0.1);
  }

  .s_form .wrap {
    padding: 40px 0;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }

  .s_form .wrap .box_zag {
    max-width: 500px;
  }

  .s_form .wrap .box_zag h3, .s_form .wrap .box_zag h4, .s_form .wrap .box_zag h5, .s_form .wrap .box_zag .h6 {
    margin-bottom: 15px;
  }

  .s_form .wrap .box_zag p {
    max-width: 100%;
  }

  .s_form .wrap form .block {
    margin: 0 auto 20px;
    width: 100%;
  }

  .s_form .wrap .politics {
    max-width: 300px;
  }

  .s_form .wrap .bg_img {
    display: none;
  }
}
/*s_process*/
.s_process {
  padding: 60px 0 0;
}
.s_process .wrap {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.s_process .wrap .box_left {
  width: 29%;
  position: relative;
  right: 71%;
  height: 830px;
}
.s_process .wrap .box_left img.main_img {
  height: 100%;
  max-width: initial;
}
.s_process .wrap .box_left .box_name {
  top: 300px;
  right: -10px;
}
.s_process .wrap .box_right {
  width: 71%;
  padding-left: 50px;
  position: relative;
  left: 29%;
}
.s_process .wrap .box_right .box_zag {
  margin-bottom: 55px;
}
.s_process .wrap .box_right .box_zag h1, .s_process .wrap .box_right .box_zag h2 {
  margin-bottom: 10px;
}
.s_process .wrap .box_right .box_zag h3, .s_process .wrap .box_right .box_zag h4, .s_process .wrap .box_right .box_zag h5, .s_process .wrap .box_right .box_zag .h6 {
  margin-bottom: 30px;
}
.s_process .wrap .box_right .box_zag p {
  max-width: 70%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 35px;
}
.s_process .wrap .box_right .box_zag .link {
  -webkit-box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
          box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 20px 25px;
  display: inline-block;
  vertical-align: middle;
}
.s_process .wrap .box_right .box_container {
  font-size: 0;
}
.s_process .wrap .box_right .box_container .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.s_process .wrap .box_right .box_container .item:hover {
  opacity: 0.7;
}
.s_process .wrap .box_right .box_contacts {
  margin-bottom: 60px;
  margin-top: 50px;
}
.s_process .tns-outer {
  margin: 0 -10px;
}

@media (max-width: 1440px) {
  .s_process .wrap .box_left .box_name {
    top: 260px;
  }
  .s_process .wrap .box_right {
    padding-left: 40px;
  }
  .s_process .wrap .box_right .box_zag {
    margin-bottom: 40px;
  }
  .s_process .wrap .box_right .box_zag .link {
    padding: 15px 20px;
  }
  .s_process .wrap .box_right .box_contacts {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .s_process .wrap .box_left {
    height: 688px;
  }
}
@media (max-width: 1199px) {
  .s_process .wrap .box_right .box_container .item {
    text-align: center;
    padding: 0 15px;
  }

  .s_process .wrap .box_right .box_container .item img {
    width: 100%;
  }
  .s_process .wrap .box_left {
    height: 566px;
  }
}
@media (max-width: 991px) {
  .s_process {
    padding: 50px 0 0;
  }

  .s_process .wrap {
    display: block;
  }

  .s_process .wrap .box_right {
    padding: 0;
    left: auto;
    width: 100%;
  }

  .s_process .wrap .box_left {
    width: 100%;
    right: auto;
    max-width: 300px;
    display: none;
    text-align: center;
    height: auto;
  }
  .s_process .wrap .box_left img.main_img {
    height: 400px;
  }

  .s_process .wrap .box_left .box_name {
    top: auto;
    bottom: 30px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .s_process .tns-outer {
    margin: 0;
  }

  .s_process .wrap .box_right .box_contacts {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .s_process .wrap .box_left {
    display: block;
    margin: 0 auto;
  }

  .s_process .wrap .box_right .box_zag {
    margin-bottom: 30px;
    text-align: center;
  }

  .s_process .wrap .box_right .box_zag h1,
.s_process .wrap .box_right .box_zag h2,
.s_process .wrap .box_right .box_zag h3,
.s_process .wrap .box_right .box_zag h4,
.s_process .wrap .box_right .box_zag h5,
.s_process .wrap .box_right .box_zag .h6 {
    margin-bottom: 15px;
  }

  .s_process .wrap .box_right .box_zag p {
    max-width: 100%;
    padding: 0;
    display: block;
  }

  .s_process .wrap .box_right .box_zag .link {
    margin-top: 20px;
  }

  .s_process .tns-outer {
    max-width: 380px;
    margin: 0 auto;
  }

  .s_process .wrap .box_right .tns-ovh {
    max-width: 250px;
    margin: 0 auto;
  }

  .s_process .wrap .box_right .box_contacts {
    margin: 40px 0;
  }
}
/*s_warming*/
.s_warming {
  padding: 80px 0 0;
  position: relative;
}
.s_warming .main_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.s_warming .main_img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 65.1%;
}
.s_warming .wrap {
  position: relative;
  z-index: 10;
}
.s_warming .box_zag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1075px;
  counter-reset: myCounter;
  margin-top: 40px;
}
.s_warming .box_zag ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 35px;
  position: relative;
  padding-left: 78px;
  text-align: left;
  font-size: 20px;
  line-height: 140%;
  color: #454545;
}
.s_warming .box_zag ul li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  border-radius: 50%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: #FFDF6E;
  text-align: center;
  color: #000;
  font-family: RFDewiExtended-Bold;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1440px) {
  .s_warming {
    padding: 60px 0 0;
  }
  .s_warming .main_img img {
    max-height: 100%;
  }
  .s_warming .box_zag ul {
    max-width: 920px;
    margin-top: 30px;
  }
  .s_warming .box_zag ul li {
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 60px;
    font-size: 16px;
  }
  .s_warming .box_zag ul li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .s_warming .box_zag ul {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .s_warming {
    padding: 50px 0 0;
  }

  .s_warming .main_img img {
    max-width: 320px;
    top: 62%;
  }
}
@media (max-width: 767px) {
  .s_warming {
    text-align: center;
  }

  .s_warming .box_zag ul {
    max-width: 100%;
    display: block;
  }

  .s_warming .box_zag ul {
    max-width: 375px;
    margin: 30px auto;
    display: block;
  }
  .s_warming .box_zag ul br {
    display: none;
  }

  .s_warming .box_zag ul li:before {
    font-size: 20px;
  }
  .s_warming .box_zag ul li {
    margin: 0 auto 30px;
  }
  .s_warming .box_zag ul li:last-child {
    margin-bottom: 0;
  }

  .s_warming .main_img {
    position: static;
    height: 300px;
    margin-top: 30px;
  }
  .s_warming .main_img img {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
/*s_qa*/
.s_qa {
  padding: 70px 0 0;
  overflow: hidden;
}
.s_qa .box_zag {
  margin-bottom: 50px;
}
.s_qa .box_zag h2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 110px;
  max-width: 33.33%;
}
.s_qa .box_zag h2:last-child {
  margin-right: 0;
}
.s_qa .box_zag.box_zag2 {
  margin-bottom: 40px;
}
.s_qa .box_zag.box_zag2 h1, .s_qa .box_zag.box_zag2 h2, .s_qa .box_zag.box_zag2 h3, .s_qa .box_zag.box_zag2 h4, .s_qa .box_zag.box_zag2 h5, .s_qa .box_zag.box_zag2 .h6 {
  max-width: 630px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.s_qa .box_zag.box_zag2 .link {
  -webkit-box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
          box-shadow: 0px 4px 64px rgba(210, 210, 210, 0.55);
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 20px 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 65px;
}
.s_qa .box_container {
  margin-bottom: 20px;
}
.s_qa .box_container .item {
  padding: 0 15px;
}
.s_qa .box_container .item .inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  color: #000000;
}
.s_qa .box_container .item .zag {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
  font-family: RFDewiExtended-Bold;
}
.s_qa .box_container .item .descr {
  font-size: 16px;
  line-height: 140%;
}
.s_qa .box_contacts {
  margin-bottom: 0;
}
.s_qa .tns-controls {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.s_qa .tns-controls button {
  position: relative;
  top: auto;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  background-size: 22px 14px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.s_qa .tns-controls button::before {
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
}
.s_qa .tns-controls button[data-controls=prev] {
  -webkit-transform: translateY(0) rotate(-180deg);
      -ms-transform: translateY(0) rotate(-180deg);
          transform: translateY(0) rotate(-180deg);
}
.s_qa .tns-ovh {
  overflow: visible;
}
.s_qa .tns-outer {
  margin: 0 -15px;
}

@media (max-width: 1440px) {
  .s_qa {
    padding: 60px 0 0;
  }
  .s_qa .box_zag {
    margin-bottom: 40px;
  }
  .s_qa .box_zag h2 {
    margin-right: 80px;
    font-size: 28px;
  }
  .s_qa .box_zag.box_zag2 {
    margin-bottom: 30px;
  }
  .s_qa .box_zag.box_zag2 h1, .s_qa .box_zag.box_zag2 h2, .s_qa .box_zag.box_zag2 h3, .s_qa .box_zag.box_zag2 h4, .s_qa .box_zag.box_zag2 h5, .s_qa .box_zag.box_zag2 h6 {
    max-width: 575px;
  }
  .s_qa .box_zag.box_zag2 .link {
    padding: 15px 20px;
    margin-left: 50px;
  }
  .s_qa .box_container {
    margin-bottom: 10px;
  }
  .s_qa .box_container .item .inner {
    padding: 20px 15px;
  }
  .s_qa .box_container .item .zag {
    font-size: 18px;
  }
  .s_qa .box_container .item .descr {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .s_qa {
    padding: 50px 0 0;
  }

  .s_qa .tns-outer {
    margin: 0 -7px;
  }

  .s_qa .box_container .item {
    padding: 0 7px;
  }

  .s_qa .box_zag h2 {
    font-size: 24px;
    margin-right: 50px;
  }

  .s_qa .tns-controls {
    padding-left: 7px;
  }

  .s_qa .box_zag.box_zag2 .link {
    margin: 20px 0 0;
  }

  .s_qa .box_contacts {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .s_qa .box_zag {
    margin-bottom: 30px;
    text-align: center;
  }

  .s_qa .box_zag h2 {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    font-size: 22px;
  }

  .s_qa .tns-controls {
    padding: 0;
    text-align: center;
  }

  .s_qa .tns-outer {
    margin: 0 auto;
    max-width: 320px;
  }

  .s_qa .box_container .item {
    padding: 0 10px;
  }

  .s_qa .box_container .item .zag {
    font-size: 16px;
  }

  .s_qa .tns-controls button {
    margin: 0 10px;
  }

  .s_qa .box_zag.box_zag2 .link {
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .s_qa .tns-outer {
    max-width: 270px;
  }

  .s_qa .box_zag h2 {
    font-size: 18px;
  }
}
@media (max-width: 369px) {
  .s_qa .box_zag.box_zag2 .link {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 0;
  }
}
/*footer*/
.footer {
  background: #2A2A2A;
  font-size: 0;
}
.footer .row_top .inner,
.footer .row_middle .inner,
.footer .row_bottom .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.footer .row_top,
.footer .row_middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .row_top {
  padding: 28px 15px;
}
.footer .row_top .box_right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .row_top .box_left .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer .row_top .site_logo {
  padding-bottom: 7px;
  position: relative;
}
.footer .row_top .site_descr {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
}
.footer .row_top .box_phone {
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
.footer .row_top .box_phone .box {
  text-align: right;
}
.footer .row_top .box_phone .box .phone {
  color: #fff;
}
.footer .row_top .box_phone .box span {
  color: #fff;
}
.footer .row_top .box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .row_top .btn_main {
  height: 50px;
  max-width: 215px;
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 15px;
  padding: 0 15px;
}
.footer .row_top .btn_main:hover {
  -webkit-box-shadow: inset 0px 0px 20px #707BF1;
          box-shadow: inset 0px 0px 20px #707BF1;
}
.footer .row_top .btn_border {
  height: 50px;
  max-width: 205px;
  width: 100%;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.footer .row_top .btn_border:hover {
  color: #000;
  background: #fff;
}
.footer .row_middle {
  padding: 32px 15px;
}
.footer .row_middle .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .row_middle .box_left ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}
.footer .row_middle .box_left ul li {
  margin-bottom: 20px;
}
.footer .row_middle .box_left ul li a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.footer .row_middle .box_left ul li a:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.footer .row_middle .box_left ul li:last-child {
  margin-bottom: 0;
}
.footer .row_middle .box_left ul li.current-menu-item a {
  font-weight: 500;
}
.footer .row_middle .box_left ul:last-child {
  margin-right: 0;
}
.footer .row_middle .box_right {
  text-align: right;
}
.footer .row_middle .box_right ul li {
  margin-bottom: 25px;
}
.footer .row_middle .box_right ul li a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.footer .row_middle .box_right ul li a span {
  border-bottom: 1px solid;
}
.footer .row_middle .box_right ul li a:hover span {
  border-color: transparent;
}
.footer .row_middle .box_right ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer .row_middle .box_right ul li:last-child {
  margin-bottom: 0;
}
.footer .row_middle .box_soc a img {
  height: initial;
}
.footer .row_bottom {
  padding: 28px 15px 30px;
}
.footer .row_bottom .text {
  font-size: 14px;
  line-height: 120%;
  color: #F0E7E7;
}
.footer .box_btns.vis_sm {
  display: none;
}

@media (max-width: 1440px) {
  .footer .row_top {
    padding: 24px 15px;
  }
  .footer .row_top .site_logo {
    padding-bottom: 5px;
    max-width: 220px;
  }
  .footer .row_top .site_descr {
    font-size: 12px;
  }
  .footer .row_top .box_phone {
    margin-right: 40px;
  }
  .footer .row_top .btn_main {
    height: 45px;
    max-width: 200px;
    font-size: 12px;
  }
  .footer .row_top .btn_border {
    height: 45px;
    max-width: 185px;
    font-size: 12px;
  }
  .footer .row_middle {
    padding: 28px 15px;
  }
  .footer .row_middle .box_left ul {
    margin-right: 85px;
  }
  .footer .row_middle .box_left ul li {
    margin-bottom: 15px;
  }
  .footer .row_middle .box_left ul li a {
    font-size: 12px;
  }
  .footer .row_middle .box_right ul li {
    margin-bottom: 20px;
  }
  .footer .row_middle .box_right ul li a {
    font-size: 12px;
  }
  .footer .row_bottom {
    padding: 24px 15px 26px;
  }
  .footer .row_bottom .text {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .row_top .box_phone {
    margin-right: 15px;
  }

  .footer .row_top .site_logo {
    max-width: 195px;
  }

  .footer .row_middle .box_left ul {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .footer .row_top {
    padding: 20px 15px;
  }

  .footer .row_middle .box_left ul {
    margin-right: 25px;
  }

  .footer .row_middle .box_right {
    max-width: 230px;
  }

  .footer .row_top .box_phone {
    margin: 0;
  }

  .footer .row_top .box_right .box_btns {
    display: none;
  }

  .footer .box_btns.vis_sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .footer .row_top .inner, .footer .row_middle .inner, .footer .row_bottom .inner {
    display: block;
    text-align: center;
  }

  .footer .row_top .box_right {
    width: 100%;
    display: block;
    margin-top: 25px;
  }

  .footer .row_top .site_logo {
    padding-bottom: 15px;
    margin: 0 auto;
  }

  .footer .row_top .site_descr {
    font-size: 14px;
    display: inline-block;
  }

  .footer .row_top .box_phone .box {
    text-align: center;
  }

  .footer .row_middle .box_left ul {
    display: block;
    margin: 0 auto;
  }

  .footer .row_middle .box_left ul li:last-child {
    margin-bottom: 15px;
  }

  .footer .row_middle .box_left ul li a {
    font-size: 14px;
  }

  .footer .row_middle .box_soc {
    margin-top: 25px;
  }

  .footer .row_middle .box_right {
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .footer .row_middle .box_right ul li {
    margin-bottom: 15px;
  }

  .footer .row_bottom {
    padding: 20px 15px;
  }

  .footer .row_top .btn_border,
.footer .row_top .btn_main {
    height: 50px;
  }
}
@media (max-width: 369px) {
  .footer .box_btns.vis_sm {
    display: block;
  }

  .footer .row_top .btn_main {
    margin: 20px auto 0;
  }

  .footer .row_top .btn_border,
.footer .row_top .btn_main {
    font-size: 14px;
    max-width: 200px;
  }
}
/*p_main*/
.p_main .s_material {
  padding: 0;
  margin: 80px 0;
}

@media (max-width: 1440px) {
  .p_main .s_material {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .p_main .s_material {
    margin: 50px 0;
  }
}
/*p_vneshnyaya_otdelka*/
/*.p_vneshnyaya_otdelka .s_material {
  padding: 0 0 80px;
}

@media (max-width: 1440px) {
  .p_vneshnyaya_otdelka .s_material {
    padding: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .p_vneshnyaya_otdelka .s_material {
    padding: 50px 0 0;
  }
  .p_vneshnyaya_otdelka .s_guarant {
    padding-bottom: 50px;
  }
}*/
/*@media (max-width: 767px) {
  .p_vneshnyaya_otdelka .s_material .wrap .box_btns .link {
    padding: 0;
  }
}*/
/*p_vnutrennyaya_otdelka*/
@media (max-width: 991px) {
  .p_vnutrennyaya_otdelka .s_guarant {
    padding-bottom: 50px;
  }
}
/*p_utepleniye_balkonov_i_lodzhiy*/
/*.p_utepleniye_balkonov_i_lodzhiy .s_warming {
  padding-bottom: 80px;
}

@media (max-width: 1440px) {
  .p_utepleniye_balkonov_i_lodzhiy .s_warming {
    padding-bottom: 60px;
  }
}*/
@media (max-width: 991px) {
  /*.p_utepleniye_balkonov_i_lodzhiy .s_warming {
    padding-bottom: 0;
  }*/
  .p_utepleniye_balkonov_i_lodzhiy .s_guarant {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .p_utepleniye_balkonov_i_lodzhiy .s_service .box_left .box_btns {
    padding-bottom: 0;
  }
}
/*p_ostekleniye_balkonov*/
.p_ostekleniye_balkonov .s_portfolio {
  padding-bottom: 20px;
}

@media (max-width: 1440px) {
  .p_ostekleniye_balkonov .s_portfolio {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .p_ostekleniye_balkonov .s_guarant {
    padding-bottom: 50px;
  }
}
/*s_reviews*/
.s_reviews {
  padding: 80px 0 0;
  overflow: hidden;
}
.s_reviews .box_zag {
  margin-bottom: 50px;
}
.s_reviews .box_zag img {
  width: 340px;
  display: inline-block;
  vertical-align: initial;
}
.s_reviews .box_zag h1, .s_reviews .box_zag h2 {
  font-size: 40px;
}
.s_reviews .tns-outer {
  margin: 0 -30px 50px;
}
.s_reviews .tns-ovh {
  overflow: visible;
}
.s_reviews .tns-controls button {
  top: 115px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.s_reviews .tns-controls button[data-controls=prev] {
  -webkit-transform: translateY(0) rotate(-180deg);
      -ms-transform: translateY(0) rotate(-180deg);
          transform: translateY(0) rotate(-180deg);
}

@media (max-width: 1600px) {
  .s_reviews .tns-controls button[data-controls=prev] {
    left: 15px;
  }
  .s_reviews .tns-controls button[data-controls=next] {
    right: 15px;
  }
}
@media (max-width: 1440px) {
  .s_reviews {
    padding: 60px 0 0;
  }
  .s_reviews .box_zag {
    margin-bottom: 40px;
  }
  .s_reviews .box_zag img {
    width: 290px;
  }
  .s_reviews .box_zag h1, .s_reviews .box_zag h2 {
    font-size: 30px;
  }
  .s_reviews .tns-outer {
    margin: 0 -15px 30px;
  }
  .s_reviews .tns-controls button {
    top: 98px;
  }
}
@media (max-width: 991px) {
  .s_reviews {
    padding: 50px 0 0;
  }

  .s_reviews .wrap {
    text-align: center;
  }

  .s_reviews .box_zag img {
    width: 220px;
  }

  .s_reviews .tns-outer {
    margin: 0 auto 30px;
  }

  .s_reviews .tns-controls button[data-controls=prev] {
    left: 0;
  }

  .s_reviews .tns-controls button[data-controls=next] {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s_reviews {
    text-align: center;
  }

  .s_reviews .tns-ovh {
    overflow: hidden;
  }

  .s_reviews .box_zag {
    margin-bottom: 30px;
  }

  .s_reviews .box_zag img {
    width: 180px;
    margin: 5px auto 0;
    display: block;
  }

  .s_reviews .box_zag h1, .s_reviews .box_zag h2 {
    font-size: 22px;
  }

  .s_reviews .tns-outer {
    max-width: 520px;
    margin: 0 auto 30px;
  }

  .s_reviews .tns-ovh {
    overflow: hidden;
    max-width: 380px;
    margin: 0 auto;
  }

  .s_reviews .tns-controls button {
    top: 115px;
  }
}
@media (max-width: 479px) {
  .s_reviews .tns-controls {
    margin-top: 20px;
    height: auto;
  }

  .s_reviews .tns-controls button {
    position: relative;
    top: auto;
    bottom: 0;
    margin: 0 10px;
  }

  .s_reviews .box_zag h1, .s_reviews .box_zag h2 {
    font-size: 20px;
  }
}
/*b_reviews*/
.b_reviews {
  overflow: hidden;
}
.b_reviews .box_zag {
  margin-bottom: 50px;
}
.b_reviews .box_zag img {
  width: 340px;
  display: inline-block;
  vertical-align: initial;
}
.b_reviews .box_zag h1, .b_reviews .box_zag h2 {
  font-size: 40px;
}
.b_reviews .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
  font-size: 0;
}
.b_reviews .box_container .reviews_item {
  margin-bottom: 80px;
  width: 33.33%;
}

@media (max-width: 1440px) {
  .b_reviews .box_zag {
    margin-bottom: 40px;
  }
  .b_reviews .box_zag img {
    width: 290px;
  }
  .b_reviews .box_zag h1, .b_reviews .box_zag h2 {
    font-size: 30px;
  }
  .b_reviews .box_container .reviews_item {
    margin-bottom: 60px;
    width: 33.33%;
  }
}
@media (max-width: 1199px) {
  .b_reviews .box_container {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .b_reviews .box_zag img {
    width: 220px;
  }

  .b_reviews .box_container .reviews_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .b_reviews {
    padding-bottom: 50px;
  }

  .b_reviews .box_zag {
    text-align: center;
    margin-bottom: 30px;
  }

  .b_reviews .box_zag h1, .b_reviews .box_zag h2 {
    font-size: 24px;
  }

  .b_reviews .box_zag img {
    width: 180px;
    margin: 5px auto 0;
    display: block;
  }

  .b_reviews .box_container {
    display: block;
    margin: 0;
    text-align: center;
  }

  .b_reviews .box_container .reviews_item {
    padding: 0;
    max-width: 380px;
    width: 100%;
    margin-bottom: 30px;
  }
  .b_reviews .box_container .reviews_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 369px) {
  .b_reviews .box_zag h1, .b_reviews .box_zag h2 {
    font-size: 20px;
  }
}
/*reviews_item*/
.reviews_item {
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.reviews_item .box_video {
  position: relative;
  height: 320px;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.reviews_item .box_video::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  z-index: 1;
}
.reviews_item .box_video .inner {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.reviews_item .box_video .inner .play {
  margin-bottom: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
}
.reviews_item .box_video .inner .text {
  color: #fff;
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
}
.reviews_item .box_video .inner .text a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.reviews_item .box_video .inner .text a:hover {
  border-color: transparent;
}
/*.reviews_item .box_video a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-radius: 40px;
}*/
.reviews_item .box_video .inner .play:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.reviews_item .box_video .bg_video {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews_item .zag {
  font-size: 22px;
  line-height: 140%;
  color: #000000;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 10px;
}
.reviews_item .address {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 25px;
}
.reviews_item .address img {
  width: 30px;
  margin-right: 10px;
}
.reviews_item .descr {
  font-size: 0;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.reviews_item .descr .box {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews_item .descr .box:last-child {
  border: none;
}
.reviews_item .descr .box:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews_item .descr .text_left,
.reviews_item .descr .text_right {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454545;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.reviews_item .descr .text_right {
  text-align: right;
}
.reviews_item .descr ul {
  list-style: disc;
}
.reviews_item .descr ul, .reviews_item .descr ol {
  margin-top: 25px;
  padding-left: 30px;
  margin-bottom: 15px;
}
.reviews_item .descr ul li, .reviews_item .descr ol li {
  margin-bottom: 10px;
}
.reviews_item .descr ul li:last-child, .reviews_item .descr ol li:last-child {
  margin-bottom: 0;
}
.reviews_item .link {
  font-weight: 400;
}
.reviews_item .link img {
  margin-left: 10px;
  height: 20px;
}

@media (max-width: 1440px) {
  .reviews_item .box_video {
    height: 280px;
    margin-bottom: 15px;
  }
  .reviews_item .box_video .inner {
    bottom: 30px;
  }
  .reviews_item .box_video .inner .play {
    height: 40px;
  }
  .reviews_item .box_video .inner .text {
    font-size: 18px;
  }
  .reviews_item .zag {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .reviews_item .address {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .reviews_item .descr {
    font-size: 16px;
  }
  .reviews_item .descr .box {
    padding: 8px 0;
  }
  .reviews_item .descr .text_left,
.reviews_item .descr .text_right {
    font-size: 16px;
  }
  .reviews_item .descr ul, .reviews_item .descr ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .reviews_item .link img {
    height: 16px;
  }
}
@media (max-width: 1199px) {
  .reviews_item {
    padding: 0 15px;
  }

  .reviews_item .box_video .inner .text {
    font-size: 16px;
  }

  .reviews_item .descr {
    font-size: 14px;
  }

  .reviews_item .descr .text_left, .reviews_item .descr .text_right {
    font-size: 14px;
  }

  .reviews_item .descr ul, .reviews_item .descr ol {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .reviews_item {
    padding: 0 1px;
  }

  .reviews_item .link {
    font-size: 14px;
  }

  .reviews_item .descr ul li, .reviews_item .descr ol li {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .reviews_item .zag {
    font-size: 16px;
  }
  .reviews_item .address {
    font-size: 14px;
  }
}
/*s_quiz*/
.s_quiz_1 {
  padding: 80px 0 0;
  position: relative;
  z-index: 10;
}
.s_quiz_1 .box_zag {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .s_quiz_1 {
    padding: 60px 0 0;
  }
  .s_quiz_1 .box_zag {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .s_quiz_1 {
    padding: 50px 0 0;
  }
}
/*s_quiz2*/
.s_quiz_2 {
  padding: 80px 0;
  background: #F6F6F6;
}
.s_quiz_2 .box_zag {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .s_quiz_2 {
    padding: 60px 0;
  }
  .s_quiz_2 .box_zag {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .s_quiz_2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .s_quiz_2 {
    padding: 50px 0 0;
  }
  .s_quiz_2 .calc {
    border-radius: 15px 15px 0 0;
  }
}
.calc {
  background: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 14px 64px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  overflow: hidden;
}
.calc .box_middle {
  width: 50%;
  padding-top: 58px;
  padding-bottom: 58px;
}
.calc .box_middle .quiz_progress {
  position: relative;
  text-align: center;
  max-width: 615px;
  margin: 0 auto 40px;
}
.calc .box_middle .quiz_progress .progress_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.calc .box_middle .quiz_progress .progress_text.last {
  display: none;
}
.calc .box_middle .quiz_progress .progress_text .num {
  background: #EAB90C;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  padding: 7px 9px 3px;
}
.calc .box_middle .quiz_progress .progress {
  height: 12px;
  background-color: #F8F8F8;
  border-radius: 44px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  border: 1px solid #E5E5E5;
}
.calc .box_middle .quiz_progress .progress-bar {
  background-color: #EAB90C;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 44px;
}
.calc .box_middle .quiz_body {
  position: relative;
  max-width: 615px;
  margin: 0 auto;
}
.calc .box_middle .quiz_item {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: -1;
}
.calc .box_middle .quiz_item.active {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 10;
}
.calc .box_middle .quiz_item.quiz_item_prev {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calc .box_middle .quiz_item .title {
  font-weight: 500;
  font-size: 34px;
  line-height: 116.5%;
  color: #000;
  margin-bottom: 40px;
}
.calc .box_middle .quiz_item .box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc .box_middle .quiz_item .box_btns .btn_disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}
.calc .box_middle .quiz_item .box_btns .btn_disabled::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  background: #3A48E7;
  opacity: 0.4;
}
.calc .box_middle .quiz_item .box_btns .btn_skip {
  font-size: 18px;
  line-height: 140%;
  border: none;
  background: transparent;
  padding: 0;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
  display: inline-block;
  color: #3A48E7;
}
.calc .box_middle .quiz_item .box_btns .btn_skip:hover {
  border-color: transparent;
}
.calc .box_middle .quiz_item .inner {
  margin: 0 -7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calc .box_middle .quiz_item .inner .box_radio label,
.calc .box_middle .quiz_item .inner .box_checkbox label {
  width: 100%;
  height: 100%;
  border: 1px solid #C9CACA;
  border-radius: 8px;
  height: 69px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 67px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  margin: 0;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calc .box_middle .quiz_item .inner .box_radio label .check,
.calc .box_middle .quiz_item .inner .box_checkbox label .check {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: #ECEFF5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calc .box_middle .quiz_item .inner .box_radio label .check::before,
.calc .box_middle .quiz_item .inner .box_checkbox label .check::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 4px;
  background: rgba(208, 214, 228, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.calc .box_middle .quiz_item .inner .box_radio label .check::after,
.calc .box_middle .quiz_item .inner .box_checkbox label .check::after {
  content: "";
  background: url(img/s_quiz/check.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.calc .box_middle .quiz_item .inner .box_radio label .text,
.calc .box_middle .quiz_item .inner .box_checkbox label .text {
  font-size: 18px;
  line-height: 116.5%;
  color: #454545;
  text-align: left;
  font-weight: 400;
}
.calc .box_middle .quiz_item .inner .box_radio,
.calc .box_middle .quiz_item .inner .box_checkbox {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 7px 15px;
  position: relative;
  width: calc(50% - 14px);
}
.calc .box_middle .quiz_item .inner .box_radio.box_img label,
.calc .box_middle .quiz_item .inner .box_checkbox.box_img label {
  height: auto;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc .box_middle .quiz_item .inner .box_radio.box_img label .text, 
.calc .box_middle .quiz_item .inner .box_checkbox.box_img label .text {
  width: calc(100% - 65px);
}
.calc .box_middle .quiz_item .inner .box_radio.box_img label .check, 
.calc .box_middle .quiz_item .inner .box_checkbox.box_img label .check {
  position: relative;
  left: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-right: 10px;
}
.calc .box_middle .quiz_item .inner .box_radio.box_img .img,
.calc .box_middle .quiz_item .inner .box_checkbox.box_img .img {
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.calc .box_middle .quiz_item .inner .box_radio.box_img .img img,
.calc .box_middle .quiz_item .inner .box_checkbox.box_img .img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.calc .box_middle .quiz_item .inner .box_radio.active label,
.calc .box_middle .quiz_item .inner .box_checkbox.active label {
  border: 1px solid #3A48E7;
}
.calc .box_middle .quiz_item .inner .box_radio.active label .check,
.calc .box_middle .quiz_item .inner .box_checkbox.active label .check {
  background: rgba(58, 72, 231, 0.7);
}
.calc .box_middle .quiz_item .inner .box_radio.active label .check::before,
.calc .box_middle .quiz_item .inner .box_checkbox.active label .check::before {
  background: #3A48E7;
}
.calc .box_middle .quiz_item .inner .box_radio.active label .check::after,
.calc .box_middle .quiz_item .inner .box_checkbox.active label .check::after {
  background: url(img/s_quiz/check_active.svg) no-repeat;
  background-size: contain;
}
.calc .box_middle .quiz_item .inner .box_radio.active .text,
.calc .box_middle .quiz_item .inner .box_checkbox.active .text {
  color: #000;
}
.calc .box_middle .quiz_item .inner .box_radio.box_full,
.calc .box_middle .quiz_item .inner .box_checkbox.box_full {
  width: calc(100% - 14px);
}
.calc .box_middle .quiz_item .inner input[type=radio]:checked,
.calc .box_middle .quiz_item .inner input[type=radio]:not(:checked),
.calc .box_middle .quiz_item .inner input[type=checkbox]:checked,
.calc .box_middle .quiz_item .inner input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.calc .box_middle .quiz_item .inner form .block {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 15px;
  width: calc(50% - 14px);
}
.calc .box_middle .quiz_item .inner form .block input {
  border: 1px solid #C9CACA;
}
.calc .box_middle .quiz_item .inner .box_input {
  width: calc(100% - 14px);
  margin: 0 7px 14px;
  max-width: 320px;
}
.calc .box_middle .quiz_item .inner .box_input input {
  background: white;
  border-radius: 8px;
  border: 1px solid #C9CACA;
  width: 100%;
  height: 69px;
  padding: 0 20px;
  font-size: 20px;
  line-height: normal;
  color: #000;
  position: relative;
  z-index: 10;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
}
.calc .box_right {
  position: relative;
  width: 23.1%;
  padding: 30px 60px;
  background: #F2F2F2;
}
.calc .box_right .row_bottom .zag {
  font-size: 16px;
  line-height: 136%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}
.calc .box_right .row_bottom .box {
  position: relative;
  padding-left: 78px;
  background: #FFEEB1;
  border: 1px solid #FFDF6E;
  border-radius: 10px;
  margin-bottom: 10px;
}
.calc .box_right .row_bottom .box:last-child {
  margin-bottom: 0;
}
.calc .box_right .row_bottom .box .box_img {
  width: 78px;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.calc .box_right .row_bottom .box .box_img picture {
  height: 100%;
}
.calc .box_right .row_bottom .box .box_img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calc .box_right .row_bottom .box .box_descr {
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  padding: 6px 15px 6px 12px;
}
.calc .box_right .row_bottom .box .box_descr * {
  margin-bottom: 0;
}
.calc .box_right .row_top {
  margin-bottom: 50px;
}
.calc .box_right .row_top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.calc .box_right .row_top .box_img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  box-shadow: 0px -16px 104px rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.calc .box_right .row_top .box_name {
  padding-left: 20px;
  position: static;
}
.calc .box_right .row_top .box_name .name {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  background: transparent;
  padding: 0;
  width: auto;
  display: block;
}
.calc .box_right .row_top .box_name .emp {
  color: #000000;
  font-size: 15px;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  display: block;
}
.calc .box_right .row_top .box_descr {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 13px 10px;
  font-size: 15px;
  line-height: 140%;
  color: #000000;
  position: relative;
}
.calc .box_right .row_top .box_descr::before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  position: absolute;
  border: 10px solid transparent; 
  border-bottom: 10px solid #fff;
}
.calc .box_right .row_top .box_descr * {
  margin-bottom: 0;
}
.box_gift {
  padding: 48px 0 60px 70px;
  width: 27%;
  color: #000;
}
.box_gift .zag {
  font-size: 36px;
  line-height: 130%;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 36px;
}
.box_gift .box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE898), to(#FFDF6E));
  background: -o-linear-gradient(top, #FFE898 0%, #FFDF6E 100%);
  background: linear-gradient(180deg, #FFE898 0%, #FFDF6E 100%);
  border-radius: 8px;
  font-size: 18px;
  line-height: 140%;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 252px;
}
.box_gift .box * {
  margin-bottom: 0;
}
.box_gift .box:last-child {
  margin-bottom: 0;
}
.box_gift .box strong {
  font-weight: 500;
}

@media (max-width: 1440px) {
  .calc .box_middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .calc .box_middle .quiz_progress {
    max-width: 530px;
    margin: 0 auto 30px;
  }
  .calc .box_middle .quiz_progress .progress_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .calc .box_middle .quiz_progress .progress {
    height: 10px;
  }
  .calc .box_middle .quiz_body {
    max-width: 530px;
  }
  .calc .box_middle .quiz_item .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .calc .box_middle .quiz_item .box_btns .btn_skip {
    font-size: 16px;
    margin-left: 20px;
  }
  .calc .box_middle .quiz_item .inner .box_radio label,
  .calc .box_middle .quiz_item .inner .box_checkbox label {
    height: 60px;
    padding-left: 60px;
  }
  .calc .box_middle .quiz_item .inner .box_radio label .text,
  .calc .box_middle .quiz_item .inner .box_checkbox label .text {
    font-size: 16px;
  }
  .calc .box_middle .quiz_item .inner .box_radio label .check,
  .calc .box_middle .quiz_item .inner .box_checkbox label .check {
    left: 8px;
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img .img, 
  .calc .box_middle .quiz_item .inner .box_checkbox.box_img .img {
    height: 150px;
  }
  .calc .box_middle .quiz_item .inner .box_input input {
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
  }
  .calc .box_right {
    padding: 30px 40px;
  }
  .calc .box_right .row_top .box_img {
    width: 85px;
    height: 85px;
  }
  .calc .box_right .row_top .box_name {
    padding-left: 15px;
  }
  .calc .box_right .row_top .box_name .name {
    font-size: 18px;
  }

  .box_gift {
    padding: 40px 0 40px 40px;
  }
  .box_gift .zag {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .box_gift .box {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
    max-width: 230px;
  }
}
@media (max-width: 1199px) {
  .box_gift .zag {
    font-size: 20px;
  }

  .box_gift .box {
    font-size: 14px;
    max-width: 210px;
  }

  .box_gift {
    padding: 40px 0 40px 20px;
    width: 24%;
  }

  .calc .box_middle {
    padding: 40px 15px;
  }

  .calc .box_middle .quiz_item .title {
    font-size: 22px;
  }
  .calc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calc .box_right {
    padding: 30px 15px;
    width: 26%;
    max-width: 255px;
  }
  .calc .box_right .row_top .box_descr {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .box_gift .zag {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .calc .box_middle .quiz_item .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .calc .box_middle .quiz_item .inner .box_radio label .text,
  .calc .box_middle .quiz_item .inner .box_checkbox label .text {
    font-size: 14px;
  }

  .calc .box_middle .quiz_item .inner .box_input input {
    font-size: 14px;
  }

  .calc .box_middle .quiz_item .box_btns {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  .calc .box_middle .quiz_item .box_btns .btn_skip {
    margin: 20px auto 0;
  }

  .calc .box_middle .quiz_item .inner .box_radio label .check,
  .calc .box_middle .quiz_item .inner .box_checkbox label .check {
    width: 40px;
    height: 40px;
  }

  .calc .box_middle .quiz_item .inner .box_radio label,
  .calc .box_middle .quiz_item .inner .box_checkbox label {
    padding: 0 10px 0 55px;
  }
  .calc .box_right {
    width: 100%;
  }
  .calc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box_gift {
    width: 30%;
  }
  .calc .box_middle {
    width: 70%;
  }
  .calc .box_right {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .calc .box_right .row_top {
    margin-bottom: 0;
    max-width: 240px;
  }
  .calc .box_right .row_bottom {
    max-width: 230px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .box_gift {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .box_gift .zag {
    text-align: center;
  }
  .box_gift .zag br {
    display: none;
  }
  .box_gift .box {
    max-width: 233px;
    margin: 0 auto 15px;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
  }
  .box_gift .box .num {
    position: absolute;
    top: 50%;
    right: -22px;
    border-radius: 50%;
    background: #000;
    width: 46px;
    height: 46px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 5px solid #fff;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
  }

  .calc {
    display: block;
    margin: 0 -15px;
  }
  .calc .box_middle {
    padding: 30px 15px;
    width: 100%;
  }
  .calc .box_middle .quiz_item .title {
    font-size: 18px;
  }

  .box_gift .zag {
    font-size: 16px;
  }
  .calc .box_right {
    display: block;
  }
  .calc .box_right .row_top {
    margin: 0 auto 30px;
  }
  .calc .box_right .row_bottom {
    margin: 0 auto;
    max-width: 240px;
  }
  .calc .box_right .row_bottom .zag {
    text-align: center;
  }
  .calc .box_right .row_top .box_descr {
    text-align: center;
  }
  .calc .box_middle .quiz_item .inner form .block {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .calc .box_middle .quiz_item .inner .box_radio.box_img .img, .calc .box_middle .quiz_item .inner .box_checkbox.box_img .img {
    height: 100px;
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img label, .calc .box_middle .quiz_item .inner .box_checkbox.box_img label {
    padding: 5px;
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img .img, .calc .box_middle .quiz_item .inner .box_checkbox.box_img .img {
    margin-bottom: 5px;
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img label .text, .calc .box_middle .quiz_item .inner .box_checkbox.box_img label .text {
    width: calc(100% - 40px);
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img label .check, .calc .box_middle .quiz_item .inner .box_checkbox.box_img label .check {
    margin-right: 5px;
  }
  .calc .box_middle .quiz_item .inner .box_radio label .check, .calc .box_middle .quiz_item .inner .box_checkbox label .check {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 369px) {
  .calc .box_middle .quiz_item .inner {
    margin: 0 auto 10px;
  }
  .calc .box_middle .quiz_item .inner .box_radio,
  .calc .box_middle .quiz_item .inner .box_radio.box_full, 
  .calc .box_middle .quiz_item .inner .box_checkbox,
  .calc .box_middle .quiz_item .inner .box_checkbox.box_full {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
  }
  .calc .box_middle .quiz_item .inner .box_radio.box_img .img, .calc .box_middle .quiz_item .inner .box_checkbox.box_img .img {
    height: 130px;
  }
  .calc .box_middle .quiz_item .inner .box_input {
    width: 100%;
    margin: 0 auto 15px;
  }
}
/*p_portfolio*/
.p_portfolio .s_main .wrap .box_zag p {
  max-width: 80%;
}

@media (max-width: 1440px) {
  .p_portfolio .s_main .wrap .box_zag p {
    max-width: 82%;
  }
}
@media (max-width: 767px) {
  .p_portfolio .s_main .wrap .box_left {
    margin-bottom: 30px;
  }
  .p_portfolio .s_main .wrap .box_zag p {
    max-width: 300px;
  }
}
/*s_portfolio*/
.s_portfolio {
  padding: 80px 0 65px;
}
.s_portfolio .box_zag {
  margin-bottom: 60px;
}
.s_portfolio .box_zag h1, .s_portfolio .box_zag h2 {
  font-size: 42px;
}
.s_portfolio .box_container {
  font-size: 0;
}
.s_portfolio .box_container .box_imgs {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 720px;
  z-index: 10;
}
.s_portfolio .box_container .box_imgs .slider-nav {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.s_portfolio .box_container .box_imgs .slider-nav .item {
  border: none;
  padding: 7px 0;
}
.s_portfolio .box_container .box_imgs .slider-nav .item .inner {
  border-radius: 6px;
  overflow: hidden;
  height: 196px;
  width: 100%;
  position: relative;
}
.s_portfolio .box_container .box_imgs .slider-nav .item .inner img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_portfolio .box_container .box_imgs .slider-nav .item .inner::after {
  content: "";
  background: #FFE898;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.s_portfolio .box_container .box_imgs .slider-nav .item.slick-current .inner::after {
  opacity: 0.5;
}
.s_portfolio .box_container .box_imgs .slider-for {
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-left: 30px;
}
.s_portfolio .box_container .box_imgs .slider-for div {
  height: 100%;
}
.s_portfolio .box_container .box_imgs .slider-for .item {
  border-radius: 6px;
  overflow: hidden;
}
.s_portfolio .box_container .box_imgs .slider-for .item img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s_portfolio .box_container .box_imgs .slick-prev,
.s_portfolio .box_container .box_imgs .slick-next {
  width: 100%;
  height: 45px;
  border: none;
  background: url(img/s_portfolio/arrow_slider.svg) no-repeat;
  background-size: 50px 25px;
  background-position: center;
  font-size: 0;
}
.s_portfolio .box_container .box_imgs .slick-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.s_portfolio .box_container .box_descr {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 15px 40px;
}
.s_portfolio .box_container .box_descr .zag {
  font-size: 22px;
  line-height: 140%;
  color: #000000;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 15px;
}
.s_portfolio .box_container .box_descr .descr {
  font-size: 0;
  color: #000000;
}
.s_portfolio .box_container .box_descr .descr .box {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s_portfolio .box_container .box_descr .descr .box:last-child {
  border: none;
}
.s_portfolio .box_container .box_descr .descr .text_left,
.s_portfolio .box_container .box_descr .descr .text_right {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454545;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.s_portfolio .box_container .box_descr .descr .text_right {
  text-align: right;
}
.s_portfolio .box_container .box_descr .descr .inner {
  font-size: 18px;
  line-height: 140%;
}
.s_portfolio .box_container .box_descr .descr ul {
  list-style: disc;
}
.s_portfolio .box_container .box_descr .descr ul, .s_portfolio .box_container .box_descr .descr ol {
  margin-top: 25px;
  padding-left: 30px;
  margin-bottom: 15px;
}
.s_portfolio .box_container .box_descr .descr ul li, .s_portfolio .box_container .box_descr .descr ol li {
  margin-bottom: 10px;
}
.s_portfolio .box_container .box_descr .descr ul li:last-child, .s_portfolio .box_container .box_descr .descr ol li:last-child {
  margin-bottom: 0;
}
.s_portfolio .box_container .box_descr .link {
  font-weight: 400;
}
.s_portfolio .box_container .box_descr .link img {
  margin-left: 10px;
  height: 20px;
}
.s_portfolio .box_container .box_descr .box_btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s_portfolio .box_slider {
  position: relative;
}
.s_portfolio .btn_ctrls {
  width: 55%;
  text-align: right;
  position: absolute;
  top: 594px;
  left: 0;
  padding-right: 30px;
  font-size: 0;
}
.s_portfolio .btn_ctrls .prev,
.s_portfolio .btn_ctrls .next {
  background-color: #FFE898;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 0;
  background-image: url(img/arrow_slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 30px;
}
.s_portfolio .btn_ctrls .prev::before,
.s_portfolio .btn_ctrls .next::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 2px solid #DFC771;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
}
.s_portfolio .btn_ctrls .prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.s_portfolio .slick-slide img {
  display: inline-block;
}
.s_portfolio .box_btns.vis_sm {
  display: none;
}
.s_portfolio .tns-item {
  font-size: 0;
}
.s_portfolio .tns-controls {
  width: 55%;
  height: 0;
  position: absolute;
  bottom: 96px;
  left: 0;
  text-align: right;
}
.s_portfolio .tns-controls button {
  position: relative;
  top: auto;
  left: auto;
  margin-right: 30px;
  bottom: 30px;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.s_portfolio .tns-controls button[data-controls=prev] {
  -webkit-transform: translateY(0) rotate(-180deg);
      -ms-transform: translateY(0) rotate(-180deg);
          transform: translateY(0) rotate(-180deg);
}

@media (max-width: 1440px) {
  .s_portfolio {
    padding: 60px 0 50px;
  }
  .s_portfolio .box_zag {
    margin-bottom: 50px;
  }
  .s_portfolio .box_zag h1, .s_portfolio .box_zag h2 {
    font-size: 34px;
  }
  .s_portfolio .box_container .box_imgs {
    height: 630px;
  }
  .s_portfolio .box_container .box_imgs .slider-nav {
    width: 130px;
  }
  .s_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 166px;
  }
  .s_portfolio .box_container .box_imgs .slider-for {
    padding-left: 20px;
    width: calc(100% - 130px);
  }
  .s_portfolio .box_container .box_imgs .slick-prev,
.s_portfolio .box_container .box_imgs .slick-next {
    height: 35px;
  }
  .s_portfolio .box_container .box_descr {
    padding: 15px 0 15px 20px;
  }
  .s_portfolio .box_container .box_descr .zag {
    font-size: 18px;
  }
  .s_portfolio .box_container .box_descr .descr .box {
    padding: 8px 0;
  }
  .s_portfolio .box_container .box_descr .descr .text_left,
.s_portfolio .box_container .box_descr .descr .text_right {
    font-size: 16px;
  }
  .s_portfolio .box_container .box_descr .descr .inner {
    font-size: 16px;
  }
  .s_portfolio .box_container .box_descr .descr ul, .s_portfolio .box_container .box_descr .descr ol {
    margin-top: 15px;
  }
  .s_portfolio .box_container .box_descr .box_btns {
    margin-top: 30px;
    max-width: 510px;
  }
  .s_portfolio .btn_ctrls {
    top: 520px;
  }
  .s_portfolio .btn_ctrls .prev,
.s_portfolio .btn_ctrls .next {
    width: 80px;
    height: 80px;
  }
  .s_portfolio .btn_ctrls .prev::before,
.s_portfolio .btn_ctrls .next::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  .s_portfolio .tns-controls {
    bottom: 80px;
  }
  .s_portfolio .box_container .box_descr .link img {
    height: 16px;
  }
}
@media (max-width: 1199px) {
  .s_portfolio .box_zag {
    margin-bottom: 40px;
  }

  .s_portfolio .box_container .box_descr {
    padding: 15px 0 15px 15px;
  }

  .s_portfolio .box_container .box_descr {
    width: 47%;
  }

  .s_portfolio .box_container .box_imgs {
    width: 53%;
  }

  .s_portfolio .btn_ctrls {
    width: 53%;
    top: 485px;
  }

  .s_portfolio .box_container .box_descr .descr .text_left, .s_portfolio .box_container .box_descr .descr .text_right {
    font-size: 14px;
  }

  .s_portfolio .box_container .box_descr .descr .inner {
    font-size: 14px;
  }

  .s_portfolio .box_container .box_imgs {
    height: 595px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav {
    width: 100px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 160px;
  }

  .s_portfolio .box_container .box_imgs .slider-for {
    padding-left: 15px;
    width: calc(100% - 100px);
  }

  .s_portfolio .box_zag h1, .s_portfolio .box_zag h2 {
    font-size: 28px;
  }

  .s_portfolio .box_container .box_descr .box_btns {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .s_portfolio {
    padding-top: 50px;
  }

  .s_portfolio .box_zag {
    margin-bottom: 30px;
  }

  .s_portfolio .box_container .box_imgs {
    width: 55%;
    height: 530px;
  }

  .s_portfolio .btn_ctrls {
    width: 55%;
    top: 430px;
    padding-right: 20px;
  }

  .s_portfolio .btn_ctrls .prev, .s_portfolio .btn_ctrls .next {
    margin-left: 20px;
  }

  .s_portfolio .box_container .box_descr {
    width: 45%;
  }

  .s_portfolio .box_container .box_descr .descr ul, .s_portfolio .box_container .box_descr .descr ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .s_portfolio .box_container .box_descr .descr ul li, .s_portfolio .box_container .box_descr .descr ol li {
    margin-bottom: 5px;
  }

  .s_portfolio .box_container .box_descr .box_btns {
    display: block;
    margin-top: 0;
    display: none;
  }

  .s_portfolio .box_container .box_descr .box_btns .btn_main,
.s_portfolio .box_container .box_descr .box_btns .btn_border {
    max-width: 230px;
    width: 100%;
    margin-top: 20px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 140px;
  }

  .s_portfolio .tns-controls button {
    margin-right: 15px;
  }

  .s_portfolio .box_btns.vis_sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .s_portfolio .box_btns.vis_sm .btn_main,
.s_portfolio .box_btns.vis_sm .btn_border {
    margin: 0 7px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav {
    width: 85px;
  }

  .s_portfolio .box_container .box_imgs .slider-for {
    width: calc(100% - 85px);
  }
}
@media (max-width: 767px) {
  .s_portfolio .box_zag {
    text-align: center;
  }

  .s_portfolio .box_btns.vis_sm {
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
  }

  .s_portfolio .box_btns.vis_sm .btn_main {
    margin: 0 auto 20px;
  }

  .s_portfolio .box_btns.vis_sm .btn_border {
    margin: 0;
  }

  .s_portfolio .box_container .box_imgs {
    width: 100%;
    display: block;
    height: 400px;
  }

  .s_portfolio .box_container .box_descr {
    width: 100%;
    display: block;
    padding: 30px 0 0;
  }

  .s_portfolio .box_container .box_descr .link {
    font-size: 14px;
  }

  .s_portfolio .tns-outer {
    max-width: 520px;
    margin: 0 auto 30px;
  }

  .s_portfolio .tns-ovh {
    overflow: hidden;
    max-width: 380px;
    margin: 0 auto;
  }

  .s_portfolio .box_container {
    max-width: 380px;
    margin: 0 auto;
  }

  .s_portfolio .box_container .box_imgs .slider-for {
    padding-left: 10px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav .item {
    padding: 5px 0;
  }

  .s_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 100px;
  }

  .s_portfolio .tns-controls {
    bottom: 0;
    position: static;
    width: 100%;
    text-align: center;
  }

  .s_portfolio .tns-controls button {
    margin: 0;
    top: 172px;
    bottom: auto;
    position: absolute;
  }

  .s_portfolio .tns-controls button[data-controls=next] {
    right: 0;
  }

  .s_portfolio .tns-controls button[data-controls=prev] {
    left: 0;
  }

  .s_portfolio .box_zag h1, .s_portfolio .box_zag h2 {
    font-size: 22px;
  }

  .s_portfolio .btn_ctrls {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: static;
  }

  .s_portfolio .box_slider {
    max-width: 520px;
    margin: 0 auto;
  }

  .s_portfolio .btn_ctrls .prev, .s_portfolio .btn_ctrls .next {
    width: 60px;
    height: 60px;
    background-size: 25px;
    position: absolute;
    top: 170px;
    margin: 0;
  }

  .s_portfolio .btn_ctrls .prev {
    left: 0;
  }

  .s_portfolio .btn_ctrls .next {
    right: 0;
  }

  .s_portfolio .btn_ctrls .prev::before, .s_portfolio .btn_ctrls .next::before {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
}
@media (max-width: 479px) {
  .s_portfolio .tns-controls {
    margin-top: 20px;
    height: auto;
  }

  .s_portfolio .tns-controls button {
    position: relative;
    top: auto;
    bottom: 0;
    margin: 0 10px;
  }

  .s_portfolio .btn_ctrls {
    margin-top: 20px;
  }

  .s_portfolio .btn_ctrls .prev, .s_portfolio .btn_ctrls .next {
    position: relative;
    top: auto;
    margin: 0 10px;
  }

  .s_portfolio .box_container .box_imgs .slider-nav {
    width: 75px;
  }

  .s_portfolio .box_container .box_imgs .slider-for {
    width: calc(100% - 75px);
  }

  .s_portfolio .box_zag h1, .s_portfolio .box_zag h2 {
    font-size: 20px;
  }

  .s_portfolio .box_container .box_descr .zag {
    font-size: 16px;
  }
}
@media (max-width: 369px) {
  .s_portfolio .box_container .box_imgs .slider-nav {
    width: 65px;
  }

  .s_portfolio .box_container .box_imgs .slider-for {
    width: calc(100% - 65px);
  }
}
/*b_portfolio*/
.b_portfolio {
  padding: 50px 0 0;
}
.b_portfolio .box_nav {
  margin-bottom: 50px;
  font-size: 0;
}
.b_portfolio .box_nav a {
  background: #fff;
  border: 2px solid #000000;
  border-radius: 8px;
  height: 70px;
  color: #000000;
  font-size: 18px;
  font-family: RFDewiExtended-Bold;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
}
.b_portfolio .box_nav a:hover, .b_portfolio .box_nav a.active {
  background: #000;
  color: #fff;
}
.b_portfolio .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -50px;
  font-size: 0;
}
.b_portfolio .box_container .portfolio_item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 100px);
  margin: 0 50px 80px;
}
.b_portfolio .box_container .box_imgs {
  position: relative;
  padding-top: 560px;
}
.b_portfolio .box_container .box_imgs .slider-for {
  height: 540px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.b_portfolio .box_container .box_imgs .slider-for div {
  height: 100%;
}
.b_portfolio .box_container .box_imgs .slider-for .item {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.b_portfolio .box_container .box_imgs .slider-for .item img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b_portfolio .box_container .box_imgs .slider-nav {
  padding: 0 28px;
}
.b_portfolio .box_container .box_imgs .slider-nav .item {
  border: none;
  padding: 0 7px;
}
.b_portfolio .box_container .box_imgs .slider-nav .item .inner {
  border-radius: 6px;
  overflow: hidden;
  height: 130px;
  position: relative;
}
.b_portfolio .box_container .box_imgs .slider-nav .item .inner img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b_portfolio .box_container .box_imgs .slider-nav .item .inner::after {
  content: "";
  background: #FFE898;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.b_portfolio .box_container .box_imgs .slider-nav .item.slick-current .inner::after {
  opacity: 0.5;
}
.b_portfolio .box_container .box_imgs .slick-prev,
.b_portfolio .box_container .box_imgs .slick-next {
  width: 35px;
  height: 100%;
  border: none;
  background: url(img/s_portfolio/arrow_slider2.svg) no-repeat;
  background-size: 15px 50px;
  background-position: center;
  font-size: 0;
  position: absolute;
  top: 0;
  padding: 0;
}
.b_portfolio .box_container .box_imgs .slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.b_portfolio .box_container .box_imgs .slick-next {
  right: 0;
}
.b_portfolio .box_container .box_descr {
  margin-top: 25px;
}
.b_portfolio .box_container .box_descr .box_btns {
  display: none;
}
.b_portfolio .box_container .box_descr .zag {
  font-size: 22px;
  line-height: 140%;
  color: #000000;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 15px;
}
.b_portfolio .box_container .box_descr .descr {
  font-size: 0;
  color: #000000;
}
.b_portfolio .box_container .box_descr .descr .box {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.b_portfolio .box_container .box_descr .descr .box:last-child {
  border: none;
}
.b_portfolio .box_container .box_descr .descr .text_left,
.b_portfolio .box_container .box_descr .descr .text_right {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454545;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.b_portfolio .box_container .box_descr .descr .text_right {
  text-align: right;
}
.b_portfolio .box_container .box_descr .descr .inner {
  font-size: 16px;
  line-height: 140%;
}
.b_portfolio .box_container .box_descr .descr ul {
  list-style: disc;
}
.b_portfolio .box_container .box_descr .descr ul, .b_portfolio .box_container .box_descr .descr ol {
  margin-top: 25px;
  padding-left: 30px;
  margin-bottom: 15px;
}
.b_portfolio .box_container .box_descr .descr ul li, .b_portfolio .box_container .box_descr .descr ol li {
  margin-bottom: 6px;
}
.b_portfolio .box_container .box_descr .descr ul li:last-child, .b_portfolio .box_container .box_descr .descr ol li:last-child {
  margin-bottom: 0;
}
.b_portfolio .box_container .box_descr .link {
  font-weight: 400;
}
.b_portfolio .box_container .box_descr .link img {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .b_portfolio {
    padding: 40px 0 0;
  }
  .b_portfolio .box_nav {
    margin-bottom: 40px;
  }
  .b_portfolio .box_nav a {
    height: 60px;
    font-size: 16px;
    padding: 0 30px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .b_portfolio .box_container {
    margin: 0 -30px;
    font-size: 0;
  }
  .b_portfolio .box_container .portfolio_item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 60px);
    margin: 0 30px 60px;
  }
  .b_portfolio .box_container .box_imgs {
    padding-top: 470px;
  }
  .b_portfolio .box_container .box_imgs .slider-for {
    height: 460px;
  }
  .b_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 110px;
  }
  .b_portfolio .box_container .box_descr {
    margin-top: 20px;
  }
  .b_portfolio .box_container .box_descr .zag {
    font-size: 18px;
  }
  .b_portfolio .box_container .box_descr .descr .box {
    padding: 8px 0;
  }
  .b_portfolio .box_container .box_descr .descr .text_left,
.b_portfolio .box_container .box_descr .descr .text_right {
    font-size: 16px;
  }
  .b_portfolio .box_container .box_descr .descr .inner {
    font-size: 14px;
  }
  .b_portfolio .box_container .box_descr .descr ul {
    list-style: disc;
  }
  .b_portfolio .box_container .box_descr .descr ul, .b_portfolio .box_container .box_descr .descr ol {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .b_portfolio .box_nav a {
    font-size: 14px;
    padding: 0 25px;
  }

  .b_portfolio .box_nav {
    margin-bottom: 30px;
  }

  .b_portfolio .box_container {
    margin: 0 -15px;
  }

  .b_portfolio .box_container .portfolio_item {
    margin: 0 15px 50px;
    width: calc(33.33% - 30px);
  }

  .b_portfolio .box_container .box_imgs .slider-nav .item .inner {
    height: 100px;
  }

  .b_portfolio .box_container .box_descr .descr .text_left, .b_portfolio .box_container .box_descr .descr .text_right {
    font-size: 14px;
  }

  .b_portfolio .box_container .box_descr .descr ul, .b_portfolio .box_container .box_descr .descr ol {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .b_portfolio .box_nav a {
    padding: 0 20px;
    height: 50px;
  }

  .b_portfolio .box_nav {
    margin-bottom: 20px;
  }

  .b_portfolio .box_container .portfolio_item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .b_portfolio .box_nav {
    text-align: center;
  }

  .b_portfolio .box_nav a {
    margin: 0 7px 15px;
  }

  .b_portfolio .box_container {
    margin: 0;
    display: block;
  }

  .b_portfolio .box_container .portfolio_item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
    display: block;
  }

  .b_portfolio .box_container .box_imgs .slider-nav .item {
    padding: 0 5px;
  }

  .b_portfolio .box_container .box_descr .link {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .b_portfolio .box_nav a {
    padding: 0 10px;
    font-size: 12px;
    margin: 0 5px 10px;
  }
}
@media (max-width: 369px) {
  .b_portfolio .box_nav a {
    width: 110px;
  }
}
/*p_news*/
.p_news .s_form {
  padding: 0 0 80px;
}

@media (max-width: 1440px) {
  .p_news .s_form {
    padding: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .p_news .s_form {
    padding: 0 0 50px;
  }

  .p_news .s_form .wrap .bg_img img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}
@media (max-width: 767px) {
  .p_news .s_form {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 15px 15px 0 0;
  }
}
/*b_news_popular*/
.b_news_popular .box_zag {
  margin-bottom: 25px;
}
.b_news_popular .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
.b_news_popular .box_container .box_left {
  width: 60%;
  height: 400px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  position: relative;
}
.b_news_popular .box_container .box_left::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34.23%, rgba(0, 0, 0, 0)), color-stop(80.49%, rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 34.23%, rgba(0, 0, 0, 0.65) 80.49%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.23%, rgba(0, 0, 0, 0.65) 80.49%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b_news_popular .box_container .box_left .inner {
  padding: 32px;
  position: relative;
  z-index: 10;
  font-size: 0;
}
.b_news_popular .box_container .box_left .inner .zag {
  font-size: 32px;
  line-height: 140%;
  color: #F8F8F8;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 25px;
  max-width: 80%;
}
.b_news_popular .box_container .box_left .inner .time, .b_news_popular .box_container .box_left .inner .mark {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-size: 12px;
  line-height: 150%;
  color: #F8F8F8;
  margin-right: 30px;
}
.b_news_popular .box_container .box_left img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b_news_popular .box_container .box_right {
  width: 40%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.75;
  color: #444444;
}
.b_news_popular .box_container .box_right .more {
  display: inline-block;
  border-bottom: 1px solid;
}
.b_news_popular .box_container .box_right .more:hover {
  border-color: transparent;
}

@media (max-width: 1440px) {
  .b_news_popular .box_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 340px;
  }
  .b_news_popular .box_container .box_left {
    height: 340px;
  }
  .b_news_popular .box_container .box_left .inner {
    padding: 25px;
  }
  .b_news_popular .box_container .box_left .inner .zag {
    font-size: 28px;
  }
  .b_news_popular .box_container .box_right {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .b_news_popular .box_container .box_left .inner .zag {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .b_news_popular .box_container .box_left {
    width: 50%;
  }

  .b_news_popular .box_container .box_right {
    width: 50%;
    padding-left: 15px;
    line-height: 140%;
  }

  .b_news_popular .box_container .box_left .inner {
    padding: 30px 15px;
  }

  .b_news_popular .box_container .box_left .inner .zag {
    font-size: 18px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b_news_popular .box_zag {
    text-align: center;
  }

  .b_news_popular .box_container {
    display: block;
    max-width: 580px;
    margin: 0 auto;
  }

  .b_news_popular .box_container .box_left {
    width: 100%;
  }

  .b_news_popular .box_container .box_right {
    width: 100%;
    padding: 30px 0 0;
  }
}
/*b_news*/
.b_news {
  padding: 55px 0 30px;
}
.b_news .box_zag {
  margin-bottom: 20px;
}
.b_news .box_container {
  font-size: 0;
  margin: 0 -10px;
}
.b_news .box_container .news_item {
  width: calc(20% - 20px);
  margin: 0 10px 45px;
}

@media (max-width: 1440px) {
  .b_news .box_container {
    font-size: 0;
    margin: 0 -10px;
  }
  .b_news .box_container .news_item {
    width: calc(20% - 20px);
    margin: 0 10px 30px;
  }
}
@media (max-width: 1199px) {
  .b_news .box_container {
    font-size: 0;
    margin: 0 -7px;
  }
  .b_news .box_container .news_item {
    width: calc(25% - 14px);
    margin: 0 7px 30px;
  }
}
@media (max-width: 991px) {
  .b_news .box_container .news_item {
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 767px) {
  .b_news {
    padding: 40px 0;
  }

  .b_news .box_zag {
    text-align: center;
    margin-bottom: 30px;
  }

  .b_news .wrap {
    max-width: 580px;
    margin: 0 auto;
  }

  .b_news .box_container {
    margin: 0 -7px;
  }

  .b_news .box_container .news_item {
    width: calc(50% - 14px);
  }
}
@media (max-width: 369px) {
  .b_news .box_container {
    margin: 0;
  }

  .b_news .box_container .news_item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .b_news .box_container .news_item:last-child {
    margin-bottom: 0;
  }
}
.news_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news_item .box_img {
  height: 176px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
.news_item .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_item .zag {
  color: #121221;
  font-size: 21px;
  line-height: 120%;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 25px;
  display: inline-block;
}
.news_item .date, .news_item .mark {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
.news_item .date {
  margin-right: 30px;
}
.news_item a.more {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news_item:hover {
  opacity: 0.8;
}

@media (max-width: 1440px) {
  .news_item .box_img {
    height: 140px;
    margin-bottom: 15px;
  }
  .news_item .zag {
    font-size: 18px;
  }

  .news_item .date {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .news_item .zag {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news_item .zag {
    margin-bottom: 15px;
  }
}
/*p_contacts*/
.p_contacts .s_form {
  padding-bottom: 80px;
}

@media (max-width: 1440px) {
  .p_contacts .s_form {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .p_contacts .s_form {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .p_contacts .s_form {
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 15px 15px 0 0;
  }
}
/*s_contacts*/
.s_contacts {
  padding-bottom: 65px;
  position: relative;
}
.s_contacts .wrap {
  position: relative;
  z-index: 10;
}
.s_contacts .box_zag {
  margin-bottom: 40px;
}
.s_contacts .box_container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  font-size: 0;
}
.s_contacts .box_container .zag {
  color: #2A2C2B;
  font-size: 25px;
  line-height: 140%;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 13px;
}
.s_contacts .box_container .inner {
  font-size: 0;
}
.s_contacts .box_container .inner .box {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  color: #000000;
  font-weight: 400;
}
.s_contacts .box_container .inner .box:last-child {
  margin-right: 0;
}
.s_contacts .box_container .inner .box .phone,
.s_contacts .box_container .inner .box .mail {
  color: #2A2C2B;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}
.s_contacts .box_container .inner .box .phone + span,
.s_contacts .box_container .inner .box .mail + span {
  color: #7F7F7F;
  font-size: 16px;
  display: block;
}
.s_contacts .box_container .inner .box .box_soc a img {
  height: 24px;
}
.s_contacts .box_container .inner .box .link {
  color: #000000;
}
.s_contacts .box_container .inner .box ul li {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}
.s_contacts .box_container .inner .box ul li:last-child {
  margin-bottom: 0;
}
.s_contacts .box_container .inner .box img {
  margin-right: 5px;
}
.s_contacts .box_container.box_container1 .inner .box {
  margin-right: 78px;
  vertical-align: middle;
}
.s_contacts .bg_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.s_contacts .bg_img img {
  width: 100%;
}
@media (max-width: 1440px) {
  .s_contacts {
    padding-bottom: 50px;
  }
  .s_contacts .box_zag {
    margin-bottom: 30px;
  }
  .s_contacts .box_container {
    padding: 20px 0;
  }
  .s_contacts .box_container .zag {
    font-size: 20px;
  }
  .s_contacts .box_container .inner .box {
    margin-right: 50px;
  }
  .s_contacts .box_container .inner .box .phone,
.s_contacts .box_container .inner .box .mail {
    font-size: 18px;
  }
  .s_contacts .box_container .inner .box .phone + span,
.s_contacts .box_container .inner .box .mail + span {
    font-size: 14px;
  }
  .s_contacts .box_container .inner .box ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .s_contacts .box_container.box_container1 .inner .box {
    margin-right: 60px;
  }
}
@media (max-width: 1199px) {
  .s_contacts .box_container .inner .box {
    margin-right: 30px;
  }

  .s_contacts .box_container .inner .box ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .s_contacts .box_container .zag {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .s_contacts .box_container.box_container1 {
    padding-top: 0;
  }

  .s_contacts .box_container.box_container1 .inner .box {
    margin-right: 30px;
  }

  .s_contacts .box_container .inner .box .phone, .s_contacts .box_container .inner .box .mail {
    font-size: 16px;
  }

  .s_contacts .box_container .inner .box {
    margin-bottom: 15px;
  }

  .s_contacts .box_container {
    padding: 20px 0 5px;
  }
}
@media (max-width: 767px) {
  .s_contacts {
    padding-bottom: 25px;
  }

  .s_contacts .wrap {
    text-align: center;
  }

  .s_contacts .box_container .inner .box,
.s_contacts .box_container.box_container1 .inner .box {
    margin: 0 auto 15px;
    display: block;
  }

  .s_contacts .box_container:last-child {
    border: none;
  }

  .s_contacts .box_container .inner .box ul li {
    margin-bottom: 5px;
  }

  .s_contacts .box_container .inner .box .link {
    font-size: 14px;
  }

  .s_contacts .box_zag h1, .s_contacts .box_zag h2 {
    font-size: 24px;
  }
}
/*p_about*/
.p_about .s_main .wrap .box_zag h1, .p_about .s_main .wrap .box_zag h2 {
  margin-bottom: 0;
}
.p_about .s_form {
  padding-bottom: 80px;
}
.p_about .s_quiz_1 {
  padding-bottom: 80px;
}

@media (max-width: 1440px) {
  .p_about .s_form {
    padding-bottom: 60px;
  }
  .p_about .s_quiz_1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .p_about .s_form {
    padding-bottom: 50px;
  }
  .p_about .s_quiz_1 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .p_about .s_form {
    margin-top: -70px;
    border-radius: 15px 15px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .p_about .s_main .wrap .box_left {
    margin-bottom: 30px;
  }
}
/*s_team*/
.s_team {
  padding: 80px 0 20px;
  background: #F6F6F6;
}
.s_team .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s_team .wrap .team_item {
  width: 25%;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .s_team {
    padding: 60px 0 10px;
  }
  .s_team .wrap .team_item {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .s_team .wrap .team_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .s_team {
    padding: 50px 0 10px;
  }

  .s_team .wrap .team_item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .s_team .wrap {
    display: block;
  }

  .s_team .tns-outer {
    max-width: 480px;
    margin: 0 auto;
  }
}
/*team_item*/
.team_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.team_item .box_img {
  height: 414px;
  position: relative;
}
.team_item .box_img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 100%;
}
.team_item .box_name {
  position: static;
  max-width: 277px;
  margin: 0 auto;
  text-align: center;
}
.team_item .box_name .name {
  display: block;
  background: #E1DED1;
  padding-left: 10px;
}
.team_item .box_name img {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -4px;
}
.team_item .box_name .emp {
  max-width: 243px;
  width: 100%;
  margin: -4px auto 0;
}

@media (max-width: 1440px) {
  .team_item .box_img {
    height: 330px;
  }
  .team_item .box_name {
    max-width: 235px;
  }
  .team_item .box_name .emp {
    max-width: 206px;
  }
}
@media (max-width: 1199px) {
  .team_item {
    padding: 0 15px;
  }

  .team_item .box_img {
    height: 300px;
  }

  .team_item .box_name .emp {
    max-width: 200px;
  }
}
span.shine {
  content: '';
  position: absolute;
  height: 200px;
  width: 20px;
  background: #FFF;
  top: -50px;
  left: -145px;
  display: block;
  opacity: 0.5;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 20px 10px white;
  -webkit-animation: move 5s;
  -webkit-animation-iteration-count: 6;
  -web-kit-animation-delay: 6s;
  animation: move 5s;
  animation-iteration-count: 6;
  animation-delay: 6s;
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: skew(-10deg, 0deg) translate(0px, 0px);
    transform: skew(-10deg, 0deg) translate(0px, 0px);
  }
  25% {
    opacity: 0.5;
  }
  91% {
    opacity: 0.0;
  }
  95%,
  100% {
    -webkit-transform: skew(-10deg, 0deg) translate(4040px, 0px);
    transform: skew(-10deg, 0deg) translate(4040px, 0px);
  }
}
@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: skew(-10deg, 0deg) translate(0px, 0px);
    transform: skew(-10deg, 0deg) translate(0px, 0px);
  }
  25% {
    opacity: 0.5;
  }
  91% {
    opacity: 0.0;
  }
  95%,
  100% {
    -webkit-transform: skew(-10deg, 0deg) translate(4040px, 0px);
    transform: skew(-10deg, 0deg) translate(4040px, 0px);
  }
}
.nav-links {
  font-size: 0;
  text-align: center;
}
.nav-links a,
.nav-links span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-family: RFDewiExtended-Bold;
  color: #000;
}
.nav-links .current {
  background: #EAB90C;
}
.nav-links .next,
.nav-links .prev {
  display: none;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation_box {
  margin: 30px auto;
}
.slick-slide {
  outline: none;
  cursor: pointer;
}
/*single*/
.s_article {
  padding-bottom: 70px;
}
.article .article_head {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 120%;
}
.article .article_head .date,
.article .article_head .cats {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.article .article_head .date {
  margin-right: 30px;
}
.article_body .zag {
  color: #121221;
  font-size: 21px;
  line-height: 120%;
  font-family: RFDewiExtended-Bold;
  margin-bottom: 25px;
  display: inline-block;
}
.article_body .descr {
  font-size: 16px;
  line-height: 140%;
}
.article_body .descr ul,
.article_body .descr ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
.article_body .descr ul {
  list-style: disc;
}
@media (max-width: 1440px) {
  .s_article {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .s_article {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .article_body .zag {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 369px) {
  .article_body .descr {
    font-size: 14px;
  }
}
/*page home*/
/*.home .s_control {
  padding-top: 0;
}*/
.page-content{
  padding: 150px 0 50px;
}
@media (max-width:991px){
  .page-content{
    padding: 50px 0;
  }
}
ul.wsp-pages-list li a{
  font-size: 18px;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}

ul.wsp-pages-list li a:hover{
  text-decoration: underline;
}

/* Airdatepicker */
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: 'nav' 'body' 'timepicker' 'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^='top'] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^='top'] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^='right'] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^='right'] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^='bottom'] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^='bottom'] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^='left'] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^='left'] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

.btn_disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}

/*s_seo*/
.s_seo {
  padding: 80px 0;
}
.s_seo .wrap {
  font-size: 16px;
  line-height: 140%;
  color: #454545;
}
.s_seo .wrap * {
  margin-bottom: 20px;
}
.s_seo .wrap *:last-child {
  margin-bottom: 0;
}
.s_seo .wrap h1,
.s_seo .wrap h2,
.s_seo .wrap h3, 
.s_seo .wrap h4,
.s_seo .wrap h5,
.s_seo .wrap h6 {
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .s_seo .wrap br {
    display: none;
  }

  .s_seo .wrap {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .s_seo {
     padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .s_seo .wrap h1,
  .s_seo .wrap h2,
  .s_seo .wrap h3, 
  .s_seo .wrap h4,
  .s_seo .wrap h5,
  .s_seo .wrap h6 {
    margin-bottom: 20px;
  }
  .s_seo .wrap * {
    margin-bottom: 15px;
  }
}
/*s_qna*/
.s_qna {
  padding: 80px 0 0;
}
.s_qna + .footer {
  margin-top: 80px;
}
.s_qna .panel-group {
  margin-bottom: 0;
  background: #F6F6F6;
  border-radius: 10px;
}
.s_qna .panel-group .panel {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.s_qna .panel-group .panel+.panel {
  margin: 0;
}
.s_qna .panel-group .panel:last-child {
  border: none;
}
.s_qna .panel-group .panel .panel-heading {
  color: #000;
  background: transparent;
  border: none;
  padding: 0;
}
.s_qna .panel-group .panel .panel-title {
  font-size: 20px;
}
.s_qna .panel-group .panel .panel-title a {
  display: block;
  padding: 20px 15px;
  position: relative;
}
.s_qna .panel-group .panel .panel-title a .btn_toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3A48E7;
}
.s_qna .panel-group .panel .panel-title a.collapsed .btn_toggle::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.s_qna .panel-group .panel .panel-title a.collapsed .btn_toggle::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: .3s;
}
.s_qna .panel-group .panel .panel-title a .btn_toggle::before {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: .3s;
}
.s_qna .panel-group .panel .panel-title a .btn_toggle::after {
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: .3s;
}
.s_qna .panel-group .panel .panel-body {
  border: none;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  border: none !important;
  padding: 0 15px 20px;
}
@media (max-width: 1440px) {
  .s_qna {
    padding: 60px 0 0;
  }
  .s_qna + .footer {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .s_qna {
    padding: 50px 0 0;
  }
  .s_qna + .footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .s_qna .box_zag {
    max-width: 100%;
  }
  .s_qna .panel-group .panel .panel-title {
    font-size: 18px;
  }
  .s_qna .panel-group .panel .panel-body {
    font-size: 14px;
  } 
}
@media (max-width: 479px) {
  .s_qna .panel-group .panel .panel-title a {
    padding: 15px;
  }
  .s_qna .panel-group .panel .panel-title {
    font-size: 16px;
  }
}

/* Works Before & After */

/*  
before-after.js
https://github.com/jotform/before-after.js
*/
.ba-slider{position:relative;overflow:hidden}.ba-slider img{width:100%;display:block;max-width:none}.ba-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}.ba-slider .handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px;background:rgba(0,0,0,.5);cursor:ew-resize}.ba-slider .handle:after{position:absolute;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;content:'\21d4';color:#fff;font-weight:700;font-size:36px;text-align:center;line-height:64px;background:#ffb800;border:1px solid #e6a600;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.5),inset 0 60px 50px -30px #ffd466}.ba-slider .handle.ba-draggable:after{width:48px;height:48px;margin:-24px 0 0 -24px;line-height:50px;font-size:30px}


.s_works_before_after {
  padding-top: 80px;
}
.s_works_before_after .box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.s_works_before_after .box_container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s_works_before_after .box_container .box_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: calc(100% - 450px);
}
.s_works_before_after .box_container .box_descr {
  width: 450px;
  padding-left: 25px;
  padding-top: 5px;
}
.s_works_before_after .box_container .box_descr .zag {
  font-family: RFDewiExtended-Bold;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 20px;
  color: #000;
}
.s_works_before_after .box_container .box_descr .descr {
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
.s_works_before_after .box_container .box_descr .descr .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.s_works_before_after .box_container .box_descr .descr .box:last-child {
  border: none;
  padding-bottom: 0;
}
.s_works_before_after .box_container .box_descr .descr .box .text_left,
.s_works_before_after .box_container .box_descr .descr .box .text_right {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454545;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.s_works_before_after .box_container .box_descr .descr .box .text_left {
  text-align: left;
}
.s_works_before_after .box_container .box_descr .descr .box .text_right {
  text-align: right;
}
.s_works_before_after .box_container .box_descr .descr .box .inner {
  width: 100%;
}
.s_works_before_after .box_container .box_descr .descr .box ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  text-align: left;
}
.s_works_before_after .box_container .box_descr .descr .box ul li {
  margin-bottom: 7px;
}
.s_works_before_after .box_container .box_descr .descr .box ul li:last-child {
  margin-bottom: 0;
}
.s_works_before_after .ba-slider {
  width: calc((100% - 25px) / 2);
  height: 680px;
  border-radius: 37px;
  overflow: hidden;
}
.s_works_before_after .ba-slider img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.s_works_before_after .ba-slider .handle {
  background: #fff;
}
.s_works_before_after .ba-slider .handle:after {
  content: "";
  width: 54px;
  height: 54px;
  border: 5px solid #3A48E7;
  background-color: #fff;
  box-shadow: none;
  margin: -27px 0 0 -27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cg clip-path='url(%23clip0_4308_9990)'%3E%3Cpath d='M5.83594 8.83992L4.52398 7.52795L0.588104 11.4638L4.52398 15.3997L5.83594 14.0877L4.13974 12.3915H9.86503V10.5361H4.13968L5.83594 8.83992Z' fill='black'/%3E%3Cpath d='M13.5758 10.5361V12.3915H19.3011L17.6049 14.0877L18.9168 15.3997L22.8528 11.4638L18.9168 7.52795L17.6049 8.83992L19.3012 10.5361H13.5758Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4308_9990'%3E%3Crect width='22.2647' height='22.2647' fill='white' transform='translate(0.587997 0.331543)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-size: 23px 23px;
  background-repeat: no-repeat;
}
.s_works_before_after #load-more-works-ba {
  display: block;
  width: 100%;
  border: 2px solid #000;
  font-size: 12px;
  font-family: RFDewiExtended-Bold, sans-serif;
  color: #000;
  background: transparent;
  height: 45px;
  border-radius: 10px;
  margin-top: 45px;
}
.s_works_before_after #load-more-works-ba:hover {
  opacity: .8;
}
.loading {
  pointer-events: none;
  opacity: .7;
}

@media (max-width: 1440px) {
  .s_works_before_after {
    padding-top: 60px;
  }
  .s_works_before_after .box_container {
    gap: 35px;
  }
  .s_works_before_after .box_container .box_imgs {
    gap: 20px;
  }
  .s_works_before_after .box_container .box_descr {
    padding-left: 20px;
  }
  .s_works_before_after .ba-slider {
    height: 580px;
    width: calc((100% - 20px) / 2);
  }
  .s_works_before_after .box_container .box_descr .zag {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .s_works_before_after .box_container .box_descr .descr {
    font-size: 16px;
  }
  .s_works_before_after .box_container .box_descr .descr .box {
    padding: 8px 0;
  }
  .s_works_before_after .box_container .box_descr .descr .box .text_left, 
  .s_works_before_after .box_container .box_descr .descr .box .text_right {
    font-size: 16px;
  }
  .s_works_before_after .box_container .box_descr .descr .box ul {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .s_works_before_after #load-more-works-ba {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  .s_works_before_after .box_container .box_imgs {
    gap: 15px;
    width: calc(100% - 380px);
  }
  .s_works_before_after .box_container .box_descr {
    padding-left: 15px;
    width: 380px;
  }
  .s_works_before_after .ba-slider {
    height: 480px;
    width: calc((100% - 15px) / 2);
  }
  .s_works_before_after .box_container .box_descr .zag {
    font-size: 18px;
  }
  .s_works_before_after .box_container .box_descr .descr {
    font-size: 14px;
  }
  .s_works_before_after .box_container .box_descr .descr .box .text_left, 
  .s_works_before_after .box_container .box_descr .descr .box .text_right {
    font-size: 14px;
  }
  .s_works_before_after .box_container .box_descr .descr .box ul {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 20px;
  }
  .s_works_before_after .box_container .box_descr .descr .box ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .s_works_before_after {
    padding-top: 50px;
  }
  .s_works_before_after .box_container .box_imgs {
    gap: 10px;
    width: calc(100% - 300px);
  }
  .s_works_before_after .box_container .box_descr {
    width: 300px;
  }
  .s_works_before_after .ba-slider {
    height: 380px;
    width: calc((100% - 10px) / 2);
  }
  .s_works_before_after .ba-slider {
    border-radius: 25px;
  }
  .s_works_before_after .box_container .box_descr .descr .box {
    padding: 5px 0;
  }
  .s_works_before_after .box_container .box_descr .descr .box .text_left, 
  .s_works_before_after .box_container .box_descr .descr .box .text_right {
    font-size: 13px;
  }
  .s_works_before_after .box_container .box_descr .descr .box ul li {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .s_works_before_after .box_zag {
    text-align: center;
  }
  .s_works_before_after .box_container {
    align-items: center;
  }
  .s_works_before_after .box_container .item {
    flex-direction: column;
    max-width: 500px;
  }
  .s_works_before_after .box_container .box_imgs {
    width: 100%;
  }
  .s_works_before_after .box_container .box_descr {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .s_works_before_after #load-more-works-ba {
    max-width: 500px;
    margin: 35px auto 0;
  }
}
@media (max-width: 479px) {
  .s_works_before_after .ba-slider {
    height: 260px;
    border-radius: 15px;
  }
}