
.intro {
    max-height: 100vh;
    overflow: hidden;
    position: relative;

    background: url("cover.jpg") center no-repeat;
    background-size: cover;
}

.intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;


    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 3;
}
.intro__content::before{
  content: "";
    position: absolute;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    width: 20000px;
    height: 1000px;
    z-index: -1;
}
@media screen and (max-width:1000px) {
  .intro__content {
    top: 0;
    padding: 0 8px ;
}
}
.intro__title {
    margin: 0;

    font-size: 45px;
    color: #fff;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}

.video__media {
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    left: 0;
}

.hero {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
}

.hero__video,
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px;
}









.left-20 {
    left: 10%;
  }
  
  .headline {
      color: #0f2453;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.25px;
  }
  
  .subtitle {
    margin: 20px 0 40px;
    color: black;
    font-size: 22.5px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.1px;
  }

.mCustomScrollBox,
.slick-list:focus,
.slick-slide:focus,
:focus,
a:focus,
button:focus,
button:focus:active {
  outline: 0;
}
.btn_st span {
  display: -webkit-box;
}
.form-consent {
  -webkit-box-direction: normal;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.btn_st,
a {
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}


.clearfix:after,
.container-fluid:after,
.container:after,
.row:after,
.slick-track:after {
  clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.irs,
.slick-slider {
  -webkit-touch-callout: none;
}
*,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container,
.row {
  padding-left: 15px;
  padding-right: 15px;
}
.blockquote-text,
em,
i {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  max-height: 100%;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
a {
  font-size: inherit;
  color: inherit;
  transition: 0.4s;
}
img,
svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.5em;
}
svg * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
strong {
  font-weight: 700;
}
[role="button"],
button {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix {
  zoom: 1;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.irs,
.irs-line,
.mCustomScrollBox,
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
}
.slick-slider {
  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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.irs,
.selectric .label,
.selectric-disabled {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.irs-hidden-input,
.selectric-input {
  outline: 0 !important;
  background: 0 0 !important;
}
.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 {
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.irs,
.irs-bar,
.irs-line {
  display: block;
}
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  overflow: hidden;
  outline: 0 !important;
}
.irs-bar {
  position: absolute;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-from,
.irs-handle,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
  display: block;
  cursor: default;
  position: absolute;
}
.irs-handle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-single,
.irs-to {
  top: 0;
  left: 0;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  z-index: -9999 !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--big,
.irs--modern,
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-50%, #ddd),
    color-stop(150%, #fff)
  );
  background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
  background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #428bca),
    to(#b9d4ec)
  );
  background: -webkit-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
  background: -o-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #b4b9be),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #919ba5),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#428bca),
    to(#3071a9)
  );
  background: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
  background: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e0e4ea),
    to(#d1d6e0)
  );
  background: -webkit-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
  background: -o-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b426),
    to(#18891d)
  );
  background: -webkit-linear-gradient(top, #20b426 0, #18891d 100%);
  background: -o-linear-gradient(top, #20b426 0, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}
.irs--modern .irs-bar--single {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#e9e6e6)
  );
  background: -webkit-linear-gradient(top, #fff 0, #e9e6e6 100%);
  background: -o-linear-gradient(top, #fff 0, #e9e6e6 100%);
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #919ba5),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.irs--round .irs-grid-pol,
.irs--square .irs-line {
  background-color: #dedede;
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid,
.irs--square .irs-grid {
  height: 25px;
}
.irs--square,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(//sknewlife.ru/wp-content/themes/newlife/assets/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  -moz-user-select: none;
  user-select: none;
}
.selectric-disabled,
.selectric-items .disabled {
  filter: alpha(opacity=50);
  -moz-user-select: none;
  user-select: none;
}
.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.btn_st,
section {
  position: relative;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
body,
html.open_nav {
  overflow: hidden;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.btn_st,
.progress-line span {
  background: -webkit-linear-gradient(right, #53aeff 10%, #50d7f1 79.31%);
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
@keyframes rubberBand {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html {
  font-size: 10px;
  overflow: auto;
}
.faq-item__content .text-group {
  font-size: 1.6rem;
}
body {
  /* Montserrat - основной шрифт для всего сайта */
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #23282e;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
  word-break: normal;
  -webkit-font-smoothing: antialiased; /* Улучшает отрисовку шрифтов на Mac */
  -moz-osx-font-smoothing: grayscale;
}

.section-calculate,
body.st_visible {
  overflow: visible;
}
.advantage-main__item,
.article-info__avatar,
.faq-group__media,
.form-wrap__media,
.office-item,
.read-more span,
.section-form,
.team-item,
section {
  overflow: hidden;
}
.container {
  width: 156rem;
  margin: 0 auto;
  max-width: 93%;
}
sup {
  vertical-align: super;
  font-size: 65%;
}
.btn_st {
  display: inline-block;
  cursor: pointer;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(10%, #53aeff),
    color-stop(79.31%, #50d7f1)
  );
  background: -o-linear-gradient(right, #53aeff 10%, #50d7f1 79.31%);
  background: linear-gradient(270deg, #53aeff 10%, #50d7f1 79.31%);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.4s;
  border: 1px solid transparent;
}
.header:before,
.line-decor {
  border-right: 1px solid rgba(130, 155, 181, 0.15);
}
.btn_st:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #53aeff),
    color-stop(79.31%, #50d7f1)
  );
  background: -webkit-linear-gradient(left, #53aeff 10%, #50d7f1 79.31%);
  background: -o-linear-gradient(left, #53aeff 10%, #50d7f1 79.31%);
  background: linear-gradient(to right, #53aeff 10%, #50d7f1 79.31%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn_st span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 6.2rem;
  color: #fff;
  min-width: 29rem;
  padding: 5px 1rem;
}
.btn_st span svg {
  width: 14px;
  margin-right: 1rem;
}
.btn_st span svg path {
  color: #369bf4 !important;
}
.btn_st:hover {
  -webkit-box-shadow: 0 6px 22px rgba(81, 192, 248, 0.5);
  box-shadow: 0 6px 22px rgba(81, 192, 248, 0.5);
}
.btn_st:active:before {
  opacity: 1;
}
.line-decor {
  position: absolute;
  left: 7rem;
  right: 7rem;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(130, 155, 181, 0.15);
  z-index: -1;
  pointer-events: none;
}
.line-decor:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  top: 0;
  width: 1px;
  bottom: 0;
  background: rgba(130, 155, 181, 0.15);
}
.slick-arrow {
  background: 0 0;
  border: 0;
  cursor: pointer;
  width: 32px;
  height: 14px;
}
.slick-arrow svg path {
  fill: #4e5359;
}
.fix-callback a svg path,
.slick-arrow:hover svg path {
  fill: #369bf4 !important;
}
.title-sm {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: Comfortaa;
  margin-bottom: 3rem;
  line-height: 1.3;
}
.title-md {
  font-weight: 700;
  font-family: Comfortaa;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 4.2rem;
}
.title-section__main {
  font-weight: 700;
  font-family: Comfortaa;
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 5rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.title-sm.title-left {
  text-align: left;
}
.modal-title {
  text-align: center;
}
.input_st,
.selectric .label {
  font-family: Montserrat;
  font-size: 14px;
}
.modal-content .text-group {
  font-size: 14px;
}
.title-md.title-left {
  text-align: left;
}
.title-md span {
  color: #369bf4;
}
.form-group {
  margin-bottom: 2rem;
}
.form-group > label {
  font-weight: 500;
  padding-bottom: 1rem;
  display: block;
}
.form-group.half {
  width: 49%;
}
.selectric .label {
  height: 5.6rem;
  line-height: 5.6rem;
  color: #4e5359;
}
.selectric {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ededed !important;
}
.selectric:before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #23282e;
  border-bottom: 1px solid #23282e;
}
.selectric-open .selectric:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.selectric .button {
  display: none;
}
.input_st {
  border: 1px solid #ededed;
  display: block;
  background: #fff;
  width: 100%;
  height: 5.6rem;
  padding-left: 2rem;
}
.input_st::-webkit-input-placeholder {
  color: #aaaeb3;
}
.input_st::-moz-placeholder {
  color: #aaaeb3;
}
.input_st:-ms-input-placeholder {
  color: #aaaeb3;
}
.input_st::-ms-input-placeholder {
  color: #aaaeb3;
}
.input_st::placeholder {
  color: #aaaeb3;
}
.input_st.error {
  border-color: red !important;
}
textarea.input_st {
  height: 10rem;
  padding-top: 1rem;
  resize: none;
}
.form-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  /* -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; */
  font-size: 12px;
  color: #4e5359;
}
.form-consent label {
  line-height: 0;
  cursor: pointer;
}
.form-consent p {
  font-family: montserrat;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 1.5rem;

}
.form-consent p a {
  color: #369bf4;
  text-decoration: underline;
}
.form-consent p a:hover {
  text-decoration: none;
}
.form-consent.error {
  color: red;
}
.checked_st[type="checkbox"] {
  display: none;
}
.checked_st[type="checkbox"] + span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  border: 1px solid #ededed;
  background: #fff;
}
.checked_st[type="checkbox"]:checked + span {
  background: url(../img/check.png) center no-repeat
    #fff;
}
.checked_st[type="radio"] {
  display: none;
}
.checked_st[type="radio"] + span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  border: 1px solid #ededed;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.checked_st[type="radio"] + span:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #369bf4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.modal,
.pattern-decor {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.checked_st[type="radio"]:checked + span:before {
  opacity: 1;
}
form .btn_st {
  width: 100%;
  margin-top: 2rem;
}
form .btn_st span {
  min-width: 100%;
}
.fancybox-slide--html .fancybox-close-small {
  right: 10px;
  top: 10px;
}
.slick-slide {
  height: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.modal {
  display: none;
  max-width: 98%;
  padding: 1.5rem;
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.modal-sm {
  width: 460px;
}
.modal-big {
  width: 1023px;
}
.modal-content {
  background: #fff;
  padding: 4rem 2rem;
}
.modal-title.title-left {
  text-align: left;
}
.calculate-form__top,
.calculate-group .title-sm,
.calculate-simple .title-sm,
.calculate-text,
.coundown-group > p,
.count_block,
.head-in,
.range-input,
.services-main-item,
.services-table table tbody td,
.team-item__info-description,
.testimonials-resource__content,
.testimonials-video__item-title,
.text-group-center,
.title-section {
  text-align: center;
}
.modal-title + * {
  margin-top: 2.5rem;
}
.modal-title__main {
  font-family: Comfortaa;
  font-size: 2.5rem;
  line-height: 1.3;
}
.modal-title__main span {
  color: #043257;
  font-weight: 600;
}
.modal-title__subtitle {
  font-size: 14px;
  padding-top: 1.5rem;
}
.pad_section,
.registration-data-wrap {
  padding-top: 6rem;
}
/* Стили для всей статьи */
article.pad_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Заголовок статьи (Берик Нургазиев) */
article.container h1 {
    font-size: 4.8rem;          /* Немного уменьшил, так как капс визуально крупнее */
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 3rem;
    font-weight: 700;
    max-width: 800px;
    
    /* Новые правки */
    text-transform: uppercase;  /* Все буквы заглавные */
    text-align: center;         /* Текст по центру */
    letter-spacing: 0.15rem;    /* Добавил межбуквенный интервал, чтобы капс лучше читался */
    margin-left: auto;          /* Центрируем сам блок заголовка */
    margin-right: auto;         /* Центрируем сам блок заголовка */
}

/* Настройка ширины текста для удобного чтения */
.entry-content {
    font-family: Montserrat;
    max-width: 900px;      /* Ограничиваем ширину */
    margin-left: auto;     /* Центрируем блок на странице */
    margin-right: auto;    /* Центрируем блок на странице */
    
    text-align: left;      /* Текст внутри блока прижат к левому краю */
    
    line-height: 1.8;      /* Хороший межстрочный интервал */
    font-size: 1.8rem;     /* Оптимальный размер шрифта */
    color: #333;
}

/* На всякий случай: если внутри есть картинки, они тоже должны быть по центру */
.entry-content img {
    display: block;
    margin: 2rem auto;
    max-width: 100%;
    height: auto;
}
.fix-callback {
  position: fixed;
  z-index: 2;
  right: 4.5rem;
  bottom: 30%;
}
.fix-callback li {
  margin-bottom: 1.3rem;
}
.fix-callback li:last-child {
  margin-bottom: 0;
}
.fix-callback a {
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(54, 155, 244, 0.1);
  border: 1px solid rgba(54, 155, 244, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fix-callback a svg {
  width: 2.3rem;
  height: 2.3rem;
}
.btn_header > span svg path,
.fix-callback a:hover svg path {
  fill: #fff !important;
}
.fix-callback a:hover {
  background: #369bf4;
}
.pad_section {
  padding-bottom: 6rem;
}
.pad_section_top {
  padding-top: 12rem;
}
.pad_section_bot {
  padding-bottom: 12rem;
}
.title-section {
  padding-bottom: 5rem;
}
.title-section__main:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  width: 1px;
  height: 22px;
  background: #23282e;
  bottom: 0;
}
.title-section.title-left {
  text-align: left;
}
.title-section.title-left .title-section__main {
  text-align: left;
  padding-bottom: 0;
}
.title-section.title-left .title-section__main:before {
  display: none;
}
.decor-img-left {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.decor-img-left.bot {
  top: auto;
  bottom: 0;
}
.decor-img-right {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.decor-img-right.bot {
  top: auto;
  bottom: 0;
}
.text-group {
  font-family: Montserrat;
  color: #4e5359;
  font-size: 1.8rem;
}
.text-group > * {
  margin-bottom: 1.5rem;
}
.text-group > :last-child {
  margin-bottom: 0;
}
.text-group strong {
  font-weight: 600;
}
.text-group h1,
.text-group h2,
.text-group h3 {
  font-weight: 700;
  line-height: 1.3;
  color: #23282e;
  font-family: Comfortaa;
}
.text-group h1 {
  font-size: 4.8rem;
}
.text-group h2 {
  font-size: 4.2rem;
}
.text-group h3 {
  font-size: 3.5rem;
}
.text-group h4 {
  font-family: Comfortaa;
  font-size: 2.8rem;
  color: #23282e;
  line-height: 1.3;
}
.text-group h5 {
  font-family: Comfortaa;
  font-size: 2rem;
  color: #23282e;
  line-height: 1.3;
}
.text-group h6 {
  font-family: Comfortaa;
  font-size: 1.8rem;
  color: #23282e;
  line-height: 1.3;
}
.text-group a {
  color: #369bf4;
  text-decoration: underline;
}
.text-group a:hover {
  text-decoration: none;
}
.text-group ul {
  position: relative;
  display: table;
}
.checked-item,
.text-group ul.column {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.text-group ul li {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.text-group ul li:last-child {
  margin-bottom: 0;
}
.text-group ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #369bf4;
  top: 0.9rem;
}
.text-group ul.column {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.text-group ul.column li {
  width: 48%;
}
.alignleft,
.alignleft img,
.alignright,
.alignright img {
  width: 100%;
}
.text-group ol {
  position: relative;
  display: table;
  counter-reset: counter;
}
.text-group ol li {
  position: relative;
  margin-bottom: 1.5rem;
}
.text-group ol li:last-child {
  margin-bottom: 0;
}
.text-group ol li:before {
  counter-increment: counter;
  content: counter(counter) ".";
  font-weight: 600;
  color: #369bf4;
  margin-right: 1.4rem;
}
.alignleft {
  float: left;
  margin-right: 5rem;
  max-width: 50%;
}
.alignright {
  float: right;
  margin-left: 5rem;
  max-width: 50%;
}
.pattern-decor {
  position: absolute;
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.mCSB_scrollTools .mCSB_draggerRail,
.price-content__list-item span {
  background: rgba(227, 237, 248, 0.8);
}
.form-horizontal {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.checked-item {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.checked-line,
.registration-data {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
}
.checked-item label {
  line-height: 0;
  cursor: pointer;
}
.checked-item__text {
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 1.4rem;
}
.checked-line {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.checked-line .checked-item {
  margin-right: 3rem;
  margin-bottom: 0;
}
.checked-line .checked-item:last-child {
  margin-right: 0;
}
.scroll-y {
  overflow: auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(54, 155, 244, 0.8) !important;
}
.scroll_top {
  position: fixed;
  right: 4.4rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid rgba(54, 155, 244, 0.7);
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  bottom: 10%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none;
}
.registration-data,
.registration-data__item-content {
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.scroll_top svg {
  width: 2.2rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.scroll_top svg path {
  fill: #369bf4;
}
.scroll_top:hover {
  background: rgba(54, 155, 244, 0.7);
}
.advantages-group .title-section:before,
.registration-data__item {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.scroll_top:hover svg path {
  fill: #fff;
}
.mCSB_inside > .mCSB_container {
  margin-right: 13px;
}
.registration-data {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.registration-data__item {
  padding: 1.5rem;
  margin: 0 3rem 1.5rem 0;
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.registration-data__item:last-child {
  margin-right: 0;
}
.registration-data__item-content {
  background: #fff;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 13.7rem;
}
.registration-data__item-ico {
  width: 7.1rem;
  height: 7.7rem;
  position: relative;
}
.registration-data__item-ico img,
.registration-data__item-ico svg {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.registration-data__item-ico:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/decor-figure-sm.svg) center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.registration-data__item-title {
  width: -webkit-calc(100% - 7.1rem);
  width: calc(100% - 7.1rem);
  padding-left: 2rem;
  color: #23282e;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.registration-data__item-title strong {
  font-weight: 500;
}
.read-more {
  margin-top: 3rem;
  font-weight: 500;
  color: #369bf4;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.read-more span {
  width: 24px;
  height: 12px;
  line-height: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.header:before,
.read-more span:after {
  content: "";
  position: absolute;
}
.read-more span svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}
.read-more span svg path {
  fill: #369bf4;
}
.read-more span:after {
  width: 7px;
  height: 7px;
  border-left: 1px solid #369bf4;
  border-top: 1px solid #369bf4;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 0;
}
.read-more:hover span svg {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.examples-slider__nav .slick-current .examples-slider__nav-item:before,
.examples-slider__nav-item:hover:before,
.office-item:hover:before,
.read-more:hover span:after,
.work-item:before,
.work-item__content {
  opacity: 0;
}
.js-tab-item {
  display: none;
}
.js-tab-item.active {
  display: block;
}
.btn-center,
.header-top__content,
.header-top__content-left {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.text-group-center {
  width: 80%;
  color: #4e5359;
  margin: 0 auto 5rem;
}
.btn-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 2rem;
}
@media (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1600px) {
  .line-decor {
    left: 15px;
    right: 15px;
  }
  .fix-callback,
  .scroll_top {
    right: 15px;
  }
}
@media (max-width: 1368px) {
  html {
    font-size: 8px;
  }
  .btn_st {
    font-size: 11px;
  }
  .text-group h1,
  .title-section__main {
    font-size: 3.5rem;
  }
  .text-group h2 {
    font-size: 3rem;
  }
  .text-group h3 {
    font-size: 2.5rem;
  }
  .text-group h4 {
    font-size: 2rem;
  }
  .text-group h5 {
    font-size: 1.8rem;
  }
  .text-group h6 {
    font-size: 1.6rem;
  }
  .read-more {
    margin-top: 1.5rem;
    font-size: 12px;
  }
  .read-more span {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  .fix-callback,
  .scroll_top {
    display: none !important;
  }
  .text-group {
    font-size: 1.6rem;
  }
  .form-consent,
  .input_st,
  .modal-title__subtitle,
  .selectric .label {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .pad_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pad_section_top {
    padding-top: 8rem;
  }
  .pad_section_bot {
    padding-bottom: 8rem;
  }
  .modal-content .text-group {
    font-size: 12px;
  }
  .title-section {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    max-width: 100%;
    width: auto;
  }
  .alignright {
    margin-left: 0;
  }
  .alignleft {
    margin-right: 0;
  }
  .title-sm {
    font-size: 2.5rem;
  }
  .text-group h1,
  .title-section__main {
    font-size: 3rem;
  }
  .title-md.title-left,
  .title-sm.title-left {
    text-align: center;
  }
  .text-group ul.column {
    display: table;
  }
  .text-group ul.column li,
  .text-group-center {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .registration-data__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .registration-data__item-title {
    font-size: 1.6rem;
  }
}
.header {
  font-family: Montserrat;
  background: #1d1c1c;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.header:before {
  left: 7rem;
  right: 7rem;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(130, 155, 181, 0.15);
  pointer-events: none;
}
.bot-nav__list > li > a:before,
.sub_toggle:before,
.tog-nav:after,
.tog-nav:before {
  left: 50%;
  content: "";
}
.header-top {
  background: rgba(130, 155, 181, 0.15);
  padding: 1rem 0;
  position: relative;
  border-bottom: 1px solid rgba(130, 155, 181, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.header-top__content,
.header-top__content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mid {
  color: #fff;
  padding: 5px 0;
  border-bottom: 1px solid rgba(130, 155, 181, 0.15);
}
.header-mid__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bot-nav__list,
.header-mid__right {
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.header-mid__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bot-nav__list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bot-nav__list > li:hover > a,
.bot-nav__list > li > a:hover {
  color: #369bf4;
}
.bot-nav__list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 1.5rem 0;
  position: relative;
}
.bot-nav__list > li > a svg {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.bot-nav__list > li > a:hover:before {
  width: 100%;
}
.bot-nav__list > li > a:before {
  position: absolute;
  width: 0;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(54, 155, 244, 0.5);
  bottom: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.bot-nav__list > li:hover > a:before {
  width: 100%;
}
@media (min-width: 1024px) {
  .bot-nav__list > li:hover .sub-nav {
    top: 100%;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .sub-nav__content,
  .sub-nav__content > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .sub-nav {
    position: absolute;
    background: #23282e;
    padding: 3rem;
    left: 7rem;
    right: 7rem;
    top: -webkit-calc(100% + 5rem);
    top: calc(100% + 5rem);
    border: 1px solid rgba(130, 155, 181, 0.15);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .sub-nav__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sub-nav__content > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    width: -webkit-calc(100% - 50rem);
    width: calc(100% - 50rem);
  }
  .sub-nav__content > ul li {
    width: 33%;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
  .sub-nav__content > ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    background: #369bf4;
  }
  .sub-nav__content > ul li a:hover {
    color: #369bf4;
  }
}
.sub-nav__media {
  width: 42rem;
  line-height: 0;
  position: relative;
}
.sub-nav__media img {
  width: 100%;
}
.logo {
  display: block;
  line-height: 0;
  width: 20rem;
  height: 6.5rem;
}
.social-header,
.social-header li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.social-header {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-header li {
  margin-right: 3rem;
}
.social-header li a {
  width: 2rem;
  height: 1.5rem;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-header li a svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.contact-group__list-item ul li > svg path,
.messengers li a svg path,
.pagination > a:hover svg path,
.social-header li a:hover svg path,
.testimonials-resource__rating .rating .active svg path,
a.contact-item:hover svg path {
  fill: #369bf4 !important;
}
.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
  font-size: 12px;
}
.btn_header,
.navigation {
  font-size: 14px;
  font-weight: 500;
}
.contact-item:last-child {
  margin-right: 0;
}
.contact-item svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1rem;
}
a.contact-item:hover {
  color: #369bf4;
}
@media (min-width: 1024px) {
  .navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .navigation ul li {
    padding: 0 2rem;
  }
  .navigation ul li a {
    position: relative;
    padding-bottom: 5px;
  }
  .navigation ul li a:hover {
    color: #369bf4;
  }
  .navigation ul li a:hover:before {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .navigation ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    bottom: 0;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(10%, #53aeff),
      color-stop(79.31%, #50d7f1)
    );
    background: -webkit-linear-gradient(right, #53aeff 10%, #50d7f1 79.31%);
    background: -o-linear-gradient(right, #53aeff 10%, #50d7f1 79.31%);
    background: linear-gradient(270deg, #53aeff 10%, #50d7f1 79.31%);
    width: 2rem;
    height: 1px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
.tog-nav,
.tog-nav:after,
.tog-nav:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn_header {
  border: 1px solid rgba(54, 155, 244, 0.6);
}
.btn_header > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  width: 19.7rem;
  height: 4.8rem;
}
.btn_header > span svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 17px;
  margin-right: 1rem;
}
.btn_header:hover {
  background: #369bf4;
}
.tog-nav {
  width: 40px;
  height: 4.8rem;
  border-top: 2px solid rgba(54, 155, 244, 0.6);
  border-bottom: 2px solid rgba(54, 155, 244, 0.6);
  margin-left: 15px;
  position: relative;
  display: none;
  transition: 0.4s;
}
.tog-nav:after,
.tog-nav:before {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background: rgba(54, 155, 244, 0.3);
  transition: 0.4s;
}
.nav-dots .slick-dots li,
.nav-step-count > :before,
.progress-line span,
.sub_toggle:before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tog-nav.active {
  border-color: transparent;
}
.tog-nav.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tog-nav.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sub_toggle {
  width: 40px;
  height: 44px;
  display: none;
  border: 1px solid rgba(54, 155, 244, 0.6);
  position: relative;
}
.sub_toggle:before {
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.4s;
}
.sub_toggle.open:before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.advantage-item__ico:before,
.advantages-group .title-section:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 1024px) {
  .header-bot {
    display: block !important;
  }
}
@media (max-width: 1600px) and (min-width: 1024px) {
  .navigation ul li {
    padding: 0 1rem;
  }
}
@media (max-width: 1600px) {
  .header:before {
    left: 15px;
    right: 15px;
  }
  .btn_header,
  .navigation,
  .sub-nav__content > ul {
    font-size: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .sub-nav {
    left: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .bot-nav__list li,
  .sub-nav__content > ul li {
    margin-bottom: 1rem;
  }
  .sub-nav__media {
    display: none;
  }
  .li_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .li_sub > a {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .bot-nav__list,
  .sub_toggle {
    display: block;
  }
  .bot-nav__list > li > a:before,
  .sub-nav {
    display: none;
  }
  .sub-nav {
    width: 100%;
    background: rgba(54, 155, 244, 0.3);
    padding: 2rem;
  }
  .sub-nav .container {
    padding: 0;
  }
  .sub-nav__content > ul li a {
    padding: 5px 0;
    display: block;
  }
  .header-bot,
  .header-top {
    display: none;
  }
  .bot-nav__list li:last-child {
    margin-bottom: 0;
  }
  .header-bot {
    padding: 10px 0;
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
    overflow: auto;
    position: absolute;
    background: #1d1c1c;
    left: 0;
    right: 0;
  }
  .navigation a,
  .tog-nav {
    display: block;
  }
  .navigation {
    color: #fff;
  }
  .navigation li {
    padding-bottom: 5px;
  }
  .navigation li:last-child {
    padding-bottom: 0;
  }
  .navigation a {
    padding: 5px;
    width: 100%;
    font-weight: 500;
  }
}
@media (max-width: 420px) {
  .btn_header > span {
    width: 40px;
  }
  .btn_header > span span {
    display: none;
  }
  .btn_header > span svg {
    margin-right: 0;
  }
}
.footer-content,
.social {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer {
  font-family: Montserrat;
  background: #2f3337;
  padding: 5rem 0;
  color: #fff;
  font-size: 14px;
}
.footer-left {
  max-width: 24%;
}
.footer-left .logo {
  margin-bottom: 2rem;
}
.footer-text {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: #aaaeb3;
}
.footer-text * {
  margin-bottom: 5px;
}
.footer-text :last-child {
  margin-bottom: 0;
}
.footer-text * a {
  text-decoration: underline;
}
.footer-text * a:hover,
.link-callback:hover {
  text-decoration: none;
}
.footer-social {
  padding-top: 3rem;
}
.footer-social ul {
  margin-top: 1.5rem;
}
.footer-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.social,
.social li a {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.payment-list,
.social {
  -webkit-box-pack: start;
}
.footer-nav {
  max-width: 24%;
}
.footer-nav ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.2rem;
  color: #ecf1f5;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #369bf4;
}
.footer-nav ul li a:hover {
  color: #369bf4;
}
.footer-title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.footer-contact {
  max-width: 24%;
}
.social {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.payment-list,
.social li a {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.social li {
  margin-right: 1.5rem;
}
.social li:last-child {
  margin-right: 0;
}
.social li a {
  width: 4.2rem;
  height: 4.2rem;
  background: #34393e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.section-head,
.section-head-in {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.social li a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.social li a svg path {
  fill: #fff;
}
.social li a:hover svg path {
  fill: #369bf4;
}
.contact-list .contact-item {
  font-size: 14px;
  margin: 0 0 1.2rem;
}
.head-slider__title + *,
.payment-info,
.progress-line {
  margin-top: 3rem;
}
.link-callback {
  color: #369bf4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.payment-info__text {
  padding-bottom: 2rem;
}
.payment-list {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.head-group,
.section-head > .container {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.payment-list__item {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.payment-list__item:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .contact-list .contact-item,
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 860px) {
  .footer-contact,
  .footer-left,
  .footer-nav {
    width: 49%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .footer {
    padding: 3rem 0 1rem;
  }
  .footer-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 460px) {
  .footer-contact,
  .footer-left,
  .footer-nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.section-head {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.section-head .line-decor {
  z-index: 1;
}
.section-head .line-decor:before {
  content: "";
  position: absolute;
  left: -7rem;
  right: -7rem;
  bottom: 7rem;
  height: 1px;
  background: rgba(130, 155, 181, 0.15);
}
.section-head > .container {
  height: 75rem;
  position: relative;
  pointer-events: none;
  padding-top: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 1;
}
.section-head > .container > * {
  pointer-events: all;
}
.section-head > .container.st-change {
  padding-top: 2.5rem;
  padding-bottom: 9rem;
  height: auto;
  display: block;
}
.section-head > .container.st-change ul.breadcrumbs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}
.head-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.head-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.head-slider__item {
  position: relative;
  background: #1d1c1c;
}
.head-slider__item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.85 !important;
  top: 0;
  left: 0;
}
.head-slider__item .container {
  height: 75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.head-slider-nav,
.nav-dots .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.head-slider__content {
  width: 100%;
  max-width: 50%;
  color: #fff;
  position: relative;
  z-index: 0;
}
.head-slider__title {
  font-size: 6.5rem;
  text-transform: uppercase;
  font-family: Comfortaa;
  font-weight: 700;
}
.head-slider__text {
  margin-top: 17rem;
  width: 70%;
  padding: 0rem 0rem 0rem 10rem;
  color: #ecf1f5;
  font-size: 1.8rem;
  position: relative;
}
.head-slider__text + * {
  margin-top: 5rem;
}
.head-slider__text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20000px;
  z-index: -1;
}
.nav-dots .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 1rem;
}
.nav-dots .slick-dots button {
  display: none;
}
.nav-dots .slick-dots li {
  border: 1px solid rgba(255, 255, 255, 0.8);
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.nav-dots .slick-dots li.slick-active {
  background: #369bf4;
  border-color: transparent;
}
.head-slider-nav {
  position: absolute;
  bottom: 9rem;
  left: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.calculate-simple__group,
.range-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.head-slider-nav .slick-arrow svg path {
  fill: #fff;
}
.calculate-simple {
  max-width: 49%;
  width: 52rem;
  border: 1px solid #f0f5fa;
  background: #fff;
  padding: 4.5rem 5rem 5rem;
}
.calculate-simple__group {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(227, 237, 248, 0.8);
}
.calculate-simple__group .form-group:first-child {
  width: 55%;
}
.calculate-simple__group .form-group:nth-child(2) {
  width: 41%;
}
.calculate-simple__group .form-group:last-child {
  width: 100%;
}
.calculate-simple__group .input_st {
  font-size: 1.8rem;
}
.calculate-simple__callback-text {
  color: #4e5359;
  margin-bottom: 1.5rem;
}
.range-input {
  width: 6.3rem;
  height: 5.6rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ededed;
  font-size: 14px;
  color: #4e5359;
}
.coundown-group,
.price-nav {
  border-bottom: 1px solid rgba(227, 237, 248, 0.8);
}
.range-group {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.form-group-line,
.range-line__bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.range-line {
  width: -webkit-calc(100% - 9rem);
  width: calc(100% - 9rem);
}
.range-line__bot {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 12px;
  color: #4e5359;
}
.irs--flat .irs-bar--single,
.irs--flat .irs-line {
  background: rgba(251, 103, 70, 0.3);
  height: 2px;
}
.irs--flat .irs-handle > i:first-child {
  display: none;
}
.irs--flat .irs-handle {
  top: 19px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1 !important;
  background: #fb6746 !important;
}
.form-group-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
.calculate-group,
.counter {
  -webkit-box-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.form-group-line .input_st {
  width: 70%;
}
.form-group-line .btn_st {
  width: 30%;
  margin: 0;
}
.form-group-line .btn_st span {
  height: 5.4rem;
}
.coundown-group {
  color: #4e5359;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
}
.coundown-group > p,
.form-wrap .title-sm {
  margin-bottom: 1.5rem;
}
.coundown-group strong {
  font-weight: 600;
}
.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.count_block {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #ededed;
  width: -webkit-calc(25% - 1rem);
  width: calc(25% - 1rem);
  padding: 1rem 5px 2rem;
}
.count_block span {
  display: block;
  font-weight: 600;
  color: #369bf4;
  font-size: 3.8rem;
}
.count_block i {
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .head-slider__title {
    font-size: 5.5rem;
  }
  .head-slider__text + * {
    margin-top: 4rem;
  }
}
@media (max-width: 1368px) {
  .calculate-simple {
    padding: 3.5rem 3rem 3rem;
    width: 60rem;
  }
  .head-slider__text {
    padding: 3rem 3rem 3rem 0;
  }
}
@media (max-width: 1023px) {
  .head-slider__title {
    font-size: 4.5rem;
  }
  .head-slider__text {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .head-slider {
    position: relative;
  }
  .head-slider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 1rem;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .head-slider .slick-dots button,
  .head-slider-nav {
    display: none;
  }
  .head-slider .slick-dots li {
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .head-slider .slick-dots li.slick-active {
    background: #369bf4;
    border-color: transparent;
  }
  .head-slider__item .container,
  .section-head > .container {
    height: auto;
  }
  .head-slider__item {
    padding: 3rem 0;
  }
  .head-slider__content {
    max-width: 100%;
    text-align: center;
  }
  .head-slider__text:before {
    right: -15px;
  }
  .head-slider__text {
    text-align: center;
  }
  .head-slider__title {
    font-size: 3.5rem;
  }
  .head-slider__text + * {
    margin-top: 3rem;
  }
  .calculate-simple {
    width: 100%;
    max-width: 100%;
    padding: 2.5rem 2rem 2rem;
  }
  .container.st-change .head-slider__content {
    margin-bottom: 3rem;
  }
  .count_block {
    padding: 5px;
    font-size: 12px;
  }
  .count_block span {
    font-size: 3rem;
  }
}
.calculate-group,
.calculate-result__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
@media (max-width: 420px) {
  .head-slider__title {
    font-size: 3rem;
  }
  .calculate-simple__group .form-group:first-child,
  .calculate-simple__group .form-group:nth-child(2) {
    width: 100%;
  }
  .form-group-line .input_st {
    width: 62%;
  }
  .form-group-line .btn_st {
    width: 38%;
  }
}
.calculate-group-wrap {
  position: relative;
}
.calculate-group-wrap .pattern-decor {
  height: 70%;
  width: 40000%;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calculate-group {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  border: 1px solid #f0f5fa;
  background: #fff;
}
.calculate-group__form {
  width: 61%;
  padding: 5rem;
}
.calculate-group__result {
  padding: 5rem;
  color: #fff;
  width: 39%;
  background: url(../img/bg_result.jpg) top
    center/cover no-repeat;
}
.calculate-group__result .btn_st {
  width: 100%;
}
.calculate-group__content .form-group {
  position: relative;
}
.calculate-group__content .form-group > span {
  font-size: 2.8rem;
  font-weight: 600;
  color: #369bf4;
  padding-bottom: 8px;
}
.calculate-group__content-item {
  display: none;
}
.calculate-group__content-item.active {
  display: block;
}
.calculate-group.cgw-main {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  position: relative;
}
.advantage-item:hover,
.articles-item__content,
.calculate-group.cgw-main .calculate-group__form,
.sale-item:hover,
.services-main-item:hover,
.services-more__item-content {
  -webkit-box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
}
.calculate-group.cgw-main .calculate-group__form {
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  border: 1px solid #f0f5fa;
  width: -webkit-calc(100% - 63.5rem);
  width: calc(100% - 63.5rem);
}
.calculate-group.cgw-main .calculate-group__result-wrap {
  position: relative;
  width: 60rem;
}
.calculate-group.cgw-main .calculate-group__result {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
}
.calculate-result__item {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.calculate-form__top-title,
.nav-step-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
}
.calculate-result__item span {
  width: 100%;
  background: rgba(130, 155, 181, 0.15);
  height: 1px;
}
.calculate-result__item-title {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.calculate-result__item-total {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
  font-size: 2.8rem;
}
.calculate-result__item:last-child {
  font-weight: 700;
  font-size: 2.8rem;
}
.calculate-text {
  color: rgba(240, 245, 250, 0.9);
  margin-bottom: 3.5rem;
}
.nav-step-count {
  width: 4.4rem;
  height: 1.3rem;
  position: absolute;
  right: 2px;
  top: 2rem;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.advantage-item__ico:before,
.advantages-group .title-section:before,
.nav-step-count > :before {
  top: 50%;
  content: "";
}
.nav-step-count > * {
  width: 7px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.nav-step-count > :before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  transition: 0.4s;
  left: 50%;
}
.nav-step-count > :first-child:before {
  border-left: 1px solid #4e5359;
  border-bottom: 1px solid #4e5359;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-step-count > :last-child:before {
  border-right: 1px solid #4e5359;
  border-bottom: 1px solid #4e5359;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-step-count > :hover:before {
  border-color: #369bf4 !important;
}
.calculate-form__top {
  position: relative;
  margin-bottom: 4rem;
}
.calculate-form__top-title {
  font-size: 3.2rem;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-family: Comfortaa;
}
.step-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4e5359;
  font-family: Montserrat;
  margin-left: 2.5rem;
  font-size: 2.8rem;
}
.step-count__active {
  font-weight: 600;
  padding-right: 1rem;
  color: #369bf4;
}
.step-count__all {
  font-size: 1.8rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 1rem;
}
.progress-line {
  background: rgba(54, 155, 244, 0.15);
  height: 7px;
  width: 100%;
  line-height: 0;
  text-align: left;
}
.progress-line span {
  height: 7px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(10%, #53aeff),
    color-stop(79.31%, #50d7f1)
  );
  background: -o-linear-gradient(right, #53aeff 10%, #50d7f1 79.31%);
  background: linear-gradient(270deg, #53aeff 10%, #50d7f1 79.31%);
  display: inline-block;
  transition: 0.4s;
}
.advantage-item,
.faq-item__title {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1600px) {
  .calculate-result__item-total,
  .calculate-result__item:last-child {
    font-size: 2.3rem;
  }
}
@media (max-width: 1368px) {
  .calculate-group__form,
  .calculate-group__result {
    padding: 2rem;
  }
  .calculate-group.cgw-main .calculate-group__form {
    width: -webkit-calc(100% - 50rem);
    width: calc(100% - 50rem);
  }
  .calculate-group.cgw-main .calculate-group__result-wrap {
    width: 48rem;
  }
}
@media (max-width: 1023px) {
  .calculate-group.cgw-main .calculate-group__form,
  .calculate-group.cgw-main .calculate-group__result-wrap,
  .calculate-group__form,
  .calculate-group__result {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .calculate-result__item-total,
  .calculate-result__item:last-child {
    font-size: 1.8rem;
  }
}
.advantages-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.advantages-group .title-section {
  padding: 0 0 0 3rem;
  text-align: left;
  width: 22%;
  position: relative;
}
.advantages-group .title-section:before {
  position: absolute;
  transform: translateY(-50%);
  width: 20.2rem;
  height: 21.2rem;
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.advantages-group .title-section__main {
  padding-bottom: 0;
}
.advantages-group .title-section__main:before {
  display: none;
}
.advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 75%;
  margin: 0 -1.5rem;
}
.advantage-item__top,
.faq-group {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.advantage-item {
  width: -webkit-calc(33.2% - 3rem);
  width: calc(33.2% - 3rem);
  margin: 0 1.5rem;
  background: #fff;
  padding: 4.5rem 2.5rem 2.5rem;
  position: relative;
  z-index: 0;
  transition: 0.4s;
  color: #4e5359;
}
.advantage-item__ico {
  height: 5.2rem;
  width: 5.2rem;
  position: relative;
}
.advantage-item__ico:before {
  position: absolute;
  width: 9rem;
  height: 9.8rem;
  background: url(./img/decor-figure-sm.svg) center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  transform: translateY(-50%);
}
.faq-group .title-section:before,
.faq-item__title span,
.section-form .pattern-decor {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.advantage-item__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 4rem;
}
.faq-group,
.form-wrap {
  -webkit-box-pack: justify;
}
.advantage-item__title {
  font-size: 1.8rem;
  font-weight: 500;
  width: -webkit-calc(100% - 5.2rem);
  width: calc(100% - 5.2rem);
  padding-left: 5rem;
}
.advantage-item:hover {
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
}
@media (max-width: 1368px) {
  .advantage-item {
    padding: 3.5rem 1.5rem 1.5rem;
  }
  .advantage-item__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .advantages-group .title-section {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0;
  }
  .advantages {
    width: 100%;
    margin: 0;
  }
  .advantages-group .title-section:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantage-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.services-table {
  padding: 15px;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.services-table table {
  color: #4e5359;
  width: 100%;
  background: #fff;
}
.services-table table thead th {
  width: 25%;
  height: 7.4rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #369bf4;
  vertical-align: middle;
  padding: 1rem 3rem;
  border-right: 1px solid rgba(227, 237, 248, 0.8);
}
.services-table table thead th:last-child {
  border: 0;
}
.services-table table tbody td {
  vertical-align: middle;
  height: 7.4rem;
  padding: 1rem 3rem;
  border-right: 1px solid rgba(227, 237, 248, 0.8);
}
.services-table table tbody td:last-child {
  border: 0;
}
.services-table table tbody td:first-child {
  text-align: left;
}
.services-table table tbody td strong {
  font-weight: 500;
}
.services-table table tbody tr {
  border-top: 1px solid rgba(227, 237, 248, 0.8);
  background: rgba(227, 237, 248, 0.2);
}
.services-table table tbody tr:nth-child(2n) {
  background: #fff;
}
@media (max-width: 1023px) {
  .services-table table thead th {
    font-size: 11px;
  }
  .services-table table tbody td,
  .services-table table thead th {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .services-table {
    overflow: auto;
    padding: 0;
    border: 1px solid #e3edf8;
  }
  .services-table table {
    width: 720px;
    margin-right: 1.5rem;
  }
}
.faq-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq-group__left {
  width: 48%;
}
.faq-group .title-section {
  padding: 0 0 0 3rem;
  text-align: left;
  position: relative;
}
.faq-group .title-section:before {
  content: "";
  position: absolute;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43%;
  height: -webkit-calc(100% + 6rem);
  height: calc(100% + 6rem);
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.faq-group .title-section__main {
  padding-bottom: 0;
}
.faq-group .title-section__main:before {
  display: none;
}
.faq-item__title,
.testimonials-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.faq-group__media {
  width: 68.8rem;
  max-width: 100%;
  margin-top: 7rem;
  position: relative;
  line-height: 0;
}
.faq-group__media img {
  width: 100%;
}
.faq-group__media:after,
.faq-group__media:before {
  content: "";
  position: absolute;
  width: 59.8rem;
  height: 55rem;
  background: url(../img/decor-figure-calculate.svg)
    no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.faq,
.form-horizontal .form-group {
  width: 49%;
}
.faq-group__media:before {
  left: -36rem;
  bottom: -11rem;
}
.faq-group__media:after {
  right: -36rem;
  bottom: -11rem;
}
.faq {
  height: 57rem;
}
.faq-item {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.faq-item__title {
  height: 10.5rem;
  padding: 1rem 9rem 1rem 3.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Comfortaa;
  background: #fff;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.faq-item__title span {
  width: 5.5rem;
  height: 5.5rem;
  border: 2px solid #f0f5fa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 2.5rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Добавляем flex для центрирования линий */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-item__title span:after,
.faq-item__title span:before,
.video-item span {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-item__title span:after,
.faq-item__title span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #23282e;
  transition: all 0.3s ease;
}
/* Горизонтальная линия */
.faq-item__title span:before {
  width: 12px;
  height: 2px;
}
/* Вертикальная линия */
.faq-item__title span:after {
  width: 2px;
  height: 12px;
}
.faq-item__title.active {
  color: #369bf4;
}
/* Трансформация в X при активном состоянии */
.faq-item.active .faq-item__title span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq-item.active .faq-item__title span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* Старое правило закомментировано - теперь используем поворот вместо скрытия */
/* .faq-item__title.active span:after {
  height: 0;
} */
.faq-item__content {
  padding: 0 11rem 4rem 3.5rem;
  background: #fff;
  display: none;
}
.testimonials-item,
.testimonials-resource__item {
  height: 200px; 
  /* Добавляем стандартное свойство и исправляем градиент */
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  /* Оставляем префикс для старых браузеров Safari/Chrome */
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
@media (max-width: 1023px) {
  .faq-group__left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .faq {
    width: 100%;
  }
  .faq-group .title-section {
    padding-left: 0;
    text-align: center;
  }
  .faq-group .title-section:before {
    display: none;
  }
  .faq-group__media {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .faq-item__title {
    padding: 1rem 5.5rem 1rem 1.5rem;
  }
  .faq-item__title span {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
  }
  .faq-item__content {
    padding: 0 1.5rem 1.5rem;
  }
  .faq-item__title {
    min-height: 8.5rem;
    height: auto;
    font-size: 1.6rem;
  }
}
.testimonials-item {
  padding: 1.5rem;
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.testimonials-item__content {
  padding: 3rem 0.5rem 3rem 3rem;
  height: 30rem;
  background: #fff;
}
.testimonials-item__info {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.rating,
.testimonials-item__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.testimonials-item__info-avatar {
  width: 8rem;
  height: 8rem;
  background: url(../img/none-user.png) center
    no-repeat #f2f6fd;
}
.testimonials-item__info-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-item__info-text {
  width: -webkit-calc(100% - 8rem);
  width: calc(100% - 8rem);
  padding-left: 1rem;
}
.testimonials-item__info-title {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.testimonials-item__info-date {
  padding-top: 1rem;
  font-size: 14px;
  color: #4e5359;
}
.testimonials-item__text {
  margin-top: 2rem;
  font-size: 14px;
  color: #4e5359;
}
.testimonials-item__media {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 1rem;
}
.testimonials .slick-slide {
  padding: 0 1.5rem;
}
.testimonials.slick-slider {
  padding-bottom: 5rem;
}
.testimonials .slick-arrow {
  position: absolute;
  bottom: 0;
}
.testimonials .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.testimonials .slick-arrow.slick-next {
  left: -webkit-calc(50% + 2rem);
  left: calc(50% + 2rem);
}
.tm-item {
  width: 7.5rem;
  height: 6.7rem;
  display: block;
  line-height: 0;
  margin: 1rem 1rem 0 0;
}
.tm-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rating {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.rating li {
  width: 17px;
  height: 16px;
  margin-right: 5px;
}
.rating li.active svg path {
  fill: #ffb800 !important;
}
.testimonials-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.5rem;
}
.testimonials-main .testimonials-item {
  width: -webkit-calc(33.333% - 3rem);
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem 3rem;
}
@media (max-width: 1023px) {
  .testimonials-item__info-date,
  .testimonials-item__text {
    font-size: 12px;
  }
  .testimonials-item__info-title {
    font-size: 1.6rem;
  }
  .testimonials-main .testimonials-item {
    width: -webkit-calc(50% - 3rem);
    width: calc(50% - 3rem);
    margin-bottom: 3rem;
  }
}
.price-content__main .text-group,
.rating-count {
  font-size: 1.6rem;
}
.testimonials-resource__item {
  padding: 1.5rem;
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}

.testimonials-resource__content {
  height: 100%;
  padding: 2.5rem 1.5rem 1.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonials-resource__img {
  height: 120px; 
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.testimonials-resource__img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.testimonials-resource .slick-slide {
  padding: 0 1.5rem;
}

.testimonials-resource.slick-slider {
  padding-bottom: 5rem;
}

.testimonials-resource .slick-arrow {
  position: absolute;
  bottom: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 14px;
}

.testimonials-resource .slick-arrow svg {
    width: 100%;
    height: 100%;
    fill: #333;
}

.testimonials-resource .slick-arrow.slick-prev {
  left: 50%;
  transform: translateX(-50px);
}

.testimonials-resource .slick-arrow.slick-next {
  left: calc(50% + 2rem);
}
.rating-count {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #4e5359;
  margin-right: 1.5rem;
}
.rating-count span {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 5px;
}
.rating-count strong {
  font-weight: 600;
  font-size: 2.4rem;
  padding-right: 5px;
}
@media (max-width: 1600px) {
  .rating-count strong {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .title-md {
    font-size: 3rem;
  }
}
@media (max-width: 540px) {
  .title-md {
    font-size: 2.5rem;
  }
  .testimonials-resource .slick-slide {
    padding: 0;
  }
}
.section-form .pattern-decor {
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -1;
  height: 64%;
}
.section-form .pattern-decor:after,
.section-form .pattern-decor:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f0f5fa;
}
.section-form .pattern-decor:after {
  bottom: -2rem;
}
.section-form .pattern-decor:before {
  top: -2rem;
}
.section-form .decor-img-right {
  top: 0;
}
.form-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.form-wrap__left {
  width: 44%;
}
.form-wrap__left form {
  margin-top: 4rem;
}
.form-wrap__media {
  width: 48.5%;
  line-height: 0;
  position: relative;
}
.form-wrap__media img {
  width: 100%;
}
.form-wrap__media:before {
  content: "";
  position: absolute;
  width: 59.8rem;
  height: 55.1rem;
  background: url(../img/decor-figure-calculate.svg)
    center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  top: -7rem;
  left: -32.9rem;
}
.form-wrap.form-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantage-main,
.advantage-main__item-top,
.article-info,
.article-info__group,
.article-info__group-main,
.blockquote,
.breadcrumbs,
.form-horizontal,
.office-group,
.price-content__group,
.services-big,
.services-sm,
.share-link,
.testimonials-video-main {
  -webkit-box-direction: normal;
}
.form-wrap.form-reverse .form-wrap__media:before {
  left: auto;
  right: -32.9rem;
}
.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.form-horizontal .form-group.third {
  width: 32%;
}
.form-horizontal .form-group.full {
  width: 100%;
}
.form-horizontal .form-group.half {
  width: 49%;
}
.form-horizontal .btn_st {
  margin-top: 0;
}
.form-horizontal .form-consent {
  margin: auto 0;
}
.title-description {
  color: #4e5359;
  font-family: montserrat;
}
@media (max-width: 1199px) {
  .form-wrap__left {
    width: 49%;
  }
  .form-wrap__left form {
    margin-top: 3rem;
  }
}
@media (max-width: 1023px) {
  .form-wrap .title-description,
  .form-wrap .title-sm,
  .form-wrap__left .project-item__description,
  .form-wrap__left .project-item__title {
    text-align: center;
  }
  .form-wrap__media {
    width: 500px;
    max-width: 100%;
    margin: 3rem auto 0;
  }
  .form-wrap__left {
    width: 100%;
  }
  .section-form .pattern-decor {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .form-horizontal .form-group.third {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .form-horizontal .form-group,
  .form-horizontal .form-group.half {
    width: 100%;
  }
}
.section-text-template .decor-img-right {
  bottom: 10%;
  top: auto;
}
.template-group {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
}
.template-group > * {
  margin-bottom: 7rem;
}
.template-group > :last-child {
  margin-bottom: 0;
}
.template-example > * {
  margin-bottom: 5rem;
}
.template-example > :last-child {
  margin-bottom: 0;
}
.template-example .project-item__media {
  width: 100%;
}
.template-example img[slot="before"] {
  max-width: none;
  width: auto;
  height: 100%;
}
img[slot="after"] {
  display: block;
  max-width: 100%;
  width: 100%;
}
img[slot="before"] {
  max-width: none;
}
.template-slider > *,
.template-video > * {
  margin-bottom: 5rem;
}
.template-group > .title-section,
.template-slider > :last-child,
.template-video > :last-child {
  margin-bottom: 0;
}
.slider-example__item {
  display: block;
  line-height: 0;
}
.article-info,
.blockquote {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-box-orient: horizontal;
}
.slider-example__item img {
  width: 100%;
}
.slider-example .slick-arrow {
  width: 4.3rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(73, 74, 75, 0.2);
  box-shadow: 0 6px 12px rgba(73, 74, 75, 0.2);
}
.slider-example .slick-arrow svg {
  width: 23px;
  height: 10px;
}
.slider-example .slick-arrow.slick-prev {
  left: 0;
}
.slider-example .slick-arrow.slick-next {
  right: 0;
}
.slider-example .slick-arrow:hover svg path {
  fill: #043257;
}
.blockquote {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.office-item,
.video-item {
  display: block;
  line-height: 0;
}
.blockquote:before {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 49rem;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  z-index: -1;
}
.blockquote-media {
  width: 39rem;
  height: 43rem;
  line-height: 0;
}
.blockquote-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockquote-content {
  width: -webkit-calc(100% - 39rem);
  width: calc(100% - 39rem);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #f0f5fa;
  padding: 4.5rem 5.5rem 5.5rem;
  position: relative;
}
.blockquote-content:before {
  content: "";
  position: absolute;
  right: 5.5rem;
  top: 5.5rem;
  width: 4.5rem;
  height: 3.2rem;
  background: url(../img/quote.svg) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.testimonials-video__item:before,
.video-item:before,
.work-item:before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(29, 28, 28, 0.6)),
    to(rgba(29, 28, 28, 0.6))
  );
}
.blockquote-top {
  margin-bottom: 2rem;
}
.blockquote-name {
  font-weight: 600;
  font-size: 1.8rem;
}
.blockquote-position {
  font-size: 14px;
}
.blockquote-text {
  font-size: 1.8rem;
}
.video-item {
  position: relative;
}
.video-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
}
.video-item span {
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.video-item span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3rem 0 1.3rem 1.7rem;
  border-color: transparent transparent transparent #369bf4;
}
.article-info__date:before,
.article-info__title:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-item:hover span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.article-info {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info__avatar {
  width: 7rem;
  height: 7rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.article-info__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-info__content {
  width: -webkit-calc(100% - 7rem);
  width: calc(100% - 7rem);
  padding-left: 2rem;
}
.article-info__subtitle {
  font-size: 12px;
  color: #aaaeb3;
  padding-bottom: 1rem;
}
.article-info__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info__group-main,
.share-link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.article-info__group-main {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.article-info__title {
  font-weight: 600;
  font-size: 2.4rem;
  padding-right: 6rem;
  position: relative;
}
.article-info__title:before {
  content: "/";
  position: absolute;
  right: 3rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #1d1d1f;
  top: 50%;
  transform: translateY(-50%);
}
.article-info .rating:before,
.article-info__date:before {
  right: 1.5rem;
  background: rgba(130, 155, 181, 0.5);
  width: 4px;
  content: "";
  top: 50%;
  height: 4px;
}
.advantage-main__item-count:before,
.advantage-main__item-hide-title strong,
.sale-item__description strong,
.share-link__text,
.team-item__info-description strong,
.team-item__info-title,
.work-item__title {
  font-weight: 600;
}
.article-info__date {
  color: #4e5359;
  padding-right: 3.5rem;
  position: relative;
}
.article-info__date:before {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.article-info .rating {
  padding-right: 3.5rem;
  position: relative;
}
.article-info .rating:before {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.office-group:before,
.share-link-group {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.article-info .rating-info {
  color: #8993a5;
}
.share-link-group {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.share-link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.breadcrumbs,
.share-link a {
  display: -webkit-flex;
  -webkit-box-pack: center;
}
.share-link__text {
  font-size: 2.4rem;
}
.share-link li {
  margin-left: 1rem;
}
.share-link a {
  border: 1px solid rgba(130, 155, 181, 0.15);
  background: #fff;
  width: 5.5rem;
  height: 5.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-link a svg {
  width: 2rem;
  height: 2rem;
}
.share-link a svg path {
  fill: #4e5359 !important;
}
.breadcrumbs a:hover svg path,
.examples-slider__main .slick-arrow svg path {
  fill: #369bf4;
}
.share-link a:hover {
  background: rgba(54, 155, 244, 0.1);
  border: 1px solid rgba(54, 155, 244, 0.7);
}
.share-link a.active {
  background: rgba(54, 155, 244, 0.6);
  border: 1px solid rgba(54, 155, 244, 0.7);
}
@media (max-width: 1199px) {
  .blockquote-position {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .template-example > *,
  .template-slider > *,
  .template-video > * {
    margin-bottom: 3rem;
  }
  .template-group > * {
    margin-bottom: 5rem;
  }
  .blockquote-content {
    padding: 2.5rem;
  }
  .blockquote-content:before {
    top: 2.5rem;
    right: 2.5rem;
    width: 3.5rem;
    height: 3.2rem;
  }
  .blockquote-text {
    font-size: 1.6rem;
  }
  .video-item span {
    width: 6rem;
    height: 6rem;
  }
  .share-link-group {
    padding: 1.5rem;
  }
  .article-info__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .blockquote-media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 1.5rem;
  }
  .blockquote-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 1.5rem;
  }
  .blockquote:before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2rem;
  }
  .share-link-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .share-link__text {
    width: 100%;
    text-align: center;
    padding-bottom: 1.5rem;
  }
  .share-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .share-link li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  .article-info__group {
    display: block;
  }
  .article-info__title {
    padding: 0 0 5px;
  }
  .article-info__title:before {
    display: none;
  }
  .article-info__subtitle {
    padding-bottom: 5px;
  }
}
@media (max-width: 420px) {
  .article-info__date,
  .article-info__group .rating {
    padding-right: 2rem;
  }
  .article-info__date:before,
  .article-info__group .rating:before {
    right: 1rem;
  }
  .article-info__group .rating li {
    width: 14px;
    height: 13px;
    margin-right: 3px;
  }
  .article-info .rating-info,
  .article-info__date {
    font-size: 10px;
  }
}
.section-head-in {
  padding-top: 10rem;
  padding-bottom: 11rem;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-head-in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(29, 28, 28, 0.26)),
    to(rgba(29, 28, 28, 0.26))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  z-index: 10;
}
.section-head-in .container {
  position: relative;
  z-index: 10;
}
.section-head-in .logo-line {
  z-index: 0;
  width: 59.8rem;
  height: 55rem;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  position: absolute;
}
.section-head-in .line-decor {
  z-index: 10;
}
.section-head-in .line-decor:before {
  content: "";
  position: absolute;
  left: -7rem;
  right: -7rem;
  bottom: 7rem;
  height: 1px;
  background: rgba(130, 155, 181, 0.15);
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  padding-top: 1rem;
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumbs a:hover {
  color: #369bf4;
}
.breadcrumbs li {
  color: #fff;
  padding-right: 3rem;
  position: relative;
}
.breadcrumbs li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.office-group:before,
.team-item-wrap:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  top: 50%;
  z-index: -1;
}
.breadcrumbs li:last-child {
  padding-right: 0;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.nav-slider,
.office-group {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
}
.head-in__title {
  font-size: 6.8rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Comfortaa;
  color: #fff;
}
@media (max-width: 1368px) {
  .head-in__title {
    font-size: 5.5rem;
  }
  .section-head-in {
    padding-top: 15rem;
    padding-bottom: 13rem;
  }
}
@media (max-width: 1023px) {
  .head-in__title {
    font-size: 4.5rem;
  }
  .section-head-in {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .breadcrumbs {
    font-size: 10px;
  }
}
@media (max-width: 460px) {
  .head-in__title {
    font-size: 2.3rem;
  }
}
.office-group {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.office-group__left {
  width: 25%;
}
.office-group__left .title-section {
  text-align: left;
}
.office-group__left .title-section__main {
  padding-bottom: 0;
}
.office-group__left .title-section__main:before {
  display: none;
}
.office-group:before {
  position: absolute;
  height: 90%;
  width: 5000px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.office-slider {
  width: 74%;
}
.office-item {
  width: 36.5rem;
  height: 35.8rem;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}
.office-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.office-item:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(29, 28, 28, 0.25)),
    to(rgba(29, 28, 28, 0.25))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.25),
    rgba(29, 28, 28, 0.25)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.25),
    rgba(29, 28, 28, 0.25)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.25),
    rgba(29, 28, 28, 0.25)
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-item,
.team-item-wrap {
  position: relative;
}
.nav-slider {
  width: 9.4rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .office-slider {
    width: 100%;
  }
  .office-group__left {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .office-group__left .title-section__main {
    text-align: center;
  }
  .office-group:before {
    height: 130%;
  }
  .nav-slider {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .office-item {
    height: 22rem;
  }
}
@media (max-width: 420px) {
  .office-item {
    height: 20rem;
  }
}
.team-item {
  width: -webkit-calc(36.4rem - 3rem);
  width: calc(36.4rem - 3rem);
  max-width: -webkit-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  height: 42rem;
}
.team-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-item-wrap:before {
  position: absolute;
  height: 0;
  width: 100%;
  left: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.team-item-wrap:hover .team-item__info {
  -webkit-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  transform: translateY(-98%);
}
.team-item-wrap:hover:before {
  height: 90%;
}
.team-item-wrap:hover .team-item__info-title {
  border-color: transparent;
}
.team-item-wrap:hover .team-item__info-title:before {
  height: 1rem;
}
.team-item-wrap:hover .team-item {
  -webkit-box-shadow: 0 2px 10px rgba(214, 222, 231, 0.4);
  box-shadow: 0 2px 10px rgba(214, 222, 231, 0.4);
}
.team-item__info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(-8rem);
  -ms-transform: translateY(-8rem);
  transform: translateY(-8rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.team-item__info-title {
  height: 8rem;
  border: 1px solid #d4e4f5;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  position: relative;
}
.team-item__info-title:before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  height: 0;
  width: 1px;
  background: #23282e;
  bottom: 1rem;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.advantage-main__item,
.services-big .services-main-item:before {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.team-item__info-description {
  padding: 0 1rem 2rem;
  font-size: 14px;
}
.team-slider .slick-slide {
  padding: 1rem 1.5rem;
}
.team-slider.slick-slider {
  padding-bottom: 5rem;
}
.team-slider .slick-arrow {
  position: absolute;
  bottom: 0;
}
.team-slider .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.advantage-main__item-ico svg,
.testimonials-video__item > span {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-slider .slick-arrow.slick-next {
  left: -webkit-calc(50% + 2rem);
  left: calc(50% + 2rem);
}
@media (max-width: 1368px) {
  .team-item__info-description {
    font-size: 12px;
  }
  .team-slider .slick-slide {
    padding: 1rem 0.5rem;
  }
}
.advantage-main {
  font-family: montserrat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  counter-reset: counter;
  margin: 0 -1.5rem;
}
.advantage-main__item {
  width: -webkit-calc(25% - 3rem);
  width: calc(25% - 3rem);
  /* Убираем фиксированный padding, если хотим, чтобы внутренний блок прилегал правильно */
  padding: 1.5rem; 
  margin: 0 1.5rem 3rem;
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  position: relative;
  /* Добавляем, чтобы внешняя рамка тоже тянулась */
  display: flex;
  flex-direction: column;
}

.advantage-main__item-content {
  /* ИСПРАВЛЕНИЕ ТУТ: */
  min-height: 18.8rem; /* Это станет минимальным порогом */
  height: auto;        /* Позволит блоку расти вверх */
  
  padding: 3.5rem 3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; /* Заполнит все пространство внешней рамки */
}
.advantage-main__item-count:before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  font-size: 4.6rem;
  color: #369bf4;
  text-transform: uppercase;
}
.advantage-main__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.advantage-main__item-ico {
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
}
.advantage-main__item-ico svg {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantage-main__item-ico:before {
  content: "";
  position: absolute;
  width: 6.6rem;
  height: 6.9rem;
  background: url(../img/decor-figure-sm.svg) center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.advantage-main__item-title {
  padding-top: 2rem;
}
.advantage-main__item-hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #051527;
  z-index: 1;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.testimonials-video__item:before,
.work-item:before {
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
}
.advantage-main__item-hide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}
.advantage-main__item-hide-content {
  position: relative;
  color: #fff;
  padding: 2.5rem 2rem 1rem 3rem;
  overflow: auto;
  max-height: 100%;
}
.advantage-main__item-hide-title {
  padding-bottom: 1.5rem;
}
.advantage-main__item:hover .advantage-main__item-hide {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1368px) {
  .advantage-main {
    margin: 0 -1rem;
  }
  .advantage-main__item {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 0 1rem 2rem;
  }
}
@media (max-width: 1023px) {
  .advantage-main__item {
    width: -webkit-calc(33.333% - 2rem);
    width: calc(33.333% - 2rem);
  }
}
@media (max-width: 767px) {
  .advantage-main__item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media (max-width: 560px) {
  .advantage-main__item {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.testimonials-video .slick-slide {
  padding: 0 1.5rem;
}
.testimonials-video.slick-slider {
  padding-bottom: 5rem;
}
.testimonials-video .slick-arrow {
  position: absolute;
  bottom: 0;
}
.testimonials-video .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.testimonials-video .slick-arrow.slick-next {
  left: -webkit-calc(50% + 2rem);
  left: calc(50% + 2rem);
}
.testimonials-video__item {
  display: block;
  line-height: 0;
  position: relative;
  margin: 0 auto;
  height: 39rem;
  overflow: hidden;
}
.testimonials-video__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-video__item:before {
  content: "";
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.testimonials-video__item-title {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  height: 9rem;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  padding: 1rem 2rem;
  color: #23282e;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Comfortaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-video__item > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: #fff;
}
.testimonials-video__item > span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.3rem;
  border-color: transparent transparent transparent #23282e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.price-nav__item,
.services-main-item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.testimonials-video__item:hover > span:before {
  border-color: transparent transparent transparent #369bf4;
}
.testimonials-video-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.5rem;
}
.testimonials-video-main .testimonials-video__item {
  width: -webkit-calc(33.333% - 3rem);
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem 5rem;
}
@media (max-width: 1023px) {
  .testimonials-video__item-title {
    font-size: 1.6rem;
  }
  .testimonials-video-main .testimonials-video__item {
    width: -webkit-calc(50% - 3rem);
    width: calc(50% - 3rem);
    margin-bottom: 3rem;
  }
}
@media (max-width: 640px) {
  .testimonials-video-main {
    margin: 0;
  }
  .testimonials-video-main .testimonials-video__item {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
.services-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 9rem;
  margin-top: -4.6rem;
}
.services-big:last-child {
  margin-bottom: 0;
}
.services-big .services-main-item {
  width: -webkit-calc(47% - 9.2rem);
  width: calc(47% - 9.2rem);
  margin: 4.6rem 4.6rem 0;
}
.services-big .services-main-item:before {
  content: "";
  position: absolute;
  top: 3.5rem;
  bottom: 3.5rem;
  left: -4.6rem;
  right: -4.6rem;
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  z-index: -1;
}
.examples-nav__item:before,
.price-nav__item:before {
  bottom: -1px;
  content: "";
}
.services-big .services-main-item__img {
  height: 32rem;
}
.services-main-item {
  background: #fff;
  position: relative;
  border: 1px solid #f0f5fa;
  transition: 0.4s;
}
.services-main-item__img {
  position: relative;
  line-height: 0;
}
.services-main-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-main-item__img:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(29, 28, 28, 0.26)),
    to(rgba(29, 28, 28, 0.26))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-sm:before,
.team-project-content__left .title-section:before {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.section-services-more .pattern-decor,
.services-sm:before,
.team-project-content__left .title-section:before {
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.services-main-item__content {
  padding: 2.5rem;
}
.services-main-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Comfortaa;
}
.services-main-item__title:hover {
  color: #369bf4;
}
.services-main-item__description {
  color: #4e5359;
  font-size: 14px;
  padding-top: 5px;
}
.services-main-item:hover {
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
}
.services-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 6rem;
  position: relative;
}
.services-sm .services-main-item {
  width: -webkit-calc(25% - 3rem);
  width: calc(25% - 3rem);
  margin: 0 1.5rem 3rem;
}
.services-sm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 77%;
  width: 4000px;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  z-index: -1;
}
.services-sm .services-main-item__img {
  height: 22rem;
}
.services-main-item .read-more {
  margin-top: 1rem;
}
@media (max-width: 1368px) {
  .services-main-item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .services-main-item__title {
    font-size: 2rem;
  }
  .services-main-item__description {
    font-size: 12px;
  }
  .services-big .services-main-item {
    width: -webkit-calc(49% - 7.2rem);
    width: calc(49% - 7.2rem);
    margin: 3.6rem 3.6rem 0;
  }
  .services-big .services-main-item:before {
    left: -3.6rem;
    right: -3.6rem;
  }
  .services-big {
    margin-top: -3.6rem;
    margin-bottom: 6rem;
  }
  .services-sm .services-main-item {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 0 1rem 2rem;
  }
  .services-sm {
    margin: 0 -1rem 4rem;
  }
  .services-big .services-main-item__img {
    height: 25rem;
  }
  .services-sm .services-main-item__img {
    height: 18rem;
  }
}
@media (max-width: 1023px) {
  .services-main-item__title {
    font-size: 1.8rem;
  }
  .services-big .services-main-item {
    width: -webkit-calc(49% - 5.2rem);
    width: calc(49% - 5.2rem);
    margin: 2.6rem 2.6rem 0;
  }
  .services-big .services-main-item:before {
    left: -2.6rem;
    right: -2.6rem;
  }
  .services-big {
    margin-top: -2.6rem;
    margin-bottom: 4rem;
  }
  .services-big .services-main-item__img,
  .services-sm .services-main-item__img {
    height: 21rem;
  }
  .services-sm .services-main-item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
  .services-sm {
    margin: 0 -1rem 2rem;
  }
}
@media (max-width: 767px) {
  .services-big .services-main-item {
    margin: 2rem 0 0;
    width: 100%;
  }
  .services-big .services-main-item:before {
    display: none;
  }
  .services-big {
    margin-top: -2rem;
  }
  .services-main-item__content {
    padding: 1.5rem;
  }
  .services-sm .services-main-item {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.price-content__group,
.price-content__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.section-price__bg {
  height: 51rem;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.section-price__bg + .container .title-section {
  color: #fff;
}
.section-price__bg + .container .title-section__main:before {
  background: #fff;
}
.price-wrap {
  padding: 1.5rem;
  margin-bottom: 3rem;
  background: -webkit-repeating-linear-gradient(
      45deg,
      #f4f7fa,
      #f4f7fa 2px,
      rgba(227, 237, 248, 0.8) 2px,
      rgba(227, 237, 248, 0.8) 4px
    )
    #fff;
  background: -o-repeating-linear-gradient(
      45deg,
      #f4f7fa,
      #f4f7fa 2px,
      rgba(227, 237, 248, 0.8) 2px,
      rgba(227, 237, 248, 0.8) 4px
    )
    #fff;
  background: repeating-linear-gradient(
      45deg,
      #f4f7fa,
      #f4f7fa 2px,
      rgba(227, 237, 248, 0.8) 2px,
      rgba(227, 237, 248, 0.8) 4px
    )
    #fff;
}
.price-content {
  padding: 3.5rem 5.5rem 5.5rem;
  background: #fff;
}
.price-content__group {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.price-content__main {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.price-content__main .btn_st {
  margin-top: 3rem;
}
.price-content__calc {
  width: 35%;
  border: 1px solid #f0f5fa;
  padding: 4rem 3.5rem;
}
.price-content__calc-title {
  font-size: 1.8rem;
  font-family: Comfortaa;
  padding-bottom: 2.5rem;
}
.price-content__list-item {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 2rem;
}
.price-info,
.price-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.price-content__list-item-name {
  margin-right: 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.price-content__list-item-result {
  font-size: 1.8rem;
  margin-left: 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.price-content__list-item:last-child {
  font-weight: 500;
}
.price-content__list-item span {
  width: 100%;
  height: 1px;
}
.price-nav {
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 3.5rem;
}
.price-nav__item {
  font-size: 2.4rem;
  color: #4e5359;
  padding-bottom: 1.2rem;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
.price-nav__item:before {
  position: absolute;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  background: #369bf4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.price-nav__item.active:before,
.price-nav__item:hover:before {
  width: 100%;
}
.price-nav__item:hover {
  color: #369bf4;
}
.price-nav__item.active {
  color: #369bf4;
  pointer-events: none;
}
.price-info {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.price-info__item {
  width: 48%;
  padding: 5.5rem;
  background: #eaf4ff;
}
.price-info__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 2rem;
}
.price-info__item-title {
  font-size: 2.8rem;
  color: #23282e;
  font-family: Comfortaa;
  font-weight: 700;
}
.price-info__item .text-group {
  color: #4e5359;
  font-size: 1.6rem;
}
.price-info__item .text-group strong {
  color: #369bf4;
}
.price-info__item-main {
  font-family: Comfortaa;
  font-size: 2.4rem;
  color: #369bf4;
}
.price-info__item-main strong {
  font-size: 3.2rem;
}
@media (max-width: 1368px) {
  .price-nav__item {
    font-size: 2rem;
  }
  .price-info__item {
    padding: 4.5rem;
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .price-content__calc-title {
    font-size: 1.6rem;
  }
  .price-content__calc {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 1023px) {
  .price-content,
  .price-info__item {
    padding: 2.5rem;
  }
}
@media (max-width: 860px) {
  .price-content__main {
    width: 100%;
    margin-bottom: 2rem;
  }
  .price-content__calc {
    width: 100%;
  }
  .price-info__item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .price-info__item-title {
    font-size: 2.2rem;
  }
  .price-info__item-main strong {
    font-size: 2.5rem;
  }
  .price-info__item-main {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .price-nav__item {
    font-size: 1.7rem;
  }
}
@media (max-width: 460px) {
  .price-nav {
    display: block;
  }
  .price-nav__item {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .price-content__calc {
    padding: 0;
    border: 0;
  }
}
.examples-group__top,
.examples-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}
.examples-group__top {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.examples-nav,
.examples-slider {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}
.examples-nav {
  border-bottom: 1px solid rgba(227, 237, 248, 0.8);
  margin-bottom: 3.5rem;
  width: 48%;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.examples-nav__item {
  font-size: 2.4rem;
  color: #4e5359;
  padding-bottom: 1.2rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.examples-nav__item:before {
  position: absolute;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  background: #369bf4;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.examples-nav__item.active:before,
.examples-nav__item:hover:before {
  width: 100%;
}
.examples-nav__item:hover {
  color: #369bf4;
}
.examples-nav__item.active {
  color: #369bf4;
  pointer-events: none;
}
.examples-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.examples-slider__main {
  width: -webkit-calc(100% - 38rem);
  width: calc(100% - 38rem);
}
.examples-slider__main .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.3rem;
  height: 3.2rem;
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.examples-slider__main .slick-arrow svg {
  width: 23px;
}
.examples-slider__main .slick-arrow:hover {
  background: #369bf4;
}
.examples-slider__main .slick-arrow:hover svg path {
  fill: #fff !important;
}
.examples-slider__main .slick-arrow.slick-next {
  right: 0;
}
.examples-slider__main-item {
  height: 54.5rem;
  display: block;
}
.examples-slider__main-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.examples-slider__nav {
  width: 36rem;
}
.examples-slider__nav-item {
  height: 17rem;
  width: 100%;
  position: relative;
}
.examples-slider__nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.examples-slider__nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 28, 28, 0.36);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.examples-slider__nav .slick-slide {
  padding-bottom: 1.5rem;
}
@media (max-width: 1368px) {
  .examples-nav__item {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .examples-slider__main-item {
    height: 45.5rem;
  }
  .examples-slider__nav-item {
    height: 14rem;
  }
}
@media (max-width: 860px) {
  .examples-nav {
    width: 100%;
    margin-bottom: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .examples-slider__nav {
    width: 20rem;
  }
  .examples-slider__main {
    width: -webkit-calc(100% - 21.5rem);
    width: calc(100% - 21.5rem);
  }
  .examples-group .btn_st {
    margin-top: 3rem;
  }
}
.step,
.step-item__content {
  -webkit-box-pack: start;
  -webkit-box-direction: normal;
}
@media (max-width: 767px) {
  .examples-nav__item {
    font-size: 1.7rem;
  }
  .examples-slider__main-item {
    height: 35.5rem;
  }
  .examples-slider__nav-item {
    height: 10.6rem;
  }
}
@media (max-width: 600px) {
  .examples-slider__nav {
    display: none;
  }
  .examples-slider__main {
    width: 100%;
  }
  .examples-slider__main-item {
    height: 30rem;
  }
}
@media (max-width: 460px) {
  .examples-nav {
    display: block;
  }
  .examples-nav__item {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}
.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  counter-reset: counter;
}
.step-item {
  width: 24%;
  padding-top: 5.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  margin-right: 14%;
}
.step-item:nth-child(3n) {
  margin-right: 0;
}
.step-item:nth-child(3n):after {
  display: none;
}
.step-item:before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
  position: absolute;
  color: #369bf4;
  font-weight: 700;
  font-size: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  line-height: 1;
}
.contact-group__right:before,
.section-services-more .pattern-decor:after,
.section-services-more .pattern-decor:before,
.services-more:before,
.services-more__item:before,
.step-item:after,
.step-item__content-ico:before,
.team-project-content__left .title-section:before,
.work-item:before {
  content: "";
}
.step-item__content {
  background: #fff;
  -webkit-box-shadow: 0 -4px 40px rgba(214, 222, 231, 0.4);
  box-shadow: 0 -4px 40px rgba(214, 222, 231, 0.4);
  height: 450px;
  position: relative;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.step-item__content-ico {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.step-item__content-ico:before {
  position: absolute;
  width: 6.7rem;
  height: 6.9rem;
  background: url(../img/decor-figure-sm.svg) center
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-item__content-ico img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-item__content-title {
  width: -webkit-calc(100% - 6.4rem);
  width: calc(100% - 6.4rem);
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.step-item:after {
  height: 5px;
  width: 57%;
  display: block;
  background: url(../img/line.svg) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 100%;
  bottom: 6.5rem;
}
.step span {
  width: 20%;
}
@media (max-width: 1199px) {
  .step-item__content-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .step-item {
    width: 30%;
    margin-right: 5%;
  }
  .step-item:after {
    left: 59%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .step {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-item {
    width: 49%;
    margin-right: 0;
    padding-top: 4.5rem;
  }
  .step-item:before {
    font-size: 6rem;
  }
}
@media (max-width: 460px) {
  .step-item {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section-team-project .slick-list {
    padding: 10px 15% 10px 10px !important;
  }
  .section-team-project .slick-track {
    max-width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 100px;
    perspective: 100px;
  }
  .section-team-project .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    pointer-events: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-team-project .slick-slide * {
    pointer-events: all;
  }
  .section-team-project .slick-slide:not(.slick-current) .team-item {
    width: 28.7rem;
    height: 28.7rem;
  }
  .section-team-project .slick-slide:not(.slick-current) .team-item__info {
    opacity: 0;
  }
  .section-team-project .slick-slide:not(.slick-current) .team-item-wrap {
    width: 32rem;
    height: 32rem;
    padding-top: 1.7rem;
  }
  .section-team-project
    .slick-slide:not(.slick-current)
    .team-item-wrap:before {
    height: 100%;
  }
  .section-team-project .slick-snext,
  .section-team-project .slick-sprev {
    display: block;
  }
  .section-team-project .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
  }
  .section-team-project .slick-current .team-item {
    height: 43.2rem;
    width: 32.8rem;
    -webkit-box-shadow: 0 2px 10px rgba(214, 222, 231, 0.4);
    box-shadow: 0 2px 10px rgba(214, 222, 231, 0.4);
    max-width: 100%;
  }
  .section-team-project .slick-current .team-item-wrap:before {
    height: 90%;
  }
  .section-team-project .slick-current .team-item__info {
    -webkit-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
  }
  .section-team-project .slick-current .team-item__info-title {
    border: 0;
    height: auto;
  }
  .section-team-project .slick-current .team-item__info-title:before {
    display: none;
  }
  .section-team-project .slick-snext {
    opacity: 1;
    -webkit-transform: translate3d(45.5%, 0, -10px);
    transform: translate3d(45.5%, 0, -10px);
    z-index: 1;
  }
  .section-team-project .slick-snext + .slick-slide {
    -webkit-transform: translate3d(85%, 0, -20px) scale(0.9);
    transform: translate3d(85%, 0, -20px) scale(0.9);
    z-index: 0;
    opacity: 1;
  }
  .section-team-project .slick-sprev {
    opacity: 0;
  }
  .section-team-project .team-item-wrap {
    width: 36rem;
    max-width: 90%;
  }
}
.team-project-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.team-project-content__left .title-section__main:before,
.works-group .mCSB_1_scrollbar_vertical {
  display: none;
}
.team-project-content__left {
  width: 22%;
}
.team-project-content__left .title-section {
  padding: 0 0 0 3rem;
  margin-bottom: 7rem;
  text-align: left;
  position: relative;
}
.team-project-content__left .title-section:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20.2rem;
  height: -webkit-calc(100% + 5rem);
  height: calc(100% + 5rem);
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.team-project-content__left .title-section__main {
  padding-bottom: 0;
}
.team-project-group {
  width: 65%;
}
@media (max-width: 1500px) {
  .team-project-group {
    width: 70%;
  }
}
@media (max-width: 1368px) {
  .team-project-group {
    width: 75%;
  }
}
@media (max-width: 1099px) {
  .team-project-group {
    width: 78%;
  }
}
@media (max-width: 1023px) {
  .team-project-content__left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .team-project-content__left .title-section {
    padding: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  .team-project-content__left .title-section:before {
    display: none;
  }
  .team-project-group {
    width: 100%;
  }
}
.contact-group,
.services-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.section-services-more .pattern-decor {
  left: 0;
  right: 0;
  height: 47%;
  bottom: 12rem;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.section-services-more .pattern-decor:after,
.section-services-more .pattern-decor:before {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f0f5fa;
}
.sale-item:before,
.services-more:before,
.vacancy-item__title:before {
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.section-services-more .pattern-decor:after {
  bottom: -2rem;
}
.section-services-more .pattern-decor:before {
  top: -2rem;
}
.section-services-more .decor-img-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-more {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.5rem;
  position: relative;
}
.services-more:before {
  position: absolute;
  left: 50%;
  top: 47%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50000rem;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.services-more__item-content,
.work-item__content {
  right: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.services-more__item {
  width: -webkit-calc(33.333% - 3rem);
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem 3rem;
  position: relative;
  line-height: 0;
  height: 39rem;
}
.services-more__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-more__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(29, 28, 28, 0.26)),
    to(rgba(29, 28, 28, 0.26))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.26),
    rgba(29, 28, 28, 0.26)
  );
}
.services-more__item-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  padding: 2.5rem 3rem;
  line-height: 1.4;
}
.services-more__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Comfortaa;
}
@media (max-width: 1199px) {
  .services-more__item-title {
    font-size: 2rem;
  }
  .section-services-more .pattern-decor {
    height: 43%;
  }
  .services-more__item {
    width: -webkit-calc(33.333% - 2rem);
    width: calc(33.333% - 2rem);
    margin: 0 1rem 2rem;
    height: 25rem;
  }
  .services-more {
    margin: 0 -1rem;
  }
}
@media (max-width: 1023px) {
  .services-more__item-title {
    font-size: 1.6rem;
  }
  .services-more__item-content {
    padding: 1.5rem 2rem;
  }
  .section-services-more .pattern-decor {
    bottom: 7rem;
  }
}
@media (max-width: 860px) {
  .services-more__item {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .services-more {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-more__item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media (max-width: 460px) {
  .services-more__item {
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
  .section-services-more .pattern-decor {
    height: 70%;
  }
}
.contact-group {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact-group__list,
.messengers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.contact-group__list,
.sale {
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.contact-group__left {
  width: 48%;
}
.contact-group__right {
  width: 48%;
  position: relative;
  line-height: 0;
}
.contact-group__right img {
  width: 100%;
}
.contact-group__right:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(29, 28, 28, 0.26);
}
.contact-group__list {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact-group__list-item ul {
  display: table;
  font-family: Comfortaa;
}
.contact-group__list-item ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.5rem;
  color: #4e5359;
}
.contact-group__list-item ul li > svg {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-group__list-item ul li strong {
  color: #23282e;
}
.contact-group__list-item ul li a:hover {
  color: #369bf4;
}
.messengers {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.messengers li {
  margin: 0 1.5rem 0 0;
}
.messengers li a {
  width: 5.5rem;
  height: 5.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(54, 155, 244, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.messengers li a svg {
  width: 2.5rem;
  height: 2.5rem;
}
.messengers li a:hover {
  background: rgba(54, 155, 244, 0.2);
  border: 1px solid rgba(54, 155, 244, 0.4);
}
.map {
  height: 30rem;
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .contact-group__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact-group__left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .contact-group__right {
    width: 400px;
    max-width: 100%;
  }
}
.section-catalog .decor-img-right {
  bottom: 0;
}
.works-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.5rem;
}
.works-item {
  width: -webkit-calc(25% - 3rem);
  width: calc(25% - 3rem);
  margin: 0 1.5rem 3rem;
}
.works-item__title {
  font-size: 2.4rem;
  text-align: center;
  font-family: Comfortaa;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.work-item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 23rem;
  margin-bottom: 2rem;
}
.work-item:last-child {
  margin-bottom: 0;
}
.work-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.work-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    bottom,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  background: linear-gradient(
    0deg,
    rgba(29, 28, 28, 0.6),
    rgba(29, 28, 28, 0.6)
  );
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sale-item:before,
.work-item__content {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.work-item__content {
  left: 0;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ecf1f5;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.work-item__title {
  font-size: 1.8rem;
}
.work-item .read-more {
  color: #fff;
}
.work-item .read-more span:after {
  border-color: #fff;
  opacity: 1;
}
.works-group {
  overflow: auto;
}
.works-group .mCSB_inside > .mCSB_container {
  margin: 0;
}
.sale,
.sale-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.works-group .mCSB_scrollTools {
  right: -15px;
}
@media (max-width: 1199px) {
  .works-item {
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem);
    margin: 0 1rem 3rem;
  }
  .works-item__title {
    font-size: 1.8rem;
  }
  .works-wrap {
    margin: 0 -1rem;
  }
}
@media (max-width: 1023px) {
  .work-item {
    height: 20rem;
  }

}
@media (max-width: 767px) {
  .works-group {
    height: 43rem;
  }
  .works-item {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media (max-width: 460px) {
  .works-wrap {
    margin: 0;
  }
  .works-item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .works-item:last-child {
    margin-bottom: 0;
  }
}
.sale {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 0;
  margin: 0;
}
.sale-item {
  width: -webkit-calc(49% - 3rem);
  width: calc(49% - 3rem);
  position: relative;
  background: #fff;
  margin: 1.5rem 1.5rem 3.5rem;
}
.sale-item:before,
.vacancy-item__title:before {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  content: "";
  z-index: -1;
}
.sale-item:before {
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  top: -1.5rem;
  left: -1.5rem;
  bottom: -1.5rem;
  right: -1.5rem;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sale-item__media {
  width: 23rem;
  height: 23rem;
  line-height: 0;
}
.sale-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-item__content {
  width: -webkit-calc(100% - 23rem);
  width: calc(100% - 23rem);
  background: #fff;
  padding: 2.5rem 3rem;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sale-item__content-wrap,
.vacancy-item {
  display: -webkit-flex;
  -webkit-box-direction: normal;
}
.sale-item__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #fff;
}
.sale-item__title {
  font-size: 2.4rem;
  font-family: Comfortaa;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.sale-item__description {
  font-size: 14px;
  color: #4e5359;
}
.articles-item__title,
.testimonials-article__item-name,
.vacancy-item__title {
  font-weight: 700;
  font-family: Comfortaa;
}
.sale-item__decorlink {
  text-transform: uppercase;
  color: #369bf4;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.sale-item__decorlink:after {
  content: "";
  display: inline-block;
  right: -1.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #369bf4;
  border-bottom: 1px solid #369bf4;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 5px;
}
.articles,
.vacancy-item {
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
}
.sale-item:hover {
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
}
.sale-item:hover:before {
  opacity: 0;
}
.sale-item:hover .sale-item__title {
  color: #369bf4;
}
@media (max-width: 1600px) {
  .sale-item__title {
    font-size: 2rem;
  }
}
@media (max-width: 1368px) {
  .sale-item__decorlink,
  .sale-item__description {
    font-size: 12px;
  }
  .sale-item__content {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .sale-item__content {
    width: 100%;
    text-align: center;
  }
  .sale-item__media {
    margin: 2rem auto 0;
  }
  .sale-item__decorlink {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .sale-item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 660px) {
  .sale-item {
    width: 100%;
  }
}
.vacancy-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 7rem;
}
.vacancy-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.vacancy-item:last-child {
  margin-bottom: 0;
}
.vacancy-item__media {
  width: 50%;
  line-height: 0;
}
.vacancy-item__media img {
  width: 100%;
}
.vacancy-item__text {
  width: 48%;
  margin-top: 2rem;
}
.vacancy-item__title {
  padding-left: 3.5rem;
  margin-bottom: 4.5rem;
  font-size: 4.2rem;
  position: relative;
}
.vacancy-item__title:before {
  position: absolute;
  left: 0;
  top: -2rem;
  bottom: -2rem;
  width: 48%;
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.vacancy-item__description .text-group {
  font-size: 1.6rem;
}
@media (max-width: 1368px) {
  .vacancy-item__title {
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) {
  .vacancy-item {
    display: block;
    margin-bottom: 3rem;
  }
  .vacancy-item__text {
    width: 100%;
  }
  .vacancy-item__media {
    width: 500px;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.articles,
.articles-item__content {
  display: -webkit-flex;
  -webkit-box-pack: justify;
}
@media (max-width: 560px) {
  .vacancy-item__title {
    padding-left: 0;
    margin-bottom: 3.5rem;
  }
  .vacancy-item__title:before {
    top: -1rem;
    bottom: -1rem;
  }
}
.articles {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.articles-item {
  margin-bottom: 3.5rem;
  width: 49%;
  position: relative;
}
.articles-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
}
.articles-item__media {
  width: 34rem;
  height: 31.5rem;
  line-height: 0;
  position: relative;
}
.articles-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles-item__content {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 19rem;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.testimonials-article__item-info,
.testimonials-article__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-direction: normal;
}
.articles-item__date {
  color: #aaaeb3;
  font-size: 14px;
  padding-bottom: 5px;
}
.articles-item__title {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}
.articles-item__description {
  color: #4e5359;
  font-size: 14px;
}
.articles-item:hover:before {
  opacity: 1;
}
.articles-item:hover .articles-item__content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1600px) {
  .articles-item__content {
    padding: 2rem;
  }
}
@media (max-width: 1368px) {
  .articles-item__date,
  .articles-item__description {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .articles-item__title {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .articles-item {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .articles-item__content {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .articles-item {
    padding: 1.5rem;
    background: #fff;
  }
  .articles-item__media {
    width: 100%;
  }
  .articles-item:before {
    opacity: 1;
  }
}
@media (max-width: 460px) {
  .articles-item__media {
    height: 26rem;
  }
}
.testimonials-article-group {
  width: 110rem;
  max-width: 100%;
  margin: 0 auto;
}
.testimonials-article__item {
  margin-bottom: 1.5rem;
  background: #fff;
  border: 1px solid #d4e4f5;
  padding: 3.5rem 4.5rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.testimonials-article__item-top {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.5rem;
}
.testimonials-article__item-info {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.testimonials-article__item-name {
  padding-right: 3.5rem;
  position: relative;
}
.testimonials-article__item-name:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #cacaca;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-article__item .text-group {
  font-size: 14px;
}
.testimonials-article__item-date {
  font-size: 14px;
  color: #8993a5;
}
.testimonials-article__item:hover {
  -webkit-box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  box-shadow: 0 8px 22px rgba(214, 222, 231, 0.4);
  border-color: transparent;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 3rem;
}
.pagination > a {
  width: 3rem;
  height: 1.3rem;
  display: block;
  line-height: 0;
}
.feedback-rating,
.pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.pagination ul {
  padding: 0 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pagination ul li {
  padding: 4px;
}
.pagination ul li a {
  width: 6px;
  height: 6px;
  border: 1px solid rgba(170, 174, 178, 0.8);
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination ul li a:hover,
.pagination ul li.active a {
  background: #369bf4;
  border-color: transparent;
}
.testimonials-article-form {
  margin-top: 9rem;
}
.testimonials-article-form textarea.input_st {
  height: 18rem;
}
.feedback-rating {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 5.6rem;
}
.feedback-rating__text {
  font-size: 14px;
  padding-right: 1.5rem;
  color: #4e5359;
}
.rating-item {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 5px;
  cursor: pointer;
}
.rating-item:last-child {
  margin-right: 0;
}
.rating-item.active svg path,
.rating-item.active__prev svg path,
.rating-item.prev svg path {
  fill: #ffb800 !important;
}
.rating-item.next svg path {
  fill: rgba(13, 17, 22, 0.3) !important;
}
@media (max-width: 1368px) {
  .testimonials-article__item .text-group {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .testimonials-article__item {
    padding: 2.5rem;
  }
}
.testimonials-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.testimonials-form__media {
  width: 49%;
  padding: 2.5rem 0 0 2.5rem;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.testimonials-form__media:after,
.testimonials-form__media:before {
  content: "";
  position: absolute;
  top: 0;
}
.testimonials-form__media img {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.testimonials-form__media:before {
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #f3f8fc,
    #f3f8fc 2px,
    rgba(227, 237, 248, 0.8) 2px,
    rgba(227, 237, 248, 0.8) 4px
  );
  right: 2.5rem;
  left: 0;
  bottom: 2.5rem;
  z-index: -1;
}
.testimonials-form__media:after {
  width: 59.8rem;
  height: 55.1rem;
  background: url(../img/decor-figure-calculate.svg)
    center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  right: -30.9rem;
}
.testimonials-form__group {
  width: 49%;
}
.upfile_hide {
  display: none;
}
.up_file {
  position: relative;
  cursor: pointer;
}
.up_file img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
}
.up_file span {
  font-size: 14px;
  color: #4e5359;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
}
.error-subtitle,
.error-title {
  font-weight: 700;
  font-family: Comfortaa;
}
@media (max-width: 1199px) {
  .feedback-rating__text,
  .up_file span {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .testimonials-form__media {
    display: none;
  }
  .testimonials-form__group {
    width: 100%;
  }
}
.section-error {
  padding: 10rem 0;
}
.error-content {
  width: 66rem;
  max-width: 100%;
  color: #ecf1f5;
}
.error-content .btn_st {
  margin-top: 4rem;
}
.error-subtitle {
  font-size: 2.4rem;
}
.error-title {
  color: #fff;
  font-size: 26rem;
  line-height: 1.3;
}
.error-text {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .error-subtitle {
    font-size: 2rem;
  }
  .error-title {
    font-size: 18rem;
  }
  .error-text {
    font-size: 1.8rem;
  }
  .error-content {
    width: 51rem;
  }
}
@media (max-width: 660px) {
  .error-main {
    background-position: left top !important;
  }
  .error-content {
    width: 100%;
    text-align: center;
  }
  .section-error {
    padding: 5rem 0;
    background: #5f92a3;
  }
  .error-title {
    font-size: 17rem;
  }
}

.entry-content {
    line-height: 1.8;      /* Увеличили межстрочный интервал для легкости чтения */
    font-size: 1.7rem;    /* Оптимальный размер для длинных текстов */
    color: #333;
    max-width: 850px;     /* Рекомендую ограничить ширину, чтобы строка не была слишком длинной */
}

.entry-content p {
    margin-bottom: 2rem;  /* Больше воздуха между абзацами */
}

/* Добавим стили для заголовков внутри контента, чтобы они не были мелкими */
.container.pad_section h1 {
    font-size: 3.5rem;
    margin: 3rem 0 1.5rem;
    color: #000;
    font-weight: 700;
    font-family: Comfortaa;
    position: relative;
    padding-bottom: 5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.entry-content h2 {
    font-size: 2.8rem;
    margin: 3rem 0 1.5rem;
    color: #000;
}

.entry-content h3 {
    font-size: 2.2rem;
    margin: 2.5rem 0 1rem;
}


.form-consent label {
    margin: 0;
    line-height: 1;
    display: flex;
}

.form-consent p {
    margin: 0 !important;
}

/* Выбираем видео с классом alignleft внутри текстовой группы */
.text-group video.alignleft {
    display: block;
    float: left;
    
    /* Основные размеры */
    width: 707px;
    height: auto;
    
    /* Создаем черный фон вокруг видео */
    /* 40px сверху/снизу и 0px по бокам за счет padding + background */
    background: #000;
    padding: 40px 0; 
    
    /* Отступы от текста (учитываем, что фон стал больше) */
    margin: 0 4rem 3rem 0;
    
    /* Фикс для корректного отображения */
    box-sizing: border-box;
    line-height: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 767px) {
    .text-group video.alignleft {
        float: none;
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 20px 0; /* На мобильных фон чуть меньше */
    }
}

/* Центрирование кнопки под сеткой */
.reviews-bottom-action {
    text-align: center;
    margin-top: 4rem;
    width: 100%;
}

.btn-more {
    display: inline-block;
    padding: 1.5rem 4rem;
    background: #369bf4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.btn-more:hover {
    background: #2581d4;
    color: #fff;
}

/* Стили модального окна (перенесено из footer.php) */
/* Твой стиль, примененный к ID callback-0 через класс */
.modal-custom-styled {
    /* Основные параметры из твоего кода */
    width: 460px;
    max-width: 98%;
    padding: 1.5rem;
    background-color: #fff;
    background-image: repeating-linear-gradient(
        45deg,
        #f3f8fc,
        #f3f8fc 2px,
        rgba(227, 237, 248, 0.8) 2px,
        rgba(227, 237, 248, 0.8) 4px
    );
    
    /* Технические параметры из твоего кода */
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    word-break: normal;
    color: #23282e;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px; /* Чуть скруглим для аккуратности */
}

/* Белая подложка под контентом, чтобы текст и поля формы легко читались на фоне полосок */
.modal-custom-styled .modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Стили для полей формы внутри модалки (опционально) */
.cf7-form-wrapper .wpcf7-form-control {
    width: 100%;
    margin-bottom: 10px;
}

/* Обертка согласия */
.form-consent {
    margin: 15px 0;
}

.consent-label {
    display: flex !important; /* Гарантируем флекс */
    align-items: flex-start;
    cursor: pointer;
    gap: 12px;
    user-select: none;
}

/* Скрываем нативный чекбокс, но не через display:none, чтобы он работал */
.consent-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

/* Наш кастомный квадратик */
.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #23282e;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    margin-top: 2px; /* Выравнивание по первой строке текста */
    transition: all 0.2s ease;
}

/* Когда галочка выбрана - меняем фон квадрата */
.consent-label input:checked + .custom-checkbox {
    background-color: #23282e;
}

/* Рисуем белую птичку */
.custom-checkbox:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Показываем птичку при клике */
.consent-label input:checked + .custom-checkbox:after {
    display: block;
}

/* Текст согласия */
.consent-text {
    font-size: 13px;
    line-height: 1.4;
    color: #23282e;
    font-family: sans-serif;
}

.consent-text a {
    color: #23282e;
    text-decoration: underline;
}

/* Если CF7 добавил свои спаны с ошибками, скрываем их, чтобы не двигали верстку */
.wpcf7-acceptance .wpcf7-not-valid-tip {
    display: none !important;
}

/* Прячем стандартный квадрат, но оставляем его рабочим */
.form-consent .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Стилизуем пустой span, который идет СРАЗУ после обертки чекбокса */
/* В вашей структуре это: .wpcf7-acceptance + span */
.form-consent .wpcf7-acceptance + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #23282e;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 10px;
}

/* Рисуем галочку (птичку) внутри этого span */
.form-consent .wpcf7-acceptance + span::after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #23282e; /* Цвет птички сделаем темным, если фон белый */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Когда чекбокс внутри (даже глубоко) нажат — показываем птичку */
.form-consent input:checked ~ span::after,
.form-consent .wpcf7-acceptance input:checked ~ span::after {
    display: block;
}

/* Если хотите, чтобы при нажатии квадрат закрашивался, а птичка была белой: */
.form-consent input:checked + span {
    background: #23282e;
}
.form-consent input:checked + span::after {
    border-color: #fff;
}

/* Убираем лишние отступы у <p> внутри label */
.form-consent label p {
    display: inline;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
}

.form-consent .consent-label {
    display: flex;
    align-items: center;
}

/* Элементы, использующие шрифт Comfortaa (для заголовков и акцентов) */
.title-lg,
.title-md,
.title-section__main,
.modal-title__main,
.text-group h1,
.text-group h4,
.text-group h5,
.text-group h6,
.head-slider__title,
.head-in__title,
.step-count,
.price-content__calc-title,
.price-info__item-main,
.price-info__item-title,
.contact-group__list-item ul,
.sale-item__title,
.articles-item__title,
.testimonials-article__item-name,
.testimonials-video__item-title,
.vacancy-item__title,
.error-title,
.services-main-item__title,
.office-group__left-title,
.price-content__title,
.services-more__item-title,
.works-item__title {
    font-family: 'Comfortaa', sans-serif;
}

/* Жирный шрифт для кнопок и шагов */
.btn_st,
.step {
    font-weight: 700;
}