

/* Start:/local/templates/main/css/bootstrap-grid.css?165624694643852*/
/*!
 * 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/slick.css?16673793681781*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/css/style.css?178609471191379*/
@font-face {
  font-family: 'Stolzl_bold';
  src: url(/local/templates/main/css/fonts/stolzl_bold.otf);
}

@font-face {
  font-family: 'Stolzl_book';
  src: url(/local/templates/main/css/fonts/stolzl_book.otf);
}

@font-face {
  font-family: 'Stolzl_light';
  src: url(/local/templates/main/css/fonts/stolzl_light.otf);
}

@font-face {
  font-family: 'Stolzl_medium';
  src: url(/local/templates/main/css/fonts/stolzl_medium.otf);
}

@font-face {
  font-family: 'Stolzl_regular';
  src: url(/local/templates/main/css/fonts/stolzl_regular.otf);
}

@font-face {
  font-family: 'Stolzl_thin';
  src: url(/local/templates/main/css/fonts/stolzl_thin.otf);
}

/* dop test fonts */

@font-face {
  font-family: 'PTSans-Bold';
  src: url(/local/templates/main/css/fonts/PTSans-Bold.ttf);
}

@font-face {
  font-family: 'PTSans-Regular';
  src: url(/local/templates/main/css/fonts/PTSans-Regular.ttf);
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url(/local/templates/main/css/fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url(/local/templates/main/css/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(/local/templates/main/css/fonts/OpenSans-SemiBold.ttf);
}


@font-face {
  font-family: 'Roboto-Light';
  src: url(/local/templates/main/css/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(/local/templates/main/css/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(/local/templates/main/css/fonts/Roboto-Bold.ttf);
}



/* dop test fonts */


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'PTSans-Regular', sans-serif;
  letter-spacing: -0.01em;
  color: #282D3C;
}

button {
  border: none;
}

.fixed {
  max-height: 100vh;
  overflow-y: hidden;
}

.no-lr-padd {
	padding-left: 0;
	padding-right: 0;
}

.wrape {
  overflow: hidden;
}

.wrape-background {
  background: #9EA6B7;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  opacity: 0;
}

.wrape-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}

.wrape-active-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.wrape-active-header .wrape-background {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
}

.wrape-active .wrape-background {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
  max-width: calc(100vw - 32px);
  max-height: none;
  overflow: visible;
  background: #fff;
  border-radius: 30px;
  z-index: 20;
  padding: 32px 50px 28px;
}

/* На обычном десктопе форма должна влезать без внутреннего скролла */
@media (min-width: 768px) and (min-height: 820px) {
  .modal:not(.modal--keyboard) {
    overflow: visible;
    max-height: none;
  }
}

.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

.modal__mini {
  font-size: 12px;
  line-height: 14.4px;
  color: #9EA6B7;
  max-width: 350px;
  text-align: center;
  margin: 20px auto 0;
}

.modal__title {
  font-size: 34px;
  line-height: 40.8px;
}

.modal__text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 24.3px;
}

.modal__form {
  margin-top: 20px;
}

.modal__input {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.modal__input input {
  width: 100%;
  height: 58px;
  border-radius: 5px;
  border: 1px solid #007BFA;
  background: #fff;
  padding: 20px 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.modal__input input::-webkit-input-placeholder {
  font-size: 0;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__input input:-ms-input-placeholder {
  font-size: 0;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__input input::-ms-input-placeholder {
  font-size: 0;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__input input::placeholder {
  font-size: 0;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__input input:placeholder-shown {
  border-color: #9EA6B7;
}

.modal__input input:placeholder-shown + label {
  top: 20px;
  color: #9EA6B7;
}

.modal__input input:focus {
  border-radius: 30px;
  border-color: #007BFA;
}

.modal__input input:focus::-webkit-input-placeholder {
  font-size: 15px;
}

.modal__input input:focus:-ms-input-placeholder {
  font-size: 15px;
}

.modal__input input:focus::-ms-input-placeholder {
  font-size: 15px;
}

.modal__input input:focus::placeholder {
  font-size: 15px;
}

.modal__input input:focus + label {
  color: #007BFA;
  top: -9px;
}

.modal__input label {
  top: -9px;
  left: 30px;
  position: absolute;
  font-size: 15px;
  line-height: 18px;
  color: #007BFA;
  background: #fff;
  padding: 0 2px;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
}

.modal__input span {
  display: none;
}

.modal__input.required label {
  padding-right: 14px;
}

.modal__input.required label::after {
  content: ' *';
  color: #FB4C05;
  position: absolute;
}

.modal__input-fail {
  border-color: #FB4C05 !important;
}

.modal__input-fail + label {
  color: #FB4C05 !important;
}

.modal__input-fail + label + span {
  color: #FB4C05 !important;
  display: block;
  font-size: 13px;
  line-height: 15.6px;
  padding: 5px 30px;
}

.modal__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #282D3C;
  margin-top: 14px;
}

.modal__info {
  margin-top: 10px;
  background: #F4F5FC;
  border: 1px solid #9EA6B7;
  border-radius: 10px;
  padding: 16px 20px;
}

.modal__info-subtitle {
  font-size: 11px;
  line-height: 14.85px;
  color: #282D3C;
}

.modal__info-title {
  margin-top: 10px;
  gz: 16px;
  line-height: 19.2px;
  color: #282D3C;
}

.modal__textarea {
  width: 100%;
  position: relative;
  margin-top: 8px;
}

.modal__textarea textarea {
  width: 100%;
  height: 88px;
  border-radius: 5px;
  border: 1px solid #007BFA;
  background: #fff;
  padding: 14px 18px;
  -webkit-transition: border-color .2s, border-radius .2s;
  transition: border-color .2s, border-radius .2s;
  margin-top: 0;
  position: relative;
  z-index: 1;
  touch-action: manipulation;
  font-size: 15px;
  line-height: 1.4;
  color: #282D3C;
}

.modal__textarea textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__textarea textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__textarea textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__textarea textarea::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.modal__textarea textarea:placeholder-shown {
  border-color: #9EA6B7;
}

.modal__textarea textarea:focus {
  border-radius: 30px;
  border-color: #007BFA;
  outline: none;
}

.modal__textarea label {
  display: none !important;
}

.modal__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


img {
  max-width: 100%;
}

path {
  -webkit-transition: all .1s;
  transition: all .1s;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opacity-0 {
  opacity: 0;
}

p, a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.btn-dub {
  font-size: 17px;
  line-height: 125%;
  border-radius: 30px;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer;
  display: inline-block;
  font-family: 'PTSans-Bold';
}

.btn {
  font-size: 17px;
  line-height: 125%;
  border-radius: 30px;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer;
  display: inline-block;
  font-family: 'PTSans-Bold';
}

.btn-large {
  padding: 15px 30px;
}

.btn-medium {
  padding: 10px 30px;
}

.btn-small {
  padding: 10px 15px;
}

.btn-white {
  background: #fff;
  border: 1px solid #9EA6B7;
  font-size: 17px;
  line-height: 125%;
  border-radius: 30px;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer;
  font-family: 'PTSans-Bold';
}


.btn-yellow {
  /*background: #FED651;*/
  background: #FC4A04;
  color: #fff;
}

.btn-blue {
  background: #007BFA;
  color: #fff;
}

@media (min-width: 992px) {
  .btn:hover {
    border-radius: 5px;
  }
  .btn-white:hover {
    background: #007BFA;
    border-color: #007BFA;
    color: #fff;
  }
  .btn-yellow:hover {
    background: rgba(254, 214, 81, 0.8);
  }
  .btn-blue:hover {
    background: rgba(0, 123, 250, 0.8);
  }
  .header__logo {
    width: 243px;
  }
  .header__bottom-left:hover {
    background: #0178F3;
  }
  .header__bottom-left:hover .header__bottom-text {

  }
  .header__bottom-left:hover path {

  }
  .header__bottom-left:hover .header__bottom-burger div {

  }
  .header__bottom-left:hover .header__bottom-menu {
    max-height: 1000px;
    padding: 25px 25px 45px 15px;
  }
  .header__bottom-item:hover {
    background: #0178F3;
  }
  .header__bottom-item:hover .header__bottom-menu-hover {
    height: auto;
    padding: 20px 15px 40px 15px;
  }
  .header__bottom-item:hover .header__bottom-li {

  }
  .header__bottom-item:hover path {

  }
}

a {
  text-decoration: none;
  color: inherit;
}

/* input */
input {
  border: 1px solid #9EA6B7;
  border-radius: 5px;
}

input:focus {
  outline: none;
}

.input_30 {
  border-radius: 30px;
}

/* header */
.header-space {
  height: 154px;
}

.header__top {
  padding: 20px 0 15px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.header__top-divider {
  height: 30px;
  width: 1px;
  background: #9EA6B7;
  margin: 0 40px;
}

.header__top-search {
  cursor: pointer;
}

/*.header__top-search img {
  margin-right: 15px;
}*/

.header__top-text {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
  margin-left: 15px;
}

.header__top-phone {
  font-size: 20px;
  line-height: 24px;
}

.header__top-phone-min {
  display: none;
}

.header__top-burger {
  display: none;
}

.header__bottom {
  background: #007BFA;
  position: fixed;
  right: 0;
  left: 0;
  top: 84px;
  z-index: 5;
  -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
  box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
}

.header__bottom-left {
  padding: 25px 150px 25px 14px;
  position: relative;
  cursor: pointer;
}

.header__bottom-left-active {
  background: #0178F3;
}

.header__bottom-text {
  /*text-transform: uppercase;*/
  color: #fff;
  font-size: 18px;
  line-height: 125%;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.header__bottom-btn {
  font-family: 'PTSans-Bold';
}

.header__bottom-burger {
  margin-right: 21px;
}

.header__bottom-burger div {
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  margin: 3px 0;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.header__bottom-chevron {
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__bottom-chevron-active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header__bottom-right {
  /*margin-left: 10px;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__bottom-list ul {
  list-style: none;
  margin-bottom: 0;
}

.header__bottom-list li {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}

.header__bottom-list img {
  margin-left: 5px;
}

.header__bottom-list span, .header__bottom-list a {
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  /*text-transform: uppercase;*/
  -webkit-transition: color .1s;
  transition: color .1s;
}

.header__bottom-item {
  padding: 25px 15px;
}

.header__bottom-item:nth-child(1) {
  margin-left: 30px;
}

.header__bottom-menu {
  position: absolute;
  top: 73px;
  background: #EEF6FF;
  border-radius: 0px 0px 30px 30px;
  left: 0;
  max-height: 0;
  padding: 0 25px 0 14px;
  overflow: hidden;
}

.header__bottom-menu-main {
  padding: 25px 25px 45px 15px;
  max-height: 500px;
  position: relative;
  top: -30px;
}

.header__bottom-menu-active {
  padding: 25px 25px 45px 15px;
  max-height: 500px;

}

.header__bottom-menu ul {
  list-style: none;
}

.header__bottom-menu li {
  margin-bottom: 28px;
}

.header__bottom-menu li:last-child {
  margin-bottom: 0;
}

.header__bottom-menu img {
  margin-right: 15px;
  width: 22px;
}

.header__bottom-menu span {
  font-size: 17px;
  line-height: 120%;
}

.header__bottom-menu span:hover {
  color: #007BFA;
}

.header__bottom-menu a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__bottom-menu-hover {
  position: absolute;
  top: 73px;
  background: #EEF6FF;
  border-radius: 0px 0px 30px 30px;
  left: 0;
  overflow: hidden;
  height: 0;
  padding: 0 15px 0 15px;
  width: 255px;
}

.header__bottom-menu-hover a {
  color: #282D3C;
  text-transform: none;
  font-size: 17px;
}

.header__bottom-menu-hover a:hover {
  color: #007BFA;
}

.header__bottom-menu-hover li {
  margin-left: 0;
  padding: 0;
  margin-bottom: 25px;
}

.header__bottom-menu-hover li:last-child {
  margin-bottom: 0;
}

.header-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  margin-top: 70px;
  background: #E1E7F2;
  padding: 35px 0 40px;
}

.footer__divider {
  height: 1px;
  width: 100%;
  background: #F4F5FC;
}

.footer__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 37px;
}

.footer__header-call {
  background: #E1E7F2;
  font-size: 15px;
  line-height: 18px;
}

.footer__header-phone {
  margin-right: 45px;
  font-size: 20px;
  line-height: 30px;
  color: #282D3C;
}

.footer__header-btn {
  font-size: 15px;
  line-height: 18px;
}

.footer__header-prop {
  font-size: 16px;
  line-height: 125%;
  color: #282D3C;
  margin-right: 45px;
  cursor: pointer;
}

.footer__spoiler {
  padding-top: 45px;
  padding-bottom: 35px;
}

.footer__spoiler-content {
  max-height: 1000px;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
  overflow: hidden;
}

.footer__spoiler-active {
  position: relative;
  max-height: 110px;
}

.footer__spoiler-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(95%, #E1E7F2));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #E1E7F2 95%);
  mix-blend-mode: normal;
}

.footer__spoiler-title {
  font-size: 20px;
  line-height: 125%;
}

.footer__spoiler-text {
  font-size: 16px;
  line-height: 130%;
  margin-top: 25px;
}

.footer__spoiler-text strong, b {
  font-family: 'PTSans-Bold', sans-serif;
}

.footer__spoiler-btn {
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.footer__spoiler-btn:hover {
	text-decoration: underline;
}

.footer__spoiler-btn img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.footer__spoiler-btn-active img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.footer__menu {
  padding-top: 30px;
  padding-bottom: 29px;
}

.footer__menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__menu-item {
  width: calc((100% - 64px) / 3);
}

.footer__menu-list {
  list-style: none;
}

.footer__menu-list a {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
  display: block;
}

.footer__menu-list a:hover {
	color: #007BFA;
}

.footer__menu-title {
  font-size: 18px;
  line-height: 125%;
  color: #007BFA;
  margin-bottom: 28px;
  display: block;
}

.footer__contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__contact-title {
  font-size: 18px;
  line-height: 125%;
  color: #007BFA;
  margin-bottom: 25px;
}

.footer__contact-item {
  width: 350px;
}

.footer__contact-item:nth-child(3) {
  width: 330px;
}

.footer__contact-text {
  font-size: 16px;
  line-height: 125%;
}

.footer__contact-text a {
  font-size: 16px;
  line-height: 125%;
}

.footer__contact-text a:hover {
	text-decoration: underline;
}

.footer__contact-text a:nth-child(1) {
  text-decoration: underline;
}

.footer__contact-text span {
  color: #007BFA;
}

.footer__contact-blue {
  font-size: 12px;
  line-height: 125%;
  color: #007BFA;
  margin-top: 5px;
}

.footer__contact .subscribe {
  padding: 0;
}

.footer__contact input {
  background: #E1E7F2;
}

.footer__contact .subscribe__input {
  margin-top: 10px;
}

.footer__contact .subscribe__subtitle {
  margin-top: 15px;
}

.footer__copyright {
  padding-top: 40px;
}

.footer__copyright-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copyright-item {
  font-size: 14px;
  line-height: 125%;
}

.search {
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  display: none;
  overflow: hidden;
  /* Main */
}

.search-active {
  display: block;
}

.search-show {
  width: 100%;
}

.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__input {
  width: calc(100% - 44px);
  height: 48px;
  padding: 0 25px;
  margin: 0px 20px 0px 15px;
}

.search__input::-webkit-input-placeholder {
  color: #282D3C;
}

.search__input:-ms-input-placeholder {
  color: #282D3C;
}

.search__input::-ms-input-placeholder {
  color: #282D3C;
}

.search__input::placeholder {
  color: #282D3C;
}

.search__close {
  cursor: pointer;
}

.main {
  padding-top: 30px;
}

.main__partners {
  max-height: 110px;
}

.main__partners-item {
  margin: 5px 0;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main__partners-item.slick-active {
  border-right: 1px solid #E1E7F2;
}

.main__partners .slick-list {
  height: 60px;
  position: relative;
}

.main__partners .slick-list::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
}

.main__slider {
  /*margin-right: -15px;*/
  margin-top: 13px;
}

.main__slider-lg, .main__slider-md, .main__slider-sm, .main__slider-xs {
  display: none;
}

.main__slider .slick-arrow {
  display: none !important;
}

.main__slider .slick-dots {
  list-style: none;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: calc(100% - 50px);
}

.main__slider .slick-dots li {
  width: 100%;
  cursor: pointer;
}

.main__slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 2px;
  border: none;
  background: #E1E7F2;
  border-radius: 30px;
  position: relative;
}

.main__slider .slick-dots button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(51, 149, 252, 0.48);
}

.main__slider .slick-dots .slick-active button::before {
  width: 100%;
  -webkit-transition: width linear 4s;
  transition: width linear 4s;
}

.main__partners {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E1E7F2;
  border-radius: 30px;
  padding: 25px 62px;
}

.main__partners-divider {
  height: 30px;
  width: 1px;
  background: #E1E7F2;
}

.main__universal {
  margin-top: 60px;
}

.main__productions {
  margin-top: 50px;
}

.main__productions-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
}

.main__productions-title {
  font-size: 25px;
  line-height: 41px;
  font-weight: 400;
}

.main__productions-title img {
  margin-right: 15px;
}

.main__about {
  margin-top: 50px;
  background: #F4F5FC;
}

.main__about-title {
  font-size: 23px;
  line-height: 120%;
}

.main__about-text {
  font-size: 20px;
  line-height: 130%;
}

.main__lib {
  margin-top: 64px;
}

.main__news {
  margin-top: 50px;
}

/* News Block */
.news-block {
  padding: 40px 0px 0px 0px;
  border-top: 1px solid #E1E7F2;
  /*border-bottom: 1px solid #E1E7F2;*/
}

.news-block__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-block__title {
  font-size: 25px;
  line-height: 40.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-block__title img {
  margin-right: 15px;
}

.news-block__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc((100% - 60px) / 3);
  border: 1px solid #E1E7F2;
  border-radius: 30px;
  padding: 30px 25px 30px 25px;
  /*margin-bottom: 30px;*/
}

.news-block__item:hover {
	border-radius: 5px;
}

.news-block__item-title {
  font-size: 16px;
  line-height: 130%;
}

.news-block__item-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18.9px;
}

.news-block__item-data {
  background: #F4F5FC;
  border-radius: 30px;
  font-size: 12px;
  line-height: 120%;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 20px;
}

/* News story */
.story__title {
  font-size: 25px!important;
  line-height: 125%;
  font-weight: 400;
  margin-top: 45px;
}

.story__date {
  font-size: 12px;
  line-height: 125%;
  font-weight: 400;
  margin-top: 15px;
}

.story__text {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  margin-top: 30px;
}



.story__img img {
	margin-top: 20px;
	border-radius: 30px;
	max-width: 100%;
    height: auto;

}

.story__text h3 {
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.story__text h4 {
	font-size: 17px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.story__text blockquote {
	padding: 20px;
	background-color: #E1E7F2;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 15px;
	opacity: 0.6;
}

.story__text p {
  margin-bottom: 20px;
}

.story__text ul, ol {
	padding-left: 20px;
	padding-bottom: 20px;

}

.story__text ul ul {
	padding-top: 5px;
	padding-bottom: 5px;

}

.story__text ul li {

}

.story__text a {

  text-decoration: underline;
}

.story__text a:hover {
  text-decoration: none;
}

.story__news {
  margin-top: 40px;
}

/* About */
.about {
  padding: 50px 0;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__item {
  width: calc((100% - 90px) / 4);
  background: #fff;
  border-radius: 30px;
  padding: 35px 20px;
  margin-top: 40px;
  min-height: 235px;
}

.about__item:hover {
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(158, 166, 183, 0.1));
          filter: drop-shadow(0px 4px 10px rgba(158, 166, 183, 0.1));
}

.about__item-title {
  margin-top: 6px;
  font-size: 16px;
  line-height: 125%;
  color: #282D3C;
}

.about__item-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 125%;
  color: #282D3C;

}

.about__item-img {
  height: 60px;
}

/* Productions */
.productions__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -30px;
}

.productions__items .slick-arrow {
  display: none !important;
}

.productions__item {
  border: 1px solid #E1E7F2;
  border-radius: 30px;
  padding: 30px 25px 30px 25px;
  width: 350px;
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow .1s;
  transition: -webkit-box-shadow .1s;
  transition: box-shadow .1s;
  transition: box-shadow .1s, -webkit-box-shadow .1s;
  width: calc((100% - 60px) / 3);
  max-width: 350px;
  min-width: 350px;
  display: block;
}

.productions__item:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
          box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
}

.productions__item-tag {
  font-size: 12px;
  line-height: 16.2px;
  padding: 5px 15px;
  background: #F4F5FC;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
}

.productions__item-img {
  margin-top: 15px;
}

.productions__item-subtitle {
  margin-top: 15px;
  font-size: 12px;
  line-height: 120%;
}

.productions__item-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 120%;
}

.productions__item-btn {
  margin-top: 30px;
  display: block;
  text-align: center;
}

/* Product */
.product__slider {
  margin-top: 30px;
}

.product__slider-big {
  border-radius: 5px;
  overflow: hidden;
}

.product__slider-small {
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #F4F5FC;
  border-radius: 5px;
  overflow: hidden;
  width: 86px !important;
  cursor: pointer;
}

.product__slider-small:hover {
border-color: #007BFA;
}

.product__slider-small.slick-current {
  border-color: #007BFA;
}

.product__slider-small img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 66px !important;
  height: 66px;
}

.product__slider-nav {
  margin-top: 30px;
  width: 430px;
  padding: 0 55px;
  position: relative;
}

.product__slider-nav .slick-arrow {
  font-size: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
  background-image: url("/local/templates/main/css/../img/icons/arrow.svg");
  position: absolute;
  top: calc(50% - 15px);
}

.product__slider-nav .slick-arrow::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-image: url("/local/templates/main/css/../img/icons/arrow_dark.svg");
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

.product__slider-nav .slick-arrow:hover::after {
  opacity: 1;
}

.product__slider-nav .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}

.product__slider-nav .slick-prev {
  left: 0;
}

.product__description {
  margin-top: 40px;
}

.product__description-item {
  margin-top: 9px;
}

.product__description-item span {

  font-size: 16px;
  line-height: 125%;
  color: #282D3C;
}

.product__description-btn {
  font-size: 22px;
  line-height: 125%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.product__description-divider {
  width: 100%;
  height: 1px;
  background: #E1E7F2;
  margin: 40px 0;
}

.product__description-table span {

  font-size: 14px;
  line-height: 125%;
  color: #282D3C;
  width: 150px;
}

.product__description-right {

  font-size: 14px;
  line-height: 125%;
  color: #282D3C;
  width: 255px;
}

.product__description-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.product__description-left {
  /*width: 255px;*/
  width: 90%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product__description-border {
  width: 100%;
  border: 1px dashed #9EA6B7;
  margin-left: 5px;
}

.product__description-all {
  font-size: 16px;
  line-height: 125%;
  color: #007BFA;
  margin-top: 35px;
  display: inline-block;
}

.product__content-title {
  margin-top: 50px;
  font-size: 25px;
  line-height: 125%;
  color: #282D3C;
}

.product__content-spoiler {
  margin-top: 35px;
  max-height: 80px;
  overflow: hidden;
  font-size: 16px;
  line-height: 135%;
  color: #282D3C;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}


.product__content-spoiler li:nth-child(1) {
	margin-left: 17px!important;
    padding-left: 17px!important;
    padding-bottom: 5px;

}

.product__content-spoiler p {
	margin-bottom: 15px;
}

.product__content-spoiler ul {

	margin-bottom: 15px;

}

.product__content-spoiler ul li, .product__content-spoiler ol li {
	display: list-item;
	margin-left: 17px!important;
    padding-left: 17px!important;
    padding-bottom: 5px;
}

.product__content-spoiler-active {
  /*max-height: 500px;*/
  max-height: 100%;
}

.product__content-items {
  margin-top: 10px;
}

.product__content-items-second {
  margin-top: 10px;
}

.product__content-items .productions__item {
  margin-right: 30px;
}

.product__spoiler {
  margin-bottom: -10px;
}

.product__spoiler-btn {
  margin-top: 30px;
}

.product__spoiler-btn span {
  font-size: 16px;
  line-height: 125%;
  cursor: pointer;
  color: #282D3C;
  white-space: nowrap;
}

.product__spoiler-btn img {
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.product__spoiler-btn-active img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product__space {
  margin-top: 50px;
}

.product__table {
  margin-bottom: -10px;
}

.product__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

.product__td-left {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 30px;
}

.product__td-left span {
  font-size: 16px;
  line-height: 125%;
  color: #282D3C;
}

.product__td-right {
  width: calc(100% - 570px);
}

.product__td-border {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px dashed #9EA6B7;
  margin-left: 5px;
}

.product__td-right {
  font-size: 16px;
  line-height: 125%;
  color: #282D3C;
}

.product__lib {
  margin-top: 105px;
}

/* universal */
.universal {
  width: 100%;
  height: 160px;
  background: #F4F5FC;
  border-radius: 30px;
  padding: 35px 30px;
  position: relative;
}

.universal:hover {
  border-radius: 5px;
}

.universal__label {
  padding: 5px 15px;
  border-radius: 30px;
  background: #E1E7F2;
  display: inline-block;
  font-size: 14px;
  line-height: 120%
  font-weight: 400;
}

.universal__title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  max-width: 230px;
  margin-top: 20px;
}

.universal__right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* subscribe */
.subscribe {
  border-color: #E1E7F2;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscribe__title {
  color: #007BFA;
}

.subscribe__input {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #282D3C;
  position: relative;
}

.subscribe__input input {
  padding: 16px 95px 16px 20px;
  margin-top: 16px;
  width: 100%;

}


.subscribe__input input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #9EA6B7;
}

.subscribe__input input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #9EA6B7;
}

.subscribe__input input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #9EA6B7;
}

.subscribe__input input::placeholder {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #9EA6B7;
}

.subscribe__input-btn {
  width: 80px;
  height: 50px;
  background-color: #9EA6B7;
  position: absolute;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  right: 0;
  bottom: 0;
}

.subscribe__input-btn:hover {
	background-color: #007BFA;
}

.subscribe__subtitle {
  color: #9EA6B7;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-top: 15px;

}

.subscribe__subtitle a {

  text-decoration: underline;
}

/* Select */
.select {
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #E1E7F2;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.select:hover {
  border-radius: 30px;
  border-color: #282D3C;
}

.select svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 58px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.select-active {
  border-color: #007BFA;
}

.select-active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.select__container {
  position: relative;
}

.select__options {
  max-height: 0;
  overflow-y: hidden;
  position: absolute;
  z-index: 5;
  top: 53px;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}

.select__options-active {
  max-height: 200px;
  -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
          box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
  border: 1px solid #F4F5FC;
}

.select__option {
  padding: 15px 20px 15px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.select__option:hover {
  background: #F4F5FC;
}

/* Catalog */
.catalog-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__content {
  width: 730px;
}

.catalog__header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: -7px;
}

.catalog__subtitle {
  font-size: 17px;
  line-height: 20.4px;
  color: #9EA6B7;
}

.catalog__btn {
  border-radius: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #282D3C;
}

.catalog__footer {
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__spoiler {
  margin-top: 70px;
}

.catalog__spoiler-title {
  font-size: 20px;
  line-height: 24px;
}

.catalog__spoiler-text {
  font-size: 16px;
  line-height: 125%;
  margin-top: 25px;
}

.catalog__spoiler-text p {
	padding-bottom: 15px;
	font-weight: normal;
}

.catalog__spoiler-text p strong {
	font-weight: bold;
}

.catalog__spoiler-btn {
  font-size: 14px;
  line-height: 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.catalog__spoiler-btn img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 5px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.catalog__spoiler-btn-active img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.catalog__spoiler-content {
  max-height: 1000px;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
  overflow: hidden;
}

.catalog__spoiler-active {
  position: relative;
  max-height: 110px;
}

/* Pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagination__item {
  border: 1px solid #E1E7F2;
  border-radius: 5px;
  font-size: 18px;
  line-height: 21.6px;
  padding: 0 18px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 15px;
  min-width: 48px;
}

/* .pagination__item:last-child {
  background-image: url("/local/templates/main/css/../img/icons/chevron-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
} */

.pagination__item-active {
  color: #007BFA;
  border-color: #007BFA;
}

/* breadcrumbs */
.breadcrumbs {
  margin-top: 40px;
}

.breadcrumbs__content {
  list-style: none;
}

.breadcrumbs__content li + li::before {
  content: '';
  position: absolute;
  background: url(/local/templates/main/css/../img/icons/chevron-black.svg) no-repeat center;
  width: 12px;
  height: 12px;
  left: -6px;
  top: calc(50% - 6px);
}

.breadcrumbs li {
  position: relative;
  margin-left: 17px;
  padding-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs li:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

.page-title {
  font-size: 34px;
  line-height: 125%;
  color: #282D3C;
  margin-top: 35px;
}

.page-subtitle {
  font-size: 20px;
  line-height: 24px;
  color: #9EA6B7;
}

.filter {
  width: 350px;
  margin-right: 30px;
}

.filter__title {
  font-size: 17px;
  line-height: 20.4px;
  color: #9EA6B7;
}

.filter__divider {
  width: 100%;
  height: 1px;
  background: #E1E7F2;
  margin: 25px 0;
}

.filter__accordeon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.filter__accordeon-title svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 12px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.filter__accordeon-title-active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter__accordeon-search input {
  margin-top: 20px;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #E1E7F2;
  border-radius: 5px;
}

.filter__accordeon-search input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.filter__accordeon-search input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.filter__accordeon-search input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.filter__accordeon-search input::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #9EA6B7;
}

.filter__accordeon-items {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.filter__accordeon-items-active {
  max-height: 2000px;
}

.filter__accordeon-items-second {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.filter__accordeon-items-second-active {
  max-height: 1000px;
}

.filter__accordeon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  cursor: pointer;
}

.filter__accordeon-checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid #E1E7F2;
  border-radius: 5px;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}

.filter__accordeon-checkbox-active {
  background: #007BFA;
  border-color: #007BFA;
  background-image: url("/local/templates/main/css/../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.filter__accordeon-label {
  font-size: 17px;
  line-height: 20.4px;
  color: #282D3C;
  margin-left: 10px;
}

.filter__accordeon-count {
  font-size: 17px;
  line-height: 20.4px;
  color: #9EA6B7;
  margin-left: 15px;
}

.filter__accordeon-all {
  font-size: 17px;
  line-height: 20.4px;
  color: #007BFA;
  margin-top: 25px;
  display: inline-block;
  cursor: pointer;
}

.filter__btn {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.filter__btn-first {
  margin-top: 65px;
}

.filter__btn-all {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16.8px;
  color: #007BFA;
  margin-right: 10px;
  border: 1px solid #007BFA;
  border-radius: 30px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.active.tags__item, .tags__item:hover {
  color: #007BFA;
  border-color: #007BFA;
}

.tags__item {
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16.8px;
  color: #282D3C;
  margin-right: 10px;
  border: 1px solid #9EA6B7;
  border-radius: 30px;
  cursor: pointer;
}

.tags__item-active {
  color: #007BFA;
  border-color: #007BFA;
}

.tags .slick-arrow {
  display: none !important;
}

/* certificates */
.certificates__tags {
  margin-bottom: -10px;
}

.certificates__header {
  margin-top: 50px;
}

.certificates__accordeons {
  margin-top: 40px;
}

.certificates__accordeon {
  margin-bottom: 5px;
}

.certificates__accordeon-title {
  background: #F4F5FC;
  padding: 30px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #007BFA;
}

.certificates__accordeon-title::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 24px;
  background: #007BFA;
  right: 31px;
  top: 29px;
  -webkit-transition: all .2  s;
  transition: all .2  s;
}

.certificates__accordeon-title::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #007BFA;
  right: 20px;
  top: 40px;
}

.certificates__accordeon-active .certificates__accordeon-content {
  max-height: 6000px;
  margin-bottom: 40px;
}

.certificates__accordeon-active .certificates__accordeon-title::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.certificates__accordeon-subcontent {
  border-bottom: 1px solid #007BFA;
  padding: 0;
  margin: -1px 20px 0;
  max-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow-y: hidden;
}

.certificates__accordeon-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 6px;
  border-bottom: 1px solid #E1E7F2;
}

.certificates__accordeon-item:last-child {
  border-bottom: none;
}

.certificates__accordeon-name, .certificates__accordeon-name span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 19.2px;
  color: #282D3C;
  margin-left: 10px;
  margin-right: 28px;
}

.certificates__accordeon-name span, .certificates__accordeon-name span span {
  margin-left: 0;
  margin-right: 0;
}

.certificates__accordeon-grey {
  font-size: 14px;
  line-height: 18.9px;
  color: #9EA6B7;
  margin-right: 28px;
}


.certificates__accordeon-mini-grey {
  font-size: 12px;
  line-height: 18.9px;
  color: #9EA6B7;
}

.certificates__accordeon-grey-first {
  margin-right: 45px;
}

.certificates__accordeon-grey-first path {
  -webkit-transition: stroke .2s;
  transition: stroke .2s;
}

.certificates__accordeon-subtitle {
  padding: 30px 0;
  margin: 0 20px;
  background: #fff;
  font-size: 18px;
  line-height: 21.6px;
  color: #282D3C;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E1E7F2;
}

.certificates__accordeon-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.certificates__accordeon-content {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}

.certificates__accordeon-content-item-active .certificates__accordeon-subcontent {
  margin: 0px 20px;
  padding: 10px 0;
  max-height: 6000px;
}

.certificates__accordeon-content-item-active .certificates__accordeon-subtitle {
  color: #007BFA;
  border-bottom-color: #007BFA;
}

.certificates__accordeon-content-item-active .certificates__accordeon-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.certificates__accordeon-content-item-active .certificates__accordeon-arrow path {
  stroke: #007BFA;
}

/* company */
.company__text {
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
  margin-top: 35px;
}

.company__text ul {
	padding-left: 20px;
}

/* calc */

.cals__text {
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
  margin-top: 35px;
}

.cals__text ul {
	padding-left: 20px;
}

.cals__text h3 {
	font-size: 20px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.cals__text h4 {
	font-size: 17px;
	line-height: 125%;
	font-weight: bold;
	margin-bottom: 15px;
}

.cals__text table {
	/*width: 100%;*/
}

.cals__text th {
	font-size: 12px;
	line-height: 125%;
	padding-bottom: 10px;
	text-align: left;
}

.cals__text tr td {padding: 20px;
    background-color: #E1E7F2;
   /* margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 15px;*/
    opacity: 0.6;}

.cals__text tr td input {
	padding-left: 5px;
}

/* table */
.table {
  margin-top: 44px;
  background-color: #F4F5FC;
}

.table__items {
  margin-top: 50px;
}

.table__item {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #282D3C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.table__item-left {
  color: #9EA6B7;
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__item-border {
  border-bottom: 1px dashed #9EA6B7;
  width: 100%;
  margin-left: 5px;
}

.table__item-title {
  white-space: nowrap;
  font-family: 'PTSans-Bold', sans-serif;
}


.table__item-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table__item-right img {
  margin-top: 3px;
  margin-left: 21px;
}

.table__item-right span {

}

.table__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
}

.table__file span {
  margin-left: 15px;
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  color: #282D3C;
  text-decoration: underline;
}

/* services */
.services {
  margin-bottom: -50px;
}

.services__title {
  margin-top: 50px;
}

.services__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 40px;
}

.services__text-buttom {
  margin-top: 28px;
}

.services__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-top: 40px;
}

.services__list {
  margin-top: 30px;
  margin-left: 30px;
}

.services__list-buttom {
  margin-top: 40px;
}

.services__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.services__file {
  margin-top: 40px;
}

/* contacts */
.contacts__item {
  margin-top: 40px;
}

.contacts__title {
  margin-top: 40px;
}

.contacts__subtitle {
  font-size: 20px;
 line-height: 125%;
 font-family: 'PTSans-Bold', sans-serif;
}

.contacts__address {

  font-size: 18px;
  line-height: 125%;
  margin-top: 25px;
}

.contacts__time {

  font-size: 18px;
  line-height: 125%;

}

.contacts__text {

  font-size: 18px;
  line-height: 125%;
  margin-top: 20px;
}

.contacts__phone {

  font-size: 18px;
  line-height: 125%;
  margin-top: 20px;
}

.contacts__phone a {

}

.contacts__mail {

  font-size: 18px;
  line-height: 125%;
}

.contacts__mail a {

  text-decoration: underline;
}

.contacts__subtext {

  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
}

.contacts__map {
  margin-top: 50px;
}

.news__header {
  margin-top: 30px;
}

.news__select {
  margin-left: 58px;
}

.news__divider {
  height: 1px;
  width: 100%;
  background: #E1E7F2;
  margin: 40px 0;
}

.partners__content {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__content-item {
  width: calc((100% - 60px) / 3);
  border-radius: 30px;
  border: 1px solid #E1E7F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 25px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .modal {
    width: 610px;
  }
  .header-space {
    height: 155px;
  }
  .header__top {
    padding: 18px 0 15px;
  }
  .header__top-phone {
    font-size: 17px;
    line-height: 125%;
  }
  .header__bottom {
    top: 82px;
  }
  .header__bottom-left {
    padding: 20px 110px 21px 19px;
  }
  .header__bottom-text {
    font-size: 15px;
    line-height: 125%;
  }
  .header__bottom-burger {
    margin-right: 17px;
  }
  .header__bottom-menu img {
    margin-right: 14px;
    width: 22px;
  }
  .header__bottom-menu span {
    font-size: 16px;
    line-height: 125%;
  }
  .header__bottom-menu-active {
    padding-top: 25px;
  }
  .header__bottom-menu li {
    margin-bottom: 28px;
  }
  .header__bottom-list a, .header__bottom-list span {
    font-size: 15px;
    line-height: 125%;
  }
  .header__bottom-list li {
    margin-left: 5px;
  }
  .main {
    padding-top: 25px;
  }
  .main__slider-xl {
    display: none;
  }
  .main__slider-lg {
    display: block;
  }
  .main__partners {
    padding: 25px 47px;
  }
  .main__productions {
    margin-top: 50px;
  }
  .main__about {
    margin-top: 60px;
  }
  .main__about-title {
    font-size: 28px;
    line-height: 125%;
  }
  .main__about-text {
    font-size: 18px;
    line-height: 125%;
  }
  .main__lib {
    margin-top: 43px;
  }
  .universal {
    padding: 37px 20px;
  }
  .universal__label {
    font-size: 16px;
    line-height: 125%;
  }
  .universal__title {
    font-size: 17px;
    line-height: 125%;
  }
  .universal__right {
    right: -30px;
    bottom: 4px;
  }
  .productions__item {
    max-width: 290px;
    min-width: 290px;
    padding: 25px 25px 38px;
  }
  .productions__item-title {
    font-size: 17px;
    line-height: 125%;
  }
  .productions__item-btn {
    margin-top: 24px;
  }
  .about__item {
    margin-top: 50px;
    padding: 38px 15px;
  }
  .news-block__item {
    padding: 30px 17px 30px 13px;
  }
  .news-block__item-title {
    font-size: 16px;
    line-height: 135%;
  }
  .news-block__item-text {
    font-size: 13px;
    line-height: 17.55px;
  }
  .news-block__item-data {
    margin-top: 19px;
  }
  .footer {
    margin-top: 60px;
  }
  .footer__header {
    padding-bottom: 35px;
  }
  .footer__header-phone {
    font-size: 25px;
    line-height: 25px;
    margin-right: 40px;
  }
  .footer__header-prop {
    margin-right: 40px;
  }
  .filter {
    width: 290px;
  }
  .product__description {
    margin-top: 60px;
  }
  .product__description-item {

  }
  .product__description-item span {

  }
  .product__description-btn {
    border-radius: 5px;
  }
  .product__description-divider {
    margin: 38px 0;
  }
  .product__description-td {
    margin-top: 23px;
  }
  .product__description-right {
    width: 165px;
  }
  .product__slider-nav {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    width: 320px;
  }
  .product__slider-nav .slick-arrow {
    display: none !important;
  }
  .product__content-title {
    margin-top: 55px;
  }
  .product__content-spoiler {
    font-size: 18px;
    line-height: 125%;
    margin-top: 40px;
    max-height: 75px;
  }
  .product__content-spoiler-active {
    /*max-height: 600px;*/
    max-height: 100%;
  }
  .product__spoiler-btn span {
    font-size: 18px;
    line-height: 24.3px;
  }
  .product__td-left {
    width: 450px;
  }
  .product__td-left span {
    font-size: 18px;
    line-height: 24.3px;
  }
  .product__td-right {
    font-size: 18px;
    line-height: 24.3px;
    width: calc(100% - 480px);
  }
  .news__divider {
    margin: 30px 0;
  }
  .contacts__item {
    margin-top: 40px;
  }
  .contacts__address {
    max-width: 350px;
  }
  .company__text {
    font-size: 18px;
    line-height: 24.3px;
    margin-top: 30px;

  }
  .table__items {
    margin-top: 44px;
  }
  .table__item {
    font-size: 18px;
    line-height: 24.3px;
  }
  .table__item-left {
    width: 450px;
  }
  .table__file {
    margin-top: 40px;
  }
  .table__file span {
    font-size: 18px;
    line-height: 24.3px;
  }
  .services__file {
    margin-top: 70px;
  }
  .services__file span {
    font-size: 21px;
    line-height: 28.35px;
  }
  .certificates__header {
    margin-top: 70px;
  }
  .catalog__content {
    width: 610px;
  }
}

@media (max-width: 991px) {
  .modal__title {
    font-size: 30px;
    line-height: 36px;
  }
  .modal__subtitle {
    font-size: 17px;
    line-height: 23px;
  }
  .header {
    -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
            box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
  }
  .header-space {
    height: 77px;
  }
  .header__bottom {
    position: fixed;
    right: -400px;
    left: auto;
    top: 0;
    bottom: 0;
    width: 384px;
    background: #fff;
    max-height: 100vh;
    -webkit-transition: right .2s;
    transition: right .2s;
    z-index: 10;
  }
  .header__bottom .header-flex {
    display: block;
  }
  .header__bottom-active {
    right: 0;
  }
  .header__bottom .container {
    width: 100% !important;
    max-width: none;
    padding: 0;
  }
  .header__bottom .row {
    margin: 0;
  }
  .header__bottom .header__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-list span, .header__bottom-list a {
    color: #282D3C;
    font-size: 18px;
    line-height: 125%;
    text-transform: inherit;
  }
  .header__bottom-header {
    width: 100%;
    text-align: right;
    padding: 25px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__bottom-header-active {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__bottom-header-active .header__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    line-height: 20s;
    color: #282D3C;
    display: none;
  }
  .header__bottom-title svg {
    margin-right: 30px;
  }
  .header__bottom-left {
    padding: 0;
    background: #007BFA;
    width: 100%;
    padding: 27px 40px;
  }
  .header__bottom-burger {
    display: none;
  }
  .header__bottom-catalog {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__bottom-chevron {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header__bottom-chevron-active {
    display: none;
  }
  .header__bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    margin-left: 0;
    height: calc(100vh - 148px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__bottom-list {
    width: 100%;
  }
  .header__bottom-list li {
    margin-left: 0;
  }
  .header__bottom-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__bottom-item {
    margin-left: 0;
    padding: 30px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #E1E7F2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__bottom-item:nth-child(1) {
    margin-left: 0;
  }
  .header__bottom-item path {
    stroke: #282D3C;
  }
  .header__bottom-item-open-active svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .header__bottom-item-open-active .header__bottom-menu-hover {
    margin-top: 30px;
    max-height: 500px;
  }
  .header__bottom-item-open-active .header__bottom-menu-main {
    display: none !important;
  }
  .header__bottom-item-open-active svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header__bottom-btn {
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
    padding: 25px 40px;
  }
  .header__bottom-menu {
    position: fixed;
    max-height: 100vh;
    z-index: 5;
    right: -400px;
    left: auto;
    top: 150px;
    bottom: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
    width: 384px;
    overflow-y: auto;
    padding-bottom: 30px;
    -webkit-transition: right .2s;
    transition: right .2s;
  }
  .header__bottom-menu span {
    opacity: 0.7;
    font-size: 18px;
    line-height: 21.6px;
  }
  .header__bottom-menu-active {
    right: 0;
  }
  .header__bottom-menu li {
    margin: 0;
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid #E1E7F2;
  }
  .header__bottom-menu-hover {
    height: auto;
    max-height: 500px;
    position: static;
    background: #fff;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    max-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .header__bottom-menu-hover li {
    margin-bottom: 20px;
  }
  .header__bottom-menu-hover a {
    opacity: 0.7;
  }
  .header__top {
    padding: 20px 0 15px;
    -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
            box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.15);
  }
  .header__top-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 26px;
  }
  .header__top-burger div {
    width: 30px;
    height: 2px;
    margin: 4px 0;
    border-radius: 30px;
    background: #282D3C;
  }
  .header__top-phone {
    display: none;
  }
  .header__top-phone-min {
    display: block;
  }
  .header__top-phone-min a, .header__top-phone-min span {
    font-size: 18px;
    line-height: 21.6px;
    text-decoration: none;
  }
  .header__top-phone-min img {
    display: none;
  }
  .header__top-divider {
    margin: 0 27px;
  }
  .header__top-right {
    margin-bottom: 5px;
  }
  .header__logo {
    width: 197px;
  }
  .search__input {
    height: 40px;
  }
  .main {
    padding-top: 30px;
  }
  .main__partners .slick-list::after {
    right: 3px;
  }
  .main__slider-lg {
    display: none;
  }
  .main__slider-md {
    display: block;
  }
  .main__partners {
    padding: 25px 62px;
  }
  .main__universal {
    margin-top: 40px;
  }
  .main__productions {
    margin-top: 33px;
  }
  .main__productions-header {
    margin-bottom: 14px;
  }
  .main__productions-title {
    font-size: 30px;
    line-height: 36px;
  }
  .main__productions-title img {
    width: 22px;
    margin-right: 21px;
  }
  .main__about {
    margin-top: 50px;
    padding: 40px 0;
  }
  .main__about-text {
    margin-top: 25px;
  }
  .main__lib {
    margin-top: 40px;
  }
  .main__news {
    margin-top: 50px;
  }
  .universal {
    padding: 20px 15px;
    height: 122px;
  }
  .universal__label {
    font-size: 14px;
    line-height: 16.8px;
  }
  .universal__title {
    font-size: 14px;
    line-height: 16.8px;
    max-width: 190px;
  }
  .universal__right {
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
    right: -80px;
    top: -40px;
    bottom: auto;
  }
  .productions__item {
    width: calc(50% - 15px);
    padding: 25px 25px 38px;
    margin-top: 20px;
    max-width: none;
    min-width: auto;
  }
  .productions__item-title {
    font-size: 17px;
    line-height: 20.4px;
  }
  .productions__item-btn {
    margin-top: 24px;
  }
  .about__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__item {
    margin-top: 30px;
    padding: 40px 20px;
    height: 223px;
    width: calc(50% - 15px);
    min-height: 223px;
  }
  .about__item br {
    display: none;
  }
  .news-block {
    padding: 37px 0;
  }
  .news-block__title {
    font-size: 30px;
    line-height: 36px;
  }
  .news-block__title img {
    width: 36px;
    margin-right: 18px;
  }
  .news-block__item {
    width: calc(50% - 15px);
  }
  .footer {
    margin-top: 60px;
    padding-top: 50px;
  }
  .footer__header {
    padding-bottom: 0px;
  }
  .footer__header-right, .footer__header-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__header-right {
    margin-right: 20px;
  }
  .footer__header-left {
    margin-right: 60px;
  }
  .footer__header-phone {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__header-prop {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__spoiler {
    padding-top: 51px;
    padding-bottom: 49px;
  }
  .footer__spoiler-active {
    max-height: 100px;
  }
  .footer__spoiler-title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .footer__spoiler-text {
    margin-top: 16px;
  }
  .footer__spoiler-btn {
    margin-top: 17px;
  }
  .footer__menu {
    padding-bottom: 0;
    margin-bottom: -5px;
  }
  .footer__menu-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .footer__menu .subscribe {
    padding: 0;
  }
  .footer__menu .subscribe__input {
    margin-top: 10px;
  }
  .footer__menu .subscribe__subtitle {
    margin-top: 15px;
    width: 80%;
  }
  .footer__menu input {
    background: #E1E7F2;
    width: 100%;
  }
  .footer__contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__contact-item {
    width: calc(50% - 15px);
  }
  .filter {
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    right: -500px;
    z-index: 6;
    padding-top: 25px;
    padding-bottom: 60px;
    margin-right: 0;
    width: auto;
    overflow-y: auto;
    text-align: center;
    -webkit-transition: right .2s;
    transition: right .2s;
  }
  .filter-active {
    right: 0;
  }
  .filter__header {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filter-active {
    max-height: 1000px;
    -webkit-box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
            box-shadow: 0px 4px 10px rgba(158, 166, 183, 0.1);
    border: 1px solid #F4F5FC;
    padding: 20px 30px;
  }
  .filter__divider {
    margin: 25px 0;
  }
  .filter__accordeon {
    padding: 0 40px;
    text-align: left;
  }
  .filter__title {
    border: 1px solid #E1E7F2;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-transition: all .1s;
    transition: all .1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    color: #282D3C;
  }
  .filter__title img {
    margin-left: 73px;
  }
  .filter__btn {
    width: calc(100% - 94px);
  }
  .select svg {
    margin-left: 13px;
  }
  .select:hover {
    border-radius: 5px;
    border-color: #E1E7F2;
  }
  .select-active {
    border-radius: 5px;
    border-color: #E1E7F2;
  }
  .catalog-flex {
    position: relative;
  }
  .catalog__content {
    margin-top: 10px;
    width: 100%;
  }
  .catalog__spoiler-title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .catalog__spoiler-active {
    max-height: 105px;
  }
  .product__slider {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
  }
  .product__slider-nav {
    display: none;
  }
  .product__slider-big img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
  }
  .product__slider .slick-dots {
    list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product__slider .slick-dots li {
    width: 100%;
    cursor: pointer;
    margin: 0 10px;
  }
  .product__slider .slick-dots button {
    font-size: 0;
    background: #E1E7F2;
    height: 2px;
    border-width: 0;
    width: 100%;
    position: relative;
  }
  .product__slider .slick-dots button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(51, 149, 252, 0.48);
  }
  .product__slider .slick-dots .slick-active button::before {
    width: 100%;
    -webkit-transition: width linear 4s;
    transition: width linear 4s;
  }
  .product__description {
    margin-top: 40px;
  }
  .product__description-btn {
    margin-top: 35px;
  }
  .product__description-divider {
    margin: 28px 0;
  }
  .product__description-left, .product__description-right {
    width: 330px;
  }
  .product__content-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 51px;
  }
  .product__content-spoiler {
    margin-top: 30px;
    max-height: 95px;
  }
  .product__content-spoiler-active {
    /*max-height: 700px;*/
    max-height: 100%;
  }
  .product__content-items .productions__item {
    width: 330px;
  }
  .product__td-left {
    width: 330px;
  }
  .product__td-right {
    width: calc(100% - 360px);
  }
  .product__lib {
    margin-top: 70px;
  }
  .page-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 40px;
  }
  .partners__content {
    margin-top: 30px;
  }
  .partners__content-item {
    width: calc(50% - 15px);
  }
  .contacts__item {
    margin-top: 30px;
  }
  .contacts__address, .contacts__time, .contacts__mail, .contacts__phone, .contacts__text {
    font-size: 18px;
    line-height: 24.3px;
  }
  .contacts__map {
    margin-top: 50px;
  }
  .table__item-left {
    width: 330px;
  }
  .services__text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 24.3px;
  }
  .services__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .services__list-buttom {
    font-size: 18px;
    line-height: 24.3px;
  }
  .services__list li {
    font-size: 18px;
    line-height: 24.3px;
  }
  .services__file span {
    font-size: 18px;
    line-height: 24.3px;
  }
  .certificates__header {
    margin-top: 58px;
  }
  .certificates__content {
    margin-top: 0;
  }
  .breadcrumbs {
    margin-top: 28px;
  }
  .breadcrumbs__text {
    font-size: 12px;
    line-height: 14.4px;
  }
}

@media (max-width: 767px) {
  .modal {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    border-radius: 0;
    padding: 24px 20px 40px;
    overflow: visible;
  }
  .modal.modal--keyboard {
    padding-bottom: 160px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    max-height: none;
    overflow: hidden;
  }
  .header__logo {
    width: 217px;
  }
  .header__top-text {
    display: none;
  }
  .header__top-phone img {
    display: block;
  }
  .header__top-phone span {
    display: none;
  }
  .header__top-search img {
    width: 40px;
    margin-right: 0;
  }
  .header__top-burger {
    margin-left: 49px;
  }
  .header__top-burger div {
    width: 39px;
    height: 3px;
    margin: 5px 0;
  }
  .header__top-divider {
    margin: 0 24px;
  }
  .header__bottom {
    right: -100vw;
    width: 100vw;
  }
  .header__bottom-active {
    right: 0;
  }
  .header__bottom-menu {
    right: -100vw;
    width: 100vw;
  }
  .header__bottom-menu-active {
    right: 0;
  }
  .main {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 5px;
  }
  .main__partners {
    padding: 16px 20px;
  }
  .main__partners .slick-list::after {
    width: 3px;
    right: 2px;
  }
  .main__slider {
    margin-right: 0;
  }
  .main__slider-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .main__slider-md {
    display: none;
  }
  .main__slider-sm {
    display: block;
  }
  .main__universal {
    margin-top: 30px;
    padding: 33px 27px;
  }
  .main__productions {
    margin-top: 42px;
  }
  .main__productions-title {
    font-size: 30px;
    line-height: 36px;
  }
  .main__productions-title img {
    width: 27px;
    margin-right: 17px;
  }
  .main__productions-header {
    margin-bottom: 9px;
  }
  .main__productions-all {
    width: 100%;
    margin-top: 34px;
    text-align: center;
  }
  .main__about-text {
    margin-top: 20px;
  }
  .universal {
    height: 160px;
  }
  .universal__title {
    font-size: 18px;
    line-height: 21.6px;
    max-width: 210px;
  }
  .universal__right {
    -webkit-transform: scale(1);
            transform: scale(1);
    bottom: 0;
    right: 0;
  }
  .universal-second {
    margin-top: 20px;
  }
  .productions__item {
    padding: 19px 14px 29px;
  }
  .productions__item-subtitle {
    margin-top: 10px;
    font-size: 11px;
    line-height: 14.85px;
  }
  .productions__item-title {
    font-size: 15px;
    line-height: 18px;
  }
  .productions__item-btn {
    margin-top: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }
  .about__item {
    margin-top: 24px;
    padding: 28px 14px;
  }
  .about__item-text {
    margin-top: 24px;
  }
  .about__item br {
    display: block;
  }
  .news-block {
    padding: 40px 0;
  }
  .news-block__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-block__item {
    width: 100%;
    padding: 30px 15px 25px 20px;
    margin-bottom: 20px;
  }
  .news-block__item:nth-child(3) {
    display: block;
    margin-bottom: 30px;
  }
  .news-block__item-text {
    display: none;
  }
  .news-block__item-data {
    margin-top: 17px;
  }
  .news-block__all {
    width: 100%;
    text-align: center;
  }
  .footer {
    margin-top: 40px;
  }
  .footer__header {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer__header-right {
    margin-right: 0;
  }
  .footer__header-left {
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__header-call {
    width: calc(100% - 30px);
    text-align: center;
  }
  .footer__spoiler {
    padding-top: 42px;
    padding-bottom: 39px;
  }
  .footer__spoiler-active {
    max-height: 130px;
  }
  .footer__spoiler-text {
    margin-top: 24px;
  }
  .footer__spoiler-btn {
    margin-top: 23px;
  }
  .filter__title img {
    margin-left: 0;
  }
  .catalog__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .catalog__select {
    width: calc(100% - 83px);
  }
  .catalog__subtitle {
    width: 100%;
    margin-top: 20px;
  }
  .catalog__content {
    margin-top: 27px;
  }
  .catalog__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog__btn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .pagination__item:first-child {
    margin-left: 0;
  }
  .page-title {
    margin-top: 15px;
  }
  .product__description-btn {
    font-size: 15px;
    line-height: 18px;
    border-radius: 30px;
    margin-top: 30px;
  }
  .product__description-divider {
    margin: 30px 0;
  }
  .product__description-td {
    margin-top: 21px;
  }
  .product__description-td span {
    font-size: 16px;
    line-height: 21.6px;
  }
  .product__description-right {
    font-size: 16px;
    line-height: 21.6px;
  }
  .product__description-all {
    font-size: 16px;
    line-height: 21.6px;
    margin-top: 30px;
  }
  .product__description-left, .product__description-right {
    width: 240px;
  }
  .product__content-spoiler {
    font-size: 16px;
    line-height: 21.6px;
    max-height: 85px;
  }
  .product__content-spoiler-active {
    /*max-height: 700px;*/
    max-height: 100%;
  }
  .product__spoiler-btn {
    margin-top: 22px;
  }
  .product__spoiler-btn span {
    font-size: 16px;
    line-height: 21.6px;
  }
  .product__td-left {
    width: 240px;
  }
  .product__td-left span {
    font-size: 16px;
    line-height: 21.6px;
  }
  .product__td-right {
    font-size: 16px;
    line-height: 21.6px;
    width: calc(100% - 270px);
  }
  .product__content-items .productions__item {
    width: 240px;
  }
  .news__select {
    width: 100%;
  }
  .news__select .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .subscribe__subtitle {
    margin-top: 15px;
  }
  .contacts__address, .contacts__time, .contacts__mail, .contacts__phone, .contacts__text {
    font-size: 16px;
    line-height: 21.6px;
  }
  .contacts__map {
    margin-top: 40px;
  }
  .company__text {
    font-size: 16px;
    line-height: 21.6px;
  }
  .table {
    margin-top: 30px;
  }
  .table__item {
    font-size: 16px;
    line-height: 21.6px;
  }
  .table__item-left {
    width: 240px;
  }
  .table__item-right {
    width: calc( 100% - 270px);
  }
  .table__file span {
    font-size: 16px;
    line-height: 21.6px;
  }
  .services__text {
    font-size: 16px;
    line-height: 21.6px;
  }
  .services__subtitle {
    margin-top: 40px;
  }
  .services__list li {
    font-size: 16px;
    line-height: 21.6px;
  }
  .certificates__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .certificates__header .catalog__subtitle {
    width: auto;
    margin-top: 0;
  }
  .certificates__header .filter__title img {
    margin-left: 73px;
  }
  .certificates__content {
    margin-top: 2px;
  }
  .certificates__accordeon-name {
    font-size: 14px;
    line-height: 16.8px;
  }
  .certificates__accordeon-name span {
    display: none;
  }
  .breadcrumbs {
    margin-top: 17px;
  }
  .breadcrumbs__select .select {
    border: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 16.8px;
  }
  .breadcrumbs__select .select__option {
    display: block;
  }
}

@media (max-width: 575px) {
  .modal__title {
    font-size: 22px;
    line-height: 26.4px;
  }
  .modal__subtitle {
    font-size: 16px;
    line-height: 21.6px;
  }
  .modal__textarea textarea {
    padding: 16px 20px;
    margin-top: 0;
  }
  .modal__textarea label {
    display: none;
  }
  .modal__input input {
    padding: 15px 30px;
  }
  .header {
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
  }
  .header-space {
    height: 70px;
  }
  .header__logo {
    width: 145px;
  }
  .header__top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__top-phone, .header__top-search {
    width: 30px;
    margin-left: 15px;
  }
  .header__top-burger {
    margin-left: 30px;
  }
  .header__top-burger div {
    width: 30px;
    height: 2px;
    margin: 4px 0;
  }
  .header__top-divider {
    display: none;
  }
  .search__input {
    height: 35px;
  }
  .main {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 0;
  }
  .main .container {
    padding: 0;
  }
  .main__slider-sm {
    display: none;
  }
  .main__slider-xs {
    display: block;
  }
  .main__slider img {
    width: 100%;
  }
  .main__partners {
    margin: 46px 20px 0;
    padding: 10px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 20px;
  }
  .main__partners img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .main__productions {
    margin-top: 29px;
  }
  .main__productions-items .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main__productions-items .slick-slide {
    height: inherit !important;
  }
  .main__productions-header {
    margin-left: 21px;
  }
  .main__productions-title {
    font-size: 25px;
    line-height: 30px;
  }
  .main__productions-title img {
    width: 20px;
    margin-right: 14px;
  }
  .main__productions-all {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  .main__about {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .main__about-title {
    font-size: 25px;
    line-height: 30px;
  }
  .main__about-text {
    font-size: 17px;
    line-height: 22.95px;
  }
  .main__lib {
    margin-top: 30px;
  }
  .main__news {
    margin-top: 34px;
  }
  .universal {
    height: 123px;
    padding: 25px 15px;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    border-radius: 20px;
  }
  .universal-second {
    margin-top: 15px;
  }
  .universal__title {
    font-size: 14px;
    line-height: 16.8px;
    max-width: 160px;
    margin-top: 15px;
  }
  .universal__right {
    -webkit-transform: scale(0.54);
            transform: scale(0.54);
    bottom: -20px;
    right: -60px;
  }
  .universal__label {
    font-size: 12px;
    line-height: 14.4px;
  }
  .productions__item {
    margin-right: 20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .productions__item-btn {
    width: 100%;
  }
  .about__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__item {
    width: 100%;
    min-height: 183px;
    margin-top: 18px;
    padding: 19px 14px;
    height: 186px;
    border-radius: 20px;
  }
  .about__item-first {
    margin-top: 27px;
  }
  .about__item br {
    display: none;
  }
  .news-block {
    padding: 30px 20px;
  }
  .news-block__title {
    font-size: 25px;
    line-height: 30px;
  }
  .news-block__title img {
    width: 30px;
  }
  .news-block__items {
    margin-top: 20px;
  }
  .news-block__item {
    border-radius: 20px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 15px;
  }
  .news-block__item:nth-child(3) {
    display: block;
    margin-bottom: 30px;
  }
  .news-block__item-title {
    font-size: 15px;
    line-height: 20.25px;
  }
  .news-block__item-text {
    display: none;
  }
  .news-block__item-data {
    margin-top: 17px;
  }
  .news-block__all {
    width: 100%;
    text-align: center;
  }
  .footer {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__header-right, .footer__header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__header-call, .footer__header-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer__header-phone {
    margin-bottom: 18px;
  }
  .footer__header-prop {
    font-size: 16px;
    line-height: 21.6px;
  }
  .footer__spoiler {
    padding: 30px 0;
  }
  .footer__spoiler-active {
    max-height: 140px;
  }
  .footer__menu {
    padding-bottom: 40px;
  }
  .footer__menu-item {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__menu-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
  }
  .footer__menu-list-active {
    max-height: 500px;
  }
  .footer__menu-list li:last-child {
    margin-bottom: 50px;
  }
  .footer__menu-title {
    margin-bottom: 25px;
  }
  .footer__menu-title svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer__menu-title-active svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .footer__menu .subscribe {
    /*margin-top: 35px;*/
  }
  .footer__contact-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__contact-item {
    width: 100%;
  }
  .footer__contact-item:nth-child(1) {
    margin-bottom: 30px;
  }
  .footer__copyright-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyright-item {
    width: 100%;
  }
  .footer__copyright-item:nth-child(1) {
    margin-bottom: 20px;
  }
  .catalog .productions__item {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
    padding: 25px 25px 28px;
    margin-bottom: 15px;
  }
  .catalog__filter {
    margin-right: 0;
  }
  .page-title {
    font-size: 22px;
    line-height: 26.4px;
  }
  .product__description-left span, .product__description-right, .product__description-all {
    font-size: 14px;
    line-height: 18.9px;
  }
  .product__description-left, .product__description-right {
    width: 161px;
  }
  .product__description-td {
    margin-top: 15px;
  }
  .product__description-all {
    margin-top: 21px;
  }
  .product__content-title {
    font-size: 22px;
    line-height: 26.4px;
    margin-top: 40px;
  }
  .product__content-spoiler {
    max-height: 150px;
  }
  .product__content-spoiler-active {
    /*max-height: 700px;*/
    max-height: 100%;
  }
  .product__content-items .productions__item {
    width: 240px;
  }
  .product__td {
    margin-top: 15px;
  }
  .product__td-left {
    width: 161px;
  }
  .product__td-left span {
    font-size: 14px;
    line-height: 18.9px;
  }
  .product__td-right {
    width: calc(100% - 191px);
    font-size: 14px;
    line-height: 18.9px;
  }
  .product__space {
    margin-top: 30px;
  }
  .product__lib {
    margin-top: 45px;
  }
  .partners__content-item {
    width: 100%;
    padding: 25px 20px;
  }
  .contacts__map {
    height: 460px;
    overflow: hidden;
  }
  .contacts__title {
    margin-top: 30px;
  }
  .contacts__text {

    font-size: 21px;
    font-weight: 400;
    line-height: 28.35px;
    margin-top: 50px;
  }
  .contacts__text-buttom {
    margin-top: 28px;
  }
  .contacts__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 50px;
  }
  .contacts__list {
    margin-top: 33px;
    margin-left: 33px;
  }
  .contacts__list-buttom {
    margin-top: 49px;
  }
  .contacts__list li {

    font-size: 21px;
    font-weight: 400;
    line-height: 28.35px;
  }
  .contacts__file {
    margin-top: 73px;
  }
  .contacts__text {
    font-size: 16px;
    line-height: 21.6px;
  }
  .contacts__item-left {
    width: 112px;
  }
  .company__text {
    margin-top: 20px;
  }
  .table__items {
    margin-top: 34px;
    max-height: 430px;
    overflow-y: hidden;
    position: relative;
    -webkit-transition: max-height .2s;
    transition: max-height .2s;
  }
  .table__items::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(#F4F5FC));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #F4F5FC 100%);
    mix-blend-mode: normal;
  }
  .table__items-active {
    max-height: 2000px;
  }
  .table__more {
    font-size: 14px;
    line-height: 17.5px;
    color: #282D3C;
    margin-bottom: 30px;
  }
  .table__more-active img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .table__item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .table__item-border {
    margin-left: 0;
    width: 100%;
  }
  .table__item-title {
    width: 100%;
  }
  .table__item-right {
    width: 100%;
    margin-left: 0;
  }
  .table__item-right img {
    display: none;
  }
  .table__file span {
    margin-left: 10px;
  }
  .services__file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .certificates__header {
    margin-top: 38px;
  }
  .certificates__accordeons {
    margin-top: 35px;
  }
  .certificates__accordeon-title {
    padding: 20px;
  }
  .certificates__accordeon-title::before {
    top: 19px;
  }
  .certificates__accordeon-title::after {
    top: 30px;
  }
  .certificates__accordeon-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .certificates__accordeon-grey-first {
    margin-left: 37px;
    margin-right: 20px;
  }
  .certificates__accordeon-name {
    width: calc(100% - 42px);
    margin-right: 0;
  }
  .breadcrumbs {
    margin-top: 10px;
  }
}

/* Anti-spam honeypot + 152-FZ consent for modal forms */
.modal__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
}
.modal__consent input {
  margin-top: 3px;
  flex: 0 0 auto;
}
.modal__consent a {
  text-decoration: underline;
}
.modal__consent-fail {
  color: #c0392b;
  outline: 1px solid #c0392b;
  outline-offset: 4px;
  border-radius: 4px;
  padding: 6px 8px;
  background: rgba(192, 57, 43, 0.06);
}
.modal__form-error {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
}
/*# sourceMappingURL=style.css.map */


/* End */
/* /local/templates/main/css/bootstrap-grid.css?165624694643852 */
/* /local/templates/main/css/slick.css?16673793681781 */
/* /local/templates/main/css/style.css?178609471191379 */
