

/* Start:/local/templates/design.r52/css/style.css?1695650920300838*/
/**
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
@-ms-viewport {
  width: device-width;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  min-width: 320px;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.max-w-100 {
  max-width: 100%;
}
.js noscript {
  display: none;
}
.no-js body > :not(noscript) {
  display: none;
}
.no-js body {
  padding-left: 0;
}
body {
  margin: 0;
  font-family: Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  color: #444;
  text-align: left;
  background-color: #fff;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden !important;
  height: 100%;
}
body.menu-open:before {
  display: block;
  content: '';
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
body.no-scroll {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  right: 0;
}
@media (max-width: 1634.98px) {
  body {
    font-size: 2rem;
  }
}
@media (min-width: 1035px) {
  body {
    padding-left: 95px !important;
  }
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.25em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-family: Bold;
  font-weight: bolder;
  color: #313131;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #7ec6e8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer !important;
}
a:hover {
  color: #52b3e9;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
a svg,
button svg {
  pointer-events: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #999;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: none;
}
a,
input,
button,
[role='button'],
select,
optgroup,
textarea {
  touch-action: manipulation;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  /* overflow: visible; */
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[role='button'] {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: 'Light';
  src: url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.eot");
  src: url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.eot?#iefix") format('embedded-opentype'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.woff2") format('woff2'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.woff") format('woff'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.ttf") format('truetype'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Light.svg#FuturaPTWeb-Light") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bold';
  src: url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold.eot");
  src: url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold.eot?#iefix") format('embedded-opentype'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold.woff2") format('woff2'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold.woff") format('woff'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold.ttf") format('truetype'), url("/local/templates/design.r52/css/../fonts/Futura%20PT_Bold#FuturaPTWeb-Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@charset "UTF-8";
@font-face {
  font-family: "r52";
  src: url("/local/templates/design.r52/css/../fonts/r52.eot");
  src: url("/local/templates/design.r52/css/../fonts/r52.eot?#iefix") format("embedded-opentype"), url("/local/templates/design.r52/css/../fonts/r52.woff") format("woff"), url("/local/templates/design.r52/css/../fonts/r52.ttf") format("truetype"), url("/local/templates/design.r52/css/../fonts/r52.svg#r52") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "r52" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="i-"]:before,
[class*=" i-"]:before {
  font-family: "r52" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-beh:before {
  content: "\61";
}
.i-blocks:before {
  content: "\62";
}
.i-chart:before {
  content: "\63";
}
.i-check:before {
  content: "\64";
}
.i-down-array:before {
  content: "\65";
}
.i-fb:before {
  content: "\66";
}
.i-gear:before {
  content: "\67";
}
.i-graph:before {
  content: "\68";
}
.i-hand:before {
  content: "\69";
}
.i-inst:before {
  content: "\6a";
}
.i-letter:before {
  content: "\6b";
}
.i-link:before {
  content: "\6c";
}
.i-mobile:before {
  content: "\6d";
}
.i-revision:before {
  content: "\6e";
}
.i-sheets:before {
  content: "\6f";
}
.i-user:before {
  content: "\70";
}
.i-vk:before {
  content: "\71";
}
.i-thumb-tack:before {
  content: "\72";
}
.i-usd:before {
  content: "\73";
}
.i-eye:before {
  content: "\74";
}
.i-cassette:before {
  content: "\75";
}
.i-cd-disk:before {
  content: "\76";
}
.i-cd-person:before {
  content: "\77";
}
.i-target:before {
  content: "\78";
}
.i-usb:before {
  content: "\79";
}
.i-exchange:before {
  content: "\7a";
}
.i-chain:before {
  content: "\41";
}
.i-magnifier:before {
  content: "\42";
}
.i-heart:before {
  content: "\43";
}
.i-check-simple:before {
  content: "\44";
}
.i-star:before {
  content: "\45";
}
.i-monitor:before {
  content: "\46";
}
.i-cart:before {
  content: "\47";
}
.i-info:before {
  content: "\48";
}
.i-collar:before {
  content: "\49";
}
.i-message:before {
  content: "\4a";
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Bold;
  line-height: 1;
  color: #313131;
}
h1,
.h1 {
  font-size: 7rem;
  line-height: 0.85;
  margin-bottom: 0.785714285714286em;
}
@media (max-width: 1634.98px) {
  h1,
  .h1 {
    font-size: 5.833333333333334rem;
  }
}
@media (max-width: 1034.98px) {
  h1,
  .h1 {
    font-size: 4.666666666666667rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 3.68421052631579rem;
  }

  .calc__desc p {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }

  .calc__desc p {
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.666666666666667em;
}
@media (max-width: 1634.98px) {
  h2,
  .h2 {
    font-size: 5rem;
  }
}
@media (max-width: 1034.98px) {
  h2,
  .h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 3.157894736842105rem;
  }
}
@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h2_double-mb,
.h2_double-mb {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  h2_double-mb,
  .h2_double-mb {
    margin-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  h2_double-mb,
  .h2_double-mb {
    margin-bottom: 76px;
  }
}
@media (min-width: 1635px) {
  h2_double-mb,
  .h2_double-mb {
    margin-bottom: 96px;
  }
}
h3,
.h3 {
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 0.617647058823529em;
}
@media (max-width: 1034.98px) {
  h3,
  .h3 {
    font-size: 2.266666666666667rem;
  }
}
h4,
.h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.458333333333333em;
}
@media (max-width: 1634.98px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
h5,
.h5 {
  font-size: 1.92rem;
}
h6,
.h6 {
  font-size: 1.44rem;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1035px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1635px) {
  .container {
    max-width: 1560px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.container--relative {
  position: relative;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.col-2 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.col-3 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.col-5 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.col-6 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.col-8 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.col-9 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.col-11 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.col-12 {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -o-box-ordinal-group: -1;
  order: -1;
}
.order-last {
  -o-box-ordinal-group: 13;
  order: 13;
}
.order-0 {
  -o-box-ordinal-group: 0;
  order: 0;
}
.order-1 {
  -o-box-ordinal-group: 1;
  order: 1;
}
.order-2 {
  -o-box-ordinal-group: 2;
  order: 2;
}
.order-3 {
  -o-box-ordinal-group: 3;
  order: 3;
}
.order-4 {
  -o-box-ordinal-group: 4;
  order: 4;
}
.order-5 {
  -o-box-ordinal-group: 5;
  order: 5;
}
.order-6 {
  -o-box-ordinal-group: 6;
  order: 6;
}
.order-7 {
  -o-box-ordinal-group: 7;
  order: 7;
}
.order-8 {
  -o-box-ordinal-group: 8;
  order: 8;
}
.order-9 {
  -o-box-ordinal-group: 9;
  order: 9;
}
.order-10 {
  -o-box-ordinal-group: 10;
  order: 10;
}
.order-11 {
  -o-box-ordinal-group: 11;
  order: 11;
}
.order-12 {
  -o-box-ordinal-group: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333333333332%;
}
.offset-2 {
  margin-left: 16.666666666666664%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333333333%;
}
.offset-5 {
  margin-left: 41.66666666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333333333336%;
}
.offset-8 {
  margin-left: 66.66666666666666%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333333334%;
}
.offset-11 {
  margin-left: 91.66666666666666%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-sm-2 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-sm-3 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-sm-5 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-sm-6 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-sm-8 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-sm-9 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-sm-11 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-sm-12 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -o-box-ordinal-group: -1;
    order: -1;
  }
  .order-sm-last {
    -o-box-ordinal-group: 13;
    order: 13;
  }
  .order-sm-0 {
    -o-box-ordinal-group: 0;
    order: 0;
  }
  .order-sm-1 {
    -o-box-ordinal-group: 1;
    order: 1;
  }
  .order-sm-2 {
    -o-box-ordinal-group: 2;
    order: 2;
  }
  .order-sm-3 {
    -o-box-ordinal-group: 3;
    order: 3;
  }
  .order-sm-4 {
    -o-box-ordinal-group: 4;
    order: 4;
  }
  .order-sm-5 {
    -o-box-ordinal-group: 5;
    order: 5;
  }
  .order-sm-6 {
    -o-box-ordinal-group: 6;
    order: 6;
  }
  .order-sm-7 {
    -o-box-ordinal-group: 7;
    order: 7;
  }
  .order-sm-8 {
    -o-box-ordinal-group: 8;
    order: 8;
  }
  .order-sm-9 {
    -o-box-ordinal-group: 9;
    order: 9;
  }
  .order-sm-10 {
    -o-box-ordinal-group: 10;
    order: 10;
  }
  .order-sm-11 {
    -o-box-ordinal-group: 11;
    order: 11;
  }
  .order-sm-12 {
    -o-box-ordinal-group: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-sm-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-sm-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-sm-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-md-2 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-md-3 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-md-5 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-md-6 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-md-8 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-md-9 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-md-11 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-md-12 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -o-box-ordinal-group: -1;
    order: -1;
  }
  .order-md-last {
    -o-box-ordinal-group: 13;
    order: 13;
  }
  .order-md-0 {
    -o-box-ordinal-group: 0;
    order: 0;
  }
  .order-md-1 {
    -o-box-ordinal-group: 1;
    order: 1;
  }
  .order-md-2 {
    -o-box-ordinal-group: 2;
    order: 2;
  }
  .order-md-3 {
    -o-box-ordinal-group: 3;
    order: 3;
  }
  .order-md-4 {
    -o-box-ordinal-group: 4;
    order: 4;
  }
  .order-md-5 {
    -o-box-ordinal-group: 5;
    order: 5;
  }
  .order-md-6 {
    -o-box-ordinal-group: 6;
    order: 6;
  }
  .order-md-7 {
    -o-box-ordinal-group: 7;
    order: 7;
  }
  .order-md-8 {
    -o-box-ordinal-group: 8;
    order: 8;
  }
  .order-md-9 {
    -o-box-ordinal-group: 9;
    order: 9;
  }
  .order-md-10 {
    -o-box-ordinal-group: 10;
    order: 10;
  }
  .order-md-11 {
    -o-box-ordinal-group: 11;
    order: 11;
  }
  .order-md-12 {
    -o-box-ordinal-group: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-md-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-md-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-md-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1035px) {
  .col-lg {
    flex-basis: 0;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-lg-2 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-lg-3 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-lg-5 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-lg-6 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-lg-8 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-lg-9 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-lg-11 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-lg-12 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -o-box-ordinal-group: -1;
    order: -1;
  }
  .order-lg-last {
    -o-box-ordinal-group: 13;
    order: 13;
  }
  .order-lg-0 {
    -o-box-ordinal-group: 0;
    order: 0;
  }
  .order-lg-1 {
    -o-box-ordinal-group: 1;
    order: 1;
  }
  .order-lg-2 {
    -o-box-ordinal-group: 2;
    order: 2;
  }
  .order-lg-3 {
    -o-box-ordinal-group: 3;
    order: 3;
  }
  .order-lg-4 {
    -o-box-ordinal-group: 4;
    order: 4;
  }
  .order-lg-5 {
    -o-box-ordinal-group: 5;
    order: 5;
  }
  .order-lg-6 {
    -o-box-ordinal-group: 6;
    order: 6;
  }
  .order-lg-7 {
    -o-box-ordinal-group: 7;
    order: 7;
  }
  .order-lg-8 {
    -o-box-ordinal-group: 8;
    order: 8;
  }
  .order-lg-9 {
    -o-box-ordinal-group: 9;
    order: 9;
  }
  .order-lg-10 {
    -o-box-ordinal-group: 10;
    order: 10;
  }
  .order-lg-11 {
    -o-box-ordinal-group: 11;
    order: 11;
  }
  .order-lg-12 {
    -o-box-ordinal-group: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-lg-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-lg-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-lg-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1635px) {
  .col-xl {
    flex-basis: 0;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .col-xl-2 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .col-xl-3 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .col-xl-5 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .col-xl-6 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .col-xl-8 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .col-xl-9 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .col-xl-11 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .col-xl-12 {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -o-box-ordinal-group: -1;
    order: -1;
  }
  .order-xl-last {
    -o-box-ordinal-group: 13;
    order: 13;
  }
  .order-xl-0 {
    -o-box-ordinal-group: 0;
    order: 0;
  }
  .order-xl-1 {
    -o-box-ordinal-group: 1;
    order: 1;
  }
  .order-xl-2 {
    -o-box-ordinal-group: 2;
    order: 2;
  }
  .order-xl-3 {
    -o-box-ordinal-group: 3;
    order: 3;
  }
  .order-xl-4 {
    -o-box-ordinal-group: 4;
    order: 4;
  }
  .order-xl-5 {
    -o-box-ordinal-group: 5;
    order: 5;
  }
  .order-xl-6 {
    -o-box-ordinal-group: 6;
    order: 6;
  }
  .order-xl-7 {
    -o-box-ordinal-group: 7;
    order: 7;
  }
  .order-xl-8 {
    -o-box-ordinal-group: 8;
    order: 8;
  }
  .order-xl-9 {
    -o-box-ordinal-group: 9;
    order: 9;
  }
  .order-xl-10 {
    -o-box-ordinal-group: 10;
    order: 10;
  }
  .order-xl-11 {
    -o-box-ordinal-group: 11;
    order: 11;
  }
  .order-xl-12 {
    -o-box-ordinal-group: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-xl-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-xl-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-xl-11 {
    margin-left: 91.66666666666666%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1035px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1635px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1035px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1635px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
}
.flex-row {
  -o-box-orient: horizontal;
  flex-direction: row !important;
}
.flex-column {
  -o-box-orient: vertical;
  flex-direction: column !important;
}
.flex-row-reverse {
  -o-box-direction: reverse;
  -o-box-orient: horizontal;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -o-box-direction: reverse;
  -o-box-orient: vertical;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -o-box-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -o-box-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -o-box-pack: center;
  justify-content: center;
}
.justify-content-between {
  -o-box-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -o-box-pack: distribute;
  justify-content: space-around;
}
.align-items-start {
  -o-box-align: start;
  align-items: flex-start !important;
}
.align-items-end {
  -o-box-align: end;
  align-items: flex-end !important;
}
.align-items-center {
  -o-box-align: center;
  align-items: center !important;
}
.align-items-baseline {
  -o-box-align: baseline;
  align-items: baseline !important;
}
.align-items-stretch {
  -o-box-align: stretch;
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
  -ms-flex-item-align: auto;
}
.align-self-start {
  align-self: flex-start;
  -ms-flex-item-align: start;
}
.align-self-end {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.align-self-center {
  align-self: center;
  -ms-flex-item-align: center;
}
.align-self-baseline {
  align-self: baseline;
  -ms-flex-item-align: baseline;
}
.align-self-stretch {
  align-self: stretch;
  -ms-flex-item-align: stretch;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -o-box-orient: horizontal;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -o-box-orient: vertical;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -o-box-direction: reverse;
    -o-box-orient: horizontal;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -o-box-direction: reverse;
    -o-box-orient: vertical;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -o-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    -o-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    -o-box-pack: center;
    justify-content: center;
  }
  .justify-content-sm-between {
    -o-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-sm-around {
    -o-box-pack: distribute;
    justify-content: space-around;
  }
  .align-items-sm-start {
    -o-box-align: start;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -o-box-align: end;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -o-box-align: center;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -o-box-align: baseline;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -o-box-align: stretch;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
    -ms-flex-item-align: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .align-self-sm-end {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .align-self-sm-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -o-box-orient: horizontal;
    flex-direction: row !important;
  }
  .flex-md-column {
    -o-box-orient: vertical;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -o-box-direction: reverse;
    -o-box-orient: horizontal;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -o-box-direction: reverse;
    -o-box-orient: vertical;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -o-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-md-end {
    -o-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-md-center {
    -o-box-pack: center;
    justify-content: center;
  }
  .justify-content-md-between {
    -o-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-md-around {
    -o-box-pack: distribute;
    justify-content: space-around;
  }
  .align-items-md-start {
    -o-box-align: start;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -o-box-align: end;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -o-box-align: center;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -o-box-align: baseline;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -o-box-align: stretch;
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
    -ms-flex-item-align: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .align-self-md-end {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .align-self-md-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
@media (min-width: 1035px) {
  .flex-lg-row {
    -o-box-orient: horizontal;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -o-box-orient: vertical;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -o-box-direction: reverse;
    -o-box-orient: horizontal;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -o-box-direction: reverse;
    -o-box-orient: vertical;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -o-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    -o-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    -o-box-pack: center;
    justify-content: center;
  }
  .justify-content-lg-between {
    -o-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-lg-around {
    -o-box-pack: distribute;
    justify-content: space-around;
  }
  .align-items-lg-start {
    -o-box-align: start;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -o-box-align: end;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -o-box-align: center;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -o-box-align: baseline;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -o-box-align: stretch;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
    -ms-flex-item-align: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .align-self-lg-end {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .align-self-lg-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
@media (min-width: 1635px) {
  .flex-xl-row {
    -o-box-orient: horizontal;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -o-box-orient: vertical;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -o-box-direction: reverse;
    -o-box-orient: horizontal;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -o-box-direction: reverse;
    -o-box-orient: vertical;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -o-box-pack: start;
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    -o-box-pack: end;
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    -o-box-pack: center;
    justify-content: center;
  }
  .justify-content-xl-between {
    -o-box-pack: justify;
    justify-content: space-between;
  }
  .justify-content-xl-around {
    -o-box-pack: distribute;
    justify-content: space-around;
  }
  .align-items-xl-start {
    -o-box-align: start;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -o-box-align: end;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -o-box-align: center;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -o-box-align: baseline;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -o-box-align: stretch;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
    -ms-flex-item-align: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .align-self-xl-end {
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .align-self-xl-center {
    align-self: center;
    -ms-flex-item-align: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
    -ms-flex-item-align: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1035px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1635px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #999 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.font-light {
  font-family: Light;
}
.font-bold {
  font-family: Bold;
}
.reset-style {
  color: inherit !important;
  text-decoration: inherit !important;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 0.3s ease;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: opacity 0.3s ease;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: opacity 0.3s ease;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  transition: opacity 0.3s ease;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.level-red-t {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .level-red-t {
    margin-top: 11px;
  }
}
@media (min-width: 1035px) {
  .level-red-t {
    margin-top: 11px;
  }
}
@media (min-width: 1635px) {
  .level-red-t {
    margin-top: 11px;
  }
}
.level-red-b {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .level-red-b {
    margin-bottom: 11px;
  }
}
@media (min-width: 1035px) {
  .level-red-b {
    margin-bottom: 11px;
  }
}
@media (min-width: 1635px) {
  .level-red-b {
    margin-bottom: 11px;
  }
}
.level-orange-t {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .level-orange-t {
    margin-top: 21px;
  }
}
@media (min-width: 1035px) {
  .level-orange-t {
    margin-top: 21px;
  }
}
@media (min-width: 1635px) {
  .level-orange-t {
    margin-top: 21px;
  }
}
.level-orange-b {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .level-orange-b {
    margin-bottom: 21px;
  }
}
@media (min-width: 1035px) {
  .level-orange-b {
    margin-bottom: 21px;
  }
}
@media (min-width: 1635px) {
  .level-orange-b {
    margin-bottom: 21px;
  }
}
.level-yellow-t {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .level-yellow-t {
    margin-top: 30px;
  }
}
@media (min-width: 1035px) {
  .level-yellow-t {
    margin-top: 30px;
  }
}
@media (min-width: 1635px) {
  .level-yellow-t {
    margin-top: 30px;
  }
}
.level-yellow-b {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .level-yellow-b {
    margin-bottom: 30px;
  }
}
@media (min-width: 1035px) {
  .level-yellow-b {
    margin-bottom: 30px;
  }
}
@media (min-width: 1635px) {
  .level-yellow-b {
    margin-bottom: 30px;
  }
}
.level-green-t {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .level-green-t {
    margin-top: 45px;
  }
}
@media (min-width: 1035px) {
  .level-green-t {
    margin-top: 45px;
  }
}
@media (min-width: 1635px) {
  .level-green-t {
    margin-top: 55px;
  }
}
.level-green-b {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .level-green-b {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .level-green-b {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .level-green-b {
    margin-bottom: 55px;
  }
}
.level-purple-t {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .level-purple-t {
    margin-top: 50px;
  }
}
@media (min-width: 1035px) {
  .level-purple-t {
    margin-top: 76px;
  }
}
@media (min-width: 1635px) {
  .level-purple-t {
    margin-top: 96px;
  }
}
.level-purple-b {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .level-purple-b {
    margin-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .level-purple-b {
    margin-bottom: 76px;
  }
}
@media (min-width: 1635px) {
  .level-purple-b {
    margin-bottom: 96px;
  }
}
.level-nut-t {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .level-nut-t {
    margin-top: 50px;
  }
}
@media (min-width: 1035px) {
  .level-nut-t {
    margin-top: 70px;
  }
}
@media (min-width: 1635px) {
  .level-nut-t {
    margin-top: 70px;
  }
}
.level-nut-b {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .level-nut-b {
    margin-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .level-nut-b {
    margin-bottom: 70px;
  }
}
@media (min-width: 1635px) {
  .level-nut-b {
    margin-bottom: 70px;
  }
}
.level-coral-t {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .level-coral-t {
    margin-top: 100px;
  }
}
@media (min-width: 1035px) {
  .level-coral-t {
    margin-top: 140px;
  }
}
@media (min-width: 1635px) {
  .level-coral-t {
    margin-top: 140px;
  }
}
.level-coral-b {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .level-coral-b {
    margin-bottom: 100px;
  }
}
@media (min-width: 1035px) {
  .level-coral-b {
    margin-bottom: 140px;
  }
}
@media (min-width: 1635px) {
  .level-coral-b {
    margin-bottom: 140px;
  }
}
.breadcrumbs {
  font-size: 1rem;
  color: #999;
  background-color: transparent;
  padding: 5px 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
}
.breadcrumbs a {
  display: inline-block;
  font-size: 1rem;
  color: #999;
  border-bottom: 1px solid rgba(153,153,153,0.5);
  line-height: 1;
  transition: all ease-in-out 100ms 0ms;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
  .breadcrumbs a {
    font-size: 1.3rem;
  }
}
.breadcrumbs__delimiter:before {
  content: "/";
  font-size: 1.3rem;
  color: #999;
  margin-left: 6px;
  margin-right: 3px;
}
.breadcrumbs__inline {
  display: inline-block;
}
.btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.2em 1em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  color: #191919;
  border-radius: 0px;
  border: 1px solid #000;
  background-color: transparent;
  background-image: none;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  transition: all ease-in-out 150ms 0ms;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn_disabled,
.btn:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  color: #444;
  background-color: #e6e6e6;
  border-color: #ccc;
}
@at-root a.btn_disabled {
  pointer-events: none;
}
.btn_primary {
  font-size: 1.8rem;
  font-family: Bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #f43939;
  border: none;
  padding: 0.666666666666667em 2.777777777777778em;
  border-radius: 3rem;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}
.btn_primary:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #350032;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  width: 10px;
  height: 10px;
}
.btn_primary:hover:before,
.btn_primary:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(30);
  transform: translate(-50%, -50%) scale(30);
}
.btn_service {
  font-size: 1.8rem;
  font-family: Bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #1133c1;
  border: 2px solid #1133c1;
  padding: 0.5em 2em;
  border-radius: 2.5rem;
  white-space: normal;
}
.btn_service:hover,
.btn_service:focus {
  color: #313131;
  border-color: #1133c1;
  background-color: #fff;
}
.burger {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  -o-box-orient: vertical;
  flex-direction: column;
  transition: all ease-in-out 150ms 0ms;
}
.burger__text {
  font-family: Bold;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 5px;
}
@media (max-width: 1034.98px) {
  .burger__text {
    display: none;
  }
}
.burger__icon {
  position: relative;
  width: 41px;
  height: 24px;
}
@media (max-width: 1034.98px) {
  .burger__icon {
    width: 35px;
  }
}
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.burger span:nth-child(3) {
  bottom: 0;
}
.close {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.close > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 2px;
  font-size: 0;
  color: transparent;
  background: transparent;
}
.close > span:before,
.close > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.close > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.close > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.close:focus {
  outline: none;
}
.close_sm {
  width: 12px;
  height: 12px;
  line-height: 12px;
  -webkit-filter: drop-shadow(1px 1px 0px #c0901a);
          filter: drop-shadow(1px 1px 0px #c0901a);
}
.close_sm > span:before,
.close_sm > span:after {
  background: $orange;
}
@media (max-width: 1034.98px) {
  .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.field-actions {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.field-actions__text {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  color: #808080;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .field-actions_offset-md-2 {
    margin-left: 33.33333333333333%;
    padding-left: 10px;
  }
}
.field-actions_right-align {
  text-align: right;
}
.field-checkbox {
  display: block;
  margin-bottom: 1rem;
}
.field-checkbox__title {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
  margin-top: 1rem;
}
.field-checkbox__input-wrap_popup-form {
  color: #fff;
}
.field-checkbox__input-wrap_popup-form .field-checkbox__name-text:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 7.2 5.4%22%3E%3Cpath d=%22M0 1.2V0l3.6 4.2L7.2 0v1.2L3.6 5.4 0 1.2z%22 fill=%22%23fff%22/%3E%3C/svg%3E");
}
.field-checkbox__name {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 0.6em;
  font-weight: 400;
  line-height: 1.2;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.field-checkbox__name-text {
  display: inline-block;
  text-align: left;
}
.field-checkbox__name-text:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 0px;
}
.field-checkbox__name-text:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-position: center center;
  background-size: 7px 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 7.2 5.4%22%3E%3Cpath d=%22M0 1.2V0l3.6 4.2L7.2 0v1.2L3.6 5.4 0 1.2z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: opacity 200ms;
}
input:checked ~ .field-checkbox__name-text:after {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.field-checkbox__input {
  position: absolute;
  top: 0.7em;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.field-checkbox__input:focus,
.field-checkbox__input:active {
  outline: 0;
  border-color: #fed101;
}
.field-checkbox__help-text-wrap {
  padding-left: 1.5em;
}
.field-checkbox__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 15px;
  line-height: 1.2em;
  color: #808080;
}
.field-checkbox__help-text:empty {
  display: none;
}
.field-checkbox__input-wrap_error .field-checkbox__name-text:before {
  border: 1px solid #f43939;
}
.field-checkbox__input-wrap_agreement .field-checkbox__name-text {
  font-family: Light;
  font-size: 1.4rem;
}
.field-file {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
}
.field-file__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.375em;
  font-weight: 500;
}
.field-file__input-wrap {
  display: inline-block;
  position: relative;
}
.field-file__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.field-file__input:active ~ .field-file__name-text,
.field-file__input:focus ~ .field-file__name-text {
  outline: 0;
  border-color: #fed101;
}
.field-file__name-text {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: baseline;
  align-items: baseline;
  width: 100%;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  font-size: 1.6rem;
  color: #999;
}
.field-file__name-text-icon {
  font-size: 11px;
  color: #444;
  margin-right: 5px;
}
.field-file__name-text-btn {
  margin-right: 1em;
  line-height: 1.5;
  color: #444;
  text-decoration: underline;
}
.field-file__name-text-btn:hover:before,
.field-file__name-text-btn:focus:before {
  background-color: #cfcfcf;
}
.field-file__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 15px;
  line-height: 1.2em;
  color: #808080;
}
.field-file__help-text:empty {
  display: none;
}
.field-file_vacancy .field-file__name-text {
  border: none;
}
.field-file_vacancy .field-file__name-text:before {
  font-size: 14px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #e3e3e3;
  padding: 8px 27px;
  transition: all ease-in-out 200ms 0ms;
}
.field-file_vacancy .field-file__name-text:hover:before {
  color: $blue !important;
  border-color: $blue;
  background-color: transparent;
}
.field-file_vacancy .field-file__name-text:focus:before {
  color: $blue !important;
  border-color: #025186;
  background-color: #e8f5fe;
}
.field-file_popup-form .field-file__name-text,
.field-file_popup-form .field-file__name-text-btn,
.field-file_popup-form .field-file__name-text-icon:before {
  color: #fff;
}
.field-radio {
  display: block;
  margin-bottom: 1rem;
}
.field-radio__title {
  display: block;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.4em;
}
.field-radio__input-wrap + .field-radio__input-wrap {
  margin-top: 1rem;
}
.field-radio__name {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-right: 0.6em;
  font-weight: 400;
  line-height: 2;
}
.field-radio__name-text {
  display: inline-block;
}
.field-radio__name-text:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  box-shadow: inset 0px 3px 6px 0 rgba(0,0,0,0.1);
}
.field-radio__name-text:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  border-radius: 50%;
  background-color: #333;
  transition: opacity 200ms;
}
input:checked ~ .field-radio__name-text:after {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.field-radio__input {
  position: absolute;
  top: 0.8em;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.field-radio__input:focus,
.field-radio__input:active {
  outline: 0;
  border-color: #fed101;
}
.field-radio__help-text-wrap {
  padding-left: 1.5em;
}
.field-radio__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 15px;
  line-height: 1.2em;
  color: #808080;
}
.field-radio__help-text:empty {
  display: none;
}
.field-radio_error .field-radio__name-text,
.field-radio_error .field-radio__help-text {
  color: #d8544f;
}
.field-range {
  display: block;
  margin-bottom: 1rem;
}
.field-range__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.375em;
  font-weight: 500;
}
.field-range__input-wrap {
  position: relative;
  display: block;
}
.field-range__input {
  align-self: center;
  -ms-flex-item-align: center;
  padding: 0;
  width: 100%;
  height: 2rem;
  border-radius: 0.25rem;
  border: 0;
  background: none;
  font-size: inherit;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.field-range__input::-webkit-slider-runnable-track,
.field-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.field-range__input:focus {
  outline: 0;
  border-color: #fed101;
}
.field-range__input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #999;
}
.field-range__input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #999;
}
.field-range__input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.75em;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #999;
  color: transparent;
}
.field-range__input::-webkit-slider-thumb {
  margin-top: -0.68em;
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999;
}
.field-range__input::-moz-range-thumb {
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999;
}
.field-range__input::-ms-thumb {
  box-sizing: border-box;
  padding: 0;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  box-shadow: none;
  cursor: ew-resize;
  background: #e6e6e6;
  border: 1px solid #999;
}
.field-range__input::-ms-fill-lower,
.field-range__input::-ms-tooltip {
  display: none;
}
.field-range__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 15px;
  line-height: 1.2em;
  color: #808080;
  padding-top: 0;
}
.field-range__help-text:empty {
  display: none;
}
.field-select {
  display: block;
  margin-bottom: 1rem;
}
.field-select__name {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1.375em;
  font-weight: 500;
}
.field-select__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 15px;
  line-height: 1.2em;
  color: #808080;
}
.field-select__help-text:empty {
  display: none;
}
.field-select_error {
  color: #f00;
}
.field-select_error .field-select__name,
.field-select_error .field-select__select,
.field-select_error .field-select__help-text {
  color: #f00;
}
.field-select_error .field-select__select {
  border-color: #f00;
  background-color: #ff5959;
}
.choices {
  position: relative;
}
.choices:focus {
  outline: 0;
}
.choices:focus:not(.is-disabled) .choices__inner {
  outline: 0;
  border-color: #fed101;
}
.choices:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 16px;
  height: 14px;
  width: 14px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.choices.is-open:after {
  -webkit-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}
.choices .is-hidden {
  display: none !important;
}
.choices__inner {
  padding: 0.3em 40px 30px 0.7em;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  font-size: 1em;
  line-height: 1.5;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.choices__inner .choices__item--selectable {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choices__list--single {
  height: 30px;
}
.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  padding: 30px 30px 30px 60px;
}
.choices__list--dropdown .choices__list {
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .choices__list--dropdown .choices__list {
    padding-bottom: 0;
  }
}
.choices__list--dropdown .choices__item {
  padding: 0.3em 0.7em;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.choices__list--dropdown .choices__item.is-highlighted {
  color: #fed101;
  position: relative;
}
.choices__list--dropdown .choices__item.is-highlighted:before {
  content: '';
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fed101;
}
@media (max-width: 575.98px) {
  .choices__list--dropdown .choices__item.is-highlighted:before {
    display: none;
  }
}
.choices__heading {
  padding: 0.3em 0.7em;
  font-size: $font-size--small;
  font-weight: 700;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.choices.is-open .choices__list--dropdown {
  display: block;
}
.choices.is-disabled .choices__inner {
  background-color: #ccc;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.choices_projects {
  width: 100%;
  z-index: 5;
}
.choices_projects .choices__list--dropdown {
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
  padding: 0;
  scrollbar-color: #fed101 #fff;
  scrollbar-width: thin;
}
.choices_projects .choices__list--dropdown > .choices__list {
  padding: 30px 30px 30px 60px;
}
.choices_projects .choices__list--dropdown::-webkit-scrollbar {
  width: 5px;
}
.choices_projects .choices__list--dropdown::-webkit-scrollbar-track {
  background: #fff;
}
.choices_projects .choices__list--dropdown::-webkit-scrollbar-thumb {
  background-color: #fed101;
}
.choices_projects .choices__list--dropdown .choices__item:last-child {
  display: none;
}
@media (max-width: 1034.98px) {
  .choices_projects .choices__list--dropdown {
    max-height: 25vh;
  }
}
@media (max-width: 767.98px) {
  .choices_projects .choices__list--dropdown {
    max-height: 40vh;
  }
  .choices_projects .choices__list--dropdown > .choices__list {
    padding: 10px 5px;
  }
  .choices_projects .choices__list--dropdown .choices__item:before {
    display: none;
  }
}
.choices_tab-slider {
  font-family: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.choices_tab-slider .choices__inner {
  border-bottom: 1px solid #1133c1;
  padding-left: 40px;
  text-align: center;
}
.choices_tab-slider .choices__inner .choices__list {
  color: #1133c1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}
.choices_tab-slider .choices__list--dropdown {
  text-align: center;
  padding: 30px 10px;
}
.choices_tab-slider .choices__list--dropdown .choices__item {
  margin: 5px 0;
  color: #000;
}
.choices_tab-slider .choices__list--dropdown .choices__item:before,
.choices_tab-slider .choices__list--dropdown .choices__item:last-child {
  display: none;
}
@media (max-width: 767.98px) {
  .choices_tab-slider .choices__list--dropdown {
    padding: 15px 10px;
  }
}
.choices_tab-slider.is-open .choices__inner .choices__list {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  color: transparent;
}
.choices_tab-slider:focus .choices__inner {
  border-color: #1133c1 !important;
}
.field-text {
  position: relative;
  display: block;
  margin-bottom: 1em;
  width: 100%;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.field-text__name {
  display: block;
  font-size: 2rem;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms ease-in-out;
}
@media (max-width: 575.98px) {
  .field-text__name {
    font-size: 1.8rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
}
.field-text__input-wrap {
  display: block;
  position: relative;
}
.field-text__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 4em;
  padding: 0.3em 0.7em;
  margin: 0;
  line-height: 1.5;
  font-size: 2rem;
  font-family: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  cursor: url("/local/templates/design.r52/css/../images/cursor--text.svg"), text;
}
textarea.field-text__input {
  height: 140px;
}
.field-text__input:focus {
  outline: 0;
  border-color: #fed101;
}
.field-text__input[disabled],
.field-text__input[readonly] {
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  background-color: #ccc;
}
.field-text__input[type='search']::-webkit-search-cancel-button,
.field-text__input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.field-text__input[type='color'] {
  padding: 0;
}
.field-text__input::-webkit-input-placeholder {
  color: $text-color--muted;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.field-text__input::-ms-input-placeholder {
  color: $text-color--muted;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.field-text__input::placeholder {
  color: $text-color--muted;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.field-text__help-text {
  display: block;
  font-size: 1.4rem;
  color: #808080;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 500ms ease-in-out;
}
.version--eng .field-text__help-text:before content 'вы не заполнили поле' {
  content: 'Please, fill out the field';
}
.field-text_popup-form .field-text__input {
  color: #fff;
  border-bottom-color: #230021;
}
.field-text_popup-form .field-text__input:focus {
  border-bottom-color: #fed101;
}
.field-text_popup-form .field-text__name {
  color: #fff;
}
.field-text_not-empty .field-text__name,
.field-text_focused .field-text__name {
  font-size: 1.6rem;
  color: #999;
  top: 10%;
}
.field-text_not-empty .field-text__name span,
.field-text_focused .field-text__name span {
  color: #999 !important;
}
.field-text_not-empty .field-text__help-text:before,
.field-text_focused .field-text__help-text:before {
  content: 'поле заполнено неверно';
}
.version--eng .field-text_not-empty .field-text__help-text:before,
.version--eng .field-text_focused .field-text__help-text:before {
  content: 'Correct information in the field, please';
}
.field-text_error .field-text__help-text {
  color: #f43939;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.field-text_error .field-text__input {
  border-color: #f43939;
  box-shadow: none;
}
.footer {
  background-color: #fff;
}
.footer a,
.footer p {
  font-family: Light;
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 0;
}
@media (max-width: 1634.98px) {
  .footer a,
  .footer p {
    font-size: 1.4rem;
  }
}
.footer a {
  color: #444;
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
  color: #444;
}
.footer__wrap {
  padding-top: 42px;
  padding-bottom: 30px;
  border-top: 1px solid #f7f7f7;
}
@media (max-width: 1634.98px) {
  .footer__wrap {
    padding-top: 29px;
  }
}
@media (max-width: 1034.98px) {
  .footer__wrap .row {
    -o-box-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .footer__wrap {
    text-align: center;
  }
}
.footer__link {
  display: block;
}
.footer__nav a + a {
  margin-top: 0.6rem;
}
@media (max-width: 767.98px) {
  .footer__nav {
    margin-bottom: 10px;
  }
}
@media (max-width: 1034.98px) {
  .footer__partner {
    display: none;
  }
}
.footer__tpprf {
  white-space: nowrap;
  font-size: 1.6rem;
}
.footer__tpprf span {
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 1634.98px) {
  .footer__tpprf {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .footer__tpprf {
    margin: 10px 0;
  }
}
@media (max-width: 1634.98px) {
  .footer__raek-img {
    width: 129px;
    height: auto;
  }
}
.footer__copyright {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 1635px) {
  .footer__copyright span {
    display: block;
  }
}
@media (max-width: 1034.98px) {
  .footer__copyright span {
    display: none;
  }
}
.footer_bitrix24 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.form {
  display: block;
}
.form__fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.form__fieldset:not(:last-child) {
  margin-bottom: 1rem;
}
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  color: currentColor;
}
.header {
  position: relative;
  z-index: 99;
}
.header__wrap {
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 125px;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1634.98px) {
  .header__wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .header__wrap {
    height: 80px;
    -o-box-pack: start;
    justify-content: flex-start;
    -o-box-align: end;
    align-items: flex-end;
  }
}
.header__nav {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (max-width: 1634.98px) {
  .header__nav {
    -o-box-ordinal-group: 1;
    order: 1;
    width: 100%;
    margin-top: -24px;
  }
}
@media (max-width: 1034.98px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header__phone {
    display: none;
  }
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1035px) {
  .header_fixed {
    padding-left: 95px;
  }
}
@media (max-height: 767.98px) {
  .header_fixed {
    position: static;
    padding-left: 0;
  }
}
.header_index .header__wrap {
  height: 125px !important;
}
@media (max-width: 767.98px) {
  .header_index .header__wrap {
    height: 80px !important;
  }
}
@media (max-width: 1034.98px) {
  .header {
    position: static;
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-top: 55px;
  }
}
.label {
  display: inline-block;
  position: relative;
  margin: 0 1px;
  vertical-align: middle;
  line-height: 1;
  padding: 8px 10px;
  background-color: #e6e6e6;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 0;
}
.label:hover,
.label:focus {
  color: #1a1a1a;
  text-decoration: none;
}
.link {
  position: relative;
  text-decoration: none;
  color: #444;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  transition: all ease-in-out 200ms 0ms;
}
.link:hover,
.link:focus {
  color: #444;
  text-decoration: none !important;
}
@media (min-width: 1035px) {
  .link:hover .link__anchor,
  .link:focus .link__anchor {
    padding-right: 30px;
  }
}
.link:hover .link__arrow,
.link:focus .link__arrow {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.link:hover .link__circle,
.link:focus .link__circle {
  width: 30px;
  height: 30px;
  transition: all ease-in-out 200ms 200ms;
}
.link__anchor {
  transition: all ease-in-out 200ms 0ms;
}
@media (min-width: 1035px) {
  .link__anchor {
    white-space: nowrap;
  }
}
.link__decor {
  position: relative;
  display: inline-block;
  width: 42px;
}
@media (max-width: 1034.98px) {
  .link__decor {
    display: none;
  }
}
.link__arrow {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  height: 2px;
  background-color: #000;
  vertical-align: middle;
  transition: all ease-in-out 200ms 0ms;
}
.link__arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.link__circle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #f6ce45;
  transition: all ease-in-out 200ms 0ms;
}
.link_more .link__anchor {
  padding-right: 110px;
}
.link_more .link__decor {
  position: absolute;
  right: 0;
  width: 80px;
}
.link_more .link__arrow {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.link_more:hover .link__anchor,
.link_more:focus .link__anchor {
  padding-right: 110px;
}
.link_more:hover .link__circle,
.link_more:focus .link__circle {
  transition: all ease-in-out 200ms 0ms;
}
.link_color-w-icon {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
@media (max-width: 767.98px) {
  .link_color-w-icon {
    margin-bottom: 20px;
  }
}
.link_color-w-icon svg {
  fill: #fff;
}
.link_color-w-icon--red {
  background-color: #ce4238;
}
.link_color-w-icon--purple {
  background-color: #3b0030;
}
.logo {
  display: inline-block;
  white-space: nowrap;
}
.logo svg {
  width: 126px;
  height: 34px;
/* transit(fill, 500ms) */
}
@media (min-width: 1635px) {
  .logo svg {
    width: 176px;
    height: 34px;
  }
}
.logo img {
  display: block;
}
@media (max-width: 767.98px) {
  .logo img {
    max-width: 100%;
  }
}
.logo.inverted svg {
  fill: #000;
}
.main-nav {
  position: relative;
  z-index: 10;
}
.main-nav__list {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav__list_lvl-2 {
  display: block;
}
.main-nav__list_lvl-3 {
  display: block;
}
.main-nav__item {
  position: relative;
  margin-bottom: 0;
}
.main-nav__item_active > .main-nav__link {
  color: #000;
}
.main-nav__link {
  display: block;
  text-decoration: none;
  background-color: #fff;
  white-space: nowrap;
  transition: all ease-in-out 200ms 0ms;
}
.main-nav__link:hover,
.main-nav__link:focus {
  text-decoration: none;
}
.main-nav__sublist-wrapper_lvl-2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  transition: opacity 200ms;
}
.main-nav__item_show-child > .main-nav__sublist-wrapper_lvl-2,
.main-nav__item:hover .main-nav__sublist-wrapper_lvl-2 {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  height: auto;
  overflow: visible;
}
.main-nav__sublist-wrapper_lvl-3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  transition: opacity 200ms;
}
.main-nav_header {
  width: 100%;
}
@media (max-width: 1634.98px) {
  .main-nav_header .main-nav__list {
    -o-box-pack: justify;
    justify-content: space-between;
  }
}
.main-nav_header .main-nav__link {
  position: relative;
  font-family: Bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.25;
  margin: 0 15px;
  background-color: transparent;
  transition: all 250ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .main-nav_header .main-nav__link {
    margin: 0;
  }
}
.main-nav_header .main-nav__link:hover,
.main-nav_header .main-nav__link:focus {
  color: #ed1d2e !important;
}
.main-nav_header .main-nav__link.inverted {
  color: #000;
/* transit(color, 500ms) */
  transition: color ease-in-out 0s 0ms;
}
.main-nav_mobile-menu {
  width: 100%;
}
@media (max-width: 479px) {
  .main-nav_mobile-menu {
    text-align: center;
  }
}
.main-nav_mobile-menu .main-nav__list {
  -o-box-pack: justify;
  justify-content: space-between;
}
.main-nav_mobile-menu > .main-nav__list {
  -o-box-pack: start;
  justify-content: flex-start;
  -o-box-orient: vertical;
  flex-direction: column;
}
.main-nav_mobile-menu .main-nav__item {
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 767.98px) {
  .main-nav_mobile-menu .main-nav__item {
    text-align: center;
  }
}
.main-nav_mobile-menu .main-nav__link {
  background-color: transparent;
  font-family: Bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding: 12px 20px 7px;
  transition: color 200ms ease-in-out;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.main-nav_mobile-menu .main-nav__link:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: attr(data-hover);
  transition: background-color 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  padding: 10px 20px 7px;
  color: #fff;
}
.main-nav_mobile-menu .main-nav__link:hover {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.ie .main-nav_mobile-menu .main-nav__link:hover {
  -webkit-transform: none;
  transform: none;
  background-color: #1133c1;
  color: #fff;
}
.main-nav_mobile-menu .main-nav__link:hover:before {
  background: #1133c1;
}
@media (max-width: 767.98px) {
  .main-nav_mobile-menu .main-nav__link:hover {
    -webkit-transform: none;
    transform: none;
  }
  .main-nav_mobile-menu .main-nav__link:hover:before {
    background: transparent;
  }
}
.map {
  width: 100%;
  height: 430px;
}
@media (max-width: 767.98px) {
  .map {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .map {
    height: 100vw;
  }
}
@media (max-width: 767.98px) {
  .touch .map_contacts {
    position: relative;
  }
  .touch .map_contacts:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 50px;
    bottom: 40px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -100;
  visibility: hidden;
  overflow-y: auto;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-color: transparent;
}
.mobile-menu_shown {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  visibility: visible;
  z-index: 2000;
}
@media (max-width: 1034.98px) {
  .mobile-menu_shown {
    background-color: #fff;
    transition: background-color 0s 550ms ease-in-out;
  }
}
.mobile-menu:not(.mobile-menu_shown) {
  transition: all 0s 1000ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu:not(.mobile-menu_shown) {
    transition: all 0s 1000ms ease-in-out, background-color 0s 0s ease;
  }
}
.mobile-menu__tolbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  width: 95px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mobile-menu_shown .mobile-menu__tolbar {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 500ms 800ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu_shown .mobile-menu__tolbar {
    transition: opacity 550ms 550ms ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu_shown .mobile-menu__tolbar {
    transition-delay: 0s;
  }
}
@media (min-width: 1035px) {
  .mobile-menu__tolbar {
    box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.27);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  }
}
@media (max-width: 1034.98px) {
  .mobile-menu__tolbar {
    width: 100%;
    height: 70px;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
    -o-box-pack: start;
    justify-content: flex-start;
    -o-box-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu__tolbar {
    height: 65px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    transition-delay: 750ms;
  }
}
.mobile-menu__tolbar .close {
  margin-top: -5px;
}
.mobile-menu__tolbar-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: start;
  align-items: flex-start;
}
@media (min-width: 1035px) {
  .mobile-menu__tolbar-wrap {
    padding-top: 21px;
  }
}
@media (max-width: 1034.98px) {
  .mobile-menu__tolbar-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -o-box-pack: start;
    justify-content: flex-start;
    -o-box-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu__tolbar-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1034.98px) and (min-width: 576px) {
  .mobile-menu__tolbar-wrap {
    max-width: 540px;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .mobile-menu__tolbar-wrap {
    max-width: 720px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .mobile-menu__tolbar-wrap {
    max-width: 960px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .mobile-menu__tolbar-wrap {
    max-width: 1560px;
  }
}
.mobile-menu__close span:before,
.mobile-menu__close span:after {
  background-color: #000;
}
.mobile-menu__inner {
  display: -ms-flexbox;
  display: box;
  display: flex;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  -o-box-align: center;
  align-items: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 300ms 300ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu__inner {
    transition: opacity 300ms ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu__inner {
    min-height: auto;
    height: auto;
    -o-box-align: start;
    align-items: flex-start;
    margin-top: 2rem;
  }
}
.mobile-menu_shown .mobile-menu__inner {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 800ms 800ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu_shown .mobile-menu__inner {
    transition: opacity 350ms 550ms ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu_shown .mobile-menu__inner {
    margin-bottom: 25px;
  }
}
.mobile-menu__logo {
  margin: 20px 0 40px 20px;
}
@media (max-width: 767.98px) {
  .mobile-menu__logo {
    text-align: center;
    margin-left: 0;
  }
}
.mobile-menu__contacts {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  margin-top: 100px;
  -o-box-orient: vertical;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .mobile-menu__contacts {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .mobile-menu__phone {
    margin-bottom: 4rem;
    width: 100%;
  }
}
.mobile-menu__callme {
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .mobile-menu__callme {
    margin-top: 0;
  }
}
.mobile-menu__social {
  width: 100%;
}
.mobile-menu__links {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  padding-left: 20px;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .mobile-menu__links {
    margin-top: 50px;
    -o-box-align: center;
    align-items: center;
    padding-left: 0;
  }
}
.mobile-menu__link {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #000;
}
.mobile-menu__link:hover,
.mobile-menu__link:focus {
  color: #f43939;
  text-decoration: none;
}
.mobile-menu__link-icon {
  width: 30px;
  height: 30px;
  margin-right: 18px;
}
.mobile-menu__link-title {
  font-size: 2.4rem;
}
.mobile-menu__circle {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  overflow: hidden;
}
.mobile-menu__circle:before {
  content: '';
  display: block;
  width: 6000px;
  height: 6000px;
  border-radius: 50%;
  border: 1000px solid #fff;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.00167);
  transform: translate(-50%, -50%) scale(0.00167);
  transition: -webkit-transform 800ms 200ms ease-in-out;
  transition: transform 800ms 200ms ease-in-out;
  transition: transform 800ms 200ms ease-in-out, -webkit-transform 800ms 200ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu__circle:before {
    width: 3000px;
    height: 3000px;
    -webkit-transform: translate(-50%, -50%) scale(0.0033);
    transform: translate(-50%, -50%) scale(0.0033);
    transition: -webkit-transform 500ms 200ms ease-in-out;
    transition: transform 500ms 200ms ease-in-out;
    transition: transform 500ms 200ms ease-in-out, -webkit-transform 500ms 200ms ease-in-out;
  }
}
.mobile-menu_shown .mobile-menu__circle:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: -webkit-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .mobile-menu_shown .mobile-menu__circle:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: -webkit-transform 550ms ease-in-out;
    transition: transform 550ms ease-in-out;
    transition: transform 550ms ease-in-out, -webkit-transform 550ms ease-in-out;
  }
}
.mobile-menu__circle:after {
  content: '';
  display: block;
  width: 1400px;
  height: 1400px;
  border-radius: 50%;
  background-color: #1133c1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .mobile-menu__circle:after {
    width: 1200px;
    height: 1200px;
  }
}
@media (max-width: 1400px) {
  .mobile-menu__circle:after {
    width: 1000px;
    height: 1000px;
  }
}
.mobile-menu_shown .mobile-menu__circle:after {
  -webkit-transform: translate(25%, -45%);
  transform: translate(25%, -45%);
  transition: -webkit-transform 300ms 500ms ease-in-out;
  transition: transform 300ms 500ms ease-in-out;
  transition: transform 300ms 500ms ease-in-out, -webkit-transform 300ms 500ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .mobile-menu_shown .mobile-menu__circle:after {
    -webkit-transform: translate(24%, -35%);
    transform: translate(24%, -35%);
  }
}
@media (max-width: 1034.98px) {
  .mobile-menu_shown .mobile-menu__circle:after {
    display: none;
  }
}
.js-modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
}
.js-modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__dialog {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1035px) {
  .modal__dialog {
    width: 600px;
    height: auto;
  }
  .modal_open .modal__dialog {
    -webkit-animation: modal-content-show 0.3s 1 both;
    animation: modal-content-show 0.3s 1 both;
  }
}
.modal__content {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  outline: 0;
}
.modal__header {
  padding: 0 40px 0 15px;
  flex-shrink: 0;
}
.modal__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: currentColor;
}
.modal__close {
  position: absolute !important;
  top: 5px;
  right: 5px;
}
.modal__body {
  padding: 0 15px;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
}
.modal__footer {
  padding: 15px;
  flex-shrink: 0;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1009;
  background-color: rgba(0,0,0,0.7);
}
@media (min-width: 1035px) {
  .modal__backdrop {
    -webkit-animation: modal-backdrop-show 0.3s 1;
    animation: modal-backdrop-show 0.3s 1;
  }
}
@media (min-width: 1035px) {
  .modal_open {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-pack: center;
    justify-content: center;
    -o-box-align: center;
    align-items: center;
  }
}
@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes modal-backdrop-show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes modal-content-show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes modal-content-show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal_addtocart {
  text-align: center;
}
.modal_addtocart .modal__title {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal_addtocart .modal__dialog {
    width: 400px;
    height: auto;
  }
}
@media (min-width: 1035px) {
  .modal_addtocart .modal__dialog {
    width: 490px;
  }
}
.modal_addtocart .modal__header {
  padding: 60px 0 0;
}
.modal_addtocart .modal__content {
  padding: 0 15px 55px;
}
.modal_addtocart .modal__info {
  position: relative;
  padding: 25px 15px 25px;
  margin-top: 80px;
  border: 2px solid $orange;
}
.modal_addtocart .modal__info span {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #191919;
}
.modal_addtocart .modal__info-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.modal_addtocart .modal__info-icon:before {
  font-size: 48px;
  color: $orange;
  -webkit-filter: drop-shadow(1px 1px 0px $dark-orange);
          filter: drop-shadow(1px 1px 0px $dark-orange);
}
@media (min-width: 768px) {
  .modal_addtocart.modal_open {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-pack: center;
    justify-content: center;
    -o-box-align: center;
    align-items: center;
  }
}
@media (max-height: 559px) {
  .modal_addtocart .modal__header {
    padding: 40px 0 0;
  }
  .modal_addtocart .modal__title {
    font-size: 26px;
    line-height: 1;
  }
  .modal_addtocart .modal__info {
    padding: 15px 10px 10px;
    margin-top: 40px;
  }
  .modal_addtocart .modal__info-icon:before {
    font-size: 40px;
  }
}
.number {
  font-size: 0;
  white-space: nowrap;
}
.number > * {
  vertical-align: middle;
}
.number input[type="text"] {
  font-size: 16px;
  width: 36px;
  border: 1px solid #ccc;
  padding: 0 5px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: inset 0px 3px 6px 0 rgba(0,0,0,0.1);
}
.number__minus,
.number__plus {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  display: inline-block;
  width: 24px;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.number__minus:before,
.number__plus:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.number__minus:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22utf-8%22?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC %22-//W3C//DTD SVG 1.1//EN%22 %22http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E %3Csvg version=%221.1%22 id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22 viewBox=%220 0 10 2%22 enable-background=%22new 0 0 10 2%22 xml:space=%22preserve%22%3E %3Crect fill=%22%23656665%22 width=%2210%22 height=%222%22/%3E %3C/svg%3E");
}
.number__plus:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22utf-8%22?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC %22-//W3C//DTD SVG 1.1//EN%22 %22http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E %3Csvg version=%221.1%22 id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22 viewBox=%220 0 10 10%22 enable-background=%22new 0 0 10 10%22 xml:space=%22preserve%22%3E %3Cpolygon fill=%22%23656665%22 points=%2210,4 6,4 6,0 4,0 4,4 0,4 0,6 4,6 4,10 6,10 6,6 10,6 %22/%3E %3C/svg%3E");
}
@media (min-width: 576px) {
  .number input[type="text"],
  .number__minus,
  .number__plus {
    height: 24px;
  }
  .number__minus {
    border-right: none;
  }
  .number__plus {
    border-left: none;
  }
}
@media (max-width: 575.98px) {
  .number {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-orient: vertical;
    flex-direction: column;
  }
  .number input[type="text"],
  .number__minus,
  .number__plus {
    height: 30px;
    display: block;
    margin: 0 auto;
  }
  .number input[type="text"] {
    text-align: center;
  }
  .number__minus,
  .number__plus {
    width: 36px;
  }
  .number__minus {
    -o-box-ordinal-group: 1;
    order: 1;
    border-top: none;
  }
  .number__plus {
    -o-box-ordinal-group: -1;
    order: -1;
    border-bottom: none;
  }
}
.slick-carousel {
  display: block;
}
.slick-carousel__user-nav {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
}
.slick-carousel__user-nav__div {
  margin-left: 17px;
  margin-right: 17px;
}
.slick-carousel__user-nav_hidden {
  display: none;
}
.slick-carousel__user-nav_white .slick-carousel__counter {
  color: #fff;
}
.slick-carousel__user-nav_white .arrow__bar {
  background-color: #fff !important;
}
.slick-carousel__user-nav_white .arrow__bar:before,
.slick-carousel__user-nav_white .arrow__bar:after {
  background-color: #fff !important;
}
.slick-carousel__counter {
  font-family: Bold;
  font-size: 3.4rem;
  color: #000;
  margin-left: 17px;
  margin-right: 17px;
}
.slick-carousel_projects {
  margin: -15px -15px 25px;
}
@media (max-width: 1034.98px) {
  .slick-carousel_projects {
    margin: 15px 0 30px;
  }
}
.slick-disabled * {
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.advantages-slider {
  margin: -30px -15px;
}
.page {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
}
.page__inner {
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
}
.page__footer {
  flex-shrink: 0;
}
.pager-wrap {
  text-align: center;
}
.pager-wrap .pager {
  margin: 0;
}
.pager {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 3rem 0;
  list-style-type: none;
}
.pager__item {
  display: block;
  margin-bottom: 0px;
}
.pager__item a,
.pager__item span {
  display: block;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  color: #ccc;
  font-family: bold;
  font-size: 3.4rem;
  transition: all ease-in-out 200ms 0ms;
}
.pager__item :not(.pager__previous),
.pager__item :not(.pager__next) {
  margin: 0 10px;
}
.pager__item a:hover,
.pager__item a:focus {
  color: #000;
}
.pager .pager__current span,
.pager .pager__current span:hover,
.pager .pager__current span:focus {
  color: #000;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.pager__previous a,
.pager__next a,
.pager__previous a:hover,
.pager__next a:hover,
.pager__previous a:focus,
.pager__next a:focus {
  padding: 0.6rem 1rem;
  background-color: $green;
  color: #fff;
}
.search {
  display: block;
  position: relative;
  border-color: transparent;
  padding: 0 0 0 15px;
  height: 25px;
  width: 240px;
}
.search input[type="text"] {
  border: none;
  background: transparent;
  line-height: 1;
  width: 100%;
  padding-right: 30px;
}
.search button[type="submit"] {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}
.search button[type="submit"]:before {
  display: inline-block;
  font-size: 20px;
}
.search button[type="submit"]:focus {
  outline: none;
}
.search_header {
  border: 1px solid #ccc;
}
.search_content {
  display: inline-block;
}
.showperpage {
  font-size: 15px;
  font-weight: 600;
}
.showperpage__text {
  font-weight: 300;
  margin-right: 15px;
  color: #999;
}
.showperpage__item {
  margin: 0 8px;
}
a.showperpage__item {
  color: $green;
  border-bottom: 1px dotted transparent;
  transition: all ease-in-out 150ms 0ms;
}
a.showperpage__item:hover,
a.showperpage__item:focus {
  text-decoration: none;
  border-bottom: 1px dotted $green;
}
.showperpage__item_active {
  color: #191919;
}
.showperpage_filled .showperpage__text {
  margin-right: 7px;
}
.showperpage_filled .showperpage__item_active {
  padding: 4px 8px;
  margin: 0;
  color: #fff;
  background-color: $green;
}
.table {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow-x: auto;

  --scrollbar-foreground: #f6ce45;
  --scrollbar-background: #c0c0c0;

  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}

.table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.table::-webkit-scrollbar-thumb {
  background: var(--scrollbar-foreground);
}

.table::-webkit-scrollbar-track {
  background: var(--scrollbar-background);
}
.table table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
.table td,
.table th {
  padding: 0.3em 0.7em;
  vertical-align: top;
}
.table th {
  text-align: left;
}
.table tbody:last-child tr:last-child td,
.table thead:last-child tr:last-child td,
.table tfoot:last-child tr:last-child td,
.table tbody:last-child tr:last-child th,
.table thead:last-child tr:last-child th,
.table tfoot:last-child tr:last-child th {
  border-bottom: 0;
}
.table caption {
  caption-side: top;
  text-align: left;
  padding: 0.4rem 0.7em;
  border-bottom: 1px solid #b8b8b8;
  font-size: 80%;
  line-height: 1em;
  color: #808080;
}
.table table thead {
  background-color: #f8f9f7;
}
.table table thead th {
  font-family: Bold;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 80px;
}
.table table thead th a {
  font-family: Light;
}
.table table tbody tr {
  border-bottom: 1px dotted #b8b8b8;
}
.table table tbody tr:last-child {
  border-bottom: none;
}
.table table tbody td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.table table th,
.table table td {
  font-size: 2rem;
  text-align: center;
  color: #313131;
}
.table table th {
  vertical-align: middle;
}
.table table td {
  vertical-align: top;
}
.table table th:nth-child(1),
.table table td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
}
.table table p {
  margin-bottom: 0.8em;
}
.table_bitrix24 tr {
  border-bottom: 1px dotted rgba(255,255,255,0.2) !important;
}
.table_bitrix24 tr:first-child {
  background-color: rgba(255,255,255,0.102);
  border-bottom: none;
}
.table_bitrix24 tr:first-child th {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: bold;
}
.table_bitrix24 tr:last-child td {
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
}
.table_bitrix24 tr:last-child td .btn:hover,
.table_bitrix24 tr:last-child td .btn:focus {
  color: #fff;
  background-color: transparent;
}
.tabs__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-align: end;
  align-items: flex-end;
}
.no-js .tabs__links {
  display: none;
}
.tabs__link-wrap {
  position: relative;
  margin-bottom: 0;
}
.tabs__link {
  display: block;
}
.tabs__content-wrapper {
  display: block;
}
.js .tabs__content-item {
  display: none;
}
.js .tabs__content-item_active {
  display: block;
}
.tabs_primary {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tabs_primary .tabs__links {
  padding: 0;
}
@media (min-width: 1035px) {
  .tabs_primary .tabs__links:after {
    content: '';
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    height: 1px;
    background-color: #999;
  }
}
.tabs_primary .tabs__link-wrap {
  border: 1px solid #999;
  margin: 0 0.3em 0.3em 0;
}
@media (min-width: 1035px) {
  .tabs_primary .tabs__link-wrap {
    margin: 0;
  }
  .tabs_primary .tabs__link-wrap:not(:last-child) {
    border-right: none;
  }
}
@media (min-width: 1035px) {
  .tabs_primary .tabs__link-wrap_active {
    border-bottom: 1px solid transparent;
  }
}
.tabs_primary .tabs__link-wrap_active .tabs__link {
  color: #1a1a1a !important;
  background-color: #fff;
}
.tabs_primary .tabs__link {
  padding: 0.3em 0.7em;
  color: #808080;
  text-decoration: none;
  background-color: #e6e6e6;
}
.tabs_primary .tabs__link:hover,
.tabs_primary .tabs__link:focus {
  color: #808080;
}
.tabs_primary .tabs__link:visited {
  color: #808080;
}
.tabs_primary .tabs__content-wrapper {
  padding: 0.3em 0.7em;
  border: 1px solid #999;
}
@media (min-width: 1035px) {
  .tabs_primary .tabs__content-wrapper {
    border-top: none;
  }
}
.tabs_primary .tabs__content-item > *:last-child {
  margin-bottom: 0;
}
.teaser__date {
  color: #999;
  margin-bottom: 7px;
}
.teaser__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  line-height: 1.166667;
  margin-bottom: 7px;
}
.teaser__title:hover,
.teaser__title:focus {
  color: #191919;
}
.teaser__text {
  font-size: 15px;
  line-height: 1.33334;
  margin-bottom: 7px;
}
.teaser__more {
  font-size: 15px;
  font-weight: 500;
  color: $green;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  transition: all ease-in-out 150ms 0ms;
}
.teaser__more:after {
  font-family: "svetloyar" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\67";
  vertical-align: middle;
  margin-left: 5px;
  transition: all ease-in-out 150ms 0ms;
}
.teaser__more:hover,
.teaser__more:focus {
  text-decoration: none;
  color: #000;
}
.teaser__more:hover:after,
.teaser__more:focus:after {
  color: #000;
}
.thumb {
  position: relative;
}
.thumb__img {
  display: block;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .thumb__img {
    height: 40vw;
  }
}
.title {
  position: relative;
  font-family: Bold;
  color: #000;
  font-size: 8.2rem;
  font-weight: 400;
  line-height: 0.914634146341463;
  margin-bottom: 0.773809523809524em;
  overflow: hidden;
  padding: 10px 0;
}
.version--eng .title {
  line-height: 1.2;
}
.title__point {
  color: #f6ce45;
}
@media (max-width: 1634.98px) {
  .title {
    font-size: 5.5rem;
  }
}
@media (max-width: 1034.98px) {
  .title {
    font-size: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 3.5rem;
  }
}
.title_ontop {
  margin-top: 0 !important;
}
.title_center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .title_md-left {
    text-align: left !important;
  }
}
.title__line {
  display: block;
}
@media (min-width: 1035px) {
  .title__line {
    /* -webkit-transform: translateY(200px);
    transform: translateY(200px); */
  }
  .index__portfolio .title__line{
    -webkit-transform: none;
    transform: none;
  }
}
/* @media (min-width: 1035px) {
  .title__caption {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
.title__author {
  font-size: 1.8rem;
  display: block;
  margin-top: 20px;
}
.tooltip {
  position: relative;
  z-index: 1;
}
.tooltip__btn {
  display: inline-block;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  border: none;
  color: transparent;
  background: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 330 330%22%3E%3Cpath d=%22M165 0C74.02 0 0 74.02 0 165c0 90.982 74.02 165 165 165s165-74.018 165-165C330 74.02 255.98 0 165 0zm0 300c-74.44 0-135-60.56-135-135C30 90.563 90.56 30 165 30s135 60.562 135 135c0 74.44-60.56 135-135 135z%22/%3E%3Cpath d=%22M164.998 70c-11.026 0-19.996 8.976-19.996 20.01 0 11.022 8.97 19.99 19.996 19.99 11.026 0 19.996-8.968 19.996-19.99 0-11.034-8.97-20.01-19.996-20.01zm.002 70c-8.284 0-15 6.716-15 15v90c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15v-90c0-8.284-6.716-15-15-15z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
.tooltip__bubble {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 150px;
  max-width: 250px;
  padding: 0.8rem 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tooltip__bubble:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.phone {
  text-align: right;
}
.phone .tabs__link-wrap {
  margin-left: 20px;
}
.phone .tabs__link-wrap:first-child {
  margin-left: 0;
}
.phone .tabs__link-wrap_active .tabs__link {
  text-decoration: underline;
}
.phone__city {
  font-family: Light;
  font-size: 1.6rem;
  transition: color ease-in-out 500ms 0ms;
}
.phone__city:hover,
.phone__city:focus {
  text-decoration: none;
}
.phone__number {
  font-family: Bold;
  font-size: 2.4rem;
/* transit(color, 500ms) */
}
.phone__number:hover,
.phone__number:focus {
  text-decoration: none;
}
@media (min-width: 1035px) {
  .phone__number {
    font-size: 3rem;
  }
}
@media (min-width: 1635px) {
  .phone__number {
    font-size: 3.4rem;
  }
}
@media (min-width: 1035px) {
  .phone_header .tabs__links {
    margin-bottom: 4px;
  }
}
@media (min-width: 1635px) {
  .phone_header .tabs__links {
    margin-bottom: 8px;
  }
}
.phone_header .phone__city {
  color: #000;
}
.phone_header .phone__city:hover,
.phone_header .phone__city:focus {
  color: #000;
}
.phone_header .phone__number {
  color: #000;
}
.phone_header .phone__number:hover,
.phone_header .phone__number:focus {
  color: #000;
}
.phone.inverted .phone__city {
  color: #000;
  transition: color ease-in-out 0s 0ms;
}
.phone.inverted .phone__city:hover,
.phone.inverted .phone__city:focus {
  color: #000;
}
.phone.inverted .phone__number {
  color: #000;
}
.phone.inverted .phone__number:hover,
.phone.inverted .phone__number:focus {
  color: #000;
}
.phone_mobile-menu .tabs {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
}
.phone_mobile-menu .tabs__links {
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .phone_mobile-menu .tabs__links {
    width: 100%;
    -o-box-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 479px) {
  .phone_mobile-menu .tabs__link-wrap {
    margin-left: 0;
  }
}
.phone_mobile-menu .phone__city {
  color: #000;
}
.phone_mobile-menu .phone__number {
  color: #000;
}
@media (max-width: 1034.98px) {
  .phone_mobile-menu .phone__number {
    font-size: 3rem;
  }
}
.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  box-shadow: 0px 5px 8px 1px rgba(0,0,0,0.27);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  background-color: #fff;
}
@media (min-width: 1035px) {
  .toolbar {
    width: 95px;
    height: 100%;
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 1034.98px) {
  .toolbar {
    width: 100%;
    height: 70px;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
  }
}
@media (max-width: 767.98px) {
  .toolbar {
    height: 65px;
  }
}
.toolbar__wrap {
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1035px) {
  .toolbar__wrap {
    padding-top: 30px;
  }
}
@media (max-width: 1034.98px) {
  .toolbar__wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -o-box-orient: horizontal;
    flex-direction: row;
    -o-box-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .toolbar__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1034.98px) and (min-width: 576px) {
  .toolbar__wrap {
    max-width: 540px;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .toolbar__wrap {
    max-width: 720px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .toolbar__wrap {
    max-width: 960px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .toolbar__wrap {
    max-width: 1560px;
  }
}
.toolbar__social {
  margin-top: auto;
}
@media (max-width: 1034.98px) {
  .toolbar__social {
    display: none;
  }
}
.toolbar__buttons {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media (min-width: 1035px) {
  .toolbar__buttons {
    display: none;
  }
}
.toolbar__button {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toolbar__button + .toolbar__button {
  margin-left: 15px;
}
.toolbar__button svg {
  fill: #fff;
}
.toolbar__button_mail {
  background-color: #f6ce45;
}
.toolbar__button_phone {
  background-color: #ed1d2e;
}
.toolbar__scroll-up {
  height: 30px;
  position: relative;
  pointer-events: none;
}
.toolbar__scroll-up:after {
  display: block;
  content: '';
  height: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1133c1;
  transition: height 300ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .toolbar__scroll-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity 300ms ease-in-out;
  }
  .toolbar__scroll-up:after {
    height: 100%;
    position: static;
    background-color: #fee880;
    border-radius: 50%;
  }
}
.toolbar__scroll-up_showed {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  pointer-events: initial;
}
.toolbar__scroll-up_showed:after {
  height: 100%;
  background-image: url("/local/templates/design.r52/css/../images/chevron.svg");
  background-size: 10px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1034.98px) {
  .toolbar__scroll-up_showed {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
.toolbar__lang {
  text-align: center;
  width: 100%;
  display: block;
  color: #fac40f;
  font-size: 16px;
  font-family: bold;
}
.toolbar__lang:hover,
.toolbar__lang:focus {
  color: #fac40f;
  text-decoration: none;
}
.feedback-btn {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  display: inline-block;
  font-family: Bold;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  transition: all ease-in-out 200ms 0ms;
}
@media (max-width: 1634.98px) {
  .feedback-btn {
    margin-left: 20px;
  }
}
.feedback-btn:hover,
.feedback-btn:focus {
  text-decoration: none;
}
.feedback-btn:hover {
  color: #ed1d2e !important;
}
.feedback-btn:hover:before {
  box-shadow: 0px 0px 0px 3px #ed1d2e;
}
.feedback-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ed1d2e;
  transition: all ease-in-out 200ms 0ms;
}
.feedback-btn_index {
  margin-left: 50px;
}
@media (max-width: 1634.98px) {
  .feedback-btn_index {
    margin-left: 150px;
  }
}
.feedback-btn.inverted {
  color: #000;
/* transit(color, 500ms) */
  transition: color ease-in-out 0s 0ms;
}
.social {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.social__item {
  font-size: 0;
}
.social__item:before {
  font-size: 1.6rem;
}
.social__item:hover,
.social__item:focus {
  text-decoration: none;
}
.social_toolbar {
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
  padding-bottom: 35px;
}
.social_toolbar .social__item {
  margin-top: 20px;
}
.social_toolbar .social__item:before {
  color: #000;
  transition: color 200ms ease-in-out;
}
.social_toolbar .social__item:hover:before {
  color: #ed1d2e;
}
.social_mobile-menu {
  -o-box-pack: center;
  justify-content: center;
}
.social_mobile-menu .social__item {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.social_mobile-menu .social__item:before {
  color: #000;
  transition: color 200ms ease-in-out;
}
.social_mobile-menu .social__item:hover:before {
  color: #f43939;
}
.index__section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1035px) {
  .index__section {
    padding-top: 125px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-align: center;
    align-items: center;
  }
}
/* @media (min-width: 1035px) {
  .index__section:not(.index__promo) .title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
@media (min-width: 1035px) and (max-height: 767.98px) {
  .index__section {
    height: auto !important;
    padding: 75px 0;
  }
  .index__section.index__promo {
    min-height: 520px;
    padding-bottom: 100px;
  }
  .index__section:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1035px) {
  .index__promo {
    overflow-x: hidden;
  }
}
@media (max-width: 1034.98px) {
  .index__promo {
    padding-bottom: 130px;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .index__promo {
    padding-bottom: 55px;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .index__promo {
    padding-top: 50px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .index__promo {
    padding-top: 76px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .index__promo {
    padding-top: 96px;
  }
}
.index__promo-title {
  margin-bottom: 0;
}
@media (min-width: 1035px) {
  .index__promo-img-col {
    position: static;
  }
}
.index__promo-img {
  overflow: hidden;
}
@media (min-width: 1035px) {
  .index__promo-img {
    -webkit-transform: translateY(calc(-50% + 62px)) !important;
    transform: translateY(calc(-50% + 62px)) !important;
  }
}
@media (max-width: 1634.98px) {
  .index__promo-img {
    width: 440px;
  }
}
@media (max-width: 1034.98px) {
  .index__promo-img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .index__promo-img {
    display: none;
  }
}
.index__ufo-img {
  position: absolute;
  top: 15%;
  right: 380px;
  z-index: 10;
  width: 169px;
  height: 122px;
  display: none;
}
@media (max-width: 1034.98px) {
  .index__ufo-img {
    display: none;
  }
}
@media (max-width: 1034.98px) {
  .index__doing {
    padding-bottom: 100px;
  }
}
/* @media (min-width: 1035px) {
  .index__doing .white-block > * {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
.index__doing-more {
  margin-right: 90px;
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .index__doing {
    padding-bottom: 100px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .index__doing {
    padding-bottom: 140px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .index__doing {
    padding-bottom: 140px;
  }
}
.index__portfolio {
  padding-top: 0;
}
.index__portfolio .container-fluid,
.index__portfolio .row {
  height: 100%;
}
.index__portfolio h3 {
  color: #000;
  transition: all ease-in-out 200ms 0ms;
}
.index__portfolio h3 span {
  display: inline-block;
  color: #ddd;
  margin-bottom: 0.882352941176471em;
  transition: all ease-in-out 200ms 0ms;
}
@media (max-width: 1034.98px) {
  .index__portfolio {
    height: 440px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .index__portfolio {
    height: auto;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .index__portfolio {
    margin-bottom: 100px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .index__portfolio {
    margin-bottom: 140px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .index__portfolio {
    margin-bottom: 140px;
  }
}
.index__portfolio-item {
  position: relative;
  height: 100%;
  text-decoration: none;
  transition: all ease-in-out 200ms 0ms;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: end;
  justify-content: flex-end;
  -o-box-align: center;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1035px) {
  .index__portfolio-item {
    padding-bottom: 50px;
  }
  .index__portfolio-item:hover,
  .touch .index__portfolio-item {
    text-decoration: none;
  }
  .index__portfolio-item:hover .index__portfolio-bg,
  .touch .index__portfolio-item .index__portfolio-bg {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  .index__portfolio-item:hover .index__portfolio-todo-list,
  .touch .index__portfolio-item .index__portfolio-todo-list {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  .index__portfolio-item:hover h3,
  .touch .index__portfolio-item h3,
  .index__portfolio-item:hover .index__portfolio-title,
  .touch .index__portfolio-item .index__portfolio-title {
    color: #fff;
  }
  .index__portfolio-item:hover h3 span,
  .touch .index__portfolio-item h3 span,
  .index__portfolio-item:hover .index__portfolio-title span,
  .touch .index__portfolio-item .index__portfolio-title span {
    color: #fff;
  }
  .index__portfolio-item:hover .index__portfolio-title,
  .touch .index__portfolio-item .index__portfolio-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 400ms 0ms;
  }
  .index__portfolio-item:hover .index__portfolio-letter,
  .touch .index__portfolio-item .index__portfolio-letter {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 500ms 100ms;
  }
  .index__portfolio-item:hover .index__portfolio-img,
  .touch .index__portfolio-item .index__portfolio-img {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
    transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 500ms 200ms;
  }
}
@media (max-width: 767.98px) {
  .index__portfolio-item {
    height: 440px;
  }
}
@media (min-width: 1035px) and (max-height: 767.98px) {
  .index__portfolio-item {
    min-height: 500px;
  }
  .index__portfolio-item .index__portfolio-center {
    top: 40%;
  }
}
.index__portfolio-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all ease-in-out 200ms 0ms;
}
@media (max-width: 1034.98px) {
  .index__portfolio-bg {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
.index__portfolio-center {
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1035px) {
  .index__portfolio-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.index__portfolio-title {
  font-family: Bold;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.617647058823529em;
  transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 100ms 0ms;
}
.index__portfolio-title span {
  display: inline-block;
  color: #fff;
  margin-bottom: 0.882352941176471em;
  transition: all ease-in-out 200ms 0ms;
}
@media (min-width: 1035px) {
  .index__portfolio-title {
    color: #000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .index__portfolio-title span {
    color: #ddd;
  }
}
@media (min-width: 1635px) {
  .index__portfolio-title {
    font-size: 3.4rem;
  }
}
.index__portfolio-imgwrap {
  position: relative;
}
@media (max-width: 1034.98px) {
  .index__portfolio-imgwrap {
    height: 250px;
  }
}
.index__portfolio-img {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 100ms 0ms;
}
@media (min-width: 1035px) {
  .index__portfolio-img {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media (min-width: 1635px) {
  .index__portfolio-img {
    height: auto;
  }
}
@media (max-width: 1634.98px) {
  .index__portfolio-img {
    max-height: 220px;
  }
}
@media (max-width: 1034.98px) {
  .index__portfolio-img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
.index__portfolio-letter {
  font-family: Bold;
  font-size: 26rem;
  line-height: 0.7;
  color: rgba(255,255,255,0.1);
  transition: all cubic-bezier(0.52, 0.19, 0.14, 0.96) 100ms 0ms;
}
@media (min-width: 1035px) {
  .index__portfolio-letter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media (min-width: 1635px) {
  .index__portfolio-letter {
    font-size: 60rem;
  }
}
.index__portfolio-todo-list {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  margin-top: calc(20vh + 50px - 10vw);
}
.index__portfolio-todo-wrap {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
}
.index__portfolio-todo-item {
  font-family: Bold;
  font-size: 1rem;
  margin: 0 10px;
  color: #fff;
}
@media (min-width: 1635px) {
  .index__portfolio-todo-item {
    font-size: 1.6rem;
  }
}
.index__portfolio-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 0;
  text-decoration: none;
  display: block;
}
@media (max-width: 1034.98px) {
  .index__digits {
    padding-bottom: 100px;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .index__digits {
    padding-bottom: 100px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .index__digits {
    padding-bottom: 140px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .index__digits {
    padding-bottom: 140px;
  }
}
.index__digits-digits {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .index__digits-digits {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .index__digits-digits {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .index__digits-digits {
    margin-bottom: 55px;
  }
}
/* @media (min-width: 1035px) {
  .index__digits-digits {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
/* @media (min-width: 1035px) {
  .index__digits-text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
.index__digits-awards {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: end;
  justify-content: flex-end;
  height: auto;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .index__digits-awards {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .index__digits-awards {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .index__digits-awards {
    margin-bottom: 55px;
  }
}
@media (min-width: 576px) {
  .index__digits-awards {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .index__digits-awards {
    height: 222px;
  }
}
@media (min-width: 1035px) {
  .index__digits-awards {
    height: 140px;
  }
}
@media (min-width: 1635px) {
  .index__digits-awards {
    height: 242px;
  }
}
@media (max-width: 575.98px) {
  .index__digits-awards {
    -o-box-orient: vertical;
    flex-direction: column;
    -o-box-align: center;
    align-items: center;
  }
}
.index__digits-awards-link {
  position: relative;
  height: 100%;
  margin-left: 4%;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.index__digits-awards-link:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .index__digits-awards-link {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.index__digits-awards-img {
  display: block;
}
@media (min-width: 576px) {
  .index__digits-awards-img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .index__digits-awards-img {
    max-width: 100%;
  }
}
.index__digits-more {
  text-align: center;
}
@media (min-width: 576px) {
  .index__digits-more {
    text-align: right;
  }
  .index__digits-more a {
    margin-right: 70px;
  }
}
.index__clients {
  background-color: #f8f9f7;
}
@media (max-width: 1034.98px) {
  .index__clients {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
  .index__clients .fullimagemagic {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .index__clients {
    display: none;
  }
}
.index__clients-list {
  -webkit-columns: 2;
          columns: 2;
}
@media (min-width: 1035px) {
  .index__clients-list {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.index__clients-bg {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 500ms ease-in-out;
}
.index__clients-bg_shown {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 500ms ease-in-out;
}
.index__startup {
  overflow: visible;
}
@media (max-width: 1034.98px) {
  .index__startup {
    margin-bottom: 100px;
  }
}
/* @media (min-width: 1035px) {
  .index__startup .startup > * {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
} */
@media (max-width: 1034.98px) and (min-width: 768px) {
  .index__startup {
    margin-bottom: 100px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .index__startup {
    margin-bottom: 140px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .index__startup {
    margin-bottom: 140px;
  }
}
.index__startup-center {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  .index__startup-center {
    -o-box-align: center;
    align-items: center;
  }
}
.index__startup-lampicon {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .index__startup-lampicon {
    margin-bottom: 21px;
  }
}
@media (min-width: 1035px) {
  .index__startup-lampicon {
    margin-bottom: 21px;
  }
}
@media (min-width: 1635px) {
  .index__startup-lampicon {
    margin-bottom: 21px;
  }
}
.index__startup-lampicon.active {
  -webkit-animation-name: lampswitch;
  animation-name: lampswitch;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767.98px) {
  .index__startup-lampicon {
    height: 70px;
  }
}
.index__startup-link {
  font-family: Bold;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #000 !important;
}
.index__startup-link:hover {
  color: #000 !important;
}
@media (max-width: 1634.98px) {
  .index__startup-link {
    font-size: 5rem;
  }
}
@media (max-width: 1034.98px) {
  .index__startup-link {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .index__startup-link {
    font-size: 2.727272727272727rem;
  }
}
@media (max-width: 575.98px) {
  .index__startup-link {
    width: 220px;
  }
}
@media (min-width: 576px) {
  .index__startup-link {
    padding-left: 20px;
  }
}
.index__why {
  background-color: #7d489b;
}
@media (max-width: 1034.98px) {
  .index__why {
    display: none;
  }
}
.index__why-slider {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 50px 60px 30px;
}
@media (min-width: 1035px) {
  .index__why-slider {
    padding: 50px 60px 30px;
  }
}
@media (min-width: 1635px) {
  .index__why-slider {
    padding: 90px 130px 50px;
  }
}
.index__why-nav {
  padding-left: 10px;
  position: absolute;
  top: 105%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  width: 220px;
}
.index__why-figure {
  right: 15px;
  z-index: 1;
}
@media (min-width: 1035px) {
  .index__why-figure {
    width: 600px;
  }
}
@media (min-width: 1635px) {
  .index__why-figure {
    width: 750px;
  }
}
@media (min-width: 1035px) {
  .index__footer {
    -o-box-orient: vertical;
    flex-direction: column;
    -o-box-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1035px) {
  .index__footer .contact__item-wrap {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media (min-width: 1035px) {
  .index__footer .footer {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes lampswitch {
  0% {
    fill: #ecb90f;
  }
  2% {
    fill: #000;
  }
  4% {
    fill: #ecb90f;
  }
  6% {
    fill: #000;
  }
  8% {
    fill: #ecb90f;
  }
  15% {
    fill: #ecb90f;
  }
  16% {
    fill: #000;
  }
  17% {
    fill: #ecb90f;
  }
  100% {
    fill: #ecb90f;
  }
}
@keyframes lampswitch {
  0% {
    fill: #ecb90f;
  }
  2% {
    fill: #000;
  }
  4% {
    fill: #ecb90f;
  }
  6% {
    fill: #000;
  }
  8% {
    fill: #ecb90f;
  }
  15% {
    fill: #ecb90f;
  }
  16% {
    fill: #000;
  }
  17% {
    fill: #ecb90f;
  }
  100% {
    fill: #ecb90f;
  }
}
.arrow {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 85px;
  height: 100%;
  color: inherit;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.arrow:hover {
  color: inherit;
  text-decoration: none;
}
.arrow:hover .arrow__circle {
  width: 30px;
  height: 30px;
}
.arrow__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
}
.arrow__bar {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 2px;
  width: 100%;
  background-color: #000;
}
.arrow__bar:before,
.arrow__bar:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 2px;
  width: 12px;
  background-color: #000;
}
.arrow__bar:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.arrow__bar:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.disabled .arrow__bar,
.slick-disabled .arrow__bar {
  background-color: #ccc !important;
}
.disabled .arrow__bar:before,
.slick-disabled .arrow__bar:before,
.disabled .arrow__bar:after,
.slick-disabled .arrow__bar:after {
  background-color: #ccc !important;
}
.arrow__circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f6ce45;
  transition: all 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.arrow_short {
  width: 50px;
}
.arrow_short .arrow__wrap {
  width: 50px;
}
.arrow_black .arrow__bar {
  background-color: #000;
}
.arrow_black .arrow__bar:before,
.arrow_black .arrow__bar:after {
  background-color: #000;
}
.arrow_white .arrow__bar {
  background-color: #fff;
}
.arrow_white .arrow__bar:before,
.arrow_white .arrow__bar:after {
  background-color: #fff;
}
.arrow_right .arrow__bar:before,
.arrow_right .arrow__bar:after {
  right: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.arrow_right .arrow__circle {
  right: 0;
  -webkit-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
}
.arrow_left .arrow__bar:before,
.arrow_left .arrow__bar:after {
  left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.arrow_left .arrow__circle {
  left: 0;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}
.white-block {
  background-color: #fff;
  box-shadow: 0px 9px 30px 3px rgba(0,0,0,0.1);
  padding: 20px;
  height: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: justify;
  justify-content: space-between;
}
.advantages-slider .white-block.slick-slide {
  margin: 30px 15px;
  box-shadow: 0px 9px 15px 3px rgba(0,0,0,0.1);
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
}
.white-block h4 {
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .white-block h4 {
    margin-top: 2rem;
  }
}
@media (max-width: 1034.98px) {
  .white-block .arrow-link__wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .white-block {
    padding: 35px 20px;
  }
}
@media (min-width: 1035px) {
  .white-block {
    padding: 35px;
  }
}
@media (min-width: 1635px) {
  .white-block {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .white-block {
    padding: 20px 20px 40px;
  }
}
.white-block__red-label {
  width: 72px;
  min-height: 72px;
  font-size: 3.4rem;
  font-family: bold;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  color: #fff;
  background-color: #ce4238;
  border-radius: 50%;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .white-block__red-label {
    width: 44px;
    min-height: 44px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.white-block__afterline {
  position: relative;
}
.white-block__afterline:after {
  position: absolute;
  left: 0;
  bottom: -0.6em;
  content: "";
  display: block;
  height: 3px;
  width: 5.4em;
  background-color: #1133c1;
}
.white-block__afterline_bottom {
  height: 100%;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .white-block__afterline_bottom {
    padding-bottom: 0;
  }
}
.white-block__header {
  margin-bottom: 1.5rem;
}
.white-block__small-caption {
  font-size: 16px;
  line-height: 1;
}
.white-block_h-a {
  height: auto;
}
.white-block_wo-shadow {
  box-shadow: none;
}
.white-block_apps {
  padding: 40px 25px 50px 25px;
}
@media (min-width: 1635px) {
  .white-block_apps {
    padding: 50px 35px 70px 35px;
  }
}
@media (max-width: 767.98px) {
  .white-block_apps {
    padding: 30px 20px 40px 25px;
  }
}
.white-block_apps svg {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .white-block_apps svg {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .white-block_apps svg {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .white-block_apps svg {
    margin-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .white-block_apps svg {
    margin-bottom: 15px;
    width: 60px !important;
    height: 40px !important;
  }
}
.white-block_apps .white-block__afterline {
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
}
.white-block_simple {
  -o-box-pack: start;
  justify-content: flex-start;
}
ul {
  padding-left: 3rem;
}
ul > li {
  margin-bottom: 2rem;
}
.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.list__item {
  padding-top: 7px;
  padding-bottom: 8px;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
.list_ol>.list__item {
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.list_ol .list__num {
  padding-right: 20px;
  color: #bcbbbb;
}
.list_ul .list__item {
  position: relative;
  padding-left: 37px;
}
.list_ul .list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 16px;
  height: 5px;
  background-color: #1133c1;
}
@media (min-width: 576px) {
  .list_2-col {
    -webkit-columns: 2;
            columns: 2;
  }
}
.list_2-col .list__item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}
.list_services .list__item {
  font-size: 2rem;
  transition: color 300ms ease-in-out;
}
.list_services .list__item:hover,
.list_services .list__item:focus {
  color: #fac40f;
}
.water-mark {
  position: absolute;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  display: none;
}
.water-mark__image {
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .water-mark__image {
    display: none;
  }
}
.water-mark_right .water-mark__image {
  margin-left: auto;
  -o-object-position: right;
     object-position: right;
}
.water-mark_left .water-mark__image {
  margin-right: auto;
  -o-object-position: left;
     object-position: left;
}
.digits_index {
  text-align: center;
}
@media (max-width: 1034.98px) {
  .digits_index .digits__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 1034.98px) and (min-width: 768px) {
  .digits_index .digits__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1035px) {
  .digits_index .digits__item {
    margin-bottom: 45px;
  }
}
@media (max-width: 1034.98px) and (min-width: 1635px) {
  .digits_index .digits__item {
    margin-bottom: 55px;
  }
}
.digits_index .digits__title {
  font-family: Light;
  font-size: 7.2rem;
  line-height: 1;
  color: #444;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .digits_index .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 1035px) {
  .digits_index .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 1635px) {
  .digits_index .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 1035px) {
  .digits_index .digits__title {
    font-size: 6rem;
  }
}
.digits_index .digits__caption {
  font-family: Light;
  font-size: 1.8rem;
  color: #444;
  line-height: 1;
}
@media (min-width: 576px) {
  .digits_rounded .digits__row {
    height: unset;
  }
}
@media (min-width: 768px) {
  .digits_rounded .digits__row {
    height: unset;
  }
}
@media (min-width: 1035px) {
  .digits_rounded .digits__row {
    height: 240px;
  }
}
@media (min-width: 1635px) {
  .digits_rounded .digits__row {
    height: 330px;
  }
}
.digits_rounded .digits__col:nth-child(even) {
  align-self: flex-end;
  -ms-flex-item-align: end;
}
@media (max-width: 575.98px) {
  .digits_rounded .digits__col {
    margin-bottom: 30px;
  }
}
.digits_rounded .digits__item {
  border-radius: 50%;
  background-color: #999;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  margin: auto;
  width: 290px;
  height: 290px;
}
@media (min-width: 576px) {
  .digits_rounded .digits__item {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 768px) {
  .digits_rounded .digits__item {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1035px) {
  .digits_rounded .digits__item {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1635px) {
  .digits_rounded .digits__item {
    width: 290px;
    height: 290px;
  }
}
.digits_rounded .digits__title {
  font-family: Light;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .digits_rounded .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 1035px) {
  .digits_rounded .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 1635px) {
  .digits_rounded .digits__title {
    margin-bottom: 11px;
  }
}
@media (min-width: 576px) {
  .digits_rounded .digits__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .digits_rounded .digits__title {
    font-size: 3rem;
  }
}
@media (min-width: 1035px) {
  .digits_rounded .digits__title {
    font-size: 5rem;
  }
}
@media (min-width: 1635px) {
  .digits_rounded .digits__title {
    font-size: 6rem;
  }
}
.digits_rounded .digits__caption {
  font-family: Light;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .digits_rounded .digits__caption {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .digits_rounded .digits__caption {
    font-size: 1.2rem;
  }
}
@media (min-width: 1035px) {
  .digits_rounded .digits__caption {
    font-size: 1.8rem;
  }
}
.fullimagemagic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fullimagemagic > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
}
.fullimagemagic > div img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover", "object-fit: cover";
}
.fullimagemagic > div.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  z-index: 2;
}
.clientspopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10,1,9,0.95);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 1;
  transition: all ease-in-out 200ms 0ms;
}
.clientspopup_shown {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  visibility: visible;
  z-index: 2010;
}
.clientspopup__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.clientspopup__content-wrap {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
.clientspopup__item-title {
  font-family: Bold;
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin: 100px 20px 120px;
}
@media (max-width: 1034.98px) {
  .clientspopup__item-title {
    margin-bottom: 100px;
  }
}
.abs-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abs-img_right {
  right: 0;
  text-align: right;
}
.abs-img_left {
  left: 0;
  text-align: left;
}
.branding__decor-img {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .branding__decor-img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media (max-width: 1034.98px) {
  .branding__decor-img {
    display: none;
  }
}
.contact__wrap {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 1034.98px) {
  .contact__wrap {
    padding-left: 50%;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .contact__wrap {
    padding-left: 0;
  }
}
.contact__item-wrap {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1035px) {
  .contact__item-wrap {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.contact__item {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  margin-bottom: 30px;
}
@media (min-width: 1035px) {
  .contact__item {
    padding: 76px 0;
    transition: all ease-in-out 200ms 0ms;
  }
  .contact__item:hover .contact__title {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .contact__item:hover .contact__phone {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: -webkit-transform 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out;
  }
  .contact__item:hover .contact__devider {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #000;
    transition: opacity 400ms 100ms ease-in-out, -webkit-transform 300ms 100ms ease-in-out;
    transition: transform 300ms 100ms ease-in-out, opacity 400ms 100ms ease-in-out;
    transition: transform 300ms 100ms ease-in-out, opacity 400ms 100ms ease-in-out, -webkit-transform 300ms 100ms ease-in-out;
  }
  .contact__item:hover .contact__text {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@media (min-width: 1635px) {
  .contact__item {
    padding: 96px 0;
  }
}
@media (max-width: 767.98px) {
  .contact__item {
    margin-bottom: 55px;
  }
}
@media (min-width: 1035px) {
  .contact__item_active {
    border-color: #f6ce45;
    transition: border-color 200ms 200ms ease-in-out;
  }
  .contact__item_active .contact__title {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
  .contact__item_active .contact__phone {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    transition: -webkit-transform 200ms 50ms ease-in-out !important;
    transition: transform 200ms 50ms ease-in-out !important;
    transition: transform 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out !important;
  }
  .contact__item_active .contact__devider {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 200ms, background-color 200ms ease-in-out, -webkit-transform 200ms !important;
    transition: opacity 200ms, transform 200ms, background-color 200ms ease-in-out !important;
    transition: opacity 200ms, transform 200ms, background-color 200ms ease-in-out, -webkit-transform 200ms !important;
    background-color: #f6ce45 !important;
  }
  .contact__item_active .contact__text {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: opacity 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
    transition: transform 200ms 200ms ease-in-out, opacity 200ms 200ms ease-in-out;
    transition: transform 200ms 200ms ease-in-out, opacity 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@media (min-width: 768px) and (max-width: 1034.98px) {
  .contact__item_mobile-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
  }
}
@media (max-width: 1034.98px) {
  .contact__item_mobile-active {
    padding: 50px 0;
    border-color: #f6ce45;
  }
  .contact__wrap_transition-out .contact__item_mobile-active {
    border-color: transparent;
    transition: border-color 200ms 200ms ease-in-out;
  }
  .contact__wrap_transition-out .contact__item_mobile-active .contact__title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .contact__wrap_transition-out .contact__item_mobile-active .contact__phone {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out, opacity 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out, opacity 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out;
  }
  .contact__wrap_transition-out .contact__item_mobile-active .contact__devider {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity 200ms 100ms ease-in-out, -webkit-transform 200ms 100ms ease-in-out;
    transition: transform 200ms 100ms ease-in-out, opacity 200ms 100ms ease-in-out;
    transition: transform 200ms 100ms ease-in-out, opacity 200ms 100ms ease-in-out, -webkit-transform 200ms 100ms ease-in-out;
  }
  .contact__wrap_transition-out .contact__item_mobile-active .contact__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity 200ms 150ms ease-in-out, -webkit-transform 200ms 150ms ease-in-out;
    transition: transform 200ms 150ms ease-in-out, opacity 200ms 150ms ease-in-out;
    transition: transform 200ms 150ms ease-in-out, opacity 200ms 150ms ease-in-out, -webkit-transform 200ms 150ms ease-in-out;
  }
  .contact__wrap_transition-stop .contact__item_mobile-active .contact__title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: none;
  }
  .contact__wrap_transition-stop .contact__item_mobile-active .contact__phone {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: none;
  }
  .contact__wrap_transition-stop .contact__item_mobile-active .contact__devider {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: none;
  }
  .contact__wrap_transition-stop .contact__item_mobile-active .contact__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: block;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: none;
  }
  .contact__wrap_transition-in .contact__item_mobile-active {
    border-color: #f6ce45;
    transition: border-color 200ms 200ms ease-in-out;
  }
  .contact__wrap_transition-in .contact__item_mobile-active .contact__title {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
    transition: transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .contact__wrap_transition-in .contact__item_mobile-active .contact__phone {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out, opacity 200ms 50ms ease-in-out;
    transition: transform 200ms 50ms ease-in-out, opacity 200ms 50ms ease-in-out, -webkit-transform 200ms 50ms ease-in-out;
  }
  .contact__wrap_transition-in .contact__item_mobile-active .contact__devider {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 200ms 100ms ease-in-out, -webkit-transform 200ms 100ms ease-in-out;
    transition: transform 200ms 100ms ease-in-out, opacity 200ms 100ms ease-in-out;
    transition: transform 200ms 100ms ease-in-out, opacity 200ms 100ms ease-in-out, -webkit-transform 200ms 100ms ease-in-out;
  }
  .contact__wrap_transition-in .contact__item_mobile-active .contact__text {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: opacity 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
    transition: transform 200ms 200ms ease-in-out, opacity 200ms 200ms ease-in-out;
    transition: transform 200ms 200ms ease-in-out, opacity 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
  }
  .contact__item_mobile-active .contact__phone {
    margin-bottom: 45px;
  }
  .contact__item_mobile-active .contact__devider {
    background-color: #f6ce45;
    margin-bottom: 45px;
  }
  .contact__item_mobile-active .contact__text {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .contact__item_mobile-active {
    position: static;
    width: 100%;
  }
}
.contact__title {
  font-family: Bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  margin-bottom: 11px;
}
@media (min-width: 1035px) {
  .contact__title {
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
}
@media (min-width: 1635px) {
  .contact__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1034.98px) {
  .contact__title {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.contact__phone {
  font-family: Bold;
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  color: #000;
  text-decoration: none;
}
.contact__phone:hover,
.contact__phone:focus {
  color: #000;
  text-decoration: none;
}
.no-touch .contact__phone {
  pointer-events: none;
}
.contact__phone a {
  color: #000;
  text-decoration: none;
}
.no-touch .contact__phone a {
  pointer-events: none;
}
.contact__phone a:hover,
.contact__phone a:focus {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1035px) {
  .contact__phone {
    margin-bottom: 45px;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
}
@media (min-width: 1635px) {
  .contact__phone {
    font-size: 2rem;
    margin-bottom: 55px;
  }
}
@media (max-width: 1034.98px) {
  .contact__phone {
    margin-bottom: 42px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.contact__devider {
  display: block;
  width: 60%;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (min-width: 1035px) {
  .contact__devider {
    margin-bottom: 45px;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
  }
}
@media (min-width: 1635px) {
  .contact__devider {
    margin-bottom: 55px;
  }
}
@media (max-width: 1034.98px) {
  .contact__devider {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: #000;
    margin-bottom: 8px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.contact__text {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  font-family: Light;
  font-size: 1.6rem;
  line-height: 1.388888888888889;
  color: #444;
  padding: 0 10px;
}
@media (min-width: 1035px) {
  .contact__text {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
}
@media (min-width: 1635px) {
  .contact__text {
    font-size: 1.8rem;
    padding: 0 30px;
  }
}
@media (max-width: 1034.98px) {
  .contact__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    display: none;
    transition: opacity 200ms 200ms ease-in-out, visibility 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
    transition: opacity 200ms 200ms ease-in-out, visibility 200ms 200ms ease-in-out, transform 200ms 200ms ease-in-out;
    transition: opacity 200ms 200ms ease-in-out, visibility 200ms 200ms ease-in-out, transform 200ms 200ms ease-in-out, -webkit-transform 200ms 200ms ease-in-out;
  }
}

.index__doing .arrow-link__wrap{
  display: none;
}
.index__doing .index__doing-more .arrow-link__wrap{
  display: block;
}
.index__doing .arrow-link:hover{
  color: #fac40f;
}
.index__doing .index__doing-more .arrow-link:hover{
  color: initial;
}

.arrow-link {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: inherit;
  padding-right: 15px;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.arrow-link:hover {
  color: inherit;
  text-decoration: none;
}
.arrow-link:hover .arrow-link__wrap {
  width: 42px;
}
.arrow-link:hover .arrow-link__bar:before,
.arrow-link:hover .arrow-link__bar:after {
  width: 12px;
  transition: -webkit-transform 200ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 200ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 200ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 200ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.arrow-link:hover .arrow-link__bar:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.arrow-link:hover .arrow-link__bar:after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.arrow-link:hover .arrow-link__circle {
  width: 30px;
  height: 30px;
  background-color: #f6ce45;
  transition: all 150ms 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.arrow-link__wrap {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  height: 100%;
  transition: width 150ms ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/design.r52/css/../images/arrow_short.svg");
}
.arrow-link__bar {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 2px;
  width: 100%;
  background-color: #000;
}
.arrow-link__bar:before,
.arrow-link__bar:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
}
.arrow-link__bar:before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.arrow-link__bar:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.arrow-link__circle {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%) translateZ(-1px);
  transform: translate(30%, -50%) translateZ(-1px);
  width: 1;
  height: 1;
  border-radius: 50%;
  background-color: transparent;
  transition: all 100ms ease-in-out;
}
.arrow-link_long .arrow-link__wrap {
  background-image: url("/local/templates/design.r52/css/../images/arrow_long.svg");
}
.arrow-link_long:hover {
  color: inherit;
  text-decoration: none;
}
.arrow-link_long:hover .arrow-link__wrap {
  width: 80px;
}
.arrow-link_shown {
  padding-right: 25px;
  text-align: right;
}
.arrow-link_shown .arrow-link__wrap {
  width: 42px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 150ms ease-in-out;
}
.arrow-link_shown:hover .arrow-link__wrap {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media (max-width: 767.98px) {
  .arrow-link_shown:hover .arrow-link__wrap {
    -webkit-transform: none;
    transform: none;
  }
}
.arrow-link_shown.arrow-link_long .arrow-link__wrap {
  width: 80px;
}
.arrow-link_shown .arrow-link__bar:before {
  width: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.arrow-link_shown .arrow-link__bar:after {
  width: 12px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .arrow-link_par {
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.arrow-link_prev {
  padding-right: 0;
  padding-left: 25px;
  text-align: left;
}
.arrow-link_prev .arrow-link__wrap {
  left: 0;
  -webkit-transform: rotate(-180deg) translateX(100%);
  transform: rotate(-180deg) translateX(100%);
}
.arrow-link_prev .arrow-link__circle {
  -webkit-transform: translate(30%, -50%) translateZ(-1px);
  transform: translate(30%, -50%) translateZ(-1px);
}
.arrow-link_prev:hover .arrow-link__wrap {
  left: -10px;
  -webkit-transform: rotate(-180deg) translateX(100%);
  transform: rotate(-180deg) translateX(100%);
}
@media (max-width: 767.98px) {
  .arrow-link_prev:hover .arrow-link__wrap {
    left: 0;
  }
}
.title-block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .title-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .title-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1635px) {
  .title-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .title-block {
    padding-top: 20px;
  }
}
.title-block_coloured {
  background-color: #fff;
}
.title-block_coloured *:not(.title__point) {
  color: #fff;
}
.title-block__img {
  position: relative;
  z-index: 0;
  text-align: right;
}
.title-block__img img {
  max-width: 100%;
}
@media (max-width: 1634.98px) {
  .title-block__img img {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .title-block__img {
    display: none;
  }
}
.title-block__img_job {
  position: absolute;
  max-width: 100%;
  right: 0;
  bottom: -45%;
  z-index: 1;
}
@media (max-width: 1634.98px) {
  .title-block__img_job {
    bottom: 0;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .title-block__img_job {
    display: none;
  }
}
.title-block__img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  width: 100%;
}
.title-block__row {
  -o-box-align: center;
  align-items: center;
}
.title-block .title {
  margin: -10px 0;
}
.block_yellow {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .block_yellow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1035px) {
  .block_yellow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1635px) {
  .block_yellow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block_yellow-t {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .block_yellow-t {
    padding-top: 30px;
  }
}
@media (min-width: 1035px) {
  .block_yellow-t {
    padding-top: 30px;
  }
}
@media (min-width: 1635px) {
  .block_yellow-t {
    padding-top: 30px;
  }
}
.block_yellow-b {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .block_yellow-b {
    padding-bottom: 30px;
  }
}
@media (min-width: 1035px) {
  .block_yellow-b {
    padding-bottom: 30px;
  }
}
@media (min-width: 1635px) {
  .block_yellow-b {
    padding-bottom: 30px;
  }
}
.block_green {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .block_green {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .block_green {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .block_green {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.block_green-t {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .block_green-t {
    padding-top: 45px;
  }
}
@media (min-width: 1035px) {
  .block_green-t {
    padding-top: 45px;
  }
}
@media (min-width: 1635px) {
  .block_green-t {
    padding-top: 55px;
  }
}
.block_green-b {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .block_green-b {
    padding-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .block_green-b {
    padding-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .block_green-b {
    padding-bottom: 55px;
  }
}
.block_purple {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block_purple {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .block_purple {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 1635px) {
  .block_purple {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.block_purple-t {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .block_purple-t {
    padding-top: 50px;
  }
}
@media (min-width: 1035px) {
  .block_purple-t {
    padding-top: 76px;
  }
}
@media (min-width: 1635px) {
  .block_purple-t {
    padding-top: 96px;
  }
}
.block_purple-b {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block_purple-b {
    padding-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .block_purple-b {
    padding-bottom: 76px;
  }
}
@media (min-width: 1635px) {
  .block_purple-b {
    padding-bottom: 96px;
  }
}
.block_nut {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block_nut {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .block_nut {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1635px) {
  .block_nut {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.block_nut-doubled {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .block_nut-doubled {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1035px) {
  .block_nut-doubled {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1635px) {
  .block_nut-doubled {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.block_nut-t {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .block_nut-t {
    padding-top: 50px;
  }
}
@media (min-width: 1035px) {
  .block_nut-t {
    padding-top: 70px;
  }
}
@media (min-width: 1635px) {
  .block_nut-t {
    padding-top: 70px;
  }
}
.block_nut-b {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block_nut-b {
    padding-bottom: 50px;
  }
}
@media (min-width: 1035px) {
  .block_nut-b {
    padding-bottom: 70px;
  }
}
@media (min-width: 1635px) {
  .block_nut-b {
    padding-bottom: 70px;
  }
}
.block_coral {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .block_coral {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1035px) {
  .block_coral {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1635px) {
  .block_coral {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.block_coral-t {
  padding-top: 100px;
}
@media (min-width: 768px) {
  .block_coral-t {
    padding-top: 100px;
  }
}
@media (min-width: 1035px) {
  .block_coral-t {
    padding-top: 140px;
  }
}
@media (min-width: 1635px) {
  .block_coral-t {
    padding-top: 140px;
  }
}
.block_coral-b {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .block_coral-b {
    padding-bottom: 100px;
  }
}
@media (min-width: 1035px) {
  .block_coral-b {
    padding-bottom: 140px;
  }
}
@media (min-width: 1635px) {
  .block_coral-b {
    padding-bottom: 140px;
  }
}
.block_reverse-b-50:after {
  content: "";
  display: block;
  margin-top: -50px;
}
.block_brd-3 {
  border: 3px solid #ccc;
}
.block_brd-color-yellow {
  border-color: #1133c1;
}
.block_bg-white {
  background-color: #fff;
}
.block_bg-gray {
  background-color: #f8f9f7;
}
.block_bg-red {
  background-color: #1133c1;
}
.block_bg-yellow {
  background-color: #fac40f;
}
.block-w-shadow {
  box-shadow: 3px 5px 24px 1.5px rgba(0,0,0,0.06);
}
.block-w-static-bg {
  background-repeat: no-repeat;
}
.block-w-static-bg_seo-1 {
  background-position: right bottom;
  background-image: url("/local/templates/design.r52/css/../images/seo-static-bg-01.png");
}
@media (min-width: 1035px) and (max-width: 1634.98px) {
  .block-w-static-bg_seo-1 {
    background-size: 50%;
  }
}
@media (max-width: 1034.98px) {
  .block-w-static-bg_seo-1 {
    background: none;
  }
}
.block-w-static-bg_seo-2 {
  background-position: center bottom;
  background-image: url("/local/templates/design.r52/css/../images/paperplane-with-path-bg.png");
}
@media (min-width: 1035px) and (max-width: 1634.98px) {
  .block-w-static-bg_seo-2 {
    background-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1034.98px) {
  .block-w-static-bg_seo-2 {
    background-size: 80%;
  }
}
@media (max-width: 767.98px) {
  .block-w-static-bg_seo-2 {
    background: none;
  }
}
.block-w-offset-bg {
  position: relative;
  overflow-x: hidden;
}
.block-w-offset-bg__bg:before {
  display: block;
  content: '';
  background-color: #f8f9f7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
}
@media (max-width: 1634.98px) {
  .block-w-offset-bg__bg:before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.block_branding-prices:before,
.block_branding-prices:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}
.block_branding-prices:before {
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("/local/templates/design.r52/css/../images/branding-figure-02.svg");
  background-position-x: left;
}
.block_branding-prices:after {
  top: 45%;
  right: 0;
  bottom: 0;
  background-image: url("/local/templates/design.r52/css/../images/branding-figure-03.svg");
  background-position-x: right;
}
@media (max-width: 1634.98px) {
  .block_branding-prices .block_nut {
    padding: 0;
  }
}
@media (max-width: 1034.98px) {
  .block_branding-prices:before,
  .block_branding-prices:after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block_branding-prices br {
    display: none;
  }
}
.bl-table__row {
  border-bottom: 1px dotted #b8b8b8;
  padding-bottom: 25px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .bl-table__row {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .bl-table__row {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .bl-table__row {
    margin-bottom: 55px;
  }
}
.bl-table__row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.icon {
  color: currentColor;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  font-size: 20px;
  width: 55px;
  height: 55px;
}
.icon:before {
  margin: auto;
}
@media (min-width: 768px) {
  .icon {
    font-size: 22px;
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1635px) {
  .icon {
    font-size: 25px;
    width: 75px;
    height: 75px;
  }
}
.icon_transparent {
  background-color: transparent;
}
.icon_white {
  background-color: #fff;
}
.icon_rounded {
  border-radius: 50%;
}
.icon_shadowed {
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.1);
}
.icontext {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
}
.icontext__icon {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .icontext__icon {
    margin-right: 22px;
  }
}
@media (min-width: 1635px) {
  .icontext__icon {
    margin-right: 27px;
  }
}
.icontext__icon_num {
  color: currentColor;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  font-size: 22px;
  font-family: bold;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
  .icontext__icon_num {
    font-size: 28px;
    min-width: 65px;
    height: 65px;
  }
}
@media (min-width: 1635px) {
  .icontext__icon_num {
    font-size: 34px;
    min-width: 75px;
    height: 75px;
  }
}
.icontext__text {
  color: currentColor;
  align-self: center;
  -ms-flex-item-align: center;
}
.icontext__text p {
  margin-bottom: 0;
}
.icontext_align-top {
  -o-box-align: start;
  align-items: flex-start;
}
.icontext_white {
  color: #fff;
}
.icontext_black {
  color: #444;
}
.startup {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.startup_animating>* {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0 750ms ease;
}
.startup:before {
  display: block;
  content: '';
  width: 1px;
  height: 1px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 75px;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.ie .startup:before,
.edge .startup:before {
  border: 1px solid #fff;
}
.startup_animating.startup:before {
  box-shadow: #fabb33 0 0 0 1000px;
  -webkit-transform: translate(-50%, -50%) scale(2500);
  transform: translate(-50%, -50%) scale(2500);
  transition: box-shadow 250ms ease-in-out, -webkit-transform 500ms 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 500ms 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 500ms 250ms ease-in-out, -webkit-transform 500ms 250ms ease-in-out;
}
.startup__lampicon {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .startup__lampicon {
    margin-bottom: 21px;
  }
}
@media (min-width: 1035px) {
  .startup__lampicon {
    margin-bottom: 21px;
  }
}
@media (min-width: 1635px) {
  .startup__lampicon {
    margin-bottom: 21px;
  }
}
.startup__lampicon.active {
  -webkit-animation-name: lampswitch;
  animation-name: lampswitch;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 767.98px) {
  .startup__lampicon {
    height: 100px;
  }
}
.startup__link {
  font-family: Bold;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #000 !important;
}
.startup__link:hover {
  color: #000 !important;
}
@media (max-width: 767.98px) {
  .startup__link {
    position: initial;
  }
  .startup__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1634.98px) {
  .startup__link {
    font-size: 5rem;
  }
}
@media (max-width: 1034.98px) {
  .startup__link {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .startup__link {
    font-size: 2.727272727272727rem;
    padding-right: 0;
  }
  .startup__link>.arrow-link__wrap {
    display: none;
  }
}
.demo + .demo {
  margin-top: 3rem;
}
.demo__canvas {
  position: relative;
  height: 380px;
  background-color: #f8f9f7;
}
.demo__canvas_fullsize {
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.demo__img-place {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.demo__img-place_left {
  left: 0;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.demo__img-place_right {
  right: 0;
  -webkit-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
}
.demo__info {
  position: relative;
  z-index: 2;
}
@media (min-width: 1035px) {
  .demo__info_tr-l {
    -webkit-transform: translateX(-33.333%);
    transform: translateX(-33.333%);
  }
  .demo__info_tr-r {
    -webkit-transform: translateX(33.333%);
    transform: translateX(33.333%);
  }
}
@media (max-width: 1034.98px) {
  .demo__info_tr-l,
  .demo__info_tr-r {
    -webkit-transform: translateY(-33.333%);
    transform: translateY(-33.333%);
  }
}
.tag {
  display: inline-block;
  padding: 0.8em 1.7em;
  margin-right: 1em;
  margin-bottom: 1em;
  background-color: #f8f9f7;
  border-radius: 1.5em;
  font-family: Bold;
  font-size: 1.4rem;
  color: #000;
}
@media (min-width: 768px) {
  .tag {
    font-size: 1.6rem;
  }
}
@media (min-width: 1035px) {
  .tag {
    font-size: 1.8rem;
  }
}
@media (min-width: 1635px) {
  .tag {
    font-size: 2rem;
  }
}
.tag_highlighted {
  background-color: #f6ce45;
}
.tag_single {
  margin-right: 0;
  margin-bottom: 0;
}
a.tag_highlighted {
  border: 2px solid #f6ce45;
  transition: background-color ease-in-out 200ms 0ms;
}
a.tag:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.portfolio__item {
  overflow: hidden;
}
.portfolio__imgwrap {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.portfolio__letter {
  font-family: Bold;
  font-size: 30rem;
  line-height: 0.7;
  color: rgba(255,255,255,0.15);
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
@media (min-width: 576px) {
  .portfolio__letter {
    font-size: 24rem;
  }
}
@media (min-width: 1635px) {
  .portfolio__letter {
    font-size: 30rem;
  }
}
.portfolio__img {
  height: 235px;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.portfolio__letter,
.portfolio__img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.portfolio__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 0;
  text-decoration: none;
  display: block;
}
.team-slider__slide {
  position: relative;
}
.team-slider__slide:hover .team-slider__slide-caption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.team-slider__slide:hover .team-slider__slide-bg {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.team-slider__slide-img-wrap {
  position: relative;
  height: 340px;
  margin: 0 15px;
}
.team-slider__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.team-slider__slide-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity ease-in-out 300ms 0ms;
}
@media (max-width: 575.98px) {
  .team-slider__slide-bg {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
.team-slider__slide-caption {
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all ease-in-out 200ms 0ms;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .team-slider__slide-caption {
    margin-top: 30px;
  }
}
@media (min-width: 1035px) {
  .team-slider__slide-caption {
    margin-top: 30px;
  }
}
@media (min-width: 1635px) {
  .team-slider__slide-caption {
    margin-top: 30px;
  }
}
@media (max-width: 1034.98px) {
  .team-slider__slide-caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
.team-slider__slide-text {
  font-size: 20px;
  color: #313131;
}
.team-slider__nav {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .team-slider__nav {
    margin-top: 45px;
  }
}
@media (min-width: 1035px) {
  .team-slider__nav {
    margin-top: 45px;
  }
}
@media (min-width: 1635px) {
  .team-slider__nav {
    margin-top: 55px;
  }
}
.bl-simletext {
  font-family: Light;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.176470588235294;
}
@media (min-width: 1035px) {
  .bl-simletext {
    font-size: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .bl-simletext br {
    display: none;
  }
}
.review-teaser {
  background-color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .review-teaser {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .review-teaser {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .review-teaser {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.review-teaser__header {
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #b8b8b8;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .review-teaser__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .review-teaser__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .review-teaser__header {
    margin-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .review-teaser__header {
    -o-box-orient: vertical;
    flex-direction: column;
  }
}
.review-teaser__photo {
  width: 92px;
  height: 92px;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0 0 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 35px;
}
@media (max-width: 575.98px) {
  .review-teaser__photo {
    margin-bottom: 15px;
  }
}
.review-teaser__author-name {
  font-family: Bold;
}
.review-teaser__author-job {
  font-family: Light;
  font-size: 1.8rem;
  color: #aaa;
  line-height: 1.2;
}
.review-teaser__body {
  line-height: 1.25;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .review-teaser__body {
    margin-bottom: 30px;
  }
}
@media (min-width: 1035px) {
  .review-teaser__body {
    margin-bottom: 30px;
  }
}
@media (min-width: 1635px) {
  .review-teaser__body {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .review-teaser {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.review-slider {
  width: 100%;
}
.review-slider__slide {
  padding: 0 15px;
}
.review-slider__nav {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .review-slider__nav {
    margin-top: 45px;
  }
}
@media (min-width: 1035px) {
  .review-slider__nav {
    margin-top: 45px;
  }
}
@media (min-width: 1635px) {
  .review-slider__nav {
    margin-top: 55px;
  }
}
.hr {
  height: 1px;
  border: 0.5px dotted #b8b8b8;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .hr {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1035px) {
  .hr {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1635px) {
  .hr {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
.hr_sm {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hr_sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1035px) {
  .hr_sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1635px) {
  .hr_sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.hr_m0 {
  margin: 0;
}
.download-link {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  padding: 16px 0px;
  border: 1px dotted #b8b8b8;
  border-radius: 3px;
  transition: background-color ease-in-out 200ms 0ms;
}
.download-link:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.download-link__icon {
  width: 3.7rem;
  height: 4rem;
  margin-right: 15px;
}
.download-link__text {
  font-family: Light;
  color: #313131;
}
@media (min-width: 1035px) {
  .download-link__text {
    white-space: nowrap;
  }
}
.hello-form {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.hello-form__send-btn[data-state="disabled"] {
  background-color: #f43939;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  outline: none;
}
.hello-form__send-btn[data-state="disabled"]:hover:before,
.hello-form__send-btn[data-state="disabled"]:focus:before {
  display: none;
}
.hello-form__inner {
  transition: all 500ms ease-in-out;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.hello-form__inner_hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.hello-form__success,
.hello-form__error {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  text-align: center;
  transition: all 500ms ease-in-out;
}
.hello-form__success .h2,
.hello-form__error .h2 {
  margin: 30px 0 20px;
}
.hello-form__success_shown,
.hello-form__error_shown {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  left: 0;
}
.hello-form input:-webkit-autofill,
.hello-form input:-webkit-autofill:active,
.hello-form input:-webkit-autofill:focus,
.hello-form input:-webkit-autofill:hover {
  box-shadow: 0 0 0 50px #fff inset !important;
}
.award {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  max-width: 280px;
  -o-box-align: center;
  align-items: center;
  margin: 0 auto 50px;
  padding: 0 8px;
}
.award__title {
  width: 180px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/local/templates/design.r52/css/../images/award-icon.png");
  font-family: bold;
  color: #3b0030;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 35px;
}
.award__info {
  text-align: center;
  max-width: 100%;
}
.award_in-row {
  -o-box-orient: horizontal;
  flex-direction: row;
  -o-box-align: start;
  align-items: flex-start;
  min-width: 100%;
}
@media (max-width: 1034.98px) {
  .award_in-row {
    -o-box-orient: vertical;
    flex-direction: column;
    -o-box-align: center;
    align-items: center;
  }
}
.award_in-row .award__title {
  width: auto;
  min-width: 30%;
  margin-right: 40px;
}
@media (max-width: 1634.98px) {
  .award_in-row .award__title {
    min-width: 40%;
    margin-right: 20px;
  }
}
@media (max-width: 1034.98px) {
  .award_in-row .award__title {
    min-width: 100%;
    margin-right: 0;
  }
}
.award_in-row .award__info {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 1034.98px) {
  .award_in-row .award__info {
    text-align: center;
  }
}
@media (max-width: 1034.98px) {
  .award_in-row .award__descr {
    text-align: center;
  }
}
.work-example {
  display: block;
  color: #fff !important;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .work-example__header {
    padding: 0 25px 50px;
  }
}
@media (max-width: 767.98px) {
  .work-example__stats {
    display: none;
  }
}
.work-example__main-link {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  background-color: #fac40f;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: bold;
  border: 2px solid #fac40f;
  transition: all 200ms ease-in-out;
}
.work-example__main-link:hover,
.work-example__main-link:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .work-example__main-link {
    max-width: unset;
    border-left-color: transparent;
    border-right-color: transparent;
  }
}
.work-example__company-name {
  font-family: bold;
  margin-top: 20px;
}
@media (max-width: 1034.98px) {
  .work-example__company-name {
    margin-top: 10px;
  }
}
.work-example__company-link {
  color: #fff;
}
.work-example__company-link:hover,
.work-example__company-link:focus {
  color: #fff;
  text-decoration: none;
}
.work-example__stat {
  font-size: 8.4rem;
  font-family: bold;
}
@media (max-width: 1634.98px) {
  .work-example__stat {
    font-size: 5.5rem;
  }
}
@media (max-width: 1034.98px) {
  .work-example__stat {
    font-size: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .work-example__stat {
    font-size: 7rem;
  }
}
@media (max-width: 575.98px) {
  .work-example__stat {
    font-size: 5.5rem;
  }
}
.work-example__stat-caption {
  font-size: 1.8rem;
}
@media (max-width: 1034.98px) {
  .work-example__stat-caption {
    padding: 5px;
  }
}
.work-example_selhoz {
  background-image: url("/local/templates/design.r52/css/../images/work-example-bg-selhoz.jpg");
}
.work-example_natali {
  background-image: url("/local/templates/design.r52/css/../images/work-example-bg-natali.jpg");
}
.bitrix24__section {
  position: relative;
}
@media (min-width: 1035px) {
  .bitrix24__section {
    padding-top: 125px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-align: center;
    align-items: center;
  }
}
.bitrix24__section-coloured *:not(a) {
  color: #fff !important;
}
.bitrix24__section-coloured_maroon {
  background-color: #3b0030;
}
.bitrix24__section-coloured_red {
  background-color: #aa3f3f;
}
.bitrix24__section-coloured_purple {
  background-color: #73478c;
}
.bitrix24__section-coloured .footer_bitrix24 * {
  color: #000 !important;
}
.bitrix24__section:last-child {
  padding-bottom: 125px;
}
@media (max-width: 1634.98px) {
  .bitrix24__section:last-child {
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .bitrix24__section:last-child {
    padding-bottom: 260px;
  }
}
.bitrix24__num-block {
  position: relative;
}
.bitrix24__num-block:before {
  position: absolute;
  width: 100%;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: -75px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1634.98px) {
  .bitrix24__num-block:before {
    background-size: auto 150px;
  }
}
@media (max-width: 767.98px) {
  .bitrix24__num-block:before {
    background-size: auto 200px;
  }
}
.bitrix24__num-block_1:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-01.png");
}
.bitrix24__num-block_2:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-02.png");
}
.bitrix24__num-block_3:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-03.png");
}
.bitrix24__num-block_4:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-04.png");
}
.bitrix24__num-block_5:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-05.png");
}
.bitrix24__num-block_6:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-06.png");
}
.bitrix24__num-block_7:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-07.png");
}
.bitrix24__num-block_8:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-08.png");
}
.bitrix24__num-block_9:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-09.png");
}
.bitrix24__num-block_10:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-10.png");
}
.bitrix24__num-block_11:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-11.png");
}
.bitrix24__num-block_12:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-12.png");
}
.bitrix24__num-block_13:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-13.png");
}
.bitrix24__num-block_14:before {
  background-image: url("/local/templates/design.r52/css/../images/bitrix-24-num-14.png");
}
@media (max-width: 1034.98px) {
  .bitrix24__num-block .btn_service {
    margin-bottom: 100px;
  }
}
.bitrix24__link {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.bitrix24__link:before {
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.bitrix24__link_blocks:before {
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/design.r52/css/../images/molecula.svg");
}
.bitrix24__link_services:before {
  width: 28px;
  height: 24px;
  background-image: url("/local/templates/design.r52/css/../images/b24-services.svg");
}
.bitrix24__anchor-links {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .bitrix24__anchor-links {
    display: none;
  }
}
.bitrix24__anchor-links_showed {
  right: 50px;
}
.bitrix24__anchor-link {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: opacity 300ms ease-in-out;
}
.bitrix24__anchor-link:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.bitrix24__anchor-link_blocks {
  background-image: url("/local/templates/design.r52/css/../images/b24-services.svg");
}
.bitrix24__anchor-link_services {
  background-image: url("/local/templates/design.r52/css/../images/molecula.svg");
}
.start-a-project {
  position: fixed;
  z-index: 20000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 500ms 700ms ease-in-out;
}
.start-a-project_hidden {
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: none;
}
.start-a-project__close {
  position: absolute;
  top: 25px;
  right: 30px;
}
.start-a-project__close span:before,
.start-a-project__close span:after {
  background-color: #000;
}
.start-a-project__nav {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
}
.start-a-project__top-arrows {
  margin-bottom: 35px;
  margin-top: 50px;
}
.start-a-project__top-arrows_hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.start-a-project__bottom-arrows {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 80px;
}
.start-a-project__arrow {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.start-a-project__arrow.arrow_short {
  height: 25px;
}
.start-a-project__arrow.arrow_short .arrow__circle {
  display: none;
}
.start-a-project__arrow[data-state="hidden"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.start-a-project__arrow[data-state="disabled"] {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .start-a-project__arrow.arrow-link {
    width: 0px;
    color: #fff;
  }
  .start-a-project__arrow.arrow-link:hover,
  .start-a-project__arrow.arrow-link:focus {
    color: #fff;
  }
}
.start-a-project__form {
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: all 500ms ease-in-out;
}
.start-a-project__form-inner {
  min-height: auto;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
}
@media (max-width: 1034.98px) {
  .start-a-project__form {
    -o-box-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .start-a-project__form {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .start-a-project__form .h2,
  .start-a-project__form h2 {
    margin-bottom: 50px;
  }
}
.start-a-project__form:not(.slick-current) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.start-a-project__form:first-child {
  transition: none;
}
.start-a-project__slider {
  z-index: 10;
}
.start-a-project__slider .slick-list {
  overflow: visible;
}
.start-a-project__checkboxes-group,
.start-a-project__radiobuttons-group {
  width: 100%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .start-a-project__checkboxes-group,
  .start-a-project__radiobuttons-group {
    margin-top: 50px;
  }
}
.start-a-project__checkboxes-group_three-items > div,
.start-a-project__radiobuttons-group_three-items > div {
  width: 100%;
}
.start-a-project__checkbox,
.start-a-project__radio {
  text-align: left;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  width: 50%;
  -o-box-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 20px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767.98px) {
  .start-a-project__checkbox,
  .start-a-project__radio {
    width: 100%;
  }
}
.start-a-project__checkbox:before,
.start-a-project__radio:before {
  display: block;
  content: '';
  min-width: 16px;
  min-height: 16px;
  margin-right: 16px;
  background-color: #eee;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: all 200ms ease-in-out;
}
.start-a-project__checkbox:hover:before,
.start-a-project__radio:hover:before {
  border: 1px solid #fed101;
  background-color: transparent;
}
.start-a-project__checkbox_checked,
.start-a-project__radio_checked {
  color: #fed101;
}
.start-a-project__checkbox_checked:before,
.start-a-project__radio_checked:before {
  background-color: #fed101 !important;
}
.start-a-project__radio:before {
  border-radius: 50%;
}
.start-a-project .container > .row > div {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 1034.98px) {
  .start-a-project .container .slick-track {
    height: 50vh;
    overflow: hidden;
  }
  .start-a-project .container .slick-slide {
    align-self: flex-start;
    -ms-flex-item-align: start;
    overflow-y: auto;
  }
  .start-a-project .container .slick-slide:first-child {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .start-a-project .container .slick-track {
    height: 70vh;
  }
}
.portfolio-block {
  position: relative;
  background-size: cover;
  background-position: center top;
}
.portfolio-block__background-images-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.portfolio-block__background-img {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .portfolio-block__background-img {
    display: none;
  }
}
.portfolio-block__background-img_1 {
  max-width: 555px;
  right: 0;
  top: -94px;
}
.portfolio-block__background-img_2 {
  max-width: 100%;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.portfolio-block__background-img_3 {
  max-width: 555px;
  left: 0;
  bottom: -94px;
}
.portfolio-block--1 {
  position: static;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: end;
  align-items: flex-end;
  width: 100%;
  height: calc(100vh - 125px);
  height: calc(var(--vh, 1vh) * 100 - 125px);
}
.portfolio-block--title{
  height: auto !important;
  margin: 0 !important;
}
.portfolio-block--title *{
  color: #fff;
}


@media (min-width: 768px) and (max-width: 1034.98px) {
  .portfolio-block--1 {
    height: calc(100vh - 70px);
    height: calc(var(--vh, 1vh) * 100 - 70px);
    margin-top: -125px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-block--1 {
    height: auto;
    margin-top: 52px;
  }
}
.portfolio-block--1 h1 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .portfolio-block--1 h1 {
    font-size: 3.4rem;
    overflow-wrap: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
.portfolio-block--1__subtitle {
  margin: 11px 0;
}
.portfolio-block--1__date {
  font-family: bold;
}
.portfolio-block--1__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 767.98px) {
  .portfolio-block--1__background-image {
    background-image: none !important;
  }
}
.portfolio-block--1__next-btn {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
  -webkit-animation: t-arrow-bottom 1.7s infinite ease;
  animation: t-arrow-bottom 1.7s infinite ease;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.portfolio-block--1__next-btn.inverted {
  fill: #000;
}
@media (max-width: 767.98px) {
  .portfolio-block--1__next-btn {
    display: none;
  }
}
.portfolio-block--2 {
  background-color: #f8f9f7;
}
.portfolio-block--3__thumbnail {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.portfolio-block--3__thumbnail-caption {
  margin-left: 30px;
}
.portfolio-block--4__slide-content * {
  margin: auto;
}
.portfolio-block--4__slide-caption {
  text-align: center;
  font-size: 1.8rem;
  padding: 32px 390px;
  border-bottom: 1px dashed #c8c8c8;
}
@media (max-width: 1634.98px) {
  .portfolio-block--4__slide-caption {
    padding: 32px 150px;
  }
}
@media (max-width: 1634.98px) {
  .portfolio-block--4__slide-caption {
    padding: 32px 50px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-block--4__slide-caption {
    padding: 16px 25px;
  }
}
.portfolio-block--6__slider {
  margin: 0 -15px;
}
.portfolio-block--6__slide {
  margin: 0 15px;
}
.portfolio-block--7__content-wrapper {
  width: 31%;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1034.98px) {
  .portfolio-block--7__content-wrapper {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .portfolio-block--7__content-wrapper {
    width: 100%;
  }
}
.portfolio-block--8__content-wrapper {
  width: 23.5%;
  margin-bottom: 30px;
}
.portfolio-block--8__content-wrapper * {
  width: 100%;
}
@media (max-width: 1634.98px) {
  .portfolio-block--8__content-wrapper {
    width: 22%;
  }
}
@media (max-width: 1034.98px) {
  .portfolio-block--8__content-wrapper {
    width: 21%;
  }
}
@media (max-width: 767.98px) {
  .portfolio-block--8__content-wrapper {
    width: 46%;
  }
}
@media (max-width: 575.98px) {
  .portfolio-block--8__content-wrapper {
    width: 100%;
  }
}
.portfolio-block--9__content-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-block--9__content-wrapper--video {
  position: relative;
  padding-bottom: 56%;
}
.portfolio-block--9__content-wrapper--video> * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.portfolio-block--10__content {
  text-align: center;
}
.portfolio-block--10 iframe {
  width: 100%;
}
.portfolio-block--11__thumbnail {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .portfolio-block--11__thumbnail {
    margin-bottom: 5px;
  }
}
.portfolio-block--11__caption {
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .portfolio-block--11__caption {
    margin-bottom: 10px;
  }
}
.portfolio-block--12__content-wrapper {
  margin-top: 115px;
  padding-top: 115px;
  position: relative;
}
.portfolio-block--12__thumbnail {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  position: absolute;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.portfolio-block--12__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-block--12__background > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.portfolio-block--12__content {
  font-size: 6rem;
  font-family: bold;
  text-align: center;
}
@media (max-width: 1634.98px) {
  .portfolio-block--12__content {
    font-size: 5rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1034.98px) {
  .portfolio-block--12__content {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .portfolio-block--12__content {
    padding: 50px 10px;
  }
}
@media (max-width: 575.98px) {
  .portfolio-block--12__content {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .portfolio-block--22 .arrow-link {
    font-size: 0;
  }
  .portfolio-block--22 .arrow-link__wrap {
    height: 35px;
  }
}
.portfolio-block--23__top-line {
  width: 62px;
  height: 4px;
  background-color: #000;
  margin-bottom: 24px;
}
.portfolio-block--23__link {
  font-family: bold;
  font-size: 2.4rem;
  text-decoration: none;
  padding-right: 9px;
  position: relative;
}
.portfolio-block--23__link:hover {
  text-decoration: none;
}
.portfolio-block--23__link:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("/local/templates/design.r52/css/../images/href.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-block--23__caption {
  font-size: 2.4rem;
  margin-top: 22px;
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(180deg) translateX(50%);
    transform: translateY(0) rotate(180deg) translateX(50%);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(180deg) translateX(50%);
    transform: translateY(-7px) rotate(180deg) translateX(50%);
  }
  55% {
    -webkit-transform: translateY(-7px) rotate(180deg) translateX(50%);
    transform: translateY(-7px) rotate(180deg) translateX(50%);
  }
  100% {
    -webkit-transform: translateY(0) rotate(180deg) translateX(50%);
    transform: translateY(0) rotate(180deg) translateX(50%);
  }
}
@keyframes t-arrow-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(180deg) translateX(50%);
    transform: translateY(0) rotate(180deg) translateX(50%);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(180deg) translateX(50%);
    transform: translateY(-7px) rotate(180deg) translateX(50%);
  }
  55% {
    -webkit-transform: translateY(-7px) rotate(180deg) translateX(50%);
    transform: translateY(-7px) rotate(180deg) translateX(50%);
  }
  100% {
    -webkit-transform: translateY(0) rotate(180deg) translateX(50%);
    transform: translateY(0) rotate(180deg) translateX(50%);
  }
}
.image-toggler {
  position: relative;
  margin-bottom: 10%;
}
.image-toggler__img {
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.image-toggler__img_front {
  position: absolute;
  top: 15%;
}
.image-toggler__img_back {
  margin-left: 10%;
}
.image-toggler_active .image-toggler__img {
  transition: all 300ms ease-in-out;
  pointer-events: none;
}
.image-toggler_active .image-toggler__img_front {
  -webkit-transform: translate(10%, -15%);
  transform: translate(10%, -15%);
}
.image-toggler_active .image-toggler__img_back {
  -webkit-transform: translate(-10%, 15%);
  transform: translate(-10%, 15%);
}
@media (min-width: 1035px) {
  .tab-slider__choices {
    display: none;
  }
}
.tab-slider__nav {
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-color: #fac40f #fff;
  scrollbar-width: thin;
}
.tab-slider__nav::-webkit-scrollbar {
  height: 5px;
}
.tab-slider__nav::-webkit-scrollbar-track {
  background: #fff;
}
.tab-slider__nav::-webkit-scrollbar-thumb {
  background-color: #fac40f;
}
.tab-slider__nav-item {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: bold;
  font-size: 2rem;
  padding: 35px 0;
  border-bottom: 1px dashed #c5c5c5;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  transition: color 250ms ease-in-out;
  white-space: nowrap;
  padding: 35px 20px;
}
.tab-slider__nav-item:after {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #fac40f;
  transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tab-slider__nav-item_active {
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  pointer-events: none;
  color: #fac40f;
}
.tab-slider__nav-item_active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tab-slider__nav-item:hover,
.tab-slider__nav-item:focus {
  color: #fac40f;
}
@media (max-width: 1034.98px) {
  .tab-slider__nav {
    display: none;
  }
}
.tab-slider__item * {
  margin: auto;
}
.scrollable-img {
  width: 100%;
  height: 800px;
  overflow-y: auto;
  scrollbar-width: none;
}
.scrollable-img::-webkit-scrollbar {
  width: 0px;
}
.scrollable-img__image {
  width: 100%;
}
@media (max-width: 1034.98px) {
  .scrollable-img {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .scrollable-img {
    height: 400px;
  }
}
.social-share {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
}
.social-share__caption {
  font-size: 2rem;
  font-family: bold;
  margin-right: 20px;
  color: #000;
}
.social-share__items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
.social-share__item {
  border: 1px solid #ccc;
  width: 100px;
  height: 50px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  margin: 5px;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  transition: all 300ms ease-in-out;
}
.social-share__item svg {
  width: 20px;
  height: 20px;
}
.social-share__item:hover {
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .social-share__item {
    width: 50px;
  }
}
@media (max-width: 767.98px) {
  .social-share {
    -o-box-orient: vertical;
    flex-direction: column;
  }
  .social-share .social-share__caption {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .social-share .social-share__items {
    -o-box-pack: center;
    justify-content: center;
  }
}
.popup-form {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #350032;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-delay: 300ms;
  overflow-y: auto;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
}
.popup-form__close {
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out;
}
.popup-form__container {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
.popup-form__wrapper {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 300ms ease-in-out, z-index 0s 300ms;
}
.popup-form__title {
  color: #fff;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575.98px) {
  .popup-form__title {
    padding: 0 50px;
  }
}
.popup-form__send-btn:before {
  background-color: #fed101;
}
.popup-form__send-btn[data-state="disabled"] {
  background-color: #f43939;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  outline: none;
}
.popup-form__send-btn[data-state="disabled"]:hover:before,
.popup-form__send-btn[data-state="disabled"]:focus:before {
  display: none;
}
.popup-form__footer {
  margin-top: 40px;
  margin-bottom: 32px;
}
.popup-form__success,
.popup-form__error {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  transition: opacity 300ms 300ms ease-in-out, z-index 0s 300ms;
}
.popup-form__success .h2,
.popup-form__error .h2 {
  margin: 30px 0 20px;
  color: #fff;
}
.popup-form_shown {
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 20000;
}
.popup-form_shown .popup-form__close {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.popup-form_shown .popup-form__container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.popup-form_successful .popup-form__wrapper,
.popup-form_unsuccessful .popup-form__wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
}
.popup-form_successful .popup-form__success {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  z-index: 1;
}
.popup-form_unsuccessful .popup-form__error {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  z-index: 1;
}
.popup-details {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(53,0,50,0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-delay: 300ms;
  overflow-y: auto;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
}
.popup-details__close {
  position: absolute;
  top: 25px;
  right: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out;
}
.popup-details__container {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
.popup-details__wrapper {
  padding: 100px 130px 0;
  background-color: #fff;
  margin: 130px 0;
  color: #444;
  scrollbar-color: #fed101 #fff;
  scrollbar-width: thin;
}
.popup-details__wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100px;
}
.popup-details__wrapper::-webkit-scrollbar {
  width: 5px;
}
.popup-details__wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.popup-details__wrapper::-webkit-scrollbar-thumb {
  background-color: #fed101;
}
@media (max-width: 1034.98px) {
  .popup-details__wrapper {
    padding: 70px 50px 0;
    margin: 30px;
  }
  .popup-details__wrapper:after {
    padding-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .popup-details__wrapper {
    padding: 20px 25px 0;
    margin: 90px 0 30px;
  }
  .popup-details__wrapper:after {
    padding-bottom: 20px;
  }
}
.popup-details__wrapper .callback-btn {
  margin-top: 3rem;
}
.popup-details_shown {
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 20000;
}
.popup-details_shown .popup-details__close {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.popup-details_shown .popup-details__container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.contacts {
  display: block;
}
.contacts__cities-list {
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-color: #1133c1 #fff;
  scrollbar-width: thin;
}
.contacts__cities-list::-webkit-scrollbar {
  height: 5px;
}
.contacts__cities-list::-webkit-scrollbar-track {
  background: #fff;
}
.contacts__cities-list::-webkit-scrollbar-thumb {
  background-color: #1133c1;
}
@media (max-width: 1034.98px) {
  .contacts__cities-list {
    display: none;
  }
}
@media (min-width: 1035px) {
  .contacts__cities-select {
    display: none;
  }
}
.contacts__city {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: bold;
  font-size: 2rem;
  padding: 35px 0;
  border-bottom: 1px dashed #c5c5c5;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  transition: color 250ms ease-in-out;
  white-space: nowrap;
  padding: 35px 20px;
  color: #000;
}
.contacts__city:after {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #1133c1;
  transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contacts__city_active {
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  pointer-events: none;
  color: #1133c1;
}
.contacts__city_active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.contacts__city:hover,
.contacts__city:focus {
  color: #1133c1;
}
.contacts__image {
  width: 100%;
}
@media (min-width: 1035px) {
  .contacts__image {
    padding-left: 50px;
    padding-right: 25px;
  }
}
@media (max-width: 1634.98px) {
  .contacts__image {
    margin: 20px 0 30px;
  }
}
.contacts__info {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: 300ms opacity ease-in-out;
}
.contacts__info-wrapper {
  padding-left: 20px;
}
.contacts__info-descr {
  font-family: bold;
  margin: 20px 0 40px;
  color: #000;
}
.contacts__info-descr a {
  color: #000;
  text-decoration: none;
}
.contacts__info_shown {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.page-loader__out {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: -webkit-transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.page-loader__out.load-data {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.page-loader__in {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: -webkit-transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-loader__in.load-data {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.service__item {
  color: #000;
}
@media (max-width: 767.98px) {
  .service__item {
    margin-top: 32px;
  }
}

.main-nav__item-childs .service__item{
  margin-top: 20px;
}

.service__image {
  width: 100%;
  height: auto;
}
.service__category {
  position: relative;
  display: block;
  width: 100%;
  transition: all 200ms ease-in;
}
.no-touch .service__category:hover {
  color: #fac40f !important;
}
.service__toggler {
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.service__item_unwrapped .service__toggler {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 768px) {
  .service__toggler {
    display: none;
  }
}

.main-nav__item-childs .service__toggler {
  display: block;
}

.service__toggler:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service__toggler svg {
  fill: #fac40f;
  width: 28px;
  height: 24px;
}

@media (min-width: 768px) {
  .service__list {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .service__list {
    overflow-y: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all 300ms ease-in-out;
  }
  .service__item_unwrapped .service__list {
    margin: 30px 0 20px;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}

.main-nav__item-childs .service__list {
  margin-top: 0;
  overflow-y: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 300ms ease-in-out;
}
.main-nav__item-childs .service__item_unwrapped .service__list {
  margin: 10px 0;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.portfolio-list {
  display: block;
}
.portfolio-list__filter {
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-color: #1133c1 #fff;
  scrollbar-width: thin;
}
.portfolio-list__filter::-webkit-scrollbar {
  height: 5px;
}
.portfolio-list__filter::-webkit-scrollbar-track {
  background: #fff;
}
.portfolio-list__filter::-webkit-scrollbar-thumb {
  background-color: #1133c1;
}
@media (max-width: 1034.98px) {
  .portfolio-list__filter {
    display: none;
  }
}
@media (min-width: 1035px) {
  .portfolio-list__filter-select {
    display: none;
  }
}
.portfolio-list__filter-item {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: bold;
  font-size: 2rem;
  padding: 35px 0;
  border-bottom: 1px dashed #c5c5c5;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  transition: color 250ms ease-in-out;
  white-space: nowrap;
  padding: 35px 20px;
  color: #000;
}
.portfolio-list__filter-item:after {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  top: 100%;
  left: 0;
  position: absolute;
  background-color: #1133c1;
  transition: -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.portfolio-list__filter-item_active {
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
  pointer-events: none;
  color: #1133c1;
}
.portfolio-list__filter-item_active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.portfolio-list__filter-item:hover,
.portfolio-list__filter-item:focus {
  color: #1133c1;
}
.portfolio-list__items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  margin: -15px;
}
.portfolio-list__item {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none !important;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 0.5;
  min-width: 45%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.portfolio-list__items .portfolio-list__item {
  margin: 15px;
}
@media (min-width: 1035px) {
  .portfolio-list__item {
    margin: 15px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-list__item {
    -o-box-flex: 1;
    box-flex: 1;
    flex: 1;
  }
}
.portfolio-list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 1034.98px) {
  .portfolio-list__item:before {
    display: none;
  }
}
.portfolio-list__item_visible {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.portfolio-list__item-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}
.portfolio-list__item-text-wrapper {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding-bottom: 65px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
.portfolio-list__item-text-wrapper-article {
  position: absolute;
 
  bottom: 0;
 
 
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  color: #fff;
 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: all 200ms ease-in-out;
 
  
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, rgba(48,48,48,0.5) 100%);
    z-index: 0;
  
}
@media (max-width: 1634.98px) {
  .portfolio-list__item-text-wrapper {
    left: 30px;
    padding-bottom: 35px;
  }
  .portfolio-list__item-text-wrapper-article {
   /*  left: 30px; */
    padding-bottom: 35px;
  }
}
@media (max-width: 1034.98px) {
  .portfolio-list__item-text-wrapper {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, rgba(48,48,48,0.5) 100%);
    z-index: 0;
  }
  .portfolio-list__item-text-wrapper-article {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, rgba(48,48,48,0.5) 100%);
    z-index: 0;
  }
}
.portfolio-list__item-title {
  font-family: bold;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-bottom: -5px;
}
@media (max-width: 1634.98px) {
  .portfolio-list__item-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media (max-width: 1034.98px) {
  .portfolio-list__item-title {
    font-size: 2rem;
  }
}
.portfolio-list__item-caption {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media (max-width: 1034.98px) {
  .portfolio-list__item-caption {
    display: none;
  }
}
.portfolio-list__item:hover:before {
  background-color: #000;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  transition: background-color 750ms ease-in-out;
}
.portfolio-list__item:hover .portfolio-list__item-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}
.portfolio-list__item:hover .portfolio-list__item-text-wrapper {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 200ms 250ms ease-in-out;
}
.portfolio-list__item:hover .portfolio-list__item-text-wrapper-article {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 200ms 250ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .portfolio-list__item:hover .portfolio-list__item-text-wrapper {
    -webkit-transform: none;
    transform: none;
  } 
  .portfolio-list__item:hover .portfolio-list__item-text-wrapper-article {
    -webkit-transform: none;
    transform: none;
  }
}
.portfolio-list__item:hover .portfolio-list__item-caption {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 200ms 400ms ease-in-out;
}
.portfolio-list__item_wide {
  min-width: 95%;
  -o-box-flex: 1;
  box-flex: 1;
  flex: 1;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
.portfolio-list__item_wide:before {
  display: none;
}
.portfolio-list__item_wide .portfolio-list__item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.portfolio-list__item_wide .portfolio-list__item-text-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .portfolio-list__item_wide {
    min-width: 90%;
  }
}
.works-examples-slider .portfolio-list__item_wide {
  margin: 0;
}
.portfolio-list__your-project {
  background-color: #fabb33;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
@media (max-width: 767.98px) {
  .portfolio-list__your-project {
    min-height: 200px;
  }
}
.portfolio-list__your-project:hover:before {
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1000);
  transform: translate(-50%, -50%) scale(1000);
  background-color: #df4747;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.ie .portfolio-list__your-project:hover:before {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition-property: opacity;
}
.portfolio-list__your-project:before {
  left: 50%;
  top: 38%;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #df4747;
  z-index: 0;
}
@media (max-width: 1634.98px) {
  .portfolio-list__your-project:before {
    top: 35%;
  }
}
.ie .portfolio-list__your-project:before {
  -webkit-transform: none;
  transform: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.portfolio-list__your-project-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  -o-box-orient: vertical;
  flex-direction: column;
}
.portfolio-list__your-project-plus {
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
}
.portfolio-list__your-project-plus:before {
  content: '+';
  font-size: 50px;
}
.portfolio-list__your-project-text {
  font-size: 4rem;
  font-family: bold;
  color: #fff;
  margin: 20px 210px 0;
  text-align: center;
}
@media (max-width: 1634.98px) {
  .portfolio-list__your-project-text {
    font-size: 3.5rem;
    margin: 20px 80px 0;
    line-height: 1;
  }
}
@media (max-width: 1034.98px) {
  .portfolio-list__your-project-text {
    font-size: 2.5rem;
    margin: 20px 64px 0;
  }
}
@media (max-width: 575.98px) {
  .portfolio-list__your-project-text {
    margin: 20px 30px 0;
  }
}
.wrapped-block {
  display: block;
  box-shadow: 7px 6px 29.12px 2.88px rgba(0,0,0,0.06);
}
.wrapped-block__header {
  padding: 52px 0;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  position: relative;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .wrapped-block__header {
    padding: 32px 0;
  }
}
.wrapped-block__header:before,
.wrapped-block__header:after {
  display: block;
  position: absolute;
  font-size: 84px;
  color: #ce4238;
  top: 50%;
  right: 80px;
  line-height: 0;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .wrapped-block__header:before,
  .wrapped-block__header:after {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .wrapped-block__header:before,
  .wrapped-block__header:after {
    right: 20px;
    font-size: 52px;
  }
}
.wrapped-block__header:before {
  content: '–';
  -webkit-transform: translate(0, -10px) rotate(-90deg);
  transform: translate(0, -10px) rotate(-90deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.wrapped-block__header:after {
  content: '+';
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.wrapped-block__num {
  width: 72px;
  height: 72px;
  background-color: #ce4238;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  font-size: 3.4rem;
  font-family: bold;
  color: #fff;
  border-radius: 50%;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1034.98px) {
  .wrapped-block__num {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .wrapped-block__num {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    font-size: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  .wrapped-block__num {
    display: none;
  }
}
.wrapped-block__title {
  font-size: 3.4rem;
  font-family: bold;
  color: #000;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .wrapped-block__title {
    font-size: 2.8rem;
    padding-left: 50px;
  }
}
@media (max-width: 1034.98px) {
  .wrapped-block__title {
    padding-left: 75px;
  }
}
@media (max-width: 767.98px) {
  .wrapped-block__title {
    padding-left: 50px;
    font-size: 2rem;
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .wrapped-block__title {
    padding-left: 0;
    padding-right: 40px;
  }
}
.wrapped-block__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 300ms ease-in-out;
}
.wrapped-block__caption {
  border: 3px solid #1133c1;
  padding: 45px 130px;
}
@media (max-width: 1634.98px) {
  .wrapped-block__caption {
    padding: 45px 70px;
    font-size: 2.8rem;
  }
}
@media (max-width: 1034.98px) {
  .wrapped-block__caption {
    padding: 25px 20px;
    font-size: 2.2rem;
  }
}
.wrapped-block__text {
  font-size: 2.4rem;
}
.no-touch .wrapped-block:hover .wrapped-block__header,
.wrapped-block_unwrapped .wrapped-block__header {
  background-color: #ce4238;
}
.no-touch .wrapped-block:hover .wrapped-block__header:before,
.wrapped-block_unwrapped .wrapped-block__header:before,
.no-touch .wrapped-block:hover .wrapped-block__header:after,
.wrapped-block_unwrapped .wrapped-block__header:after {
  color: #fff;
}
.no-touch .wrapped-block:hover .wrapped-block__num,
.wrapped-block_unwrapped .wrapped-block__num {
  background-color: #fff;
  color: #ce4238;
}
.no-touch .wrapped-block:hover .wrapped-block__title,
.wrapped-block_unwrapped .wrapped-block__title {
  color: #fff;
}
.wrapped-block_unwrapped .wrapped-block__header {
  background-color: #ce4238;
}
.wrapped-block_unwrapped .wrapped-block__header:before {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, -10px) rotate(0deg);
  transform: translate(0, -10px) rotate(0deg);
}
.wrapped-block_unwrapped .wrapped-block__header:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.wrapped-block_unwrapped .wrapped-block__content {
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.our-clients {
  display: block;
}
.our-clients__section {
  background-color: #f8f9f7;
}
.our-clients__caption {
  border-bottom: 1px dashed #d0d1d0;
  padding-bottom: 1em;
}
.our-clients__item {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  height: 230px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
}
@media (max-width: 1634.98px) {
  .our-clients__item {
    height: 210px;
  }
}
@media (max-width: 1034.98px) {
  .our-clients__item {
    height: 150px;
    padding: 35px 15px;
  }
}
@media (max-width: 767.98px) {
  .our-clients__item {
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  .our-clients__item {
    max-height: 125px;
    padding: 20px;
  }
}
.our-clients__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 166px;
  height: 166px;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #fabb33;
  border: 166px solid #fabb33;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  z-index: 1;
}
@media (max-width: 1034.98px) {
  .our-clients__item:before {
    display: none;
  }
}
.our-clients__item:after {
  content: 'ПОДРОБНЕЕ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  font-size: 1.8rem;
  font-family: bold;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
}
@media (max-width: 1034.98px) {
  .our-clients__item:after {
    display: none;
  }
}
.our-clients__item:hover:before,
.our-clients__item:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.our-clients__item:hover:after,
.our-clients__item:focus:after {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 250ms 150ms ease-in-out;
}
.our-clients__item_simple {
  pointer-events: none;
}
.main-loader {
  z-index: 100500;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .main-loader {
    display: none;
  }
}
.main-loader__point {
  width: 1px;
  height: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  box-shadow: 0 0 0 13px #fed101;
  background-color: #fed101;
  border-radius: 50%;
  border: 1px solid #fed101;
  -webkit-animation: blinking 1.25s infinite linear;
  animation: blinking 1.25s infinite linear;
}
.main-loader__logo {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
  z-index: -1;
}
.main-loader__rectangle {
  width: 0;
  height: 120%;
  top: -10%;
  left: 0;
  position: absolute;
  will-change: transform;
  background-color: #fed101;
  z-index: 1;
}
@-webkit-keyframes blinking {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes blinking {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.video {
  width: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 0.5px;
}
.video_main {
  width: 100%;
}
.video__wrapper {
  overflow-x: hidden;
}
.video__wrapper_main {
  position: relative;
}
.video__decor_main {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 1634.98px) {
  .video__decor_main {
    -webkit-transform: translate(50%, -50%) scale(0.75);
    transform: translate(50%, -50%) scale(0.75);
  }
}
@media (max-width: 767.98px) {
  .video__decor_main {
    -webkit-transform: translate(50%, -50%) scale(0.5);
    transform: translate(50%, -50%) scale(0.5);
  }
}
@media (max-width: 575.98px) {
  .video__decor_main {
    display: none;
  }
}
.video__decor_ufo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 767.98px) {
  .video__decor_ufo {
    -webkit-transform: translateY(50%) scale(0.5);
    transform: translateY(50%) scale(0.5);
  }
}
@media (max-width: 575.98px) {
  .video__decor_ufo {
    -webkit-transform: translateY(50%) scale(0.35);
    transform: translateY(50%) scale(0.35);
  }
}
.video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.video__play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.video__play-btn-triangle {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.video__play-btn-text {
  -webkit-animation: text-rotation 10s infinite linear;
  animation: text-rotation 10s infinite linear;
}
@-webkit-keyframes text-rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes text-rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.about__title-block {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 125px);
  height: calc(var(--vh, 1vh) * 100 - 125px);
}
@media (min-width: 768px) and (max-width: 1034.98px) {
  .about__title-block {
    height: calc(100vh - 195px);
    height: calc(var(--vh, 1vh) * 100 - 195px);
  }
}
@media (max-width: 767.98px) {
  .about__title-block {
    height: auto;
  }
}
.about__info-num {
  font-size: 4rem;
  font-family: bold;
  color: #000;
  margin-top: 10px;
}
.about__info-caption {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 20px;
}
.about__eye {
  width: 75%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .about__eye {
    width: 65%;
    margin: 25px auto 50px;
  }
}
.about__video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.about__video-wrapper_empty {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 767.98px) {
  .about__video-wrapper_empty {
    display: none;
  }
}
.about__video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .about__video {
    display: none;
  }
}
.subpage-link {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1634.98px) {
  .subpage-link {
    height: 300px;
  }
}
@media (max-width: 1034.98px) {
  .subpage-link {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .subpage-link {
    margin-bottom: 20px;
  }
}
.subpage-link_successes {
  background-color: #ce4238;
}
.subpage-link_clients {
  background-color: #ebc232;
}
.subpage-link_job {
  background-color: #3b0030;
}
.subpage-link__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 65px 50px;
  color: #fff;
  font-family: bold;
  font-size: 6rem;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1634.98px) {
  .subpage-link__title {
    padding: 35px 30px;
    font-size: 3.8rem;
    line-height: 1;
  }
}
@media (max-width: 1034.98px) {
  .subpage-link__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .subpage-link__title {
    font-size: 3.2rem;
  }
}
.subpage-link__image {
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain;object-position:bottom center";
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  padding: 50px 30px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: all 300ms ease-in-out;
}
.subpage-link:hover .subpage-link__title,
.subpage-link:focus .subpage-link__title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  bottom: 100%;
}
.subpage-link:hover .subpage-link__image,
.subpage-link:focus .subpage-link__image {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  bottom: 0;
}
.animated-figures__wrapper {
  width: 490px;
  height: 490px;
  position: relative;
}
@media (max-width: 1634.98px) {
  .animated-figures__wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
}
.animated-figures__circle,
.animated-figures__square {
  width: 66%;
  height: 66%;
  position: absolute;
}
.animated-figures__triangle-wrapper {
  position: absolute;
  width: 77%;
  height: 77%;
  left: 0;
  bottom: 0;
}
.animated-figures__triangle {
  fill: #3b0030;
}
.animated-figures__circle {
  background-color: #622c80;
  border-radius: 50%;
  bottom: 0;
  right: 0;
}
.animated-figures__square {
  background-color: #ebc232;
  left: 0;
  top: 0;
}
.ratings-section {
  background-color: #73478c;
}
.ratings-section *:not(a) {
  color: #fff;
}
.ratings-section__subtitle {
  font-size: 8.4rem;
  font-family: bold;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
}
@media (max-width: 1634.98px) {
  .ratings-section__subtitle {
    font-size: 6rem;
  }
}
@media (max-width: 767.98px) {
  .ratings-section__subtitle {
    -webkit-transform: none;
    transform: none;
    position: static;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .ratings-section__subtitle {
    font-size: 4rem;
  }
}
.ratings-section__delimiter {
  width: 100%;
  height: 1px;
  background-color: #8d61a7;
}
.competency-block {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px 55px;
  background-color: #f8f9f7;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
}
@media (max-width: 575.98px) {
  .competency-block {
    padding: 25px 30px;
  }
}
.competency-block:after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.competency-block__wrapper {
  padding-bottom: 30px;
  height: 100%;
  width: 100%;
}
.competency-block__image {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  padding: 15px;
}
.competency-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain;object-position:center";
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.competency-block__caption {
  margin: 30px 0;
  cursor: url("/local/templates/design.r52/css/../images/cursor--default.svg"), auto;
}
.competency-block__view-btn {
  margin-top: auto;
  margin-right: auto;
  color: #000;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  cursor: url("/local/templates/design.r52/css/../images/cursor--pointer.svg"), pointer;
  transition: all 300ms ease-in-out;
}
.competency-block__view-icon {
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1035px) {
  .competency-block:hover,
  .competency-block:focus {
    background-color: #622c80;
    color: #fff;
  }
  .competency-block:hover .competency-block__view-btn,
  .competency-block:focus .competency-block__view-btn {
    color: #fff;
    text-decoration: none;
  }
  .competency-block:hover .competency-block__view-icon,
  .competency-block:focus .competency-block__view-icon {
    fill: #fff;
  }
}
.image-viewer__popup {
  background-color: rgba(53,0,50,0.9);
}
.image-viewer__image {
  margin: 75px auto;
  max-height: calc(100vh - 150px);
  max-height: calc(var(--vh, 1vh) * 100 - 150px);
}
.animated-object {
  display: block;
}
.pricelist-slider {
  display: block;
  margin: 0 -30px;
  padding: 0 15px;
}
.pricelist-slider__slide {
  width: 100%;
  height: 180px;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -o-box-align: center;
  align-items: center;
  padding: 0 36px;
  background-color: #d23c3c;
  box-shadow: 3px 5px 24px 1.5px rgba(0,0,0,0.06);
  margin: 20px 15px 55px;
}
@media (max-width: 1634.98px) {
  .pricelist-slider__slide {
    height: 140px;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .pricelist-slider__slide {
    -o-box-pack: center;
    justify-content: center;
    padding: 0 25px;
  }
}
.pricelist-slider__num {
  min-width: 72px;
  max-width: 72px;
  width: 72px;
  min-height: 72px;
  max-height: 72px;
  height: 72px;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  color: #d23c3c;
  background-color: #fff;
  border-radius: 50%;
  font-size: 34px;
  font-family: bold;
  margin-right: 42px;
}
@media (max-width: 1634.98px) {
  .pricelist-slider__num {
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .pricelist-slider__num {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    font-size: 28px;
  }
}
.pricelist-slider__text {
  color: #fff;
  font-weight: 24px;
  font-family: bold;
}
.offices-slider {
  display: block;
}
@media (min-width: 576px) {
  .offices-slider__slide {
    cursor: url("/local/templates/design.r52/css/../images/cursor--grab.svg"), -webkit-grab;
    cursor: url("/local/templates/design.r52/css/../images/cursor--grab.svg"), grab;
  }
}
.offices-slider__image-wrapper {
  position: relative;
  height: 760px;
}
@media (max-width: 1634.98px) {
  .offices-slider__image-wrapper {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .offices-slider__image-wrapper {
    height: 520px;
  }
}
@media (max-width: 575.98px) {
  .offices-slider__image-wrapper {
    display: none;
  }
}
.offices-slider__image-wrapper_ryazhkin .offices-slider__image-decor_01 {
  left: 50%;
  top: 3%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1634.98px) {
  .offices-slider__image-wrapper_ryazhkin .offices-slider__image-decor_01 {
    top: initial;
    bottom: 20%;
  }
}
.offices-slider__image-wrapper_ryazhkin .offices-slider__image-decor_02 {
  left: 5%;
  top: 30%;
}
.offices-slider__image-wrapper_ryazhkin .offices-slider__person-caption {
  left: 0;
  bottom: 50px;
  width: 280px;
}
.offices-slider__image-wrapper_kirnus .offices-slider__image-decor_01 {
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1634.98px) {
  .offices-slider__image-wrapper_kirnus .offices-slider__image-decor_01 {
    top: 35%;
  }
}
.offices-slider__image-wrapper_kirnus .offices-slider__image-decor_02 {
  left: 5%;
  bottom: 10%;
}
.offices-slider__image-wrapper_kirnus .offices-slider__person-caption {
  left: 0;
  top: 30%;
  width: 280px;
}
@media (max-width: 1634.98px) {
  .offices-slider__image-wrapper_kirnus .offices-slider__person-caption {
    top: 0;
  }
}
@media (max-width: 1034.98px) {
  .offices-slider__image-wrapper_kirnus .offices-slider__person-caption {
    top: 50px;
  }
}
.offices-slider__image-decor {
  position: absolute;
}
.offices-slider__image-decor_01 {
  z-index: -1;
}
@media (max-width: 1634.98px) {
  .offices-slider__image-decor_01 {
    width: 65%;
  }
}
@media (max-width: 1634.98px) {
  .offices-slider__image-decor_02 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.offices-slider__photo {
  position: absolute;
  bottom: 0;
  left: 55%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1634.98px) {
  .offices-slider__photo {
    max-height: 90%;
  }
}
@media (max-width: 1034.98px) {
  .offices-slider__photo {
    max-height: 75%;
    left: 50%;
  }
}
.offices-slider__person-caption {
  position: absolute;
}
.offices-slider__person-caption .h3 {
  margin-bottom: 0;
}
@media (max-width: 1634.98px) {
  .offices-slider__person-caption {
    bottom: initial;
    top: 0;
  }
}
@media (max-width: 1034.98px) {
  .offices-slider__person-caption {
    top: 50px;
  }
}
@media (max-width: 767.98px) {
  .offices-slider__person-caption {
    top: 0;
  }
}
.offices-slider__person-position {
  font-size: 16px;
}
@media (min-width: 768px) {
  .offices-slider__city-title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.draggable-gallery {
  display: block;
  margin: 0 -15px;
}
.draggable-gallery__content {
  margin: 0px 15px;
}
.draggable-gallery__wrapper {
  overflow: hidden;
  cursor: url("/local/templates/design.r52/css/../images/cursor--grab.svg"), -webkit-grab;
  cursor: url("/local/templates/design.r52/css/../images/cursor--grab.svg"), grab;
}
.draggable-gallery__photo-wrapper_basis {
  padding: 20px 0;
  position: relative;
  margin-right: 100px;
}
@media (max-width: 1634.98px) {
  .draggable-gallery__photo-wrapper_basis {
    margin-right: 80px;
  }
}
@media (max-width: 767.98px) {
  .draggable-gallery__photo-wrapper_basis {
    margin-right: 40px;
  }
}
.draggable-gallery__number {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  font-size: 22px;
  font-family: bold;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ce4238;
  color: #fff;
}
@media (min-width: 768px) {
  .draggable-gallery__number {
    font-size: 28px;
    min-width: 65px;
    height: 65px;
  }
}
@media (min-width: 1635px) {
  .draggable-gallery__number {
    font-size: 34px;
    min-width: 75px;
    height: 75px;
  }
}
.noscript {
  display: block;
  max-height: 100vh;
  overflow-y: auto;
}
.noscript__wrapper {
  padding: 50px 0;
  min-height: 100vh;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-orient: vertical;
  flex-direction: column;
  -o-box-pack: justify;
  justify-content: space-between;
}
.noscript__image {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
@media (max-width: 1634.98px) {
  .noscript__image {
    max-width: 420px;
  }
}
@media (max-width: 1034.98px) {
  .noscript__image {
    display: none;
  }
}
.noscript__title {
  margin: 50px 0;
}
.noscript__header {
  font-size: 8.4rem;
  font-family: bold;
  color: #000;
  line-height: 0.9;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .noscript__header {
    font-size: 5.6rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .noscript__header {
    font-size: 5rem;
  }
}
.noscript__contacts {
  font-size: 3.4rem;
  font-family: bold;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .noscript__contacts {
    -o-box-orient: vertical;
    flex-direction: column;
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .noscript__contacts {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.noscript__phone,
.noscript__mail {
  text-decoration: none;
  color: #000;
}
.noscript__phone:hover,
.noscript__mail:hover,
.noscript__phone:focus,
.noscript__mail:focus {
  text-decoration: none;
  color: #000;
}
.noscript__phone {
  margin-right: 60px;
}
.noscript__social .social {
  -o-box-pack: start;
  justify-content: flex-start;
}
.news {
  display: block;
}
.news__image {
  overflow: hidden;
}
.news__image img {
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}
.news__item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.news__item:hover,
.news__item:focus {
  text-decoration: none;
}
.news__item:hover .news__image img,
.news__item:focus .news__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/**
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */



/* НИКТО НЕ БУДЕТ ЭТО ПЕРЕСОБИРАТЬ !! */ 

@media (min-width: 1035px){
  .phone_mobile-menu .phone__city,
  .phone_mobile-menu .phone__number,
  .social_mobile-menu .social__item::before
  {
    color: #fff;
  }
  .index__promo-title{
    font-size: 6rem;
  }
}

@media(min-width: 768px){
  .index__promo-title{
    line-height: 1;
  }
  .index__promo-title,
  .index__promo-title + p{
    color: #fff;
  }
  .header__logo svg{
    fill: #fff;
  }
  .phone_header .phone__city,
  .phone_header .phone__city:hover,
  .phone_header .phone__city:focus,
  .phone_header .phone__number,
  .phone_header .phone__number:hover,
  .phone_header .phone__number:focus,
  .main-nav_header .main-nav__link,
  .feedback-btn{
    color: #fff;
  }
}

.index__title-block {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 125px);
  height: calc(var(--vh, 1vh) * 100 - 125px);
}
.index__title-bg{
  background-image: url("/local/templates/design.r52/css/../images/newdesign-bg.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1034.98px) {
  .index__title-block {
    height: calc(100vh - 195px);
    height: calc(var(--vh, 1vh) * 100 - 195px);
  }
}
@media (max-width: 767.98px) {
  .index__title-block {
    height: auto;
  }

  .table table th:nth-child(1),
  .table table td:nth-child(1) {
    padding-left: 15px;
  }

  .table table th {
    font-size: 15px;
  }

  .table table thead th {
    height: auto;
    white-space: normal;
  }

  .table table thead th,
  .table table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table table td {
    font-size: 14px;
  }
}

.index__next-btn{
  bottom: 0;
  animation: none;
}
@media (min-width: 1035px){
  .index__next-btn{
    -webkit-transform: rotate(180deg) translateX(calc(50% - 95px / 2));
    transform: rotate(180deg) translateX(calc(50% - 95px / 2))
  }
}

.index__next-btn svg{
  width: 18px;
  height: 18px;
  fill: #1135c4;
}
@media (min-width: 1635px){
  .index__next-btn svg{
    transform: translateY(-2px);
  }
}

.index__next-btn:before{
  content: '';
  display: block;
  width: 100px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  right: 50%;
  bottom: 170%;
  transform: translate(50%, 50%);
  -webkit-box-shadow: 0px 0px 0px 14px #FFFFFF12, 0px 0px 0px 28px #ffffff0a;
  box-shadow: 0px 0px 0px 14px #FFFFFF12, 0px 0px 0px 28px #ffffff0a;
  /* animation: shadow-pulse 2.5s ease-in infinite; */
}

@keyframes shadow-pulse{
  0%{
    box-shadow: 0px 0px 0px 0px #FFFFFF12, 0px 0px 0px 7px #ffffff0a;
  }
  100%{
    box-shadow: 0px 0px 0px 14px #FFFFFF12, 0px 0px 0px 28px #ffffff0a;
  }
}

@media(min-width: 768px){
  .index__promo-title:before{
    display: block;
    content: '';
    width: 170px;
    height: 44px;
    background-image: url("/local/templates/design.r52/css/../images/index__coins.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    margin-bottom: 25px;
  }
}

@media(min-width: 1240px){
  .index__title-block:before{
    display: block;
    content: '';
    width: 349px;
    height: 367px;
    background-image: url("/local/templates/design.r52/css/../images/index__decor-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    top: 100px;
    right: 0px;
  }
  .index__title-block:after{
    display: block;
    content: '';
    width: 330px;
    height: 308px;
    background-image: url("/local/templates/design.r52/css/../images/index__decor-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 10vw;
  }
}

@media(min-width: 1035px){
  .title-block{
    padding-bottom: 120px;
  }
}
@media(min-width: 768px){
  .title-block:not(.title-block_404):before{
    display: block;
    content: '';
    background-image: url("/local/templates/design.r52/css/../images/newdesign-bg--inner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0;
    right: 0;
    top: -125px;
    bottom: 0;
  }
  .title-block .title{
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1034.98px){
  .title-block{
    padding-top: 0;
  }
}

/* ----- .radio ----- */

.radio{
  margin: 0;
  width: 325px;
  user-select: none;
}

.calc__form-fields-row--type-1 .radio{
  width: auto;
  min-width: 225px;
}

.radio__input{
  display: none;
}

.radio__item{
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: url(/local/templates/design.r52/css/../images/cursor--pointer.svg), pointer;
}

.radio__item::before,
.radio__item::after{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  border: 1px solid currentColor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color:#fec649;
}

.radio__item::after{
  transform: scale(0);
  opacity: 0;
  background-color: currentColor;
  transition: transform .3s, opacity .3s;
}

.radio__input:checked + .radio__item::after{
  opacity: 1;
  transform: scale(1.15);
}

.radio__input:disabled + .radio__item{
  color: rgba(0,0,0,.4);
  cursor: url(/local/templates/design.r52/css/../images/cursor--default.svg), auto;
}

.radio__input:disabled + .radio__item::before,
.radio__input:disabled + .radio__item::after{
  color: rgb(255 232 180);
}

/* ----- .input ----- */

.input-num{
  margin: 0;
  transform: translateX(-9px);
}

.input-num__field{
  padding: 0 0 4px 0;
  border: none;
  border-bottom: 1px solid #fec649;
  width: 35px;
  text-align: center;
}

.input-num__item{

}

.input-num--type-1 {
  max-width: 100%;
  transform: none;
}

.input-num--type-1 .input-num__field {
  padding: 0 8px 4px;
  width: 400px;
  max-width: 100%;
  text-align: left;
}

/* ----- .calc ----- */

.calc__desc p{
  font-size: 3rem;
}

.calc__form{
  position: relative;
  width: 100%;
}

.calc__step{
  --clc-a-dur: .5s;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: opacity var(--clc-a-dur),
              visibility var(--clc-a-dur),
              transform var(--clc-a-dur);
}

.calc__step.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.calc__step.after-active{
  transform: translateY(15px);
  opacity: 0;
}

.calc__step-first{
  margin-bottom: 30px;
}

.calc .calc__step-title{
  margin-bottom: 0;
  text-transform: inherit;
  font-family: 'Bold';
}

.calc__step-second :last-child{
  margin-bottom: 0;
}

.calc__form-fields-row{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.calc__form-fields-row + .calc__form-fields-row{
  margin-top: 15px;
}

.calc__form-fields-row + .calc__form-fields-row--group,
.calc__form-fields-row--group + .calc__form-fields-row--group{
  margin-top: 20px;
}

.calc__form-fields-row-title{
  width: 100%;
  font-family: 'Bold';
}

.calc__step-third{
  margin-top: 30px;
}

.calc__step-third .btn + .btn{
  margin-left: 5px;
}

.calc__step-item{
  display: none;
}

.calc__step-item.active{
  display: block;
}

.calc__result{
  font-family: 'BOLD';
}

.w-auto{
  width: auto;
}

.btn_primary--blue{
  background-color: #1033c2;
}

@media (max-width: 1634.98px){
  .radio__item::before,
  .radio__item::after{
    top: 2px;
  }
}

@media (max-width: 450px) {
  .calc__form-fields-row{
    gap: 10px 15px;
  }

  .calc__step-third .btn{
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .calc__step-third .btn + .btn{
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .calc__desc p {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.98px) {
  .calc__desc p {
    font-size: 2rem;
  }
}



.portfolio-block--10 {
  padding: 100px 5% !important;
}

@media (min-width: 768px) {
  .portfolio-block--10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1035px) {
  .portfolio-block--10 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}

@media (min-width: 1635px) {
  .portfolio-block--10 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}

.portfolio-block--23__caption {
  display: none;
}

/* End */


/* Start:/local/templates/design.r52/css/swiper-bundle.min.css?168715960818065*/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/design.r52/css/custom.css?174884829030877*/
@charset "UTF-8";
@font-face {
	font-family: 'f-pt-450';
	src: url('/local/templates/design.r52/css/../fonts/f-pt-450.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.ratings-section {
	background-color: #2857c1;
}

.block_brd-color-yellow {
	border-color: #ecb90f;
}

.arrow-link:hover .arrow-link__circle {
	background-color: #2857c1;
}
@keyframes lampswitch {
	0% {
		fill: #2857c1;
	}
	2% {
		fill: #000;
	}
	4% {
		fill: #2857c1;
	}
	6% {
		fill: #000;
	}
	8% {
		fill: #2857c1;
	}
	15% {
		fill: #2857c1;
	}
	16% {
		fill: #000;
	}
	17% {
		fill: #2857c1;
	}
	100% {
		fill: #2857c1;
	}
}
.b24-table__title {
	width: 100%;
	background-color: #3b0030;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
	margin-bottom: 0;
}

.b24-table__body {
	margin-left: 0;
	margin-right: 0;
}

.b24-table__subtitle {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
	font-family: bold;
	position: relative;
	z-index: 1;
}

.b24-table__subtitle:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: -15px;
	z-index: -1;
}

.b24-table__subtitle_yellow:before {
	background-color: #f6ce45;
}

.b24-table__subtitle_red:before {
	background-color: #ce4238;
}

.b24-table__subtitle_violet:before {
	background-color: #632c82;
}

.b24-table__card {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-orient: vertical;
	flex-direction: column;
	text-align: center;
	min-height: 100%;
}

@media (max-width: 1034.98px) {
	.b24-table__card {
		max-width: 360px;
		margin: auto;
		padding: 35px 0 15px;
	}
}
.b24-table__card-header {
	padding: 40px 10px 35px;
	font-family: bold;
	color: #000;
	position: relative;
}

@media (max-width: 1034.98px) {
	.b24-table__card-header {
		padding: 0;
	}
}
.b24-table__card-header:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 0px;
	border-bottom: 1px dashed #c7c7c6;
}

@media (max-width: 1034.98px) {
	.b24-table__card-header:after {
		display: none;
	}
}
.b24-table__card-body {
	padding: 35px 10px;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-orient: vertical;
	flex-direction: column;
}

html:not(.ie) .b24-table__card-body {
	-o-box-flex: 1;
	box-flex: 1;
	flex: 1;
}

.ie .b24-table__card-body {
	-o-box-flex: 1;
}

@media (min-width: 1035px) and (max-width: 1634.98px) {
	.b24-table__card-body {
		padding: 35px 0;
	}
}
@media (max-width: 1034.98px) {
	.b24-table__card-body {
		padding: 15px 10px;
	}
}
.b24-table__card-users {
	margin: 35px 0;
}

@media (max-width: 1034.98px) {
	.b24-table__card-users {
		margin: 15px 0;
	}
}
.b24-table__card-users:first-child {
	margin: 0 0 35px;
}

@media (max-width: 1034.98px) {
	.b24-table__card-users:first-child {
		margin-bottom: 15px;
	}
}
.b24-table__card-price:nth-child(2) {
	margin-bottom: 10px;
}

.b24-table__users-toggler {
	display: -ms-flexbox;
	display: box;
	display: flex;
	-o-box-pack: center;
	justify-content: center;
}

.b24-table__users-toggler-item {
	font-family: bold;
	color: #ccc;
	margin: 0 15px;
	cursor: url('/local/templates/design.r52/css/../images/cursor--pointer.svg'), pointer;
}

@media (min-width: 1035px) and (max-width: 1634.98px) {
	.b24-table__users-toggler-item {
		margin: 0 8px;
	}
}
.b24-table__users-toggler-item_active {
	color: #000;
	pointer-events: none;
	cursor: url('/local/templates/design.r52/css/../images/cursor--default.svg'), auto;
}

.white-block__afterline_bottom_yellow:after {
	background-color: #f6ce45;
}

@media (min-width: 1035px) {
	.competency-block:hover,
	.competency-block:focus {
		background-color: #1232c1;
		color: #fff;
	}
}
.animated-figures__circle {
	background-color: #ce4238;
}

@media (min-width: 1240px) {
	.index__title-block:after {
		left: 6vw;
	}
}
body.scroll-off {
	overflow: hidden;
}

.black-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	background-color: rgba(0, 0, 0, 0.85);
}

.black-wrapper.active {
	opacity: 1;
	visibility: visible;
}

/* ----- choose-city ----- */
.choose-city-btn {
	position: relative;
	margin: 0 20px 10px 0;
	padding: 0 0 4px;
	border: none;
	border-bottom: 1px dotted #ffffff;
	background-color: transparent;
	color: #ffffff;
	font: 18px/23.67px 'Bold', sans-serif;
	transition: 0.25s;
}

.choose-city-btn:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 7px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

.choose-city-btn:hover {
	border-color: rgba(255, 255, 255, 0.5);
	cursor: url('/local/templates/design.r52/css/../images/cursor--pointer.svg'), pointer !important;
}

.choose-city-modal {
	position: fixed;
	left: 50%;
	top: 160px;
	transform: translateX(-50%);
	z-index: 9005;
	padding: 40px 60px 60px;
	width: 1530px;
	max-width: 100%;
	background-color: #ffffff;
	font-family: 'Bold', sans-serif;
	color: #000000;
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.choose-city-modal.active {
	opacity: 1;
	visibility: visible;
}

.choose-city-modal__close {
	position: absolute;
	top: 40px;
	right: 40px;
	padding: 0;
	border: none;
	width: 30px;
	height: 30px;
	background-color: transparent;
}

.choose-city-modal__close:hover {
	cursor: url('/local/templates/design.r52/css/../images/cursor--pointer.svg'), pointer !important;
}

.choose-city-modal__close:before,
.choose-city-modal__close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 100%;
	height: 3px;
	background-color: #000000;
	transition: 0.25s;
}

.choose-city-modal__close:after {
	transform: translateY(-50%) rotate(-45deg);
}

.choose-city-modal__close:hover:before,
.choose-city-modal__close:hover:after {
	background-color: #143cda;
}

.choose-city-modal__title {
	margin: 0 0 70px;
	font-weight: 700;
	font-size: 34px;
	color: #000000;
}

.choose-city-modal__list {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -65px;
	padding: 0;
	font-weight: 700;
	font-size: 20px;
	list-style: none;
}

.choose-city-modal__list li {
	margin: 0 0 0 65px;
	width: 180px;
}

.choose-city-modal__list a {
	display: block;
	padding: 16px 0;
	color: #000000;
	transition: 0.25s;
}

.choose-city-modal__list a:hover {
	color: #143cda;
	text-decoration: inherit;
}

@media (max-width: 1199px) {
	.choose-city-modal__list {
		margin: -16px 0 0 -35px;
	}
	.choose-city-modal__list li {
		margin: 0 0 0 35px;
	}
}
@media (max-width: 768px) {
	.choose-city-modal {
		top: 0;
		padding: 35px 15px 15px;
		max-height: 480px;
		overflow: auto;
	}
	.choose-city-modal__close {
		top: 10px;
		right: 10px;
		width: 25px;
		height: 25px;
	}
	.choose-city-modal__title {
		margin: 0 0 25px;
		font-size: 24px;
	}
	.choose-city-modal__list {
		margin: -6px 0 0 -20px;
		font-size: 16px;
	}
	.choose-city-modal__list li {
		margin: 0 0 0 20px;
		width: 130px;
	}
	.choose-city-modal__list a {
		padding: 6px 0;
	}
}
/*----- easy-tabs -----*/
.tab-block {
	display: none;
}

.tab-block.active {
	display: block;
}

.easy-tabs__nav .btn_primary {
	background-color: #1033c2;
}

.easy-tabs__nav .btn_primary.active,
.easy-tabs__nav .btn_primary.active:focus,
.easy-tabs__nav .btn_primary.active:before,
.easy-tabs__nav .btn_primary.active:focus:before {
	background-color: #f43939;
}

.easy-tabs__tab .white-block h4 {
	margin-bottom: 1em;
	text-transform: inherit;
}

.easy-tabs__tab .white-block p {
	margin: 0;
}

.easy-tabs__tab .white-block p + p {
	margin-top: 1.25em;
}

.social__item svg {
	width: auto;
	height: 18px;
	transition: fill 0.3s;
}

.social__item:hover svg {
	fill: #ed1d2e;
}

.social .i-viber svg {
	height: 24px;
}

.social_mobile-menu .i-viber svg {
	height: 22px;
}

@media (max-width: 1035px) {
	.social__item svg {
		fill: #000;
	}
}
.btn_service_block {
	padding-top: 50px;
	text-align: center;
}

@media (max-width: 1034.98px) and (min-width: 768px) {
	.index__portfolio {
		height: auto !important;
	}
}
@media (min-width: 768px) {
	.index__portfolio {
		padding-top: 50px;
	}
}
/*----- results-positions -----*/
.results-positions__first {
	margin-bottom: 30px;
}

.results-positions__title {
	margin-bottom: 0;
	color: #313131;
}

.results-positions__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.results-positions__l-item {
	margin-bottom: 0;
	padding: 35px 0;
	border-bottom: 1px dashed #b9b9b9;
}

.results-positions__l-item:first-child {
	padding-top: 0;
}

.results-positions__l-item-img {
	aspect-ratio: 16/7.2;
}

.results-positions__l-item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.results-positions__l-item-right {
	padding-top: 15px;
}

.results-positions__l-item-r-first {
	margin-bottom: 15px;
}

.results-positions__l-item-name {
	margin-bottom: 8px;
	font-size: 28px;
	color: #313131;
}

.results-positions__l-item-description {
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'f-pt-450';
	color: #313131;
}

.results-positions__l-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

.results-positions__l-item-l-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin-bottom: 0;
}

.results-positions__l-item-l-item + .results-positions__l-item-l-item {
	margin-top: 6px;
}

.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
	margin-top: 10px;
}

.results-positions__l-item-l-item + .results-positions__l-item-l-item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 1px dashed #b9b9b9;
}

.results-positions__l-item-l-item-title {
	font-size: 16px;
	font-family: 'Bold';
	color: #313131;
}

.results-positions__l-item-l-item-name,
.results-positions__l-item-l-item-value {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	background-color: #fff;
}

.results-positions__l-item-l-item-name {
	margin-right: 30px;
}

.results-positions__l-item-l-item-value {
	margin-left: 30px;
}

@media (min-width: 576px) {
	.results-positions__l-item-name {
		font-size: 36px;
	}
	.results-positions__l-item-list {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.results-positions__first {
		margin-bottom: 45px;
	}
	.results-positions__l-item {
		padding: 40px 0;
	}
	.results-positions__l-item-right {
		padding-top: 25px;
	}
	.results-positions__l-item-r-first {
		margin-bottom: 33px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 32px;
	}
	.results-positions__l-item-description {
		font-size: 24px;
	}
	.results-positions__l-item-list {
		font-size: 24px;
	}
}
@media (min-width: 1035px) {
	.results-positions__first {
		margin-bottom: 64px;
	}
	.results-positions__l-item-r-first {
		margin-bottom: 15px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 10px;
	}
	.results-positions__l-item-left {
		width: 50%;
	}
	.results-positions__l-item-right {
		padding-top: 5px;
		padding-left: 10.5%;
		width: 50%;
	}
	.results-positions__l-item {
		display: flex;
		padding: 50px 0;
	}
	.results-positions__l-item-description {
		font-size: 20px;
	}
	.results-positions__l-item-list {
		font-size: 18px;
	}
	.results-positions__l-item-name {
		font-size: 28px;
	}
}
@media (min-width: 1635px) {
	.results-positions__l-item-r-first {
		margin-bottom: 33px;
	}
	.results-positions__l-item-l-item:first-child + .results-positions__l-item-l-item {
		margin-top: 32px;
	}
	.results-positions__l-item-name {
		font-size: 36px;
	}
	.results-positions__l-item-description {
		font-size: 24px;
	}
	.results-positions__l-item-list {
		font-size: 24px;
	}
}
/* ----- .reviews ----- */
.reviews__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.reviews__l-item {
	margin-bottom: 0;
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.reviews__l-item-photo {
	position: relative;
}

.reviews__l-item-photo:hover {
	cursor: url('/local/templates/design.r52/css/../images/cursor--pointer.svg'), pointer;
}

.reviews__l-item-photo img {
	display: inline-block;
}

.reviews__l-item-right {
	margin-top: 25px;
}

.reviews__l-item-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Bold';
}

.reviews__l-item-position {
	margin-bottom: 0;
	font-size: 16px;
}

.reviews__l-item-text {
	margin: 15px 0 0;
}

.reviews__list.slick-carousel .reviews__l-item {
	margin: 0 16px;
	height: auto;
}

.reviews .slick-carousel__user-nav {
	margin-top: 50px;
}

.reviews__list.slick-carousel .slick-track {
	display: flex;
	padding: 15px 0;
}

.reviews__list.slick-carousel .slick-list {
	margin: 0 -16px;
}

@media (min-width: 768px) {
	.reviews__l-item {
		display: flex !important;
		padding: 40px;
		text-align: left;
	}
	.reviews__l-item-left {
		width: 166px;
	}
	.reviews__l-item-right {
		margin-top: 0;
		padding-left: 40px;
		width: calc(100% - 166px);
	}
	.reviews__l-item-title {
		margin-bottom: 15px;
		font-size: 24px;
	}
	.reviews__l-item-position {
		font-size: 18px;
	}
	.reviews__l-item-text {
		margin: 24px 0 0;
	}
}
@media (min-width: 1635px) {
	.reviews__l-item {
		width: calc(50% - 16px);
	}
}
/* ----- ----- */
.bg-c-light-grey {
	background-color: #f8f9f7;
}

.mrg-b-70 {
	margin-bottom: 1.18em;
}

.mrg-b-60 {
	margin-bottom: 1em;
}

/* Новые хлебные крошки */
.new-breadcrumbs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	row-gap: 10px;
	flex-wrap: wrap;
}

.new-breadcrumbs__item {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.new-breadcrumbs__item:not(:last-child)::after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-color: #f6ce45;
	border-radius: 50%;
	margin: 0 24px;
}

.new-breadcrumbs__link {
	font-family: var(--ui-font-family-open-sans);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #fff;
}

.new-breadcrumbs__link:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.new-breadcrumbs__item:not(:last-child)::after {
		margin: 0 14px;
	}
	.new-breadcrumbs__link {
		font-size: 14px;
	}
}
/* Изменения от 05.04.2023 - Стили секции с тегами для блога */
.new-tags ~ .container .news-list .block_coral-t {
	padding-top: 0 !important;
}

.new-tags {
	margin-top: 100px;
	margin-bottom: 40px;
}

.new-tags__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.new-tags__wrap input {
	display: none;
}

.new-tags__wrap input:checked + label {
	color: #fff;
	border-color: #1133c1;
	background-color: #1133c1;
}

.new-tags__wrap label {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #313131;
	margin-bottom: 0;
	cursor: pointer;
	padding: 8px 16px;
	border: 1px solid #313131;
	cursor: pointer;
	border-radius: 30px;
}

.new-tags input[type='submit'] {
	display: none;
}

.new-detail-picture {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.new-tags {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.new-detail-picture {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 540px) {
	.partnersWrapper div.owl-item {
		opacity: 1;
	}
}
.index-portfolio {
	width: 100%;
}

.index-portfolio #dataPortfolio {
	width: 100%;
	margin-top: 50px;
}

.index-portfolio .portfolio-list__your-project {
	position: relative;
}

.index-portfolio .portfolio-list__your-project::after {
	content: '';
	display: block;
	padding-top: 68%;
}

.index-portfolio .portfolio-list__your-project .portfolio-list__your-project-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.index-portfolio .portfolio-list__item {
	flex: initial;
	width: calc(50% - 30px);
}

.index-portfolio form[name='arrFilter_form'] {
	padding: 0 15px;
}

@media (max-width: 767.98px) {
	.index-portfolio .portfolio-list__item {
		flex: initial;
		width: 100%;
	}
	.index-portfolio #dataPortfolio {
		margin-top: 30px;
	}
}
.tariff {
	padding: 70px 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.tariff {
		padding: 50px 0;
	}
}
.tariff__title {
	margin-bottom: 0.6666666667em;
}

.tariff-table {
	width: 100%;
	position: relative;
}

.tariff-table::before {
	content: '';
	position: absolute;
	width: 75%;
	height: calc(100% + 30px);
	box-shadow: 0px 9px 15px 3px rgba(0, 0, 0, 0.1);
	top: 0;
	right: 0;
	z-index: -1;
}

.tariff-table__row {
	width: 100%;
	display: flex;
}

.tariff-table__row:not(:first-child) {
	border-bottom: 1px dashed rgba(49, 49, 49, 0.2);
}

.tariff-table__row:last-child {
	border-bottom: none;
}

.tariff-table__cell {
	width: 25%;
	padding: 16px 24px;
	color: #000;
	font-size: 18px;
}

.tariff-table__cell--head {
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tariff-table__logo {
	width: 95px;
	height: 95px;
	margin-bottom: 24px;
}

.tariff-table__title {
	font-family: Bold;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.26;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.tariff-table__title::after {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #0030c6;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.tariff-table__cell--title {
	font-family: Bold;
}

.tariff-table__cell--content {
	color: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tariff-table__cell--price {
	font-size: 24px;
	font-family: Bold;
	text-align: center;
}

.tariff-table__cell--price .btn_service {
	padding: 7px 34px;
}

.tariff-slider {
	display: none;
	overflow: visible;
}

.tariff-slider__slide {
	height: auto;
	width: 280px;
	box-shadow: 0px 9px 15px 3px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.tariff-slider__cell {
	padding: 16px 24px;
	color: #000;
	font-size: 18px;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 10px;
}

.tariff-slider__cell:not(:first-child) {
	border-bottom: 1px dashed rgba(49, 49, 49, 0.2);
}

.tariff-slider__cell:last-child {
	border-bottom: none;
}

.tariff-slider__cell::before {
	content: attr(data-title);
	font-weight: 700;
	font-size: 16px;
}

.tariff-slider__cell--head {
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tariff-slider__logo {
	width: 95px;
	height: 95px;
	margin-bottom: 24px;
}

.tariff-slider__title {
	font-family: Bold;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.26;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.tariff-slider__title::after {
	content: '';
	width: 130px;
	height: 3px;
	background-color: #0030c6;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}

.tariff-slider__cell--title {
	font-family: Bold;
}

.tariff-slider__cell--content {
	color: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tariff-slider__cell--price {
	font-size: 24px;
	font-family: Bold;
	text-align: center;
}

.tariff-slider__cell--price .btn_service {
	padding: 7px 34px;
}

.tariff-slider__cell--order {
	margin-top: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1034px) {
	.tariff-slider {
		display: block;
	}
}
.white-block__list {
	margin-top: 40px;
	margin-bottom: 56px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

@media screen and (max-width: 540px) {
	.white-block__list {
		row-gap: 18px;
	}
}
.white-block__list li {
	font-size: 18px;
	margin-bottom: 0;
}

.white-block__afterline {
	display: flex;
	flex-direction: column;
}

.white-block__afterline .mb-lg-20 > a {
	color: #1133c1;
}

.white-block__price {
	margin-top: auto;
}

@media screen and (max-width: 1439px) {
	.white-block_apps {
		padding: 30px 15px;
	}
}
.description-tags__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.description-tags__row .tags__row-item {
	cursor: pointer;
	flex: 0 1 275px;
	max-width: 275px;
	margin: 0 10px 20px;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: bold;
	transition: 0.3s ease;
	border-radius: 5px;
	text-decoration: none;
	display: none;
	text-align: center;
	background-color: #1133c1;
}

.description-tags__row .tags__row-item:nth-child(-n + 6) {
	display: block;
}

.description-tags__row.more .tags__row-item {
	display: block;
	margin: 30px auto 0;
	background: #ce4238;
	flex: 0 1 100%;
	color: #fff;
}

.anchor-links {
	padding: 100px 0;
}
@media screen and (max-width: 1034px) {
	.anchor-links {
		padding: 70px 0;
	}
}
@media screen and (max-width: 767px) {
	.anchor-links {
		padding: 20px 0;
		width: calc(100% + 6rem);
		margin-left: -3rem;
	}
}
.anchor-links__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.anchor-links__list {
		overflow: auto;
		justify-content: flex-start;
		padding: 20px 3rem;
		flex-wrap: nowrap;
	}
}
.anchor-links__item {
	display: inline-flex;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.anchor-links__item {
		flex-shrink: 0;
	}
}
.anchor-links__link {
	color: #313131;
	font-family: Bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
	.anchor-links__link {
		font-size: 18px;
		padding: 15px 25px;
	}
}
.anchor-links__link:hover {
	color: #fff;
	background-color: #113eda;
	text-decoration: none;
	box-shadow: none;
}

.new-cost {
	padding: 70px 0;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.new-cost {
		padding: 40px 0;
	}
}
.new-cost__title {
	text-align: center;
}
.new-cost__tabs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new-cost__tabs-controls {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	border-radius: 50px;
	background-color: #f8f9f7;
}
@media screen and (max-width: 767px) {
	.new-cost__tabs-controls {
		margin-bottom: 20px;
	}
}
.new-cost__tabs-control {
	background-color: transparent;
	border: none;
	color: #313131;
	font-family: Bold;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 30px;
	border-radius: 50px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.new-cost__tabs-control {
		font-size: 18px;
		padding: 15px 25px;
		font-size: 18px;
	}
}
.new-cost__tabs-control:hover {
	color: #ce4238;
}
.new-cost__tabs-control.active {
	background-color: #ce4238;
	color: #fff;
}
.new-cost__tabs-contents {
	width: 100%;
}
.new-cost__tabs-content {
	width: 100%;
	display: none;
}
.new-cost__tabs-content.active {
	display: block;
}
.new-cost__slider-1,
.new-cost__slider-2 {
	overflow: visible;
}
.new-cost__item {
	height: auto;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.new-cost__item-title {
	text-align: center;
	color: #fff;
	font-family: Bold;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px;
	background-color: #ce4238;
}
@media screen and (max-width: 767px) {
	.new-cost__item-title {
		padding: 20px;
		font-size: 15px;
	}
}
.new-cost__item-content {
	flex: 1 1 auto;
	padding: 30px 50px 40px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content {
		padding: 24px 20px;
	}
}
.new-cost__item-content ul {
	width: 100%;
	margin-bottom: 40px;
	list-style-type: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul {
		margin-bottom: 25px;
	}
}
.new-cost__item-content ul li {
	color: #313131;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	position: relative;
	padding-left: 34px;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li {
		font-size: 18px;
		padding-left: 24px;
	}
}
.new-cost__item-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 14px;
	height: 4px;
	background-color: #113eda;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li::before {
		width: 12px;
		top: 10px;
		height: 3px;
	}
}
.new-cost__item-content ul li:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.new-cost__item-content ul li:not(:last-child) {
		margin-bottom: 10px;
	}
}
.new-cost__item-content ul li:last-child {
	margin-bottom: 0;
}
.new-cost__item-content .callback-btn {
	margin-top: auto;
}

.container-full {
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.header__wrap {
	position: relative;
}

.main-nav_header,
.main-nav_header .main-nav__item {
	position: initial;
}

.main-nav_header .main-nav__item:hover .main-nav__link {
	color: #ed1d2e;
}

.main-nav_header .main-nav__item:hover .main-nav__dropdown {
	opacity: 1;
	pointer-events: initial;
	transform: translateY(calc(100% - 20px));
}

.main-nav__dropdown {
	width: 100%;
	background-color: #fff;
	padding: 50px 74px 70px 74px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.main-nav__dropdown::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 30px;
}

.main-nav__subnav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

.main-nav__subnav-title {
	color: #000;
	font-family: Bold;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
}

.main-nav__subnav ul {
	padding-left: 0;
}

.main-nav__subnav ul li {
	margin-bottom: 0;
	line-height: 1;
	list-style-type: none;
	position: relative;
	padding-left: 31px;
}

.main-nav__subnav ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 16px;
	height: 5px;
	background-color: #1133c1;
}

.main-nav__subnav ul li + li {
	margin-top: 10px;
}

.main-nav__subnav ul li a {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 120%;
}

@media screen and (max-width: 1634px) {
	.main-nav_header .main-nav__item:hover .main-nav__dropdown {
		transform: translateY(100%);
	}

	.main-nav__dropdown {
		transform: translateY(calc(100% + 20px));
		display: grid;
		grid-template-columns: repeat(3, minmax(230px, 1fr));
		gap: 50px;
		padding: 50px;
	}

	.main-nav__dropdown::before {
		height: 12px;
	}
}

@media (max-width: 767.98px) {
	.work-example__header {
		padding-bottom: 0;
	}
	.work-example__stats {
		display: block;
	}
	.work-example__stats .work-example {
		height: auto !important;
	}
}

@media screen and (max-width: 1034px) {
	.tariff-table__cell {
		padding: 16px 4px;
	}
}

@media screen and (max-width: 767px) {
	.tariff-table::before {
		width: 100%;
	}

	.tariff-table .tariff-table__row:nth-child(1) {
		display: none;
	}

	.tariff-table .tariff-table__row {
		flex-direction: column;
	}

	.tariff-table__cell {
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 6px;
		padding: 16px;
	}

	.tariff-table__cell::before {
		content: attr(data-title);
		font-weight: 700;
	}

	.tariff-table__cell--title {
		text-align: center;
	}
}

.portfolio-list__item-text-wrapper {
	transform: translateY(0);
	filter: none;
	opacity: 1;
}

.portfolio-list__item::before {
	background-color: #000;
	opacity: 0.3;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
	filter: alpha(opacity=30);
}

.projects_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.projects_grid-btn {
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}
@media (max-width: 1034px) {
	.projects_grid {
		gap: 20px;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
	.portfolio-list__item-title {
		font-size: 1.5rem;
	}
	.projects_grid-btn {
		margin-top: 40px;
	}
}
@media (max-width: 576px) {
	.projects_grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/* 
.portfolio-block.portfolio-block--10 {
	padding: 0 !important;
} */

/*div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}*/
.blog__item {
	position: relative;
}

.blog__item:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.blog__item {
		width: calc(50% - 15px);
	}
}

.blog__item:hover .blog__item-img {
	transform: scale(1.1);
}

.blog__item .block_orange-t {
	margin-top: 25px;
}

.blog__item-img-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 72%;
	position: relative;
	overflow: hidden;
}

.blog__item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: transform 750ms ease-in-out;
}

.blog__item-body {
	border: 1px solid #cccccc;
	padding: 0 80px 65px;
}

@media (max-width: 1634.98px) {
	.blog__item-body {
		padding: 0 52px 65px;
	}
}

@media (max-width: 1034.98px) {
	.blog__item-body {
		padding: 0 32px 42px;
	}
}

.blog__item-views,
.blog__item-date {
	font-size: 18px;
	display: flex;
	align-items: center;
}

.blog__item-views:before {
	content: '';
	display: block;
	min-width: 24px;
	max-width: 24px;
	min-height: 16px;
	max-height: 16px;
	margin-right: 10px;
	background-image: url('/local/templates/design.r52/css/../images/icon--eye.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 1035px) {
	.blog__item-date {
		margin-left: 52px;
	}
}

.blog__item-date:before {
	content: '';
	display: block;
	min-width: 24px;
	max-width: 24px;
	min-height: 24px;
	max-height: 24px;
	margin-right: 12px;
	background-image: url('/local/templates/design.r52/css/../images/icon--clock.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767.98px) {
	.blog__item-views,
	.blog__item-date {
		font-size: 16px;
	}

	.blog__item-views:before {
		min-width: 21px;
		max-width: 21px;
		min-height: 14px;
		max-height: 14px;
	}

	.blog__item-date:before {
		min-width: 21px;
		max-width: 21px;
		min-height: 21px;
		max-height: 21px;
	}
}

.blog__item-link {
	margin: 0;
}

.blog__item-link:hover,
.blog__item-link:focus {
	color: #000;
	text-decoration: none;
}

.blog__item-link:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.pager__item a,
	.pager__item span {
		font-size: 2rem;
	}
}

.portfolio-list__item-text-wrapper-article {
	z-index: 1;
}

.r52-a-cookies.active {
  z-index: 9999;
}
/* End */


/* Start:/local/templates/design.r52/styles.css?1725888331848*/
pre {
    background: #eee;
    padding: 15px;
    font-size: 12px;
}

.popup-form .field-file__name-text,
.popup-form .field-file__name-text-btn,
.popup-form .field-file__name-text-icon {
    color: #fff;
}
.popup-form .field-file__name-text {
    flex-wrap: wrap;
    white-space: normal;
}

.main-nav__link--parent{
    margin-bottom: 10px;
}

.main-nav__item-childs {
    padding: 0 0 20px 0;
}

@media (min-width: 768px) {
    .main-nav__item-childs {
        padding: 0 0 20px 20px;
    }
}

.main-nav__item-childs .service__category {
    padding-right: 35px;
    font-size: 2rem;
}

.main-nav__item-childs .service__category .service__toggler {
    right: 0;
}

.main-nav__item-childs .list_services .list__item {
    font-size: 1.8rem;
}

.main-nav__item-childs .list_ul .list__item:before{
    top: 50%;
    transform: translateY(-50%);
}
/* End */


/* Start:/local/templates/design.r52/template_styles.css?17258883312619*/
.pdg-top-30 {
	padding-top: 30px;
}

.pdg-top-30 .block_coral-b {
	padding-bottom: 0;
}

/* Стили нового футера */
.footer .footer__top {
	margin-bottom: 60px;
	row-gap: 40px;
}

@media screen and (max-width: 1634px) {
	.footer .footer__top {
		display: grid;
		grid-template-columns: 1fr auto auto auto;
		column-gap: 16px
	}

	.footer .footer__top > div {
		max-width: 100%;
	}

	.footer .footer__tpprf {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1034px) {
	.footer .footer__top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 40px;
	}

	.footer .footer__tpprf {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__top {
		grid-template-columns: 1fr;
		margin-bottom: 60px;
		row-gap: 30px;
	}
}

.footer .footer__onesection {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.footer .footer__onesection {
		align-items: center;
	}
}

.footer .footer__onesection-link {
	margin-top: auto;
}

@media screen and (max-width: 767px) {
	.footer .footer__onesection-link {
		margin-top: 14px;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
	}
}

.footer .footer__onesection a + a {
	margin-top: 6px;
}

.footer .footer__logo {
	display: inline-block;
	width: 176px;
	height: 34px;
	margin-bottom: 44px;
}

@media screen and (max-width: 1034px) {
	.footer .footer__logo {
		margin-bottom: 32px;
	}
}

.footer__logo svg {
	max-width: 100%;
	max-height: 100%;
}

.footer .footer__nav {
	flex: 0 0 auto;
}

.footer .footer__nav-title {
	font-family: 'BOLD';
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 28px;
	color: #000;
}

@media screen and (max-width: 1034px) {
	.footer .footer__nav-title {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 767px) {
	.footer .footer__nav-title {
		margin-bottom: 18px;
	}
}

.footer .footer__contacts-new {
	font-size: 16px;
	line-height: 24px;
}

.footer .footer__contacts-new a {
	text-decoration: none;
}

.footer .footer__contacts-new a:hover {
	text-decoration: underline;
}

.footer .footer__bottom {
	align-items: flex-end;
}

.footer .footer__copyright-new {
	text-aling: left;
}

.portfolio-list__item {
	opacity: 1;
}

.new-detail-picture {
	width: 100%;
	max-width: 900px;
}

@media screen and (max-width: 549px) {
	.index-portfolio {
		padding-top: 100px;
	}
}
.new-cost__item-title strong {
	color:#fff !important;
}
.new-cost__item-descr{
	margin-bottom: 20px;
	font-family: Bold;
    font-weight: bolder;
    color: #313131;
}
.main-nav__dropdown .main-nav__subnav-title a{
	color:#000;
}
/* End */
/* /local/templates/design.r52/css/style.css?1695650920300838 */
/* /local/templates/design.r52/css/swiper-bundle.min.css?168715960818065 */
/* /local/templates/design.r52/css/custom.css?174884829030877 */
/* /local/templates/design.r52/styles.css?1725888331848 */
/* /local/templates/design.r52/template_styles.css?17258883312619 */
