

/* Start:/local/templates/new/css/bootstrap-grid.css?165728115938070*/
/*!
 * Bootstrap Grid v4.1.3 (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: 10px;
  padding-left: 10px;
  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;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row .row{
  margin-right: -10px;
  margin-left: -10px;
}
.row .contacts_page .row:nth-child(1){
  margin-left:0;
}


.noflex-row {
  margin-right: -10px;
  margin-left: -10px;
}

.footer .noflex-row {
  margin-top: 25px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters-lr {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.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: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -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: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -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: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -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: -ms-flexbox !important;
  display: flex !important;
}

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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/new/css/site.css?176664869589217*/
@font-face {
  font-family: 'Graphik LC';
  src: url("/local/templates/new/css/../fonts/GraphikLC-Regular.eot");
  src: url("/local/templates/new/css/../fonts/GraphikLC-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/new/css/../fonts/GraphikLC-Regular.woff2") format("woff2"), url("/local/templates/new/css/../fonts/GraphikLC-Regular.woff") format("woff"), url("/local/templates/new/css/../fonts/GraphikLC-Regular.ttf") format("truetype"), url("/local/templates/new/css/../fonts/GraphikLC-Regular.svg#GraphikLC-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LC';
  src: url("/local/templates/new/css/../fonts/GraphikLC-Semibold.eot");
  src: url("/local/templates/new/css/../fonts/GraphikLC-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/new/css/../fonts/GraphikLC-Semibold.woff2") format("woff2"), url("/local/templates/new/css/../fonts/GraphikLC-Semibold.woff") format("woff"), url("/local/templates/new/css/../fonts/GraphikLC-Semibold.ttf") format("truetype"), url("/local/templates/new/css/../fonts/GraphikLC-Semibold.svg#GraphikLC-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik LC';
  src: url("/local/templates/new/css/../fonts/GraphikLC-Medium.eot");
  src: url("/local/templates/new/css/../fonts/GraphikLC-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/new/css/../fonts/GraphikLC-Medium.woff2") format("woff2"), url("/local/templates/new/css/../fonts/GraphikLC-Medium.woff") format("woff"), url("/local/templates/new/css/../fonts/GraphikLC-Medium.ttf") format("truetype"), url("/local/templates/new/css/../fonts/GraphikLC-Medium.svg#GraphikLC-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }



html, body {
  min-width: 320px;
  font-family: 'Graphik LC'; }

html {
  background-color: #fff; }

html, body {
  background-color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000; }

body {
  position: relative;
  cursor: default; }

img {
  max-width: 100%;
  height: auto !important; }

table img {
  height: auto; }

a img {
  border: 0 none; }

.container h1, .container h2, .container h3, .container h4, .container h5 {
  padding: 0;
  margin: 1em 0 1em;
  font-weight: 400; }

.container h2, .container .h2 {
  font-size: 30px;
  line-height: 1.53;
  text-align: left;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0px; }

.container .h2 {
  padding-top: 60px; }

a {
  text-decoration: none;
  color: #fff; }

a:hover {
  text-decoration: underline; }

a span, a font {
  cursor: pointer; }

hr {
  background: #0756a5;
  height: 1px;
  border: 0 none;
  margin: 15px 0; }

.text {
  font-size: 15px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 14px; }
  .text ul {
    margin: 0 0 5px 15px;
    padding: 0; }
  .text a {
    color: #000; }
    .text a:hover {
      color: #2fe364; }

.text ol {
  margin-left: 0;
  padding-left: 17px;
   }

.text ol li {
  counter-increment: li;
  }

.text22 ol li::before {
  font-weight: bold;
  content: counter(li) ".";
  display: inline-block;
  width: 1em;
  margin-left: -15px; }

.headline {
  font-size: 34px;
  font-weight: bold;
  color: black;
  line-height: 1;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 55px; }

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 60px 0 0px; }
  @media (max-width: 1200px) {
    hr {
      margin-top: 30px; } }

.container h2 {
  max-width: 72%;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 25px; }
  @media (max-width: 800px) {
    .container h2 {
      font-size: 28px;
      max-width: none; } }

.container h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left; }
  @media (max-width: 800px) {
    .container h3 {
      font-size: 24px; } }

.flr {
  float: right; }

.no-margin {
  margin: 0 !important; }

.over-hidden {
  overflow: hidden; }

.cl-both {
  clear: both; }

.m-auto {
  margin: auto !important; }

.p-top-80 {
  padding-top: 80px !important; }

.t-center {
  text-align: center; }

.norelative {
  position: static !important; }

label {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type="submit"], button {
  cursor: pointer; }

textarea {
  resize: vertical; }

input, textarea, button {
  font-family: inherit;
  color: inherit;
  outline: 0 none;
  font-family: 'Graphik LC'; }

script {
  display: none !important; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

::selection {
  color: #fff;
  background: #23518d; }

::-moz-selection {
  color: #fff;
  background: #23518d; }

*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* end reset */
.align-center {
  text-align: center; }

section {
  display: block; }

.one-input {
  display: block;
  margin-bottom: 22px;
  color: #000; }
  .one-input span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px; }
  .one-input input[type="text"], .one-input input[type="email"] {
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    height: 42px;
    text-indent: 10px;
    font-size: 14px; }
  .one-input textarea {
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    height: 131px;
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px; }
  .one-input .jq-checkbox + span {
    vertical-align: 5px;
    display: inline-block;
    font-size: 14px;
    color: #b8b8b8;
    line-height: 1.429;
    font-weight: normal;
    margin-left: 5px; }

label.last-check {
  float: left;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 1.286;
  text-align: left; }
  label.last-check .jq-checkbox {
    vertical-align: -2px;
    margin-right: 8px; }
  label.last-check span {
    overflow: hidden;
    display: inline-block;
    max-width: 170px;
    vertical-align: middle; }

.addtofav {
  float: right;
  margin-bottom: 10px; }
  .addtofav.is_active:before {
    content: "\2605"; }
  .addtofav:before {
    vertical-align: -2px;
    display: inline-block;
    content: "\2606";
    font-size: 21px;
    margin-right: 5px; }
  @media (max-width: 700px) {
    .addtofav {
      float: none; } }

.color-block .container {
  max-width: 1260px; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  border-radius: 3px;
  background-color: #f2f2f2;
  height: 42px;
  width: 100%; }

.jq-selectbox.opened .jq-selectbox__select {
  background: #2fe364; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox.opened .jq-selectbox__select-text {
  color: #fff; }

.jq-selectbox__select-text {
  display: block;
  width: 100% !important;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  padding-left: 22px;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  text-align: left; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 1px;
  right: 24px;
  bottom: 0;
  margin: auto;
  background: #000000;
  height: 12px;
  width: 2px; }

.jq-selectbox__trigger-arrow:after {
  background: #000000;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: 5px;
  width: 12px; }

.jq-selectbox.opened .jq-selectbox__trigger-arrow, .jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  background-color: #fff; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: 100%; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  text-align: left;
  font-size: 15px;
  padding: 5px 10px 6px;
  color: #000000; 
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  
}

.jq-selectbox li a {
  color: #000000; }

.jq-selectbox__dropdown .button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 13px;
  width: 199px;
  min-height: 42px;
  line-height: 36px;
  text-align: center; }

.jq-selectbox__dropdown .button a {
  font-size: 13px; }

.jq-selectbox__dropdown .button a:hover, .jq-selectbox__dropdown .button:hover a {
  color: #fff;
  text-decoration: none; }

.jq-selectbox__dropdown ul.with-btn {
  padding-bottom: 80px; }

.jq-selectbox__dropdown ul {
  /*max-height: none !important;
  max-height: 600px !important;*/
  padding: 36px 20px 50px 50px;
  /*-webkit-column-count: 2;
  column-count: 2;*/ }

.jq-selectbox li:hover, .jq-selectbox li.selected {
  color: #00d23a; }

.jq-selectbox li.disabled {
  display: none; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media (max-width: 500px) {
    .jq-file__name {
      font-size: 0 !important; } }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file input {
  cursor: pointer; }

.jq-file {
  height: 45px; }

.jq-file__name {
  font-size: 12px;
  color: #2fe364;
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
  padding-top: 12px;
  padding-left: 160px;
  font-weight: bold; }

.jq-file__browse {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  background-color: #f2f2f2;
  width: 145px;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }

.jq-file:hover .jq-file__browse {
  background-color: #2fe364;
  color: #fff; }

.jq-checkbox,
.jq-radio {
  border-width: 1px;
  border-color: #bdbcbc;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: 23px;
  height: 23px; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 6px;
  margin: 6px 0 0 5px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.lSSlideOuter {
  position: relative; }

.lSGallery_wrap {
  left: 0;
  right: 0;
  margin: 0 127px;
  overflow: hidden;
  position: absolute;
  bottom: 37px; }
  @media (max-width: 1200px) {
    .lSGallery_wrap {
      display: none; } }
  .lSGallery_wrap li {
    background: #fff; }
    .lSGallery_wrap li.active img {
      opacity: 1; }
  .lSGallery_wrap img {
    border: 6px solid #fff;
    opacity: 0.6; }

.lSAction > a {
  display: block;
  bottom: 80px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: url("/local/templates/new/css/../img/next_next-prev2.png") 0 0;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px; }
  @media (max-width: 1200px) {
    .lSAction > a {
      top: 0;
      bottom: 0;
      margin: auto; } }

.lSAction > a:hover {
  background-color: white;
  background-position: 0 100%; }

.lSAction > .lSNext:hover {
  background-color: white;
  background-position: 100% 100%; }

.lSAction > .lSPrev {
  left: 37px; }

.lSAction > .lSNext {
  background-position: 100% 0;
  right: 37px; }

.lSAction > a.disabled {
  pointer-events: none; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }


.header .menu a.is_active,
.header .menu li.is_active {
  text-decoration: underline;
}

.header {
  position: relative;
  width: 100%;
  padding: 70px 62px 0; }
  .header_onslider {
    position: absolute;
    z-index: 100; }
  .header .logo {
    width: 340px;
    position: relative;
    top: -35px; }
    @media (max-width: 800px) {
      .header .logo {
        top: -20px;
        width: 143px; } }
  .header .menu {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0; }
    .header .menu li {
      display: inline-block;
      position: relative; }
    .header .menu a, .header .menu span {
      margin: 0 12px;
      font-weight: 500;
      color: #fff; }
      .header .menu a:hover, .header .menu span:hover {
        color: rgba(255, 255, 255, 0.4);
        text-decoration: none; }
    .header .menu > li:hover ul {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      max-height: 500px;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      opacity: 1;
      pointer-events: auto; }
    .header .menu ul {
      opacity: 0;
      pointer-events: none;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      overflow: hidden;
      -webkit-transition: opacity 0.3s ease 0s, max-height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
      transition: opacity 0.3s ease 0s, max-height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
      transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, max-height 0.3s ease 0s;
      transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, max-height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
      position: absolute;
      margin: 0;
      padding: 0;
      text-align: left; }
      .header .menu ul a {
        white-space: nowrap;
        text-transform: none;
        display: block;
        margin: 11px 0 0 12px; }
  .header .lang-switch {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    position: relative;
    top: -27px;
    left: -20px; }
    .header .lang-switch a {
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase;
      font-size: 12px;
      margin-right: 0px;
      height: 35px;
      width: 35px;
      line-height: 37px;
      text-align: center;
      display: inline-block;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      border-radius: 50%; }
      .header .lang-switch a.active, .header .lang-switch a:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.12); }
  .header__right {
    float: right;
    position: relative;
    top: -28px;
    right: -21px; }
  .header__phone {
    font-size: 18px;
    font-weight: 600;
    margin-right: 72px;
    position: relative;
    display: inline-block;
    top: -15px;
    padding-left: 25px;
    background: url("/local/templates/new/css/../img/header__phone.svg") 0 2px no-repeat; }
  .header__search, .header__favorite {
    height: 41px;
    width: 41px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%; }
    .header__search.active, .header__search:hover, .header__favorite.active, .header__favorite:hover {
      color: #fff;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.12); }
  .header__search {
    display: inline-block;
    background: url("/local/templates/new/css/../img/header__search.svg") 50% 50% no-repeat; }
  .header__favorite {
    display: inline-block;
    background: url("/local/templates/new/css/../img/header__favorite.svg") 50% 50% no-repeat; }
  .header.header_white {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 23px;
    padding-top: 67px; }
    .header.header_white .lang-switch {
      margin-right: 51px; }
  .header.header-popup .lang-switch a, .header.header_white .lang-switch a {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4); }
    .header.header-popup .lang-switch a:hover, .header.header-popup .lang-switch a.active, .header.header_white .lang-switch a:hover, .header.header_white .lang-switch a.active {
      color: #000; }
  .header.header-popup .header__phone, .header.header_white .header__phone {
    background: url("/local/templates/new/css/../img/header__phone-green.svg") no-repeat left center;
    color: #000000; }
    .header.header-popup .header__phone a, .header.header_white .header__phone a {
      color: #000000; }
  .header.header-popup .header__search, .header.header_white .header__search {
    background: url("/local/templates/new/css/../img/header__search-black.svg") 50% 50% no-repeat; }
  .header.header-popup .header__favorite, .header.header_white .header__favorite {
    display: inline-block;
    background: url("/local/templates/new/css/../img/header__favorite-black.svg") 50% 50% no-repeat; }
  .header.header-popup .menu ul, .header.header_white .menu ul {
    background: #fff;
    padding: 10px 10px 10px 0; }
  .header.header-popup .menu a,
  .header.header-popup .menu span, .header.header_white .menu a,
  .header.header_white .menu span {
    color: #000000; }
    .header.header-popup .menu a:hover,
    .header.header-popup .menu span:hover, .header.header_white .menu a:hover,
    .header.header_white .menu span:hover {
      color: #2fe364;
      cursor: pointer; }
  .header.header_low {
    padding-bottom: 9px; }

.main-slider {
  margin-bottom: 28px; }
  .main-slider a {
    display: block;
    /* min-height: 370px; */
 }
    .main-slider a span {
      position: absolute;
      max-width: 540px;
      bottom: 65px;
      font-weight: 600;
      font-size: 22px; }
  .main-slider__bg {
    overflow: hidden; }
  .main-slider .slick-arrow {
    z-index: 50;
    background: url("/local/templates/new/css/../img/main-slider__arrow-left.svg") 50% 50% no-repeat;
    width: 118px;
    height: 100%;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-origin: content-box; }
    .main-slider .slick-arrow.slick-next {
      right: 0;
      background: url("/local/templates/new/css/../img/main-slider__arrow-right.svg") 50% 50% no-repeat; }
    .main-slider .slick-arrow:after {
      content: "";
      height: 59px;
      width: 59px;
      left: 0px;
      text-align: center;
      display: inline-block;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      border-radius: 50%; }
    .main-slider .slick-arrow:hover:after {
      color: #fff;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.12); }
  .main-slider .slick-dots {
    position: absolute;
    right: 199px;
    bottom: 56px;
    list-style: none;
    z-index: 51; }
    .main-slider .slick-dots li {
      display: inline-block;
      font-size: 0;
      border: 0;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.4);
      width: 8px;
      height: 8px;
      margin: 0 4px; }
      .main-slider .slick-dots li.slick-active {
        background-color: white; }
      .main-slider .slick-dots li button {
        display: none; }

.title {
  margin-top: 4px;
  font-size: 35px;
  letter-spacing: -0.8px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 24px; }
  .title_news {
    margin-right: 114px; }
  @media (max-width: 768px) {
    .title_news {
      margin-right: 0; } }

.title__moreplace {
  float: right; }

.title-moreplace__link {
  color: #2fe364;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0px;
  margin-top: 11px;
  display: block; }
  .title-moreplace__link:hover {
    text-decoration: none; }

@media (max-width: 991px) {
  .title__moreplace {
    float: none; }
  .title-moreplace__link {
    margin-top: 0px; } }

+
.main-text {
  font-size: 15px; }
  +
.main-text p {
    margin: 24px 0;
    letter-spacing: -0.1px;
    line-height: 19px; }

.button {
  display: inline-block;
  width: 199px;
  height: 42px;
  line-height: 46px;
  border-radius: 3px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none !important; }
  .button[type="submit"] {
    line-height: 43px; }
  .button_gray {
    color: #000 !important;
    background-color: #f2f2f2; }
    .button_gray:hover {
      text-decoration: none;
      background: #2fe364;}
  .button_green {
    color: #fff;
    background-color: #9e9e9e; }
    .button_green:hover {
      text-decoration: none;
      background: #f2f2f2;
      color: #000 !important; }

.project-list {
  margin-top: 20px; }
  .project-list .project-item {
    display: inline-block;
    color: #000;
    margin-bottom: 20px;
    width: 100%; }
    .project-list .project-item span {
      font-size: 17px;
      height: 58px;
      display: block;
      padding-top: 16px;
      letter-spacing: -0.2px;
      overflow-y: hidden; }
    .project-list .project-item__image {
      font-size: 0;
      line-height: 0;
      position: relative; }
      .project-list .project-item__image img {
        width: 100%; }
      .project-list .project-item__image .project-item__description {
        padding: 36px 0px 36px 28px;
        margin: 0;
        overflow-y: auto; }

.project-item__video {
    position: relative;
    padding-bottom: 62.8%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.project-item__video iframe {
  background: black;
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-item__video.big-video-h{
    padding-bottom: 71.6%;
}

.project-item__video-t .vjs-fluid{
    padding-top: 62.8%;
}

.project-item__video-t.big-video-t .vjs-fluid{
    padding-top: 71.6%;
}

.services-block .portfolio-box__video-embed{
  position: relative;
  padding-bottom: 63.3%;
  padding-top: 0;
  height: 0!important;
  overflow: hidden;
}

.services-block .portfolio-box__video-embed iframe{
  background: black;
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
}

.bb_blocs {
  display: flex;
}
.bb_block {
    cursor: pointer;
}
.bb_block .bb_header {
  position: relative;
  line-height: 0;
}
.bb_block .bb_header img {
  height: 100%;
}
.bb_block .bb_header:after {
  content: '';
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.8) url('/local/templates/main/img/plus.png') 50% 50% no-repeat;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: 48px;
}
.bb_block .bb_header:hover::after {
  opacity: 1;
}
.bb_block .bb_hidden {
    display: none;
}

.team-list__detail__video{
  position: relative;
  padding-bottom: 63.3%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.team-list__detail__video iframe{
  background: black;
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project_inner .video-embed, .project_inner .row-video-embed{
    position: relative;
    padding-bottom: 63.2%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.project_inner .row-video-embed{
	margin-bottom: 18px;
}

.project_inner .video-embed iframe, .project_inner .row-video-embed iframe{
    background: black;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}

.project_inner .raw-videos-item.video-hover .vjs-fluid{
    padding-top: 63.2%;
}

.project_inner .row-video-embed iframe{
    width: 100%;
}

.c-text-full-width{
  margin-top: 20px;
  margin-bottom: 20px;
}

    .project-list .project-item:hover .project-item__description {
      opacity: 1; }
      @media (max-width: 800px) {
        .project-list .project-item:hover .project-item__description {
          opacity: 0;
          overflow-y: hidden; } }
    .project-list .project-item-with-text:hover {
      /*color: #fff;*/
      text-decoration: none; }
      @media (max-width: 800px) {
        .project-list .project-item-with-text:hover {
          color: #000; } }
    .project-list .project-item-alt-hover {
      position: relative; }
      .project-list .project-item-alt-hover .project-item__image {
        position: initial; }
    .project-list .project-item__description {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 18px 0px 18px 18px;
      background: #3a3a3a;
      color: #fff;
      font-size: 15px;
      line-height: 20px;
      margin: 0 9px 15px 9px; }
      .project-list .project-item__description p {
        margin: 21px 0; }
    .project-list .project-item__head {
      font-size: 17px;
      margin-bottom: 18px; }

.addit-button {
  margin: 40px 0; }

.footer {
  position: relative;
  min-height: 295px;
  background: #000000;
  padding-top: 33px; }
  .footer .container {
    padding-left: 0; }
  .footer .footer__text {
    color: #4b4b4b; }
    .footer .footer__text .copyright {
      display: inline-block;
      font-weight: 500;
      font-size: 15px; }
    .footer .footer__text a {
      color: #4b4b4b;
      margin: 0 14px; }
      .footer .footer__text a:hover {
        color: #fff; }
  .footer .socs {
    margin: 2px;
    display: inline-block; }
  .footer__socs {
    /*float: right;*/ }


    .footer__socs.fsocs2{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      height: 100%;
    }
  
    @media (max-width: 800px) {
      .footer__socs.fsocs2 {
        justify-content: center;
      }
    }

    .footer__socs a {
      width: 18px;
      height: 18px;
      display: inline-block;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .footer__socs a:hover {
        opacity: 0.3; }
        .footer__socs a.zen {
          background: url("/local/templates/new/css/../img/socs/zen.svg");
          background: white url(/local/templates/main/css/../img/socs/zen.svg);
          background-size: 75% !important;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          border-radius: 2px;
        }
        .footer__socs a.telegram {
          background: url("/local/templates/new/css/../img/socs/zen.svg");
          background: white url(/local/templates/main/css/../img/socs/telegram.svg);
          background-size: 75% !important;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          border-radius: 2px;
        }
      .footer__socs a.fb {
        background: url("/local/templates/new/css/../img/socs/fb.svg"); }
      .footer__socs a.ins {
        background: url("/local/templates/new/css/../img/socs/instagram.svg"); }
      .footer__socs a.tw {
        background: url("/local/templates/new/css/../img/socs/twitter.svg"); }
      .footer__socs a.yt {
        background: url("/local/templates/new/css/../img/socs/youtube.svg"); }
      .footer__socs a.vk {
        background: url("/local/templates/new/css/../img/socs/vk.svg"); }
        .footer__socs a.pin {
          background: url("/local/templates/new/css/../img/socs/pin.svg"); }

        
  .fsocs2 a {
    width: 28px;
    height: 28px;
    background-size: cover !important;
  }
  .footer .footer__phone {
    max-width: 23%;
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .footer .footer__phone, .footer .footer__time {
    background: url("/local/templates/new/css/../img/header__phone.svg") 0 3px no-repeat;
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
    .footer .footer__phone a, .footer .footer__time a {
      display: block; }
      .footer .footer__phone a:nth-child(2), .footer .footer__time a:nth-child(2) {
        padding-top: 3px;
        color: #00d23a;
        font-size: 15px;
        font-weight: normal; }
  .footer .footer__time {
    max-width: 27%;
    background: url("/local/templates/new/css/../img/footer__time.svg") 0 3px no-repeat; }
  .footer .footer__address {
    line-height: 24px;
    background: url("/local/templates/new/css/../img/footer_address.svg") 0 3px no-repeat;
    padding-left: 25px;
    font-size: 15px;
    color: #ffffff; }
  .footer__middle {
    position: relative;
    align-items: center; 
    padding-top: 50px;
    padding-bottom: 50px; }
    .footer__middle:before, .footer__middle:after {
      content: ' ';
      display: block;
      position: absolute;
      left: -70vw;
    width: 200vw;
      height: 1px;
      background-color: #252525; }
    .footer__middle:before {
      top: 20px; }
    .footer__middle:after {
      bottom: 20px; }


      .footer__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 1em;
      }

  .footer__menu a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 0; }
    .footer__menu a:hover {
      color: #4b4b4b;
      text-decoration: none; }
  .footer .subscribe-form {
    position: relative;
    /*top: -4px;*/
    margin-left: 5px;
    border-width: 1px;
    border-color: #5d5d5d;
    border-style: solid;
    border-radius: 3px;
    height: 40px; }
    .footer .subscribe-form input[type="submit"] {
      float: right;
      color: #ffffff;
      font-size: 12px;
      font-weight: 500;
      width: 150px;
      height: 38px;
      text-transform: uppercase;
      background: transparent;
      border: 0;
      border-left: 2px solid #5d5d5d;
      -webkit-transition: background 0.3s, border-color 0.3s;
      transition: background 0.3s, border-color 0.3s; }
      .footer .subscribe-form input[type="submit"]:hover {
        background: #2fe364; }
    .footer .subscribe-form input[type="text"], .footer .subscribe-form input[type="email"] {
      color: #ffffff;
      font-size: 12px;
      font-weight: 500;
      height: 40px;
      padding-left: 20px;
      background: transparent;
      border: 0;
      width: 50%;
      border-radius: 0; }
      .footer .subscribe-form input[type="text"]::-webkit-input-placeholder, .footer .subscribe-form input[type="email"]::-webkit-input-placeholder {
        color: #ffffff;
        font-size: 12px;
        opacity: 1; }
      .footer .subscribe-form input[type="text"]:-moz-placeholder, .footer .subscribe-form input[type="email"]:-moz-placeholder {
        color: #ffffff;
        font-size: 12px;
        opacity: 1; }
      .footer .subscribe-form input[type="text"]::-moz-placeholder, .footer .subscribe-form input[type="email"]::-moz-placeholder {
        color: #ffffff;
        font-size: 12px;
        opacity: 1; }
      .footer .subscribe-form input[type="text"]:-ms-input-placeholder, .footer .subscribe-form input[type="email"]:-ms-input-placeholder {
        color: #ffffff;
        font-size: 12px;
        opacity: 1; }

.go-up {
  cursor: pointer;
  background: white url("/local/templates/new/css/../img/go-up.png") 50% 18px no-repeat;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  border: 2px solid #2fe364;
  position: fixed;
  right: 104px;
  bottom: -70px;
  -webkit-transition: background 0.3s, bottom 0.7s;
  transition: background 0.3s, bottom 0.7s; }
  .go-up.show {
    bottom: 90px; }
  .go-up:hover {
    background-color: #2fe364;
    background-position: 50% -61px; }

.breadcrumb {
  font-size: 15px;
  color: #b8b8b8; }
  .breadcrumb a {
    color: #b8b8b8;
    display: inline-block;
    margin: 0 3px; }
    .breadcrumb a:hover {
      color: #2fe364; }

.main-content {
  margin: 35px 0 0;
  margin-bottom: 1em;
  min-height: 800px; }

.main-content a{
	color: black;
}

.about-list {
  margin-top: 35px; }
  .about-list__item {
    display: block;
    position: relative;
    margin-bottom: 15px; }
    .about-list__item span {
      font-size: 34px;
      font-weight: bold;
      color: white;
      position: absolute;
      left: 40px;
      bottom: 35px; }
    @media (max-width: 800px) {
      .about-list__item span {
        font-size: 24px;
        left: 25px;
        bottom: 20px; } }
    @media (max-width: 500px) {
      .about-list__item span {
        font-size: 18px;
        left: 15px;
        bottom: 15px; } }

.about-inner .wide-image {
  padding-top: 6px;
  margin-bottom: 30px; }

.two-column-text {
  padding-top: 4px;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  -webkit-column-count: 2;
  column-count: 2; }
  @media (max-width: 900px) {
    .two-column-text {
      -webkit-column-count: 1;
      column-count: 1; } }
  .two-column-text p:first-child {
    margin-top: 0; }
  .two-column-text p {
    margin: 20px 0; }

.about-quote {
  margin-top: 33px;
  font-size: 15px;
  max-width: 720px;
  line-height: 20px; }
  .about-quote b {
    font-size: 16px;
    color: #2fe364; }

.team-list {
  margin-top: 35px;
  margin-bottom: 422px; }
  .team-list > [class*="col-"] {
    position: static; }
  .team-list__item {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    margin-bottom: 20px;
    height: 24vw;
    border: 1px solid #e9e9e9;
    min-height: 200px;
    max-height: 460px;
    cursor: pointer; }
  .team-list__desc {
    position: absolute;
    left: 40px;
    bottom: 32px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    width: 70%; }
      .team-list__desc {
        text-shadow: #fff 0px 0px 8px; } 
    .team-list__desc span {
      font-weight: bold;
      font-size: 20px;
      display: block;
      margin-bottom: 10px; }
  .team-list__detail {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #fff;
    z-index: 70;
    position: absolute;
    width: 100%;
    left: 10px; }
    .team-list__detail.open {
      opacity: 1;
      visibility: visible; }
    .team-list__detail__text {
      background: #fff;
      max-width: 615px;
      font-size: 15px;
      line-height: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 1200px) {
        .team-list__detail__text {
          padding-top: 20px;
          padding-bottom: 20px;
          max-width: none;
          position: static;
          -webkit-transform: none;
          transform: none; } }
      .team-list__detail__text b {
        font-size: 30px;
        display: block;
        margin-bottom: 15px;
        line-height: normal; }
      .team-list__detail__text span {
        font-size: 15px;
        color: #2fe364;
        font-weight: normal;
        display: block;
        max-width: 440px; }
      .team-list__detail__text a {
        color: #2fe364; }

.portfolio-filter, .tabs {
  margin-top: 35px;
  text-align: justify;
  min-height: 42px; }
  .portfolio-filter.tabs, .tabs.tabs {
    text-align: left; }
    .portfolio-filter.tabs a, .tabs.tabs a {
      text-decoration: none;
      margin-right: 13px;
      color: #000; }
      @media (max-width: 800px) {
        .portfolio-filter.tabs a, .tabs.tabs a {
          margin-right: 2px; } }
      .portfolio-filter.tabs a:hover, .tabs.tabs a:hover {
        text-decoration: underline; }
    .portfolio-filter.tabs:after, .tabs.tabs:after {
      display: none; }
  .portfolio-filter:after, .tabs:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .portfolio-filter a, .tabs a {
    border-radius: 3px;
    background-color: #f2f2f2;
    width: 24%;
    height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 42px;
    color: black;
    text-transform: uppercase; }
    @media (max-width: 800px) {
      .portfolio-filter a, .tabs a {
        width: 48%;
        margin-bottom: 15px; } }
    @media (max-width: 500px) {
      .portfolio-filter a, .tabs a {
        font-size: 10px; } }
    .portfolio-filter a.is_active, .tabs a.is_active {
      background: #9e9e9e;
      color: #fff; }
  .portfolio-filter select, .tabs select {
    width: 49%; }
  .portfolio-filter .jq-selectbox, .tabs .jq-selectbox {
    width: 49%; }
    .portfolio-filter .jq-selectbox.opened .jq-selectbox__select, .tabs .jq-selectbox.opened .jq-selectbox__select {
      background: #9e9e9e; }
    .portfolio-filter .jq-selectbox:nth-child(odd), .tabs .jq-selectbox:nth-child(odd) {
      float: right; }
  .portfolio-filter .select-client .jq-selectbox__dropdown, .tabs .select-client .jq-selectbox__dropdown,
  .portfolio-filter .select-area .jq-selectbox__dropdown, .tabs .select-area .jq-selectbox__dropdown,
  .portfolio-filter .select-service .jq-selectbox__dropdown, .tabs .select-service .jq-selectbox__dropdown {
    /*max-height: 600px;
    min-height: 600px;
    height: 600px;*/
    overflow: auto; }
    .portfolio-filter .select-client .jq-selectbox__dropdown ul, .tabs .select-client .jq-selectbox__dropdown ul {
      /*-webkit-column-count: 2;
      column-count: 2;*/ }
  @media (max-width: 800px) {
    .portfolio-filter .jq-selectbox, .tabs .jq-selectbox {
      width: 100%;
      margin-bottom: 25px; }
    .portfolio-filter .jq-selectbox__dropdown ul, .tabs .jq-selectbox__dropdown ul {
      padding: 16px 10px 20px 10px;
      /*-webkit-column-count: 1;
      column-count: 1; */} }
  @media (max-width: 700px) {
    .portfolio-filter, .tabs {
      min-height: auto; } }
  .portfolio-filter.three-block .jq-selectbox, .tabs.three-block .jq-selectbox {
    width: 33%;
    float: none; }
    .portfolio-filter.three-block .jq-selectbox:nth-child(odd), .tabs.three-block .jq-selectbox:nth-child(odd) {
      margin: 0 2px; }
    @media (max-width: 1285px) {
      .portfolio-filter.three-block .jq-selectbox:nth-child(odd), .tabs.three-block .jq-selectbox:nth-child(odd) {
        margin: 0; } }
  @media (max-width: 885px) {
    .portfolio-filter.three-block .jq-selectbox, .tabs.three-block .jq-selectbox {
      width: 100%;
      margin-bottom: 25px; }
      .portfolio-filter.three-block .jq-selectbox:nth-child(odd), .tabs.three-block .jq-selectbox:nth-child(odd) {
        margin-bottom: 25px; }
    .portfolio-filter.three-block .jq-selectbox__dropdown ul, .tabs.three-block .jq-selectbox__dropdown ul {
      padding: 16px 10px 20px 10px;
      /*-webkit-column-count: 1;
      column-count: 1;*/ } }


.nprice .price-btn {
  line-height: 42px;
}

.header .menu > li:hover ul {
  z-index: 999;
}
.header .menu > li:hover ul li {
  display: block;
}

.portfolio-sort {
  margin-top: -40px;
  /*margin-bottom: 21px;*/
  float: right; }
  .portfolio-sort a {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    color: #010101; }
    .portfolio-sort a.is_active {
      color: #2fe364; }
  @media (max-width: 700px) {
    .portfolio-sort {
      float: none;
      margin-top: 25px; }
      .portfolio-sort a {
        margin-left: 0;
        margin-right: 25px;
        margin-bottom: 12px; } }

.twopic {
  position: relative;
}
.twopic__img {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-list__item:hover .twopic__img {
  opacity: 1;
}

.portfolio-list__item {
  margin-bottom: 17px;
  text-decoration: none !important; }
  .portfolio-list__item img {
    width: 100%; }
  .portfolio-list__item span {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    color: black;
    line-height: 1.1;
    text-align: left; }
    @media (max-width: 1200px) {
      .portfolio-list__item span {
        font-size: 19px; } }
  .portfolio-list__item .animated {
    max-height: 308px; }
    @media (min-width: 1999px) {
      .portfolio-list__item .animated {
        max-height: 360px; } }
    @media (max-width: 1500px) {
      .portfolio-list__item .animated {
        max-height: 300px; } }
    @media (max-width: 1440px) {
      .portfolio-list__item .animated {
        max-height: 287px; } }
    @media (max-width: 1366px) {
      .portfolio-list__item .animated {
        max-height: 271px; } }
    @media (max-width: 1099px) {
      .portfolio-list__item .animated {
        max-height: 285px; } }
    @media (max-width: 1024px) {
      .portfolio-list__item .animated {
        max-height: 285px; } }
    @media (max-width: 823px) {
      .portfolio-list__item .animated {
        max-height: 242px; } }
    @media (max-width: 812px) {
      .portfolio-list__item .animated {
        max-height: 238px; } }
    @media (max-width: 768px) {
      .portfolio-list__item .animated {
        max-height: 224px; } }
    @media (max-width: 736px) {
      .portfolio-list__item .animated {
        max-height: 214px; } }
    @media (max-width: 667px) {
      .portfolio-list__item .animated {
        max-height: 192px; } }
    @media (max-width: 640px) {
      .portfolio-list__item .animated {
        max-height: 184px; } }
    @media (max-width: 575px) {
      .portfolio-list__item .animated {
        max-height: none; } }
  .portfolio-list__item:hover .portfolio-list__description {
    opacity: 1; }

.middle-text .portfolio-list__description {
  overflow: hidden; }

.middle-text .portfolio-list__description div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.portfolio-list__description {
  overflow-y: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 8px 0px 18px 18px;
  background: #3a3a3a;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 0 9px 0 9px; }
  .portfolio-list__description p {
    margin: 21px 0; }
.services-list__item {
  margin-bottom: 17px;
  text-decoration: none !important; }
  .services-list__item img {
    display: block;
    width: 100%; }
  .services-list__item span {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    color: black;
    line-height: 1.1;
    text-align: left; }
    @media (max-width: 1200px) {
      .services-list__item span {
        font-size: 19px; } }
  .services-list__item:hover .services-list__description {
    opacity: 1; }

.services-list__image {
  position: relative; }

.middle-text .services-list__description {
  overflow: hidden; }

.middle-text .services-list__description div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.services-list__description {
  overflow-y: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2fe364;
  color: #fff;
  font-size: 15px;
  line-height: 20px; }
  .services-list__description p {
    margin: 21px 0; }

.search-box {
  border-width: 1px;
  border-color: gainsboro;
  border-style: solid;
  width: 100%;
  height: 55px;
  margin-bottom: 23px; }
  .search-box input[type="text"] {
    padding-left: 28px;
    background: transparent;
    border: 0;
    width: 70%;
    height: 55px;
    font-size: 15px;
    color: #464646;
    line-height: 1.333;
    text-align: left; }
  .search-box input[type="submit"] {
    font-size: 0;
    float: right;
    border: 0;
    background: url(/local/templates/new/css/../img/header__search-black.svg) 50% 50% no-repeat;
    height: 55px;
    width: 41px;
    margin-right: 25px; }

.vacancies-list {
  margin-top: 35px; }
  .vacancies-list__item {
    border-width: 1px;
    border-color: #e9e9e9;
    border-style: solid;
    padding: 80px 76px 15px;
    min-height: 461px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .vacancies-list__item {
        padding: 20px 25px 15px; } }
  .vacancies-list .vacancies-list__name {
    font-size: 30px;
    color: black;
    line-height: 1.233;
    text-align: left;
    margin-right: 40px; }
  .vacancies-list .vacancies-list__salary {
    font-size: 15px;
    color: #2fe364;
    line-height: 1.333;
    text-align: left;
    margin: 7px 0 6px; }
  .vacancies-list .vacancies-list__text {
    font-size: 15px;
    color: black;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 0 15px; }

.vacancies-inner p:first-child {
  margin-top: 0; }

.resume-form {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  background-color: white;
  min-height: 451px;
  padding: 45px 100px;
  margin-top: 10px; }
  @media (max-width: 1300px) {
    .resume-form {
      padding: 25px 30px; } }
  .resume-form__title {
    font-size: 34px;
    color: black;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px; }
  .resume-form__pre {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px; }
    .resume-form__pre span {
      display: block;
      color: #2fe364;
      margin-bottom: 5px; }
  @media (max-width: 500px) {
    .resume-form__end label {
      width: 100%; } }
  .resume-form__end input[type="submit"] {
    float: right;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.667;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: 0;
    text-align: center;
    font-weight: bold;
    width: 199px;
    height: 42px; }
    .resume-form__end input[type="submit"]:hover {
      color: white;
      background-color: #2fe364; }
    @media (max-width: 520px) {
      .resume-form__end input[type="submit"] {
        float: none;
        margin-top: 20px; } }

.news-list {
  margin-top: 34px;
  line-height: 20px; }
  @media (max-width: 1200px) {
    .news-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .news-list__item {
    margin-bottom: 15px; }
    @media (max-width: 1200px) {
      .news-list__item {
        margin-bottom: 35px; } }
  .news-list__date {
    font-size: 15px;
    color: #b8b8b8;
    line-height: 1.667;
    text-align: left;
    margin-top: -5px; }
    @media (max-width: 1200px) {
      .news-list__date {
        margin-top: 8px; } }
  .news-list__title {
    font-size: 17px;
    color: #2fe364;
    line-height: 1.294;
    text-align: left;
    font-weight: bold;
    margin: 12px 15px 15px 0;
    display: block; }
  .news-list__text {
    font-size: 15px;
    color: black;
    text-align: left; }
  .news-list__filter {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 18px; }
    @media (max-width: 1200px) {
      .news-list__filter {
        margin-bottom: 30px; } }
	@media (max-width: 1200px) { 
		.news-list__filter .news-list__tags{
			max-height: 122px;
			overflow: hidden;
		}
	}
    .news-list__filter .jq-selectbox {
      margin-bottom: 20px; }
    .news-list__filter span {
      font-weight: bold;
      font-size: 12px;
      color: #b8b8b8;
      text-transform: uppercase;
      line-height: 1.667;
      text-align: left;
      display: block;
      margin-top: -5px;
      margin-bottom: 10px; }
    .news-list__filter a {
      font-size: 15px;
      color: #b8b8b8;
      text-align: left;
      line-height: 20px; }
      .news-list__filter a:after {
        content: ","; }
      .news-list__filter a:last-child:after {
        content: ""; }
      .news-list__filter a:hover {
        color: #2fe364;
        text-decoration: none; }
  .news-list__similar a {
    display: block;
    margin-bottom: 15px; }
.news-list__similar-item{
  position: relative;
}

.news-list__similar-description{
    overflow-y: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 8px 0px 18px 18px;
    background: #3a3a3a;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.news-list__similar-item:hover .news-list__similar-description{
  opacity: 1;
}

.news-list__similar-name{
    display: block;
    margin-top: 8px;
    font-size: 20px;
    color: black;
    line-height: 1.1;
    text-align: left;
}

  .news-list__prev-next {
    position: absolute;
    right: 0;
    top: -65px; }
    @media (max-width: 768px) {
      .news-list__prev-next {
        position: static;
        margin-bottom: 35px; } }
    .news-list__prev-next a {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #f4f4f4 url("/local/templates/new/css/../img/next_next-prev.png");
      margin-right: 10px;
      text-decoration: none; }
      .news-list__prev-next a:hover {
        background-color: #2fe364;
        background-position: 0 100%; }
      .news-list__prev-next a.news-list__next {
        background-position: 100% 0; }
        .news-list__prev-next a.news-list__next:hover {
          background-position: 100% 100%; }

.cont-form .one-input .jq-checkbox + span {
  width: 235px;
  vertical-align: middle; }

.faq-form {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  background-color: white;
  width: 100%;
  min-height: 618px;
  padding: 42px 68px; }
  .faq-form_padding {
    padding: 52px 127px 0; }
    .faq-form_padding input[type="submit"] {
      margin-right: 0 !important; }
    .faq-form_padding .one-input .jq-checkbox + span {
      width: 255px;
      vertical-align: middle; }
  @media (max-width: 768px) {
    .faq-form {
      padding: 22px 22px; } }
  .faq-form__headline {
    font-size: 34px;
    color: black;
    line-height: 1;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px; }
  .faq-form .one-input {
    margin-bottom: 35px; }
    @media (max-width: 1200px) {
      .faq-form .one-input {
        margin-bottom: 5px;
        margin-top: 17px; } }
    @media (max-width: 768px) {
      .faq-form .one-input .jq-checkbox + span {
        width: 200px;
        vertical-align: middle; } }
  .faq-form input[type="submit"] {
    float: right;
    margin-top: -22px;
    margin-right: 15px; }
    @media (max-width: 1200px) {
      .faq-form input[type="submit"] {
        float: none;
        margin-top: 0px; } }

.text__phone, .text__time, .text__mail, .text__address {
  background: url("/local/templates/new/css/../img/header__phone-black.svg") 5px 3px no-repeat;
  padding-left: 25px;
  color: #000000;
  font-size: 18px;
  font-weight: bold; }
  .text__phone a, .text__time a, .text__mail a, .text__address a {
    display: block;
    color: #000000; }
    .text__phone a:nth-child(2), .text__time a:nth-child(2), .text__mail a:nth-child(2), .text__address a:nth-child(2) {
      padding-top: 3px;
      color: #2fe364;
      font-size: 15px;
      font-weight: normal; }
  @media (max-width: 768px) {
    .text__phone, .text__time, .text__mail, .text__address {
      margin-bottom: 15px;
      margin-left: 10px; } }

.text__time {
  background: url("/local/templates/new/css/../img/text__time.svg") 0 3px no-repeat; }

.text__mail {
  background: url("/local/templates/new/css/../img/text__mail.svg") 0 3px no-repeat; }

.text__address {
  line-height: 24px;
  background: url("/local/templates/new/css/../img/text_address.svg") 0 3px no-repeat;
  padding-left: 25px;
  font-size: 15px;
  color: #000000;
  font-weight: normal; }

	.text-socs {	
    text-align: center;	
    display: flex;	
      align-items: center;	
      height: 100%;	
   }
  @media (max-width: 1200px) {
    .text-socs {
      margin-left: 0;
      margin-bottom: 25px; } }
  .text-socs a {
    margin: 0 4px;
    display: inline-block; }
    .text-socs a img {
      width: 28px;
      height: 28px;
    }
    .text-socs a:hover {
      opacity: 0.6; }
  @media (max-width: 768px) {
    .text-socs {
      margin-left: 0px;
      margin-bottom: 25px; } }

.contacts_page {
  margin-top: 30px; }
  .contacts_page .maps_block {
    margin-top: 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    font-size: 0; }
  .contacts_page .form_block {
    margin-bottom: 40px;
    padding: 60px;
    border: 1px solid #e9e9e9; }

.project_inner a {
  text-decoration: underline;
  color: #00d23a; }
  .project_inner .black-block a {
    text-decoration: underline;
    color: white; }
  .project_inner a:hover {
    text-decoration: none; }

.project_inner__date {
  color: #2fe364; }

.project_inner__desc {
  font-size: 15px;
  margin-top: 15px; }
  .project_inner__desc_padding [class*="col-"] {
    margin-top: 35px; }
  @media (max-width: 800px) {
    .project_inner__desc [class*="col-"] {
      margin-bottom: 15px; } }
  .project_inner__desc a, .project_inner__desc span {
    display: block;
    margin-bottom: 5px; }

.learn-more {
  font-size: 30px; }
  @media (max-width: 768px) {
    .learn-more {
      font-size: 18px; } }

.project-date span {
  color: #2fe364; }

.specproject1__head {
  font-size: 30px;
  color: black;
  line-height: 1.30;
  font-weight: bold;
  margin: 60px 0; }
  @media (max-width: 800px) {
    .specproject1__head {
      font-size: 18px; } }

.specproject1__headline {
  max-width: 72%;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 25px; }

.specproject1__text {
  margin: 75px 0;
  font-size: 15px;
  color: black;
  line-height: 1.333;
  text-align: left; }

.specproject1 .color-block {
  color: #000; }
  .specproject1 .color-block.green {
    background-color: #5cc65c;
    color: white; }
  .specproject1 .color-block .row {
    height: 24vw;
    min-height: 453px; }
    @media (max-width: 1200px) {
      .specproject1 .color-block .row {
        height: auto; }
        .specproject1 .color-block .row [class*="col-"] {
          margin-top: 25px;
          margin-bottom: 25px; } }
  .specproject1 .color-block__headline {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    text-align: left; }
    @media (max-width: 800px) {
      .specproject1 .color-block__headline {
        font-size: 28px; } }
  .specproject1 .color-block__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.433;
    max-width: 322px; }

.specproject1 a {
  color: #000;
  text-decoration: none !important; }

.specproject1__img {
  width: 100%; }

.specproject3__img {
  background-size: cover !important; }

.specproject2 .happiness-block {
  margin-bottom: 20px;
  background-size: cover;
  text-align: center; }
  .specproject2 .happiness-block__text {
    font-size: 26px;
    color: black;
    line-height: 1.154;
    text-align: center;
    max-width: 802px;
    margin: 45px auto; }
    @media (max-width: 800px) {
      .specproject2 .happiness-block__text {
        font-size: 21px; } }

.specproject2__head {
  font-size: 30px;
  color: black;
  line-height: 1.30;
  font-weight: bold;
  margin: 60px 0; }
  @media (max-width: 800px) {
    .specproject2__head {
      font-size: 18px; } }

.specproject2__text {
  margin: 65px 0;
  font-size: 15px;
  color: black;
  line-height: 1.433;
  text-align: left; }

.specproject2 .music-block {
  background: url("/local/templates/new/css/../img/frommaket/spec2/music.png") 30% 50% #bbef9a no-repeat;
  color: #000; }
  .specproject2 .music-block .row {
    min-height: 325px; }
  .specproject2 .music-block__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.433;
    max-width: 322px; }

.specproject2 .music-block2 {
  background: url("/local/templates/new/css/../img/frommaket/spec2/music2.png") 25% 50% #5cc65c no-repeat;
  color: #fff;
  margin-bottom: 20px; }
  .specproject2 .music-block2 .row {
    min-height: 325px; }
  .specproject2 .music-block2__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.433;
    max-width: 322px; }

.specproject2 .music-block3 {
  margin-top: 55px;
  margin-bottom: 20px;
  background: url("/local/templates/new/css/../img/frommaket/spec2/music3.png") 23% 50% #bbef9a no-repeat;
  color: #000; }
  .specproject2 .music-block3 .row {
    min-height: 325px; }
  .specproject2 .music-block3__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.433;
    max-width: 322px; }

.specproject2 .person {
  text-align: center;
  max-width: 350px;
  margin: auto;
  margin-bottom: 35px; }
  .specproject2 .person__photo {
    height: 245px; }
  .specproject2 .person__icon {
    height: 86px; }
  .specproject2 .person__name {
    font-size: 24px;
    color: black;
    line-height: 1.417;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold; }
  .specproject2 .person__text {
    font-size: 15px;
    color: #2fe364;
    line-height: 1.333; }

.specproject2 .way-block {
  padding: 90px 0;
  font-size: 15px; }

.specproject3__head {
  font-size: 30px;
  color: black;
  line-height: 1.30;
  font-weight: bold;
  margin: 60px 0; }
  @media (max-width: 800px) {
    .specproject3__head {
      font-size: 18px; } }

.specproject3__list {
  padding-top: 40px; }

.specproject3__item {
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .specproject3__item {
      margin-bottom: 50px; }
      .specproject3__item img {
        margin-bottom: 15px; } }
  .specproject3__item__title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    max-width: 400px;
    color: #2fe364 !important;
    line-height: 1.294;
    text-align: left;
    margin-bottom: 15px; }
  .specproject3__item__text {
    font-size: 15px;
    color: black;
    line-height: 1.333;
    text-align: left; }

.map-columns a {
  color: #000; }

@media (max-width: 1500px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 1400px) {
  .header__right {
    top: -28px !important;
  }
  .header__phone {
    margin-right: 0 !important;
  }
  .header.header_white {
    position: relative;
  }
  
  .header.header_white .lang-switch {
    position: absolute !important;
    left: 56px !important;
    top: 96px !important;

  }
  .header .logo {
    max-width: 260px !important;
    top: -32px !important;
  }
}

.nheader__email {
    display: none;
    background: url(/local/templates/new/css/../img/text__mail-green.svg) no-repeat left center;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.6em;
}
.nheader__email a {
    color: black;
}
@media (max-width: 1250px) {
  .nheader__email {
    display: block;
    
  }
  .header.header-popup .header__phone {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-popup__full .header__right {
    float: none;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-popup__full .header-popup__full__bottom {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1250px) {

  body .header.header-popup .lang-switch {
    top: auto !important;
    bottom: 0;
    left: 15px !important;
  }

  .header__right {
    position: static; }
    .header__right .header__phone {
      display: none; }
    .header__right .header__favorite {
      position: absolute;
      right: 52px;
      top: 18px; }
    .header__right .header__search {
      position: absolute;
      right: 88px;
      top: 18px; }
  .menu-button {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 18px;
    margin: auto 0;
    display: block;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .menu-button.is-active {
      top: 15px; }
  .menu-button.is-active .menu-button__hamburger {
    -webkit-transform: translateZ(0) rotateY(180deg);
    transform: translateZ(0) rotateY(180deg); }
  .menu-button.is-active .menu-button__hamburger .menu-button__inner,
  .menu-button.is-active .menu-button__hamburger:after,
  .menu-button.is-active .menu-button__hamburger:before {
    background: #ffffff; }
  .menu-button.is-active .menu-button__hamburger:before {
    -webkit-transform: translate3d(-2px, 0.5px, 0) rotate(-45deg);
    transform: translate3d(-2px, 0.5px, 0) rotate(-45deg); }
  .menu-button.is-active .menu-button__hamburger .menu-button__inner {
    -webkit-transform: translateZ(0) rotateY(-90deg);
    transform: translateZ(0) rotateY(-90deg);
    -webkit-transition: background-color .75s ease-in-out, -webkit-transform 375ms;
    transition: background-color .75s ease-in-out, -webkit-transform 375ms;
    transition: transform 375ms, background-color .75s ease-in-out;
    transition: transform 375ms, background-color .75s ease-in-out, -webkit-transform 375ms; }
  .menu-button.is-active .menu-button__hamburger:after {
    -webkit-transform: translate3d(-2px, 4px, 0) rotate(45deg);
    transform: translate3d(-2px, 4px, 0) rotate(45deg); }
  .menu-button.is-active::active .menu-button__hamburger {
    -webkit-transform: translateZ(0) scale(0.95) rotateY(-180deg);
    transform: translateZ(0) scale(0.95) rotateY(-180deg); }
  .menu-button::active .menu-button__hamburger {
    -webkit-transition: -webkit-transform 50ms;
    transition: -webkit-transform 50ms;
    transition: transform 50ms;
    transition: transform 50ms, -webkit-transform 50ms;
    -webkit-transform: translateZ(0) scale(0.95);
    transform: translateZ(0) scale(0.95); }
  .menu-button__hamburger {
    position: relative;
    width: 16px;
    height: 11px;
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out; }
  .menu-button__hamburger .menu-button__inner,
  .menu-button__hamburger:after,
  .menu-button__hamburger:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ffffff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out; }
  .menu-button__hamburger:before {
    top: 0px; }
  .menu-button__hamburger .menu-button__inner {
    top: 5px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .menu-button__hamburger:after {
    top: 10px; }
  .header-popup .menu-button__hamburger .menu-button__inner,
  .header-popup .menu-button__hamburger:after,
  .header-popup .menu-button__hamburger:before,
  .header_white .menu-button__hamburger .menu-button__inner,
  .header_white .menu-button__hamburger:after,
  .header_white .menu-button__hamburger:before {
    background: #000; }
  .header-popup .menu-button.is-active .menu-button__hamburger .menu-button__inner,
  .header-popup .menu-button.is-active .menu-button__hamburger:after,
  .header-popup .menu-button.is-active .menu-button__hamburger:before,
  .header_white .menu-button.is-active .menu-button__hamburger .menu-button__inner,
  .header_white .menu-button.is-active .menu-button__hamburger:after,
  .header_white .menu-button.is-active .menu-button__hamburger:before {
    background: #000; }
  .header-popup .logo,
  .header_white .logo {
    top: -17px;
    /*left: -30px;*/ }
  .header {
    padding: 45px 28px 0 !important; }
    .header > .lang-switch,
    .header > .menu {
      display: none; }

  .go-up {
    display: none; }
}

@media (max-width: 1400px) {
  .title {
    font-size: 24px;
    line-height: 30px; }
  /*.container{
    padding: 0;
  }
  .container  .col,
  .container  [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }*/
  .main-slider {
    margin-bottom: 35px; }
    .main-slider a {
      position: relative; }
      .main-slider a span {
        font-size: 16px;
        max-width: 60%;
        bottom: 25px; }
    .main-slider .slick-arrow {
      width: 70px; }
    .main-slider .slick-dots {
      position: absolute;
      right: 30px;
      bottom: 18px;
      list-style: none;
      z-index: 51; }
    .main-slider__bg img {
      min-width: 1160px;
      position: relative;
      left: 55%;
      -webkit-transform: translateX(-55%) translateY(0%);
      transform: translateX(-55%) translateY(0%); }
  
  
  .footer__menu {
    text-align: center;
    margin-bottom: 20px; }
  .footer .subscribe-form {
    top: 0; }
  .footer__middle {
    margin-top: 38px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding-top: 38px;
    padding-bottom: 88px; }
    .footer__middle:before, .footer__middle:after {
      display: none; }
  .footer .footer__text {
    text-align: center;
    /*margin-top: 28px; */}
    .footer .footer__text a {
      margin: 0 6px; }
  .footer__socs {
    float: none;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0px; }
  .footer .footer__phone {
    margin-left: 0;
    background: url(/local/templates/new/css/../img/header__phone.svg) 8px 3px no-repeat;
    padding-left: 28px; }
  .footer__address {
    font-size: 14px; }
  .main-text {
    margin-bottom: 40px; } }

@media (max-width: 768px) {
  .header {
    padding: 45px 15px 0 !important; }
  .footer .container {
    padding-left: 10px; }
  .footer .footer__phone {
    margin-left: 0;
    background: url(/local/templates/new/css/../img/header__phone.svg) 2px 3px no-repeat; }
  .footer .footer__phone,
  .footer .footer__time,
  .footer .footer__address {
    margin-bottom: 15px;
    margin-left: 10px; }
  .footer .footer__time {
    max-width: none; }
  .main-slider {
    margin-bottom: 35px; }
    .main-slider a {
      position: relative; }
      .main-slider a span {
        font-size: 13px;
        max-width: 60%;
        bottom: 5px; }
    .main-slider__bg img {
      min-width: 700px;
      position: relative;
      left: 55%;
      -webkit-transform: translateX(-55%) translateY(0%);
      transform: translateX(-55%) translateY(0%);
      /*4%*/ } }


      @media (max-width: 768px) {
        .footer__time,
        .text__mail {
          margin-bottom: 0 !important;
          margin-left: 0 !important;
        }
        .footer__time +a,
        .text__mail +a {
          margin-bottom: 1em;
        }
      }

@media (max-width: 660px) {
  .footer .row {
    display: block; }
  .footer .footer__phone,
  .footer .footer__time {
    max-width: initial; }
  .footer__menu {
    text-align: left;
    -webkit-columns: 2;
    columns: 2; }
    .footer__menu a {
      display: block;
      margin-right: 0px;
      margin-bottom: 26px; } }

@media (max-width: 500px) {
  .main-slider a span {
    font-size: 13px;
    max-width: 80%;
    bottom: -50px; }
  .main-slider__bg {
    height: 100%;
   /* min-height: 370px; */
}

    .main-slider__bg img {
      min-width: 600px;
      position: relative;
      left: 55%;
      top: 185px;
      -webkit-transform: translateX(-55%) translateY(-50%);
      transform: translateX(-55%) translateY(-50%); }
  .main-slider .slick-arrow {
    width: 50px; }
    .main-slider .slick-arrow:after {
      width: 40px;
      height: 40px; }
  .main-slider a span {
    bottom: 18px;
    letter-spacing: -0.06px;
    font-size: 13px !important;
    display: block;
    font-size: 14px;
    font-size-adjust: 0.5; }
  .header .lang-switch {
    margin-right: 0px; }
  .footer .footer__text .copyright {
    font-size: 14px; }
  .footer .subscribe-form input[type="submit"] {
    font-size: 11px;
    width: 110px; }
  .footer .subscribe-form input[type="text"] {
    padding-left: 15px; }
  .footer .footer__text {
    font-size: 14px; }
    .footer .footer__text a {
      display: block;
      margin: 8px 0; }
  .footer .footer__socs {
    padding-top: 15px; }
    .footer .footer__socs a {
      width: 25px;
      height: 25px;
      background-size: cover !important;
      margin: 0 10px; }
  .footer__menu {
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 0; }
  .footer__middle {
    padding-top: 21px;
    padding-bottom: 20px; } }

@media (max-width: 320px) {
  .header.header-popup {
    min-height: 46px;
    padding-top: 10px !important; }
  .header.header-popup .menu-button {
    top: 4px; }
  .header.header-popup .menu-button.is-active {
    top: 4px; }
  .header:not(.header-popup) .header__search, .header:not(.open) .header__search {
    display: none; }
  .header:not(.header-popup) .header__favorite, .header:not(.open) .header__favorite {
    display: none; }
  .header.header-popup .logo {
    width: 104px;
    left: 0;
    top: 6px; }
  .header .header-popup.open .header__favorite {
    top: 4px; }
  .main-slider {
    margin-bottom: 10px; }
  .main-slider .slick-dots {
    display: none !important; }
  .main-text .title {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: -0.02px; }
  .main-text {
    margin-bottom: 0px; }
  .header__right .header__search {
    top: 6px; }
  .header__right .header__favorite {
    top: 6px; } }

.search-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 153px;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
  -webkit-transition: opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  transition: opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s, opacity 0.7s ease 0s, max-height 0.7s ease 0s;
  transition: transform 0.7s ease 0s, opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s; }
  .search-block.open {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto; }
  .search-block input[type="text"] {
    width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 104px;
    margin: auto;
    font-size: 15px;
    border: 0;
    background: transparent; }
    .search-block input[type="text"]::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .search-block input[type="text"]:-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .search-block input[type="text"]::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .search-block input[type="text"]:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }
    @media (max-width: 800px) {
      .search-block input[type="text"] {
        left: 30px; } }
  .search-block input[type="submit"] {
    display: none; }
  .search-block__close {
    position: absolute;
    right: 75px;
    top: -10px;
    bottom: 0px;
    margin: auto;
    width: 12px;
    height: 12px;
    cursor: pointer;
    padding: 20px;
    z-index: 100; }
    @media (max-width: 800px) {
      .search-block__close {
        right: 15px; } }
  .search-block__close:hover {
    opacity: 1; }
  .search-block__close:before, .search-block__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #2a2a2a; }
  .search-block__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .search-block__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.overlay {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282828;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .overlay.open {
    display: block;
    opacity: 0.53; }

html.headerShow .header-popup, .header-popup.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.header-popup {
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
  position: fixed;
  -webkit-transition: background .3s ease 0s, -webkit-transform .5s ease;
  transition: background .3s ease 0s, -webkit-transform .5s ease;
  transition: transform .5s ease, background .3s ease 0s;
  transition: transform .5s ease, background .3s ease 0s, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 3px 18px 0px #b5b5b5;
  box-shadow: 0px 3px 18px 0px #b5b5b5;
  left: 0px;
  top: 0px;
  right: 0;
  min-height: 81px;
  padding: 35px 50px 0;
  z-index: 102;
  padding: 35px 20px 0; }
  .header-popup__full {
    display: none;
    overflow: hidden; }
    .header-popup__full .lang-switch a {
      width: 34px; }
    .header-popup__full .header__right {
      top: 21px;
      right: -36px; }
    .header-popup__full .menu ul {
      display: none;
      background: #fff;
      padding: 15px 15px 0px 0;
      position: static;
      font-weight: normal;
      opacity: 1;
      -webkit-transform: none;
      transform: none; }
      .header-popup__full .menu ul li a {
        font-weight: normal;
        font-size: 15px; }
    .header-popup__full .menu > li:hover ul {
      display: none; }
    .header-popup__full .menu span.open + ul {
      display: block; }
    .header-popup__full .menu {
      display: block;
      font-size: 18px;
      font-weight: 500;
      text-transform: none; }
      .header-popup__full .menu li {
        display: block;
        text-align: left; }
        .header-popup__full .menu li a, .header-popup__full .menu li span {
          margin: 0;
          display: block;
          padding: 10px 0; }
        .header-popup__full .menu li span {
          display: block;
          border-top: 1px solid transparent;
          border-bottom: 1px solid transparent; }
          .header-popup__full .menu li span.open {
            border-top: 1px solid #ededed;
            border-bottom: 1px solid #ededed;
            color: #2fe364; }
        .header-popup__full .menu li span.open:after {
          border-color: #2fe364;
          transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          margin-bottom: 2px; }
        .header-popup__full .menu li span:after {
          display: inline-block;
          content: "";
          border: solid black;
          border-width: 0 1px 1px 0;
          padding: 2px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          margin-left: 15px;
          margin-bottom: 4px; }
    .header-popup__full__bottom {
      margin-top: 50px;
      margin-bottom: 25px;
      width: 100%; }
      .header-popup__full__bottom .lang-switch {
        position: static;
        margin-left: -8px; }
      .header-popup__full__bottom .header__phone {
        background: url(/local/templates/new/css/../img/header__phone-green.svg) 0 2px no-repeat !important;
        display: block;
        top: 0px;
        margin-top: 10px;
        margin-right: 0; }




@media (min-width: 1400px) {
  .header.header_white .lang-switch {
    position: absolute;
  top: 40px;
  left: 55px;
  max-width: 75px;
  }
  .header.header_white {
    padding-bottom: 67px;
  }
}

.headerShow .header .logo {
  top: -29px !important;
}
.headerShow .header .lang-switch {
  margin-right: 0;
}

@media (max-width: 1400px) {
  .header.header-popup .lang-switch {
    position: absolute !important;
    left: 13px !important;
    top: 60px !important;
  }
}

.callback-form {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 574px;
  z-index: 900;
  padding: 66px 105px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s;
  transition: opacity 0.3s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.3s;
  transition: transform 0.7s, opacity 0.3s, -webkit-transform 0.7s; }
  @media (max-width: 600px) {
    .callback-form {
      padding: 56px 15px 30px; }
      .callback-form .jq-checkbox + span {
        width: 260px;
        vertical-align: middle; } }
  .callback-form.open {
    opacity: 1;
    -webkit-transform: translateY(120px);
    transform: translateY(120px); }
    @media (max-width: 600px) {
      .callback-form.open {
        -webkit-transform: translateY(20px);
        transform: translateY(20px); } }
  .callback-form input[type="submit"] {
    margin-top: 30px; }
  .callback-form__headline {
    font-size: 34px;
    font-weight: bold;
    color: black;
    line-height: 1;
    text-align: center;
    margin-bottom: 59px; }
    @media (max-width: 600px) {
      .callback-form__headline {
        margin-bottom: 30px; } }
  .callback-form__result {
    display: none; }
  .callback-form__result .callback-form__headline {
    margin-bottom: 30px; }
  .callback-form__text {
    font-size: 15px;
    color: black;
    line-height: 1.333;
    text-align: center; }
  .callback-form__close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 26px;
    width: 21px;
    height: 21px;
    opacity: 1; }
  .callback-form__close:before, .callback-form__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 21px;
    width: 2px;
    background-color: #333; }
  .callback-form__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .callback-form__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.animation-btn{
	animation-name: flash;
	animation-duration: 3s;
	animation-timing-function: cubic-bezier(0, 0, 0.7, 0.94);
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.68, 0.99);
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}


.portfolio-box__video .video-js {
  background: transparent;
}
video {
  clip-path: inset(1px 1px);
}

.go-up {
  display: none!important;
}

body .button--green {
  color: black !important;
  font-size: 14px !important;
  background-color: #2fe364 !important;
}
body .button--green:hover {
  background-color: #00d23a !important;
}

@keyframes flash { 
   0% { 
   background: #fff;
   color: black; 
   }
   50% { 
	background-color: #2fe364;
  color: black; 
	}
   100% {    
	   background: #fff;
	   color: black; 
   }
}

//Firefox 1+
@-webkit-keyframes flash {   
   0% { 
   background: #fff;
   color: #2fe364; 
   }
   50% { 
	background-color: #2fe364;
    color: #fff; 
	}
   100% {    
	   background: #fff;
	   color: #2fe364; 
   }
}

//Safari 3-4
@-moz-keyframes flash {   
   0%{ 
   background: #fff;
   color: #2fe364; 
   }
   50%{ 
	background-color: #2fe364;
    color: #fff; 
	}
   100%{    
	   background: #fff;
	   color: #2fe364; 
   }
}
/*# sourceMappingURL=site.css.map */


/* End */


/* Start:/local/templates/new/css/new.css?176664860324039*/
body {
 -ms-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

a.logo_wrap {
  position: absolute;
    left: 175px;
    top: 46px; 
  display: inline-block;
} 

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.header .logo {
	top: 0;	
	transition: 0.5s all;
	vertical-align: top;
}

form.search-bloc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 153px;
    z-index: 900;
    opacity: 0;
    display: none;
    
    /*-webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
    overflow: hidden;
/*    -webkit-transition: opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: transform 0.7s ease 0s, opacity 0.7s ease 0s, max-height 0.7s ease 0s;
    transition: transform 0.7s ease 0s, opacity 0.7s ease 0s, max-height 0.7s ease 0s, -webkit-transform 0.7s ease 0s;*/
}

form.search-bloc.open {
	display: block;
	opacity: 1;
	    /*overflow: auto;*/
    /*-webkit-overflow-scrolling: touch;*/
/*    max-height: 500px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;*/
    /*pointer-events: auto;*/
}

form.search-bloc input[type="text"] {
	width: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 104px;
    margin: auto;
    font-size: 15px;
    border: 0;
    background: transparent;
}

form.search-bloc input[type="submit"] {
    display: none;
}

.header__right .header__search,
.header__right .header__favorite,
.menu-button {
    z-index: 100;	
}

/*.project-item-alt-hover .project-item__image {
	height: 216px;
	overflow: hidden; 
}
*/
.main-slider__bg img {
	width: 100% !important;
}

.headerShow .header .logo {
	top: -35px;
	transition: 0.5s all;
}

.project-tab .project-date {
	margin: 8px 0;
}

.title.title_news {
	margin-right: 114px;
}

.project-list + .addit-button {
	margin-top: -10px;
}

.vacancies-inner h2 {
	max-width: 72%;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.vacancies-inner .resume-form__title {
	font-weight: 300;
}

.team-list__item {
	background-size: cover;
    /* background-size: contain; */
    background-position: center;
    /*background-position: center top;*/
    /*background-color: #ececec;*/
}
.team-list.team .team-list__item {
    background-color: #ececec;
}

.main-slider .portfolio-box__video-embed {
	width: 100%;
	/*height: 40vw;*/
	height: 54vw;
	background: black;
}

.portfolio-list .portfolio-box__video-embed {
	overflow: hidden;
    width: 100%;
    height: 308px;	
}

.project-list .project-item-alt-hover 



@media (max-width: 1590px) { 

	.portfolio-list .portfolio-box__video-embed {
    	height: 20vw;	
	}

	a.logo_wrap {
		left: 140px;
		top: 51px;
	}

	.header .logo {
		width: 290px;
		width: 240px;
		top: 4px;
	}

	.headerShow .header .logo  {
		transition: 0.5s all;
	}

	.headerShow .header .logo {
		top: -27px;
	}

/*	.headerShow .header .menu {
		padding-left: 75px;
		transition: 0.5s all liner 0.5s ;
	}

	.header .menu {
		transition: 0.5s all liner 0.5s ;
		padding-left: 0;
	}*/

}

@media (min-width: 1400px) and (max-width: 1600px) {
	.header .logo {
	  width: 250px;
	  top: 7px !important;
	}
}
@media (max-width: 1400px) {
	a.logo_wrap {
	  position: static;
	  left: auto;
	  top: auto; 
	  display: inline;
	} 

	.header .logo, .headerShow .header .logo {
		width: 340px;
	    position: relative;
	    top: -35px;
	}

	.vacancies-inner h2 {
		font-size: 22px;
		line-height: 26px;
	    margin-bottom: 10px;
	    margin-top: 23px;
	}	

	.vacancies-inner .resume-form__title {
		font-size: 30px;
	} 
}

@media (max-width: 1287px) { 
	.footer__address br {
		display: none;
	}
}

@media (max-width: 1199px) {  

	.portfolio-list .portfolio-box__video-embed {
    	height: 30vw;	
	}

}

.footer_row {
  justify-content: space-between;
  gap: 1em;
  padding-left: 10px;
 }

 .footer .footer__address {
  width: 375px;
 }
 .footer .footer__phone{
  width: 200px;
  max-width: 100%;
 }
 .footer__socs.fsocs2 {
  gap: 0.5em;
 }

 @media (max-width: 1200px) {
  .footer__socs.fsocs2 {
    display: none;
  }
 }

 .footer .footer__address {
  line-height: 24px;
  background: url(/local/templates/main/img/footer_address.svg) 8px 3px no-repeat;
}

@media (max-width: 768px) {

	.footer .footer_row {
		display: block;
		overflow: hidden;
	}

	.footer .footer__phone, .footer .footer__time, .footer .footer__address {
		display: inline-block;
	    vertical-align: top;
	    
	}

  .footer .footer__phone, .footer .footer__time, .footer .footer__address {
    display: inline-block;
      vertical-align: top;
      max-width: 100%;
      margin-left: 0 !important;
  }
	
	.title.title_news {
		margin-right: 0;
	}

	.contacts_page .form_block {
    padding: 40px;
	}

	.form_block .faq-form__headline {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.team-list__item {
		height: 56vw;
	}
}


@media (max-width: 660px) {
	.footer .footer__phone, .footer .footer__time, .footer .footer__address {
		width: 100%;
		max-width: initial;
		float: none;
	}	
}

@media (max-width: 575px) {  


	.portfolio-list .portfolio-box__video-embed {
    	height: 60vw;	
	}


}

@media (max-width: 480px) {  

	.header .logo, .headerShow .header .logo {
		width: 240px;
	    top: -27px;
	}

	.team-list__item {
		height: 63vw;
	}

	.contacts_page .form_block {
    padding: 20px 10px;
	}

	.main-slider .portfolio-box__video-embed {
		height: 64vw;
	} 
	

}

@media (max-width: 400px) {  

	.header.header-popup .logo {
	    width: 168px;
	    margin-top: 6px;
	}

	.header__search {
		display: none;
	}

	.open .header__search {
		display: block;
	}

/*	.header.header-popup .header__favorite, 
	.header.header_white .header__favorite,*/
	.header__right .header__favorite {
		display: none; 
	}	

	.contacts_page {
		margin-left: -8px;
		margin-right: -8px;
    	margin-bottom: 30px;
	}

	form.search-bloc input[type="text"] { 
		left: 20px;
	}

	.search-block__close {
		right: 10px;
		top: -17px;
	}



}

@media (width: 320px) {  

		.header.header-popup .logo {
		    top: auto;
		}

}

@media (max-width: 740px){
    .main-slider__home-video{
        height: 100%;
        min-height: 370px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px){
/*	.main-slider-item__video{
		min-width: 700px;
		position: relative;
		left: 55%;
		top: 185px;
		-webkit-transform: translateX(-55%) translateY(-50%);
		transform: translateX(-55%) translateY(-50%);
	}*/
	
	.main-slider-item__video .video-js{
		background-color: #0000;
	}

}

@media (max-width: 500px){
    .main-slider-item__video{
        min-width: 600px;
        left: 59%;
    }
}

@media (max-width: 1400px) {
	.main-slider__bg .main-slider-item__video {
	  min-width: 1160px;
	  position: relative;
	  left: 55%;
	  -webkit-transform: translateX(-55%) translateY(0%);
	  transform: translateX(-55%) translateY(0%);
	}
}

@media (max-width: 768px) {
	.main-slider__bg .main-slider-item__video {
    min-width: 700px;
    position: relative;
    left: 55%;
    -webkit-transform: translateX(-55%) translateY(0%);
    transform: translateX(-55%) translateY(0%);
  }
}

@media (max-width: 500px) {
	.main-slider__bg .main-slider-item__video {
    min-width: 600px;
    position: relative;
    left: 55%;
    -webkit-transform: translateX(-55%) translateY(0);
    transform: translateX(-55%) translateY(0);
  }
  .main-slider__bg img{
    top: 150px;
}
}

@media (max-width: 450px) {
	.team-list__desc {
		left: 10px;
		bottom: 12px;
		font-size: 13px; } }
@media (min-width: 768px) and (max-width: 1000px) {
	.team-list__desc {
		left: 10px;
		bottom: 12px;
		font-size: 13px; } }


@media (min-width: 1400px) {
	.noflex-row {
		margin-left: 10px;
	}
}

.text h2{
    max-width: 100%;
    font-weight: normal;
    font-size: 1.5rem;
}

.stage {
	padding: 25px 0;
	
}

.stage h2 {
	padding: 0 10px;
}

.stage .stage__flex {
	display: flex;
	flex-direction: column;
}
@media (max-width: 768px) {
	
}

.stage .stage__text {
	flex: 2;
	padding: 0 10px;
	order: 1;
}

.stage .stage__text >p:first-child {
	margin-top: 0;
}

.stage .stage__links {
	display: flex;
	flex-wrap: wrap;
	flex: 5;
	align-content: start;
	order: 2;
}


@media (max-width: 768px){
	.nonmobile {
		display: none;
	}
}



.robot {
  width: calc(100% - 40px);
  max-width: 394px;
  height: calc(100% - 300px);
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999;
  box-shadow: 2px 3px 10px 2px rgba(139,133,133,.5);
}

.robot.active {
  display: block;
}

.robot iframe {
  border: none;
}

.robot .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  border-radius: 100%;
  text-align: center;
  background: #2fe364;
  z-index: 1000;
  cursor: pointer;
}

.robot .close svg {
  width: 10px;
  height: 30px;
}

.robot-icon {
  display: block;
   position: fixed;
   right: 175px;
   bottom: 31px;
   width: 50px;
   height: 50px;
   border-radius: 100%;
   background: url('/upload/telegram.svg') 50% 50% no-repeat;
   background-size: 100%;
   cursor: pointer;
   -webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
z-index: 9999;
 }
 
 .robot-icon:hover {
  background: url('/upload/gtelegram.svg') 50% 50% no-repeat;
  background-size: 100%;
  -webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
 } 

 @media (max-width: 1400px){
  .robot-icon {
   bottom: 86px;
  }
}
@media (max-width: 630px){
 .robot-icon {
  bottom: 96px;
 }
}
@media (max-width: 500px){
 .robot-icon {
  bottom: 11px;
  right: 110px;
 }
}

@media (max-width: 500px) {
  .robot {
    height: calc(100% - 100px);
  }
  .robot-icon {

  }
}


.main-stats {
    margin: 3% 0;
}

.main-stats__title {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 35px;
}
@media (max-width: 1400px) {
	.main-stats__title {
		font-size: 24px;
	}
}


.main-stats .main-stats__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-stats .main-stats__blocks a {
    text-decoration: none;
    transition: none;
}

.main-stats .main-stats__block {
    flex: 1 0 24%; 
    margin-bottom: 36px;
    font-weight: 500;

    color: #343434;
}

@media (max-width: 768px) { 
    .main-stats .main-stats__block {
        flex: 0 0 48%; 
    }
}

.main-stats .main-stats__num {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-stats .main-stats__num:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('/static/img/new_main/ar.svg') 50% 50% no-repeat;
    width: 24px;
    height: 17px;
    margin-left: 15px;
}

.main-stats .main-stats__block:hover {
    color: #00A527;
}

.main-stats .main-stats__block:hover .main-stats__num:after {
    background: url('/static/img/new_main/ar2.svg') 50% 50% no-repeat;
    width: 48px;
}


/**/

.main_awards {
    margin: 5% 0;  
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
   
}

@media (max-width: 768px) { 
    .main_awards{
        width: 100%;
    }
}

.main_awards .main_awards__name {
    font-weight: 500;
    line-height: normal;
    color: #343434;
    margin: 0 10px;
    white-space: nowrap;
    color: #2fe364;
}

.main_awards .main_awards__block {
    margin: 15px;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.main_awards .slick-dots {
    list-style: none;
    text-align: center;
    
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.main_awards .slick-dots li {
      display: inline-block;
      font-size: 0;
      border: 0;
      border-radius: 50%;
      background-color: #e9e9e9;
      width: 8px;
      height: 8px;
      margin: 0 4px;
      cursor: pointer;
      outline: none;
}
.main_awards .slick-dots li.slick-active {
        background-color: #00A527;
}
.main_awards .slick-dots li button {
        display: none; 
}



.main_awards .main_awards__block:before {
    content: '';
    display: block;
    background: url('/static/img/new_main/lb.svg') 50% 50% no-repeat;
    width: 28px;
    height: 100%;
}

.main_awards .main_awards__block:after {
    content: '';
    display: block;
    background: url('/static/img/new_main/rb.svg') 50% 50% no-repeat;
    width: 28px;
    height: 100%;
}

.main_awards .main_awards__block:hover:before {
    background: url('/static/img/new_main/lb.svg') 50% 50% no-repeat;
}

.main_awards .main_awards__block:hover:after {
    background: url('/static/img/new_main/rb.svg') 50% 50% no-repeat;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #2fe364;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #2fe364;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #2fe364;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #2fe364;
  border: 1px solid #2fe364;
}
.accordion button .accordion-title {
  padding: 0.5em 1em 0.5em 50px;
  margin-bottom: 0;
}
.accordion button:hover .accordion-title{
	color: #2fe364;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #2fe364;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  padding-left: 50px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

@media (max-width: 768px) { 
    .accordion .accordion-content {
        padding-left: 0;
    }
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


.nawards {
  margin-bottom: 2em;
}
.nawards__title {
  margin-bottom: 1em;
}
.nawards__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6em 1fr 6em 1fr 6em 1fr 6em 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 6em;
  grid-row-gap: 2em;
}

.nawards__block {
}

.nawards__img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}
.nawards__text {
  margin-top: 0.5em;
  text-align: center;
}

.nawards__block img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px){
  .nawards__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .nawards {
    margin-bottom: 3em;
  }
  .nawards__title {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 768px){
  .nawards__block:nth-child(4) .nawards__img img {
    position: relative;
    top: -15px
  }
  .nawards__block:nth-child(5) .nawards__img img {
    position: relative;
    top: -13px
  }
}


.roles .role {
  color: black;
  background: #00a5283d;
  padding: 2px 5px;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8em;
  text-decoration: none;
  margin: 0.3em;
}
.roles .role:hover {
  opacity: 0.75;
}
.roles .role span {
  opacity: .7;
  font-size: 0.8em;
}
.roles .role:before {
content: '# ';
opacity: .5;
}
.team-list.team .hide {
  display: none;
}
.team-list__detail__text .facebook {
  width: 32px;
  height: 32px;
  display: block;
  background-size: cover !important;
  background: url(/local/templates/main/img/socs/black/fb.svg);
}

.team-list {
  margin-bottom: 0;
}

.js--modal_order--toggler {
  line-height: 42px;
}

/**/

.nprice {
  margin-top: calc(1em + 25px);
  margin-bottom: 3em;
}

.container h2.nprice__header {
  margin-bottom: 0;
}

.nprice__price {
  font-size: 1.8rem;
  padding-bottom: 0.8em;

  /*border-bottom: 1px solid black;*/
  display: block;
}

.nprice .price-btn {
  width: 80%;
}

.nprice .price-btn {
  color: black;
  background-color: #2fe364;
  font-weight: bold;
}

.nprice .price-btn:hover {
    text-decoration: none;
    background: #f2f2f2;
    color: #000 !important;
}

@media (max-width: 767px){
  .nprice {
    margin-top: 25px;
    margin-bottom: 2em;
  }
  .nprice [class^="col"] {
    margin-bottom: 2em;
  }
}





@media (min-width: 768px){

  .nprice .row {
    justify-content: space-between;
  }

  .nprice [class^="col2"] {
    max-width: 28%;
    flex: 0 0 28%;
  }
}


.new_h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 2vw;
}

.new_block {
  padding: 100px 0;
  margin: 0;
}

.new_block h2 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
}

.noindent {
  margin-top: -100px;
}

.new_block p {
  font-size: 16px;
}

.new_block .w100 {
  width: 100%;
}

.hero-block {

}

.green-btn {
  background: #2fe364;
  color: black;
  height: 66px;
  line-height: 66px;
  width: 245px;
  margin-top: 2vw;
}

@media (max-width: 767px){
  .hidemobile {
    display: none;
  }
  .green-btn {
    margin-top: 4vw;
  }
}


@media (min-width: 768px){
  .hidenomobile {
    display: none;
  }
}

.black-block {
  background: #191919;
  color: white;
}

.black-block h2 {
  margin-bottom: 0;
}

.black-block h1,
.black-block h2 {
  color: white;
}



.nowrap {
  flex-wrap: nowrap;
  overflow-x: scroll;
  cursor: e-resize;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media (max-width: 767px){
  .nowrap > [class^="col"] {
    min-width: 70%;
  }
}

.nowrap::-webkit-scrollbar {
  display: none;
}

.container_old {
  overflow: hidden;
}


.ntarget p {
  font-size: 26px;
}


.nonrel {
  position: static;
}


.blist__arrow {
  margin-top: 220px;
}


.nums__block {
  width: 320px;
  min-width: 320px;
  margin-right: 3em;
  padding: 0 10px;
}

.nums__header {
  position: relative;
  margin-bottom: 1em;
}

.nums .row {
  justify-content: space-between;
}

.nums__text {

}

.nums__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 75%;
}

.nums__num {
  font-size: 300px;
  font-weight: bold;
  line-height: 0.85;
  padding-bottom: 120px;
}

.black-block .btop {
  /*border-top: 1px solid white;
  flex: 0 0 30%;
  max-width: 30%;*/
  margin-right: 3em;
}

.btop__border {
  border-top: 1px solid white;
}



.nworks__imgs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media (max-width: 767px){
  .nworks__imgs {
    margin-top: 1em;
  }
}

.nworks__img {
  width: 25%;
  height: 100% !important;
  padding: 0 1em;
}

.nwords__arrow {
  margin-top: 2em;
}
@media (min-width: 768px){

  .nwords__arrow {
    /*position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    */
    margin-top: 2em;
    text-align: center;
  }
}

@media (max-width: 767px){
  .nworks .nowrap > [class^="col"] {
    min-width: 100%;
  }
}

p.list_black_p {
  font-size: 24px;
}



@media (max-width: 767px){
  .container_old > .row > .col-12 {
    padding: 0;
  }
}


.ntarget:last-child img.hidemobile{
  display: none;
}

.nworks__content > [class^="col"]:last-child .nwords__arrow{
  display: none;
}


.bhimg {
  
}

@media (min-width: 1400px){
  .header.header_white .lang-switch {
    top: 50px;
    display: flex;
    flex-direction: column;
    max-height: 45px;
    overflow-y: hidden;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, max-height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transform-origin: 50% 0;
  }
  html.headerShow .header-popup {
    max-height: 95px;
  }
  .headerShow .header .lang-switch {
    display: inline-flex;
    flex-direction: column;
    max-height: 45px;
    overflow-y: hidden;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, max-height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transform-origin: 50% 0;
    top: -33px;
    left: -20px;
  }
  .header.header_white .lang-switch:hover,
  .headerShow .header .lang-switch:hover {
    max-height: 200px;
    background: white;
    z-index: 99;
  }
  .header.header_white .lang-switch a,
  .headerShow .header .lang-switch a {
    width: 50px;
    height: 50px;
    color: black !important;
  }
  .header.header_white .lang-switch a:hover,
  .headerShow .header .lang-switch a:hover{
    color: #00a528 !important;
  }
  .header.header_white .lang-switch a:first-child,
  .headerShow .header .lang-switch a:first-child {
    font-size: 15px;
  }
  .header.header_white .lang-switch a:first-child:before,
  .headerShow .header .lang-switch a:first-child:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #000;
    position: relative;
    right: -40px;
    top: 22px;
   }
   .header.header_white .lang-switch a:first-child:hover:before,
   .headerShow .header .lang-switch a:first-child:hover:before {
    border-top: 7px solid #2fe364;
   }

}


.portfolio-box__video video {
  object-fit: cover;
  border-radius: 15px;
}

.portfolio-list__item img {
  border-radius: 10px;
}

.portfolio-list .portfolio-box__video .video-js {
  padding-top: 63.25% !important;
}


.aira {
  width: 100%;
  display: block;
}
.aira:hover img {
  filter: invert(1);
  filter: 
    brightness(0) 
    invert(29.5%) 
    sepia(1%) 
    saturate(0%) 
    hue-rotate(0deg) 
    brightness(99%) 
    contrast(95%);
}

.footer {
  padding-bottom: 20px;
}

@media (max-width: 767px){ 
  .footer__middle {
    display: none !important;
  }
  .aira {
    padding: 20px 10px;
  }
}
/* End */


/* Start:/local/templates/new/components/bitrix/menu/bottom/style.min.css?1657281159490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/new/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/feedback.ajax/css/popup-alert.css?1657281160948*/
.tip-message{
	width:237px;
	overflow:hidden;
	position:fixed;
	padding:0 0 3px;
	background:#aaa;
	top:3px;
	right:3px;
	z-index:999999999;
	display:none;
    text-align:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.red-popup-thor{background:#bd1919;}
.green-popup-thor{background:green;}
.tip-message .tip-hold{
	overflow:hidden;
	height:1%;
	padding:12px 48px 13px 17px;
	background:#aaa;
}
.red-popup-thor .tip-hold{background:#bd1919;}
.green-popup-thor .tip-hold{background:green;}
.tip-message span{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	display:block;
	line-height:14px;
	color:#fff;
	font-size: 12px;
}
.tip-message .btn-close{
	position:absolute;
	top:8px;
	right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(/local/components/feedback.ajax/css/../images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 11px;
    margin: 1px 0 3px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/order_brand_ru/style.css?17134430565766*/
div[id="15-styler"] {
	margin-right: 8px;
	vertical-align: top;
	top: -3px;
}

.modal__form__title{
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
} 
.modal-form-cover {
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: #282828;
	opacity: 0.53;
	z-index: 103;
	cursor: pointer;
}
.modal-form{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 900px;
	width: 100%;
	color: #000;
	padding: 25px;
	display: none;
	z-index: 104000;
	background-color: white;
}
.form-input__input-wrap input[type="text"],
.form-input__input-wrap input[type="email"],
.form-input__input-wrap select{
	border-width: 1px;
	border-color: gainsboro;
	border-style: solid;
	border-radius: 3px;
	width: 100%;
	height: 42px;
	line-height: 38px;
	padding-left: 13px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-input__input-wrap select{
	padding-top: 7px;
	padding-bottom: 7px;
	height: 42px;
	line-height: 1.5;
}
.form-input__input-wrap select[multiple]{
	height: 70px;
}
.captcha-wrap .g-recaptcha{
	transform: none;
}
.form-submit__btn{
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.captcha-wrap .g-recaptcha > div{
	margin-left: auto;
	margin-right: auto;
}
.form-input__wrap textarea{
	border-width: 1px;
	border-color: gainsboro;
	border-style: solid;
	border-radius: 3px;
	width: 100%;
	padding: 13px;
	height: 70px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-input__label{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}
.form-input__wrap{
	margin-bottom: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.form-button__wrap{
	text-align: center;
}
.button--green{
	background-color: #2fe364;
	color: #fff;
}
.button--green:hover{
	background-color: #9e9e9e;
}
.modal-form-close{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
}
.policy__agreement{
	display: none;
}
.policy__agreement + label{
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.policy__agreement + label:before{
	content: "";
	border-width: 1px;
	border-color: #bdbcbc;
	border-style: solid;
	border-radius: 3px;
	background-color: white;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: -3px;
}
.policy__agreement:checked + label:after{
	content: "";
	width: 12px;
	height: 6px;
	margin: 6px 0 0 5px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	position: absolute;
	left: 1px;
	top: -2px;
}
.policy__agreement__link{
	text-decoration: underline;
	color: inherit;
}
.modal_order--toggler{
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 50;
	width: 150px;
	background-color: #2fe364;
	color: #fff;
	line-height: 42px;
}
.modal_order--toggler:hover{
	background-color: #9e9e9e;
}

.starrequired {
	color: black;
}
.form-input__wrap--error input[type="text"],
.form-input__wrap--error input[type="email"],
.form-input__wrap--error input[type="tel"]{
	border-color: #f00;
}
.form-input__wrap--error .policy__agreement__text{
	color: #f00;
}
.order-form textarea[name='form_textarea_7']{
	display: none;
}
.order-form textarea[name='form_textarea_19']{
	display: none;
}
.form-inputs__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.form-input__wrap--halfwidth{
	width: 50%;
}
.policy__agreement__text{
	display: inline-block;
}
.form-input__wrap--agreeement{
	text-align: center;
}
.service__choose__btn{
	padding: 5px; 
	border: 1px solid #2fe364;
	cursor: pointer;
	-webkit-transition: color .3s, background-color .3s;
	-o-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin: 3px;
}

.service__choose__check:checked + .service__choose__btn{
	background: #00d23a;
	color: #fff;
}
form[name="SIMPLE_FORM_1"] a{
	color: #00d23a;
}

form[name="SIMPLE_FORM_1"] textarea::placeholder {
    color: #bfbfbf;
    font-size: 13px;
}
p.hub {
	padding-top: 0px;
    margin-top: 4px;
}

p.hub.hide {
	display: none;
}
.service__choose__check{
	display: none;
}
.form-description{
	margin-top: 1em;
	margin-bottom: 1em;
}
@media only screen and (max-width: 1400px){
	.modal_order--toggler{
		bottom: 90px;
	}
	.go-up.show {
		bottom: 145px;
	}
}
@media only screen and (max-width: 630px){
	.form-input__wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.form-inputs__wrap{
		margin-left: 0;
		margin-right: 0;
	}
	.brand__form__services__wrap{
		height: 204px;
		overflow: auto;
	}
	.service__choose__btn{
		width: 95%;
	}
	.brand__form__services__wrap::-webkit-scrollbar{
		width: 10px;
	}
	.brand__form__services__wrap::-webkit-scrollbar-track{
		background: gainsboro;
	}
	.brand__form__services__wrap::-webkit-scrollbar-thumb{
		background: #2fe364;
	}
	.form-input__wrap--halfwidth{
		width: 100%;
	}
	.captcha-wrap{
		overflow: hidden;
	}
	.modal-form{
		max-width: 300px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.modal_order--toggler{
		bottom: 100px;
	}
}
@media only screen and (max-width: 500px){
	.modal_order--toggler{
		bottom: 15px;
		width: 100px;
		line-height: 1.3;
		right: 3px;
		/*padding-left: 0;
		padding-right: 0;*/
	}
}


/* End */


/* Start:/local/templates/new/template_styles.css?16572811591744*/
/*Смотри папку css*/
.bx-context-toolbar-empty-area {
  min-width: 50px;
  min-height: 10px;
}
div[id^=bx_incl_area]:before{
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  left: 0;
  top:-5px;
  background: url(/bitrix/images/mobileapp/edit.png) 0 0 no-repeat;
  background-size: 15px;
}
div[id^=bx_incl_area]{
  min-width: 50px;
  min-height: 20px;
  position: relative;
  z-index:5;
}

.g-recaptcha {
  transform: scale(0.9);
  transform-origin: top left;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}



/* End */
/* /local/templates/new/css/bootstrap-grid.css?165728115938070 */
/* /local/templates/new/css/site.css?176664869589217 */
/* /local/templates/new/css/new.css?176664860324039 */
/* /local/templates/new/components/bitrix/menu/bottom/style.min.css?1657281159490 */
/* /local/components/feedback.ajax/css/popup-alert.css?1657281160948 */
/* /local/templates/.default/components/bitrix/form.result.new/order_brand_ru/style.css?17134430565766 */
/* /local/templates/new/template_styles.css?16572811591744 */
