

/* Start:/local/templates/main/css/bootstrap-grid.css?166378773043852*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.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: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/main/css/MyStyle.css?174111262820066*/
.fade.show{
    display: none !important;
}
.fade.show.active{
    display: flex !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #F9F9F9;
    color: #454545;;
}
.nav-item{
    width: 100%;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: unset !important;
    border-radius: 3px;
    padding: 12px 12px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #454545;;

}

.nav-tabs>li{
    margin-bottom: 16px;
}
.main-nav__dropdown{
    padding: 24px;

}
.nav-tabs {
    border-bottom: unset !important;
    padding-right: 17px;
}
.tab-pane.mn1{
    background-color: #F9F9F9;
    padding: 24px 21px;	
}
.tab-pane.mn1 a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #454545;

    display: block;
    margin-bottom: 16px;
    padding: 12px;
}
.tab-pane__items{
    margin-top: 12px;
}

.tab-pane__baner{
    padding: 30px;
    padding-bottom: 86px;
    background-color: #5FBA9D;
}
.tab-pane__baner__p{
    /*padding: 30px;
    padding-bottom: 86px;
    #5FBA9D;*/
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */
    text-transform: uppercase;
   /* background-color: */
    color: #454545;
    background: #FFFFFF;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 8px;
    gap: 10px;
    margin-bottom: 20px;
}

a.tab-pane__baner__text.mn1 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}

.main-nav__dropdown.mn1{
    /*display: unset !important;*/
    width: 100%;
    position: absolute;
    top: calc(100% - 15px);
}

.main-nav__item.new1 {
    position: unset !important; 
}

.main-nav__item.new1 {
    position: unset !important; 
}
.nav-tabs--left.nav{
    /*padding-top: 12px;*/
}

.nav-tabs>li {
    /*margin-bottom: 28px;*/
}
.nav-tabs>li>a{
    /*width: 100%;*/
    display: block;
}

.nav-link::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 7px;
    top: 50%;
    margin-top: -6px;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/icon-arrow-down.svg);
}
.nav-link::after {
    float: right;
    content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 16px;
    /* top: 50%; */
    margin-top: 2%;
    /* right: 0; */
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/icon-arrow-right.svg);
}
.lk{

}
.main-nav__right{
    /*padding-bottom: 3px; */
    padding-top: 6px;
    padding-bottom: 4px;
}
.main-nav__right .lk{
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    text-align: right;
    color: #FFFFFF;    
    margin-right: 20px;
}
.main-nav__right .main-nav__right__btn{
    display: inline-block;
    /*  margin-right: 75px;*/
    padding: 8px 16px;
    gap: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}
/*
element.style {
    display: inline-block;
    position: absolute;
    float: right;
    right: 0;
}*/

.main-nav__list .main-nav__item:not(:last-child) {
    margin-right: 32px;
}

.header__options .main-nav__control {
    pointer-events: all;
    display: none;

}
.header .header__top>.container {
    justify-content: normal;
    padding-top: 8px;
    padding-bottom: 8px; 
}
.main-nav__item .main-nav__link {
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
    /* identical to box height, or 133% */
    color: #FFFFFF;
}
.main-nav__item .main-nav__link::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 7px;
    top: 50%;
    margin-top: -2px;
    right: 0;
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/icon-arrow-down.svg);
}

.main-nav__dropdown.mn1{
    padding: 36px;
    top: unset;
}
.main-nav__dropdown.sm{
    padding: 25px;
    top: unset;
}
.main-nav__dropdown.sm a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    color: #454545;
    padding:12px;
    margin-bottom: 16px;
}
.mn1 .main-nav__dropdown-link:hover{
    background-color:  #F9F9F9;
}
.mn1 .main-nav__dropdown-link:not(:last-child){
    padding: 0px;
    margin-bottom: 40px;
}

.main-nav .inner-menu {
    /*display: unset;*/
    position: fixed;
    z-index: 990;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #454545;
    padding: 30px 0 60px 0;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
}

body {
   /* background: url(https://bootstraptema.ru/snippets/menu/2016/slinky/background.png);*/ /* Фон страницы */
}

.slinky-menu {
    overflow: hidden;
    /*padding: 20px 20px 20px 20px;*/
    /*padding: 20px 20px 20px 20px;*/
    /*padding-top: 20px;*/
}
.slinky-menu > ul {
    left: 0;
    position: relative;
}
.slinky-menu ul,
.slinky-menu li {
    list-style: none;
    margin: 0;
}
.slinky-menu ul {
    width: 100%;
    /*margin-top: 40px;*/
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}

/* Default theme */

.slinky-menu a {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    display: block;
    border: none;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /*padding: 1em;*/
}
.slinky-menu a:hover {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    color: #fff;
}
.slinky-menu a.next:after {
    content: '\276f';
    margin-left: 1em;
    float: right;
}
.slinky-menu a.back:before {
    content: '\276e';
    margin-right: 1em;
    float: left;
}
.slinky-menu__title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    color: #FFFFFF;
    padding-bottom: 30px;
}
a.main-nav__dropdown-link1{
        margin-bottom: 15px;
}
.inner-menu_mob .col-md-6{
padding-top: 20px !important;
}
.MainNavControl{
    /* background-color: */
}
.MainNavControl .container{
    padding: 0px;
}
.MainNavControl .inner-menu.mn1{
    padding: 0px;
    /*padding-top: calc(100% - 137px);*/
    padding-top: 110%;
    background-color: #45454578;
}
@media screen and (max-height: 745px) {

.MainNavControl .inner-menu.mn1{
    padding: 0px;
    /*padding-top: calc(100% - 137px);*/
    padding-top: 75%;
    background-color: #45454578;
}
}
@media screen and (max-height: 568px) {

.MainNavControl .inner-menu.mn1{
    padding: 0px;
    /*padding-top: calc(100% - 137px);*/
    padding-top: 45%;
    background-color: #45454578;
}
}

.slinky-menu ul li:last-child {
padding-bottom: 140px;
}
.slinky-menu a.next.not_icon:after {
    content: '\276f';
    margin-left: 1em;
    float: right;
	display:none;
}
.MainNavControl .row{
    padding: 0px;
}
.inner-menu_mob{
    background-color: #383838;
}
.slinky-menu .pod_menu a {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border: none;
    color: #fff;
    margin-left: 50px;
    margin-right: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #BEBEBE;
    /*padding: 1em;*/
}
.slinky-menu .back {
    margin-bottom: 24px; 
    border-bottom: 1px   
                 solid     
                   #4F4F4F;
    height: 50px;

}
/*
element.style {
    border: 1px   
    solid     
    magenta;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

*/

.header._is-sticky .header__top:not(._grad-gray) {
    background: url(/local/templates/main/assets/images/backgrounds/header-bg.jpg) no-repeat #454545;
    background-size: cover;
    display: none;
}
/*КНОПКИ СНИЗУ*/

.add_palitra {
    display: block;
    width: 100%;
    /*height: 60px;*/
    position: fixed;
    /*right: 32px;*/
    /*top: 200px;
    top: 80vh;*/
    bottom: 86px;
    z-index: 99999;
    background-color: #383838;
}
.b24-widget-button-wrapper{
    /*display: none !important;*/

}
.main-nav__link1.lk2::after {
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: url(/img/person_black_32dp.svg);
    width: 24px;
    height: 24px;
    float: right;
    margin-right: 8px;
}

ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    /*padding: 4px;  Значение полей */
}
ul.hr li {
    display: inline; /* Отображать как строчный элемент */
    /*margin-right: 5px;  Отступ слева */
    /*border: 1px solid #000;  Рамка вокруг текста */
    /*padding: 3px;  Поля вокруг текста */
    width: 50%;
}

ul.hr {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
ul.hr li {
    position: relative;
    margin: 0;
    padding: 17px;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-left: 0px;
    padding-right: 0px;
    /* identical to box height, or 133% */



    color: #FFFFFF;
}
ul.hr li:not(:last-child) {
    border-right: 1px solid #4F4F4F; /* Рамка вокруг текста */

}

/*.nav-link {*/
ul .tel-nomer::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: 2px;
    /*left: -30px;*/
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/menu-tel.svg);
    float: left;
    margin-right: 14px;
}
ul .vkl-menu::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    /*margin-top: 2px;*/
    /* left: -30px;*/
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/menu-palki.svg);
    float: left;
    margin-right: 14px;
}
ul .menu-krest::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    /*margin-top: 2px;*/
    /* left: -30px;*/
    background-repeat: no-repeat;
    background-image: url(/local/templates/main/assets/images/icons/menu-krest.svg);
    float: left;
    margin-right: 14px;
}
ul.hr a{
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    /*   width: 117px;*/
}
.js-hidden{
    display: none !important;
}
.js-unset{
    display: unset !important;
}
.add_palitra{
    display: none ;

}
@media screen and (max-width: 480px) {
    .header__logo {
        display: inline-block;
        /* width: 100%; */
        max-width: 125px;
        left: -62px;
        margin-left: 50%;
        position: relative;
    }        
    .add_palitra{
        display: block; 

    }

    .main-nav__right{
        display: none ;


    }
}


/*десктоп*/
.main-nav__list.ft1 {
    display: inline-flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    margin-bottom: 48px;
}

.footer__logo.ft1{
    display: inline-block;
    margin-bottom: 48px;    
}
.footer__intro-banner__form.ft1 {
    width: 100%;
    max-width: unset;
    /* margin: 23px auto 0 auto; */
}


/*desk*/
.footer__tel {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 94px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer___contacts a {
    text-align: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 84px;
}

.footer_social-links {
    text-align: center;
    margin-bottom: 64px;
}

p.footer__license-info.ft1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;

    color: #BCBCBC;
    margin-bottom: 80px;
}





.intro-banner__btn {

    width: unset; /*100%; */
    outline: 0;
    border: none;
}        

.field {
    width: unset;/* 100%; */
    height: 50px;
    outline: 0;
    border: 1px solid transparent;
    border-radius-left: 5px;
    padding: 10px 10px 10px 22px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.wide {
    overflow: hidden;
}

.search-input.field {
    display: block;
    height: 60px;
    padding: 18px 20px;
    width: 100%;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */

    letter-spacing: -0.02em;

    color: #454545;
    border-radius: 3px 0px 0px 3px;
}

.intro-banner__btn.bttn {
    background: #dadada;
    border: 0;
    border-right: 1px solid #cbcbcc;
    display: block;
    float: right;
    height: 52px;
    width: 52px;

    padding: 12px;
    gap: 10px;

    width: 104px;
    height: 44px;

    background: #FF1037;
    border-radius: 2px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    letter-spacing: -0.02em;

    color: #FFFFFF;
    
}
.bttn:hover {
    background: #f06420;
}

.right-search {
    background-color: #fff;
    height: 60px;
    float: right;
    padding: 8px;
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
}

.ft1 .footer__logo {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -72px;
    left: 50%;
    position: relative;
}

.footer.ft1 {
    padding-top: 40px;
    padding-bottom: 25px;
    background-color: #454545;
}
.footer__row.ft1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__logo.ft1 {
    display: inline-block;
    margin-bottom: 32px;
}
.footer__intro-banner__form.ft1 {
    width: 100%;
    /*max-width: 1070px;*/
    /*margin: 23px auto 0 auto;*/
}
.footer__intro-banner__input.ft1 {
    /* margin-bottom: 10px; */
    height: 60px;
    border: none;
}

.footer_social-links li{
    width: 60px;
    height: 60px;
    background: #5F5F5F;
    padding: 0px;
    border-radius: 10px;
    margin-right: 12px;
    margin-left: 12px;
}
.footer_social-links a{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.social-links__link.ft1 {
    display: inline-block;
    border: unset;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.social-links.ft1 {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-right: -5.5px;
    margin-left: -5.5px;
    display: inline-block;
}
.footer__license-info{
    text-align: center;
}
.footer__license-info.ft1 span {
    display: block;
    margin-bottom: 24px;
}

p.footer__license-info.ft1 a {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
text-align: center;
color: #BCBCBC;    
}
.main-nav__item .main-nav__link_mn2.mn2 {
    padding-right: 48px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.main-nav__link_mn2 {
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}
.main-nav__link_mn1 {
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.main-nav__item .mn2.lk::after {
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: url(/img/person_black.svg);
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.main-nav__list.ft1 .main-nav__item:not(:last-child) {
    margin-right: 0px;
}

.btn.ft1{
    display: none;
}

.header__logo.lg1{
    max-width: 162px;
    margin-right: 2.5%;
}
.main-nav__list.mn1 {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    margin-left: auto;
    /*max-width: 680px;*/
    margin-right: 0px;
	justify-content: end;
}
.mn1 .arrow-hide{
padding-right:0px;
}
.mn1.lk{
padding-right:47px;
}

.main-nav__item .mn1.lk::after {
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    content: url(/img/person_black_24dp.svg);
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
	
}
@media screen and (max-width: 480px) {

.footer_social-links{
    text-align: center;
    margin-bottom: 42px;
}

.footer__tel{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    margin-bottom: 24px;
}

.footer___contacts a{
    text-align: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    color: #FFFFFF;
    margin-bottom: 42px;
}

/*
 width: 100%; 
 overflow: hidden;
 /*padding: 20px 20px 20px 20px;*/
/*padding: 20px 20px 20px 20px;*/
/* padding-top: 20px;


.footer_social-links  {
 left: 0;
 position: relative;
}
.footer_social-links,
.footer_social-links li {
 list-style: none;
 margin: 0;
}
.footer_social-links a {
 display: block;
 margin-bottom: 20px;
}
.footer_social-links li {
 left: 100%;
 position: absolute;
 top: 0;
}
*/
.footer__logo.ft1 img {
    max-width: 145px;
}

.footer__license-info span {
    display: block;
    margin-bottom: 22px;
}
p.footer__license-info.ft1 a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;

    color: #BCBCBC;    

}
p.footer__license-info.ft1 {
    margin-bottom: 96px;
    margin-bottom: 96px;
    margin-bottom: 96px;
    margin-bottom: 96px;
}

.swiper-pagination.swiper-pagination-bullets {
    position: unset; 
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.main-nav .inner-menu{
    background-color: #383838;


}
.main-nav__list.ft1{
    display: none;
}
.main-nav__list.mn1{
display: none;
}
}
@media screen and (max-width: 480px) {
        .add_palitra {
        bottom: 0px;
    }

}
@media screen and (max-width: 320px) {
    ul.hr li {
    font-size: 14px;
}
}

.footer__tel a:hover{
color: #fff;
cursor: pointer;
}
@media screen and (max-width: 790px) {
.button_aff0 {
    bottom: 50px !important ;
}
jdiv[class^="button_"]
 {
    bottom: 50px !important ;
}
}

/* End */


/* Start:/local/templates/main/css/main.min.css?1712081235159467*/
﻿@charset "UTF-8";@font-face{font-family:Roboto;src:url(/local/templates/main/css/../../main/assets/fonts/roboto-regular-v1/roboto-regular.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-regular-v1/roboto-regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-regular-v1/roboto-condensed-regular.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-regular-v1/roboto-condensed-regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/main/css/../../main/assets/fonts/roboto-italic-v1/roboto-italic.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-italic-v1/roboto-italic.woff2) format('woff2');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/main/css/../../main/assets/fonts/roboto-bold-v1/roboto-bold.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-bold-v1/roboto-bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/main/css/../../main/assets/fonts/roboto-black/Roboto-Black.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-black/Roboto-Black.woff2) format('woff2');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-bold-v1/roboto-condensed-bold.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-bold-v1/roboto-condensed-bold.woff2) format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/local/templates/main/css/../../main/assets/fonts/roboto-light-v1/roboto-light.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-light-v1/roboto-light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Roboto Condensed';src:url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-light-v1/roboto-condensed-light.woff) format('woff'),url(/local/templates/main/css/../../main/assets/fonts/roboto-condensed-light-v1/roboto-condensed-light.woff2) format('woff2');font-weight:300;font-style:normal;font-display:swap}.blog-detail__content ol:not([class]){width:100%;margin-top:12px;margin-bottom:12px;padding:0;list-style:none;font-size:1rem;line-height:1.666666666666667;counter-reset:li-counter}@media (min-width:768px){.blog-detail__content ol:not([class]){margin-top:21px;margin-bottom:21px}}.blog-detail__content ol:not([class]) li{position:relative;width:100%;padding-left:40px}.blog-detail__content ol:not([class]) li::before{content:counter(li-counter) ".";position:absolute;top:0;left:3px;display:block;color:#3692e4;font-weight:600;counter-increment:li-counter}.blog-detail__content ol:not([class]) li:not(:last-child){margin-bottom:13px}@media (min-width:768px){.blog-detail__content ol:not([class]) li:not(:last-child){margin-bottom:20px}}.blog-detail__content ul:not([class]){width:100%;margin-top:12px;margin-bottom:12px;padding:0;list-style:none;font-size:1rem;line-height:1.666666666666667}@media (min-width:768px){.blog-detail__content ul:not([class]){margin-top:21px;margin-bottom:21px}}.blog-detail__content ul:not([class]) li{position:relative;width:100%;padding-left:40px}.blog-detail__content ul:not([class]) li::before{content:'';position:absolute;top:11px;left:3px;display:block;width:8px;height:8px;background-color:#3692e4;border-radius:50%;counter-increment: li-counter1;}.blog-detail__content ul:not([class]) li:not(:last-child){margin-bottom:13px}@media (min-width:768px){.blog-detail__content ul:not([class]) li:not(:last-child){margin-bottom:20px}}.blog-detail__content .blog-detail__section-headline{margin-top:24px}@media (min-width:992px){.blog-detail__section-desc .blog-detail__section-headline{width:100%}}.--blur{position:relative}.--blur::before{border-radius:50%;z-index:-1;content:"";background-image:-webkit-linear-gradient(443.33deg,#fff5d1 0,#f0e5f2 100%);background-image:-moz-linear-gradient(443.33deg,#fff5d1 0,#f0e5f2 100%);background-image:-ms-linear-gradient(443.33deg,#fff5d1 0,#f0e5f2 100%);background-image:-o-linear-gradient(443.33deg,#fff5d1 0,#f0e5f2 100%);background-image:linear-gradient(263.33deg,#fff5d1 0,#f0e5f2 100%);filter:blur(250px);position:absolute;width:2129px;height:2129px}@media (min-width:768px){.--blur::before{right:0;top:0}}@media (min-width:768px){.mobile{display:none}}@media (max-width:767px){.desktop{display:none}}@media (max-width:767px){.img-mobile-small{max-width:50%}}.section-p{padding:30px 0}.accordion{margin-top:40px}@media (min-width:768px){.accordion{margin-top:60px}}.accordion__item{padding:15px 0;border-top:1px solid rgba(69,69,69,.1);border-bottom:1px solid rgba(69,69,69,.1);-webkit-transition:linear 1.5s;transition:linear 1.5s;max-height:200px}@media (min-width:768px){.accordion__item{padding:30px 0}}.accordion__item-title{font-size:24px;line-height:28px;font-family:'Roboto Condensed';letter-spacing:-.03em;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.accordion__item-title svg{-webkit-transition:ease-in .4s;transition:ease-in .4s}@media (min-width:768px){.accordion__item-title{font-size:30px;line-height:38px}}.accordion__item-content{font-size:18px;-webkit-transition:ease-in-out .8s;transition:ease-in-out .8s;visibility:hidden;opacity:0;max-height:0;margin-top:0!important}.accordion__item.open{max-height:2000px}.accordion__item.open svg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.accordion__item.open .accordion__item-content{padding-top:30px!important;visibility:visible;-ms-filter:none;filter:none;opacity:1;max-height:2000px}@media (min-width:768px){.accordion__item.open .accordion__item-content{margin-top:30px}}@-moz-keyframes slideUp{from{opacity:0;max-height:0}70%{-ms-filter:none;filter:none;opacity:1;max-height:600px}to{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@-webkit-keyframes slideUp{from{opacity:0;max-height:0}70%{-ms-filter:none;filter:none;opacity:1;max-height:600px}to{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@-o-keyframes slideUp{from{opacity:0;max-height:0}70%{-ms-filter:none;filter:none;opacity:1;max-height:600px}to{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@keyframes slideUp{from{opacity:0;max-height:0}70%{-ms-filter:none;filter:none;opacity:1;max-height:600px}to{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@-moz-keyframes slideDown{to{opacity:0;max-height:0}50%{opacity:.4;max-height:600px}from{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@-webkit-keyframes slideDown{to{opacity:0;max-height:0}50%{opacity:.4;max-height:600px}from{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@-o-keyframes slideDown{to{opacity:0;max-height:0}50%{opacity:.4;max-height:600px}from{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}@keyframes slideDown{to{opacity:0;max-height:0}50%{opacity:.4;max-height:600px}from{-ms-filter:none;filter:none;opacity:1;max-height:1200px}}.benefits{padding-top:20px;padding-bottom:22px}@media (min-width:768px){.benefits{padding-top:70px;padding-bottom:12px}}@media (min-width:768px){.benefits__array{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}.benefits__array-element:not(:last-child){margin-bottom:22px}@media (min-width:768px){.benefits__array-element{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.benefits__array-element:not(:last-child){margin-bottom:0}}.benefits__element{position:relative;min-height:74px;padding-left:55px}@media (min-width:768px){.benefits__element{min-height:74px;margin-left:-15px;margin-right:-15px}}.benefits__element::before{content:'';position:absolute;top:10px;left:0;display:block;background-position:center center;background-repeat:no-repeat;background-size:cover}@media (min-width:768px){.benefits__element::before{top:0}}@media (min-width:768px){.benefits__element._first{padding-left:124px}}.benefits__element._first::before{width:21px;height:43px;background-image:url("data:image/svg+xml,%0A%3Csvg width='33' height='72' viewBox='0 0 33 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8203 72H16.3164V19.4609L0.105469 24.1973V11.6973L31.3066 0.90625H32.8203V72Z' fill='black'/%3E%3Cpath d='M32.8203 72H16.3164V19.4609L0.105469 24.1973V11.6973L31.3066 0.90625H32.8203V72Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-8' y1='96.0001' x2='51.4322' y2='95.268' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239A4479'/%3E%3Cstop offset='1' stop-color='%2300AFEC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}@media (min-width:768px){.benefits__element._first::before{left:24px;width:30px;height:70px}}@media (min-width:768px){.benefits__element._second{padding-left:110px}}.benefits__element._second::before{width:32px;height:45px;background-image:url("data:image/svg+xml,%0A%3Csvg width='52' height='73' viewBox='0 0 52 73' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.9551 73H2.3457V62.2578L25.1973 38.2344C30.8288 31.8216 33.6445 26.7272 33.6445 22.9512C33.6445 19.8913 32.9772 17.5638 31.6426 15.9688C30.3079 14.3737 28.3711 13.5762 25.832 13.5762C23.3255 13.5762 21.291 14.6504 19.7285 16.7988C18.166 18.9147 17.3848 21.5677 17.3848 24.7578H0.880859C0.880859 20.3958 1.97135 16.3757 4.15234 12.6973C6.33333 8.98633 9.36068 6.08919 13.2344 4.00586C17.1081 1.92253 21.4375 0.880859 26.2227 0.880859C33.9049 0.880859 39.8132 2.65495 43.9473 6.20312C48.1139 9.7513 50.1973 14.8457 50.1973 21.4863C50.1973 24.2858 49.6764 27.0202 48.6348 29.6895C47.5931 32.3262 45.9655 35.1094 43.752 38.0391C41.571 40.9362 38.0391 44.8262 33.1562 49.709L23.9766 60.3047H51.9551V73Z' fill='black'/%3E%3Cpath d='M51.9551 73H2.3457V62.2578L25.1973 38.2344C30.8288 31.8216 33.6445 26.7272 33.6445 22.9512C33.6445 19.8913 32.9772 17.5638 31.6426 15.9688C30.3079 14.3737 28.3711 13.5762 25.832 13.5762C23.3255 13.5762 21.291 14.6504 19.7285 16.7988C18.166 18.9147 17.3848 21.5677 17.3848 24.7578H0.880859C0.880859 20.3958 1.97135 16.3757 4.15234 12.6973C6.33333 8.98633 9.36068 6.08919 13.2344 4.00586C17.1081 1.92253 21.4375 0.880859 26.2227 0.880859C33.9049 0.880859 39.8132 2.65495 43.9473 6.20312C48.1139 9.7513 50.1973 14.8457 50.1973 21.4863C50.1973 24.2858 49.6764 27.0202 48.6348 29.6895C47.5931 32.3262 45.9655 35.1094 43.752 38.0391C41.571 40.9362 38.0391 44.8262 33.1562 49.709L23.9766 60.3047H51.9551V73Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='-2' y1='97.0001' x2='57.4322' y2='96.268' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF1037'/%3E%3Cstop offset='1' stop-color='%239A4479'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}@media (min-width:768px){.benefits__element._second::before{width:53px;height:74px}}.benefits__element p{max-width:300px}@media (min-width:1200px){.earn-more__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.earn-more__features+.earn-more__props{border-top:1px solid #ddd;margin-top:22px;padding-top:30px}@media (min-width:1200px){.earn-more__features{width:-webkit-calc(100% - 580px);width:calc(100% - 580px);padding-right:80px}.earn-more__features+.earn-more__props{margin-top:0;padding-top:0;padding-left:60px;border-top:0;border-left:1px solid #ddd}}@media (min-width:1200px){.earn-more__props{width:580px}}.earn-more__feature{position:relative;width:100%;padding-left:60px}@media (min-width:992px){.earn-more__feature{padding-left:110px}}.earn-more__feature::before{content:'';position:absolute;top:0;left:0;display:block;width:40px;height:40px;background-size:cover;background-position:center center;background-repeat:no-repeat}@media (min-width:992px){.earn-more__feature::before{width:80px;height:80px}}.earn-more__feature-headline{margin-bottom:0;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.555555555555556;font-weight:600}.earn-more__feature:not(:last-child){margin-bottom:22px}@media (min-width:992px){.earn-more__feature:not(:last-child){margin-bottom:37px}}.earn-more__feature._reward::before{background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' fill='white'/%3E%3Ccircle cx='30' cy='30' r='30' fill='%2300AFEC'/%3E%3Ccircle cx='46.5' cy='26.5' r='22.5' fill='%23FF1037'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5 18.8621C30.102 18.8621 20.8621 28.102 20.8621 39.5C20.8621 50.898 30.102 60.1379 41.5 60.1379C52.898 60.1379 62.1379 50.898 62.1379 39.5C62.1379 28.102 52.898 18.8621 41.5 18.8621ZM10 39.5C10 22.103 24.103 8 41.5 8C58.897 8 73 22.103 73 39.5C73 56.897 58.897 71 41.5 71C24.103 71 10 56.897 10 39.5Z' fill='%23152438'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.5977 55.5311C59.7278 53.4896 63.1814 53.4896 65.3115 55.5311L78.4023 68.0765C80.5326 70.1179 80.5326 73.4276 78.4023 75.4689C76.2722 77.5104 72.8186 77.5104 70.6885 75.4689L57.5977 62.9235C55.4674 60.8821 55.4674 57.5724 57.5977 55.5311Z' fill='%23152438'/%3E%3C/svg%3E%0A")}.earn-more__feature._conversion::before{background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' fill='white'/%3E%3Ccircle cx='38' cy='37' r='35' fill='%2300AFEC'/%3E%3Ccircle cx='46' cy='46' r='32' fill='%23FF1037'/%3E%3Ccircle cx='43' cy='42' r='25' fill='white' stroke='%23152438' stroke-width='10'/%3E%3Cpath d='M43 27.5V42' stroke='%2300AFEC' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M50 42H43' stroke='%23FF1037' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.earn-more__feature._demand::before{background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80' fill='white'/%3E%3Cpath d='M5 10V75H70' stroke='%23152438' stroke-width='10' stroke-linecap='round'/%3E%3Crect x='20' y='19' width='10' height='46' fill='%23FF1037'/%3E%3Crect x='40' y='43' width='10' height='22' fill='%2300AFEC'/%3E%3Crect x='60' y='52' width='10' height='13' fill='%23152438'/%3E%3Cpath d='M60 34.5C60.8284 34.5 61.5 33.8284 61.5 33L61.5 19.5C61.5 18.6716 60.8284 18 60 18C59.1716 18 58.5 18.6716 58.5 19.5V31.5H46.5C45.6716 31.5 45 32.1716 45 33C45 33.8284 45.6716 34.5 46.5 34.5L60 34.5ZM38.9393 14.0607L58.9393 34.0607L61.0607 31.9393L41.0607 11.9393L38.9393 14.0607Z' fill='%23152438'/%3E%3C/svg%3E%0A")}.earn-more__prop{width:100%}.earn-more__prop:not(:last-child){margin-bottom:22px}@media (min-width:992px){.earn-more__prop:not(:last-child){margin-bottom:72px}}.earn-more__prop-value{margin-bottom:11px;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-weight:600}.earn-more__prop._type-0 .earn-more__prop-value{font-size:2rem;line-height:1.277777777777778}@media (min-width:992px){.earn-more__prop._type-0 .earn-more__prop-value{font-size:3.333333333333333rem;line-height:1}}.earn-more__prop._type-1 .earn-more__prop-value{font-size:2rem;line-height:1.277777777777778}@media (min-width:992px){.earn-more__prop._type-1 .earn-more__prop-value{font-size:2.777777777777778rem;line-height:1.2}}.earn-more .btn{width:100%}@media (min-width:992px){.earn-more .btn{width:auto}}@media (min-width:992px){.earn-more .section__header{margin-bottom:72px}}@media (min-width:768px){.easy-class-selection{padding-top:75px;padding-bottom:70px}}.easy-class-selection__image{display:none}@media (min-width:768px){.easy-class-selection__image{display:block;text-align:center}}@media (min-width:1200px){.easy-class-selection__image{padding-top:6px;padding-left:40px}}@media (min-width:768px){.easy-class-selection__description{padding-left:17px}.easy-class-selection__description p{max-width:520px}}.easy-class-selection .heading-h1{margin-bottom:10px;text-align:left}.easy-class-selection .btn{width:100%;margin-top:22px}@media (min-width:768px){.easy-class-selection .btn{width:auto}}.heading-section{text-align:center}.heading-section__title{font-size:30px;line-height:40px;font-weight:400;text-align:center;margin:15px 0}@media (min-width:768px){.heading-section__title{font-size:60px;line-height:60px}}.heading-section__subtitle{font-size:18px;line-height:26px;font-family:'Roboto Condensed'}@media (min-width:768px){.heading-section__subtitle{font-size:30px;line-height:60px}}.lead-cards{margin:30px 0}@media (min-width:768px){.lead-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:60px 0}}.lead-cards__item{padding:15px 40px 15px 15px;font-size:18px;line-height:26px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1);border-radius:10px;height:100%}@media (min-width:768px){.lead-cards__item{padding:30px;font-size:24px}}@media (max-width:767px){.lead-cards__item br{display:none}}.lead-cards__item-wrapper{padding:0;margin-top:15px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.lead-cards__item-wrapper{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin:0;padding:0 15px}}.lead-row{margin-top:30px}@media (min-width:768px){.lead-row{margin:0 auto;max-width:1110px;text-align:left;margin-top:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}}.lead-row__item{color:#454545;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;line-height:34px;text-align:left}@media (max-width:767px){.lead-row__item{margin-top:20px;line-height:20px}}@media (min-width:768px){.lead-row__item{display:inline-block}}.lead-row__item-text{margin-left:10px;margin-top:-10px}.other-trademarks{padding-bottom:0}.policy .heading-h1{margin-top:0;margin-bottom:18px;text-align:left}@media (min-width:768px){.policy .heading-h1{margin-bottom:28px}}.powerful-search{padding-top:20px;padding-bottom:20px}@media (min-width:768px){.powerful-search{padding-top:60px;padding-bottom:60px}}.powerful-search__body{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.powerful-search__description,.powerful-search__image{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.powerful-search__description,.powerful-search__image{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.powerful-search__image{text-align:center;-webkit-order:-1;-ms-order:-1;order:-1}@media (min-width:768px){.powerful-search__image{-webkit-order:initial;-ms-order:initial;order:initial}}@media (min-width:1440px){.powerful-search__image{margin-top:-10px;padding-right:160px}}.powerful-search__description{margin-top:20px}@media (min-width:768px){.powerful-search__description{margin-top:0;padding-top:25px}}.powerful-search__description p{max-width:520px}.powerful-search__more{border-bottom:1px dotted}@media (min-width:768px){.powerful-search__features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;margin-top:-18px;margin-bottom:-18px}}.powerful-search__features-wrapper{display:block;margin-top:32px}.powerful-search__features-wrapper._hidden{display:none}.powerful-search__features-element:not(:last-child){margin-bottom:10px}@media (min-width:768px){.powerful-search__features-element{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-top:18px;margin-bottom:18px}.powerful-search__features-element:not(:last-child){margin-bottom:18px}}@media (min-width:992px){.powerful-search__features-element{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%;min-height:227px}}.powerful-search__feature{width:100%;padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (min-width:768px){.powerful-search__feature{height:100%}}.powerful-search__feature-headline{margin-bottom:16px;color:#3692e4;font-size:1.333333333333333rem;line-height:1.333333333333333}.powerful-search .heading-h1{margin-bottom:10px;text-align:left}@media (min-width:768px){.powerful-search .heading-h1{margin-bottom:18px}}.powerful-search .btn{width:100%;margin-top:22px}@media (min-width:768px){.powerful-search .btn{width:auto}}.powerful-search .btn+p{margin-top:30px}@media (min-width:768px){.powerful-search .btn+p{margin-top:20px}}.smart-ranking__object-status._black{background:#152438!important}h3.get-report__headline.descr{font-size:36px;font-style:normal;font-weight:700;line-height:44px;letter-spacing:0;text-align:left;color:#454545}span.get-report__headline_descr{font-size:18px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:0;text-align:left;color:#454545}.get-report__form._descr{padding-top:20px}.result-section{padding-bottom:0;padding-top:30px}@media (min-width:992px){.result-section{padding-bottom:0;padding-top:0}}@media (min-width:992px){.result-section:first-child .result-section__features{margin-top:-80px}}.result-section__stats{padding-top:30px}.reviews-slider{margin-top:15px}@media (min-width:768px){.reviews-slider{margin-top:35px}}.reviews-slider__arrow{position:absolute;top:40%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;border:.5px solid #454545;border-radius:50%;cursor:pointer;min-width:48px;height:48px;z-index:1}.reviews-slider__arrow.--prev{left:-20px}.reviews-slider__arrow.--next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);right:-20px}.reviews-slider__description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:767px){.reviews-slider__description{margin-top:20px}}.reviews-slider__description-text{margin-left:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}.reviews-slider__description-text--title{font-weight:700}.reviews-slider__description-text--subtitle{opacity:.5}@media (max-width:767px){.reviews-slider__item{margin-right:15px!important}}@media (min-width:768px){.reviews-slider__item{min-height:290px!important;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}}.reviews-slider .slick-track{padding:25px 0}@media (min-width:768px){.reviews-slider .slick-track{padding:45px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}}@media (max-width:767px){.reviews-slider .slick-list{overflow:visible!important}}@media (min-width:768px){.risks-reduce{padding-top:72px;padding-bottom:80px}}.risks-reduce__dialog{width:100%}@media (min-width:768px){.risks-reduce__dialog{max-width:875px;margin-left:auto;margin-right:auto}}.risks-reduce__dialog-row{width:100%}.risks-reduce__dialog-row:not(:last-child){margin-bottom:30px}@media (min-width:768px){.risks-reduce__dialog-row:not(:last-child){margin-bottom:20px}}.risks-reduce__message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;font-size:1rem;line-height:1.555555555555556}.risks-reduce__message-icon{width:48px;height:48px}.risks-reduce__message-icon .i{width:100%;height:100%}.risks-reduce__message-value{max-width:-webkit-calc(100% - 63px);max-width:calc(100% - 63px);padding:11px 14px;border-radius:16px;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (min-width:768px){.risks-reduce__message-value{max-width:590px}}.risks-reduce__message .btn._big{margin-top:12px}@media (min-width:768px){.risks-reduce__message .btn._big{margin-top:3px;padding-left:30px;padding-right:30px}}.risks-reduce__message._type-0{-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}@media (min-width:768px){.risks-reduce__message._type-0{padding-right:50px}}.risks-reduce__message._type-0 .risks-reduce__message-value{margin-right:15px;color:#fff;background:#454545;-webkit-order:-1;-ms-order:-1;order:-1}.risks-reduce__message._type-1{-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.risks-reduce__message._type-1 .risks-reduce__message-icon{-webkit-order:-1;-ms-order:-1;order:-1}.risks-reduce__message._type-1 .risks-reduce__message-value{margin-left:15px;padding-left:19px;padding-top:18px;color:#454545;background:#fff}@media (min-width:768px){.risks-reduce__message._type-1 .risks-reduce__message-value{padding:11px 20px 22px 25px}}.risks-reduce .heading-h2{font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.risks-reduce .heading-h2{max-width:960px;margin:0 auto 45px;font-size:2.777777777777778rem;line-height:1.18}}.risks-reduce-description{padding-bottom:0}@media (min-width:768px){.risks-reduce-description{padding-top:94px}}.risks-reduce-description__inside{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;font-size:1rem;line-height:1.555555555555556}.risks-reduce-description__desc,.risks-reduce-description__image{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:992px){.risks-reduce-description__desc,.risks-reduce-description__image{-webkit-flex:0 0 41.66666666666667%;-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}}.risks-reduce-description__image{padding-top:22px;text-align:center}@media (min-width:992px){.risks-reduce-description__image{padding-left:30px;text-align:left}}.risks-reduce-description__image img{display:inline-block}.risks-reduce-description__desc{-webkit-order:-1;-ms-order:-1;order:-1}@media (min-width:992px){.risks-reduce-description__desc{-webkit-order:initial;-ms-order:initial;order:initial}}.risks-reduce-description .heading-h3{margin-bottom:11px;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.risks-reduce-description .heading-h3{margin-bottom:20px;font-size:1.944444444444444rem;line-height:1.285714285714286}}.risks-violations{padding-top:20px}@media (min-width:992px){.risks-violations{padding-bottom:80px}}@media (min-width:992px){.risks-violations__inside{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}.risks-violations__section{width:100%}.risks-violations__section+.risks-violations__section{margin-top:40px}@media (min-width:992px){.risks-violations__section{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.risks-violations__section+.risks-violations__section{margin-top:0}}.risks-violations__header{width:100%;margin-bottom:21px}.risks-violations__headline{margin:0;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.risks-violations__headline{font-size:2.777777777777778rem;line-height:1.18}}.risks-violations__text{margin-top:11px;font-size:1rem;line-height:1.666666666666667}@media (min-width:992px){.risks-violations__text{margin-top:8px}}.risks-violations__more{margin-top:8px;padding:0;color:#3692e4;background:0 0;cursor:pointer}.risks-violations__more-value{border-bottom:1px dotted #3692e4}.risks-violations__more-counter{display:inline-block;margin-left:15px;padding:4px 6px;color:#fff;font-size:.611111111111111rem;font-weight:600;line-height:1.818181818181818;background-color:#3692e4;border-radius:20px}.risks-violations__more._hidden{display:none}.risks-violations__control{width:100%;margin-top:30px}.risks-violations__control .btn{width:100%}@media (min-width:992px){.risks-violations__control{margin-top:40px}.risks-violations__control .btn{width:auto}.risks-violations__control .btn._huge{padding-left:41px;padding-right:41px}}.rainbow-box__item.services-form,.services-form{padding:20px;box-shadow:0 15px 30px #e6e2fb;border-radius:10px}@media (min-width:768px){.rainbow-box__item.services-form,.services-form{padding:100px 80px}}.services-icons{margin-top:30px}@media (min-width:768px){.services-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;margin-top:60px;font-size:18px;line-height:26px}}.services-icons__item{text-align:center}@media (max-width:767px){.services-icons__item{margin-top:30px}}@media (min-width:768px){.services-icons__item{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%;padding:0 45px;font-size:24px;line-height:34px}}.services-icons__item img{margin-bottom:10px}@media (min-width:768px){.services-icons__item img{margin-bottom:30px}}.services-row{margin-top:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:768px){.services-row{margin-top:60px}}.services-row__item{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.05);border-radius:15px;padding:20px;width:100%;height:100%;font-size:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}@media (min-width:768px){.services-row__item{padding:30px}}.services-row__item.--blue{background-image:-webkit-linear-gradient(443.33deg,#c4eaff 0,#bdfff7 100%);background-image:-moz-linear-gradient(443.33deg,#c4eaff 0,#bdfff7 100%);background-image:-ms-linear-gradient(443.33deg,#c4eaff 0,#bdfff7 100%);background-image:-o-linear-gradient(443.33deg,#c4eaff 0,#bdfff7 100%);background-image:linear-gradient(263.33deg,#c4eaff 0,#bdfff7 100%),#fff}.services-row__item-wrapper{padding:15px}@media (min-width:768px){.services-row__item-wrapper{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.services-row__item-wrapper{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.services-row__item hr{border:none;margin:15px 0;border-bottom:1px solid rgba(69,69,69,.1)}@media (min-width:768px){.services-row__item hr{margin:20px 0}}@media (min-width:768px){.services-row__item-header{min-height:145px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}}.services-row__item-body ul{list-style:initial;padding-left:20px}.services-row__item-body ul li{line-height:21px;margin-bottom:10px}.services-row__item-footer button{width:100%}.services-row__item-price,.services-row__item-title{font-weight:700;font-size:30px;line-height:38px;letter-spacing:-.03em;margin-bottom:10px}.services-row__item-alert{padding:10px 18px 10px 23px;border:1px solid rgba(69,69,69,.2);backdrop-filter:blur(4px);border-radius:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;line-height:26px}.services-row__item-alert svg{margin-right:20px}.services-section__btn-holder{margin-top:32px}@media (min-width:992px){.services-section__btn-holder{padding-left:110px;margin-top:52px}}.services-section__btn-holder._fix-left{padding-left:0;margin-top:32px;margin-bottom:0}@media (max-width:767px){.services-section__btn-holder{margin:30px 0 40px}}.services-section__btn{width:100%}@media (min-width:992px){.services-section__btn{width:auto}}.services-section__subtitle{margin-bottom:32px}@media (min-width:768px){.services-section__subtitle{margin-bottom:52px;text-align:center;margin-top:-10px}}.services-section__img{text-align:center;margin-top:15px}@media (min-width:992px){.services-section__img{margin-top:0}}.services-section__img img{vertical-align:middle;max-height:100%;display:inline-block}.services-tips{padding:60px 0 0}@media (max-width:767px){.services-tips{padding:50px 0 0}}.services-tips__tip{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:767px){.services-tips__tip{margin-bottom:30px}}@media (max-width:767px){.services-tips__tip:last-child{margin-bottom:0}}.services-tips__img{margin-right:10px;-webkit-flex-basis:-webkit-calc(33.3% - 10px);-ms-flex-basis:-webkit-calc(33.3% - 10px);flex-basis:-webkit-calc(33.3% - 10px);flex-basis:-webkit-calc(33.3% - 10px);-webkit-flex-basis:calc(33.3% - 10px);-ms-flex-basis:calc(33.3% - 10px);flex-basis:calc(33.3% - 10px)}.services-tips__text{-webkit-flex-basis:66.6%;-ms-flex-basis:66.6%;flex-basis:66.6%}.smart-ranking{width:100%;padding-top:20px;padding-bottom:20px}@media (min-width:768px){.smart-ranking{padding-top:40px;padding-bottom:65px}}.smart-ranking__body{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}@media (min-width:992px){.smart-ranking__body{display:block}.smart-ranking__body::after,.smart-ranking__body::before{content:'';display:block;width:100%;height:1px;visibility:hidden;clear:both}.smart-ranking__body img{display:inline-block;width:auto;max-width:100%;height:auto}}.smart-ranking__scheme{width:100%;margin-top:22px;text-align:center;-webkit-order:3;-ms-order:3;order:3}@media (min-width:992px){.smart-ranking__scheme{float:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%;margin-top:0;padding-top:13px}}.smart-ranking__scheme img{max-width:100%}.smart-ranking__object{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:240px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;padding:7px 5px 5px 14px;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:.833333333333333rem;font-weight:600;line-height:1.2;background-color:#fff;border-radius:10px;box-shadow:0 20px 30px rgba(0,0,0,.1)}@media (min-width:992px){.smart-ranking__object{width:300px;padding:26px 28px;font-size:1.111111111111111rem;line-height:1.15;border-radius:20px}}.smart-ranking__object+.smart-ranking__object{margin-top:10px}.smart-ranking__object._offset-0{margin-right:auto}@media (min-width:1200px){.smart-ranking__object._offset-0{-webkit-transform:translateX(-25px);-ms-transform:translateX(-25px);transform:translateX(-25px)}}.smart-ranking__object._offset-1{margin-left:auto;margin-right:auto}@media (min-width:992px){.smart-ranking__object._offset-1{margin-left:0;margin-right:0;-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px)}}@media (min-width:1200px){.smart-ranking__object._offset-1{-webkit-transform:translateX(55px);-ms-transform:translateX(55px);transform:translateX(55px)}}.smart-ranking__object._offset-2{margin-left:auto}@media (min-width:992px){.smart-ranking__object._offset-2{margin-left:0;-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px)}}@media (min-width:1200px){.smart-ranking__object._offset-2{-webkit-transform:translateX(135px);-ms-transform:translateX(135px);transform:translateX(135px)}}.smart-ranking__object-status{width:auto;padding:5px 12px 3px;color:#fff;font-size:.722222222222222rem;font-weight:600;line-height:1.538461538461539;text-transform:uppercase;border-radius:3px}@media (min-width:992px){.smart-ranking__object-status{font-size:.833333333333333rem;line-height:1.333333333333333}}.smart-ranking__object-status._red{background-color:#ec0039}.smart-ranking__object-status._yellow{background-color:#ffb525}.smart-ranking__object-status._green{background-color:#30bd9b}.smart-ranking__object-status._black{background-color:#454545}.smart-ranking__object-status._blue{background-color:#3692e4}.smart-ranking__object-status._white{background-color:#fff;color:#454545}.smart-ranking__object-status._large{font-size:1rem;line-height:1;font-weight:700;padding:6px 10px}.smart-ranking__description{width:100%;font-size:1rem;line-height:1.555555555555556;-webkit-order:2;-ms-order:2;order:2}@media (min-width:992px){.smart-ranking__description{float:right;width:50%;padding-left:17px}.smart-ranking__description p{max-width:520px}}.smart-ranking__control{width:100%;margin-top:30px;-webkit-order:4;-ms-order:4;order:4}@media (min-width:992px){.smart-ranking__control{float:right;width:50%;margin-top:32px;padding-left:17px}}.smart-ranking__control .btn{width:100%}@media (min-width:768px){.smart-ranking__control .btn{width:auto}}.smart-ranking .heading-h1{margin-bottom:20px;text-align:left}@media (min-width:992px){.smart-ranking .heading-h1{margin-bottom:17px}}.useful-info{padding-top:10px}@media (min-width:768px){.useful-info{padding-top:23px}}.black-circles-list{width:100%;margin:0;padding:0;list-style:none;font-size:1rem;line-height:1.555555555555556;counter-reset:li-counter}.black-circles-list li{position:relative;width:100%;min-height:40px;padding-left:60px;font-size:inherit;line-height:inherit}.black-circles-list li:not(:last-child){margin-bottom:22px}@media (min-width:768px){.black-circles-list li{min-height:74px;padding-left:108px}.black-circles-list li:not(:last-child){margin-bottom:24px}}.black-circles-list li::before{content:counter(li-counter);position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:40px;height:40px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;color:#fff;font-size:1.111111111111111rem;font-weight:600;line-height:1.25;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='39' cy='39' r='37' fill='%23454545'/%3E%3Ccircle opacity='0.2' cx='43' cy='43' r='32' fill='%23454545'/%3E%3Ccircle cx='40' cy='40' r='30' fill='%23454545'/%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:cover;counter-increment:li-counter}@media (min-width:768px){.black-circles-list li::before{left:3px;width:74px;height:74px;font-size:1.666666666666667rem;line-height:1.166666666666667}}.black-circles-list .heading-h4{margin-bottom:8px}@media (min-width:768px){.black-circles-list .heading-h4{margin-bottom:12px}}.blue-digits-list{width:100%;margin-top:12px;margin-bottom:12px;padding:0;list-style:none;font-size:1rem;line-height:1.666666666666667;counter-reset:li-counter}@media (min-width:768px){.blue-digits-list{margin-top:21px;margin-bottom:21px}}.blue-digits-list li{position:relative;width:100%;padding-left:40px}.blue-digits-list li::before{content:counter(li-counter) ".";position:absolute;top:0;left:3px;display:block;color:#3692e4;font-weight:600;counter-increment:li-counter}.blue-digits-list li:not(:last-child){margin-bottom:13px}@media (min-width:768px){.blue-digits-list li:not(:last-child){margin-bottom:20px}}.blue-dots-list{width:100%;margin-top:12px;margin-bottom:12px;padding:0;list-style:none;font-size:1rem;line-height:1.666666666666667}@media (min-width:768px){.blue-dots-list{margin-top:21px;margin-bottom:21px}}.blue-dots-list li{position:relative;width:100%;padding-left:40px}.blue-dots-list li::before{content:'';position:absolute;top:11px;left:3px;display:block;width:8px;height:8px;background-color:#3692e4;border-radius:50%}.blue-dots-list li:not(:last-child){margin-bottom:13px}@media (min-width:768px){.blue-dots-list li:not(:last-child){margin-bottom:20px}}.fancy-media .fancybox-close{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);-webkit-transition:color .3s ease;transition:color .3s ease;cursor:pointer;outline:0;color:#ccc;position:absolute;top:-44px;right:-44px}.fancy-media .fancybox-close svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancy-media .fancybox-close svg path{-webkit-transition:fill .3s ease,stroke .3s ease;transition:fill .3s ease,stroke .3s ease;fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancy-media .fancybox-close:hover{background:rgba(30,30,30,.8)}.fancy-media .fancybox-close:hover svg path{fill:#ec0039;stroke:#ec0039}.fancy-lightbox{position:fixed!important;width:100%!important;left:0!important;right:0!important;top:0!important;bottom:0!important}.fancy-lightbox .fancybox-close{width:24px;height:24px;right:10px;top:20px;background-size:contain;background-repeat:no-repeat;background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-close.svg)}@media (min-width:992px){.fancy-lightbox .fancybox-close{width:31px;height:31px;right:40px;top:40px}}.fancy-lightbox .fancybox-inner,.fancy-lightbox .fancybox-outer,.fancy-lightbox .fancybox-skin{width:100%!important;height:100%!important}.form-message{position:relative}.grey-digits-list{width:100%;margin:0;padding:0;list-style:none;font-size:.833333333333333rem;line-height:1.333333333333333;counter-reset:li-counter}.grey-digits-list li{position:relative;width:100%;padding-left:25px}.grey-digits-list li::before{content:counter(li-counter);position:absolute;top:0;left:0;display:block;color:rgba(255,255,255,.5);counter-increment:li-counter}.grey-digits-list li:not(:last-child){margin-bottom:10px}@media (min-width:768px){.grey-digits-list li:not(:last-child){margin-bottom:10px}}.dotted{color:#3692e4;border-bottom:1px dotted #3692e4}.dotted:hover{color:#ec0039;border-bottom-color:#ec0039}.bordered{border-bottom:1px solid #3692e4}.bordered:hover{border-bottom-color:#ec0039}.loader__load{position:relative;top:50%;margin:-80px auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.loader__load-anim{position:relative;width:60px;height:60px;margin-bottom:20px}.loader__load-anim:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.15)}.loader__load-anim:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:50%;border:2px solid #fff;border-color:#fff transparent transparent;box-shadow:0 0 0 1px transparent}.loader__load-anim._black:before{border:2px solid rgba(69,69,69,.15)}.loader__load-anim._black:after{border:2px solid #454545;border-color:#454545 transparent transparent}.loader__load-text{font-weight:400;font-size:1rem;line-height:1.555555555555556;text-align:center;color:#fff}.loader__load-text._black{color:#454545}.multilevel-digit-list{width:100%;margin:0;padding:0;list-style:none;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;color:#454545;text-align:left;font-size:1.222222222222222rem;line-height:1.363636363636364;font-weight:600;text-align:left;text-transform:uppercase;counter-reset:li-counter;word-break:break-word}@media (min-width:768px){.multilevel-digit-list{font-size:1.333333333333333rem;line-height:1.285714285714286}}.multilevel-digit-list li{position:relative;width:100%}.multilevel-digit-list li h2{margin-bottom:0}.multilevel-digit-list li h2::before{content:counters(li-counter, ".") ".";padding-right:5px;font-size:inherit;line-height:inherit;counter-increment:li-counter}.multilevel-digit-list li:not(:last-child){margin-bottom:20px}@media (min-width:768px){.multilevel-digit-list li:not(:last-child){margin-bottom:35px}}.multilevel-digit-list .multilevel-digit-list{margin-top:10px;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.666666666666667;text-transform:none}@media (min-width:768px){.multilevel-digit-list .multilevel-digit-list{margin-top:18px}}.multilevel-digit-list .multilevel-digit-list li:not(:last-child){margin-bottom:15px}@media (min-width:768px){.multilevel-digit-list .multilevel-digit-list li:not(:last-child){margin-bottom:18px}}.multilevel-digit-list .multilevel-digit-list .multilevel-digit-list{padding-left:30px;text-transform:none}@media (min-width:768px){.multilevel-digit-list .multilevel-digit-list .multilevel-digit-list{padding-left:40px}}.tooltipster-sidetip.tooltipster-light-customized .tooltipster-box{border-radius:5px;box-shadow:0 10px 20px rgba(0,0,0,.1);margin-bottom:0;border:1px solid rgba(21,36,56,.15);background-color:#f9f9f9}.tooltipster-sidetip.tooltipster-light-customized .tooltipster-content{font-size:.833333333333333rem;line-height:1.333333333333333;padding:20px;color:#454545}.tooltipster-sidetip.tooltipster-light-customized .tooltipster-content p{font-size:inherit;line-height:inherit}.tooltipster-sidetip.tooltipster-light-customized .tooltip{display:block}.tooltipster-sidetip.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-background{border-top-color:#f9f9f9!important}.tooltipster-sidetip.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-border{border-top-color:#f9f9f9!important}.tooltipster-sidetip.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#f9f9f9!important}.tooltipster-sidetip.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#f9f9f9!important}.tooltipster-sidetip{height:auto!important}.tooltip{display:none}.footer{padding-top:20px;padding-bottom:25px;background-color:#454545}@media (min-width:768px){.footer{padding-top:41px;padding-bottom:55px}}.footer__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.footer__row{margin-right:-10px;margin-left:-10px}}@media (min-width:768px){.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.footer__left{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (max-width:767px){.footer__left{-webkit-order:2;-ms-order:2;order:2;padding-left:10px;padding-right:10px}}@media (min-width:768px){.footer__left{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.footer__right{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (max-width:767px){.footer__right{padding-left:10px;padding-right:10px;margin-bottom:40px}}@media (min-width:768px){.footer__right{-webkit-flex:0 0 66.66666666666666%;-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}}.footer__lists{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:767px){.footer__lists{padding-left:10px;padding-right:10px}}@media (min-width:992px){.footer__lists{padding-top:18px}}.footer__lists-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (max-width:767px){.footer__lists-wrapper{margin-right:-10px;margin-left:-10px}}.footer__lists-title{font-size:.722222222222222rem;line-height:1.333333333333333;color:#fff;font-weight:700;margin-bottom:15px;display:block}@media (min-width:360px){.footer__lists-title{font-size:.833333333333333rem}}.footer__lists-section:not(:last-child){margin-bottom:25px}@media (min-width:768px){.footer__lists-section:not(:last-child){margin-bottom:35px}}.footer__list{font-size:.722222222222222rem;line-height:1.333333333333333}@media (min-width:360px){.footer__list{font-size:.833333333333333rem}}.footer__list>li:not(:last-child){margin-bottom:6px}.footer__list-link{color:#8e8e8e}.footer__logo{display:inline-block;margin-bottom:30px}@media (min-width:992px){.footer__logo{margin-bottom:61px}}.footer__logo img{vertical-align:middle}.footer__contacts{margin-bottom:26px}@media (min-width:992px){.footer__contacts{margin-bottom:54px}}.footer__contacts-link{display:block;color:#fff;font-size:.833333333333333rem;line-height:1.2}.footer__contacts-link:not(:last-child){margin-bottom:9px}.footer__contacts-link:hover{color:#fff}.footer__btn{margin-bottom:30px}@media (min-width:992px){.footer__btn{margin-bottom:27px}}.footer__btn:hover{background-color:#3692e4!important;box-shadow:0 5px 15px rgba(54,146,228,.2)!important}.footer__license-info{color:#8e8e8e;font-size:.722222222222222rem;line-height:1.538461538461539;margin-bottom:0}.footer__license-info span{display:block}.abc-paginator{width:100%;max-width:1070px}.abc-paginator__array{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding:0 20px 10px;font-size:0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width:768px){.abc-paginator__array{width:100%;margin-left:0;margin-right:0;padding:0 0 15px}}.abc-paginator__array-element{display:inline-block;text-align:center;vertical-align:top}.abc-paginator__array-element:not(:last-child){margin-right:5px}.abc-paginator__array-element._active .abc-paginator__array-link{color:#454545;background:#fff;border-radius:5px;text-decoration:none;pointer-events:none}.abc-paginator__array-link{display:block;width:28px;font-size:1rem;font-weight:600;line-height:1.555555555555556;text-decoration:underline}.abc-paginator__wrapper{width:100%}.abc-paginator__body{display:none;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.abc-paginator__body._active{display:block}@media (min-width:768px){.abc-paginator__body._column-2{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (min-width:768px){.abc-paginator__body._column-3{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (min-width:992px){.abc-paginator__body._column-3{-webkit-column-count:3;-moz-column-count:3;column-count:3}}.abc-paginator__element{width:100%;padding-top:20px;color:#454545;display:inline-block;font-size:1rem;line-height:1.555555555555556}.abc-paginator__element a{display:inline-block;vertical-align:top;color:inherit}.actions-plate__element{font-size:1rem;line-height:1.388888888888889;border-radius:10px;display:block;color:#fff;font-weight:700;border:1px solid rgba(255,255,255,.2);position:relative;padding:15px 52px 15px 85px}@media (min-width:768px){.actions-plate__element{font-size:.888888888888889rem;padding-left:60px;padding-right:20px}}@media (min-width:1200px){.actions-plate__element{font-size:1rem;padding-left:85px;padding-right:52px}}.actions-plate__element::before{content:'';position:absolute;display:inline-block;width:46px;height:46px;left:20px;top:50%;margin-top:-23px;background-position:center;background-repeat:no-repeat}@media (min-width:768px){.actions-plate__element::before{left:10px}}@media (min-width:1200px){.actions-plate__element::before{left:20px}}.actions-plate__element._disabled{pointer-events:none;cursor:default;overflow:hidden;color:rgba(255,255,255,.2)}.actions-plate__element._disabled::before{opacity:.2}.actions-plate__element._disabled:after{content:"скоро";text-transform:uppercase;background-color:#30bd9b;position:absolute;top:11px;right:-38px;color:#fff;font-size:.722222222222222rem;padding:4px 40px;-webkit-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);transform:rotateZ(45deg)}.actions-plate__element._star::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-star-2.svg)}.actions-plate__element._burger::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-burger.svg)}.actions-plate__element._loop::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-loop.svg)}.actions-plate__element:not(:last-child){margin-bottom:10px}@media (min-width:768px){.actions-plate__element:not(:last-child){margin-bottom:20px}}.auto-width-carousel{position:relative;width:100%;height:auto;-ms-filter:none;filter:none;opacity:1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;z-index:1}.auto-width-carousel._hidden{height:0;opacity:0;overflow:hidden}.auto-width-carousel._no-dots{padding-bottom:0}.auto-width-carousel._no-dots .slick-dots{display:none!important}.auto-width-carousel-wrapper{position:relative;padding-top:5px;padding-bottom:15px;overflow:hidden}@media (min-width:1440px){.auto-width-carousel-wrapper>.container::after,.auto-width-carousel-wrapper>.container::before{content:'';position:absolute;top:0;display:block;width:90px;height:100%;background:url("data:image/svg+xml,%0A%3Csvg width='105' height='335' viewBox='0 0 105 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='105' height='335' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='35' y1='150.5' x2='105' y2='150.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23F9F9F9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;background-size:cover;pointer-events:none;z-index:2}.auto-width-carousel-wrapper>.container::before{left:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.auto-width-carousel-wrapper>.container::after{right:0}}@media (min-width:1600px){.auto-width-carousel-wrapper>.container::after,.auto-width-carousel-wrapper>.container::before{width:175px}}.auto-width-carousel__element{width:auto;outline:0}.auto-width-carousel__element:not(:first-child){margin-left:10px}@media (min-width:480px){.auto-width-carousel__element:not(:first-child){margin-left:30px}}.auto-width-carousel__element.slick-slide{height:auto}.auto-width-carousel__element a{outline:0}.auto-width-carousel .slick-list,.auto-width-carousel .slick-track{overflow:visible}.auto-width-carousel .slick-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.auto-width-carousel .slick-arrow{position:absolute;top:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:60px;height:60px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;padding:0;background-color:#3692e4;border-radius:50%;cursor:pointer;will-change:transform;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s linear;transition:all .2s linear;z-index:2}.auto-width-carousel .slick-arrow:hover{background-color:#454545}.auto-width-carousel .slick-arrow svg{width:11px;height:22px;fill:none}.auto-width-carousel .slick-prev{left:-30px;padding-right:3px}.auto-width-carousel .slick-prev svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.auto-width-carousel .slick-next{right:-30px;padding-left:3px}.auto-width-carousel .slick-disabled{opacity:0;pointer-events:none}.auto-width-carousel .slick-dots{position:absolute;left:0;bottom:0;display:block;width:100%;font-size:0;list-style:none;text-align:center}@media (min-width:992px){.auto-width-carousel .slick-dots{display:none}}.auto-width-carousel .slick-dots li{display:inline-block;vertical-align:top}.auto-width-carousel .slick-dots li:not(:last-child){margin-right:8px}.auto-width-carousel .slick-dots li.slick-active button{background:#ec0039}.auto-width-carousel .slick-dots button{display:block;width:8px;height:8px;padding:0;background:#ddd;border-radius:50%;cursor:pointer;outline:0;-webkit-transition:all .2s linear;transition:all .2s linear}.auto-width-carousel .useful-box{height:100%}.business-brand{width:100%;background-image:-webkit-linear-gradient(429.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(429.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(429.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(429.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-webkit-linear-gradient(249.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(249.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(249.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(249.35deg,#e1f1fb 0,#e5f2f1 100%);background-image:linear-gradient(249.35deg,#e1f1fb 0,#e5f2f1 100%);border-radius:5px}.business-brand__link{display:block;width:100%;padding:20px;color:#454545}.business-brand__link:hover{color:#454545}@media (min-width:992px){.business-brand__link{padding:50px 150px}}.business-brand__content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;text-align:center}@media (min-width:768px){.business-brand__content{display:block;text-align:left}.business-brand__content::after,.business-brand__content::before{content:'';display:block;width:100%;height:1px;visibility:hidden;clear:both}.business-brand__content img{display:inline-block;width:auto;max-width:100%;height:auto}}.business-brand__image{width:100%;margin-top:20px;-webkit-order:3;-ms-order:3;order:3}@media (min-width:768px){.business-brand__image{float:left;width:290px;margin-top:0}}.business-brand__image img{max-width:33%}@media (min-width:768px){.business-brand__image img{max-width:100%}}.business-brand__headline{width:100%;margin-top:0;margin-bottom:20px;font-size:1.555555555555556rem;font-weight:600;line-height:1.357142857142857;-webkit-order:1;-ms-order:1;order:1}@media (min-width:768px){.business-brand__headline{float:right;width:-webkit-calc(100% - 290px);width:calc(100% - 290px);margin-top:10px;font-size:2.777777777777778rem;line-height:1.18}}.business-brand__description{width:100%;-webkit-order:2;-ms-order:2;order:2}@media (min-width:768px){.business-brand__description{float:right;width:-webkit-calc(100% - 290px);width:calc(100% - 290px)}}.business-brand__control{width:100%;margin-top:20px;-webkit-order:4;-ms-order:4;order:4}@media (min-width:768px){.business-brand__control{float:right;width:-webkit-calc(100% - 290px);width:calc(100% - 290px);margin-top:32px}}.business-brand__control .btn{width:100%}@media (min-width:768px){.business-brand__control .btn{width:auto}}.category-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1);position:relative;background-color:#fff;height:120px;overflow:hidden}@media (min-width:768px){.category-card{min-height:120px;height:100%}}.category-card:hover .category-card__title{color:#3692e4}.category-card__remark{border-radius:0 0 3px 0;font-size:.611111111111111rem;line-height:1.818181818181818;text-align:center;padding:4px 8px;text-transform:uppercase;position:absolute;left:0;top:0;display:inline-block;font-weight:700;color:#fff;background-color:#30bd9b}.category-card__img{width:100%;height:100%;max-width:120px}@media (min-width:1200px){.category-card__img{max-width:150px}}.category-card__img img{border-radius:0 5px 5px 0;vertical-align:middle;height:100%}.category-card__title{font-size:.833333333333333rem;line-height:1.3;font-weight:600;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;color:#454545;margin-bottom:0}@media (min-width:360px){.category-card__title{font-size:1.111111111111111rem}}@media (min-width:992px){.category-card__title{font-size:1rem}}@media (min-width:1200px){.category-card__title{font-size:1.333333333333333rem;line-height:1.166666666666667}}.category-card__text{width:-webkit-calc(100% - 120px);width:calc(100% - 120px);padding:32px 10px 15px 10px}@media (min-width:360px){.category-card__text{padding-top:35px}}@media (min-width:992px){.category-card__text{padding:29px 10px 10px 20px}}@media (min-width:1200px){.category-card__text{padding:40px 15px 26px 30px;width:-webkit-calc(100% - 150px);width:calc(100% - 150px)}}.category-card._boxed{width:-webkit-calc(100vw - 60px);width:calc(100vw - 60px)}@media (min-width:480px){.category-card._boxed{width:410px}}@media (min-width:768px){.categories-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-bottom:-27px}}@media (max-width:767px){.categories-cards__element{margin-bottom:10px}}@media (min-width:768px){.categories-cards__element{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;width:100%;padding-right:15px;padding-left:15px;margin-bottom:30px}}@media (min-width:992px){.categories-cards__element{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.categories-cards__element._hide{display:none}.class-selection{width:100%;margin-top:30px;margin-bottom:30px;font-size:1rem;line-height:1.666666666666667;background-image:-webkit-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-webkit-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);border-radius:5px}@media (min-width:768px){.class-selection{margin-top:40px;margin-bottom:40px}}.class-selection__link{display:block;padding:20px;color:#454545;text-decoration:none}.class-selection__link:hover{color:#454545}@media (min-width:768px){.class-selection__link{padding:30px}}.class-selection__headline{margin-bottom:14px;font-size:1.333333333333333rem;line-height:1.166666666666667}.class-selection p{font-size:inherit;line-height:inherit}.class-selection .btn{margin-top:20px}@media (min-width:768px){.corresponding-classes{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}.corresponding-classes__desc{font-size:1rem;line-height:1.666666666666667}@media (min-width:768px){.corresponding-classes__desc{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 58.333333333333336%;-ms-flex:0 0 58.333333333333336%;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}}.corresponding-classes__desc p{margin-bottom:20px}.corresponding-classes__similar{margin-top:20px}@media (min-width:768px){.corresponding-classes__similar{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 41.66666666666667%;-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%;margin-top:0}}.corresponding-classes-box{width:100%;padding:20px;background:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (min-width:768px){.corresponding-classes-box{max-width:410px}}.corresponding-classes-box__headline{margin-bottom:25px;font-size:1.222222222222222rem;font-weight:600;line-height:1.363636363636364}@media (min-width:768px){.corresponding-classes-box__headline{font-size:1.333333333333333rem;line-height:1.166666666666667}}.corresponding-classes-box__array{margin:-5px;font-size:0}.corresponding-classes-box__element{display:-webkit-inline-flex;display:-ms-inline-flex;display:inline-flex;width:52px;height:42px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;margin:5px;color:#fff;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;font-weight:600;line-height:1.166666666666667;text-decoration:none;background:#3692e4;border-radius:5px}.examples{margin-top:30px}@media (min-width:992px){.examples{margin-top:70px}}.examples__item{position:relative;width:669px;max-width:100%;margin:0 auto 20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;-webkit-justify-content:left;-ms-justify-content:left;justify-content:left}.examples__item:last-of-type{margin-bottom:40px}@media (min-width:992px){.examples__item{margin:0 auto 60px}.examples__item:nth-child(1){right:-5px}.examples__item:nth-child(2){left:-95px}.examples__item:nth-child(3){right:-5px}.examples__item:last-of-type{margin-bottom:80px}}.examples__text{width:569px;min-height:126px;background-color:#fff;color:#000;border-radius:20px;box-shadow:0 15px 30px -10px rgba(0,0,0,.15);padding:15px}@media (min-width:768px){.examples__text{height:162px;padding:30px}}.examples__text p{font-size:.888888888888889rem;line-height:1.5}@media (min-width:768px){.examples__text p{font-size:1.111111111111111rem;line-height:1.4}}@media (min-width:992px){.examples__text p{font-size:1.333333333333333rem;line-height:1.416666666666667}}.examples__photo{max-width:40px;max-height:40px;margin-right:10px}@media (min-width:768px){.examples__photo{max-width:80px;max-height:80px;margin-right:20px}}.faq-list{background-color:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:25px 30px 15px;margin:15px 0;width:100%}@media (min-width:768px){.faq-list{margin:15px}}.faq-list__question{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-align-items:baseline;align-items:baseline;cursor:pointer}.faq-list__title{text-align:left;color:#454545;font-size:1.333333333333333rem;line-height:1.333333333333333;font-weight:700;display:inline-block;margin-bottom:10px;margin-right:20px}@media (min-width:768px){.faq-list__title{font-size:1.333333333333333rem;line-height:1.333333333333333}}@media (max-width:991px){.faq-list__title{font-size:1.222222222222222rem;line-height:1.363636363636364}}.faq-list__btn svg{-webkit-transition:transform .3s 0s linear;transition:transform .3s 0s linear;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.faq-list__btn svg rect{fill:#ec0039}.faq-list._opened .faq-list__btn svg{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.faq-list._opened .faq-list__btn svg rect{fill:#454545}.faq-list._opened .faq-list__answer{max-height:500px}.faq-list__answer{-webkit-transition:max-height .5s 0s linear;transition:max-height .5s 0s linear;overflow:hidden;max-height:0}.get-report{width:100%;padding-left:20px;padding-right:20px}@media (min-width:768px){.get-report._modal{max-width:580px;padding:30px}}@media (min-width:768px){.get-report{max-width:800px;padding-left:150px;padding-right:150px}.get-report._become-partner{max-width:780px}}.get-report__headline{margin-top:0;margin-bottom:23px;font-weight:600;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){.get-report__headline{margin-bottom:29px;font-size:36px;line-height:1.285714285714286}}.get-report__handler{margin-top:15px}.get-report__form{display:block;width:100%}.get-report__form-element{width:100%}.get-report__form-element:not(:last-child){margin-bottom:10px}.get-report__form-element._control{margin-top:20px}.get-report__form._inline{max-width:1100px}@media (min-width:768px){.get-report__form._inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 auto;gap:10px}}.get-report__form._inline .get-report__form-element._control{margin-top:0}@media (min-width:768px){.get-report__form._inline .get-report__form-element input,.get-report__form._inline button{height:70px}}.get-report__prompt{width:100%;margin-top:20px;font-size:.833333333333333rem;line-height:1.333333333333333;text-align:center}@media (min-width:768px){.get-report__prompt{margin-top:22px}}.get-report__prompt p{font-size:inherit;line-height:inherit}.get-report-list{width:100%;font-size:1rem;line-height:1.555555555555556}@media (min-width:768px){.get-report-list{margin-top:33px}}.get-report-list__element{position:relative;width:100%;min-height:40px;padding-left:60px;font-size:inherit;line-height:inherit}@media (min-width:768px){.get-report-list__element{min-height:74px;padding-left:108px}}.get-report-list__element::before{content:'';position:absolute;top:0;left:0;display:block;width:40px;height:40px;background:url("data:image/svg+xml,%0A%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='80' height='80'/%3E%3Ccircle cx='39' cy='39' r='37' fill='%23454545' fill-opacity='0.1'/%3E%3Ccircle cx='43' cy='43' r='32' fill='%23454545' fill-opacity='0.1'/%3E%3Ccircle cx='40' cy='40' r='30' fill='%23454545'/%3E%3Cpath d='M30 42L35 47L49 33' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:cover}@media (min-width:768px){.get-report-list__element::before{left:3px;width:74px;height:74px}}.get-report-list__element:not(:last-child){margin-bottom:24px}.get-report-banner{position:relative;width:100%;height:100%;margin-top:32px;margin-bottom:28px;padding:20px 20px 95px 20px;background-color:#454545;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px}@media (min-width:768px){.get-report-banner{min-height:400px;margin-bottom:0;padding:30px 40px 0 30px;box-shadow:0 10px 30px rgba(47,34,87,.2)}}@media (min-width:1200px){.get-report-banner{margin-top:0}}.get-report-banner__label{position:absolute;top:0;right:0;display:block;background-repeat:no-repeat;background-size:cover;background-position:0 0;z-index:1}.get-report-banner__label._free{width:100px;height:100px;background-image:url("data:image/svg+xml,%0A%3Csvg width='148' height='148' viewBox='0 0 148 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Crect x='25.4561' y='-26' width='210' height='36' transform='rotate(45 25.4561 -26)' fill='%23FF1037'/%3E%3Cpath d='M56.568 22.5404L51.7205 17.6928L48.7098 20.7035L51.2095 23.2033C52.2453 24.2667 52.7954 25.3554 52.8599 26.4695C52.9243 27.5836 52.5054 28.5917 51.6031 29.494C50.6962 30.4009 49.6765 30.8268 48.544 30.7715C47.4116 30.7163 46.3228 30.1846 45.2778 29.1764L41.4246 25.3232L51.4788 15.269L57.6591 21.4493L56.568 22.5404ZM47.6187 21.7946L43.8415 25.5718L46.2653 27.9956C46.9236 28.6539 47.6095 28.9899 48.3231 29.0038C49.0412 29.0222 49.6949 28.7367 50.2842 28.1475C50.8504 27.5813 51.1197 26.9575 51.0921 26.2761C51.0691 25.5994 50.7376 24.9319 50.0977 24.2736L47.6187 21.7946ZM60.725 35.329L56.3678 30.9718L52.8046 34.5349L57.8662 39.5965L56.7821 40.6807L50.3947 34.2932L60.4488 24.2391L66.7672 30.5575L65.6762 31.6485L60.6836 26.6559L57.4519 29.8876L61.8092 34.2449L60.725 35.329ZM69.0184 46.5364C67.8306 47.4755 66.6153 47.9037 65.3723 47.8208C64.1386 47.7379 62.9739 47.1487 61.8782 46.053C60.6905 44.8653 60.1634 43.4866 60.2969 41.9167C60.435 40.3515 61.2176 38.8554 62.6447 37.4283L63.6115 36.4615C64.546 35.527 65.5335 34.871 66.5739 34.4935C67.6189 34.1206 68.6363 34.0516 69.626 34.2863C70.6204 34.5165 71.5204 35.0344 72.326 35.84C73.394 36.9081 73.9511 38.0636 73.9971 39.3065C74.0477 40.5449 73.5989 41.7441 72.6506 42.9042L71.3178 41.5715C72.0038 40.6554 72.3329 39.8244 72.3053 39.0786C72.2823 38.3375 71.9255 37.6216 71.235 36.9311C70.3879 36.084 69.4097 35.7319 68.3002 35.8746C67.1953 36.0219 66.0652 36.6733 64.9097 37.8288L63.936 38.8024C62.845 39.8935 62.2051 40.9891 62.0163 42.0894C61.8276 43.1896 62.1429 44.1495 62.9624 44.9689C63.6989 45.7055 64.4286 46.1037 65.1514 46.1635C65.8833 46.2234 66.7281 45.9034 67.6856 45.2037L69.0184 46.5364ZM75.3229 59.2215L73.9902 57.8888L82.9533 48.9257L77.9953 43.9676L69.0322 52.9308L67.7063 51.6049L77.7605 41.5508L85.3771 49.1673L75.3229 59.2215ZM95.3968 59.187L85.3426 69.2412L84.0168 67.9153L92.9799 58.9522L89.3753 55.3476L85.2114 59.1525C83.8073 60.4184 82.6656 61.2839 81.7863 61.7489C80.9117 62.2184 80.1175 62.4141 79.404 62.3358C78.695 62.253 78.0045 61.8847 77.3324 61.231L76.8973 60.7959L77.9815 59.7118L78.2715 59.9742C78.7319 60.3701 79.1991 60.5612 79.6733 60.5473C80.1521 60.5289 80.7206 60.3103 81.3789 59.8913C82.0372 59.4724 82.951 58.7289 84.1203 57.6609L89.2027 52.9929L95.3968 59.187ZM96.0528 74.7033L91.8405 70.491L88.2704 72.169L86.9032 70.8018L100.797 64.587L101.957 65.7471L95.7489 79.6475L94.3886 78.2872L96.0528 74.7033ZM93.3321 69.8005L96.7502 73.2186L99.7402 66.8036L93.3321 69.8005ZM112.115 78.0869L108.883 74.8552L99.9198 83.8183L98.6008 82.4994L107.564 73.5363L104.339 70.3115L105.43 69.2205L113.206 76.9959L112.115 78.0869ZM112.37 96.2687L111.037 94.9359L115.685 90.2886L110.616 85.2201L105.969 89.8674L104.643 88.5416L114.697 78.4874L116.023 79.8132L111.7 84.136L116.769 89.2045L121.092 84.8818L122.424 86.2145L112.37 96.2687ZM127.161 101.655C126.176 102.64 125.15 103.335 124.082 103.74C123.018 104.141 121.989 104.231 120.995 104.01C120 103.789 119.098 103.273 118.288 102.463C117.496 101.671 116.987 100.776 116.762 99.7766C116.541 98.773 116.619 97.7418 116.997 96.683C117.383 95.6242 118.046 94.616 118.985 93.6584L119.71 92.9334C120.677 91.9666 121.699 91.2807 122.776 90.8756C123.854 90.4705 124.894 90.3784 125.898 90.5994C126.91 90.8204 127.813 91.3267 128.605 92.1186C129.41 92.9242 129.923 93.8288 130.144 94.8324C130.375 95.8359 130.285 96.874 129.875 97.9467C129.47 99.0147 128.777 100.039 127.797 101.02L127.161 101.655ZM126.491 99.6868C127.684 98.4945 128.358 97.3413 128.515 96.2272C128.676 95.1086 128.326 94.1188 127.465 93.2579C126.627 92.4201 125.647 92.0794 124.523 92.2359C123.409 92.3925 122.279 93.0301 121.133 94.1487L120.394 94.8876C119.239 96.0431 118.571 97.194 118.392 98.3403C118.221 99.4866 118.562 100.486 119.414 101.337C120.27 102.193 121.243 102.546 122.334 102.394C123.43 102.237 124.567 101.583 125.746 100.433L126.491 99.6868Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='148' height='148' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}@media (min-width:768px){.get-report-banner__label._free{width:148px;height:148px}}.get-report-banner__header{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:16px;padding-right:47px}@media (min-width:768px){.get-report-banner__header{margin-bottom:27px;padding-right:210px}}.get-report-banner__headline{margin:0;color:#fff;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.222222222222222rem;font-weight:600;line-height:1.363636363636364}@media (min-width:768px){.get-report-banner__headline{max-width:460px;font-size:1.666666666666667rem;font-weight:400;line-height:1.266666666666667}}.get-report-banner__footer{position:absolute;bottom:0;right:0;width:100%;padding:0 20px 20px;z-index:1}@media (min-width:768px){.get-report-banner__footer{right:40px;bottom:40px;width:auto;padding:0}}.get-report-banner__footer .btn._big{width:100%;padding-left:30px;padding-right:30px}@media (min-width:768px){.get-report-banner__footer .btn._big{width:auto}}.get-report-banner__counter{margin-top:13px;color:#fff;font-weight:900}@media (min-width:768px){.get-report-banner__counter{position:absolute;top:-22px;right:93px;width:140px;margin-top:0;text-align:center}}.get-report-banner__counter-value{font-size:4.444444444444445rem;line-height:1.25}.get-report-banner__counter-label{margin-top:-22px;color:rgba(255,255,255,.5);font-size:.888888888888889rem;line-height:2.375;letter-spacing:.12em;text-transform:uppercase}.get-report-banner .grey-digits-list{color:#fff}.get-report-slider{position:static!important;width:100%;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.get-report-slider__element{width:100%;outline:0}.get-report-slider__element-headline{margin-bottom:7px;color:rgba(255,255,255,.5);font-size:.833333333333333rem;line-height:1.333333333333333}.get-report-slider__element-image{position:relative;width:100%;max-width:374px;margin-top:15px;padding-right:20px}.get-report-slider__element-image::after,.get-report-slider__element-image::before{content:'';position:absolute;display:block;width:100%}.get-report-slider__element-image::before{top:25px;right:0;height:100%;background:rgba(255,255,255,.3);border-radius:5px 5px 0 0;z-index:0}.get-report-slider__element-image::after{left:0;bottom:0;height:155px;background-image:-webkit-linear-gradient(360deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-moz-linear-gradient(360deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-ms-linear-gradient(360deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-o-linear-gradient(360deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-webkit-linear-gradient(180deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-moz-linear-gradient(180deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-ms-linear-gradient(180deg,rgba(69,69,69,0) 0,#454545 100%);background-image:-o-linear-gradient(180deg,rgba(69,69,69,0) 0,#454545 100%);background-image:linear-gradient(180deg,rgba(69,69,69,0) 0,#454545 100%);z-index:1}.get-report-slider__element-image img{display:block;width:100%}.get-report-slider .slick-dots{position:absolute;left:0;bottom:-28px;width:100%;margin:0;font-size:0;text-align:center}@media (min-width:768px){.get-report-slider .slick-dots{bottom:40px;padding-left:30px;text-align:left}}.get-report-slider .slick-dots li{display:inline-block;width:8px;height:8px;margin:0 4px}.get-report-slider .slick-dots li.slick-active button{background-color:#3692e4;color:#9f9f9f}@media (min-width:768px){.get-report-slider .slick-dots li.slick-active button{color:#454545;background-color:#fff;border:1px solid #152438}}@media (min-width:768px){.get-report-slider .slick-dots li{width:38px;height:38px;margin:0}.get-report-slider .slick-dots li:not(:last-child){margin-right:9px}}.get-report-slider .slick-dots button{width:100%;height:100%;border-radius:50%;padding:0;display:block;color:#fff;border:none;cursor:pointer;outline:0;font-size:0;background-color:#b2b8c9;outline:0}@media (min-width:768px){.get-report-slider .slick-dots button{font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:.833333333333333rem;font-weight:900;line-height:1.733333333333333;background-color:#3692e4}}.get-report-slider._hidden{height:0;opacity:0;visibility:hidden;overflow:hidden}.report-close.fancybox-item.report-close{background-image:url(https://dev01.brand-search.dev.defa.ru/local/templates/main/assets/images/icons/icon-close.svg);background-color:initial;background-size:contain;top:30px;right:30px;width:31px;height:31px}@media (max-width:767px){.report-close.fancybox-item.report-close{top:20px;right:20px;width:24px;height:24px}}.report-success{text-align:left!important;padding:20px!important}.report-success .heading-h3{text-align:left!important}@media (min-width:768px){.report-success{padding:30px!important;width:580px!important}}@-moz-keyframes loader{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes loader{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.giant-list-ul{counter-reset:item;margin-top:40px}@media (min-width:992px){.giant-list-ul{margin-top:100px}}.giant-list-ul__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px;width:100%}@media (min-width:992px){.giant-list-ul__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:850px;margin:0 auto 100px}}.giant-list-ul__item:before{content:"0" counter(item) ".";counter-increment:item;color:#fff;text-shadow:1px 0 0 #454545,-1px 0 0 #454545,0 1px 0 #454545,0 -1px 0 #454545,1px 1px #454545,-1px -1px 0 #454545,1px -1px 0 #454545,-1px 1px 0 #454545;font-weight:900;font-size:2.777777777777778rem;line-height:1;margin-bottom:10px}@media (min-width:992px){.giant-list-ul__item:before{margin-bottom:0;font-size:4.444444444444445rem;line-height:1}}.giant-list-ul__title{font-weight:700;font-size:1.333333333333333rem;line-height:1.333333333333333;color:#454545;margin:0 0 10px}@media (min-width:992px){.giant-list-ul__title{margin:0 0 0 50px;font-size:1.777777777777778rem;line-height:1.3125}}.giant-list-ul__description{width:100%;font-size:1rem;line-height:1.388888888888889;color:#454545}@media (min-width:992px){.giant-list-ul__description{width:410px;font-size:1.333333333333333rem;line-height:1.416666666666667}}.giant-utp-text__item{margin-bottom:60px}.giant-utp-text__item:last-of-type{margin-bottom:0}@media (min-width:992px){.giant-utp-text__item{margin-bottom:110px}.giant-utp-text__item:last-of-type{margin-bottom:55px}}.giant-utp-text__item:nth-child(3n+1) p{background-image:-webkit-linear-gradient(right,#f7effc,#f6effb);background-image:-moz-linear-gradient(right,#f7effc,#f6effb);background-image:-ms-linear-gradient(right,#f7effc,#f6effb);background-image:-o-linear-gradient(right,#f7effc,#f6effb);background:background-image: linear-gradient(to left,#f7effc,#f6effb)}.giant-utp-text__item:nth-child(3n+2) p{background-image:-webkit-linear-gradient(left,#faf7f6,#f7f0ea);background-image:-moz-linear-gradient(left,#faf7f6,#f7f0ea);background-image:-ms-linear-gradient(left,#faf7f6,#f7f0ea);background-image:-o-linear-gradient(left,#faf7f6,#f7f0ea);background:background-image: linear-gradient(to right,#faf7f6,#f7f0ea)}.giant-utp-text__item:nth-child(3n+3) p{background-image:-webkit-linear-gradient(right,#eafaf7,#f6faf9);background-image:-moz-linear-gradient(right,#eafaf7,#f6faf9);background-image:-ms-linear-gradient(right,#eafaf7,#f6faf9);background-image:-o-linear-gradient(right,#eafaf7,#f6faf9);background:background-image: linear-gradient(to left,#eafaf7,#f6faf9)}.giant-utp-text__text{position:relative;margin:0 auto 10px;display:table}@media (min-width:992px){.giant-utp-text__text{margin-bottom:20px}}.giant-utp-text__text p{font-weight:900;font-size:3.888888888888889rem;line-height:1;position:relative;text-transform:uppercase;background-image:-webkit-linear-gradient(right,#f7effc,#f6effb);background-image:-moz-linear-gradient(right,#f7effc,#f6effb);background-image:-ms-linear-gradient(right,#f7effc,#f6effb);background-image:-o-linear-gradient(right,#f7effc,#f6effb);background:background-image: linear-gradient(to left,#f7effc,#f6effb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}@media (min-width:992px){.giant-utp-text__text p{font-size:11.11111111111111rem;line-height:1}}.giant-utp-text__text span{font-weight:900;font-size:3.888888888888889rem;line-height:1;position:absolute;left:0;top:0;text-shadow:2px 0 0 #454545,-2px 0 0 #454545,0 2px 0 #454545,0 -2px 0 #454545,1px 1px #454545,-1px -1px 0 #454545,1px -1px 0 #454545,-1px 1px 0 #454545;z-index:0}@media (min-width:992px){.giant-utp-text__text span{font-size:11.11111111111111rem;line-height:1}}.giant-utp-text__description{font-weight:400;font-size:1.333333333333333rem;line-height:1.416666666666667;color:#454545;font-family:Roboto,sans-serif;text-align:center}@media (min-width:992px){.giant-utp-text__description{font-size:3.333333333333333rem;line-height:1}}.good-logotypes-secrets{font-size:1rem;line-height:1.555555555555556}@media (min-width:992px){.good-logotypes-secrets{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}}.good-logotypes-secrets__row-inside{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding:20px;background:#fff}@media (min-width:992px){.good-logotypes-secrets__row-inside{width:auto;margin-left:0;margin-right:0;padding:36px 30px 30px 28px;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px}}.good-logotypes-secrets__row+.good-logotypes-secrets__row{margin-top:22px}@media (min-width:992px){.good-logotypes-secrets__row{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 41.66666666666667%;-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}.good-logotypes-secrets__row+.good-logotypes-secrets__row{margin-top:0}}.good-logotypes-secrets .heading-h3{margin-bottom:20px}.good-logotypes-secrets .btn{width:100%;margin-top:22px}@media (min-width:768px){.good-logotypes-secrets .btn{width:auto}}.gradient-banner{width:100%;padding-top:30px;padding-bottom:30px;text-align:center;background-image:-webkit-linear-gradient(426deg,#454545 0,#898989 100%);background-image:-moz-linear-gradient(426deg,#454545 0,#898989 100%);background-image:-ms-linear-gradient(426deg,#454545 0,#898989 100%);background-image:-o-linear-gradient(426deg,#454545 0,#898989 100%);background-image:-webkit-linear-gradient(246deg,#454545 0,#898989 100%);background-image:-moz-linear-gradient(246deg,#454545 0,#898989 100%);background-image:-ms-linear-gradient(246deg,#454545 0,#898989 100%);background-image:-o-linear-gradient(246deg,#454545 0,#898989 100%);background-image:linear-gradient(246deg,#454545 0,#898989 100%)}@media (min-width:768px){.gradient-banner{padding-top:80px;padding-bottom:80px}}.gradient-banner .heading-h1{margin:0;color:#fff}.gradient-banner .btn{width:100%;margin-top:30px}@media (min-width:768px){.gradient-banner .btn{width:auto;margin-top:48px}}.gradient-blue-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:30px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.gradient-blue-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:50px 0}}.gradient-blue-box__item{overflow:hidden;padding:20px;margin:0 0 20px;border-radius:15px;-webkit-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;min-height:140px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1)}@media (min-width:992px){.gradient-blue-box__item{padding:30px;min-height:auto;-webkit-flex-basis:33.3%;-ms-flex-basis:33.3%;flex-basis:33.3%;margin:0 20px 0 0}}.gradient-blue-box__item:last-of-type{margin:0}.gradient-blue-box__item:nth-child(3n+1){background:#fff}.gradient-blue-box__item:nth-child(3n+2){background-image:-webkit-linear-gradient(right,#e1f1fb,#e5f2f1);background-image:-moz-linear-gradient(right,#e1f1fb,#e5f2f1);background-image:-ms-linear-gradient(right,#e1f1fb,#e5f2f1);background-image:-o-linear-gradient(right,#e1f1fb,#e5f2f1);background:background-image: linear-gradient(to left,#e1f1fb,#e5f2f1)}.gradient-blue-box__item:nth-child(3n+3){background-image:-webkit-linear-gradient(right,#c4eaff,#bdfff7);background-image:-moz-linear-gradient(right,#c4eaff,#bdfff7);background-image:-ms-linear-gradient(right,#c4eaff,#bdfff7);background-image:-o-linear-gradient(right,#c4eaff,#bdfff7);background:background-image: linear-gradient(to left,#c4eaff,#bdfff7)}.gradient-blue-box__title{font-weight:700;font-size:1.666666666666667rem;line-height:1.266666666666667;margin-bottom:10px;letter-spacing:-.03em}@media (min-width:992px){.gradient-blue-box__title{font-size:1.666666666666667rem;line-height:1.266666666666667}}.gradient-blue-box__description{position:relative;font-size:1rem;line-height:1.444444444444444}.grey-border-box{width:100%;margin:0 30px 30px;padding:20px;background-color:#fff;border:1px solid #eaeaea;border-radius:5px}@media (min-width:768px){.grey-border-box{padding:30px}}.grey-box{width:100%;margin-bottom:30px;padding:20px;background-color:#f9f9f9;border-radius:5px}@media (min-width:768px){.grey-box{padding:30px}}.grey-box>:first-child{margin-top:0}.grey-box>:last-child{margin-bottom:0}.grey-box__h3{font-weight:600;margin-top:25px;margin-bottom:20px}.iconic-list__title{font-weight:700;margin-bottom:2px}.iconic-list__item{position:relative;padding-left:60px}.iconic-list__item::before{content:'';position:absolute;display:inline-block;width:40px;height:40px;left:0;top:0;background-repeat:no-repeat;background-size:contain}@media (min-width:768px){.iconic-list__item::before{width:80px;height:80px}}.iconic-list__item._search::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-search-2.svg)}.iconic-list__item._time::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-time.svg)}.iconic-list__item._diagram::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-diagram.svg)}.iconic-list__item._diagram-up::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-diagram-2.svg)}.iconic-list__item._star::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-star-3.svg)}.iconic-list__item._checked::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-checked-2.svg)}.iconic-list__item._briefcase::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-briefcase-2.svg)}.iconic-list__item._award::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-award-2.svg)}.iconic-list__item._only-one::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-1-2.svg)}.iconic-list__item._fast::before{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-fast-2.svg)}.iconic-list__item:not(:last-child){margin-bottom:23px}@media (min-width:768px){.iconic-list__item{padding-left:110px}.iconic-list__item:not(:last-child){margin-bottom:40px}}.iconic-list__item p:not(:last-child){margin-bottom:0}.mobile-carousel__element{margin-left:7px;margin-right:7px}@media (min-width:768px){.mobile-carousel__element{margin-top:7px;margin-bottom:7px}}.mobile-carousel .slick-list{padding-left:20px}@media (min-width:768px){.mobile-carousel .slick-list{padding-left:0}}.mobile-carousel .slick-dots{position:absolute;left:0;bottom:0;display:block;width:100%;font-size:0;list-style:none;text-align:center}@media (min-width:768px){.mobile-carousel .slick-dots{display:none}}.mobile-carousel .slick-dots li{display:inline-block;vertical-align:top}.mobile-carousel .slick-dots li:not(:last-child){margin-right:8px}.mobile-carousel .slick-dots li.slick-active button{background:#ec0039}.mobile-carousel .slick-dots button{display:block;width:8px;height:8px;padding:0;font-size:0;background:#ddd;border-radius:50%;cursor:pointer;outline:0;-webkit-transition:all .2s linear;transition:all .2s linear}.news-mailing{width:100%;margin-top:10px;margin-bottom:10px;padding:20px 20px 43px;background-image:-webkit-linear-gradient(426.09000000000003deg,#e3edf2,#deedeb 100%);background-image:-moz-linear-gradient(426.09000000000003deg,#e3edf2,#deedeb 100%);background-image:-ms-linear-gradient(426.09000000000003deg,#e3edf2,#deedeb 100%);background-image:-o-linear-gradient(426.09000000000003deg,#e3edf2,#deedeb 100%);background-image:-webkit-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-moz-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-ms-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-o-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:linear-gradient(246.09deg,#e3edf2,#deedeb 100%);border-radius:5px}@media (min-width:992px){.news-mailing{margin-top:15px;margin-bottom:15px}}@media (min-width:992px){.news-mailing{padding:50px 110px 86px}}.news-mailing__content{text-align:center}.news-mailing__content p{line-height:1.555555555555556}@media (min-width:768px){.news-mailing__content p{line-height:1.166666666666667}}.news-mailing__headline{margin-bottom:11px;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.news-mailing__headline{margin-bottom:21px;font-size:2.777777777777778rem;line-height:1.18}}.news-mailing__form{width:100%;max-width:990px;margin:14px auto 0}@media (min-width:768px){.news-mailing__form{margin-top:43px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.news-mailing__input{width:100%;margin-bottom:10px;height:50px;padding:8px 48px 8px 10px;border:1px solid #fff;border-radius:5px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.news-mailing__input._error{color:#ec0039;border-color:#ec0039}.news-mailing__input._error::-webkit-input-placeholder{color:#ec0039}.news-mailing__input._error::-moz-placeholder{color:#ec0039}.news-mailing__input._error:-ms-input-placeholder{color:#ec0039}.news-mailing__input._error:-moz-placeholder{color:#ec0039}.news-mailing__input::-webkit-input-placeholder{color:rgba(69,69,69,.4)}.news-mailing__input::-moz-placeholder{color:rgba(69,69,69,.4)}.news-mailing__input:-ms-input-placeholder{color:rgba(69,69,69,.4)}.news-mailing__input:-moz-placeholder{color:rgba(69,69,69,.4)}.news-mailing__input:focus::-webkit-input-placeholder{color:transparent}.news-mailing__input:focus::-moz-placeholder{color:transparent}.news-mailing__input:focus:-ms-input-placeholder{color:transparent}.news-mailing__input:focus:-moz-placeholder{color:transparent}@media (min-width:768px){.news-mailing__input{width:-webkit-calc(100% - 180px);width:calc(100% - 180px);height:60px;margin-bottom:0;padding:10px 10px 10px 22px;border-radius:5px 0 0 5px;box-shadow:0 3px 6px rgba(21,36,56,.15)}}.news-mailing__btn{width:100%;outline:0;border:none}@media (min-width:768px){.news-mailing__btn{border-radius:0 5px 5px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;max-width:180px;box-shadow:0 10px 20px rgba(255,16,55,.25)}}.news-mailing-message{width:100%;max-width:300px}@media (min-width:768px){.news-mailing-message{max-width:800px;padding-left:150px;padding-right:150px}}.news-mailing-message__icon{width:57px;height:57px;-webkit-transform:translateX(-12px);-ms-transform:translateX(-12px);transform:translateX(-12px)}@media (min-width:768px){.news-mailing-message__icon{width:85px;height:85px;-webkit-transform:translateX(-18px);-ms-transform:translateX(-18px);transform:translateX(-18px)}}.news-mailing-message__icon svg{display:block;width:100%;height:100%;fill:#ec0039}.news-mailing-message__headline{font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){.news-mailing-message__headline{font-size:1.944444444444444rem;line-height:1.285714285714286}}.news-mailing-message__control{width:100%;margin-top:33px}.news-mailing-message__control .btn{width:100%}@media (min-width:768px){.news-mailing-message__control{margin-top:38px}}.numbered-feature{box-shadow:0 5px 15px rgba(0,0,0,.1);background-color:#fff;padding:20px;border-radius:5px;height:100%;position:relative;white-space:normal}.numbered-feature::after{content:counter(myCounter);counter-increment:myCounter;position:absolute;color:rgba(69,69,69,.1);font-weight:900;font-size:11.11111111111111rem;line-height:1.17;right:0;bottom:-47px}@media (min-width:768px){.numbered-feature{padding:20px 28px 25px 19px}}.numbered-feature__title{font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;text-align:left;color:#3692e4;font-size:1.333333333333333rem;line-height:1.333333333333333;margin-bottom:16px}@media (min-width:768px){.numbered-feature__title{font-size:1.333333333333333rem;line-height:1.333333333333333}}.numbered-feature__text{font-size:1rem;line-height:1.555555555555556}.numbered-features{counter-reset:myCounter}@media (max-width:479px){.numbered-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;white-space:nowrap;overflow:hidden;overflow-x:scroll;padding-bottom:20px;margin-bottom:-20px;margin-right:-20px}.numbered-features::-webkit-scrollbar{display:none}}@media (min-width:992px){.numbered-features{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:479px){.numbered-features__element{width:300px;min-width:300px;display:inline-block}.numbered-features__element:not(:last-child){margin-right:10px}}@media (min-width:480px) and (max-width:992px){.numbered-features__element:not(:last-child){margin-bottom:15px}}@media (min-width:992px){.numbered-features__element{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;position:relative;width:100%;padding-right:15px;padding-left:15px}}.paywall-wrapper{position:fixed;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-align-items:flex-end;align-items:flex-end;width:100%;height:100%;background:rgba(69,69,69,.8);opacity:0;overflow:hidden;pointer-events:none;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;z-index:500}.paywall-close{position:absolute;top:0;right:0;width:58px;height:58px;padding:18px;background:0 0;border:0;cursor:pointer;outline:0;z-index:1}@media (min-width:768px){.paywall-close{top:13px;right:64px;padding:13px}}.paywall-close svg{width:100%;height:100%;fill:#3692e4}.paywall-section{position:relative;width:100%;max-height:100%;text-align:center;background:#f9f9f9;overflow:auto;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:transform .2s linear;transition:transform .2s linear}.paywall-section__body{width:100%;max-width:600px;margin-left:auto;margin-right:auto;padding:52px 15px}@media (min-width:768px){.paywall-section__body{padding-bottom:72px}}.paywall-section .heading-h1{margin-top:0;margin-bottom:18px}.paywall-section p{max-width:520px;margin-left:auto;margin-right:auto}.paywall-section a:not(.btn){text-decoration:underline}.paywall-section a:not(.btn):hover{text-decoration:none}.paywall-section .btn{width:100%;max-width:410px;margin-top:10px}@media (min-width:768px){.paywall-section .btn{margin-top:22px}}.paywall-section .btn+p{margin-top:20px}@media (min-width:768px){.paywall-section .btn+p{margin-top:30px}}.free-consultation{height:252px;width:548px;display:none;position:fixed;left:30px;bottom:30px;padding:30px 200px 30px 30px;overflow:hidden;z-index:5;background-image:-webkit-linear-gradient(506.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-moz-linear-gradient(506.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-ms-linear-gradient(506.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-o-linear-gradient(506.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-webkit-linear-gradient(326.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-moz-linear-gradient(326.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-ms-linear-gradient(326.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:-o-linear-gradient(326.55deg,#cee2ec 11.79%,#b4d0de 83.96%);background-image:linear-gradient(326.55deg,#cee2ec 11.79%,#b4d0de 83.96%);border-radius:10px;box-shadow:5px 5px 15px rgba(0,0,0,.15)}@media (max-width:767px){.free-consultation{padding:20px 20px 20px 20px;height:auto;width:-webkit-calc(100% - 60px);width:calc(100% - 60px)}}.free-consultation:after{content:'';display:block;background-repeat:no-repeat;background-image:url(/local/templates/main/css/../assets/images/free-consultation/free-consultation.svg);background-position:-25px 1px;width:250px;height:220px;position:absolute;right:0;bottom:0;z-index:-1}@media (max-width:767px){.free-consultation:after{background:0 0}}.free-consultation__title{text-align:left;color:#454545;display:inline-block;font-size:1.333333333333333rem;line-height:1.333333333333333;font-weight:bolder;margin-bottom:10px}.free-consultation__text{margin-bottom:20px}.free-consultation__close{cursor:pointer;position:absolute;top:20px;right:20px}.free-consultation__close:hover svg path fill{color:#ec0039}.rainbow-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:30px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.rainbow-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:50px}}.rainbow-box__item{padding:20px;margin:0 0 20px;border-radius:10px;-webkit-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;min-height:162px}@media (min-width:992px){.rainbow-box__item{padding:30px;min-height:auto;-webkit-flex-basis:33.3%;-ms-flex-basis:33.3%;flex-basis:33.3%;margin:0 30px 0 0}}.rainbow-box__item:last-of-type{margin:0}.rainbow-box__item:nth-child(3n+1){background-image:-webkit-linear-gradient(right,#fcefff,#e8fffc);background-image:-moz-linear-gradient(right,#fcefff,#e8fffc);background-image:-ms-linear-gradient(right,#fcefff,#e8fffc);background-image:-o-linear-gradient(right,#fcefff,#e8fffc);background:background-image: linear-gradient(to left,#fcefff,#e8fffc);box-shadow:0 15px 30px #f9f2ff}.rainbow-box__item:nth-child(3n+2){background-image:-webkit-linear-gradient(right,#ecffe3,#fff0ec);background-image:-moz-linear-gradient(right,#ecffe3,#fff0ec);background-image:-ms-linear-gradient(right,#ecffe3,#fff0ec);background-image:-o-linear-gradient(right,#ecffe3,#fff0ec);background:background-image: linear-gradient(to left,#ecffe3,#fff0ec);box-shadow:0 15px 30px #eeffe4}.rainbow-box__item:nth-child(3n+3){background-image:-webkit-linear-gradient(right,#e4e1fb,#fff5ea);background-image:-moz-linear-gradient(right,#e4e1fb,#fff5ea);background-image:-ms-linear-gradient(right,#e4e1fb,#fff5ea);background-image:-o-linear-gradient(right,#e4e1fb,#fff5ea);background:background-image: linear-gradient(to left,#e4e1fb,#fff5ea);box-shadow:0 15px 30px #e6e2fb}.rainbow-box__title{font-weight:700;font-size:1.333333333333333rem;line-height:1.166666666666667;margin-bottom:10px}@media (min-width:992px){.rainbow-box__title{margin-bottom:16px}}.rainbow-box__description{color:#000;font-size:1rem;line-height:1.555555555555556}.rainbow-num-box{counter-reset:rnitem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:30px 0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){.rainbow-num-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:50px 0}}.rainbow-num-box__item{position:relative;overflow:hidden;counter-increment:item;padding:20px;margin:0 0 20px;border-radius:10px;-webkit-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;min-height:162px;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1)}@media (min-width:992px){.rainbow-num-box__item{padding:30px;min-height:auto;-webkit-flex-basis:25%;-ms-flex-basis:25%;flex-basis:25%;margin:0 20px 0 0}}.rainbow-num-box__item:last-of-type{margin:0}.rainbow-num-box__item:before{position:absolute;bottom:0;right:20px;content:counter(item);font-style:normal;font-weight:900;font-size:11.11111111111111rem;line-height:.7;opacity:.4;color:#454545;z-index:1}@media (min-width:992px){.rainbow-num-box__item:before{right:0}}.rainbow-num-box__item:nth-child(3n+1):before{color:#b7faad}.rainbow-num-box__item:nth-child(3n+2):before{color:#ade2fa}.rainbow-num-box__item:nth-child(3n+3):before{color:#fae0ad}.rainbow-num-box__item:nth-child(3n+4):before{color:#faadad}.rainbow-num-box__item-wrapper{position:relative;padding:15px;counter-increment:wrapper-item}@media (min-width:768px){.rainbow-num-box__item-wrapper{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.rainbow-num-box__item-wrapper{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.rainbow-num-box__item-wrapper:before{position:absolute;bottom:15px;right:20px;content:counter(wrapper-item);font-style:normal;font-weight:900;font-size:11.11111111111111rem;line-height:.7;opacity:.4;color:#ecebeb;z-index:1}@media (min-width:992px){.rainbow-num-box__item-wrapper:before{right:35px}}.rainbow-num-box__title{font-weight:700;font-size:1.333333333333333rem;line-height:1.166666666666667;margin-bottom:20px}.rainbow-num-box__description{position:relative;color:#000;font-size:1rem;line-height:1.555555555555556;z-index:2}.rainbow-num-box._services{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}@media (max-width:767px){.rainbow-num-box._services br{display:none}}@media (min-width:992px){.rainbow-num-box._services .rainbow-num-box__item-wrapper{min-height:255px}}.rainbow-num-box._services .rainbow-num-box__item{width:100%;height:100%}.rainbow-num-box._services .rainbow-num-box__item::before{content:none}.registration-potential{width:100%;padding:20px;background-image:-webkit-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(431.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-webkit-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-moz-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-ms-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:-o-linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);background-image:linear-gradient(251.13deg,#e1f1fb 0,#e5f2f1 100%);box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px}@media (min-width:992px){.registration-potential{padding-top:50px;padding-bottom:56px}}.registration-potential__content{width:100%;max-width:850px;margin-left:auto;margin-right:auto;text-align:center}@media (min-width:992px){.registration-potential__content{text-align:left}}.registration-potential__headline{margin-top:0;margin-bottom:20px;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.registration-potential__headline{max-width:700px;margin-bottom:28px;font-size:2.777777777777778rem;line-height:1.18}}.registration-potential__form{width:100%;margin-top:14px}@media (min-width:992px){.registration-potential__form{margin-top:29px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.registration-potential__input{width:100%;margin-bottom:20px;height:50px;padding-left:16px;padding-right:16px;border:1px solid #fff;border-radius:5px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 3px 6px rgba(21,36,56,.15)}.registration-potential__input::-webkit-input-placeholder{color:rgba(69,69,69,.4)}.registration-potential__input::-moz-placeholder{color:rgba(69,69,69,.4)}.registration-potential__input:-ms-input-placeholder{color:rgba(69,69,69,.4)}.registration-potential__input:-moz-placeholder{color:rgba(69,69,69,.4)}.registration-potential__input._error{color:#ec0039;border-color:#ec0039}.registration-potential__input._error::-webkit-input-placeholder{color:#ec0039}.registration-potential__input._error::-moz-placeholder{color:#ec0039}.registration-potential__input._error:-ms-input-placeholder{color:#ec0039}.registration-potential__input._error:-moz-placeholder{color:#ec0039}.registration-potential__input:focus::-webkit-input-placeholder{color:transparent}.registration-potential__input:focus::-moz-placeholder{color:transparent}.registration-potential__input:focus:-ms-input-placeholder{color:transparent}.registration-potential__input:focus:-moz-placeholder{color:transparent}@media (min-width:992px){.registration-potential__input{width:-webkit-calc(100% - 180px);width:calc(100% - 180px);height:60px;margin-bottom:0;padding-left:22px;padding-right:22px;border-radius:5px 0 0 5px}}.registration-potential__btn{width:100%;outline:0;border:none}@media (min-width:992px){.registration-potential__btn{border-radius:0 5px 5px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;max-width:180px}}.registration-potential__btn:hover{background-color:#ec0039}.registration-potential__example{display:none}@media (min-width:992px){.registration-potential__example{display:block;margin-top:15px}}.registration-potential__example a,.registration-potential__example span{cursor:pointer;color:#3692e4;text-decoration:underline}.registration-potential__example a:hover,.registration-potential__example span:hover{color:#ec0039;text-decoration:none}@media (min-width:768px){.registration-potential p{max-width:565px}}.responsive-table{width:100%}.responsive-table__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 10px 14px;border:1px solid #eaeaea}.responsive-table__row+.responsive-table__row{margin-top:10px}@media (min-width:992px){.responsive-table__row{padding:0;border:0;border-bottom:1px solid #eaeaea}.responsive-table__row+.responsive-table__row{margin-top:0}}.responsive-table__row._header{display:none;background-color:#f6f6f6;border-bottom:0}@media (min-width:992px){.responsive-table__row._header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.responsive-table__row._header .responsive-table__cell{color:#808895}.responsive-table__cell{width:100%;font-size:.722222222222222rem;line-height:1.384615384615385}.responsive-table__cell+.responsive-table__cell{margin-top:15px}.responsive-table__cell._agreement-date,.responsive-table__cell._agreement-no{width:auto}.responsive-table__cell._agreement-no{margin-top:0;padding-left:10px}.responsive-table__cell._agreement-type,.responsive-table__cell._case-sum{margin-top:8px}@media (min-width:992px){.responsive-table__cell{padding:11px 0 11px 20px}.responsive-table__cell+.responsive-table__cell{margin-top:0}.responsive-table__cell._agreement-date{width:12.81%}.responsive-table__cell._agreement-no{width:14.9%;padding-left:20px}.responsive-table__cell._agreement-type{width:15%;margin-top:0}.responsive-table__cell._agreement-gain{width:42%}.responsive-table__cell._agreement-status{width:15.2%}.responsive-table__cell._case-no{width:25.62%}.responsive-table__cell._case-sum{width:15.12%;margin-top:0}.responsive-table__cell._case-plaintiff{width:28.93%}.responsive-table__cell._case-respondent{width:30.2%}}.responsive-table__label{display:block;margin-bottom:5px;color:rgba(69,69,69,.5);font-size:inherit}@media (min-width:992px){.responsive-table__label{display:none}}.responsive-table__value{width:100%;font-size:inherit;line-height:inherit;text-overflow:ellipsis;overflow:hidden}.risk-card{width:100%;padding:10px 20px 20px;border-radius:10px}.risk-card+.risk-card{margin-top:10px}.risk-card__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin-bottom:12px}@media (min-width:768px){.risk-card__header>*{margin-top:10px}.risk-card__header>:not(:last-child){margin-right:10px}}.risk-card__date{width:100%;color:rgba(69,69,69,.5);font-size:1rem;line-height:1.666666666666667}@media (min-width:768px){.risk-card__date{width:auto}}.risk-card__headline{width:100%;margin-bottom:0;font-size:1rem;line-height:1.666666666666667;letter-spacing:1.35px}@media (min-width:768px){.risk-card__headline{width:auto}}.risk-card__label{margin-top:6px;padding:5px 12px 3px;font-size:.833333333333333rem;font-weight:600;line-height:1.333333333333333;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.1)}@media (min-width:768px){.risk-card__label{margin-top:10px}}.risk-card__description{width:100%;font-size:1rem;line-height:1.666666666666667}.risk-card__description p{font-size:inherit;line-height:inherit}.risk-card__highlighted{border-bottom:3px solid transparent}.risk-card._grey{background-color:#f9f9f9}.risk-card._grey .risk-card__label{color:#454545;background-color:#fff}.risk-card._grey .risk-card__highlighted{border-bottom-color:#3692e4}.risk-card._red{background-color:rgba(236,0,57,.04)}.risk-card._red .risk-card__label{color:#fff;background-color:#ec0039}.risk-card._red .risk-card__highlighted{border-bottom-color:#ec0039}.risk-card._hide{display:none}.scrollable-table{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width:992px){.scrollable-table{width:100%;margin-left:0;margin-right:0;overflow:initial}}.scrollable-table__inside{width:100%;min-width:530px;padding-left:20px;padding-right:20px}@media (min-width:768px){.scrollable-table__inside{min-width:initial;padding-left:0;padding-right:0}}.scrollable-table__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;border-bottom:1px solid #ebedf2}.scrollable-table__row._header{font-weight:600;background-color:#f6f6f6;border-bottom:0;border-radius:5px}.scrollable-table__row._header .scrollable-table__cell{padding-top:15px;padding-bottom:15px}@media (min-width:768px){.scrollable-table__row._header .scrollable-table__cell{padding-bottom:15px}}.scrollable-table__row._header .scrollable-table__cell._tax{text-align:left}.scrollable-table__cell{padding:20px 20px 12px;font-size:1rem;line-height:1.555555555555556}@media (min-width:768px){.scrollable-table__cell{padding:20px}}.scrollable-table__cell._no{width:80px;padding-right:0;font-weight:600}@media (min-width:768px){.scrollable-table__cell._no{width:110px;padding-right:20px}}.scrollable-table__cell._desc{width:-webkit-calc(100% - 230px);width:calc(100% - 230px)}@media (min-width:768px){.scrollable-table__cell._desc{width:-webkit-calc(100% - 320px);width:calc(100% - 320px)}}.scrollable-table__cell._tax{width:150px;font-weight:600;text-align:right}@media (min-width:768px){.scrollable-table__cell._tax{width:210px}}.scrollable-table__headline{margin-top:0;margin-bottom:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;font-weight:600;line-height:1.333333333333333}.scroll-table-wrapper{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width:992px){.scroll-table-wrapper{width:100%;margin-left:0;margin-right:0;overflow:initial}}.scroll-table-wrapper__inside{width:100%;min-width:142vw;padding-left:20px;padding-right:20px}@media (min-width:768px){.scroll-table-wrapper__inside{min-width:initial;padding-left:0;padding-right:0}}.scroll-table{width:100%;border:0;border-collapse:collapse;border-spacing:0}.scroll-table thead{font-weight:600;background-color:#f6f6f6}.scroll-table thead tr{border-bottom:0}.scroll-table thead td{padding-top:19px;padding-bottom:19px;text-align:left}.scroll-table thead td:first-child{border-radius:5px 0 0 5px}.scroll-table thead td:last-child{border-radius:0 5px 5px 0}.scroll-table thead td._tax{text-align:left}.scroll-table tr{border-bottom:1px solid #ebedf2}.scroll-table td{min-width:60vw;padding:23px 20px;text-align:left;border:0;vertical-align:top}@media (min-width:768px){.scroll-table td{min-width:initial}}.scroll-table td._no{min-width:26vw}@media (min-width:768px){.scroll-table td._no{min-width:5.7vw}}.scroll-table td._tax{min-width:40vw;text-align:right}@media (min-width:768px){.scroll-table td._tax{min-width:10.9vw}}.scroll-table__headline{margin-top:0;margin-bottom:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;font-weight:600;line-height:1.333333333333333}.leads{position:relative;text-align:center}.leads__subtitle{display:block;color:#454545;font-size:1.333333333333333rem;line-height:1.458333333333333;margin:0 auto 40px;max-width:850px;text-align:center}@media (min-width:992px){.leads__subtitle{margin-bottom:50px}}.leads__subtitle._where,.leads__subtitle._whom{font-size:1rem;line-height:1.444444444444444;margin-top:20px}@media (min-width:992px){.leads__subtitle._where,.leads__subtitle._whom{margin-top:40px;font-size:1.333333333333333rem;line-height:1.458333333333333}}.leads__subtitle._whom{margin:20px auto}@media (min-width:992px){.leads__subtitle._whom{margin:50px auto 60px}}.leads .container{position:relative}.leads .container:before{border-radius:50%;z-index:-1;content:"";background-image:-webkit-linear-gradient(443.33deg,#e5f2f1 0,#e1f1fb 100%);background-image:-moz-linear-gradient(443.33deg,#e5f2f1 0,#e1f1fb 100%);background-image:-ms-linear-gradient(443.33deg,#e5f2f1 0,#e1f1fb 100%);background-image:-o-linear-gradient(443.33deg,#e5f2f1 0,#e1f1fb 100%);background:background-image: linear-gradient(263.33deg,#e5f2f1 0,#e1f1fb 100%);filter:blur(250px);position:absolute;width:2129px;height:2129px;right:-250%;top:-400%}@media (min-width:992px){.leads .container:before{right:-70%;top:-270%}}.leads .container:after{border-radius:50%;z-index:-1;content:"";background-image:-webkit-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-moz-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-ms-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-o-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background:background-image: linear-gradient(263.33deg,#f0e5f2 0,#fff5d1 100%);filter:blur(250px);position:absolute;width:1052px;height:1052px;left:-100%;top:80%}@media (min-width:992px){.leads .container:after{width:1438px;height:1438px;left:-48%;top:60%}}.tariffs{padding-bottom:80px!important}@media (min-width:992px){.tariffs{padding-bottom:100px!important}}.tariffs .container{position:relative}.tariffs .container:before{border-radius:50%;z-index:-1;content:"";background-image:-webkit-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-moz-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-ms-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background-image:-o-linear-gradient(443.33deg,#f0e5f2 0,#fff5d1 100%);background:background-image: linear-gradient(263.33deg,#f0e5f2 0,#fff5d1 100%);filter:blur(250px);position:absolute;width:1052px;height:1052px;left:0;top:0}@media (min-width:992px){.tariffs .container:before{width:1438px;height:1438px;left:0;top:10%}}.simple-slider{position:relative;width:100%;height:100%;background:#454545;border-radius:5px;overflow:hidden;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.simple-slider__element{width:100%;outline:0}.simple-slider__element p{max-width:460px;margin:0;font-size:inherit;line-height:inherit}.simple-slider__link{display:block;width:100%;padding:20px 20px 63px;color:#fff;font-size:1.666666666666667rem;line-height:1.266666666666667;text-decoration:none;outline:0}.simple-slider__link:hover{color:#fff}.simple-slider__label{display:inline-block;margin-bottom:15px;padding:4px 12px;font-size:.833333333333333rem;line-height:1.333333333333333;text-transform:uppercase;background:#3692e4;border-radius:3px;vertical-align:top}.simple-slider .slick-dots{position:absolute;bottom:34px;left:0;width:100%;margin:0;padding-left:19px;font-size:0;list-style:none}.simple-slider .slick-dots li{display:inline-block;width:8px;height:8px;vertical-align:top}.simple-slider .slick-dots li:not(:last-child){margin-right:8px}.simple-slider .slick-dots li.slick-active button{background:#3692e4}.simple-slider .slick-dots button{display:block;width:100%;height:100%;padding:0;background:#fff;border:0;border-radius:50%;cursor:pointer;outline:0}.simple-slider._hidden{height:0;opacity:0}.social-links{font-size:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:-5.5px;margin-left:-5.5px}.social-links__item{display:inline-block;padding:0 5.5px;width:50%;height:50px}@media (min-width:992px){.social-links__item{width:75px;height:40px;padding:0}.social-links__item:not(:last-child){margin-right:11px}}.social-links__link{display:inline-block;border:1px solid rgba(255,255,255,.2);width:100%;height:100%;position:relative;background-repeat:no-repeat;background-position:center;border-radius:5px}.social-links__link._fb{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-fb.svg)}.social-links__link._vk{background-image:url(/local/templates/main/css/../../../templates/main/assets/images/icons/icon-vk.svg)}.social-share{width:100%}.social-share__headline{margin-top:0;margin-bottom:4px;color:#8e8e8e;font-size:.722222222222222rem;line-height:2.307692307692307;font-weight:600;text-transform:uppercase}.social-share__array{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.social-share .social-likes__widget{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:122px;height:35px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;background-color:#3692e4;border-radius:5px;cursor:pointer}.social-share .social-likes__widget:not(:last-child){margin-right:5px}.social-share .social-likes__widget::before{content:'';display:block;background-size:cover;background-repeat:no-repeat}.social-share .social-likes__widget_vkontakte::before{width:20px;height:12px;background-image:url("data:image/svg+xml, %3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8217 10.4726C19.768 10.3825 19.4355 9.65999 17.8354 8.17488C16.1602 6.61976 16.3852 6.87228 18.4029 4.18333C19.6317 2.54571 20.123 1.54564 19.9693 1.11811C19.823 0.710576 18.9192 0.818084 18.9192 0.818084L15.914 0.835585C15.914 0.835585 15.6914 0.805583 15.5252 0.904341C15.3639 1.00185 15.2602 1.22686 15.2602 1.22686C15.2602 1.22686 14.7839 2.49446 14.1488 3.57204C12.81 5.84596 12.2737 5.96597 12.0549 5.82471C11.5461 5.49593 11.6736 4.50211 11.6736 3.79706C11.6736 1.59314 12.0074 0.674324 11.0223 0.436806C10.6948 0.35805 10.4548 0.305546 9.61849 0.296796C8.54591 0.285545 7.6371 0.300546 7.12331 0.551814C6.78078 0.719327 6.51701 1.09311 6.67827 1.11436C6.87704 1.14061 7.32707 1.23562 7.56584 1.56064C7.87461 1.97942 7.86336 2.92199 7.86336 2.92199C7.86336 2.92199 8.04088 5.51593 7.44958 5.83846C7.0433 6.05972 6.48701 5.60844 5.29317 3.54454C4.68188 2.48821 4.21934 1.31937 4.21934 1.31937C4.21934 1.31937 4.13059 1.10186 3.97182 0.985597C3.77931 0.844336 3.50929 0.799333 3.50929 0.799333L0.651577 0.816834C0.651577 0.816834 0.222796 0.829335 0.0652839 1.0156C-0.0747265 1.18186 0.0540331 1.52439 0.0540331 1.52439C0.0540331 1.52439 2.2917 6.75852 4.82439 9.39747C7.14831 11.8164 9.78601 11.6576 9.78601 11.6576H10.9811C10.9811 11.6576 11.3424 11.6176 11.5261 11.4189C11.6961 11.2364 11.6899 10.8938 11.6899 10.8938C11.6899 10.8938 11.6661 9.28996 12.4112 9.0537C13.145 8.82118 14.0876 10.6038 15.0864 11.2901C15.8415 11.8089 16.4152 11.6951 16.4152 11.6951L19.0867 11.6576C19.0867 11.6576 20.4843 11.5714 19.8217 10.4726Z' fill='white'/%3E%3C/svg%3E")}.social-share .social-likes__widget_facebook::before{width:10px;height:16px;background-image:url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99939 0.00332907L6.92457 0C4.59358 0 3.08719 1.54552 3.08719 3.93762V5.75313H1.00105C0.820783 5.75313 0.674805 5.89927 0.674805 6.07954V8.71001C0.674805 8.89028 0.820949 9.03625 1.00105 9.03625H3.08719V15.6738C3.08719 15.854 3.23317 16 3.41343 16H6.13525C6.31552 16 6.4615 15.8539 6.4615 15.6738V9.03625H8.90068C9.08095 9.03625 9.22693 8.89028 9.22693 8.71001L9.22792 6.07954C9.22792 5.99299 9.19347 5.91009 9.13238 5.84884C9.07129 5.78758 8.98807 5.75313 8.90151 5.75313H6.4615V4.2141C6.4615 3.47438 6.63777 3.09886 7.60136 3.09886L8.99905 3.09836C9.17915 3.09836 9.32513 2.95222 9.32513 2.77211V0.329578C9.32513 0.149642 9.17932 0.00366197 8.99939 0.00332907Z' fill='white'/%3E%3C/svg%3E%0A")}.social-share .social-likes__widget_twitter::before{width:18px;height:16px;background-image:url("data:image/svg+xml,%0A%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2.41936C17.3375 2.71292 16.6266 2.91201 15.8797 3.00089C16.6424 2.54422 17.2261 1.81986 17.5028 0.959394C16.7874 1.38231 15.9978 1.68939 15.1565 1.85586C14.4827 1.13713 13.5244 0.689453 12.4615 0.689453C10.4222 0.689453 8.76879 2.34289 8.76879 4.38101C8.76879 4.67007 8.80141 4.95239 8.86441 5.22236C5.796 5.06824 3.07515 3.59816 1.25412 1.36431C0.935794 1.90872 0.754706 2.54307 0.754706 3.22022C0.754706 4.50136 1.40709 5.63177 2.39691 6.29312C1.79176 6.27289 1.22262 6.10642 0.724353 5.82971V5.87583C0.724353 7.66424 1.99762 9.15683 3.68591 9.49653C3.37659 9.57977 3.05041 9.62589 2.71297 9.62589C2.47453 9.62589 2.24394 9.60227 2.01785 9.55727C2.488 11.0251 3.85126 12.0925 5.46647 12.1218C4.20332 13.1116 2.61062 13.6999 0.880706 13.6999C0.582647 13.6999 0.289059 13.6819 0 13.6493C1.63432 14.6987 3.57459 15.3106 5.65994 15.3106C12.4525 15.3106 16.1655 9.68439 16.1655 4.80507L16.1531 4.32704C16.8786 3.8096 17.5062 3.15948 18 2.41936Z' fill='white'/%3E%3C/svg%3E%0A")}.social-share .social-likes__widget_telegram::before{width:16px;height:14px;background-image:url("data:image/svg+xml,%0A%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.282607 6.71462L3.96933 8.09062L5.39631 12.6798C5.48762 12.9737 5.84703 13.0823 6.08559 12.8873L8.14063 11.212C8.35605 11.0365 8.66287 11.0277 8.88799 11.1911L12.5946 13.8822C12.8498 14.0677 13.2113 13.9278 13.2753 13.6195L15.9906 0.558617C16.0604 0.221763 15.7294 -0.0592498 15.4087 0.0648035L0.278287 5.90166C-0.0950995 6.04566 -0.0918461 6.5743 0.282607 6.71462ZM5.16634 7.35814L12.3716 2.92043C12.5011 2.84091 12.6343 3.016 12.5231 3.11915L6.57669 8.64662C6.36767 8.84118 6.23285 9.10155 6.19466 9.38416L5.9921 10.8853C5.96527 11.0857 5.68373 11.1056 5.62842 10.9116L4.84938 8.1743C4.76015 7.86208 4.89018 7.52859 5.16634 7.35814Z' fill='white'/%3E%3C/svg%3E%0A")}.social-share .social-likes__widget_messenger::before{width:16px;height:16px;background-image:url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.582 0 0 3.316 0 7.407C0 9.738 1.163 11.817 2.981 13.175V16L5.705 14.505C6.432 14.706 7.202 14.815 8 14.815C12.418 14.815 16 11.499 16 7.408C16 3.316 12.418 0 8 0Z' fill='%23FAFAFA'/%3E%3Cpath d='M8.7952 9.97476L6.7582 7.80176L2.7832 9.97476L7.1552 5.33276L9.2422 7.50576L13.1682 5.33276L8.7952 9.97476Z' fill='%233692E4'/%3E%3C/svg%3E%0A")}@media (min-width:768px){.source-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-bottom:-30px}}.source-cards__card{background-color:#fff;border-radius:5px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:30px;margin-bottom:10px;text-align:center;width:190px;height:125px}@media (min-width:768px){.source-cards__card{padding:40px;width:100%;height:200px;margin:0 auto 10px}}.source-cards__card-wrapper{position:relative;margin:0 20px 20px 0;width:190px}@media (min-width:768px){.source-cards__card-wrapper{width:-webkit-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 30px}}@media (min-width:992px){.source-cards__card-wrapper{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}}@media (min-width:1200px){.source-cards__card-wrapper{width:-webkit-calc(25% - 30px);width:calc(25% - 30px)}}.source-cards__text{font-size:.833333333333333rem;line-height:1.333333333333333;text-align:center}.source-cards__img{height:100%;width:auto;margin:0 auto}.trademark-page{width:100%;padding-top:20px;padding-bottom:20px;background-color:#f9f9f9}@media (min-width:768px){.trademark-page{padding-top:30px;padding-bottom:50px}}.trademark-page .breadcrumbs{margin-bottom:7px}@media (min-width:768px){.trademark-page .breadcrumbs{margin-bottom:20px}}.trademark-details{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding:20px 20px 30px;background-color:#fff}@media (min-width:992px){.trademark-details{width:100%;margin-left:0;margin-right:0;padding:30px 40px 50px;border-radius:20px;box-shadow:0 10px 30px rgba(47,34,87,.2)}}.trademark-details__header{width:100%;margin-bottom:29px}@media (min-width:768px){.trademark-details__header{margin-bottom:27px}}.trademark-details .heading-h1{margin-top:0;margin-bottom:0;text-align:left}.trademark-details__brief{display:block;margin-bottom:20px}.trademark-details__brief>:not(:last-child){margin-bottom:30px}@media (min-width:992px){.trademark-details__brief{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:28px}.trademark-details__brief>:not(:last-child){margin-right:27px;margin-bottom:0}}.trademark-patent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;font-size:1rem;font-weight:600;line-height:1.666666666666667}.trademark-patent__image{width:80px}.trademark-patent__image img{display:block;width:100%;max-width:151px}@media (min-width:768px){.trademark-patent__image img{max-width:164px}}.trademark-patent__details{width:-webkit-calc(100% - 80px);width:calc(100% - 80px);padding-left:20px}.trademark-status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center}.trademark-status__label{width:auto;padding:5px 12px 3px;font-size:.833333333333333rem;font-weight:600;line-height:1.333333333333333;text-transform:uppercase;border:1px solid transparent;border-radius:3px}.trademark-status__label:not(:last-child){margin-right:5px}.trademark-status__label._solid-red{color:#fff;background-color:#ec0039;border-color:#ec0039}.trademark-status__label._bordered-red{color:#ec0039;background-color:#fff;border-color:#ec0039}.trademark-info{display:block}@media (min-width:992px){.trademark-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}}.trademark-info__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:160px;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;border:1px solid #dcdcdc;border-radius:10px}@media (min-width:992px){.trademark-info__image{width:420px;height:296px}}.trademark-info__details{display:block;width:100%;margin-top:30px}@media (min-width:768px){.trademark-info__details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}}@media (min-width:992px){.trademark-info__details{width:-webkit-calc(100% - 420px);width:calc(100% - 420px);margin-top:0;padding-left:40px}}.trademark-info__prop{width:100%;font-size:1rem;line-height:1.333333333333333}.trademark-info__prop:not(:last-child){margin-bottom:25px}.trademark-info__prop-label{color:rgba(69,69,69,.5)}.trademark-info__prop-value{margin-top:5px}.trademark-info__group{width:100%}.trademark-info__group:not(:last-child){margin-bottom:25px}@media (min-width:768px){.trademark-info__group{width:50%}.trademark-info__group:not(:last-child){margin-bottom:0}}.trademark-section{width:100%;margin-top:34px;padding-top:20px;border-top:1px solid #dcdcdc}@media (min-width:768px){.trademark-section{margin-top:40px;padding-top:30px}}.trademark-section__header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;margin-bottom:19px}.trademark-section__headline{width:auto;max-width:-webkit-calc(100% - 60px);max-width:calc(100% - 60px);margin-bottom:0;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.trademark-section__headline{font-size:1.944444444444444rem;line-height:1.285714285714286}}.trademark-section__counter{width:auto;min-width:40px;margin-top:6px;padding:4px 11px;font-size:.833333333333333rem;font-weight:600;line-height:1.333333333333333;text-align:center;background-color:#f9f9f9;border:1px solid #dcdcdc;border-radius:5px}@media (min-width:768px){.trademark-section__counter{min-width:50px;margin-top:4px;padding-top:8px;padding-bottom:8px;font-size:1.333333333333333rem;line-height:.833333333333333}}.trademark-classes{width:100%}.trademark-classes__element{display:block}@media (min-width:768px){.trademark-classes__element{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}}.trademark-classes__element-label{width:90px;padding-top:5px;padding-bottom:3px;font-size:.833333333333333rem;font-weight:600;line-height:1.333333333333333;text-align:center;text-transform:uppercase;background-color:#f9f9f9;border:1px solid #dcdcdc;border-radius:3px}.trademark-classes__element-description{width:100%;margin-top:10px;font-size:1rem;line-height:1.333333333333333}@media (min-width:768px){.trademark-classes__element-description{width:-webkit-calc(100% - 90px);width:calc(100% - 90px);margin-top:0;padding-left:20px}}.trademark-classes__element-description p{font-size:inherit;line-height:inherit}.trademark-classes__element+.trademark-classes__element{margin-top:24px}.trademark-classes__hidden{width:100%;margin-top:24px}.trademark-classes__hidden._hide{display:none}.trademark-classes__more{display:block;width:100%;margin-top:28px;padding:9px 10px;color:#3692e4;line-height:1.333333333333333;background:0 0;border:1px solid #dcdcdc;border-radius:5px;cursor:pointer;outline:0}.trademark-classes__more._hidden{display:none}.trademark-process{width:100%}.trademark-process__element{display:block;line-height:1.333333333333333}@media (min-width:768px){.trademark-process__element{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start}}.trademark-process__element-label{width:100%;color:rgba(69,69,69,.5)}@media (min-width:768px){.trademark-process__element-label{width:110px}}.trademark-process__element-value{width:100%}@media (min-width:768px){.trademark-process__element-value{width:-webkit-calc(100% - 110px);width:calc(100% - 110px)}}.trademark-process__element+.trademark-process__element{margin-top:14px}@media (min-width:768px){.trademark-process__element+.trademark-process__element{margin-top:20px}}.trademark-process._hide{margin-top:14px}@media (min-width:768px){.trademark-process._hide{margin-top:20px}}.trademark-array{width:-webkit-calc(100% + 40px);width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}@media (min-width:768px){.trademark-array{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 14px);width:calc(100% + 14px);-webkit-box-align:start;-webkit-align-items:flex-start;-ms-align-items:flex-start;align-items:flex-start;margin:-7px}}@media (min-width:600px){.trademark-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-top:-15px;margin-bottom:-15px}}.trademark-list__element:not(:last-child){margin-bottom:10px}@media (min-width:600px){.trademark-list__element{position:relative;width:100%;padding-right:15px;padding-left:15px;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-top:15px;margin-bottom:15px}.trademark-list__element:not(:last-child){margin-bottom:15px}.trademark-list__element._50{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.trademark-list__element{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}.trademark-list__element._50{-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (min-width:1200px){.trademark-list__element{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.trademark-list__element._50{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.trademark-list__element._hide{display:none}.trademark-list .trademark-box{width:100%}.trademark-box{position:relative;background-color:#fff;border-radius:5px;overflow:hidden}.trademark-box__link{position:relative;display:block;height:100%}.trademark-box__label{position:absolute;top:-1px;right:-1px;padding:5px 8px 3px;color:#000;font-size:.666666666666667rem;font-weight:600;line-height:1.25;text-transform:uppercase;background-color:#f2f2f2;border-radius:0 3px;z-index:1}.trademark-box__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center}.trademark-box__image-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;text-align:center;height:139px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1rem;font-weight:600;line-height:1.333333333333333}.trademark-box__desc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-align-content:center;-ms-align-content:center;align-content:center;color:rgba(69,69,69,.5);border-top:1px solid #dfdfdf}.trademark-box__desc span{display:block;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.trademark-box__desc span.highlighted{color:#454545}.trademark-box._type-0{width:190px;height:160px;border:1px solid #dfdfdf;box-shadow:0 1px 4px rgba(0,0,0,.1)}.trademark-box._type-0 .trademark-box__image{height:117px}.trademark-box._type-0 .trademark-box__desc{height:42px;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;font-size:.722222222222222rem;line-height:1.153846153846154;text-align:center}.trademark-box._type-1{padding-left:20px;padding-right:20px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.trademark-box._type-1 .trademark-box__image{height:180px}.trademark-box._type-1 .trademark-box__desc{height:60px;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;font-size:.666666666666667rem;font-weight:600;line-height:1.5;text-transform:uppercase}.trademark-box._boxed{width:-webkit-calc(100vw - 60px);width:calc(100vw - 60px)}@media (min-width:480px){.trademark-box._boxed{width:300px}}.trademark-box._report{width:100%;margin:0 0 20px;display:none}@media (min-width:768px){.trademark-box._report{width:-webkit-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 30px}}@media (min-width:992px){.trademark-box._report{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}}@media (min-width:1200px){.trademark-box._report{width:-webkit-calc(25% - 30px);width:calc(25% - 30px)}}.trademark-box._report .trademark-box__image{height:auto;margin:15px 0}.trademark-box._report .trademark-box__label{top:-5px;left:-10px;right:auto;width:auto;padding:5px 12px 3px;color:#fff;font-size:.722222222222222rem;font-weight:600;line-height:1.538461538461539;text-transform:uppercase;border-radius:3px}.trademark-box._report .trademark-box__label._red{background-color:#ec0039}.trademark-box._report .trademark-box__label._green{background-color:#30bd9b}.trademark-box._report .trademark-box__label._yellow{background-color:#ffb525}.trademark-box._report .trademark-box__label._black{background-color:#454545}.trademark-box._report .trademark-box__label._blue{background-color:#3692e4}.trademark-box._report .trademark-box__label._white{background-color:#fff;color:#454545}.trademark-box._report .trademark-box__label._gray{background-color:#152438;color:#fff}.trademark-box._domain .widget-tabs__tab{font-size:.833333333333333rem;line-height:1.2;padding:0 10px}.useful-box{width:-webkit-calc(100vw - 60px);width:calc(100vw - 60px);background-color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px;overflow:hidden}@media (min-width:480px){.useful-box{width:410px}}.useful-box__link{position:relative;display:block;width:100%;height:100%;color:#454545;font-size:.833333333333333rem;font-weight:600;line-height:1.333333333333333}.useful-box__type{position:absolute;top:10px;left:10px;padding:5px 12px 3px;color:#fff;text-transform:uppercase;background-color:#30bd9b;border-radius:3px;z-index:1}@media (min-width:480px){.useful-box__type{top:20px;left:30px}}.useful-box__image{width:100%;height:123px;overflow:hidden}.useful-box__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}@media (min-width:480px){.useful-box__image{height:150px}}.useful-box__details{width:100%;height:-webkit-calc(100% - 123px);height:calc(100% - 123px);min-height:156px;padding:20px 20px 18px}@media (min-width:480px){.useful-box__details{height:-webkit-calc(100% - 150px);height:calc(100% - 150px);padding:20px 30px 24px}}.useful-box__headline{margin:0;font-size:1.222222222222222rem;line-height:1.363636363636364;font-weight:600;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}@media (min-width:480px){.useful-box__headline{font-size:1.333333333333333rem;line-height:1.166666666666667}}app-search-risks-brand h3{margin-bottom:0}
.slick-list.draggable{
    height: 190px;
}
.js-auto-width-carousel .slick-list.draggable{
    height: 240px;
}
.js-auto-width-carousel.dtz .slick-list.draggable{
    height: auto;
}

.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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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:after,.slick-track:before{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}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/local/templates/main/css/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(/local/templates/main/css/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(/local/templates/main/css/blank.gif);-webkit-tap-highlight-color:transparent;z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(/local/templates/main/css/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(/local/templates/main/css/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(/local/templates/main/css/fancybox_loading@2x.gif);background-size:24px 24px}}
@media (max-width:790px){
.get-report {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}
}
#get-reports {
    border-radius: 15px;
}
.trademark-box._type-1 .trademark-box__desc {
    line-height: 1.7;
}
a.trademark-box__link .trademark-box__desc {
    display: -webkit-box;
}
/* End */


/* Start:/local/templates/main/css/preload.min.css?1698335279107671*/
@charset "UTF-8";.btn{box-shadow:0 5px 15px rgba(255,16,55,.2);border-radius:5px;font-size:1rem;line-height:1.555555555555556;color:#fff;background-color:#ec0039;display:inline-block;text-align:center;padding:11px 20px;cursor:pointer;transition:background-color linear .2s}.btn-question{background-color:#ececec;border:1px solid rgba(69,69,69,.2);font-weight:700;cursor:pointer;width:20px;height:20px;display:inline-flex;align-content:center;justify-content:center;border-radius:12px;font-size:.833333333333333rem;line-height:1.2}.btn-question:before{content:"?"}.btn._header{padding:20px 40px;margin-right:20px}.btn._header:hover{background-color:#ec0039;color:#fff;border:none}.btn:hover{background-color:#454545;color:#fff;border:none}.btn._nothovered:hover{background-color:#ec0039;color:#fff}.btn._sm-font{font-size:.833333333333333rem;line-height:1.2}.btn._big{padding-top:13px;padding-bottom:13px}.btn._huge{padding:15px 35px}@media (min-width:768px){.btn._huge{padding-top:20px;padding-bottom:20px}}.btn._giant{font-size:1rem;line-height:1.444444444444444;font-weight:700;padding:15px;width:100%;box-shadow:0 20px 20px -10px rgba(236,0,57,.4);transition:all linear .2s}@media (min-width:992px){.btn._giant{font-size:1.333333333333333rem;line-height:1.333333333333333;width:auto;padding:25px 36px}}.btn._giant:active,.btn._giant:hover{box-shadow:0 10px 10px -5px rgba(69,69,69,.4)}.btn._w-100{width:100%}.btn._disabled,.btn:disabled{pointer-events:none}.btn-light{box-shadow:0 5px 15px rgba(255,16,55,.2);border-radius:5px;font-size:1rem;line-height:1.555555555555556;display:inline-block;text-align:center;padding:11px 20px;cursor:pointer;box-shadow:none;color:#3692e4;background-color:transparent;border:1px solid #3692e4}.btn-light:hover{border:1px solid transparent}.btn-light._hidden{display:none}.btn-blue{border-radius:5px;font-size:1rem;line-height:1.555555555555556;display:inline-block;text-align:center;padding:11px 20px;cursor:pointer;color:#fff;background-color:#3692e4;border:1px solid #3692e4;box-shadow:none}.btn-blue:hover{color:#454545;background-color:#fff;border:1px solid #152438}.btn-wrapper{text-align:center;margin-top:30px}.btn-wrapper._report{margin-top:0}.btn-wrapper .btn,.btn-wrapper .btn-blue,.btn-wrapper .btn-light{width:100%}@media (min-width:768px){.btn-wrapper .btn,.btn-wrapper .btn-blue,.btn-wrapper .btn-light{width:auto}}@media (min-width:992px){.btn-wrapper{margin-top:50px}}html{height:100%;font-size:112.5%;line-height:1.555;box-sizing:border-box;-webkit-font-smoothing:antialiased}*,:after,:before{box-sizing:inherit}body{height:100%;min-width:320px;margin:0;padding:0;color:#454545;font-family:Roboto,"Helvetica Neue",Arial,sans-serif}body._is-open-menu{overflow:hidden}body._is-primary-nav-opened{overflow:hidden}@media (min-width:992px){body._is-primary-nav-opened .header._is-buttons-visible .header__options>.container{padding-right:0}}body._is-primary-nav-opened .inner-menu{display:block}body._is-primary-nav-opened .header__options{z-index:995!important}body._is-primary-nav-opened .main-nav__control{transform:translateY(23px)}@media (min-width:768px){body._is-primary-nav-opened .main-nav__control{transform:translateY(15px)}}@media (min-width:992px){body._is-primary-nav-opened .main-nav__control{transform:translateX(5px)}}body._is-primary-nav-opened .main-nav__control span{background:0 0;transform:rotate(-90deg)}body._is-primary-nav-opened .main-nav__control span::after,body._is-primary-nav-opened .main-nav__control span::before{width:100%}body._is-primary-nav-opened .main-nav__control span::before{top:0;transform:rotate(45deg)}body._is-primary-nav-opened .main-nav__control span::after{bottom:0;transform:rotate(-45deg)}body._is-primary-nav-opened .main-nav__control._search{display:none}body._is-primary-nav-opened ._report .main-nav__control{transform:none}body._is-open-paywall{overflow:hidden}body._is-open-paywall .paywall-wrapper{opacity:1;pointer-events:all}body._is-open-paywall .paywall-section{transform:translateY(0)}div.heading-h1,div.heading-h2,div.heading-h3,h1,h2,h3,h4,h5,h6{margin-top:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;margin-bottom:20px}@media (min-width:768px){div.heading-h1,div.heading-h2,div.heading-h3,h1,h2,h3,h4,h5,h6{margin-bottom:30px}}p{margin-top:0;margin-bottom:10px;font-size:1rem;line-height:1.555555555555556}p:last-child{margin-bottom:0}img{max-width:100%;height:auto;max-height:100%}address{font-style:normal}button{outline:0;border:none}.hide-xs{display:none}@media (max-width:479px){.hide-up-to-sm{display:none;height:0}}@media (max-width:767px){.hide-up-to-md{display:none!important}}@media (max-width:991px){.hide-up-to-lg{display:none!important}}@media (max-width:1199px){.hide-up-to-xl{display:none!important}}.hide-xs{display:none}@media (min-width:480px){.hide-sm{display:none}}@media (min-width:768px){.hide-md{display:none}}@media (min-width:992px){.hide-lg{display:none}}@media (min-width:1200px){.hide-xl{display:none}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bold{font-weight:700}ul{list-style:none;padding:0;margin-top:0}a{color:#3692e4;text-decoration:none}a:hover{color:#ec0039}.ip-id_search_container{z-index:1}.landing{overflow:hidden;display:block}@media (min-width:992px){.landing{padding:50px 0}}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}.heading-mark{display:flex;flex-wrap:wrap;align-items:center;flex-wrap:nowrap;margin-bottom:12px}@media (min-width:992px){.heading-mark{margin-bottom:25px}}.heading-mark__title{margin:0 20px 0 0}@media (max-width:991px){.heading-mark__title._lg-middle{margin:0 0 10px}}@media (max-width:991px){.heading-mark._lg-middle{justify-content:center;flex-direction:column}}.heading-h1{color:#454545;text-align:center;font-size:1.777777777777778rem;line-height:1.277777777777778}@media (min-width:768px){.heading-h1{font-size:2.777777777777778rem;line-height:1.2}}.heading-h1._white{color:#fff}.heading-h1._left{text-align:left}.heading-big{font-size:3.888888888888889rem;line-height:70px;margin-bottom:60px}@media (max-width:767px){.heading-big{font-size:36px;line-height:46px;margin-bottom:30px}}.heading-h2{color:#454545;text-align:center;font-size:1.777777777777778rem;line-height:1.277777777777778;margin-top:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;margin-bottom:20px}@media (min-width:768px){.heading-h2{font-size:2.777777777777778rem;line-height:1.2}}.heading-h2._white{color:#fff}.heading-h2._left{text-align:left}@media (min-width:768px){.heading-h2{margin-bottom:30px}}.heading-h2._giant{margin-bottom:0;font-size:1.944444444444444rem;line-height:1.142857142857143}@media (min-width:992px){.heading-h2._giant{font-size:3.888888888888889rem;line-height:1}}.heading-h2__wrap{position:relative;display:inline-block}@media (min-width:992px){.heading-h2__wrap{padding-right:256px}}.heading-h2__remark{font-size:.833333333333333rem;line-height:1.333333333333333;font-weight:600;border-radius:3px;text-align:center;margin-bottom:5px;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;padding:4px 12px;color:#fff;text-transform:uppercase;background-color:#3692e4;min-width:239px;display:block}@media (min-width:992px){.heading-h2__remark{position:absolute;top:9px;right:0;margin-bottom:0}}.heading-h3{color:#454545;text-align:left;font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){.heading-h3{font-size:1.333333333333333rem;line-height:1.285714285714286}}.heading-h3._white{color:#fff}.heading-h3._left{text-align:left}@media (max-width:991px){.heading-h3.heading-mark__title{font-size:1.555555555555556rem;line-height:1.357142857142857}}.heading-h4{text-align:left;color:#454545;font-size:1.333333333333333rem;line-height:1.333333333333333}@media (min-width:768px){.heading-h4{font-size:1.333333333333333rem;line-height:1.333333333333333}}@media (min-width:768px){.heading-h1 a,.heading-h2 a,.heading-h3 a,.heading-h4 a{position:relative}.heading-h1 a::after,.heading-h2 a::after,.heading-h3 a::after,.heading-h4 a::after{content:'';position:absolute;left:0;bottom:6px;width:100%;height:2px;background:#3692e4}.heading-h1 a:hover::after,.heading-h2 a:hover::after,.heading-h3 a:hover::after,.heading-h4 a:hover::after{opacity:0}}.heading-giant{color:#454545;text-align:center;font-size:2.222222222222222rem;line-height:1.125;margin-bottom:20px}@media (min-width:992px){.heading-giant{font-size:5.555555555555555rem;line-height:1;margin-bottom:50px}}div.heading-h1,div.heading-h2,div.heading-h3{font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-weight:600}h1{color:#454545;text-align:center;font-size:1.777777777777778rem;line-height:1.277777777777778}@media (min-width:768px){h1{font-size:2.777777777777778rem;line-height:1.2}}h2{color:#454545;text-align:left;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){h2{font-size:1.944444444444444rem;line-height:1.217391304347826}}h3{color:#454545;text-align:left;font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){h3{font-size:1.333333333333333rem;line-height:1.285714285714286}}h4{color:#454545;text-align:left;font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){h4{font-size:1.333333333333333rem;line-height:1.285714285714286}}.pictures-content__img-holder{text-align:center}@media (max-width:767px){.pictures-content__img-holder{margin-bottom:30px}}@media (min-width:768px){.pictures-content__img-holder{padding-top:10px}}.pictures-content__img-holder img{display:block;margin-left:auto;margin-right:auto}.pictures-content__row{display:flex;flex-wrap:wrap;flex-direction:column}@media (max-width:767px){.pictures-content__row._transformed-on-mobile{flex-direction:column-reverse}.pictures-content__row:not(:last-child){margin-bottom:30px}}@media (min-width:768px){.pictures-content__row{margin-left:-15px;margin-right:-15px;flex-direction:row}.pictures-content__row:not(:last-child){margin-bottom:60px}}@media (min-width:768px){.pictures-content__col{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}.pictures-content__btn{margin-top:22px}@media (max-width:767px){.pictures-content__btn{width:100%}}.section{padding-top:30px;padding-bottom:30px}@media (min-width:768px){.section{padding-top:60px;padding-bottom:60px}}.section__header{margin-bottom:20px}@media (min-width:768px){.section__header{margin-bottom:46px}}.section__header .heading-h1,.section__header .heading-h2,.section__header .heading-h3{margin-bottom:0}.section__text{margin-top:20px;font-size:1.555555555555556rem;font-weight:300;line-height:1.357142857142857;text-align:center}@media (min-width:768px){.section__text{margin-top:18px;font-size:1rem;font-weight:400;line-height:1.555555555555556}}.section__text._huge{font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}@media (min-width:768px){.section__text._huge{font-size:1.944444444444444rem;font-weight:300;line-height:1.171428571428571}}.section._no-offset-top{padding-top:0}.section._no-offset-bottom{padding-bottom:0}.section._no-offsets{padding-top:0;padding-bottom:0}.section._light-gray{background-color:#f6f6f6}.section._lightest-gray{background-color:#f9f9f9}.section._lighten-gray{background-color:#ebedf2}.section._light-blue-grad{background-image:-webkit-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-moz-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-ms-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:-o-linear-gradient(246.09deg,#e3edf2,#deedeb 100%);background-image:linear-gradient(246.09deg,#e3edf2,#deedeb 100%)}.section._no-offset-desktop{padding-bottom:22px}@media (min-width:768px){.section._no-offset-desktop{padding-bottom:0}}.section._border-bottom{padding-bottom:0}.uneasy-search-section__title{margin-bottom:18px;position:relative;padding-left:40px}@media (min-width:768px){.uneasy-search-section__title{padding-left:55px}}@media (min-width:992px){.uneasy-search-section__title{padding-left:63px}}.uneasy-search-section__title-underlined{left:0;color:rgba(69,69,69,.5);position:absolute;line-height:1}.uneasy-search-section__title-underlined::before{content:'';position:absolute;display:inline-block;width:3px;height:100%;background-color:#ec0039;transform:rotate(-225deg);top:3px;right:25px}@media (min-width:992px){.uneasy-search-section__title-underlined::before{top:3px}}@media (min-width:992px){.uneasy-search-section__img{margin-right:-15px}}@media (min-width:992px){.uneasy-search-section__wrap{padding-top:119px;padding-left:50px}}.uneasy-search-section__wrap p{max-width:520px}@media (min-width:992px){.uneasy-search-section__text{padding-left:61px}}.uneasy-search-section__btn{margin-top:22px;width:100%}@media (min-width:992px){.uneasy-search-section__btn{width:auto}}.uneasy-search-section__features{padding-top:21px;margin-top:29px;border-top:1px solid #c9cbd2}@media (min-width:992px){.uneasy-search-section__features{margin-top:43px;padding-top:40px}}.uneasy-search-section__description{margin-bottom:32px;line-height:1.555555555555556}.uneasy-search-section__description p{line-height:inherit}.uneasy-search-section .heading-h2{margin-bottom:19px;text-align:left}.about-author{margin-bottom:20px}@media (min-width:768px){.about-author{display:flex;margin-bottom:40px}}@media (min-width:768px){.about-author__content{margin-left:30px}}@media (min-width:992px){.about-author__content{max-width:850px}}.about-author__img{flex:0 0 auto}@media (max-width:767px){.about-author__img{display:flex;justify-content:center;width:100%}}.about-author__img-wrapper{display:inline-flex;border-radius:50%;overflow:hidden}.about-author__text{background:#eceaea;border-radius:15px;padding:20px}@media (min-width:768px){.about-author__text{padding:30px}}.about-author__title{font-weight:600;font-size:18px;margin-bottom:10px}@media (min-width:768px){.about-author__title{font-weight:900;font-size:32px}}@media (max-width:767px){.about-author__title{text-align:center;margin-top:10px;margin-bottom:5px}}.about-author__subtitle{font-size:16px;line-height:24px;margin-bottom:10px}@media (max-width:767px){.about-author__subtitle{text-align:center;color:#808895;max-width:70%;margin:0 auto 10px auto}}@media (min-width:768px){.about-author__subtitle{font-size:24px;line-height:32px;margin-bottom:30px}}@media (min-width:768px){.heading-h2.left{text-align:left}}.author-quote{background-color:#f6f6f6;padding:20px 0;margin-bottom:20px}@media (min-width:768px){.author-quote{padding:60px 0 80px 0;margin-bottom:40px}}@media (min-width:768px){.author-quote__row{display:flex}}.author-quote__content{flex:0 0 60%}.author-quote__content p{font-weight:300;font-size:1.388888888888889rem;display:block;margin-bottom:20px}@media (max-width:767px){.author-quote__content p{font-size:20px;font-weight:30px}}.author-quote__content_head{border-bottom:1px solid #ddd}.author-quote__content_bottom{padding-top:20px}.author-quote__content_bottom span{display:block}@media (max-width:767px){.author-quote__content_bottom._desk-only{display:none}}.author-quote__img{flex:0 0 40%}@media (max-width:767px){.author-quote__img{padding-top:20px}}@media (max-width:767px){.author-quote__img img{max-width:120px;max-height:120px}}@media (min-width:768px){.author-quote__img{padding-left:40px}}@media (min-width:992px){.author-quote__img{padding-left:100px}}.author-quote__img-wrapper{display:inline-flex;border-radius:50%;overflow:hidden}@media (max-width:767px){.author-quote__img._desk-only{display:none}}.author-quote__name{color:#000;font-weight:600;font-size:1rem}.author-quote__pos{color:#808895;font-size:.888888888888889rem}.author-quote__mobile-footer{text-align:center;font-size:16px}@media (min-width:768px){.author-quote__mobile-footer{display:none}}.blog-aside-block{max-width:410px;padding:30px;background:linear-gradient(263.33deg,#ecffe3 0,#fff0ec 100%),linear-gradient(263.33deg,#fcefff 0,#e8fffc 100%);border:1px solid rgba(218,234,232,.5);box-sizing:border-box;box-shadow:0 15px 30px #eeffe4;border-radius:5px;display:none;margin-top:25px;transition:ease-in-out .2s}.blog-aside-block.hidden{visibility:hidden;opacity:0;z-index:-1;pointer-events:none}@media (min-width:992px){.blog-aside-block.fixed{position:fixed;top:105px}}.blog-aside-block.inited{display:block}.blog-aside-block__title{font-family:'Roboto Condensed';font-size:24px;font-weight:700;margin-bottom:20px}.blog-aside-block__text{margin-bottom:45px}.blog-aside-block__text p{margin-bottom:10px}.blog-aside-block__link{width:100%;background:#ec0039;border-radius:5px;color:#fff;padding:11px;display:flex;justify-content:center;align-items:center;font-size:18px;transition:ease-in-out .4s}.blog-aside-block__link:hover{color:#fff;background-color:#c4002f}.blog-detail{width:100%;padding-top:30px;padding-bottom:45px}@media (min-width:768px){.blog-detail{padding-top:37px;padding-bottom:60px}}@media (min-width:1200px){.blog-detail__content{padding-left:110px;padding-right:110px}}.blog-detail__section{display:flex;flex-wrap:wrap;width:100%;align-items:flex-start;position:relative}.blog-detail__section+.blog-detail__section{margin-top:40px}@media (min-width:768px){.blog-detail__section+.blog-detail__section{margin-top:30px}}.blog-detail__section._swap .blog-detail__section-aside{margin-top:0;margin-bottom:22px;order:-1}@media (min-width:992px){.blog-detail__section._swap .blog-detail__section-aside{margin-bottom:0;order:initial}}.blog-detail__section-headline{margin-top:0;margin-bottom:15px;font-size:1.777777777777778rem;line-height:1.3125}@media (min-width:992px){.blog-detail__section-headline{width:calc(100% - 410px);margin-bottom:16px;font-size:2.555555555555555rem;line-height:1.217391304347826}.blog-detail__section-headline._w-100{width:100%;margin-top:30px}}.blog-detail__section-desc{width:100%}@media (min-width:992px){.blog-detail__section-desc{width:calc(100% - 410px);padding-right:30px}}.blog-detail__section-desc>:first-child{margin-top:0}.blog-detail__section-desc>:last-child{margin-bottom:0}.blog-detail__section-desc a:not([class]){text-decoration:underline}.blog-detail__section-desc a:not([class]):hover{text-decoration:none}.blog-detail__section-aside{width:100%;margin-top:20px}@media (min-width:992px){.blog-detail__section-aside{width:410px;margin-top:0;position:absolute;right:0;z-index:1}}.blog-detail__headline{margin-top:0;margin-bottom:20px;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:2rem;line-height:1.111111111111111;font-weight:300;letter-spacing:.8px}@media (min-width:768px){.blog-detail__headline{margin-bottom:29px;font-size:2.777777777777778rem;line-height:1.18}}.blog-detail__steps{width:100%;margin-top:22px}@media (min-width:768px){.blog-detail__steps{margin-top:35px}}.blog-detail__steps>:first-child{margin-top:0}.blog-detail__steps>:last-child{margin-bottom:0}.blog-detail__steps-headline{margin-top:22px;margin-bottom:22px;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.blog-detail__steps-headline{margin-top:48px;margin-bottom:38px;font-size:1.944444444444444rem;line-height:1.285714285714286}}.blog-detail__highlighted{width:100%;margin-bottom:25px!important;padding:20px;background-color:#f9f9f9;border-radius:5px}@media (min-width:768px){.blog-detail__highlighted{margin-bottom:38px!important;padding:22px 30px}}.blog-detail__message{width:100%}.blog-detail__message._type-0{margin-top:20px}@media (min-width:992px){.blog-detail__message._type-0{margin-top:162px}}.blog-detail__message._type-1{margin-top:20px}@media (min-width:992px){.blog-detail__message._type-1{margin-top:331px}}.blog-detail__message-image{margin-bottom:10px}@media (min-width:992px){.blog-detail__message-image{margin-top:50px}}.blog-detail__message-description{width:100%}.blog-detail__message-highlighted{font-weight:600;border-bottom:2px solid #ec0039}.blog-detail__message-more{margin-top:11px;font-size:.833333333333333rem;line-height:1.333333333333333}.blog-detail__message .icon{display:block}.blog-detail__message a{text-decoration:underline}.blog-detail__message a:hover{text-decoration:none}.blog-detail__more{position:relative;font-size:1.222222222222222rem;line-height:1.363636363636364}.blog-detail__more::after{content:'';display:inline-block;margin-left:13px;width:21px;height:16px;background:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9H20V7H0V9Z' fill='%233692E4'/%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:cover;vertical-align:baseline}.blog-detail__more span{border-bottom:1px solid}.blog-detail__more:hover{border-bottom-color:transparent}.blog-detail__more:hover::after{background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9H20V7H0V9Z' fill='%23ec0039'/%3E%3C/svg%3E%0A")}.blog-detail .blog-detail__link-section{display:flex;justify-content:space-between;padding:30px;align-items:center;background-color:#f9f9f9;margin:30px 0;transition:ease-in-out .3s}.blog-detail .blog-detail__link-section span{border-bottom:none}.blog-detail .blog-detail__link-section::after{background:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9H20V7H0V9Z' fill='%23fff'/%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:21px;background-color:#3692e4;min-width:40px;height:40px;background-position:center;border-radius:50%;transition:ease-in-out .3s}.blog-detail .blog-detail__link-section:hover .blog-detail .blog-detail__link-section:after{background:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM0 9H20V7H0V9Z' fill='%23ec0039'/%3E%3C/svg%3E%0A") 0 0 no-repeat}.blog-detail .heading-h1{margin-top:0;margin-bottom:24px;text-align:left}@media (min-width:768px){.blog-detail .heading-h1{margin-bottom:21px}}.blog-detail .heading-h2{color:#454545;text-align:left;font-size:1.555555555555556rem;line-height:1.357142857142857}@media (min-width:768px){.blog-detail .heading-h2{font-size:1.944444444444444rem;line-height:1.217391304347826}}.blog-detail .heading-h3{color:#454545;text-align:left;font-size:1.222222222222222rem;line-height:1.363636363636364}@media (min-width:768px){.blog-detail .heading-h3{font-size:1.333333333333333rem;line-height:1.285714285714286}}.blog-detail .heading-h4{text-align:left;color:#454545;font-size:1.333333333333333rem;line-height:1.333333333333333}@media (min-width:768px){.blog-detail .heading-h4{font-size:1.333333333333333rem;line-height:1.333333333333333}}.blog-detail .heading-h5{color:#454545;text-align:left;font-weight:700;font-size:1.111111111111111rem;line-height:1.4}.blog-detail p{margin:0;font-size:1rem;line-height:1.666666666666667}.blog-detail p+p{margin-top:18px}@media (min-width:768px){.blog-detail p+p{margin-top:20px}}.blog-detail figure{width:100%;margin:40px 0 30px}.blog-detail a:not([class]){font-size:inherit;line-height:inherit}.blog-detail .business-brand,.blog-detail .registration-potential{margin-top:37px;margin-bottom:37px}@media (min-width:1200px){.blog-detail .business-brand,.blog-detail .registration-potential{width:calc(100% + 220px);margin:50px -110px}}.blog-detail .scrollable-table{margin-top:10px}.blog-detail .section{margin-top:37px;margin-bottom:37px}@media (min-width:1200px){.blog-detail .section{margin-top:50px;margin-bottom:50px}}.blog-detail .social-share{margin-top:17px}@media (min-width:768px){.blog-detail .social-share{margin-top:40px}}.blog-detail .breadcrumbs{display:none}@media (min-width:992px){.blog-detail .breadcrumbs{display:block}}.blog-element--old{border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1);height:100%;overflow:hidden;padding:20px 20px 60px 20px;position:relative;background-color:#fff;display:block}.blog-element--old::after{content:'';position:absolute;display:inline-block;width:40px;height:40px;border-radius:50%;right:20px;bottom:20px;background:url(/local/templates/main/assets/images/icons/icon-link-arrow.svg) #ebedf2 no-repeat center}@media (min-width:992px){.blog-element--old{min-height:358px}}.blog-element--old._highlighted{background:url(/local/templates/main/assets/images/backgrounds/blog-bg.jpg) #152438 no-repeat}.blog-element--old._highlighted::after{background:url(/local/templates/main/assets/images/icons/icon-link-arrow-white.svg) #307bbd no-repeat center}.blog-element--old._highlighted .blog-element__title{max-width:496px;color:#fff}@media (min-width:992px){.blog-element--old._highlighted .blog-element__title{font-size:1.944444444444444rem;line-height:1.285714285714286;margin-bottom:20px}}.blog-element--old._highlighted .blog-element__text{max-width:496px}.blog-element--old__title{font-size:1.333333333333333rem;line-height:1.333333333333333;margin-bottom:8px;color:#454545}@media (min-width:992px){.blog-element--old__title{font-size:1.555555555555556rem;line-height:1.357142857142857}}.blog-element--old__text{margin-bottom:0;color:#808895}.blog-element--old__remark{font-size:.833333333333333rem;line-height:1.111111111111111;border-radius:3px;font-weight:700;padding:4px 12px;display:inline-block;color:#fff;margin-bottom:14px;text-transform:uppercase;background-color:#3692e4}@media (min-width:768px){.blog-element--old__remark{margin-bottom:20px}}@media (min-width:768px){.blog-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-bottom:-32px}}@media (max-width:767px){.blog-list__element:not(:last-child){margin-bottom:10px}}@media (min-width:768px){.blog-list__element{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%;margin-bottom:32px}}@media (min-width:992px){.blog-list__element{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (max-width:767px){.blog-list__element._w70{display:none!important}}@media (min-width:768px){.blog-list__element._w70{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.blog-list__element._w70{flex:0 0 66.66666666666666%;max-width:66.66666666666666%}}.blog-page{width:100%;padding-bottom:80px;background-color:$gray-light-grey}.blog-page__header{width:100%;background-color:#fff;border-bottom:1px solid #d8d8d8}.blog-page__header .container{padding-top:30px;padding-left:0;padding-right:0}@media (min-width:768px){.blog-page__header .container{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding-top:0;padding-left:15px;padding-right:15px}}.blog-page__header .container::before{display:none}.blog-page__header .heading-h1{width:100%;margin:0}@media (min-width:768px){.blog-page__header .heading-h1{width:auto}}@media (min-width:992px){.blog-page__header .heading-h1{margin:20px 0}}.blog-page__content{width:100%;padding-top:20px}@media (min-width:768px){.blog-page__content{padding-top:15px}}.blog-page .btn-wrapper{margin-top:10px}@media (min-width:768px){.blog-page .btn-wrapper{margin-top:45px}}@media (min-width:768px){.blog-array{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}.blog-array__element{width:100%}.blog-array__element:not(:last-child){margin-bottom:10px}@media (min-width:768px){.blog-array__element{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%;padding-top:15px;padding-bottom:15px}.blog-array__element:not(:last-child){margin-bottom:0}}@media (min-width:992px){.blog-array__element{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (min-width:768px){.blog-array__element._70{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.blog-array__element._70{flex:0 0 66.66666666666666%;max-width:66.66666666666666%}}.blog-array__element._hide{display:none}.blog-element{position:relative;width:100%;height:100%;background-color:#fff;border-radius:5px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.blog-element__link{display:block;height:100%;padding:20px 20px 74px}@media (min-width:768px){.blog-element__link{padding:20px 30px 75px 20px}}.blog-element__label{display:inline-block;padding:4px 12px;font-size:.833333333333333rem;line-height:1.333333333333333;text-transform:uppercase;border-radius:3px;vertical-align:top}.blog-element__label._grey{color:#8e8e8e;background-color:$blog-label-grey}.blog-element__label._green{color:#fff;background-color:#30bd9b}.blog-element__headline{margin-top:14px;color:$color-primary;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.555555555555556rem;line-height:1.357142857142857;font-weight:600}@media (min-width:768px){.blog-element__headline{margin-top:20px;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;line-height:1.333333333333333}}.blog-element__preview{margin-top:14px;color:#8e8e8e;font-size:1rem;line-height:1.555555555555556}.blog-element__preview p{color:inherit;font-size:inherit;line-height:inherit}.blog-element__arrow{position:absolute;right:20px;bottom:20px;display:flex;width:40px;height:40px;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:50%}.blog-element__arrow::before{content:'';display:block;width:19px;height:16px;background:url("data:image/svg+xml,%0A%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7071 8.70711C19.0976 8.31658 19.0976 7.68342 18.7071 7.29289L12.3431 0.928932C11.9526 0.538408 11.3195 0.538408 10.9289 0.928932C10.5384 1.31946 10.5384 1.95262 10.9289 2.34315L16.5858 8L10.9289 13.6569C10.5384 14.0474 10.5384 14.6805 10.9289 15.0711C11.3195 15.4616 11.9526 15.4616 12.3431 15.0711L18.7071 8.70711ZM0 9H18V7H0V9Z' fill='%233692E4'/%3E%3C/svg%3E%0A") 0 0 no-repeat}.blog-element._highlighted{background-image:-webkit-linear-gradient(254.49deg,#707070,#4b4b4b 100%);background-image:-moz-linear-gradient(254.49deg,#707070,#4b4b4b 100%);background-image:-ms-linear-gradient(254.49deg,#707070,#4b4b4b 100%);background-image:-o-linear-gradient(254.49deg,#707070,#4b4b4b 100%);background-image:linear-gradient(254.49deg,#707070,#4b4b4b 100%)}.blog-element._highlighted .blog-element__headline,.blog-element._highlighted .blog-element__preview{color:#fff}@media (min-width:768px){.blog-element._highlighted .blog-element__headline,.blog-element._highlighted .blog-element__preview{max-width:500px}}@media (min-width:768px){.blog-element._highlighted .blog-element__headline{font-size:1.944444444444444rem;line-height:1.285714285714286}}.blog-element._highlighted .blog-element__arrow{background:#3692e4}.blog-element._highlighted .blog-element__arrow::before{background-image:url("data:image/svg+xml,%0A%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7071 8.70711C19.0976 8.31658 19.0976 7.68342 18.7071 7.29289L12.3431 0.928932C11.9526 0.538408 11.3195 0.538408 10.9289 0.928932C10.5384 1.31946 10.5384 1.95262 10.9289 2.34315L16.5858 8L10.9289 13.6569C10.5384 14.0474 10.5384 14.6805 10.9289 15.0711C11.3195 15.4616 11.9526 15.4616 12.3431 15.0711L18.7071 8.70711ZM0 9H18V7H0V9Z' fill='white'/%3E%3C/svg%3E%0A")}._short-view .blog-element{transition:ease-in-out .3s;border-radius:10px}._short-view .blog-element:hover{background-color:#3692e4}._short-view .blog-element:hover .blog-element__link{color:#fff!important}._short-view .blog-element__label{display:none}._short-view .blog-element__preview{display:none}._short-view .blog-element__headline{font-weight:400;font-size:18px;line-height:26px;margin-top:0}@media (max-width:767px){._short-view .blog-element__arrow{display:none}}._short-view .blog-element__link{transition:ease-in-out .3s}@media (max-width:767px){._short-view .blog-element__link{padding:20px}}.read-more .heading-h2{text-align:left}.blog-quiz{padding:20px;border:none;border-radius:10px;background-image:linear-gradient(263.33deg,#f9e1ff 0,#e8fffc 100%),linear-gradient(0deg,#454545,#454545),linear-gradient(263.33deg,#f9e1ff 0,#e8fffc 100%);margin-bottom:20px!important}@media (min-width:768px){.blog-quiz{padding:30px}}.blog-quiz__step{display:none}.blog-quiz__step.active{display:block}.blog-quiz__step-title{font-weight:700;font-size:24px;line-height:28px;margin-bottom:20px}@media (min-width:768px){.blog-quiz__step-title{font-size:30px;line-height:45px}}@media (max-width:767px){.blog-quiz__step-title{text-align:center}}.blog-quiz__step-desc{font-size:18px;line-height:30px;margin-bottom:20px}@media (max-width:767px){.blog-quiz__step-desc{text-align:center}}.blog-quiz__step-counter{font-weight:700;font-size:15px;text-transform:uppercase;color:#454545;opacity:.3}.blog-quiz__step--final{text-align:center}.blog-quiz__step--final.active{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width:768px){.blog-quiz__step--final{min-height:220px}}.blog-quiz__input{flex:0 0 100%;border:none;outline:0;padding:11px 10px;border-radius:5px}@media (min-width:768px){.blog-quiz__input{flex:0 0 calc(50% - 5px)}}.blog-quiz__input::placeholder{color:#c7c7c7}.blog-quiz__input--full{flex:0 0 100%}.blog-quiz__input-group{display:flex;gap:10px}@media (max-width:767px){.blog-quiz__input-group{flex-wrap:wrap}}.blog-quiz__submit{padding:11px;width:100%;text-align:center;background:#ec0039;border-radius:5px;margin-top:10px;color:#fff;cursor:pointer}.blog-quiz__input-file{display:none}.blog-quiz__add-file{display:block;text-align:center;margin-top:20px}.blog-quiz__add-file span{color:#3692e4;text-decoration:underline;cursor:pointer}.blog-quiz__add-file:hover span{color:#ec0039}.blog-quiz__add-file a{text-decoration:underline}.blog-quiz__checkout{text-align:center;text-decoration:underline;color:#ec0039;margin-top:20px;width:100%;background:0 0;border:none;outline:0}.breadcrumbs{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-bottom:11px;padding:0 20px 10px;font-size:0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width:768px){.breadcrumbs{width:100%;margin-left:0;margin-right:0;padding:0 0 10px}}.breadcrumbs__element{position:relative;display:inline-block;color:#808895;font-size:.722222222222222rem;line-height:1.153846153846154;vertical-align:top}.breadcrumbs__element a{text-decoration:underline}.breadcrumbs__element:last-child a{text-decoration:none}.breadcrumbs__element:not(:last-child){margin-right:30px}.breadcrumbs__element:not(:last-child)::after{content:'';position:absolute;top:4px;right:-25px;display:block;width:17px;height:9px;background:url("data:image/svg+xml,%0A%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3536 4.35355C14.5488 4.15829 14.5488 3.84171 14.3536 3.64645L11.1716 0.464466C10.9763 0.269204 10.6597 0.269204 10.4645 0.464466C10.2692 0.659728 10.2692 0.976311 10.4645 1.17157L13.2929 4L10.4645 6.82843C10.2692 7.02369 10.2692 7.34027 10.4645 7.53553C10.6597 7.7308 10.9763 7.7308 11.1716 7.53553L14.3536 4.35355ZM0 4.5H14V3.5H0V4.5Z' fill='%23808895'/%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:cover}@media (min-width:768px){.breadcrumbs__element{font-size:.833333333333333rem;line-height:1.2}}.breadcrumbs__link{color:inherit;font-size:inherit}.contacts{padding-bottom:38px}@media (min-width:992px){.contacts{padding-top:68px;padding-bottom:118px}}.contacts__buttons{margin-bottom:40px}@media (min-width:768px){.contacts__buttons{display:flex;flex-wrap:wrap;margin-bottom:25px}}.contacts__button{display:block;width:100%;padding:10px 20px;color:#3692e4;font-size:1rem;line-height:1.555555555555556;text-align:center;border:1px solid #3692e4;border-radius:5px}.contacts__button:hover{border-color:#ec0039}.contacts__button:not(:last-child){margin-bottom:20px}@media (min-width:768px){.contacts__button{position:relative;width:auto;padding:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;font-weight:600;line-height:1.333333333333333;border:0;border-radius:0}.contacts__button:not(:last-child){margin-right:20px;margin-bottom:0}.contacts__button:not(:last-child)::after{content:'';position:absolute;top:6px;right:-10px;display:block;width:2px;height:20px;background:#454545}}.contacts .heading-h1{text-align:left}@media (min-width:768px){.contacts .heading-h3{margin-bottom:19px}}.experts-detail{padding:20px 0 65px 0;position:relative}.experts-detail__img{display:inline-flex;border-radius:50%;overflow:hidden;margin-bottom:10px}@media (max-width:767px){.experts-detail__img img{max-width:335px;max-height:335px}}.experts-detail__img--wrapper{display:flex;justify-content:center;width:100%}@media (min-width:992px){.experts-detail__img{position:absolute;top:-90px;right:0}}.experts-detail__subtitle{font-weight:900;margin-bottom:15px}.experts-detail__text{margin-bottom:20px}.experts-detail__text br{margin-bottom:15px}@media (min-width:992px){.experts-detail__content{max-width:70%}}.experts-detail h2{font-size:28px}.experts-detail__education .experts-detail__text{max-width:80%}@media (min-width:768px){.experts-small{display:flex;flex-wrap:wrap}}.experts-small__item{display:flex;margin-bottom:30px}@media (min-width:768px){.experts-small__item{margin-bottom:40px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.experts-small__item{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.experts-small__item-img{border-radius:50%;overflow:hidden;display:inline-flex;width:80px;height:80px;flex:0 0 auto}.experts-small__item-img img{width:100%;height:100%;transition:ease-in-out .1s}.experts-small__item-title{font-family:'Roboto Condensed';font-weight:700;font-size:20px;margin-bottom:5px;color:#454545}.experts-small__item-description{color:#9f9f9f}.experts-small__item-content{margin-left:30px}@media (max-width:767px){.experts-small__item-content{margin-left:20px}}.experts-page{background-color:#f9f9f9}.experts-page .heading-block{padding:20px 0 40px 0;background-color:#fff;border-bottom:1px solid #d8d8d8}.experts-page .heading-block__subtitle{margin-top:10px;font-size:24px}.experts-page .heading-block._detail{padding-bottom:20px}.experts-page .heading-block._detail .breadcrumbs__element a{text-decoration:underline}.experts-page .heading-block._detail .breadcrumbs__element:last-child a{text-decoration:none}@media (max-width:991px){.experts-page .heading-block._detail .breadcrumbs__element:last-child{display:none}}@media (max-width:991px){.experts-page .heading-block._detail .breadcrumbs__element:nth-last-child(-n+2)::after{display:none}}.experts-page .heading-h1{text-align:left;margin-bottom:0}.experts-list{padding:20px 0}.experts-list__row{display:flex;flex-wrap:wrap;margin:0 -15px;padding:10px 0}@media (min-width:768px){.experts-list__row{padding-bottom:70px}}.experts-list__element{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:15px;padding:20px;text-align:center;width:100%;height:100%;display:block;transition:ease-in-out .3s}@media (min-width:768px){.experts-list__element{padding:30px}}.experts-list__element-title{font-weight:900;font-size:24px;line-height:32px;margin-bottom:20px;color:#454545;transition:ease-in-out .3s}.experts-list__element-text{font-size:18px;line-height:26px;color:#808895;transition:ease-in-out .3s}.experts-list__element--wrapper{flex:0 0 100%;padding:0 20px 10px 20px}@media (min-width:768px){.experts-list__element--wrapper{flex:0 0 50%;padding:15px}}@media (min-width:992px){.experts-list__element--wrapper{flex:0 0 33.3%}}.experts-list__element:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);background-color:#3692e4}.experts-list__element:hover .experts-list__element-text{color:#fff}.experts-list__element:hover .experts-list__element-title{color:#fff}.experts-list__preview{border-radius:50%;overflow:hidden;display:inline-flex}.experts-list__preview img{width:140px;height:140px;transition:ease-in-out .1s}@media (min-width:768px){.experts-list__preview img{min-width:200px;min-height:200px;width:100%;height:100%}}.experts-quote{margin:0;padding:30px 0}@media (min-width:768px){.experts-quote{display:flex}}.experts-quote__text{background:#fff;border:1px solid rgba(0,0,0,.15);box-sizing:border-box;border-radius:20px;padding:28px 30px;position:relative}@media (max-width:767px){.experts-quote__text{padding:20px;font-size:16px}}@media (max-width:767px){.experts-quote__text br{display:none}}.experts-quote__text::after{content:'';left:35px;bottom:-29px;position:absolute;width:29px;position:absolute;height:31px;z-index:1;box-sizing:border-box;background:url(/local/templates/main/assets/images/svg/quote-rect.svg) no-repeat;background-size:cover}@media (min-width:768px){.experts-quote__text::after{background:url(/local/templates/main/assets/images/svg/quote-rect-desk.svg) no-repeat;left:initial;bottom:initial;right:-35px;top:35px;width:36px;height:32px}}.experts-quote__title{margin-top:27px;padding-left:30px;display:flex;flex-direction:column;font-size:18px;line-height:26px}.experts-quote__title--header{font-weight:700}.experts-quote__title--bottom{font-weight:400}.field{width:100%;height:50px;outline:0;border:1px solid transparent;border-radius:5px;padding:10px 10px 10px 22px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.field._textarea{height:150px}.field::-webkit-input-placeholder{color:rgba(69,69,69,.4)}.field::-moz-placeholder{color:rgba(69,69,69,.4)}.field:-ms-input-placeholder{color:rgba(69,69,69,.4)}.field:-moz-placeholder{color:rgba(69,69,69,.4)}.field._error{color:#ec0039;border-color:#ec0039}.field._error::-webkit-input-placeholder{color:#ec0039}.field._error::-moz-placeholder{color:#ec0039}.field._error:-ms-input-placeholder{color:#ec0039}.field._error:-moz-placeholder{color:#ec0039}.form{display:block;width:100%}.form-body{display:block;width:100%}.form__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.form__row:not(:last-child){margin-bottom:20px}@media (min-width:768px){.form__row:not(:last-child){margin-bottom:30px}}.form__row._control{align-items:center}.form__row._control .btn{width:100%}@media (min-width:768px){.form__row._control .btn{width:170px}}.form__element{width:100%}.form__element:not(:last-child){margin-bottom:20px}@media (min-width:768px){.form__element:not(:last-child){margin-bottom:30px}}.form__element._50{width:100%}.form__element._50:not(:last-child){margin-bottom:20px}@media (min-width:600px){.form__element._50{width:calc(50% - 10px)}.form__element._50:nth-child(even){margin-left:20px}.form__element._50:not(:last-child){margin-bottom:0}}@media (min-width:768px){.form__element._50{width:calc(50% - 15px)}.form__element._50:nth-child(even){margin-left:30px}}.form__label{display:block;margin-bottom:10px;font-size:.833333333333333rem;font-weight:400;line-height:1.333333333333333}.form__prompt{width:100%;margin-top:30px;font-size:.833333333333333rem;line-height:1.333333333333333;text-align:center}@media (min-width:768px){.form__prompt{margin-top:0;width:calc(100% - 170px);padding-left:35px;text-align:left}}.form-message{display:none;width:100%;padding:40px 20px 55px;text-align:center;background:#fff;border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.1)}@media (min-width:768px){.form-message{padding-left:63px;padding-right:63px}}.form-message__icon{margin-bottom:15px}.form-message__icon svg{width:80px;height:80px}.form-message .heading-h3{margin-bottom:13px!important;text-align:center}.form-message p{font-size:.833333333333333rem;line-height:1.333333333333333}.form._success .form-body{display:none}.form._success .form-message{display:block}.header{position: unset !important;background:url(/local/templates/main/assets/images/backgrounds/header-bg.jpg) no-repeat #454545;background-size:cover}.header__logo{display:inline-block;width:100%;max-width:125px}@media (min-width:768px){.header__logo{max-width:224px}}@media (min-width:992px){.header__logo{margin-right:3.5%}}@media (min-width:1200px){.header__logo{margin-right:6.3%}}.header__logo img{vertical-align:middle}.header__top{position:relative;width:100%}.header__top._grad-gray{background:#383838;background-image:-webkit-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-moz-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-ms-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-o-linear-gradient(235deg,#505050 0,#383838 100%);background-image:linear-gradient(235deg,#505050 0,#383838 100%)}.header__top._report background,.header__top._report>.container{padding-top:26px;padding-bottom:26px}@media (min-width:768px){.header__top._report .intro-banner{display:none}}.header__top>.container{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-top:12px;padding-bottom:10px}.header__top>.container::before{display:none}.header__top>.container::after{content:'';position:absolute;left:15px;bottom:0;display:block;width:calc(100% - 30px);height:1px;background:rgba(255,255,255,.1)}@media (min-width:992px){.header__top>.container{justify-content:normal;padding-top:42px;padding-bottom:31px}}.header__options{position:absolute;top:0;right:0;width:auto;height:46px;pointer-events:none;z-index:2}.header__options._report{height:78px}@media (min-width:768px){.header__options._report{height:96px}}@media (min-width:1200px){.header__options._report{height:120px}}.header__options>.container{display:flex;flex-wrap:wrap;height:100%;align-items:center;justify-content:flex-end;pointer-events:none;padding-left:0}.header__options>.container::before{display:none}.header__options .main-nav__control{pointer-events:all}@media (min-width:768px){.header__options{height:65px}}@media (min-width:992px){.header__options{position:fixed;width:100%;height:116px;pointer-events:none;z-index:100}.header__options>.container{padding-right:0}}.header__title{font-size:1.444444444444444rem;line-height:1.230769230769231;font-weight:700;color:#fff;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;margin-right:30px;flex-basis:40%}@media (min-width:1200px){.header__title{margin-right:20px;flex-basis:44%}}.header._gradient{background-image:-webkit-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-moz-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-ms-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-o-linear-gradient(23.34deg,#383838,#505050 100%);background-image:linear-gradient(23.34deg,#383838,#505050 100%)}.header._hidden-search .header__top .intro-banner{display:none}@media (min-width:992px){.header._is-sticky{padding-top:0!important}}.header._is-sticky .header__options{position:fixed;z-index:150}.header._is-sticky .header__options>.container{padding-right:20px}.header._is-sticky .header__top{position:fixed;top:0;left:0;z-index:100}@media (min-width:992px){.header._is-sticky .header__top{position:relative;top:auto;left:auto;background:0 0;z-index:initial}}.header._is-sticky .header__top .intro-banner{display:block}@media (min-width:992px){.header._is-sticky .header__top .intro-banner{display:none}}.header._is-sticky._gradient .header__top{background-image:-webkit-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-moz-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-ms-linear-gradient(23.34deg,#383838,#505050 100%);background-image:-o-linear-gradient(23.34deg,#383838,#505050 100%);background-image:linear-gradient(23.34deg,#383838,#505050 100%)}.header._is-sticky .header__top:not(._grad-gray){background:url(/local/templates/main/assets/images/backgrounds/header-bg.jpg) no-repeat #454545;background-size:cover}@media (min-width:992px){.header._is-buttons-visible .main-nav__control{background:#454545}.header._is-buttons-visible .main-nav__control._search{opacity:1;pointer-events:all}}.inner-menu{display:none;position:fixed;z-index:990;left:0;right:0;top:0;bottom:0;background-color:#454545;padding:30px 0 60px 0;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-width:320px}@media (min-width:992px){.inner-menu{padding:42px 0 123px 0}}.inner-menu._is-open{display:block}.inner-menu._report{min-width:320px;padding:70px 50px;background:#383838;background-image:-webkit-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-moz-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-ms-linear-gradient(235deg,#505050 0,#383838 100%);background-image:-o-linear-gradient(235deg,#505050 0,#383838 100%);background-image:linear-gradient(235deg,#505050 0,#383838 100%)}.inner-menu._report .inner-menu__list-section:first-child{padding-top:0}.inner-menu._report .inner-menu__list-section{margin-bottom:60px}.inner-menu__row{display:flex;flex-direction:column}@media (min-width:992px){.inner-menu__row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;flex-direction:row}}@media (max-width:991px){.inner-menu__col:not(:last-child){margin-bottom:30px}}@media (min-width:992px){.inner-menu__col{flex:0 0 25%;max-width:25%;position:relative;width:100%;padding-right:15px;padding-left:15px}}@media (max-width:991px){.inner-menu__col._hidden-on-mobile{display:none}}@media (min-width:992px){.inner-menu__col._order-4-on-desktop{order:4}}.inner-menu__list{margin-bottom:0}@media (min-width:992px){.inner-menu__list-section:first-child{padding-top:16px}}.inner-menu__list-section:not(:last-child){margin-bottom:30px}.inner-menu__list-link{line-height:1.388888888888889;font-size:1rem;color:rgba(255,255,255,.5);display:inline-block}.inner-menu__list-item:not(:last-child){margin-bottom:18px}.inner-menu__ul-report li{margin-bottom:40px}.inner-menu__ul-report li a{color:#fff;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:700;font-size:1.388888888888889rem;line-height:1.16}.inner-menu__logo{margin-bottom:50px;display:inline-block}.inner-menu__logo img{vertical-align:middle}.inner-menu__license-info{color:#8e8e8e;font-size:.722222222222222rem;line-height:1.538461538461539;margin-bottom:0}.inner-menu__license-info span{display:block}.inner-menu__license-info a{display:block;margin-bottom:24px;color:#8e8e8e}.inner-menu__title{font-size:1.388888888888889rem;line-height:1.32;color:#fff;font-weight:700;margin-bottom:18px;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}.inner-menu__title--link{color:#fff}@media (min-width:992px){.inner-menu__title{margin-bottom:29px}}.inner-menu__btn{margin-top:10px;width:100%;padding-bottom:16px;padding-top:16px}@media (min-width:992px){.inner-menu__btn{padding-bottom:11px;padding-top:11px;width:auto}}.inner-menu__btn:hover{background-color:#ec0039}.inner-menu__btn+.inner-menu__list-section{margin-top:40px}.main-nav{width:auto;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}@media (min-width:992px){.main-nav{display:flex;flex-wrap:wrap;flex-grow:1;justify-content:space-between}}.main-nav__list{margin-bottom:0;display:none}@media (min-width:992px){.main-nav__list{display:flex;flex-wrap:wrap;flex-grow:1;align-items:center}}.main-nav__item{position:relative}@media (min-width:992px){.main-nav__item:not(:last-child){margin-right:2%}}@media (min-width:1200px){.main-nav__item:not(:last-child){margin-right:50px}}.main-nav__item:hover .main-nav__dropdown{display:block}.main-nav__link{font-size:1rem;line-height:1.263157894736842;font-weight:700;display:inline-block;position:relative;color:#fff;cursor:pointer}@media (min-width:992px){.main-nav__link{padding-right:20px;padding-bottom:9px;padding-top:2px}.main-nav__link::after{content:'';position:absolute;display:inline-block;width:10px;height:7px;top:50%;margin-top:-6px;right:0;background-repeat:no-repeat;background-image:url(/local/templates/main/assets/images/icons/icon-arrow-down.svg)}.main-nav__link::after:hover{transform:rotate(180deg)}}.main-nav__link.arrow-hide::after{display:none}.main-nav__toggle{position:absolute;top:13px;right:16px;width:30px;height:20px;display:block;outline:0;border:none;background-color:transparent;cursor:pointer;transition:all .3s}@media (min-width:768px){.main-nav__toggle{top:23px}}@media (min-width:992px){.main-nav__toggle{position:relative;top:auto;right:auto;width:40px;height:32px}}.main-nav__toggle::before{top:0}.main-nav__toggle::after{bottom:0}.main-nav__toggle::after,.main-nav__toggle::before{content:'';position:absolute;display:inline-block;width:20px;height:2px;border-radius:3px;background-color:#fff;right:0}@media (min-width:992px){.main-nav__toggle::after,.main-nav__toggle::before{width:36px;height:4px}}.main-nav__toggle span{position:absolute;width:25px;height:2px;border-radius:3px;right:0;background-color:#fff;top:50%;transform:translateY(-50%)}@media (min-width:992px){.main-nav__toggle span{width:40px;height:4px}}.main-nav__toggle._is-open{width:31px;height:31px;z-index:999999;transform:rotate(-90deg);top:20px;right:20px}@media (min-width:992px){.main-nav__toggle._is-open{position:absolute;top:40px;right:15px}}.main-nav__toggle._is-open::after,.main-nav__toggle._is-open::before{width:35px;top:15px}.main-nav__toggle._is-open span{display:none}.main-nav__toggle._is-open::after{transform:rotate(-45deg)}.main-nav__toggle._is-open::before{transform:rotate(45deg)}.main-nav__dropdown{display:none;position:absolute;left:0;top:32px;min-width:280px;border-radius:10px;background-color:#fff;z-index:2;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media (min-width:992px){.main-nav__dropdown-item{display:block}.main-nav__dropdown-item:hover{background-color:#ebedf2}.main-nav__dropdown-item:last-child{border-radius:0 0 10px 10px}.main-nav__dropdown-item:first-child{border-radius:10px 10px 0 0}}.main-nav__dropdown-link{color:#fff;display:block;padding:13px 10px 12px 20px}@media (min-width:992px){.main-nav__dropdown-link{color:#454545}}.main-nav__control{display:flex;flex-wrap:wrap;width:29px;height:46px;align-items:center;justify-content:center;padding:0;background:0 0;cursor:pointer;transition:background .1s linear}@media (min-width:992px){.main-nav__control{width:74px;height:74px;border-radius:50%}.main-nav__control+.main-nav__control{margin-left:10px}}.main-nav__control._search{display:none}@media (min-width:992px){.main-nav__control._search{display:block;opacity:0;pointer-events:none;transition:opacity .1s linear}}.main-nav__control .search{display:block;width:28px;height:28px;margin-left:auto;margin-right:auto;fill:none;stroke:#fff}.main-nav__control span{position:relative;display:block;width:29px;height:2px;background:#fff;border-radius:6px;will-change:transform;transition:transform .2s linear}@media (min-width:768px){.main-nav__control span{height:3px}}.main-nav__control span::after,.main-nav__control span::before{content:'';position:absolute;right:0;display:block;height:100%;background:#fff;border-radius:6px;will-change:transform}.main-nav__control span::before{top:-10px;width:26px}.main-nav__control span::after{bottom:-10px;width:23px}@media (min-width:992px){.main-nav__control span{width:40px;height:4px}.main-nav__control span::before{top:-13px;width:36px}.main-nav__control span::after{bottom:-13px;width:32px}}.intro-banner{text-align:center;padding-top:30px;padding-bottom:35px}.intro-banner._logotypes-base{padding-bottom:35px}@media (min-width:992px){.intro-banner._logotypes-base{padding-bottom:67px}}.intro-banner._cafe-logotypes{max-width:1070px;margin-left:auto;margin-right:auto;padding-top:35px;padding-bottom:20px;text-align:left}.intro-banner._cafe-logotypes .heading-h1{margin-bottom:11px;text-align:left}@media (min-width:992px){.intro-banner._cafe-logotypes .heading-h1{margin-bottom:18px}}.intro-banner._cafe-logotypes .intro-banner__subtitle{max-width:1070px}.intro-banner._cafe-logotypes .intro-banner__form{margin:23px 0 0 0}@media (min-width:992px){.intro-banner._cafe-logotypes .intro-banner__form{margin-top:40px}}@media (min-width:992px){.intro-banner._cafe-logotypes{padding-top:20px;padding-bottom:50px}}@media (min-width:992px){.intro-banner._mktu-classes{padding-bottom:45px}}.intro-banner._mktu-classes .heading-h1{margin-bottom:18px}.intro-banner._mktu-classes .intro-banner__form{margin-top:23px}@media (min-width:992px){.intro-banner._mktu-classes .intro-banner__form{margin-top:50px}}.intro-banner._about{padding-top:20px;padding-bottom:25px}@media (min-width:992px){.intro-banner._about{padding-bottom:65px}}.intro-banner._about .intro-banner__form{margin-top:0;margin-bottom:30px}@media (min-width:992px){.intro-banner._about .intro-banner__form{margin-bottom:50px}}@media (min-width:992px){.intro-banner{padding-top:45px;padding-bottom:150px}}.intro-banner._search-bar{padding-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px}.intro-banner._search-bar .intro-banner__form{position:relative;margin-top:0}.intro-banner._search-bar .intro-banner__input{height:36px;margin-bottom:0;padding:8px 48px 8px 10px;font-size:.833333333333333rem}.intro-banner._search-bar .intro-banner__btn{position:absolute;top:0;right:0;background:0 0;width:38px;height:36px;padding:0;font-size:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 433.633 433.633' style='enable-background:new 0 0 433.633 433.633;' xml:space='preserve'%3E%3Cpath style='fill:%23EC0039;' d='M428.931,406.465l-91.951-91.951c29.257-34.482,45.453-77.322,45.453-123.298 c0-105.012-85.682-190.694-191.216-190.694S0,86.204,0,191.216S85.682,381.91,191.216,381.91c45.976,0,88.816-16.196,123.298-45.453 l92.473,91.951c3.135,3.135,7.314,4.702,10.971,4.702c4.18,0,7.837-1.567,10.971-4.702C435.2,422.139,435.2,412.212,428.931,406.465 z M304.065,304.065c-30.302,29.78-70.008,46.498-112.849,46.498c-88.294,0-159.869-71.576-159.869-159.347 S102.922,31.869,191.216,31.869s159.869,71.576,159.869,159.347C351.086,234.057,334.367,274.286,304.065,304.065z'/%3E%3C/svg%3E%0A") center center no-repeat;background-size:18px 18px;box-shadow:none}.intro-banner._search-bar .container{padding-left:0;padding-right:0}@media (min-width:768px){.intro-banner._search-bar{padding-top:20px;padding-bottom:20px}.intro-banner._search-bar .intro-banner__form{display:flex;flex-wrap:wrap}.intro-banner._search-bar .intro-banner__input{width:calc(100% - 180px);height:60px;padding:10px 10px 10px 22px;font-size:1rem;line-height:1.555555555555556;border-radius:5px 0 0 5px;border:none}.intro-banner._search-bar .intro-banner__btn{position:static;top:auto;right:auto;height:auto;width:100%;max-width:180px;font-size:1rem;line-height:1.666666666666667;display:flex;align-items:center;justify-content:center;background:#ec0039;box-shadow:0 5px 15px rgba(255,16,55,.2);border-radius:0 5px 5px 0}}.intro-banner__subtitle{font-size:1rem;line-height:1.444444444444444;color:#fff;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-weight:300}.intro-banner__subtitle._boxed{max-width:800px;margin-left:auto;margin-right:auto}.intro-banner__subtitle._gray{color:#454545}.intro-banner__subtitle._s{font-size:1rem;line-height:1.444444444444444}@media (min-width:992px){.intro-banner__subtitle._s{line-height:1.666666666666667}}@media (min-width:992px){.intro-banner__subtitle{font-size:1.666666666666667rem;line-height:1.333333333333333}}.intro-banner__form{width:100%;max-width:1070px;margin:23px auto 0 auto}@media (min-width:992px){.intro-banner__form{margin-top:56px;display:flex;flex-wrap:wrap}}.intro-banner__form-example{margin-top:9px;color:#fff;font-size:.666666666666667rem;font-weight:600;line-height:1.5;text-transform:uppercase}.intro-banner__form-example a,.intro-banner__form-example span{cursor:pointer;color:#3692e4;text-decoration:underline}.intro-banner__form-example a:hover,.intro-banner__form-example span:hover{color:#ec0039;text-decoration:none}.intro-banner__input{margin-bottom:10px;height:50px;border:none}@media (min-width:992px){.intro-banner__input{border-radius:5px 0 0 5px;width:calc(100% - 180px);height:60px;margin-bottom:0}}.intro-banner__btn{width:100%;outline:0;border:none}@media (min-width:992px){.intro-banner__btn{border-radius:0 5px 5px 0;display:flex;align-items:center;justify-content:center;max-width:180px}}.intro-banner__btn:hover{background-color:#3692e4!important;box-shadow:0 5px 15px rgba(54,146,228,.2)!important}.intro-banner__video{display:inline-flex;align-items:center;justify-content:center;margin:36px auto 0;color:#fff;font-size:1rem;line-height:1.444444444444444;text-decoration:none}@media (min-width:768px){.intro-banner__video{margin-top:47px}}.intro-banner__video::before{content:'';display:block;width:40px;height:28px;margin-right:12px;background:url("data:image/svg+xml,%3Csvg width='80' height='56.013' fill='none' version='1.1' viewBox='0 0 80 56.013' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(0 -12.032)' clip-path='url(%23clip0)'%3E%3Cpath d='m78.352 20.796c-0.9222-3.4271-3.6242-6.1285-7.0507-7.0514-6.2604-1.7132-31.302-1.7132-31.302-1.7132s-25.041 0-31.301 1.6479c-3.3606 0.9223-6.1285 3.6902-7.0508 7.1167-1.6473 6.2597-1.6473 19.242-1.6473 19.242s0 13.047 1.6473 19.242c0.92285 3.4265 3.6242 6.1285 7.0514 7.0514 6.3257 1.7132 31.301 1.7132 31.301 1.7132s25.041 0 31.301-1.6479c3.4271-0.9222 6.1285-3.6243 7.0513-7.0508 1.6474-6.2603 1.6474-19.242 1.6474-19.242s0.0659-13.048-1.648-19.308z' fill='%23ff1037'/%3E%3Cpath d='m32.025 52.031 20.823-11.993-20.823-11.993z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='80' height='80' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 0 0 no-repeat;background-size:cover}@media (min-width:768px){.intro-banner__video::before{width:80px;height:56px;margin-right:30px}}.intro-banner__prompt{display:none}@media (min-width:768px){.intro-banner__prompt{display:inline-block;width:32px;height:32px;color:#fff;font-size:1rem;line-height:1.777777777777778;text-align:center;text-decoration:none;background:#3692e4;border-radius:50%;vertical-align:top}.intro-banner__prompt::after{display:none}}.intro-banner .heading-h1{margin-top:0}.intro-banner .breadcrumbs{display:none;margin-bottom:0}@media (min-width:768px){.intro-banner .breadcrumbs{display:block}}.container{max-width:1320px;width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}.container:before{content:'';display:table;clear:both}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}.container-sm{max-width:1130px;width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}.container-sm:before{content:'';display:table;clear:both}@media (min-width:768px){.container-sm{padding-right:15px;padding-left:15px}}.container-xl{max-width:1440px;width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}.container-xl:before{content:'';display:table;clear:both}@media (min-width:768px){.container-xl{padding-right:15px;padding-left:15px}}@media (min-width:480px){.row-sm{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row-md{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row-lg{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row-xl{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.col-md{position:relative;width:100%;padding-right:15px;padding-left:15px}}@media (min-width:768px){.col-md--1-2{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.col-md--1-3{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (min-width:768px){.col-md--2-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%}}@media (min-width:768px){.col-md--3-5{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}}@media (min-width:992px){.col-lg{position:relative;width:100%;padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-lg--1-2{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg--1-3{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (min-width:992px){.col-lg--1-4{flex:0 0 25%;max-width:25%}}@media (min-width:992px){.col-lg--2-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%}}@media (min-width:992px){.col-lg--3-5{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}}@media (min-width:1200px){.col-xl{position:relative;width:100%;padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col-xl--1-2{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.col-xl--1-3{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (min-width:1200px){.col-xl--1-4{flex:0 0 25%;max-width:25%}}@media (min-width:1200px){.col-xl--3-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%}}@media (min-width:1200px){.col-xl--3-7{flex:0 0 58.333333333333336%;max-width:58.333333333333336%}}.lightbox{background-color:#f9f9f9;height:100%}.lightbox._open{display:block}.lightbox__center-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;height:100%}.lightbox__form{display:flex;flex-wrap:wrap;max-width:1110px;padding:0 20px;width:100%;margin:0 auto}.lightbox__input{width:100%;margin-bottom:10px}@media (min-width:992px){.lightbox__input{border-radius:5px 0 0 5px;height:60px;margin-bottom:0;width:calc(100% - 180px)}}.lightbox__btn{width:100%}@media (min-width:992px){.lightbox__btn{border-radius:0 5px 5px 0;max-width:180px}}.not-found{padding-top:0;text-align:center}.not-found__icon{width:100%}.not-found__icon svg{display:block;width:100%;height:auto;margin-left:auto;margin-right:auto}@media (min-width:768px){.not-found__icon svg{width:625px;height:340px}}.not-found__headline{margin-top:20px;margin-bottom:0;font-size:2rem;line-height:1.277777777777778}@media (min-width:768px){.not-found__headline{margin-top:30px;font-size:2.555555555555555rem;line-height:1.217391304347826}}.not-found .btn{margin-top:20px}@media (min-width:768px){.not-found .btn{margin-top:30px}}.page-contents{width:100%;padding:39px 20px 30px;background-color:#f6f6f6;border-radius:5px}.page-contents__headline{margin-top:0;margin-bottom:24px;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:1.333333333333333rem;line-height:1.166666666666667;font-weight:600;text-transform:uppercase}.page-contents__headline._no-transform{text-transform:none}.page-contents__list{width:100%;counter-reset:li-counter}.page-contents__list-element{position:relative;display:block;width:100%;padding-left:30px;font-size:1rem;line-height:1.666666666666667;text-decoration:none}.page-contents__list-element::before{content:counter(li-counter);position:absolute;top:0;left:0;color:#808895;font-weight:600;counter-increment:li-counter}.page-contents__list-element:not(:last-child){margin-bottom:10px}.page-contents__list-sub-element{margin-top:11px;padding-left:20px;font-size:.833333333333333rem;line-height:1.333333333333333}.page-contents .btn{width:100%;margin-top:21px}@media (min-width:992px){.page-contents .btn{width:auto}}.report-full{margin-bottom:40px}@media (min-width:768px){.report-full__row{display:flex;flex-wrap:wrap}}.report-full .heading-h1{margin-bottom:20px;text-align:left}@media (min-width:992px){.report-full .heading-h1{margin-bottom:17px}}.report-widgets__row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.report-widgets__widget{margin-bottom:20px;padding:0 15px;width:100%}@media (min-width:768px){.report-widgets__widget{margin-bottom:0;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.report-widgets__widget{margin-bottom:0;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.report-widget{display:flex;flex-wrap:wrap;flex-direction:column;border-radius:5px;padding:30px;background-color:#fff;border:1px solid #eaeaea;height:100%}.report-widget__row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:baseline;flex-wrap:nowrap}@media (max-width:991px){.report-widget__row{flex-direction:column;align-items:center;text-align:center}}.report-widget__row._text-center{justify-content:center}.report-widget__content{width:100%}.report-widget__title{font-size:1.111111111111111rem;line-height:1.3}@media (min-width:992px){.report-widget__title{margin-right:10px}}@media (max-width:991px){.report-widget__status{margin-bottom:13px}}.report-heading{margin-bottom:30px}@media (min-width:992px){.report-heading{margin-bottom:36px}}@media (min-width:992px){.report-heading__description{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}}@media (max-width:991px){.report-heading__description{margin-bottom:23px}}.date{display:inline-flex;align-items:center;margin-bottom:0}@media (max-width:479px){.date{margin-bottom:10px}}.date__block{margin-right:10px}.date .prefix{color:rgba(69,69,69,.5);text-transform:uppercase}.tip{background-color:#e1f1fb;border:1px solid #00afec inset;box-shadow:0 5px 15px rgba(0,0,0,.1);padding:20px}.tip__title{font-size:1.666666666666667rem;line-height:1.266666666666667;display:inline-block;margin-bottom:8px}.border-bottom{border-bottom:1px solid #dfdfdf;padding-bottom:30px}@media (min-width:768px){.border-bottom{padding-bottom:60px}}.explanation{text-align:center}.explanation__title{font-size:1.777777777777778rem;line-height:1.3125}@media (min-width:768px){.explanation__title{font-size:2.555555555555555rem;line-height:1.217391304347826}}.explanation__description{font-size:1.111111111111111rem;line-height:1.4;margin-bottom:30px}@media (min-width:768px){.explanation__description{font-size:1.666666666666667rem;line-height:1.266666666666667}}.explanation-inner{display:flex;flex-direction:column;align-items:normal;max-width:900px;margin:0 auto}@media (min-width:768px){.explanation-inner{align-items:center}}.search-page .heading-h2{text-align:left}.search-page__subtitle{margin-bottom:15px}.search-page .tabs__list._large .tabs__tab{white-space:normal}.accordion-tab__show-wrap::before,.accordion-tab__wrap:last-child,.search-result__wrap{background:#f6f6f6!important}.accordion-tab__show-wrap::before{box-shadow:0 -15px 15px #f6f6f6;height:70px!important}.search-quiz{width:100%}@media (min-width:768px){.search-quiz{display:flex;justify-content:space-between}}.search-quiz br{display:none}.search-quiz__section{margin:25px 0 50px}@media (min-width:992px){.search-quiz__section{margin:0 0 80px;padding-top:0!important}}@media (max-width:767px){.search-quiz__section.section-rd{padding-top:0;margin-top:0}}.search-quiz__wrapper{background:#3692e4;box-shadow:0 20px 30px rgba(0,0,0,.1);border-radius:15px;padding:20px;color:#fff;display:none}@media (min-width:992px){.search-quiz__wrapper{padding:80px 105px 60px 80px}}.search-quiz__wrapper.active{display:block}.search-quiz__img{margin-bottom:12px}@media (min-width:768px){.search-quiz__img{margin-bottom:0;flex:0 0 55%;max-width:55%}}@media (max-width:767px){.search-quiz__img img{max-width:130px}}@media (min-width:992px){.search-quiz__content{padding-left:30px;padding-top:10px;flex:0 0 45%;max-width:45%}}.search-quiz__content--center{flex:0 0 100%;max-width:100%}@media (min-width:768px){.search-quiz__content--center{padding-bottom:45px;text-align:center}}@media (min-width:768px){.search-quiz__content br{display:block}}@media (min-width:768px){.search-quiz__box{display:flex}}.search-quiz__box-control{margin-top:12px}@media (min-width:768px){.search-quiz__box-control{margin-top:0;margin-left:10px}}.search-quiz__box-control .btn-lp{box-shadow:0 15px 30px rgba(255,16,55,.2);border-radius:3px;padding-left:25px;padding-right:25px;font-size:16px;line-height:22px;height:50px;background-color:#ec0039;color:#fff;cursor:pointer}@media (max-width:767px){.search-quiz__box-control .btn-lp{width:100%;height:50px}}.search-quiz__title{font-family:'Roboto Condensed';font-weight:700;margin-bottom:20px;font-size:32px;line-height:110%}@media (max-width:767px){.search-quiz__title.--desktop{display:none}}@media (min-width:768px){.search-quiz__title.--mobile{display:none}}@media (min-width:992px){.search-quiz__title{font-size:45px}}.search-quiz__text{margin-bottom:20px;font-size:16px;line-height:24px}@media (min-width:992px){.search-quiz__text{font-size:18px;line-height:28px;margin-bottom:12px}}.search-quiz__input{border:1px solid rgba(0,0,0,.1)!important;border-radius:5px!important;height:50px;padding:15px}.search-quiz__input--error{color:#ec0039;margin-top:10px;display:none}.search-quiz__input.on-error{border-color:#ec0039;box-shadow:0 5px 15px rgba(255,16,55,.2)}.search-quiz__input.on-error+.search-quiz__input--error{display:block}@media (max-width:767px){.search-quiz__input{width:100%}}@media (min-width:992px){.search-quiz__input{min-width:300px}}.search-quiz__progress{display:flex;margin-bottom:10px}.search-quiz__progress-element{font-size:13px;line-height:18px;color:#929fab;font-family:Roboto;margin-right:15px}.search-quiz__progress-element span{font-weight:700}.search-quiz__progress-element--blue{color:#307abd}.search-quiz__options{margin-top:20px}.search-quiz__options span{color:#fff}.search-quiz__options-link{text-decoration:underline;border-bottom:none;color:#fff;margin-right:4px;outline:0;border:none;background-color:transparent;cursor:pointer}.search-quiz__options-link:hover{color:#fff!important;text-decoration:none}@media (max-width:767px){.search-quiz__options-link{text-align:center;display:block;width:100%}}.confidential{width:100%;padding-bottom:20px}@media (min-width:768px){.confidential{padding-top:35px;padding-bottom:35px}}.confidential__body{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start}@media (min-width:768px){.confidential__body{display:block}.confidential__body::after,.confidential__body::before{content:'';display:block;width:100%;height:1px;visibility:hidden;clear:both}.confidential__body img{display:inline-block;width:auto;max-width:100%;height:auto}}.confidential__image{width:100%;margin-top:20px;text-align:center;order:3}@media (min-width:768px){.confidential__image{float:left;width:50%;margin-top:0}}.confidential__image img{max-width:100%}.confidential__headline{width:100%;margin-top:0;margin-bottom:20px;font-size:1.555555555555556rem;font-weight:600;line-height:1.357142857142857;order:1}@media (min-width:768px){.confidential__headline{float:right;width:50%;margin-top:10px;font-size:2.777777777777778rem;line-height:1.18}}.confidential__description{width:100%;font-size:1rem;line-height:1.555555555555556;order:2}@media (min-width:768px){.confidential__description{float:right;width:50%;padding-top:35px}.confidential__description p{max-width:520px}}.confidential__control{width:100%;margin-top:20px;order:4}@media (min-width:768px){.confidential__control{float:right;width:50%;margin-top:32px}}.confidential__control .btn{width:100%}@media (min-width:768px){.confidential__control .btn{width:auto}}.confidential .heading-h1{margin-bottom:20px;text-align:left}@media (min-width:768px){.confidential .heading-h1{margin-bottom:17px}}.creative-with-fists__image{margin-top:23px}@media (min-width:992px){.creative-with-fists__image{margin-top:0}}@media (min-width:1200px){.creative-with-fists__image img{transform:translateX(-55px)}}.creative-with-fists__features{margin-top:30px}@media (min-width:992px){.creative-with-fists__features{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin-top:46px}}.creative-with-fists__feature:not(:last-child){margin-bottom:23px}@media (min-width:992px){.creative-with-fists__feature{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}.creative-with-fists__feature:not(:last-child){margin-bottom:0}}.creative-with-fists__feature-no{display:flex;flex-wrap:wrap;align-items:center;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;font-size:3.333333333333333rem;font-weight:600;line-height:1}.creative-with-fists__feature-no .prefix{padding-left:10px;padding-right:10px;color:rgba(69,69,69,.5);font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.666666666666667rem;font-weight:400;line-height:1}.creative-with-fists__feature-no .highlighted{color:#ec0039}.creative-with-fists__feature-desc{margin-top:11px;line-height:1.444444444444444}@media (min-width:992px){.creative-with-fists__feature-desc{margin-top:28px}}.creative-with-fists__feature-desc p{line-height:inherit}.creative-with-fists .heading-h1{text-align:left}.creative-with-fists .btn{width:100%}@media (min-width:992px){.creative-with-fists .btn{width:auto;margin-top:18px}}.features-plates__top{padding-bottom:30px;position:relative;margin-bottom:60px}@media (min-width:992px){.features-plates__top{padding-bottom:0;margin-bottom:11px}}.features-plates__bottom{border-radius:5px;text-align:center;background-color:#454545;position:relative;padding:19.29% 25px 25px 25px}@media (min-width:1200px){.features-plates__bottom{text-align:left;padding:55px 42px 63px 378px}}.features-plates__bottom-link{left:50%;transform:translateX(-50%);position:absolute;max-width:95%;top:-40px}@media (min-width:992px){.features-plates__bottom-link{max-width:55%}}@media (min-width:1200px){.features-plates__bottom-link{top:-50px;max-width:100%;transform:none;left:19px}}.features-plates__bottom-text{color:#fff;line-height:1.444444444444444;max-width:210px;margin:0 auto}@media (min-width:1200px){.features-plates__bottom-text{margin:0;max-width:none}}.features-plates__slider{border-radius:5px;box-shadow:0 10px 30px rgba(47,34,87,.2);background-color:#fff;padding:20px 20px 18px 20px;overflow:hidden}@media (min-width:992px){.features-plates__slider{position:relative;padding:30px 20px 20px 30px}}.features-plates__slide{outline:0;float:left}.features-plates__slide-heading{font-size:1.555555555555556rem;line-height:1.357142857142857;margin-bottom:11px}@media (min-width:768px){.features-plates__slide-heading{font-size:1.666666666666667rem;line-height:1.266666666666667}}@media (min-width:992px){.features-plates__slide-heading{margin-bottom:16px}}.features-plates .slick-slider{outline:0;border:none;overflow:hidden}.features-plates .slick-slider{position:static}.features-plates .slick-dots{margin-bottom:0;text-align:right;position:absolute}@media (max-width:991px){.features-plates .slick-dots{font-size:0;left:50%;transform:translateX(-50%);bottom:0}}@media (min-width:992px){.features-plates .slick-dots{position:relative;margin-top:21px}}.features-plates .slick-dots li{display:inline-block;width:8px;height:8px;margin:0 4px}@media (min-width:992px){.features-plates .slick-dots li{width:38px;height:38px;margin:0}.features-plates .slick-dots li:not(:last-child){margin-right:9px}}.features-plates .slick-dots button{width:100%;height:100%;border-radius:50%;padding:0;display:block;color:#fff;border:none;cursor:pointer;outline:0;font-size:0;background-color:#b2b8c9}@media (min-width:992px){.features-plates .slick-dots button{font-size:.833333333333333rem;line-height:1.733333333333333;text-align:center;background-color:#3692e4}}.features-plates .slick-active button{background-color:#3692e4;color:#9f9f9f}@media (min-width:992px){.features-plates .slick-active button{border:1px solid rgba(69,69,69,.2);background-color:transparent}}.stats-info__heading{font-size:1.555555555555556rem;line-height:1.357142857142857;margin-bottom:21px}@media (min-width:768px){.stats-info__heading{font-size:1.666666666666667rem;line-height:1.266666666666667}}@media (min-width:768px){.stats-info__heading{margin-bottom:26px}}@media (min-width:768px){.stats-info__row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:767px){.stats-info__section:not(:last-child){margin-bottom:23px}}@media (min-width:768px){.stats-info__section{position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}.stats-info__text{line-height:1.444444444444444}.stats-info__top{margin-bottom:11px}@media (min-width:768px){.stats-info__top{margin-bottom:28px}}.stats-info__top-number{font-size:3.333333333333333rem;line-height:1;font-weight:900;display:inline-block;vertical-align:middle}.stats-info__top-number._red{color:#ec0039}.stats-info__top-delimiter{font-size:1.666666666666667rem;line-height:2;color:rgba(69,69,69,.5);display:inline-block;vertical-align:middle;margin-left:4px}.stats-section .container{position:relative}.stats-section+.uneasy-search-section{padding-top:0}.stats-section__stat{padding-top:32px}@media (min-width:992px){.stats-section__stat{padding-top:0;padding-left:20px}}.stats-section__img{position:relative;top:10px}@media (min-width:992px){.stats-section__img{max-width:85%}}@media (min-width:1200px){.stats-section__img{max-width:100%;left:-7px;top:5px}}.stats-section__wrap{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;min-height:410px}@media (min-width:992px){.stats-section__wrap{min-height:365px}}.stats-section__list{margin:0}.stats-section__list-item{position:absolute;width:100%;max-width:48%;text-align:left;z-index:1}@media (min-width:992px){.stats-section__list-item{max-width:190px}}.stats-section__list-item:nth-child(1){right:0;top:0}@media (min-width:992px){.stats-section__list-item:nth-child(1){top:-52px}}.stats-section__list-item:nth-child(2){right:-10px;bottom:20px;max-width:158px}@media (min-width:992px){.stats-section__list-item:nth-child(2){max-width:208px;bottom:0}}.stats-section__list-item:nth-child(3){left:0;top:0}@media (min-width:992px){.stats-section__list-item:nth-child(3){top:-3px}}.stats-section__list-link{font-weight:700;font-size:1rem;line-height:1.166666666666667;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}@media (min-width:992px){.stats-section__list-link{font-size:1.111111111111111rem}}@media (min-width:1200px){.stats-section__list-link{font-size:1.333333333333333rem}}.stats-section__list-text{display:block;margin-top:5px;font-size:.777777777777778rem}@media (min-width:992px){.stats-section__list-text{font-size:.888888888888889rem}}@media (min-width:1200px){.stats-section__list-text{font-size:1rem}}.stats-section__btn{margin-top:22px;width:100%}@media (min-width:992px){.stats-section__btn{width:auto}}.service-page{background-color:#f6f6f6}.service-reg{padding:120px 0 60px 0}.services-accordion__item{position:relative;padding-left:60px}@media (min-width:992px){.services-accordion__item{padding-left:220px}}.services-accordion__item-button{position:absolute;top:30px;left:0;background-color:transparent}.services-accordion__item-title{cursor:pointer;font-family:'Roboto Condensed';color:#454545;text-align:left;font-weight:700;font-size:40px;line-height:40px}@media (max-width:767px){.services-accordion__item-title{font-size:28px;list-height:32px}}.services-accordion__item.open svg{transform:none}.services-accordion__item.open svg .services-accordion__item-svg--path{display:none}.services-advantages{margin-top:40px}@media (min-width:768px){.services-advantages{margin-top:60px;display:flex;flex-wrap:wrap;justify-content:space-between}}.services-advantages__item{margin-bottom:20px}@media (min-width:992px){.services-advantages__item{max-width:270px}}.services-advantages__title{-webkit-text-stroke:1px #454545;color:transparent;font-size:80px;font-weight:700;margin-bottom:20px;max-height:100px}@media (max-width:767px){.services-advantages__title{margin-bottom:10px}}.services-banner{background-color:#fff;position:relative;padding:60px 60px 72px 60px;margin-bottom:60px}@media (min-width:992px){.services-banner{min-height:500px}}@media (max-width:767px){.services-banner{margin-bottom:30px;padding:30px 20px 0 20px}}@media (max-width:991px){.services-banner__img{margin-top:40px;margin-bottom:-10px}}@media (min-width:992px){.services-banner__img{position:absolute;right:0;bottom:0;pointer-events:none}}.services-banner__header{display:flex;justify-content:space-between}.services-banner__text{color:#9f9f9f}.services-banner__title{font-family:'Roboto Condensed';line-height:32px;font-size:28px;font-weight:700;margin-bottom:20px}@media (min-width:768px){.services-banner__title{line-height:50px;font-size:50px}}@media (min-width:768px){.services-banner__title{margin-bottom:10px}}.services-banner__subtitle{font-family:'Roboto Condensed';line-height:30px;font-size:30px;font-weight:700;margin-bottom:20px}@media (min-width:768px){.services-banner__subtitle{line-height:24px;font-size:30px}}@media (min-width:768px){.services-banner__subtitle{margin-bottom:10px}}.services-banner__row{margin:30px 0}@media (min-width:768px){.services-banner__row{margin:60px 0;display:flex}}.services-banner__item{margin-bottom:30px}@media (min-width:768px){.services-banner__item{margin-right:50px;max-width:240px;margin-bottom:0}}.services-banner__price{position:relative}@media (max-width:991px){.services-banner__price{display:none}}.services-banner__price--new{font-family:'Roboto Condensed';line-height:40px;font-size:50px;font-weight:300}@media (min-width:768px){.services-banner__price--new{line-height:60px;font-size:50px}}.services-banner__price--old{color:#9f9f9f;font-family:'Roboto Condensed';line-height:20px;font-size:23px;font-weight:400;text-decoration:line-through}@media (min-width:768px){.services-banner__price--old{line-height:30px;font-size:35px}}@media (min-width:768px){.services-banner__price--old{position:absolute;bottom:-40px;right:0}}.services-hero-banner{padding:110px 0 168px 0;position:relative}@media (min-width:992px){.services-hero-banner{min-height:500px}}@media (min-width:1600px){.services-hero-banner{min-height:660px}}@media (max-width:767px){.services-hero-banner{padding:60px 0 30px 0}}.services-hero-banner__title{font-family:Roboto Condensed;font-weight:700;font-size:36px;line-height:46px;margin-bottom:40px;text-align:left;color:#fff}@media (min-width:768px){.services-hero-banner__title{font-size:75px;line-height:80px;letter-spacing:-.03em;margin-bottom:60px}}.services-hero-banner__image{position:absolute;width:100%;height:auto;left:0;top:0}@media (max-width:767px){.services-hero-banner__image{display:none}}.services-hero-banner__image--mobile{display:block}@media (min-width:768px){.services-hero-banner__image--mobile{display:none}}.services-hero-banner__link{background:#ec0039;box-shadow:0 20px 20px -10px rgba(236,0,57,.4);border-radius:5px;color:#fff;padding:25px 37px;font-size:24px;line-height:32px;font-weight:700;display:flex;width:max-content;justify-content:center;align-items:center}@media (max-width:767px){.services-hero-banner__link{width:100%;padding:25px 0;font-size:20px}}.services-hero-banner__content{position:relative;z-index:1}@media (min-width:768px){.services-readmore{margin-right:-5px;margin-left:-5px}}@media (min-width:768px){.services-readmore .col-md{padding-left:5px;padding-right:5px}}.services-readmore__item{padding:20px;background-color:#fff;color:#454545;height:100%;display:block;margin-bottom:10px}.services-register-block{position:relative}@media (max-width:767px){.services-register-block .container{padding-right:0;padding-left:0}}.services-register-block::before{content:'';position:absolute;display:block;z-index:0;width:50%;left:0;top:0;height:100%;background-color:#ebeef3}@media (max-width:767px){.services-register-block::before{display:none}}.services-register-block::after{content:'';position:absolute;display:block;z-index:0;width:50%;right:0;top:0;height:100%;background-color:#fff}@media (max-width:767px){.services-register-block::after{display:none}}.services-register-block:nth-child(even)::before{right:0!important;left:initial!important}.services-register-block:nth-child(even)::after{left:0!important;right:initial!important}.services-register-block--half::before{content:none}@media (min-width:992px){.services-register-block--solo{padding-top:0;padding-bottom:0}}.services-register-block--solo .container{background-color:#ebeef3}@media (min-width:992px){.services-register-block--solo .container{padding-top:176px;padding-bottom:60px}}.services-register-block--solo::before{content:none;width:100%}.services-register-block--solo::after{content:none}@media (min-width:992px){.services-register-block--solo .services-register-block__item-title{font-size:60px;line-height:60px}}@media (min-width:992px){.services-register-block--solo .services-register-block__item-price{font-size:40px}}@media (min-width:992px){.services-register-block--solo .btn{position:absolute;bottom:0;right:0}}@media (min-width:992px){.services-register-block--solo .services-register-block__item{padding:0 60px}}.services-register-block--solo .services-register-block__item:last-child{background-color:#ebeef3}.services-register-block__item{z-index:1;position:relative;padding:60px}@media (max-width:767px){.services-register-block__item{padding:40px 20px}}@media (max-width:991px){.services-register-block__item:nth-child(1){background-color:#ebeef3}}@media (max-width:991px){.services-register-block__item:nth-child(2){background-color:#fff}}.services-register-block__item-title{font-family:'Roboto Condensed';color:#454545;text-align:left;font-weight:700;font-size:40px;line-height:40px;margin-bottom:20px}@media (max-width:767px){.services-register-block__item-title{font-size:28px;list-height:32px}}@media (min-width:768px){.services-register-block__item-title{margin-bottom:30px}}.services-register-block__item-price{font-family:'Roboto Condensed';font-size:30px;line-height:30px;font-weight:300;margin-bottom:40px}@media (min-width:768px){.services-register-block__item-price{margin-bottom:60px}}.services-slider{display:none}.services-slider.slick-initialized{display:block}.services-slider__item{width:140px;height:140px;display:flex!important;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;margin-right:30px}.services-slider .slick-list{overflow:visible}.services-table{counter-reset:section}.services-table__item{border-top:1px solid #c4c4c4;position:relative;padding-top:20px;padding-left:60px;margin-bottom:20px}@media (min-width:768px){.services-table__item{padding-top:30px;padding-left:221px;margin-bottom:30px;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:2px solid #c4c4c4}}.services-table__item::before{counter-increment:section;content:"0" counter(section);position:absolute;left:0;top:30px;font-family:'Roboto Condensed';color:#bcbcbc;text-align:left;font-weight:700;font-size:40px;line-height:40px}@media (max-width:767px){.services-table__item::before{font-size:28px;list-height:32px}}@media (max-width:767px){.services-table__item::before{top:20px}}@media (min-width:768px){.services-table__item-content{max-width:540px}}.services-table__item-title{font-family:'Roboto Condensed';color:#454545;text-align:left;font-weight:700;font-size:40px;line-height:40px;margin-bottom:10px}@media (max-width:767px){.services-table__item-title{font-size:28px;list-height:32px}}@media (min-width:768px){.services-table__item-title{margin-bottom:18px}}.services-table__item-text{color:#9f9f9f}.services-page__header .heading-h1{margin-bottom:0;text-align:left;padding:30px 0}@media (min-width:768px){.services-page__header .heading-h1{padding:48px 0}}.services-page__header-title{font-family:'Roboto Condensed';font-weight:700;font-size:36px;line-height:46px;text-align:left;margin-bottom:0;padding:30px 0}@media (min-width:768px){.services-page__header-title{font-size:50px;line-height:58px;padding:48px 0}}.services-tabs__tabs{display:flex;flex-wrap:wrap;position:relative}@media (min-width:768px){.services-tabs__tabs{margin-bottom:30px}}.services-tabs__tabs-arrow{display:inline-flex;width:28px;height:28px;justify-content:center;align-items:center;position:absolute;right:16px;top:20px;transition:.4s ease-in-out}@media (min-width:768px){.services-tabs__tabs-arrow{display:none}}.services-tabs__tabs-item{flex:0 0 100%;max-width:100%;padding:20px;display:flex;justify-content:start;align-items:center;border:1px solid #dadada;color:#9d9d9d;cursor:pointer;transition:.4s ease-in-out}@media (min-width:768px){.services-tabs__tabs-item{justify-content:center;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}@media (max-width:767px){.services-tabs__tabs-item{order:2}}.services-tabs__tabs-item--active{border:1px solid #454545;background-color:#454545;color:#fff}@media (max-width:767px){.services-tabs__tabs-item--active{order:1}}@media (max-width:767px){.services-tabs__tabs-item:not(.services-tabs__tabs-item--active){max-height:0;opacity:0;pointer-events:none;padding-top:0;padding-bottom:0}}.services-tabs__tabs--active .services-tabs__tabs-item:not(.services-tabs__tabs--active){max-height:120px;opacity:1;pointer-events:initial;padding-top:20px;padding-bottom:20px}.services-tabs__tabs--active .services-tabs__tabs-arrow{transform:rotate(180deg)}.services-tabs__content{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;padding:40px 0 30px;border-bottom:1px solid #dadada;display:none}breakpont-md() .services-tabs__content:last-child{border-bottom:1px solid transparent}@media (max-width:767px){.services-tabs__content{padding:0;padding-bottom:30px;margin:15px 15px 0 15px}}.services-tabs__content-title{font-family:'Roboto Condensed';font-weight:700;font-size:28px;line-height:38px;margin-bottom:40px;margin-top:15px}@media (min-width:992px){.services-tabs__content-title{flex:0 0 33.33333333333333%;max-width:33.33333333333333%;padding-right:15px;padding-left:15px;font-size:40px;line-height:40px;margin-bottom:0}}@media (min-width:992px){.services-tabs__content-grid{flex:0 0 66.66666666666666%;max-width:66.66666666666666%;padding-right:15px;padding-left:15px;display:grid;grid-template-columns:1fr 1fr}}.services-tabs__content.active{display:flex}.services-tabs__item{display:block;transition:background-color .4s linear;color:#454545;margin-bottom:20px}.services-tabs__item:hover{color:#454545;background-color:#f4f4f4}@media (min-width:768px){.services-tabs__item{margin-bottom:0;padding:15px 45px 15px 15px}}.services-tabs__item-description{opacity:.5}.tabs-wrapper{width:100%;border-bottom:1px solid #d8d8d8}.tabs-wrapper>.container{padding-left:0;padding-right:0}@media (min-width:992px){.tabs-wrapper>.container{padding-left:15px;padding-right:15px}}.tabs__content{display:none}.tabs__content._active{display:block}.tabs__list{margin-bottom:20px;font-size:0}@media (min-width:768px){.tabs__list{text-align:center;margin-bottom:40px}}@media (max-width:991px){.tabs__list{white-space:nowrap;overflow-x:scroll;margin-left:-20px;margin-right:-20px}.tabs__list::-webkit-scrollbar{display:none}}.tabs__list._center{text-align:center}.tabs__list._large{display:flex;counter-reset:nav}@media (max-width:991px){.tabs__list._large{margin-left:0;margin-right:0}}.tabs__list._large .tabs__tab{font-size:.777777777777778rem;line-height:1.714285714285714;text-align:left;padding:10px;flex-basis:100%;overflow:hidden;position:relative;border:1px solid rgba(48,122,189,.2);white-space:pre-wrap}@media (min-width:992px){.tabs__list._large .tabs__tab{padding:20px;font-size:1rem;line-height:1.555555555555556}}.tabs__list._large .tabs__tab:after{content:counter(nav);counter-increment:nav;position:absolute;color:rgba(54,146,228,.1);font-size:6.666666666666667rem;font-weight:700;line-height:1.116666666666667;right:0;bottom:-50px}@media (min-width:992px){.tabs__list._large .tabs__tab:after{bottom:-35px}}.tabs__list._large .tabs__tab._active{border:none;padding:11px;box-shadow:0}@media (min-width:992px){.tabs__list._large .tabs__tab._active{padding:21px}}.tabs__list._large .tabs__tab._active:after{color:rgba(255,255,255,.1)}.tabs__list._large .tabs__tab:hover:not(._active){border:1px solid #454545}.tabs__list._large .tabs__tab:hover:not(._active):after{color:rgba(69,69,69,.1)}.tabs__list._alternative{margin:0;padding-left:30px;padding-right:30px;-webkit-overflow-scrolling:touch;display:block;text-align:left;width:100%}@media (min-width:992px){.tabs__list._alternative{padding-left:0;padding-right:0;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif}}.tabs__list._alternative .tabs__tab{position:relative;display:inline-flex;height:73px;align-items:center;justify-content:center;padding:0;font-size:.833333333333333rem;line-height:1.2;background:0 0;border:0}@media (min-width:768px){.tabs__list._alternative .tabs__tab{height:100px;font-size:1rem;line-height:1.666666666666667}}.tabs__list._alternative .tabs__tab::after{content:'';position:absolute;left:0;bottom:0;display:block;width:100%;height:3px;background-color:#ec0039;opacity:0;transition:all .2s linear}.tabs__list._alternative .tabs__tab:not(:last-child){margin-right:30px}@media (min-width:992px){.tabs__list._alternative .tabs__tab:not(:last-child){margin-right:48px}}.tabs__list._alternative .tabs__tab._active{color:#454545;pointer-events:none}.tabs__list._alternative .tabs__tab._active::after{opacity:1}.tabs__list._alternative .tabs__tab._active a{color:inherit}.tabs__tab{color:#3692e4;cursor:pointer;background-color:transparent;font-size:.833333333333333rem;border-radius:5px;line-height:1.2;display:inline-block;border:1px solid #3692e4;padding:8px 20px}@media (max-width:767px){.tabs__tab:first-child{margin-left:20px}}.tabs__tab:not(:last-child){margin-right:10px}@media (min-width:768px){.tabs__tab{font-size:1rem;line-height:1.166666666666667;padding:11px 20px}}.tabs__tab:not(._active){border:1px solid #3692e4}.tabs__tab:not(._active):hover{border-color:#ec0039;background-color:transparent;color:#454545}.tabs__tab._active{background-color:#454545;color:#fff;padding-top:8px;padding-bottom:8px;border:1px solid transparent}@media (min-width:768px){.tabs__tab._active{padding-top:11px;padding-bottom:11px}}.tabs__link{display:flex;flex-wrap:wrap;height:100%;align-items:center;justify-content:center}@media (max-width:767px){.tabs._md-show .tabs__content{display:block}.tabs._md-show .services-section__img{margin:30px 50px}}.trademark-card{box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:5px;display:block;background-color:#fff;height:130px;position:relative;padding:15px 115px 15px 20px}@media (min-width:1200px){.trademark-card{height:150px;padding:30px 175px 15px 30px}}.trademark-card._boxed{width:calc(100vw - 60px)}@media (min-width:480px){.trademark-card._boxed{width:410px}}.trademark-card._alternative::after{display:none}.trademark-card__image{position:absolute;right:15px;top:15px;width:100px;height:100px;background-repeat:no-repeat;background-position:center}@media (min-width:1200px){.trademark-card__image{right:25px;top:15px;width:120px;height:120px}}.trademark-card:hover .trademark-card__title{color:#3692e4}.trademark-card__title{font-size:1rem;line-height:1.166666666666667;font-weight:600;font-family:"Roboto Condensed","Helvetica Neue",Arial,sans-serif;color:#454545}@media (min-width:992px){.trademark-card__title{font-size:1.111111111111111rem}}@media (min-width:1200px){.trademark-card__title{font-size:1.333333333333333rem}}@media (min-width:768px){.js-trademark-report{margin-bottom:-20px}}@media (min-width:768px){.trademark-cards{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}.trademark-cards._report{overflow:hidden;transition:height .3s linear}@media (max-width:767px){.trademark-cards__element:not(:last-child){margin-bottom:10px}}@media (min-width:768px){.trademark-cards__element{margin-bottom:30px;position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.trademark-cards__element{flex:0 0 33.33333333333333%;max-width:33.33333333333333%}}.trademark-cards__element._hide{display:none}.widget-counter{height:200px;display:flex;position:relative;align-items:center;justify-content:center}.widget-counter__number{font-size:3.333333333333333rem;color:#454545;font-weight:700;margin-top:20px}.widget-counter__canvas{position:absolute;top:0;left:calc(50% - 125px)}.widget-navigation{padding:0;margin:0;counter-reset:item;list-style-type:none}.widget-navigation li{counter-increment:item;padding:0 0 0 20px;margin:0 0 10px 0}.widget-navigation li:before{content:counter(item);left:-20px;position:relative;color:rgba(69,69,69,.5);font-weight:700}.widget-slider{overflow:hidden}.widget-slider-inner{display:flex;margin-bottom:20px;left:0}.widget-slider__element{height:164px;min-width:100%;background-color:#f6f6f6;padding:20px;border-radius:10px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-right:10px}.widget-slider__text{color:#454545;text-align:center;font-size:1.666666666666667rem;line-height:1.266666666666667}.widget-tabs{width:100%}.widget-tabs._bordered{border-top:1px solid #dfdfdf;display:flex;align-items:baseline;padding-top:10px;justify-content:space-between}.widget-tabs-wrapper{display:flex;width:100%}.widget-tabs-inner{height:41px;overflow:hidden;flex-wrap:wrap;display:flex;position:relative;margin:0}.widget-tabs-inner._opened{height:auto}.widget-tabs__more{color:#ec0039;font-size:1rem;line-height:1;font-weight:700;background:0 0;height:36px;cursor:pointer;display:none}.widget-tabs__tab{background-color:#f6f6f6;display:flex;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;color:#152438;text-align:center;font-size:1rem;line-height:1;text-transform:uppercase;font-weight:700;height:36px;min-width:36px;border-radius:5px;margin:0 4px 5px 0;padding:0 6px;float:left}.widget-tabs__tab:last-child{margin-right:0}.widget-tabs__tab:not(.active){cursor:pointer}.widget-tabs__title{color:rgba(21,36,56,.5);font-weight:700;text-transform:uppercase;margin-bottom:10px;font-size:.666666666666667rem;line-height:1.5;flex-shrink:0;margin-right:8px}.yandex-map{position:relative;width:100%}.yandex-map__popup{width:100%;margin-top:25px;padding-top:30px;border-top:1px solid #c9cbd2}@media (min-width:992px){.yandex-map__popup{position:absolute;top:20px;left:20px;width:calc(100% - 40px);margin-top:0;padding:20px 20px 35px;background:#fff;border-top:0;border-radius:5px;z-index:2}}.yandex-map__container{position:relative;width:100%;height:320px;margin-top:20px;border-radius:10px;overflow:hidden}@media (min-width:992px){.yandex-map__container{height:605px;margin-top:0}}.yandex-map__headline{margin-bottom:8px;font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.444444444444444}.yandex-map p{font-size:.833333333333333rem;line-height:1.333333333333333}
.services-banner__price--newMB {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 50px;
}
.services-banner__price--oldMB {
 color: #9f9f9f;
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
letter-spacing: -0.03em;
text-decoration: line-through;
float: right;
 padding-top: 20px;
}
.PriceMB{
display:none;
}
.services-table__item-content_2TD{
max-width: 100%;
padding-right: 75px;
}
@media (max-width:768px){
.PriceMB{
display:block;
}
}

.blog-element__img {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
    max-height: 100px;
}
.blog-element__link.js_vkl{
    padding-bottom: 135px !important;
}
/*
@media (min-width: 2000px){
.services-hero-banner {
    min-height: 770px;
}
}
@media (min-width: 2400px){
.services-hero-banner {
    min-height: 950px;
}
}

.blog-quiz__input {
     flex: unset;
     width: 100%;
}








@media (max-width: 767px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 350px;
}}

@media (max-width: 540px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 570px;
}
}
@media (max-width: 450px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 405px;
}
}
@media (max-width: 375px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 370px;
}
}
@media (max-width: 360px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 360px;
}}
@media (max-width: 320px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 310px;
}
}
@media (max-width: 280px){
.services-hero-banner {
    padding: 60px 0 30px 0;
    min-height: 310px;
}
}
*/
/*
.services-hero-banner__image{
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
width: auto;
height: 100%;
 max-width: unset;
 
}*/
.services-hero-banner__image {
    position: absolute;
    /* margin-left: auto; */
    /* margin-right: auto; */
    left: 50%;
    /* right: 0; */
    /* text-align: center; */
    width: auto;
    height: 100%;
    max-width: unset;
    transform: translate(-50%);


}
@media (min-width: 2000px){
.services-hero-banner__image {
	    width: 100%;
    object-fit: cover;
    object-position: top;
	    height: unset;
}
}
@media (min-width: 992px){
.services-hero-banner {
    min-height: 660px;
}
.blog-page__header .heading-h1 {
    margin: 0px 0px; 
}
.blog-page__header .breadcrumbs{
    margin-top: 37px;
}
}
@media (max-width: 767px){
.services-hero-banner__image--mobile {
    display: block;
    /* height: 300px !important; */
    width: 100% !important;
       object-fit: cover;
}
}
.services-hero-banner{
    padding: 20px 0 0px 0;
    position: relative;
    margin-bottom: 65px;
    
}

.services-hero-banner .container .breadcrumbs{
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
}

.services-hero-banner__breadcrumbs{
    margin-bottom: 65px;
}

.services-hero-banner .container .breadcrumbs__element{
background: #4A4A4A;
border-radius: 16px;
padding: 4px 12px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
/* identical to box height */
text-decoration-line: underline;
color: #808895;
}
.services-hero-banner .container .breadcrumbs__element {
        text-decoration: none;
        text-decoration-line: none;
}

.services-hero-banner__breadcrumbs .breadcrumbs__element:not(:last-child)::after {
    top: 9px;
}
.services-page__header.section-p .breadcrumbs{
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
}
.services-page__header.section-p .breadcrumbs{
    display: none;
}
.services-hero-banner__breadcrumbs{
    display: none;
}

@media (min-width: 992px){
.services-page__header.section-p .breadcrumbs{
    display: block;
}
.services-hero-banner__breadcrumbs{
    display: block;
}
}
app-accordion p{
        font-size: 35px;
}
.services-accordion__item-content ol{
        display: contents;
}

.accordion__item {
    max-height: 300px;
}
/* End */


/* Start:/local/templates/main/swiper/swiper-bundle.min.css?166853495513873*/
/**
 * Swiper 6.6.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 11, 2021
 */

 @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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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:8px;height:8px;display:inline-block;border-radius:50%;background:#000;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-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* End */


/* Start:/local/templates/main/swiper/swiper-mod.min.css?16722332684736*/
/**
 * Swiper 6.6.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 11, 2021
 */

/* person-ava img fix */
.swiper-wrapper a{
        text-decoration: none;

}
/*.linking .swiper-button-disabled::after {
    display: none;
}*/
.swiper-wrapper a{
        text-decoration: none;

}
/*.linking .swiper-button-disabled::after {
    display: none;
}*/

.linking-wrapper {
    height: auto !important;
}
.swiper-wrapper a {
    text-decoration: none;
}
.linking-slide {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 265px;
}
/*a {
    font-family: 'Open Sans';
    text-decoration: underline;
    color: #c00;
}*/
* {
    box-sizing: border-box;
}
.linking-slide-header {
    background: #fff;
    /*width: 280px;
    height: 210px;*/
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    
    display: table-cell;
    height: 225px;
    text-align: center;
    width: 300px;
    vertical-align: middle;
    position: relative;
    
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;    
}
.linking-slide-header__img {
    /*width: 300px;
    height: 225px;*/

    
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;    
}
img {
    max-width: 100%;
    height: auto;
}

.linking-slide {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
   /* overflow: unset;*/
    list-style: none;
    padding: 0;
    z-index: 1;
}


.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 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:  inline-block;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.uneasy-SMI .heading-h3{
    display: inline-block;
}


.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;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}


.linking-btn-next::after {
    content: url(/img/right_arrow_38px.png);
    margin-bottom: 24px;
}




 .linking-btn-prev::after {
    content: url(/img/left_arrow_38px.png);
    margin-bottom: 24px;
}

.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;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-pagination{
    display: none;
}
.swiper-buttons{
    display: inline-block;
    float: right;
    width: 86px;
}

@media screen and (max-width: 991px) {
  .swiper-pagination{
    display: block;
    /* position: relative; */
    /* margin: 0 25% 0 25%; */
    width: 100%;
}
.swiper-buttons{
    display: none;
}
.linking-slide-header {
    background: #fff;
    /*width: 280px;
    height: 210px;*/
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    
    display: table-cell;
    height: 120px;
    text-align: center;
    width: 160px;
    vertical-align: middle;
    position: relative;
    
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;    
}
.linking-slide {
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 160px;
}
.swiper-slide{
    margin-right: 10px !important;
}

.linking-slide-header__img{
    max-width: 86px;
}
.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-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 10px;
    left: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 10px;
    right: auto;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/UMaterials/style.css?16643745143031*/
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;
}

/*десктоп слайдер*/
.section.uneasy-SMI.sl1 {
    padding-top: 0px;
    padding-bottom: 60px;
}
.wide{
    margin-bottom: 48px;
}

.heading--h3.center.sl1 {
    text-align: center;
    display: block;
    margin-bottom: 24px;
    padding-top: 0px;
}

.swiper-buttons.sl1 {
    display: block;
    float: right;
    width: 100%;
}

.linking-slide.sl1 {
    background: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 313px !important;
    border-radius: 3px;
        margin-right: 12px !important;
}
 .swiper-buttons.sl1{
     width: 100%;
    position: relative;
    text-align: center;
    display: block;
    padding-top: 24px;
}
.swiper-buttons.sl1 .swiper-button-next,.swiper-buttons.sl1 .swiper-button-prev {
    position: relative;
    /* top: 50%; */
    /*width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);*/
     margin-top: 0px; 
    z-index: 10;
    cursor: pointer;
    display: unset;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    display: inline-block;
    width: auto;
    margin-bottom: 80px;
}

/*Слайдер полезные материалы*/
section._lightest-fff {
    background-color: unset;
    padding-bottom: 42px;
}

.container.sl1{
    padding-left: 0px;
    padding-right: 0px;
}

.swiper-wrapper.sl1{
    color: #fff;
   /* margin-right: -20px;*/
}
.swiper-container.sl1 {
    margin-left: auto;
    margin-right: -20px;
    position: relative;
    /* overflow: unset; */
    list-style: none;
    padding: 0;
    z-index: 1;
}
.linking-slide-header.sl1 {
    background: #fff;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    display: table-cell;
    height: 120px;
    text-align: center;
    width: 313px;
    vertical-align: middle;
    position: relative;
    background: #5F5F5F;
    border: unset; /*1px solid rgba(0, 0, 0, 0.1);*/
   box-shadow: unset;
}
.linking-slide.linking-slide.sl1 {
    background: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 313px;
    border-radius: 3px;
    
}
.linking-slide-header.sl1 p{
    padding: 24px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;

}
.linking-btn-prev.sl1::after {
    content: url(/img/Slider_button_left.svg);
    margin-bottom: 24px;
}
.linking-btn-next.sl1::after {
    content: url(/img/Slider_button_right.svg);
    margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
    
    .heading--h3.center.sl1 {
    text-align: center;
    display: block;
    margin-bottom: 12px;
    padding-top: 2px;
}

}

/* End */


/* Start:/local/templates/main/styles.css?16685349552487*/
﻿@media (max-width: 767px) {
    .container .tabs._md-show .services-section__img {
        margin: 30px 15px;
    }

    .source-cards .slick-list{
        margin-right: -20px;
    }

    .js-tabs .services-section__btn-holder .btn{
        width: 100%;
    }

    .tabs__body .service-mob-reverse{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .tabs__body .tabs__content:nth-last-child(1) .service-mob-reverse{
        margin-bottom: 0;
    }

    .services-tips__img img{
        max-width: 95px;
    }

    .faq-list__question{
        align-items: center;
    }
}

@media (max-width: 350px) {
    .services-tips__img img{
        max-width: 83px;
    }

    .report-heading__description .heading-h3.heading-mark__title {
        font-size: 1.255555555555556rem;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    header ._header{
        min-width: 235px;
    }
}

.free-consultation__text{
    line-height: 24px;
    margin-bottom: 15px;
}

.free-consultation__title{
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 28px;
}

/* Временные фиксы для онлайн поиска */
.search__wrap {
/*    background: url('/local/templates/main/./assets/images/backgrounds/bs-bg.jpeg') #474747 no-repeat!important;*/
    background-size: cover!important;
    position: relative!important;
    overflow: hidden;
}
.intro-banner._app-page {
    background: url('/local/templates/main/./assets/images/backgrounds/bs-bg.jpeg') #474747 no-repeat!important;
    background-size: cover!important;
}

.search__wrap .search {
    background: none!important;
}
.search__mktu-link {
    /* color: #000!important; */
    /* border-bottom: 1px dashed #000!important; */
}
.search__mktu-class.search__mktu-class--active {
    background: #307abd!important;
}
.search__mktu-class {
    background: none!important;
}

.intro-banner._search-bar._app-page {
    display: block;
    background: url(/local/templates/main/assets/images/backgrounds/header-bg.jpg) no-repeat #e5e5e5;
    background-size: cover;
    z-index: -1;
    padding-top: 60px !important;
    padding-bottom: 200px !important;
    margin-bottom: -200px !important;
}
.search__wrap section.search{
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 15px;
    color: #fff;
    background: none;
    width: auto;
}
/* End */


/* Start:/local/templates/main/template_styles.css?1617198663754*/
p.footer__license-info a {
    color: #fff;
}

body .main-nav__dropdown {
    z-index: 20;
}

.app-ip-id-search:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 340px;
    //background: url('/local/templates/main/assets/images/backgrounds/header-bg.jpg') no-repeat #e5e5e5;
    //background-size: cover;
    //margin-top: -210px;
    z-index: -1;
}

.intro-banner._app-page{
    display: block;
    background: url(/local/templates/main/assets/images/backgrounds/header-bg.jpg) no-repeat #e5e5e5;
    background-size: cover;
    z-index: -1;
    padding-top: 60px !important;
    padding-bottom: 200px !important;
    margin-bottom: -150px !important;
}

.app-ip-id-search .btn-download{
    padding: 0;
    box-shadow: none;
}
/* End */
/* /local/templates/main/css/bootstrap-grid.css?166378773043852 */
/* /local/templates/main/css/MyStyle.css?174111262820066 */
/* /local/templates/main/css/main.min.css?1712081235159467 */
/* /local/templates/main/css/preload.min.css?1698335279107671 */
/* /local/templates/main/swiper/swiper-bundle.min.css?166853495513873 */
/* /local/templates/main/swiper/swiper-mod.min.css?16722332684736 */
/* /local/templates/main/components/bitrix/news.list/UMaterials/style.css?16643745143031 */
/* /local/templates/main/styles.css?16685349552487 */
/* /local/templates/main/template_styles.css?1617198663754 */
