/* Base style files */
/* Functions */
/* Variables */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
html {
  -webkit-text-size-adjust: none;
}
html.is-hidden {
  overflow: hidden;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Manrope", Arial, sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
b,
strong {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
input,
textarea,
button,
select {
  font-family: inherit;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
.js-open,
.js-close,
.js-toggle,
.js-goto-anchor,
label,
button {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: top;
  transition: opacity 0.5s;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
}
/*!
 * Bootstrap Grid 4.3.1
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container--fluid {
  width: 100%;
  max-width: auto !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row--sm {
  margin-left: -5px;
  margin-right: -5px;
}
.row--sm [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-auto {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 476px) {
  .col-xs-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xs-order-first {
    order: -1;
  }
  .xs-order-last {
    order: 13;
  }
  .xs-order-0 {
    order: 0;
  }
  .xs-order-1 {
    order: 1;
  }
  .xs-order-2 {
    order: 2;
  }
  .xs-order-3 {
    order: 3;
  }
  .xs-order-4 {
    order: 4;
  }
  .xs-order-5 {
    order: 5;
  }
  .xs-order-6 {
    order: 6;
  }
  .xs-order-7 {
    order: 7;
  }
  .xs-order-8 {
    order: 8;
  }
  .xs-order-9 {
    order: 9;
  }
  .xs-order-10 {
    order: 10;
  }
  .xs-order-11 {
    order: 11;
  }
  .xs-order-12 {
    order: 12;
  }
  .xs-offset-0 {
    margin-left: 0;
  }
  .xs-offset-1 {
    margin-left: 8.333333%;
  }
  .xs-offset-2 {
    margin-left: 16.666667%;
  }
  .xs-offset-3 {
    margin-left: 25%;
  }
  .xs-offset-4 {
    margin-left: 33.333333%;
  }
  .xs-offset-5 {
    margin-left: 41.666667%;
  }
  .xs-offset-6 {
    margin-left: 50%;
  }
  .xs-offset-7 {
    margin-left: 58.333333%;
  }
  .xs-offset-8 {
    margin-left: 66.666667%;
  }
  .xs-offset-9 {
    margin-left: 75%;
  }
  .xs-offset-10 {
    margin-left: 83.333333%;
  }
  .xs-offset-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-order-first {
    order: -1;
  }
  .sm-order-last {
    order: 13;
  }
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-order-7 {
    order: 7;
  }
  .sm-order-8 {
    order: 8;
  }
  .sm-order-9 {
    order: 9;
  }
  .sm-order-10 {
    order: 10;
  }
  .sm-order-11 {
    order: 11;
  }
  .sm-order-12 {
    order: 12;
  }
  .sm-offset-0 {
    margin-left: 0;
  }
  .sm-offset-1 {
    margin-left: 8.333333%;
  }
  .sm-offset-2 {
    margin-left: 16.666667%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-4 {
    margin-left: 33.333333%;
  }
  .sm-offset-5 {
    margin-left: 41.666667%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-7 {
    margin-left: 58.333333%;
  }
  .sm-offset-8 {
    margin-left: 66.666667%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-10 {
    margin-left: 83.333333%;
  }
  .sm-offset-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-order-first {
    order: -1;
  }
  .md-order-last {
    order: 13;
  }
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .md-order-5 {
    order: 5;
  }
  .md-order-6 {
    order: 6;
  }
  .md-order-7 {
    order: 7;
  }
  .md-order-8 {
    order: 8;
  }
  .md-order-9 {
    order: 9;
  }
  .md-order-10 {
    order: 10;
  }
  .md-order-11 {
    order: 11;
  }
  .md-order-12 {
    order: 12;
  }
  .md-offset-0 {
    margin-left: 0;
  }
  .md-offset-1 {
    margin-left: 8.333333%;
  }
  .md-offset-2 {
    margin-left: 16.666667%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-4 {
    margin-left: 33.333333%;
  }
  .md-offset-5 {
    margin-left: 41.666667%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-7 {
    margin-left: 58.333333%;
  }
  .md-offset-8 {
    margin-left: 66.666667%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-10 {
    margin-left: 83.333333%;
  }
  .md-offset-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-order-first {
    order: -1;
  }
  .lg-order-last {
    order: 13;
  }
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
  .lg-order-5 {
    order: 5;
  }
  .lg-order-6 {
    order: 6;
  }
  .lg-order-7 {
    order: 7;
  }
  .lg-order-8 {
    order: 8;
  }
  .lg-order-9 {
    order: 9;
  }
  .lg-order-10 {
    order: 10;
  }
  .lg-order-11 {
    order: 11;
  }
  .lg-order-12 {
    order: 12;
  }
  .lg-offset-0 {
    margin-left: 0;
  }
  .lg-offset-1 {
    margin-left: 8.333333%;
  }
  .lg-offset-2 {
    margin-left: 16.666667%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-4 {
    margin-left: 33.333333%;
  }
  .lg-offset-5 {
    margin-left: 41.666667%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-7 {
    margin-left: 58.333333%;
  }
  .lg-offset-8 {
    margin-left: 66.666667%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-10 {
    margin-left: 83.333333%;
  }
  .lg-offset-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1240px) {
  .col-xl-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl-order-first {
    order: -1;
  }
  .xl-order-last {
    order: 13;
  }
  .xl-order-0 {
    order: 0;
  }
  .xl-order-1 {
    order: 1;
  }
  .xl-order-2 {
    order: 2;
  }
  .xl-order-3 {
    order: 3;
  }
  .xl-order-4 {
    order: 4;
  }
  .xl-order-5 {
    order: 5;
  }
  .xl-order-6 {
    order: 6;
  }
  .xl-order-7 {
    order: 7;
  }
  .xl-order-8 {
    order: 8;
  }
  .xl-order-9 {
    order: 9;
  }
  .xl-order-10 {
    order: 10;
  }
  .xl-order-11 {
    order: 11;
  }
  .xl-order-12 {
    order: 12;
  }
  .xl-offset-0 {
    margin-left: 0;
  }
  .xl-offset-1 {
    margin-left: 8.333333%;
  }
  .xl-offset-2 {
    margin-left: 16.666667%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-offset-4 {
    margin-left: 33.333333%;
  }
  .xl-offset-5 {
    margin-left: 41.666667%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-offset-7 {
    margin-left: 58.333333%;
  }
  .xl-offset-8 {
    margin-left: 66.666667%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-offset-10 {
    margin-left: 83.333333%;
  }
  .xl-offset-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-auto {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxl-order-first {
    order: -1;
  }
  .xxl-order-last {
    order: 13;
  }
  .xxl-order-0 {
    order: 0;
  }
  .xxl-order-1 {
    order: 1;
  }
  .xxl-order-2 {
    order: 2;
  }
  .xxl-order-3 {
    order: 3;
  }
  .xxl-order-4 {
    order: 4;
  }
  .xxl-order-5 {
    order: 5;
  }
  .xxl-order-6 {
    order: 6;
  }
  .xxl-order-7 {
    order: 7;
  }
  .xxl-order-8 {
    order: 8;
  }
  .xxl-order-9 {
    order: 9;
  }
  .xxl-order-10 {
    order: 10;
  }
  .xxl-order-11 {
    order: 11;
  }
  .xxl-order-12 {
    order: 12;
  }
  .xxl-offset-0 {
    margin-left: 0;
  }
  .xxl-offset-1 {
    margin-left: 8.333333%;
  }
  .xxl-offset-2 {
    margin-left: 16.666667%;
  }
  .xxl-offset-3 {
    margin-left: 25%;
  }
  .xxl-offset-4 {
    margin-left: 33.333333%;
  }
  .xxl-offset-5 {
    margin-left: 41.666667%;
  }
  .xxl-offset-6 {
    margin-left: 50%;
  }
  .xxl-offset-7 {
    margin-left: 58.333333%;
  }
  .xxl-offset-8 {
    margin-left: 66.666667%;
  }
  .xxl-offset-9 {
    margin-left: 75%;
  }
  .xxl-offset-10 {
    margin-left: 83.333333%;
  }
  .xxl-offset-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 476px) {
  .xs-d-none {
    display: none !important;
  }
  .xs-d-inline {
    display: inline !important;
  }
  .xs-d-inline-block {
    display: inline-block !important;
  }
  .xs-d-block {
    display: block !important;
  }
  .xs-d-table {
    display: table !important;
  }
  .xs-d-table-row {
    display: table-row !important;
  }
  .xs-d-table-cell {
    display: table-cell !important;
  }
  .xs-d-flex {
    display: flex !important;
  }
  .xs-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .sm-d-none {
    display: none !important;
  }
  .sm-d-inline {
    display: inline !important;
  }
  .sm-d-inline-block {
    display: inline-block !important;
  }
  .sm-d-block {
    display: block !important;
  }
  .sm-d-table {
    display: table !important;
  }
  .sm-d-table-row {
    display: table-row !important;
  }
  .sm-d-table-cell {
    display: table-cell !important;
  }
  .sm-d-flex {
    display: flex !important;
  }
  .sm-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .md-d-none {
    display: none !important;
  }
  .md-d-inline {
    display: inline !important;
  }
  .md-d-inline-block {
    display: inline-block !important;
  }
  .md-d-block {
    display: block !important;
  }
  .md-d-table {
    display: table !important;
  }
  .md-d-table-row {
    display: table-row !important;
  }
  .md-d-table-cell {
    display: table-cell !important;
  }
  .md-d-flex {
    display: flex !important;
  }
  .md-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .lg-d-none {
    display: none !important;
  }
  .lg-d-inline {
    display: inline !important;
  }
  .lg-d-inline-block {
    display: inline-block !important;
  }
  .lg-d-block {
    display: block !important;
  }
  .lg-d-table {
    display: table !important;
  }
  .lg-d-table-row {
    display: table-row !important;
  }
  .lg-d-table-cell {
    display: table-cell !important;
  }
  .lg-d-flex {
    display: flex !important;
  }
  .lg-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .xl-d-none {
    display: none !important;
  }
  .xl-d-inline {
    display: inline !important;
  }
  .xl-d-inline-block {
    display: inline-block !important;
  }
  .xl-d-block {
    display: block !important;
  }
  .xl-d-table {
    display: table !important;
  }
  .xl-d-table-row {
    display: table-row !important;
  }
  .xl-d-table-cell {
    display: table-cell !important;
  }
  .xl-d-flex {
    display: flex !important;
  }
  .xl-d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .xxl-d-none {
    display: none !important;
  }
  .xxl-d-inline {
    display: inline !important;
  }
  .xxl-d-inline-block {
    display: inline-block !important;
  }
  .xxl-d-block {
    display: block !important;
  }
  .xxl-d-table {
    display: table !important;
  }
  .xxl-d-table-row {
    display: table-row !important;
  }
  .xxl-d-table-cell {
    display: table-cell !important;
  }
  .xxl-d-flex {
    display: flex !important;
  }
  .xxl-d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 476px) {
  .xs-flex-row {
    flex-direction: row !important;
  }
  .xs-flex-column {
    flex-direction: column !important;
  }
  .xs-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xs-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xs-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xs-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xs-flex-fill {
    flex: 1 1 auto !important;
  }
  .xs-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xs-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xs-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xs-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xs-justify-content-start {
    justify-content: flex-start !important;
  }
  .xs-justify-content-end {
    justify-content: flex-end !important;
  }
  .xs-justify-content-center {
    justify-content: center !important;
  }
  .xs-justify-content-between {
    justify-content: space-between !important;
  }
  .xs-justify-content-around {
    justify-content: space-around !important;
  }
  .xs-align-items-start {
    align-items: flex-start !important;
  }
  .xs-align-items-end {
    align-items: flex-end !important;
  }
  .xs-align-items-center {
    align-items: center !important;
  }
  .xs-align-items-baseline {
    align-items: baseline !important;
  }
  .xs-align-items-stretch {
    align-items: stretch !important;
  }
  .xs-align-content-start {
    align-content: flex-start !important;
  }
  .xs-align-content-end {
    align-content: flex-end !important;
  }
  .xs-align-content-center {
    align-content: center !important;
  }
  .xs-align-content-between {
    align-content: space-between !important;
  }
  .xs-align-content-around {
    align-content: space-around !important;
  }
  .xs-align-content-stretch {
    align-content: stretch !important;
  }
  .xs-align-self-auto {
    align-self: auto !important;
  }
  .xs-align-self-start {
    align-self: flex-start !important;
  }
  .xs-align-self-end {
    align-self: flex-end !important;
  }
  .xs-align-self-center {
    align-self: center !important;
  }
  .xs-align-self-baseline {
    align-self: baseline !important;
  }
  .xs-align-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .sm-flex-row {
    flex-direction: row !important;
  }
  .sm-flex-column {
    flex-direction: column !important;
  }
  .sm-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm-flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sm-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm-flex-fill {
    flex: 1 1 auto !important;
  }
  .sm-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .sm-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .sm-justify-content-start {
    justify-content: flex-start !important;
  }
  .sm-justify-content-end {
    justify-content: flex-end !important;
  }
  .sm-justify-content-center {
    justify-content: center !important;
  }
  .sm-justify-content-between {
    justify-content: space-between !important;
  }
  .sm-justify-content-around {
    justify-content: space-around !important;
  }
  .sm-align-items-start {
    align-items: flex-start !important;
  }
  .sm-align-items-end {
    align-items: flex-end !important;
  }
  .sm-align-items-center {
    align-items: center !important;
  }
  .sm-align-items-baseline {
    align-items: baseline !important;
  }
  .sm-align-items-stretch {
    align-items: stretch !important;
  }
  .sm-align-content-start {
    align-content: flex-start !important;
  }
  .sm-align-content-end {
    align-content: flex-end !important;
  }
  .sm-align-content-center {
    align-content: center !important;
  }
  .sm-align-content-between {
    align-content: space-between !important;
  }
  .sm-align-content-around {
    align-content: space-around !important;
  }
  .sm-align-content-stretch {
    align-content: stretch !important;
  }
  .sm-align-self-auto {
    align-self: auto !important;
  }
  .sm-align-self-start {
    align-self: flex-start !important;
  }
  .sm-align-self-end {
    align-self: flex-end !important;
  }
  .sm-align-self-center {
    align-self: center !important;
  }
  .sm-align-self-baseline {
    align-self: baseline !important;
  }
  .sm-align-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .md-flex-row {
    flex-direction: row !important;
  }
  .md-flex-column {
    flex-direction: column !important;
  }
  .md-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md-flex-wrap {
    flex-wrap: wrap !important;
  }
  .md-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .md-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md-flex-fill {
    flex: 1 1 auto !important;
  }
  .md-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .md-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .md-justify-content-start {
    justify-content: flex-start !important;
  }
  .md-justify-content-end {
    justify-content: flex-end !important;
  }
  .md-justify-content-center {
    justify-content: center !important;
  }
  .md-justify-content-between {
    justify-content: space-between !important;
  }
  .md-justify-content-around {
    justify-content: space-around !important;
  }
  .md-align-items-start {
    align-items: flex-start !important;
  }
  .md-align-items-end {
    align-items: flex-end !important;
  }
  .md-align-items-center {
    align-items: center !important;
  }
  .md-align-items-baseline {
    align-items: baseline !important;
  }
  .md-align-items-stretch {
    align-items: stretch !important;
  }
  .md-align-content-start {
    align-content: flex-start !important;
  }
  .md-align-content-end {
    align-content: flex-end !important;
  }
  .md-align-content-center {
    align-content: center !important;
  }
  .md-align-content-between {
    align-content: space-between !important;
  }
  .md-align-content-around {
    align-content: space-around !important;
  }
  .md-align-content-stretch {
    align-content: stretch !important;
  }
  .md-align-self-auto {
    align-self: auto !important;
  }
  .md-align-self-start {
    align-self: flex-start !important;
  }
  .md-align-self-end {
    align-self: flex-end !important;
  }
  .md-align-self-center {
    align-self: center !important;
  }
  .md-align-self-baseline {
    align-self: baseline !important;
  }
  .md-align-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .lg-flex-row {
    flex-direction: row !important;
  }
  .lg-flex-column {
    flex-direction: column !important;
  }
  .lg-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg-flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .lg-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg-flex-fill {
    flex: 1 1 auto !important;
  }
  .lg-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .lg-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .lg-justify-content-start {
    justify-content: flex-start !important;
  }
  .lg-justify-content-end {
    justify-content: flex-end !important;
  }
  .lg-justify-content-center {
    justify-content: center !important;
  }
  .lg-justify-content-between {
    justify-content: space-between !important;
  }
  .lg-justify-content-around {
    justify-content: space-around !important;
  }
  .lg-align-items-start {
    align-items: flex-start !important;
  }
  .lg-align-items-end {
    align-items: flex-end !important;
  }
  .lg-align-items-center {
    align-items: center !important;
  }
  .lg-align-items-baseline {
    align-items: baseline !important;
  }
  .lg-align-items-stretch {
    align-items: stretch !important;
  }
  .lg-align-content-start {
    align-content: flex-start !important;
  }
  .lg-align-content-end {
    align-content: flex-end !important;
  }
  .lg-align-content-center {
    align-content: center !important;
  }
  .lg-align-content-between {
    align-content: space-between !important;
  }
  .lg-align-content-around {
    align-content: space-around !important;
  }
  .lg-align-content-stretch {
    align-content: stretch !important;
  }
  .lg-align-self-auto {
    align-self: auto !important;
  }
  .lg-align-self-start {
    align-self: flex-start !important;
  }
  .lg-align-self-end {
    align-self: flex-end !important;
  }
  .lg-align-self-center {
    align-self: center !important;
  }
  .lg-align-self-baseline {
    align-self: baseline !important;
  }
  .lg-align-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .xl-flex-row {
    flex-direction: row !important;
  }
  .xl-flex-column {
    flex-direction: column !important;
  }
  .xl-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xl-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl-flex-fill {
    flex: 1 1 auto !important;
  }
  .xl-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xl-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xl-justify-content-start {
    justify-content: flex-start !important;
  }
  .xl-justify-content-end {
    justify-content: flex-end !important;
  }
  .xl-justify-content-center {
    justify-content: center !important;
  }
  .xl-justify-content-between {
    justify-content: space-between !important;
  }
  .xl-justify-content-around {
    justify-content: space-around !important;
  }
  .xl-align-items-start {
    align-items: flex-start !important;
  }
  .xl-align-items-end {
    align-items: flex-end !important;
  }
  .xl-align-items-center {
    align-items: center !important;
  }
  .xl-align-items-baseline {
    align-items: baseline !important;
  }
  .xl-align-items-stretch {
    align-items: stretch !important;
  }
  .xl-align-content-start {
    align-content: flex-start !important;
  }
  .xl-align-content-end {
    align-content: flex-end !important;
  }
  .xl-align-content-center {
    align-content: center !important;
  }
  .xl-align-content-between {
    align-content: space-between !important;
  }
  .xl-align-content-around {
    align-content: space-around !important;
  }
  .xl-align-content-stretch {
    align-content: stretch !important;
  }
  .xl-align-self-auto {
    align-self: auto !important;
  }
  .xl-align-self-start {
    align-self: flex-start !important;
  }
  .xl-align-self-end {
    align-self: flex-end !important;
  }
  .xl-align-self-center {
    align-self: center !important;
  }
  .xl-align-self-baseline {
    align-self: baseline !important;
  }
  .xl-align-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .xxl-flex-row {
    flex-direction: row !important;
  }
  .xxl-flex-column {
    flex-direction: column !important;
  }
  .xxl-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xxl-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xxl-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xxl-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .xxl-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xxl-flex-fill {
    flex: 1 1 auto !important;
  }
  .xxl-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xxl-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .xxl-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xxl-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .xxl-justify-content-start {
    justify-content: flex-start !important;
  }
  .xxl-justify-content-end {
    justify-content: flex-end !important;
  }
  .xxl-justify-content-center {
    justify-content: center !important;
  }
  .xxl-justify-content-between {
    justify-content: space-between !important;
  }
  .xxl-justify-content-around {
    justify-content: space-around !important;
  }
  .xxl-align-items-start {
    align-items: flex-start !important;
  }
  .xxl-align-items-end {
    align-items: flex-end !important;
  }
  .xxl-align-items-center {
    align-items: center !important;
  }
  .xxl-align-items-baseline {
    align-items: baseline !important;
  }
  .xxl-align-items-stretch {
    align-items: stretch !important;
  }
  .xxl-align-content-start {
    align-content: flex-start !important;
  }
  .xxl-align-content-end {
    align-content: flex-end !important;
  }
  .xxl-align-content-center {
    align-content: center !important;
  }
  .xxl-align-content-between {
    align-content: space-between !important;
  }
  .xxl-align-content-around {
    align-content: space-around !important;
  }
  .xxl-align-content-stretch {
    align-content: stretch !important;
  }
  .xxl-align-self-auto {
    align-self: auto !important;
  }
  .xxl-align-self-start {
    align-self: flex-start !important;
  }
  .xxl-align-self-end {
    align-self: flex-end !important;
  }
  .xxl-align-self-center {
    align-self: center !important;
  }
  .xxl-align-self-baseline {
    align-self: baseline !important;
  }
  .xxl-align-self-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: 'Manrope';
  src: url('/static/fonts/Manrope-200.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/static/fonts/Manrope-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('/static/fonts/Manrope-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Icons */
@font-face {
  font-family: 'Icons';
  src: url('/static/fonts/Icons/kardan.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Base */
.user-select-none {
  user-select: none;
}
/* Positions */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.y-pos-abs {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.x-pos-abs {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.img-cover {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
.js-open,
.js-close,
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.z-index-under {
  z-index: -1;
}
.z-index-over {
  z-index: 1;
}
/* Custom */
.block-title {
  font-size: 44px;
  line-height: 1.59;
  font-weight: 200;
  margin-bottom: 40px;
}
.owl-carousel .owl-nav {
  position: absolute;
}
.owl-carousel .owl-nav i {
  font-size: 14px;
  color: #fff;
  width: 44px;
  height: 44px;
  background: #13171a;
}
.owl-carousel .owl-nav button.disabled i {
  color: #13171a;
  background: #f2f2f2;
}
/* UI */
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 16px 40px;
}
.btn i {
  font-size: 20px;
}
[class*="btn_icon_"] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.btn_icon_left i {
  margin-right: 18px;
}
.btn_icon_right i {
  margin-left: 18px;
}
.btn_fill_white {
  background: rgba(255, 255, 255, 0.08);
}
.btn_fill_acent {
  background: #dd2222;
}
.btn_fill_gray {
  background: #f2f2f2;
}
.btn_border_white {
  box-shadow: inset 0 0 0 2px #fff;
}
.btn_color_acent {
  color: #dd2222;
}
.btn_color_dark {
  color: #13171a;
}
.btn_color_white {
  color: #fff;
}
.btn_color_white1 {
  color: rgba(255, 255, 255, 0.5);
}
.btn_icon_white i {
  color: #fff;
}
/* Font weight */
.font-100 {
  font-weight: 100 !important;
}
.font-200 {
  font-weight: 200 !important;
}
.font-400 {
  font-weight: 400 !important;
}
.font-600 {
  font-weight: 600 !important;
}
/* Other */
.font-uppercase {
  text-transform: uppercase;
}
.font-lowercase {
  text-transform: lowercase;
}
/* Text align */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Icon font */
[class*="icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
[class*="icon-"]:before {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
}
.icon-phone:before {
  content: '\0041';
}
.icon-location:before {
  content: '\0042';
}
.icon-instagram:before {
  content: '\0043';
}
.icon-vkontakte:before {
  content: '\0044';
}
.icon-youtube:before {
  content: '\0045';
}
.icon-whatsapp:before {
  content: '\0046';
}
.icon-check:before {
  content: '\0047';
}
.icon-info:before {
  content: '\0048';
}
.icon-menu-trigger:before {
  content: '\0049';
}
.icon-play-button:before {
  content: '\004a';
}
.icon-plus:before {
  content: '\004b';
}
.icon-reload:before {
  content: '\004c';
}
.icon-arrow-down:before {
  content: '\004d';
}
.icon-close:before {
  content: '\004e';
}
.icon-arrow-left:before {
  content: '\004f';
}
.icon-arrow-right:before {
  content: '\0050';
}
.tabs .tabs__tab-switcher {
  cursor: pointer;
}
.tabs .tabs__tab {
  margin-top: 45px;
  display: none;
  flex-wrap: wrap;
}
.tabs .tabs__tab.is-visible {
  display: flex;
}
/* Blocks */
.block-features {
  padding: 103px 0 50px;
}
.block-features .features__line {
  z-index: -1;
  top: 106px;
  left: 30px;
  right: -500%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.block-features .feature-item {
  margin-bottom: 30px;
}
.block-features .feature-item .feature-item__img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 25px;
}
.block-features .feature-item .feature-item__icon {
  width: 64px;
  margin-bottom: 25px;
}
.block-features .feature-item .feature-item__title {
  font-size: 18px;
  line-height: 1.39;
  font-weight: 600;
}
.block-features .feature-item .feature-item__des {
  margin-top: 20px;
  color: rgba(19, 23, 26, 0.6);
  font-size: 15px;
}
.block-features .block-features__man-img {
  margin-bottom: -80px;
}
.block-services {
  padding: 87px 0 60px;
  background: #f2f2f2;
}
.block-services .service-item {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
  width: calc((100% - 96px) / 5);
}
.block-services .service-item:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  bottom: -8px;
  background: #fff;
}
.block-services .service-item .item__img {
  height: 155px;
  width: calc(100% - 25px);
  margin-bottom: 27px;
}
.block-services .service-item .item__title {
  padding: 0 30px;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 20px;
  font-weight: 600;
}
.block-services .service-item .item__price {
  padding: 0 30px;
  font-size: 16px;
  margin-bottom: 25px;
}
.block-services .service-item .item__buttons i {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background: #dd2222;
  color: #fff;
}
.block-services .service-item._empty {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.block-services .service-item._empty:before {
  display: none;
}
.block-trigger {
  border-top: 15px solid #fff;
  padding-top: 15px;
  padding: 108px 0 72px;
  color: #fff;
}
.block-trigger .trigger__bg {
  position: absolute;
  top: -108px;
  left: -500%;
  right: 84px;
  bottom: -72px;
  background: #13171a;
  transform: skewX(-37.5deg);
}
.block-trigger .block-title {
  margin-bottom: 50px;
}
.block-trigger .btn {
  margin-right: 35px;
}
.block-trigger p {
  line-height: 1.63;
  font-size: 20px;
}
.block-trigger .trigger__img {
  right: 150px;
}
.block-trigger .trigger__skew-bg {
  width: 597px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -72px;
}
.block-auto-logos {
  padding: 100px 0;
  border-bottom: 5px solid #f2f2f2;
}
.block-auto-logos .tabs .tabs__tab-switcher {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 29px 0 22px 29px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #171a1c;
  border-bottom: 12px solid #fff;
}
.block-auto-logos .tabs .tabs__tab-switcher img {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 170px;
  height: 130px;
  object-fit: contain;
}
.block-auto-logos .tabs .tabs__tab-switcher.is-active {
  background: #24292d;
  color: #fff;
  border-bottom-color: #13171a;
}
.block-auto-logos .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f2f2f2;
  height: 112px;
  font-size: 14px;
  margin-bottom: 15px;
  width: calc((100% - 105px) / 8);
}
.block-auto-logos .logo-item img {
  width: 80px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}
.block-auto-logos .logo-item._other {
  cursor: pointer;
  padding: 0 20px;
}
.block-auto-logos .logo-item._other p {
  font-size: 17px;
  line-height: 1.41;
  position: relative;
}
.block-auto-logos .logo-item._other p:before {
  content: '';
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 20px;
  background: #dd2222;
}
.block-auto-logos .logo-item._empty {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.block-works {
  padding: 82px 0 57px;
}
.block-works .work-item {
  margin-bottom: 57px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(19, 23, 26, 0.1);
}
.block-works .work-item .work-item__slider {
  margin-bottom: 9px;
}
.block-works .work-item .work-item__slider .item {
  height: 245px;
  position: relative;
}
.block-works .work-item .work-item__slider .owl-nav {
  right: 0;
  bottom: -22px;
}
.block-works .work-item .work-item__imgs-wrap {
  margin-bottom: 24px;
}
.block-works .work-item .work-item__img {
  width: 77px;
  height: 43px;
  margin-right: 9px;
  cursor: pointer;
}
.block-works .work-item .work-item__img._active {
  box-shadow: inset 0 0 0 7px #dd2222;
}
.block-works .work-item .work-item__img._active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(19, 23, 26, 0.4);
}
.block-works .work-item .work-item__img:last-child {
  margin-right: 0 !important;
}
.block-works .work-item .work-item__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.59;
  color: #dd2222;
}
.block-works .work-item .work-item__des {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.69;
}
.block-works .load-more {
  line-height: 1;
  background: #f2f2f2;
  font-size: 16px;
  color: #000;
}
.block-works .load-more i {
  font-size: 24px;
  margin-right: 28px;
  width: 72.5px;
  height: 60px;
  border-right: 8px solid #fff;
}
.block-about {
  padding: 40px 0 60px;
  background: #f2f2f2;
}
.block-about .about__bg {
  position: absolute;
  top: 28%;
  left: 36%;
  width: 247.5px;
  height: 336px;
  background: #fff;
}
.block-about .video-wrap {
  margin-bottom: 72px;
  height: 310px;
}
.block-about .video-wrap .video-wrap__des {
  margin-left: 56px;
  padding-left: 163px;
}
.block-about .video-wrap .video-wrap__des i {
  color: #dd2222;
  font-size: 45px;
  width: 126px;
  height: 126px;
  border-radius: 100%;
  left: 0;
  box-shadow: 9.9px 9.9px 81.5px 0 rgba(29, 61, 47, 0.27);
  background: #fff;
}
.block-about .video-wrap .video-wrap__des span {
  padding-bottom: 10px;
  font-size: 23px;
  line-height: 1.39;
  border-bottom: 3px solid #dd2222;
  color: #fff;
}
.block-about .about__slider {
  margin-top: 61px;
}
.block-about .about__slider .item {
  height: 310px;
}
.block-about .about__slider .owl-nav {
  left: 0;
  bottom: 0;
}
.block-about .about__slider .owl-nav .owl-prev i {
  color: #000 !important;
  background: #fff;
}
.block-about .about__slider .owl-nav .owl-next i {
  color: #fff !important;
  background: #13171a !important;
}
.block-about .about__des-text {
  padding-left: 88px;
}
.block-about .about__block-title {
  font-size: 23px;
  line-height: 1.39;
  font-weight: 600;
  margin-bottom: 28px;
}
.block-about .about__block-des {
  font-size: 21px;
  line-height: 1.45;
  position: relative;
  padding-left: 32px;
  color: rgba(19, 23, 26, 0.8);
}
.block-about .about__block-des .js-goto-anchor {
  text-decoration: underline;
}
.block-about .about__block-des:before {
  content: '';
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #dd2222;
}
.block-faq {
  padding: 102px 0 106px;
}
.block-faq .list-item {
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 25px 90px 24px 50px;
}
.block-faq .list-item .icon-info {
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.block-faq .list-item .list-icon__expand-icon {
  width: 34px;
  height: 34px;
  background: #fff;
  font-size: 16px;
  position: absolute;
  top: 18px;
  right: 17px;
}
.block-faq .list-item .list-item__title {
  color: rgba(43, 35, 52, 0.8);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.block-faq .list-item .list-item__des {
  line-height: 1.8;
  font-size: 15px;
  margin-top: 25px;
  display: none;
  color: rgba(0, 0, 0, 0.8);
}
.block-faq .list-item._active {
  box-shadow: 7.5px 13px 55.5px 0 rgba(42, 42, 42, 0.1);
  background: #fff;
}
.block-faq .list-item._active .icon-info {
  color: #dd2222;
}
.block-faq .list-item._active .list-icon__expand-icon {
  background: #f1f1f1;
  color: #5f5f5f;
  transform: rotate(180deg);
}
.block-faq .list-item._active .list-item__title {
  color: #000;
}
.block-faq .list-item._active .list-item__des {
  display: block;
}
/* Components */
/* Layouts */
.page-header .page-header__bg {
  z-index: -2;
  background: #13171a;
}
.page-header .page-header__bg-img {
  opacity: 0.1;
}
.page-header .page-header__top .page-header__logo {
  width: 270px;
  height: 94px;
  padding-right: 45px;
}
.page-header .page-header__top .page-header__logo:before {
  content: '';
  position: absolute;
  background: #13171a;
  left: -500%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.page-header .page-header__top .page-header__logo img {
  width: 100%;
}
.page-header .page-header__top .page-header__logo img._icon {
  display: none;
}
.page-header .page-header__top .page-header__serv-btn {
  background: #dd2222;
  padding: 0 40px;
  height: 100%;
  color:#FFF;
}
.page-header .page-header__top .page-header__contact {
  margin-right: 40px;
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 38px;
}
.page-header .page-header__top .page-header__contact i {
  left: 0;
  font-size: 21px;
  color: #fff;
}
.page-header .page-header__top .page-header__contact span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 5px;
}
.page-header .page-header__top nav {
  margin-left: 412px;
}
.page-header .page-header__top nav:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: -500%;
  top: 0;
  bottom: 0;
  background: #13171a;
}
.page-header .page-header__top nav a {
  margin-left: 48px;
  padding: 23px 0 21px;
  font-size: 14px;
  color: #fff;
  line-height: 1.07;
}
.page-header .page-header__top .btn {
  padding: 24px 9px;
}
.page-header .page-header__top .btn_fill_acent {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 15px;
}
.page-header .page-header__content {
  color: #fff;
  padding: 70px 0 118px;
}
.page-header .page-header__content .page-header__title {
  font-size: 51px;
  line-height: 1.37;
  margin-bottom: 35px;
}
.page-header .page-header__content .page-header__subtitle {
  font-size: 20px;
  line-height: 1.35;
}
.page-header .page-header__content .btn {
  margin-top: 46px;
}
.page-header .page-header__content .page-header__img {
  width: 649.5px;
  right: 60px;
}
.page-header .page-header__content .page-header__skew-bg {
  width: 759px;
  right: -150px;
  z-index: -1;
}
.page-footer {
  background: #13171a;
}
.page-footer .page-footer__top {
  padding: 50px 0;
}
.page-footer .page-footer__map {
  background: #000;
  height: 230px;
  padding-bottom: 18px;
  font-size: 13px;
}
.page-footer .page-footer__map iframe {
  z-index: 0;
}
.page-footer .page-footer__map p,
.page-footer .page-footer__map a {
  color: rgba(255, 255, 255, 0.2);
}
.page-footer .page-footer__map p {
  margin-right: 40px;
}
.page-footer .page-footer__map .col-12 {
  z-index: 10;
}
.page-footer .contact-item .contact-item__header {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.1);
}
.page-footer .contact-item .contact-item__content {
  padding-left: 106px;
  position: relative;
}
.page-footer .contact-item .contact-item__content [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 4px;
  background: #fff;
  width: 83px;
  height: 31px;
  font-size: 22px;
}
.page-footer .contact-item .contact-item__content.social {
  padding-left: 0;
}
.page-footer .contact-item .contact-item__content.social [class*="icon-"] {
  position: relative;
  top: 0;
  margin-right: 4px;
}
.page-footer .contact-item .contact-item__title {
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.page-footer .contact-item .contact-item__thumb {
  font-size: 13px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.1);
}
/* Modals */
.modal {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 29, 36, 0.8);
  z-index: 100;
  padding: 50px 0 30px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .wrapper {
  color: #13171a;
  width: 94%;
  max-width: 410px;
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 60px 55px 55px;
  box-shadow: 0px 1.5px 57px 0 rgba(0, 0, 0, 0.56);
}
.modal .wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.modal .icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #d2d4d6;
}
.modal .modal__parallelogram {
  width: 92px;
  left: 55px;
  position: absolute;
  top: -14.5px;
}
.modal .modal__title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.28;
}
.modal .modal__des {
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}
.modal .modal__des:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height: 2px;
  background: #dd2222;
}
.modal .video-wrapper {
  height: 550px;
}
.modal .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.modal .form .form__input {
  padding: 15px 21px 14px;
  border: 2px solid #dedede;
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(19, 23, 26, 0.7);
  width: 100%;
}
.modal .form button {
  width: 100%;
  font-size: 16px;
  color: #fff;
  padding: 21px 0;
  background: #dd2222;
  margin-bottom: 25px;
}
.modal .form .form__agree {
  cursor: pointer;
  font-size: 12px;
  color: rgba(62, 63, 65, 0.4);
}
.modal .form .form__agree input {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background-color: #e7eaf1;
}
.modal .form .form__agree input:checked {
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50% 50%;
  background-image: url('/static/imgs/icons/check.svg');
}
.modal .form .form__agree a {
  margin: 0 4px;
  text-decoration: underline;
}
.modal .modal__social span {
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
.modal .modal__social a {
  width: 30%;
  height: 59px;
  background: #dd2222;
  color: #fff;
  font-size: 26px;
}
.modal.is-visible {
  display: flex;
}
#modal-video .wrapper {
  max-width: 1000px;
  padding: 5px !important;
}
#modal-video .icon-close {
  right: 0;
  top: -40px;
  color: #fff;
}
/* Media */
@media (max-width: 1599.98px) {
  /* Base */
  .owl-carousel .owl-nav i {
    width: 40px;
    height: 40px;
  }
  /* UI */
  .btn {
    font-size: 14px !important;
    padding: 14px 30px;
  }
  .btn i {
    font-size: 18px;
  }
  [class*="btn_icon_"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn_icon_right i {
    margin-left: 15px;
  }
  .btn_icon_left i {
    margin-right: 15px;
  }
  /* Layouts */
  .page-header .page-header__top .page-header__logo {
    width: 200px;
    padding-right: 15px;
    height: 76px;
  }
  .page-header .page-header__top .page-header__serv-btn {
    padding: 0 20px;
  }
  .page-header .page-header__top .page-header__contact {
    font-size: 11px;
    padding-left: 30px;
  }
  .page-header .page-header__top .page-header__contact i {
    font-size: 18px;
  }
  .page-header .page-header__top .page-header__contact span {
    font-size: 14px;
  }
  .page-header .page-header__top nav {
    margin-left: 321px;
  }
  .page-header .page-header__top nav a {
    margin-left: 40px;
  }
  .page-header .page-header__content {
    padding: 80px 0;
  }
  .page-header .page-header__content .page-header__skew-bg {
    width: 530px;
    right: -100px;
  }
  .page-header .page-header__content .page-header__img {
    width: 530px;
    right: 15px;
  }
  .page-footer .page-footer__top {
    padding: 70px 0 50px;
  }
  .page-footer .contact-item .contact-item__title {
    font-size: 22px;
  }
  .page-footer .contact-item .contact-item__content [class*="icon-"] {
    top: 1px;
  }
  /* Components */
  /* Blocks */
  .block-features {
    padding: 80px 0 60px;
  }
  .block-features .feature-item .feature-item__des {
    margin-top: 20px;
    font-size: 14px;
  }
  .block-features .block-features__man-img {
    margin-bottom: -60px;
  }
  .block-services {
    padding: 70px 0 30px;
  }
  .block-services .service-item {
    margin-bottom: 50px;
  }
  .block-services .service-item .item__img {
    height: 128px;
    margin-bottom: 15px;
  }
  .block-services .service-item .item__title {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .block-services .service-item .item__price {
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .block-services .service-item .item__buttons i {
    width: 44px;
    height: 44px;
  }
  .block-trigger {
    padding: 70px 0;
  }
  .block-trigger .trigger__bg {
    top: -70px;
    bottom: -70px;
  }
  .block-trigger .trigger__skew-bg {
    bottom: -70px;
    right: -15px;
  }
  .block-auto-logos {
    padding: 70px 0;
  }
  .block-works {
    padding: 60px 0 60px;
  }
  .block-works .work-item {
    margin-bottom: 40px;
  }
  .block-works .work-item .work-item__des {
    margin-top: 2px;
  }
  .block-works .work-item .work-item__slider .owl-nav {
    bottom: 0;
  }
  .block-works .work-item .work-item__imgs-wrap {
    margin: 9px 0 15px;
  }
  .block-about .video-wrap {
    height: 270px;
  }
  .block-about .video-wrap .video-wrap__des {
    margin-left: 30px;
    padding-left: 140px;
  }
  .block-about .video-wrap .video-wrap__des i {
    font-size: 38px;
    width: 110px;
    height: 110px;
  }
  .block-about .video-wrap .video-wrap__des span {
    font-size: 22px;
  }
  .block-about .about__block-des {
    font-size: 18px;
  }
  .block-about .about__slider .item {
    height: 270px;
  }
  .block-faq {
    padding: 70px 0 60px;
  }
  /* Pages */
}
@media (max-width: 1239.98px) {
  /* Base */
  /* UI */
  /* Layouts */
  .page-header .page-header__top .page-header__logo {
    height: 66px;
  }
  .page-header .page-header__top .page-header__serv-btn {
    padding: 0 13px;
  }
  .page-header .page-header__top nav {
    margin-left: 307px;
  }
  .page-header .page-header__top nav a {
    margin-left: 15px;
  }
  .page-header .page-header__content {
    padding: 60px 0 50px;
  }
  .page-header .page-header__content .page-header__title {
    font-size: 46px;
    line-height: 1.2;
  }
  .page-header .page-header__content .page-header__subtitle {
    font-size: 18px;
  }
  .page-header .page-header__content .page-header__img {
    width: 430px;
    right: -50px;
  }
  .page-header .page-header__content .page-header__skew-bg {
    width: 400px;
    right: -60px;
  }
  .page-header .page-header__content .page-header__img {
    width: 420px;
    right: -10px;
  }
  /* Components */
  /* Blocks */
  .block-title {
    line-height: 1.3;
    font-size: 38px;
    margin-bottom: 30px;
  }
  .block-features {
    padding: 50px 0 20px;
  }
  .block-features .feature-item .feature-item__des {
    margin-top: 15px;
    font-size: 13px;
  }
  .block-features .block-features__man-img {
    margin: 0;
    position: absolute;
    bottom: -50px;
    width: 250px;
    right: -120px;
  }
  .block-services {
    padding: 50px 0 20px;
  }
  .block-services .service-item {
    margin-bottom: 40px;
    width: calc((100% - 60px) / 4);
  }
  .block-services .service-item .item__title {
    font-size: 16px;
  }
  .block-services .service-item .item__price {
    font-size: 14px;
  }
  .block-trigger {
    padding: 50px 0;
  }
  .block-trigger p {
    font-size: 16px;
  }
  .block-trigger .trigger__bg {
    top: -50px;
    bottom: -50px;
  }
  .block-trigger .trigger__img {
    right: 0px;
    width: 390px;
  }
  .block-trigger .trigger__skew-bg {
    width: 420px;
    right: 0;
    bottom: -50px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher {
    font-size: 16px;
    padding: 17px 0 15px 15px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher img {
    right: 10px;
    bottom: 15px;
    width: 130px;
    height: 90px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher:nth-child(1) img,
  .block-auto-logos .tabs .tabs__tab-switcher:nth-child(3) img {
    right: -10px;
  }
  .block-auto-logos .logo-item {
    height: 105px;
    width: calc((100% - 75px) / 6);
  }
  .block-auto-logos .logo-item img {
    width: 70px;
    height: 40px;
    margin-bottom: 10px;
  }
  .block-auto-logos .logo-item._other p {
    font-size: 15px;
  }
  /* Pages */
}
@media (max-width: 991.98px) {
  /* Base */
  /* UI */
  /* Layouts */
  .page-header .page-header__top nav {
    margin: 10px 0 0;
  }
  .page-header .page-header__top nav a {
    margin: 0;
  }
  .page-header .page-header__top nav:before {
    left: -100%;
  }
  .page-header .page-header__content .page-header__title {
    font-size: 40px;
  }
  .page-header .page-header__content .page-header__img {
    width: 350px;
    right: -130px;
  }
  .page-header .page-header__content .page-header__skew-bg {
    right: -170px;
  }
  .page-footer .page-footer__top {
    padding: 20px 0 40px;
  }
  .page-footer .contact-item {
    margin-top: 20px;
  }
  .page-footer .contact-item .contact-item__title {
    font-size: 20px;
  }
  .page-footer .contact-item .contact-item__header {
    margin-bottom: 15px;
  }
  .page-footer .contact-item .contact-item__content {
    padding-left: 75px;
  }
  .page-footer .contact-item .contact-item__content [class*="icon-"] {
    width: 60px;
    height: 30px;
    font-size: 18px;
  }
  /* Components */
  /* Blocks */
  .block-features .container {
    padding-right: 15px;
  }
  .block-features .features__line {
    top: 95px;
  }
  .block-features .feature-item .feature-item__img {
    width: 60px;
    height: 60px;
  }
  .block-features .feature-item .feature-item__title {
    font-size: 16px;
  }
  .block-services .service-item {
    width: calc((100% - 40px) / 3);
  }
  .block-trigger .trigger__img {
    right: -100px;
    width: 320px;
  }
  .block-trigger .trigger__skew-bg {
    width: 400px;
    right: -120px;
  }
  .block-auto-logos {
    padding: 50px 0;
  }
  .block-auto-logos .tabs .tabs__tab-switcher {
    border-bottom-width: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 10px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher img {
    width: 100px;
    height: 60px;
    bottom: 5px;
  }
  .block-auto-logos .tabs .tabs__tab {
    margin-top: 20px;
  }
  .block-auto-logos .logo-item {
    height: 80px;
    width: calc((100% - 60px) / 5);
  }
  .block-auto-logos .logo-item img {
    width: 60px;
    height: 30px;
  }
  .block-auto-logos .logo-item._other {
    padding: 0 10px;
  }
  .block-auto-logos .logo-item._other p {
    font-size: 13px;
  }
  .block-auto-logos .logo-item._other p:before {
    margin-bottom: 5px;
  }
  .block-about .video-wrap {
    height: 220px;
    margin-bottom: 20px;
  }
  .block-about .about__block-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .block-about .about__block-des {
    font-size: 16px;
  }
  .block-about .about__des-text {
    padding-left: 0;
    margin-top: 20px;
  }
  .block-faq .list-item .list-item__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .block-faq .list-item .list-item__des {
    line-height: 1.6;
    font-size: 14px;
  }
  /* Pages */
  /* Modals */
  .modal .video-wrapper {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  /* Base */
  .block-title {
    font-size: 34px;
  }
  /* UI */
  /* Components */
  /* Layouts */
  .page-header .page-header__top .page-header__logo {
    width: 180px;
  }
  .page-header .page-header__top .btn {
    padding: 14px 15px;
  }
  .page-header .page-header__top [class*="btn_icon_"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .page-header .page-header__top nav {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-header .page-header__top nav .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 1;
  }
  .page-header .page-header__top nav a {
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
  .page-header .page-header__top nav.is-visible {
    display: flex !important;
  }
  .page-header .page-header__top .btn {
    padding: 12px 10px;
  }
  .page-header .page-header__top [class*="btn_icon_"] {
    padding: 10px;
  }
  .page-header .page-header__top [class*="btn_icon_"] i {
    margin: 0;
  }
  .page-header .page-header__top [class*="btn_icon_"] span {
    display: none;
  }
  .page-header .page-header__content {
    padding: 50px 0 40px;
  }
  .page-header .page-header__content .page-header__title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .page-header .page-header__content .page-header__subtitle {
    font-size: 16px;
  }
  .page-header .page-header__content .page-header__img {
    width: 330px;
    right: -80px;
  }
  .page-header .page-header__content .page-header__skew-bg {
    right: -100px;
    width: 320px;
  }
  .page-header .mob-menu-trigger {
    width: 26px;
    height: 26px;
    margin-left: 15px;
  }
  .page-header .mob-menu-trigger path {
    fill: #fff;
  }
  /* Blocks */
  .block-features {
    padding: 50px 0 20px;
  }
  .block-features .features__line {
    display: none;
  }
  .block-features .feature-item .feature-item__img,
  .block-features .feature-item .feature-item__icon {
    margin-bottom: 15px;
  }
  .block-services .service-item {
    width: calc((100% - 20px) / 2);
  }
  .block-trigger .block-title {
    margin-bottom: 40px;
  }
  .block-trigger .trigger__bg {
    right: 30px;
  }
  .block-trigger .trigger__skew-bg {
    right: -150px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 11px 10px 10px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher.is-active {
    border-bottom: 8px solid #13171a;
  }
  .block-auto-logos .logo-item {
    width: calc((100% - 45px) / 4);
  }
  .block-works {
    padding: 50px 0;
  }
  .block-about .block-title {
    font-size: 28px;
  }
  .block-about .about__slider .item {
    height: 270px;
  }
  .block-faq {
    padding: 50px 0 40px;
  }
  .block-faq .list-item {
    padding: 25px 70px 25px 40px;
  }
  /* Pages */
  /* Modals */
  .modal .icon-close {
    right: 0;
    top: -40px;
    color: #fff;
  }
  .modal .wrapper {
    padding: 30px 15px 15px;
  }
  .modal .modal__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .modal .modal__des {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modal .modal__parallelogram {
    left: 15px;
  }
  .modal .modal__social span {
    margin-bottom: 15px;
  }
  .modal .modal__social a {
    height: 40px;
    font-size: 20px;
  }
  .modal .video-wrapper {
    height: 320px;
  }
  .modal .form .form__input {
    padding: 11px 15px 10px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal .form button {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media (max-width: 575.98px) {
  /* Base */
  /* UI */
  /* Components */
  /* Blocks */
  .block-services .service-item .item__title {
    font-size: 14px;
  }
  /* Layouts */
  /* Blocks */
  .block-about .block-title {
    font-size: 24px;
  }
  /* Pages */
}
@media (max-width: 475.98px) {
  /* Base */
  .block-title {
    font-size: 30px;
  }
  /* UI */
  /* Components */
  /* Layouts */
  .page-header .page-header__top .btn,
  .page-header .page-header__top [class*="btn_icon_"] {
    padding: 10px;
  }
  .page-header .mob-menu-trigger {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  /* Blocks */
  .block-services .service-item .item__img {
    width: calc(100% - 15px);
    height: 116px;
  }
  .block-services .service-item .item__buttons i {
    width: 34px;
    height: 34px;
  }
  .block-services .service-item .btn {
    padding: 10px 20px;
  }
  .block-auto-logos .tabs .tabs__tab-switcher {
    margin-bottom: 15px;
  }
  .block-auto-logos .logo-item {
    width: calc((100% - 30px) / 3);
  }
  .block-about .video-wrap {
    height: 180px;
  }
  .block-about .video-wrap .video-wrap__des {
    padding-left: 100px;
  }
  .block-about .video-wrap .video-wrap__des i {
    font-size: 30px;
    width: 80px;
    height: 80px;
  }
  .block-about .video-wrap .video-wrap__des span {
    font-size: 20px;
  }
  .block-about .about__slider .item {
    height: 220px;
  }
  .block-about .about__block-des {
    padding-left: 22px;
    font-size: 14px;
  }
  .block-trigger {
    border-top: none;
    padding: 40px 0;
  }
  .block-trigger .btn {
    margin-right: 20px;
  }
  .block-trigger p {
    line-height: 1.5;
    font-size: 14px;
  }
  .block-trigger .block-title br {
    display: none;
  }
  .block-trigger .trigger__bg {
    top: -40px;
    bottom: -40px;
    transform: unset;
    right: -100%;
  }
  .block-trigger .trigger__skew-bg {
    display: none;
  }
  .block-works .load-more {
    font-size: 14px;
  }
  .block-works .load-more i {
    margin-right: 20px;
    width: 60px;
    height: 50px;
    font-size: 20px;
  }
  .block-about {
    padding: 40px 0 60px;
  }
  .block-faq .list-item {
    padding: 40px 60px 25px 25px;
  }
  .block-faq .list-item .list-icon__expand-icon {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  /* Pages */
  /* Modals */
  .modal .video-wrapper {
    height: 220px;
  }
}
@media (max-width: 375px) {
  /* Base */
  /* UI */
  .btn {
    font-size: 13px !important;
  }
  /* Components */
  /* Layouts */
  .page-header .page-header__top .page-header__logo {
    width: 160px;
    height: 60px;
  }
  .page-header .page-header__content {
    padding: 40px 0 30px;
  }
  .page-header .page-header__content .page-header__title {
    font-size: 34px;
  }
  .page-header .page-header__content .btn {
    margin-top: 40px;
  }
  .page-footer .contact-item .contact-item__content {
    padding-left: 60px;
  }
  .page-footer .contact-item .contact-item__content [class*="icon-"] {
    width: 50px;
  }
  /* Blocks */
  .block-services .service-item {
    margin-bottom: 30px;
  }
  .block-services .service-item .item__img {
    height: 99px;
    width: 100%;
  }
  .block-trigger p {
    font-size: 14px;
  }
  .block-trigger .btn {
    padding: 14px 15px;
    margin-right: 20px;
  }
  .block-auto-logos .logo-item {
    width: calc((100% - 15px) / 2);
  }
  .block-works .work-item .work-item__slider .item {
    height: 200px;
  }
  /* Pages */
}
@media (max-width: 320px) {
  /* Base */
  /* UI */
  /* Components */
  /* Layouts */
  .page-header .page-header__top .page-header__logo {
    width: 140px;
    height: 54px;
  }
  .page-header .page-header__content .page-header__title {
    font-size: 29px;
  }
  /* Blocks */
  .block-services .service-item {
    width: calc((100% - 10px) / 2);
  }
  .block-services .service-item:before {
    bottom: -10px;
  }
  .block-services .service-item .item__title,
  .block-services .service-item .item__price {
    padding: 0 10px;
  }
  .block-services .service-item .item__buttons {
    padding: 0 10px;
  }
  .block-services .service-item .item__buttons i {
    display: none;
  }
  .block-services .service-item .btn {
    padding: 10px;
  }
  .block-trigger p {
    line-height: 1.4;
  }
  .block-auto-logos .tabs .tabs__tab-switcher {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .block-trigger .block-title {
    font-size: 26px;
  }
  .block-about .video-wrap {
    height: 160px;
  }
  .block-about .video-wrap .video-wrap__des {
    margin-left: 15px;
    padding-left: 90px;
  }
  .block-about .video-wrap .video-wrap__des i {
    font-size: 26px;
    width: 70px;
    height: 70px;
  }
  .block-about .video-wrap .video-wrap__des span {
    font-size: 17px;
  }
  .block-about .about__slider .item {
    height: 190px;
  }
  .block-faq .list-item {
    padding: 40px 60px 15px 15px;
  }
  .block-faq .list-item .list-item__title {
    font-size: 16px;
  }
  .block-faq .list-item .list-item__des {
    font-size: 13px;
    width: calc(100% + 45px);
  }
  /* Pages */
  /* Modals */
  .modal .video-wrapper {
    height: 190px;
  }
}
/* Plugins */
.owl-carousel {
  display: none;
  position: relative;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-grab * {
  cursor: grabbing;
}
.owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}
.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-item {
  touch-action: pan-y;
  position: relative;
  min-height: 1px;
  float: left;
  touch-callout: none;
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none !important;
}
.owl-dots {
  display: flex;
}
.owl-button {
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
