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

.clearfix:after {
  clear: both; }

.text-right {
  text-align: right; }

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

@media (min-width: 1200px) {
  .custom-container {
    margin-top: 20px;
    margin-bottom: 20px; }
    .custom-container .col-2 {
      padding-left: 12px;
      padding-right: 12px;
      max-width: 20%;
      flex: 0 0 20%;
      margin-bottom: 24px; }
    .custom-container .row {
      margin-right: -12px;
      margin-left: -12px; } }

@media (max-width: 1199px) {
  .custom-container .col-2 {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 16px; }
  .custom-container .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 991px) {
  .custom-container .col-2 {
    max-width: 33.33%;
    flex: 0 0 33.33%; } }

@media (max-width: 767px) {
  .custom-container .col-2 {
    max-width: 50%;
    flex: 0 0 50%; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  background-color: #fff;
  min-width: 320px; }

body.fixed {
  overflow: hidden !important; }

body.default-page {
  overflow: auto;
  padding-top: 100px; }

a, button {
  cursor: pointer; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

@media (max-width: 1699px) {
  body {
    font-size: 14px; }
  body.default-page {
    padding-top: 75px; } }

@media (max-width: 1199px) {
  body.default-page {
    padding-top: 63px; } }

@media (max-width: 991px) {
  body.default-page {
    padding-top: 69px; } }

@media (max-width: 375px) {
  body.default-page {
    padding-top: 59px; } }

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@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: 1170px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1440px; } }

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

.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%;
  padding-right: 15px;
  padding-left: 15px; }

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

.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%; }

@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-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%; } }

@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-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%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .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%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .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%; } }

.form-group {
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative; }
  .form-group label {
    margin-bottom: 3px;
    font-size: 14px;
    color: #5A5255;
    display: block; }
  .form-group .form-control {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #111;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    height: 42px;
    padding: 10px 12px; }
    .form-group .form-control:focus {
      border-bottom: 1px solid #041861; }
  .form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none; }
  .form-group.red .red-text {
    display: block; }

.btn-primary {
  display: block;
  border-width: 1px;
  border-style: solid;
  background-color: #E31E24;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #E31E24; }
  .btn-primary:hover {
    background-color: #c40d12; }
  .btn-primary:focus, .btn-primary:active {
    border: 1px solid #c40d12;
    box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.4); }

.btn-secondary {
  display: block;
  border-width: 1px;
  border-style: solid;
  background-color: #041861;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #041861; }
  .btn-secondary:hover {
    background-color: #15319A; }
  .btn-secondary:focus, .btn-secondary:active {
    border: 1px solid #15319A;
    box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.4); }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }
  .select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px; }
  .select-container .select-button {
    background-color: #EDF0F3;
    cursor: pointer;
    padding: 0 25px 0 15px;
    box-shadow: none;
    height: 54px;
    max-width: 100%;
    width: 100%;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center; }
    .select-container .select-button:focus {
      border: 1px solid #041861; }
    .select-container .select-button span {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 3px);
      right: 9px;
      border-top: 8px solid #333;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      transform-origin: center;
      transition: 0.3s; }
    .select-container .select-button.is-active {
      border: 1px solid #041861; }
      .select-container .select-button.is-active:after {
        transform: rotate(180deg); }
  .select-container .select-dropdown {
    list-style: none;
    width: 100%;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 400px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2; }
    .select-container .select-dropdown li {
      position: static;
      padding: 0; }
      .select-container .select-dropdown li:before {
        display: none; }
      .select-container .select-dropdown li a {
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 8px 12px;
        color: #121212; }
        .select-container .select-dropdown li a:hover {
          color: #fff;
          background-color: #041861; }

.breadcrumb {
  padding: 12px 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }
  .breadcrumb a {
    color: #121212;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb .breadcrumb-item.active {
    color: #999; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '\002F';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0; }

.title-group {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title-group .h1, .title-group h1 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 5px; }
  .title-group .h2, .title-group h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 5px; }
  .title-group .group-link {
    color: #111;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px dashed #111;
    margin-right: 15px; }
    .title-group .group-link:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      right: -17px;
      border-left: 10px solid #E31E24;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      top: calc(50% - 5px);
      transition: 0.2s; }
    .title-group .group-link:hover {
      border-color: transparent; }
      .title-group .group-link:hover:after {
        transform: translateX(7px); }

.filter-group {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; }

.filter-group button {
  background-color: #EDF0F3;
  border: 0;
  border-right: 1px solid #D7D7D7;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  height: 50px;
  position: relative; }

.filter-group button:last-of-type {
  border-right: 0; }

.filter-group button.active {
  background-color: #E31E24;
  color: #fff; }

.filter-group button.active:before,
.filter-group button.active:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #E31E24; }

.filter-group button.active:before {
  right: 100%; }

.filter-group button.active:after {
  left: 100%; }

.filter-group a:not(.active):hover,
.filter-group button:not(.active):hover {
  color: #E31E24; }

@media (max-width: 1699px) {
  .title-group .h2, .title-group h2 {
    font-size: 42px; }
  .title-group .h1, .title-group h1 {
    font-size: 42px; }
  .title-group .group-link {
    font-size: 18px; } }

@media (max-width: 1536px) {
  .title-group .h2, .title-group h2 {
    font-size: 38px; }
  .title-group .h1, .title-group h1 {
    font-size: 38px; }
  .filter-group button {
    height: 42px; }
  .select-container .select-button {
    height: 42px; } }

@media (max-width: 1199px) {
  .title-group .h2, .title-group h2 {
    font-size: 32px; }
  .title-group .h1, .title-group h1 {
    font-size: 32px; }
  .index-page .title-group .h2, .index-page .title-group h2 {
    padding-left: 0; }
    .index-page .title-group .h2:before, .index-page .title-group h2:before {
      display: none; } }

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; } }

@media (max-width: 767px) {
  .title-group .h2, .title-group h2 {
    font-size: 28px; }
  .title-group .h1, .title-group h1 {
    font-size: 28px; }
  .filter-group {
    margin-top: 20px; }
  .filter-group button {
    padding: 0 5px;
    flex-grow: 1;
    justify-content: center; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 5px 0;
  transition: all 0.3s ease;
  z-index: 1000; }

.main-header.hidden {
  opacity: 0;
  transform: translateY(-110%); }

.default-page .main-header.dark-mode {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.main-logo {
  margin-right: 50px;
  width: 152px;
  transition: 0.25s; }
  .main-logo img {
    display: block;
    max-width: 100%; }

.main-header .container {
  display: flex;
  align-items: center; }

.slide-navigation {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between; }

.main-navigation {
  display: flex;
  align-items: center;
  margin-right: auto; }

.main-navigation > a {
  position: relative;
  font-size: 24px;
  white-space: nowrap;
  color: #111;
  padding-bottom: 3px; }
  .main-navigation > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E31E24;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 300ms ease-in-out; }
  .main-navigation > a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); }

.main-navigation a,
.dropdown-link {
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding-bottom: 2px;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 30px;
  color: #111; }

.dropdown-link {
  position: relative;
  padding-right: 16px;
  z-index: 5; }
  .dropdown-link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid #111;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.15s; }

.dropdown-holder {
  position: relative; }

.dropdown-track {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 35px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 1; }

.navigation-dropdown {
  background-color: #fff;
  border-radius: 2px;
  padding: 8px 12px;
  border: 1px solid #c1c1c1;
  pointer-events: none; }

.navigation-dropdown a {
  display: block;
  color: #212121;
  font-size: 17px;
  padding: 3px 0; }

.navigation-dropdown a:hover {
  color: #E31E24; }

.dropdown-holder:hover .dropdown-track {
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.dropdown-holder:hover .dropdown-link:after {
  transform: rotate(180deg); }

.dropdown-holder:hover .navigation-dropdown {
  pointer-events: auto; }

.header-contacts {
  display: flex;
  flex-direction: column; }

.header-contacts.visible-mobile {
  margin-top: -3px;
  display: none; }

.contacts-phone-link,
.contacts-modal-toggle {
  color: #111;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left; }

.contacts-phone-link:hover,
.contacts-modal-toggle:hover {
  color: #E31E24 !important; }

.contacts-phone-link {
  font-size: 26px;
  font-weight: 500; }

.contacts-modal-toggle {
  font-size: 16px;
  color: #555;
  line-height: 1; }

.header-lang {
  margin-left: 40px;
  display: flex;
  align-items: center; }

.header-lang a {
  color: #111;
  text-decoration: none;
  font-size: 18px; }

.header-lang a.active {
  color: #E31E24;
  text-shadow: none;
  font-weight: 500; }

.header-lang span {
  margin: 0 4px;
  font-size: 14px;
  margin-top: 2px; }

@media (min-width: 1700px) {
  .project-page .main-header.dark-mode .main-logo,
  .index-page .main-header.dark-mode .main-logo {
    width: 120px; } }

.project-page .main-header,
.index-page .main-header {
  background-color: transparent; }

.project-page .main-header.dark-mode,
.index-page .main-header.dark-mode {
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.project-page .main-navigation > a,
.project-page .dropdown-link,
.index-page .main-navigation > a,
.index-page .dropdown-link {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52); }

.project-page .dropdown-link:after,
.index-page .dropdown-link:after {
  border-top: 7px solid #fff; }

.project-page .main-header.dark-mode .main-navigation > a,
.project-page .main-header.dark-mode .dropdown-link,
.index-page .main-header.dark-mode .main-navigation > a,
.index-page .main-header.dark-mode .dropdown-link {
  color: #111;
  text-shadow: none; }

.project-page .main-header.dark-mode .dropdown-link,
.index-page .main-header.dark-mode .dropdown-link {
  color: #111; }
  .project-page .main-header.dark-mode .dropdown-link:after,
  .index-page .main-header.dark-mode .dropdown-link:after {
    border-top: 7px solid #111; }

.project-page .contacts-phone-link,
.index-page .contacts-phone-link {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52); }

.project-page .contacts-modal-toggle,
.index-page .contacts-modal-toggle {
  color: #DFDDDD;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52); }

.project-page .header-lang a,
.project-page .header-lang span,
.index-page .header-lang a,
.index-page .header-lang span {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.52); }

.project-page .main-header.dark-mode .contacts-phone-link,
.index-page .main-header.dark-mode .contacts-phone-link {
  color: #111;
  text-shadow: none; }

.project-page .main-header.dark-mode .contacts-modal-toggle,
.index-page .main-header.dark-mode .contacts-modal-toggle {
  color: #7E7C7C;
  text-shadow: none; }

.index-page .header-lang a.active {
  color: #E31E24; }

.project-page .main-header.dark-mode .header-lang a,
.project-page .main-header.dark-mode .header-lang span,
.index-page .main-header.dark-mode .header-lang a,
.index-page .main-header.dark-mode .header-lang span {
  color: #111;
  text-shadow: none; }

.project-page .main-header.dark-mode .header-lang a.active,
.index-page .main-header.dark-mode .header-lang a.active {
  color: #E31E24; }

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  display: none;
  margin-left: 30px;
  margin-top: 3px; }
  .nav-toggle span {
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 7px 0; }

@media (max-width: 1699px) {
  .main-navigation {
    margin-top: 5px; }
  .main-navigation a, .dropdown-link {
    font-size: 15px; }
  .header-lang a {
    font-size: 15px; }
  .main-logo {
    margin-right: 40px;
    width: 110px; }
  .contacts-phone-link {
    font-size: 20px; }
  .contacts-modal-toggle {
    font-size: 14px; }
  .dropdown-link:after {
    top: 8px; } }

@media (max-width: 1199px) {
  .main-header {
    padding: 5px 0; }
    .main-header.dark-mode {
      background-color: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
      .main-header.dark-mode .nav-toggle span {
        background-color: #111; }
  .main-logo {
    width: 90px;
    margin-right: auto; }
  .main-navigation {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; }
  .main-navigation > a,
  .dropdown-link {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px; }
    .main-navigation > a:after,
    .dropdown-link:after {
      display: none; }
  .dropdown-link {
    padding-right: 0;
    margin-bottom: 0; }
    .dropdown-link:after {
      display: none; }
  .dropdown-holder {
    margin-bottom: 20px; }
  .dropdown-track {
    opacity: 1;
    pointer-events: auto;
    position: static;
    display: block;
    padding: 0; }
  .navigation-dropdown {
    pointer-events: auto;
    border: 0;
    padding: 0 0 0 20px; }
    .navigation-dropdown a {
      font-size: 16px;
      color: #555; }
  .nav-toggle {
    display: block; }
  .slide-navigation {
    position: fixed;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 100;
    width: 300px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 55px 15px 50px 15px;
    transition: 0.3s;
    transform: translateX(150%); }
    .slide-navigation.active {
      transform: translateX(0); }
    .slide-navigation .contacts-modal-toggle {
      display: none; }
    .slide-navigation .header-lang {
      position: absolute;
      top: 10px;
      right: 20px; }
      .slide-navigation .header-lang a {
        font-size: 18px; }
  .slide-nav-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background: url(../img/icons/close-black.svg) no-repeat center;
    background-size: 60%;
    border: 0;
    outline: 0;
    transition: 0.25s;
    cursor: pointer; }
  .header-contacts.visible-mobile {
    display: flex; }
  .project-page .header-lang a,
  .project-page .header-lang span,
  .project-page .slide-navigation .contacts-phone-link,
  .project-page .main-navigation > a,
  .project-page .dropdown-link,
  .index-page .header-lang a,
  .index-page .header-lang span,
  .index-page .slide-navigation .contacts-phone-link,
  .index-page .main-navigation > a,
  .index-page .dropdown-link {
    text-shadow: none;
    color: #111; }
  .project-page .nav-toggle span,
  .index-page .nav-toggle span {
    background-color: #fff; } }

@media (max-width: 991px) {
  .main-logo {
    width: 100px; } }

@media (max-width: 375px) {
  .main-logo {
    width: 80px; }
  .contacts-phone-link {
    font-size: 18px; } }

::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #041861; }

::-webkit-scrollbar-thumb:hover {
  background: #E31E24; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.hidden-mobile {
  display: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.default-page .page-content {
  padding-top: 80px; }

@media (max-width: 1999px) {
  .default-page .page-content {
    padding-top: 50px; } }

@media (max-width: 1536px) {
  .default-page .page-content {
    padding-top: 30px; } }

#fullpage {
  position: fixed;
  width: 100%;
  height: 100%; }

#fullpage .pp-tableCell {
  padding-top: 90px;
  position: relative; }

#section-01 .pp-tableCell {
  padding-top: 0; }

#fullpage .section {
  background-color: #fff; }

#pp-nav {
  top: calc(50% + 50px); }

#pp-nav.hidden {
  opacity: 0;
  pointer-events: none; }

#pp-nav li {
  margin-bottom: 16px;
  width: 50px; }

#pp-nav li a span {
  border: 1px solid #fff !important; }

#pp-nav li a.active span {
  background-color: #fff;
  border: 1px solid #fff !important; }

#pp-nav li span {
  width: 12px;
  height: 12px; }

#pp-nav li .pp-tooltip {
  position: absolute;
  left: calc(100% - 25px);
  top: -1px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px; }

#pp-nav.pp-black li a span {
  border-color: #111 !important; }

#pp-nav.pp-black li a.active span {
  background-color: #111; }

#pp-nav.pp-black .pp-tooltip {
  color: #111; }

#pp-nav.pp-transparent {
  opacity: 0;
  pointer-events: none; }

#section-06 .pp-tableCell {
  display: flex;
  flex-direction: column;
  height: 100vh !important; }

.wallpaper-swiper {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  max-width: 3000px;
  margin: 0 auto; }

.wallpaper-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 100px;
  background-color: #fff; }

.wallpaper-swiper .swiper-slide .container {
  position: relative;
  z-index: 1;
  color: #fff; }

.wallpaper-swiper .swiper-slide .container .h1,
.wallpaper-swiper .swiper-slide .container h1 {
  text-shadow: 1px 1px 4px #191b1d, -1px 0 2px #191b1d;
  font-size: 62px;
  font-weight: 500;
  max-width: 1000px; }

.wallpaper-swiper .swiper-slide .container p {
  text-shadow: 1px 1px 4px #444, -1px 0 1px #444;
  max-width: 700px;
  font-size: 20px;
  margin: 0 0 20px; }

.wallpaper-swiper .swiper-slide .container .btn-primary {
  width: 360px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-size: 20px; }

.wallpaper-swiper .swiper-slide:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, transparent 100%); }

.wallpaper-swiper .swiper-slide img,
.wallpaper-swiper .swiper-slide picture,
.wallpaper-swiper .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.wallpaper-button-next,
.wallpaper-button-prev {
  width: 80px;
  height: 80px;
  border: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 200ms ease;
  background: rgba(4, 24, 97, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.wallpaper-button-next:hover,
.wallpaper-button-prev:hover {
  background-color: #041861; }

.wallpaper-button-next:before,
.wallpaper-button-prev:before {
  content: ''; }

.wallpaper-button-next:before {
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.wallpaper-button-prev:before {
  border-right: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.wallpaper-arrows {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; }

.wallpaper-button-divider {
  display: block;
  height: 80px;
  position: relative;
  width: 1px;
  z-index: 2;
  margin-right: -0.5px;
  margin-left: -0.5px; }

.wallpaper-button-divider:before,
.wallpaper-button-divider:after {
  content: '';
  height: 13px;
  width: 1px;
  background-color: #fff;
  position: absolute; }

.wallpaper-button-divider:before {
  top: 0; }

.wallpaper-button-divider:after {
  bottom: 0; }

.move-mouse {
  animation: moveDownUp 5s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  z-index: 10; }

@keyframes moveDownUp {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: 50px; } }

@media (max-width: 1699px) {
  #fullpage .pp-tableCell {
    padding-top: 60px; }
  #fullpage #section-01 .pp-tableCell {
    padding-top: 0; }
  .wallpaper-swiper .swiper-slide .container .h1,
  .wallpaper-swiper .swiper-slide .container h1 {
    font-size: 42px; }
  .wallpaper-swiper .swiper-slide .container p {
    font-size: 18px; }
  .wallpaper-swiper .swiper-slide .container .btn-primary {
    font-size: 18px;
    width: 320px; }
  .wallpaper-arrows {
    width: 100%;
    bottom: 0; }
  .wallpaper-button-next,
  .wallpaper-button-prev {
    width: 60px;
    height: 60px; }
  .wallpaper-button-next:before {
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .wallpaper-button-prev:before {
    border-right-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .wallpaper-button-divider {
    height: 60px; } }

@media (max-width: 1199px) {
  #fullpage {
    position: static;
    overflow: auto !important; }
  #fullpage,
  .section,
  .fp-tableCell, html {
    height: auto; }
  #fullpage .pp-tableCell {
    display: flex;
    align-items: center; }
  .pp-scrollable {
    overflow: visible; }
  .index-page {
    overflow: auto; }
  .wallpaper-swiper {
    height: calc(100vh - 55px); }
  #section-01 {
    position: relative; }
  .wallpaper-swiper .swiper-slide {
    padding-top: 0; }
  .wallpaper-swiper .swiper-slide .container .h1,
  .wallpaper-swiper .swiper-slide .container h1 {
    max-width: 100%;
    font-size: 32px; }
  .wallpaper-swiper .swiper-slide .container p {
    font-size: 16px;
    max-width: 500px; }
  .wallpaper-swiper .swiper-slide .container .btn-primary {
    font-size: 16px;
    width: 300px;
    height: 50px;
    margin-top: 30px; } }

@media (max-width: 991px) {
  .wallpaper-swiper .swiper-slide .container .h1,
  .wallpaper-swiper .swiper-slide .container h1 {
    font-size: 28px; }
  .wallpaper-swiper .swiper-slide .container p {
    max-width: 100%; }
  .wallpaper-swiper .swiper-slide .container .btn-primary {
    width: 250px; } }

@media (max-width: 575px) {
  .wallpaper-swiper .swiper-slide .container {
    padding-right: 30px; }
  .wallpaper-swiper .swiper-slide .container .h1,
  .wallpaper-swiper .swiper-slide .container h1 {
    font-size: 24px; }
  .wallpaper-button-next,
  .wallpaper-button-prev {
    width: 50px;
    height: 50px; }
  .wallpaper-button-divider {
    height: 50px; } }

.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

#section-03 .container {
  transition: all 0.8s;
  padding-top: 200px;
  transform: translateY(150px) scale(0.7);
  opacity: 0; }

#section-03 .title-group {
  margin-bottom: 30px; }

#section-03.active .container, #section-03.animated .container {
  transform: none;
  opacity: 1;
  overflow: visible; }

.catalog-page .irs--flat .irs-min, .catalog-page .irs--flat .irs-max {
  visibility: hidden !important; }

.catalog-page .irs--flat .irs-handle {
  width: 12px;
  height: 12px;
  top: 42.5px; }

.catalog-page .irs--flat .irs-handle > i:first-child {
  background-color: #E31E24;
  width: 12px;
  height: 12px;
  left: 0; }

.catalog-page .irs--flat .irs-line {
  height: 2px;
  top: 48px; }

.catalog-page .irs--flat .irs-bar {
  background-color: #E31E24;
  height: 2px;
  top: 48px; }

.catalog-page .irs-from, .catalog-page .irs-to, .catalog-page .irs-single {
  top: 10px; }

.catalog-page .irs--flat .irs-from, .catalog-page .irs--flat .irs-to, .catalog-page .irs--flat .irs-single {
  font-size: 18px;
  color: #111;
  background-color: transparent; }

.catalog-page .irs--flat .irs-from:before,
.catalog-page .irs--flat .irs-to:before, .catalog-page .irs--flat .irs-single:before {
  display: none; }

.catalog-page .irs-single .postfix-span {
  display: none; }

.catalog-page .irs--flat .irs-from span,
.catalog-page .irs--flat .irs-to span {
  font-size: 13px;
  color: #717171; }

.catalog-page .irs--flat {
  height: 54px;
  margin: 0 5px; }

.catalog-page .label {
  margin-bottom: 3px;
  font-size: 14px;
  color: #5A5255; }

.catalog-page .range-group {
  padding-left: 5px; }

.catalog-page .catalog-head .btn-secondary {
  background-color: transparent;
  color: #111;
  margin-left: 10px; }

.catalog-page .catalog-head .btn-secondary:hover {
  background-color: #041861;
  color: #fff; }

.catalog-page .search-result {
  font-size: 20px;
  margin-top: 10px; }
  .catalog-page .search-result span {
    font-weight: 500; }

.map-toggle {
  margin-top: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  padding: 10px 20px 15px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.25s; }
  .map-toggle span {
    border-bottom: 1px dashed #111; }
  .map-toggle:hover span {
    border-color: transparent; }

.map-toggle .default-state,
.map-toggle .active-state {
  position: relative;
  padding-left: 35px; }
  .map-toggle .default-state:before,
  .map-toggle .active-state:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 32px;
    top: 1px; }

.map-toggle .default-state {
  display: block; }
  .map-toggle .default-state:before {
    background: url(../img/icons/red-marker.svg) no-repeat center;
    background-size: contain; }

.map-toggle .active-state {
  display: none; }
  .map-toggle .active-state span {
    border-color: transparent; }
  .map-toggle .active-state:before {
    background: url(../img/icons/catalog-icon.svg) no-repeat center;
    background-size: 24px; }

.map-toggle.active {
  border-color: #777;
  z-index: 1000; }

.map-toggle.active .default-state {
  display: none; }

.map-toggle.active .active-state {
  display: block; }

.map-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none; 
}

  .map-slider .map-holder {
    position: absolute;
    z-index: 2;
    transition: all 0.5s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    pointer-events: auto; 
  }

  .map-slider.active .map-holder {
    width: 100%;

  }

.catalog-head {
  margin-bottom: 30px; }

#map-one {
  width: 100%;
  height: 100%; }

#map-two {
  position: absolute !important;
  inset: 0; }

.catalog-head .select-container,
.catalog-head .select-box {
  width: 100%; }

.catalog-head .select-button {
  font-size: 18px; }

.catalog-head .btn-secondary {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  padding-bottom: 9px;
  margin-top: 24px; }

#section-04 .hidden-desktop {
  display: none; }

.catalog-list .col-lg-6 {
  margin-bottom: 50px; }

.gk-img {
  height: 370px;
  position: relative; }

.gk-img .status-new {
  position: absolute;
  color: #fff;
  background-color: #E31E24;
  z-index: 10;
  top: 10px;
  left: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 5px 10px; }
  .gk-img .status-new:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
    background: url(../img/icons/helmet-icon.svg) no-repeat center;
    background-size: contain; }

.gk-img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.gk-img a span {
  display: block;
  width: 100%;
  height: 100%; }

.gk-img picture,
.gk-img img,
.gk-img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.gk-img .default-img {
  position: relative;
  z-index: 1;
  transition: all 0.2s linear; }

.gk-img .hover-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all 0.5s linear; }

.gk-img:hover .default-img {
  opacity: 0;
  visibility: hidden; }

.gk-img:hover .hover-img {
  opacity: 1;
  transition: 0; }

.gk-img:hover:after {
  opacity: 0; }

.gk-description {
  margin-top: -7px; }

.gk-description .h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px; }

.gk-description .h4 a {
  color: inherit;
  text-decoration: none; }

.gk-description .h4 a:hover {
  text-decoration: underline; }

.gk-location {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px; }
  .gk-location:before {
    content: '';
    width: 18px;
    height: 21px;
    display: block;
    margin-right: 5px;
    background: url(../img/icons/red-marker.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px; }

.gk-price {
  background-color: #FFF3F3;
  display: inline-block;
  color: #E31E24;
  margin-bottom: 10px;
  padding: 3px 10px;
  font-weight: 500; }

.gk-deadline {
  color: #E31E24;
  margin-bottom: 10px; }
  .gk-deadline span {
    color: #111; }

.gk-flats, .gk-text {
  color: #888;
  margin-bottom: 10px; }
  .gk-flats span, .gk-text span {
    color: #111; }

@media (max-width: 1699px) {
  .gk-description .h4 {
    font-size: 18px;
    font-weight: 600; }
  #section-03 .container {
    padding-top: 100px; }
  .gk-img {
    height: 300px; }
  .catalog-head .btn-secondary {
    font-size: 18px;
    height: 48px; }
  .catalog-page .irs--flat .irs-bar {
    top: 40px; }
  .catalog-page .irs--flat .irs-line {
    top: 40px; }
  .catalog-page .irs-from, .catalog-page .irs-to, .catalog-page .irs-single {
    top: 1px; }
  .catalog-page .irs--flat .irs-handle {
    top: 34.5px; }
  .catalog-head .select-container .select-button {
    height: 48px;
    font-size: 16px; }
  .map-toggle {
    font-size: 18px; } }

@media (max-width: 1536px) {
  .catalog-head .select-container .select-button {
    height: 42px; }
  .catalog-head .btn-secondary {
    height: 42px; }
  .catalog-head .select-container .select-button {
    font-size: 14px; }
  .catalog-page .catalog-head .btn-secondary {
    font-size: 16px; }
  .select-container .select-dropdown li a {
    font-size: 13.5px;
    padding: 8px 10px; } }

@media (max-width: 1199px) {
  #section-03 .container {
    transform: none;
    opacity: 1;
    padding-top: 0; }
  .map-slider {
    position: fixed;
    height: 100vh;
    width: 100vw; }
  #map-two {
    position: relative !important;
    inset: auto;
    height: 500px;
    margin: 20px 0 50px; }
  #section-04 .hidden-desktop {
    display: block;
    margin-top: 50px; }
  .gk-description {
    margin-left: -5px; }
  .gk-description .h4 {
    font-size: 16px; }
  .catalog-head {
    margin-bottom: 40px; }
  .map-toggle {
    font-size: 16px;
    margin-top: 5px; }
  .map-toggle .default-state:before,
  .map-toggle .active-state:before {
    width: 26px;
    height: 28px;
    top: -1px; } }

@media (max-width: 991px) {
  .catalog-head {
    margin-bottom: 10px; }
  .catalog-page .catalog-head .btn-secondary {
    margin-left: 0;
    margin-top: 10px; }
  .catalog-page .catalog-head {
    margin-bottom: 25px; }
  .catalog-page .search-result {
    margin-top: 20px; } }

@media (max-width: 575px) {
  #section-03 .title-group {
    margin-bottom: 10px; }
  .map-toggle {
    margin-top: 0;
    font-size: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .map-toggle .default-state,
    .map-toggle .active-state {
      position: absolute;
      inset: 0;
      padding: 10px 0 0;
      text-align: center; }
      .map-toggle .default-state:before,
      .map-toggle .active-state:before {
        display: inline-block;
        position: static; }
  .gk-img {
    margin-bottom: 12px; }
  .gk-description {
    margin-left: 0; }
  .catalog-list .col-lg-6 {
    margin-bottom: 30px; }
  .catalog-page .range-group {
    padding-left: 0; } }

@media (max-width: 375px) {
  .gk-img {
    height: 250px; } }

body.project-page.default-page {
  padding-top: 0;
  overflow: auto; }

.project-page .page-content {
  padding-top: 0; }

.project-page .wallpaper-swiper {
  height: 100vh;
  position: relative; }

.project-page .wallpaper-swiper .swiper-slide:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, transparent 100%); }

.project-hero {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  pointer-events: none; }

.project-hero h1 {
  font-size: 48px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  max-width: 800px; }

.project-hero .gk-location:before {
  background: url(../img/icons/white-marker.svg) no-repeat center;
  background-size: contain; }

.project-hero .gk-deadline {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }

.project-hero .gk-deadline span {
  color: #fff; }

.project-hero .gk-price {
  background-color: transparent;
  color: #fff;
  padding: 0;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(4, 24, 97, 0.6);
  padding: 5px 10px; }

.description-container {
  max-width: 800px;
  margin: 50px auto; }

 .project-page #plan {
 	padding-top: 30px;
 }

.project-page #plan a[href="#gallery"] {
	display: none;
}

#btn_dom, #btn_section, .btn_floor, #btn_back {
	background-color: #041861;
	border: 1px solid #041861;
	margin-bottom: 8px;
	transition: 0.25s;
	font-size: 14px;
	padding: 8px 12px;
}

#plan img ,
#flat img {
	max-width: 100%;
}

.map {
	background-repeat: no-repeat!important;
}

#btn_dom:hover, #btn_section:hover, .btn_floor:hover, #btn_back:hover {
	background-color: #3851AF;
	border-color: #3851AF;
}

.project-page .tab-container {
  position: relative;
  padding-right: 280px;
  border-bottom: 1px solid #D9D9D9; }

.project-page .tab-container .btn-primary {
  width: 260px;
  height: 46px;
  position: absolute;
  right: 0;
  top: calc(50% - 23px);
  padding: 0;
  line-height: 44px; }

.project-page .gallery-container {
  column-count: 5;
  column-gap: 30px;
  padding-top: 60px; }

.project-page .gallery-item {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top; }

.project-page .gallery-item a {
  display: block;
  width: 100%;
  transition: 0.5s; }

.project-page .gallery-item a:hover {
  cursor: zoom-in;
  opacity: 0.7; }

.project-page .gallery-item img {
  display: block;
  max-width: 100%; }

.project-page .progress-container {
  padding-top: 50px; }

.project-page .progress-item {
  display: flex;
  border-bottom: 1px solid #BABABA;
  padding: 15px 0; }

.project-page .progress-date {
  flex: 0 0 260px;
  font-size: 24px;
  font-weight: 500; }

.project-page .progress-text {
  padding-top: 9px;
  padding-right: 30px;
  flex: 0 0 650px; }
  .project-page .progress-text h3 {
    margin: 0 0 20px; }
  .project-page .progress-text ul {
    list-style-type: square; }
  .project-page .progress-text ul li::marker,
  .project-page .progress-text ol li::marker {
    color: red; }
  .project-page .progress-text ul, .project-page .progress-text ol {
    margin: -8px 0 20px;
    padding: 0 0 0 20px; }
  .project-page .progress-text ul li, .project-page .progress-text ol li {
    margin: 3px 0;
    color: #212121; }
    .project-page .progress-text ul li span, .project-page .progress-text ol li span {
      color: #808080; }

.project-page .progress-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -15px;
  flex-grow: 1; }

.project-page .progress-gallery .gallery-item {
  flex: 0 0 110px;
  height: 110px;
  margin: 0 12px 12px 0;
  display: block; }

.project-page .progress-gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 100%; }

.project-page .progress-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 1699px) {
  .project-hero h1 {
    font-size: 42px;
    margin: 0 0 15px; }
  .project-hero .gk-location,
  .project-hero .gk-deadline,
  .project-hero .gk-price {
    font-size: 18px;
    margin-bottom: 10px; }
  .project-page .tabs .btn-primary {
    font-size: 16px; }
  .project-page .gallery-container {
    column-count: 4;
    column-gap: 20px; }
  .project-page .gallery-item {
    margin-bottom: 20px; }
  .project-page .progress-date {
    flex: 0 0 200px; }
  .project-page .progress-text {
    flex: 0 0 500px; }
  .project-page .progress-gallery .gallery-item {
    flex: 0 0 100px;
    height: 100px; } }

@media (max-width: 1399px) {
  .project-hero h1 {
    font-size: 38px; } }

@media (max-width: 1199px) {
  .project-page .wallpaper-swiper {
    height: calc(100vh - 55px); }
  .project-hero h1 {
    font-size: 32px; }
  .description-container {
    margin: 30px 0; }
  .project-page .tab-container {
    padding-right: 220px; }
  .project-page .tab-container .btn-primary {
    font-size: 14px;
    width: 200px; }
  .project-page .gallery-container,
  .project-page .progress-container {
    padding-top: 30px; }
  .project-page .progress-date {
    flex: 0 0 150px;
    font-size: 18px; }
  .project-page .progress-text {
    flex: 0 0 400px;
    padding-top: 3px; }
  .project-page .progress-gallery .gallery-item {
    flex: 0 0 80px;
    height: 80px; }
  .project-page .progress-text h3 {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .project-hero h1 {
    font-size: 28px; }
  .project-hero .gk-location,
  .project-hero .gk-deadline,
  .project-hero .gk-price {
    font-size: 16px;
    margin-bottom: 5px; }
  .project-page .tab-container {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .project-page .tab-container .tabs {
    width: 100%;
    margin-bottom: 15px; }
  .project-page .tab-container .tab {
    margin-right: 30px;
    white-space: nowrap;
    font-size: 17px; }
  .project-page .tab-container .tab.active {
    font-weight: 600; }
  .project-page .tab-container .tab.active:after {
    display: none; }
  .project-page .tab-container .btn-primary {
    display: none; }
  .description-container {
    margin: 0 0 30px; }
  .project-page .gallery-container {
    column-count: 3;
    padding-top: 15px; }
  .project-page .progress-container {
    padding-top: 5px; }
  .project-page .progress-item {
    flex-wrap: wrap;
    align-items: flex-start; }
  .project-page .progress-date {
    flex: 0 0 100%;
    font-size: 16px;
    color: #717171; }
  .project-page .progress-text {
    flex: 0 0 50%;
    padding-right: 0; }
  .project-page .progress-gallery {
    flex: 0 0 50%; }
  .project-page .progress-gallery .gallery-item {
    flex: 0 0 60px;
    height: 60px; } }

@media (max-width: 767px) {
  .project-hero h1 {
    font-size: 24px; }
  .project-hero .gk-location,
  .project-hero .gk-deadline,
  .project-hero .gk-price {
    font-size: 14px;
    margin-bottom: 5px; }
  .project-hero .gk-location {
    padding-left: 0; }
  .project-hero .gk-location:before {
    display: none; }
  .project-page .gallery-container {
    column-count: 2;
    column-gap: 15px; }
  .project-page .gallery-item {
    margin-bottom: 15px; }
  .project-page .progress-text {
    flex: 0 0 100%; }
  .project-page .progress-gallery {
    flex: 0 0 100%; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 900px;
  background-color: #fff;
  text-align: left; }
  .modal > .close-modal {
    display: none; }

.modal-close {
  position: absolute;
  top: 0;
  right: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #111;
  text-decoration: none;
  font-size: 0; }
  .modal-close img {
    display: block;
    max-width: 25px;
    transition: 0.25s; }
  .modal-close:hover img {
    transform: rotate(180deg); }

.modal-body .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0; }

.modal-body .row {
  margin-left: 0;
  margin-right: 0; }

.modal-body .modal-text {
  padding: 100px 50px; }

.modal-body .subtitle {
  color: #555; }

.modal-body form {
  margin-top: 40px; }

.modal-body .btn-primary {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.modal-title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 10px; }

.modal-image {
  height: 600px; }
  .modal-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

#toast-message {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #fff;
  width: 320px;
  min-height: 150px;
  display: flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  border-left: 7px solid #041861;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
  transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
  z-index: 1000;
  opacity: 0;
  transform: translateY(200%); }
  #toast-message .success-icon {
    position: absolute;
    left: 0;
    right: 10px;
    width: 50px;
    margin: 0 auto;
    top: -20px; }
    #toast-message .success-icon img {
      width: 100%; }
  #toast-message.show {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 1899px) {
  .modal-content .modal-header h5 {
    font-size: 36px; } }

@media (max-width: 1699px) {
  .modal-content .modal-header h5 {
    font-size: 28px; }
    .modal-content .modal-header h5 span {
      font-size: 14px;
      margin-top: 2px; }
  .modal-content #callback-modal {
    max-width: 800px; }
    .modal-content #callback-modal .modal-content {
      height: 500px; }
    .modal-content #callback-modal .col-lg-6 {
      height: 500px; }
  .modal-content .modal-body .modal-text {
    padding: 10px 40px; } }

@media (max-width: 1439px) {
  .modal-content .modal-header h5 {
    font-size: 24px; } }

@media (max-width: 1080px) {
  .modal-content .modal-image {
    display: none; }
  .modal-content .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .modal-content .modal-body .modal-text {
    padding: 30px 50px 50px; } }

@media (max-width: 991px) {
  .modal-close {
    right: 0; }
  .modal {
    width: 100%; }
  .modal-content .modal-header h5 {
    font-size: 16px; }
    .modal-content .modal-header h5 span {
      font-size: 13px; }
  .modal-content .modal-body {
    padding: 25px; } }

@media (max-width: 767px) {
  .modal-content .modal-header h5 {
    font-size: 14px; }
  .modal-content .modal-body {
    padding: 0 15px 15px; }
  .modal-content .btn-primary {
    width: 100%; } }

@media (max-width: 575px) {
  .modal-content .modal-header {
    padding: 35px 15px 5px; }
    .modal-content .modal-header h5 {
      display: block;
      font-weight: 13px; }
      .modal-content .modal-header h5 span {
        display: inline;
        margin: 0; }
  .modal-close {
    width: 40px;
    height: 40px; }
    .modal-close img {
      max-width: 20px; }
  .modal-content .modal-body .modal-text {
    padding: 50px 10px; }
  #toast-message {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 30px;
    min-height: 120px; } }

[data-tab-content] {
  display: none; }

.active[data-tab-content] {
  display: block; }

.tabs {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }

.tab {
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  padding: 35px 10px;
  position: relative;
  margin-right: 50px; }

.tab:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #E31E24;
  opacity: 0; }

.tab.active {
  color: #E31E24; }

.tab.active:after {
  opacity: 1; }

.tab:hover {
  color: #E31E24; }

@media (max-width: 1699px) {
  .tab {
    font-size: 16px;
    margin-right: 20px; } }

@media (max-width: 1199px) {
  .tab {
    font-size: 14px;
    margin-right: 15px; } }

@media (max-width: 991px) {
  .project-page .tabs {
    justify-content: space-between; }
  .tab {
    font-size: 16px;
    margin-right: 15px;
    margin: 0;
    flex-grow: 1;
    text-align: center;
    padding: 20px 5px; }
  .tabs {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px; }
  .project-page .tab:after {
    display: none; } }

@media (max-width: 767px) {
  .project-page .tabs {
    flex-wrap: wrap;
    min-width: 650px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0;
    padding-right: 120px; } }

@media (max-width: 767px) {
  .project-page .tabs {
    flex-wrap: wrap;
    min-width: 650px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 0;
    padding-right: 120px; } }

@media (max-width: 575px) {
  .project-page .tabs {
    min-width: 500px; } }

@media (max-width: 420px) {
  .project-page .tabs {
    padding-right: 200px; } }

.consultation-section {
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.default-page .consultation-section {
  padding: 20px 0 100px; }

.consultation-section .h2 {
  font-size: 42px;
  margin: 0 0 5px;
  font-weight: 500; }

.consultation-section p {
  font-size: 18px;
  margin: 0 0 60px;
  color: #777;
  text-align: center; }

.consultation-section form {
  display: flex;
  flex-wrap: wrap; }

.consultation-section .form-group {
  margin-right: 30px; }

.consultation-section label {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  color: #111; }

.consultation-section .form-control {
  font-size: 48px;
  font-weight: 500;
  height: 64px;
  border: 0;
  border-bottom: 1px solid #212121;
  width: 480px; }

.consultation-section .btn-primary {
  width: 320px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-top: 28px; }

#section-06 .consultation-section {
  transition: all 0.8s;
  transform: translateY(150px) scale(0.7);
  opacity: 0; }

#section-06.active .consultation-section, #section-06.animated .consultation-section {
  transform: translateY(0) scale(1);
  opacity: 1; }

@media (max-width: 1699px) {
  .consultation-section .h2 {
    font-size: 32px; }
  .consultation-section p {
    font-size: 16px;
    margin-bottom: 40px; }
  .consultation-section .form-control {
    font-size: 32px;
    width: 320px;
    padding-right: 0; }
  .consultation-section .btn-primary {
    width: 280px;
    height: 50px;
    font-size: 18px;
    margin-top: 41px; }
  .default-page .consultation-section {
    padding: 120px 15px 100px; } }

@media (max-width: 1199px) {
  #section-06 .consultation-section {
    transform: translateY(0) scale(1);
    opacity: 1; }
  .default-page .consultation-section {
    padding: 100px 15px; } }

@media (max-width: 767px) {
  .consultation-section .form-control {
    font-size: 24px;
    width: 250px; }
  .consultation-section .btn-primary {
    width: 240px;
    height: 50px;
    font-size: 16px; } }

@media (max-width: 767px) {
  .consultation-section .form-group {
    margin-right: 0;
    width: 100%; }
  .consultation-section .form-control {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 50px; }
  .consultation-section .btn-primary {
    width: 100%;
    height: 50px;
    margin-top: 10px; }
  .consultation-section .h2 {
    font-size: 28px; } }

@media (max-width: 479px) {
  .consultation-section .h2 {
    font-size: 24px; }
  .consultation-section p {
    font-size: 14px; } }

.about-info {
  padding-left: 50px; }

.index-page .about-info {
  padding-left: 0;
  margin-left: -20px; }

.about-values {
  display: flex;
  justify-content: space-between; }

.about-title {
  font-size: 48px;
  color: #041861;
  margin: 0 0 20px;
  font-weight: 600; }

.about-subtitle {
  font-size: 22px;
  margin: 0 0 70px 90px;
  max-width: 800px; }

.index-page .about-subtitle {
  font-size: 20px;
  max-width: 600px;
  margin-bottom: 40px; }

.about-values .value-item {
  position: relative;
  padding-left: 60px; }

.value-item .value-image {
  position: absolute;
  left: 0;
  top: 7px;
  max-width: 43px;
  max-height: 43px; }

.value-item .value-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2; }

.value-item .value-text {
  font-size: 18px; }

.index-page .triple-images {
  max-width: 300px; }

.triple-images {
  display: flex;
  max-width: 380px;
  margin: 0 auto; }

.triple-images .image-one,
.triple-images .image-two,
.triple-images .image-three {
  position: relative;
  transition: all 0.3s linear;
  opacity: 0; }
  .triple-images .image-one img,
  .triple-images .image-two img,
  .triple-images .image-three img {
    display: block;
    width: 100%; }

.triple-images .image-one {
  margin-top: 10px;
  transform: translate(-50%, 30%) scale(0.7);
  transition-delay: 0.2s; }

.triple-images .image-two {
  margin: -80px 20px 0;
  transform: translateY(30%) scale(0.7);
  transition-delay: 0.5s; }

.triple-images .image-three {
  margin-top: 15px;
  transform: translate(30%, 40%) scale(0.7);
  transition-delay: 0.7s; }

#section-02 .container {
  padding-top: 220px; }

.index-about {
  margin-bottom: 120px; }

#section-02.active .triple-images .image-one,
#section-02.active .triple-images .image-two,
#section-02.active .triple-images .image-three,
#section-02.animated .triple-images .image-one,
#section-02.animated .triple-images .image-two,
#section-02.animated .triple-images .image-three {
  transform: translate(0, 0) scale(1);
  opacity: 1; }

.about-page .page-content {
  padding-top: 120px; }

.about-start {
  margin: 100px 0 50px;
  position: relative;
  padding: 50px 0; }

.about-start .text-box {
  font-size: 22px;
  line-height: 1.8;
  max-width: 720px; }

.about-start .start-img {
  position: absolute;
  bottom: 0;
  left: calc(100% - 700px);
  z-index: 10; }

.about-start .text-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
  background-color: #EDF0F3; }

.about-features .triple-images .image-one,
.about-features .triple-images .image-two,
.about-features .triple-images .image-three {
  transform: none;
  opacity: 1; }

.about-features {
  margin: 250px 0 200px; }

.history-section {
  margin-bottom: 100px; }

.history-section .title-group {
  display: block;
  margin-bottom: 50px; }

.history-section .title-group p {
  font-size: 22px;
  color: #555; }

.history-swiper {
  overflow: hidden; }

.history-swiper .swiper-slide {
  padding: 0 30px; }

.history-section .slider-container {
  position: relative;
  padding: 100px 0 100px 70px;
  width: calc((100vw - 1600px) / 2 + 1600px); }

.history-section .slider-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  background-color: #EDF0F3; }

.history-section .lg-num {
  font-size: 54px;
  font-weight: 600; }

.history-section hr {
  border-top: 1px solid #212121; }

.history-section .swiper-slide-active .lg-num {
  color: #E31E24; }

.history-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1600px;
  display: flex;
  justify-content: flex-end; }

.history-button-prev,
.history-button-next {
  width: 80px;
  height: 80px;
  border: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 200ms ease;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.history-button-next:hover,
.history-button-prev:hover {
  background-color: #041861; }

.history-button-next:before,
.history-button-prev:before {
  content: ''; }

.history-button-next:before {
  border-left: 18px solid #111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.history-button-next:hover:before {
  border-left-color: #fff; }

.history-button-prev:before {
  border-right: 18px solid #111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.history-button-prev:hover:before {
  border-right-color: #fff; }

.history-button-divider {
  display: block;
  height: 80px;
  position: relative;
  width: 1px;
  z-index: 2;
  margin-right: -0.5px;
  margin-left: -0.5px; }

.history-button-divider:before,
.history-button-divider:after {
  content: '';
  height: 13px;
  width: 1px;
  background-color: #111;
  position: absolute; }

.history-button-divider:after {
  bottom: 0; }

.history-button-divider:before {
  top: 0; }

.documentation-section {
  padding-top: 40px;
  margin-bottom: 50px; }

.documentation-section .title-group {
  justify-content: center;
  margin-bottom: 40px; }

.documents-swiper {
  width: 100%; }

.documents-swiper img {
  display: block;
  height: 400px;
  max-width: 100%;
  margin: 0 auto; }

.documents-swiper .swiper-slide {
  opacity: 0.4;
  width: auto;
  padding: 10px;
  cursor: pointer; }

.documents-swiper .swiper-slide a {
  display: block;
  outline: 0;
  pointer-events: none; }

.documents-swiper .swiper-slide.swiper-slide-active {
  opacity: 1; }

.documents-swiper .swiper-slide.swiper-slide-active:hover a {
  cursor: zoom-in;
  pointer-events: auto; }

.documents-swiper .wide-pagination {
  width: 100%;
  height: 12px;
  text-align: center; }

.documents-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  margin: 0 8px; }

.documents-swiper .swiper-pagination-bullet-active {
  background-color: #6DBADD; }

.done-projects .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.done-projects .text-box {
  position: relative;
  padding: 70px 50px 100px 0; }

.done-projects .text-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
  background-color: #EDF0F3; }

.done-projects .text-box h2 {
  font-size: 48px;
  margin: 0 0 25px; }

.done-projects .text-box p {
  font-size: 20px; }

.done-projects .slider-container {
  position: relative;
  overflow: hidden;
  width: 1200px;
  padding: 150px 0 150px 10px; }

.done-swiper .swiper-slide {
  position: relative;
  opacity: 0.5; }

.done-swiper .slide-content {
  height: 400px;
  position: relative;
  transform: scale(0.9);
  transition: 0.3s; }

.done-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.done-swiper .swiper-slide-active {
  margin: 0 10px;
  opacity: 1; }

.done-swiper .swiper-slide-active .slide-content {
  transform: scale(1); }

.done-swiper .slide-content:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0.32%, rgba(0, 0, 0, 0.3) 90.67%); }

.done-swiper .project-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500; }

.done-arrows {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 605px;
  display: flex;
  justify-content: flex-end; }

.done-button-prev,
.done-button-next {
  width: 80px;
  height: 80px;
  border: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 200ms ease;
  background-color: #EDF0F3;
  display: flex;
  justify-content: center;
  align-items: center; }

.done-button-prev:hover,
.done-button-next:hover {
  background-color: #041861; }

.done-button-prev:before,
.done-button-next:before {
  content: ''; }

.done-button-next:before {
  border-left: 18px solid #111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.done-button-next:hover:before {
  border-left-color: #fff; }

.done-button-prev:before {
  border-right: 18px solid #111;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.done-button-prev:hover:before {
  border-right-color: #fff; }

.done-button-divider {
  display: block;
  height: 80px;
  position: relative;
  width: 1px;
  z-index: 2;
  margin-right: -0.5px;
  margin-left: -0.5px; }

.done-button-divider:before,
.done-button-divider:after {
  content: '';
  height: 13px;
  width: 1px;
  background-color: #111;
  position: absolute; }

.done-button-divider:after {
  bottom: 0; }

.done-button-divider:before {
  top: 0; }

@media (max-width: 1999px) {
  .about-start .text-box {
    font-size: 20px; }
  .about-start .start-img {
    max-width: 700px;
    left: calc(100% - 500px); } }

@media (max-width: 1699px) {
  #section-02 .pp-tableCell {
    padding-top: 120px; }
  .index-page .about-title {
    font-size: 42px; }
  .about-info {
    padding-left: 15px; }
  .about-title {
    font-size: 48px; }
  .about-page .about-title {
    font-size: 42px; }
  .about-subtitle {
    font-size: 18px; }
  .value-item .value-image {
    max-width: 38px;
    max-height: 38px; }
  .about-values .value-item {
    padding-left: 50px; }
  .value-item .value-number {
    font-size: 36px; }
  .value-item .value-text {
    font-size: 16px; }
  .about-page .page-content {
    padding-top: 80px; }
  .about-page .about-features {
    margin: 200px 0 150px; }
  .history-arrows {
    max-width: 1320px; }
  .history-button-prev,
  .history-button-next {
    width: 60px;
    height: 60px; }
  .history-button-next:before {
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .history-button-prev:before {
    border-right-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .history-button-divider {
    height: 60px; }
  .history-section .slider-container {
    padding: 60px 0 70px 50px;
    width: calc((100vw - 1320px) / 2 + 1320px); }
  .history-section .title-group p {
    font-size: 18px; }
  .history-section .title-group {
    margin-bottom: 30px; }
  .documents-swiper img {
    height: 350px; }
  .done-projects .text-box h2 {
    font-size: 42px; }
  .done-arrows {
    bottom: 65px;
    width: 565px; }
  .done-button-prev,
  .done-button-next {
    width: 60px;
    height: 60px; }
  .done-button-next:before {
    border-left-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .done-button-prev:before {
    border-right-width: 14px;
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .done-button-divider {
    height: 60px; } }

@media (max-width: 1536px) {
  .done-projects .text-box h2 {
    font-size: 38px; }
  .about-page .about-title {
    font-size: 38px; }
  .index-page .about-title {
    font-size: 38px; } }

@media (max-width: 1399px) {
  .about-info {
    padding-left: 20px; }
  .about-subtitle {
    margin: 0 0 50px 50px; }
  .value-item .value-image {
    top: 1px; }
  .about-values .value-item {
    padding-left: 45px; }
  .value-item .value-text {
    font-size: 14px; }
  .value-item .value-number {
    font-size: 32px; }
  .about-start .text-box {
    font-size: 18px;
    max-width: 600px; }
  .index-page .about-subtitle {
    font-size: 18px; }
  .about-page .about-features {
    margin: 150px 0 120px; }
  .history-arrows {
    max-width: 1170px; }
  .history-section .slider-container {
    width: calc((100vw - 1170px) / 2 + 1170px); }
  .history-button-prev,
  .history-button-next {
    width: 50px;
    height: 50px; }
  .history-button-divider {
    height: 50px; }
  .history-section .lg-num {
    font-size: 48px; }
  .history-swiper .swiper-slide {
    padding: 0 15px; }
  .documents-swiper img {
    height: 300px; }
  .done-projects .text-box p {
    font-size: 18px; }
  .done-button-prev,
  .done-button-next {
    width: 50px;
    height: 50px; }
  .done-button-divider {
    height: 50px; }
  .done-arrows {
    bottom: 80px;
    width: 543px; } }

@media (max-width: 1199px) {
  .about-start {
    margin-top: 50px; }
  .about-start .text-box {
    font-size: 16px; }
  .index-page .about-info {
    margin-left: 30px; }
  .about-start .start-img {
    max-width: 500px;
    left: calc(100% - 300px); }
  .index-page #section-02 {
    padding: 0; }
  #section-02 .container {
    padding-top: 100px; }
  .index-about {
    margin-bottom: 80px; }
  .index-page .about-title {
    font-size: 32px; }
  .about-title,
  .about-page .about-title {
    font-size: 32px; }
  .about-subtitle {
    margin-bottom: 30px; }
  .about-values {
    flex-wrap: wrap; }
  .about-values .value-item {
    width: 50%;
    margin-bottom: 30px; }
  .triple-images .image-one,
  .triple-images .image-two,
  .triple-images .image-three {
    opacity: 1;
    transform: translate(0) scale(1); }
  .triple-images .image-two {
    margin-top: -50px; }
  .about-page .about-features {
    margin: 100px 0; }
  .history-arrows {
    max-width: 960px; }
  .history-section .slider-container {
    width: calc((100vw - 960px) / 2 + 960px); }
  .history-section .lg-num {
    font-size: 42px; }
  .history-section .slider-container {
    padding: 40px 0 50px 40px; }
  .history-swiper .swiper-slide {
    padding: 0 15px; }
  .history-section .title-group p {
    font-size: 16px; }
  .done-projects .text-box h2 {
    font-size: 32px; }
  .done-projects .text-box p {
    font-size: 16px; }
  .done-projects .slider-container {
    width: 1000px; }
  .done-swiper .slide-content {
    height: 320px; }
  .done-swiper .project-name {
    font-size: 16px; }
  .done-projects .text-box {
    padding: 50px 40px 60px 0; }
  .done-arrows {
    width: 475px; } }

@media (max-width: 991px) {
  #section-02 .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .index-page .about-subtitle {
    font-size: 16px; }
  .about-page .page-content {
    padding-top: 50px; }
  .about-start {
    margin-top: 30px; }
  .about-subtitle {
    font-size: 16px; }
  .about-start {
    padding: 30px 0 20px; }
  .about-start .text-box {
    max-width: 400px; }
  .about-start .start-img {
    max-width: 500px;
    left: calc(100% - 250px); }
  .history-arrows {
    max-width: 720px; }
  .history-section .slider-container {
    width: calc((100vw - 720px) / 2 + 720px); }
  .done-projects .slider-container {
    padding: 50px 0; }
  .done-arrows {
    display: none; }
  .documentation-section {
    margin-bottom: 100px; } }

@media (max-width: 767px) {
  .index-about {
    margin-bottom: 40px; }
  .about-page .page-content {
    padding-top: 30px; }
  .index-page .about-title {
    font-size: 28px; }
  .about-title {
    margin-bottom: 10px; }
  .about-page .about-features {
    margin-bottom: 80px; }
  .triple-images {
    width: 300px;
    margin: 0 auto 40px; }
  .about-info {
    padding-left: 0; }
  .about-start {
    margin-top: -15px; }
  .about-start .text-box {
    max-width: none; }
  .about-start .start-img {
    display: none; }
  .about-title {
    font-size: 28px; }
  .history-section {
    margin-bottom: 70px; }
  .history-section .title-group .h2 {
    margin-bottom: 0; }
  .history-arrows {
    max-width: 540px; }
  .history-section .slider-container {
    width: calc((100vw - 540px) / 2 + 540px);
    padding: 40px 0 50px 10px; }
  .history-section .lg-num {
    font-size: 36px; }
  .documentation-section .title-group .h2 {
    text-align: center; }
  .done-projects .text-box h2 {
    font-size: 28px;
    margin-bottom: 10px; }
  .done-projects .text-box p {
    font-size: 14px; }
  .done-projects .text-box {
    padding: 20px 0; }
  .done-projects .text-box:after {
    margin-right: -15px; } }

@media (max-width: 575px) {
  .about-subtitle {
    margin: 0 0 30px 20px; }
  .index-page .about-info {
    margin-left: 0; }
  .value-item .value-number {
    font-size: 24px; }
  .value-item .value-text {
    max-width: 100px; }
  .about-page .about-features {
    margin-bottom: 50px; }
  .about-start {
    padding: 0; }
  .about-start .text-box {
    font-size: 14px; }
  .about-start .text-box:after {
    display: none; }
  .history-section {
    margin-bottom: 30px; }
  .history-arrows {
    max-width: none;
    justify-content: flex-start; }
  .history-section .slider-container {
    width: 100%; }
  .documentation-section {
    margin-bottom: 70px; }
  .done-swiper .slide-content {
    height: 280px; }
  .done-swiper .project-name {
    left: 10px;
    bottom: 10px;
    right: 10px; }
  .done-projects .slider-container {
    width: 800px; } }

.contacts-page .page-content h1,
.contacts-page .page-content .h1 {
  margin-bottom: 40px; }

.contacts-page .page-content .mb-5 {
  margin-bottom: 50px; }

.contacts-page .page-content .h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px; }

.contacts-page .page-content a {
  text-decoration: none;
  color: #111; }

.contacts-page .page-content a:hover {
  text-decoration: underline;
  color: #E31E24; }

.contacts-page .contacts-form p {
  color: #716F6F; }

.contacts-page .contacts-form .btn-primary {
  color: #fff;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.contacts-page .contacts-form .btn-primary:hover {
  color: #fff;
  text-decoration: none; }

.contacts-page .page-content .lg-phone {
  font-weight: 500;
  font-size: 28px;
  text-decoration: none;
  color: #E31E24; }

.contacts-page .page-content .lg-phone:hover {
  text-decoration: underline; }

.contacts-page .page-content .social-container a {
  text-transform: uppercase;
  text-decoration: none;
  color: #716F6F;
  border-bottom: 1px dashed #716F6F;
  margin-right: 10px; }
  .contacts-page .page-content .social-container a:hover {
    border-color: transparent;
    color: #E31E24; }

#map {
  width: 100%;
  height: 600px;
  margin: 80px 0; }

@media (max-width: 1536px) {
  .contacts-page .page-content {
    padding-top: 30px; }
  .contacts-page .page-content h1,
  .contacts-page .page-content .h1 {
    margin-bottom: 25px; }
  .contacts-page .page-content .h3 {
    font-size: 18px; }
  .contacts-page .page-content .lg-phone {
    font-size: 24px; }
  .contacts-page .page-content .h3 {
    margin-bottom: 5px; } }

@media (max-width: 1199px) {
  #map {
    height: 500px; } }

@media (max-width: 991px) {
  .contacts-page .contacts-form {
    margin-top: 70px; } }

@media (max-width: 768px) {
  .contacts-page .page-content h1,
  .contacts-page .page-content .h1 {
    margin-bottom: 15px; }
  .contacts-page .address-item {
    margin-bottom: 30px; }
  .contacts-page .page-content .mb-5 {
    margin-bottom: 30px; }
  .contacts-page .mailbox {
    margin-bottom: 30px; }
  .contacts-page .contacts-form {
    margin-top: 40px; }
  .contacts-page .page-content .h3 {
    font-size: 18px;
    margin-bottom: 3px; } }

.news-item {
  min-height: 100%; }
  .news-item .detail-link a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #111;
    font-size: 18px;
    border-bottom: 1px dashed #111; }
    .news-item .detail-link a:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      right: -16px;
      border-left: 10px solid #E31E24;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      top: calc(50% - 5px);
      transition: 0.2s; }
    .news-item .detail-link a:hover {
      border-color: transparent; }
      .news-item .detail-link a:hover:after {
        transform: translateX(7px); }
  .news-item .item-img {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-bottom: 5px;
    position: relative; }
    .news-item .item-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 4px; }
    .news-item .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-item .item-img:hover {
      opacity: 0.8; }
  .news-item .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 43px; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        text-decoration: underline; }
  .news-item .item-date {
    color: #888;
    font-size: 11px; }
  .news-item .item-text {
    margin: 0 0 10px;
    color: #777;
    font-size: 14px; }

.index-news {
  padding: 40px 0; }
  .index-news .title-group {
    margin-bottom: 35px; }
  .index-news .col-4 {
    transition: all 0.8s;
    transform: translateY(150px) scale(0.8);
    opacity: 0; }
    .index-news .col-4:nth-child(1) {
      transition-delay: 0.1s;
      flex-grow: 1;
      max-width: 66.666667%; }
      .index-news .col-4:nth-child(1) .news-item .item-img {
        height: 450px; }
      .index-news .col-4:nth-child(1) .news-item .item-title {
        font-size: 30px;
        margin-bottom: 10px;
        min-height: auto;
        font-weight: 500; }
    .index-news .col-4:nth-child(2), .index-news .col-4:nth-child(3) {
      flex: 0 0 25%; }
      .index-news .col-4:nth-child(2) .news-item .item-img, .index-news .col-4:nth-child(3) .news-item .item-img {
        height: 240px; }
      .index-news .col-4:nth-child(2) .news-item .item-title, .index-news .col-4:nth-child(3) .news-item .item-title {
        min-height: auto;
        font-size: 22px; }
      .index-news .col-4:nth-child(2) .news-item .item-text, .index-news .col-4:nth-child(3) .news-item .item-text {
        height: auto;
        font-size: 12px; }
      .index-news .col-4:nth-child(2) .news-item .detail-link a, .index-news .col-4:nth-child(3) .news-item .detail-link a {
        font-size: 14px; }
        .index-news .col-4:nth-child(2) .news-item .detail-link a:after, .index-news .col-4:nth-child(3) .news-item .detail-link a:after {
          border-left: 7px solid #E31E24;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
    .index-news .col-4:nth-child(2) {
      transition-delay: 0.5s; }
    .index-news .col-4:nth-child(3) {
      transition-delay: 1s; }

.news-inner.default-page .page-content {
  padding-top: 0; }

.news-page .title-group {
  justify-content: center; }

.news-page .col-sm-6.col-lg-4.col-xl-3 {
  margin-bottom: 80px; }

.news-page .news-item .detail-link a {
  font-size: 16px; }

.news-page .news-item .detail-link a:after {
  border-left: 7px solid #E31E24;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: calc(50% - 3px); }

.news-page .news-item .item-title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.news-page .btn-primary.load-more {
  width: 360px;
  margin: 0 auto 50px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  font-size: 20px;
  background-color: #fff;
  color: #111; }

.news-page .btn-primary.load-more:hover {
  color: #fff;
  background-color: #E31E24; }

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }

.news-head .filter-group {
  margin-top: 27px;
  margin-bottom: 0; }

.news-head .form-group {
  padding-bottom: 0; }

.news-head .select-container .select-button {
  width: 250px; }

.news-inner .text-container {
  max-width: none;
  margin: 0;
  padding-right: 50px;
  padding-top: 20px; }

.news-inner .text-container h1 {
  font-size: 36px;
  margin-bottom: 10px; }

.news-inner .text-container h2 {
  font-size: 28px;
  margin-bottom: 10px; }

.aside-col {
  padding: 35px 0px 5px;
  border-radius: 4px;
  position: relative;
  z-index: 5; }
  .aside-col iframe {
    max-width: 100%; }
  .aside-col .h3, .aside-col h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 500; }
  .aside-col .news-item {
    display: flex;
    margin-bottom: 20px; }
  .aside-col .item-body {
    margin-top: -3px; }
  .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-right: 12px; }
    .aside-col .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .aside-col .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .aside-col .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .aside-col .item-img:hover {
      opacity: 0.8; }
  .aside-col .item-title {
    font-weight: 400;
    margin-bottom: 5px;
    color: #212121;
    font-size: 17px;
    font-weight: 500; }
    .aside-col .item-title a {
      color: inherit;
      text-decoration: none; }
      .aside-col .item-title a:hover {
        text-decoration: underline; }
  .aside-col .item-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 5px; }
  .aside-col .detail-link a {
    font-size: 15px; }
    .aside-col .detail-link a:after {
      border-left: 8px solid #E31E24;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      top: calc(50% - 6px); }

.news-inner .article-date {
  font-size: 13px;
  color: #8F8D8D; }

#section-05.animated .col-4,
#section-05.active .col-4 {
  opacity: 1;
  transform: translateY(0) scale(1); }

@media (max-width: 1699px) {
  #section-05 .title-group {
    margin-bottom: 20px; }
  .index-news .col-4:nth-child(1) .news-item .item-title {
    font-size: 20px; }
  .index-news .col-4:nth-child(1) .news-item .item-img {
    height: 320px; }
  .index-news .col-4:nth-child(2) .news-item .item-title,
  .index-news .col-4:nth-child(3) .news-item .item-title {
    font-size: 16px; }
  .index-news .col-4:nth-child(1) .news-item .detail-link a {
    font-size: 16px; }
  .index-news .col-4:nth-child(2) .news-item .item-img,
  .index-news .col-4:nth-child(3) .news-item .item-img {
    height: 200px; }
  .news-page .news-item .item-title {
    font-size: 16px; }
  .news-page .news-item .item-img {
    height: 220px; }
  .news-page .news-item .detail-link a {
    font-size: 15px; }
  .news-page .col-sm-6.col-lg-4.col-xl-3 {
    margin-bottom: 50px; }
  .aside-col .item-title {
    font-size: 16px; }
  .aside-col .detail-link a {
    font-size: 13px; }
  .aside-col .detail-link a:after {
    border-left: 7px solid #E31E24;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: calc(50% - 4px); }
  .aside-col .item-date {
    margin-bottom: 1px; }
  .news-inner .text-container h1 {
    font-size: 28px; }
  .news-inner .text-container h2 {
    font-size: 24px; } }

@media (max-width: 1399px) {
  .news-page .news-item .item-img {
    height: 200px; } }

@media (max-width: 1199px) {
  .index-news .col-4 {
    transform: translateY(0) scale(1);
    opacity: 1; }
  .index-news .col-4:nth-child(1) .news-item .item-img {
    height: 300px; }
  .index-news .col-4:nth-child(1) .news-item .item-title {
    font-size: 20px; }
  .index-news .col-4:nth-child(2) .news-item .item-img,
  .index-news .col-4:nth-child(3) .news-item .item-img {
    height: 180px; }
  .news-inner .text-container h1 {
    font-size: 24px; }
  .news-inner .text-container h2 {
    font-size: 18px;
    line-height: 1.3; } }

@media (max-width: 991px) {
  .index-news .col-4:nth-child(1) {
    flex: 0 0 40%; }
    .index-news .col-4:nth-child(1) .news-item .item-img {
      height: 220px; }
    .index-news .col-4:nth-child(1) .news-item .item-title {
      font-size: 16px; }
  .index-news .col-4:nth-child(2),
  .index-news .col-4:nth-child(3) {
    flex: 0 0 30%; }
    .index-news .col-4:nth-child(2) .news-item .item-img,
    .index-news .col-4:nth-child(3) .news-item .item-img {
      height: 160px; }
    .index-news .col-4:nth-child(2) .news-item .item-title,
    .index-news .col-4:nth-child(3) .news-item .item-title {
      font-size: 14px; }
    .index-news .col-4:nth-child(2) .news-item .detail-link a,
    .index-news .col-4:nth-child(3) .news-item .detail-link a {
      font-size: 13px; }
  .news-inner .text-container {
    padding-top: 0; }
  .aside-col .news-item {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .index-news {
    padding: 30px 0 0; }
    .index-news .col-4:nth-child(1),
    .index-news .col-4:nth-child(2),
    .index-news .col-4:nth-child(3) {
      flex: 100%;
      max-width: 100%;
      margin-bottom: 30px; }
      .index-news .col-4:nth-child(1) .news-item .item-img,
      .index-news .col-4:nth-child(2) .news-item .item-img,
      .index-news .col-4:nth-child(3) .news-item .item-img {
        height: 360px; }
      .index-news .col-4:nth-child(1) .news-item .item-text,
      .index-news .col-4:nth-child(2) .news-item .item-text,
      .index-news .col-4:nth-child(3) .news-item .item-text {
        font-size: 14px; }
      .index-news .col-4:nth-child(1) .news-item .item-title,
      .index-news .col-4:nth-child(2) .news-item .item-title,
      .index-news .col-4:nth-child(3) .news-item .item-title {
        font-size: 16px; }
      .index-news .col-4:nth-child(1) .news-item .detail-link a,
      .index-news .col-4:nth-child(2) .news-item .detail-link a,
      .index-news .col-4:nth-child(3) .news-item .detail-link a {
        font-size: 14px; }
  .news-page .news-head {
    flex-wrap: wrap; }
  .news-page .filter-group {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0; }
  .news-head .form-group,
  .news-head .select-container,
  .news-head .select-box,
  .news-head .select-container .select-button {
    width: 100%; }
  .news-page .news-item .item-img {
    height: 180px; } }

@media (max-width: 575px) {
  .news-page .news-item {
    width: 400px;
    margin: 0 auto; }
  .news-page .news-item .item-img {
    height: 230px; } }

@media (max-width: 479px) {
  .index-news {
    padding: 30px 0; }
    .index-news .container {
      position: relative;
      padding-bottom: 50px; }
    .index-news .col-4:nth-child(1) .news-item .item-img,
    .index-news .col-4:nth-child(2) .news-item .item-img,
    .index-news .col-4:nth-child(3) .news-item .item-img {
      height: 320px; }
    .index-news .col-4:nth-child(1) .news-item .item-text,
    .index-news .col-4:nth-child(2) .news-item .item-text,
    .index-news .col-4:nth-child(3) .news-item .item-text {
      font-size: 13px; }
    .index-news .col-4:nth-child(1) .news-item .item-title,
    .index-news .col-4:nth-child(2) .news-item .item-title,
    .index-news .col-4:nth-child(3) .news-item .item-title {
      font-size: 16px; }
    .index-news .title-group .h2, .index-news .title-group h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
    .index-news .title-group .group-link {
      font-size: 16px;
      position: absolute;
      bottom: 0;
      left: 10px;
      right: 10px;
      text-align: center;
      padding: 10px;
      border: 1px solid #E31E24; }
      .index-news .title-group .group-link:after {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        margin-top: 1px;
        right: auto;
        top: 1px; }
  .news-page .news-item .item-img {
    height: 220px; }
  .news-page .news-item {
    width: 100%; } }

@media (max-width: 420px) {
  .index-news .col-4:nth-child(1) .news-item .item-img,
  .index-news .col-4:nth-child(2) .news-item .item-img,
  .index-news .col-4:nth-child(3) .news-item .item-img {
    height: 280px; }
  .news-page .news-item .item-img {
    height: 200px; }
  .aside-col .item-img {
    height: 100px;
    width: 120px;
    flex: 0 0 120px; }
  .aside-col .item-title {
    font-size: 15px; } }

@media (max-width: 375px) {
  .index-news .col-4:nth-child(1) .news-item .item-img,
  .index-news .col-4:nth-child(2) .news-item .item-img,
  .index-news .col-4:nth-child(3) .news-item .item-img {
    height: 220px; } }

.text-container {
  max-width: 800px;
  margin: 0 auto; }
  .text-container .title-group {
    width: 100%; }
  .text-container h1, .text-container .h1 {
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 30px;
    line-height: 1.3; }
  .text-container .h2, .text-container h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .text-container .h3, .text-container h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .text-container .h5, .text-container h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
  .text-container img {
    display: block;
    max-width: 100%; }
  .text-container ul {
    list-style-type: square; }
  .text-container ul li::marker,
  .text-container ol li::marker {
    color: red; }
  .text-container ul, .text-container ol {
    margin: -8px 0 20px;
    padding: 0 0 0 20px; }
  .text-container ul li, .text-container ol li {
    margin: 3px 0;
    color: #212121; }
  .text-container iframe {
    max-width: 100%; }
  .text-container p {
    margin: 10px 0 20px;
    line-height: 1.6; }
  .text-container a {
    color: #E31E24;
    text-decoration: underline; }
    .text-container a:hover {
      text-decoration: none; }
  .text-container img {
    display: block;
    max-width: 100%; }
  .text-container .accordion-container {
    margin: 30px 0; }
  .text-container .accordion-header .h3 {
    margin: 0; }

img.align-left {
  margin: 5px 12px 5px 0; }

img.align-right {
  margin: 5px 0 5px 12px; }

@media (max-width: 1536px) {
  .text-container h1,
  .text-container .h1 {
    font-size: 36px; } }

@media (max-width: 1199px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 32px; }
  .text-container .h2,
  .text-container h2 {
    font-size: 20px; }
  .text-container .h3,
  .text-container h3 {
    font-size: 16px; }
  .text-container .h4,
  .text-container h4 {
    font-size: 14px; } }

@media (max-width: 991px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 28px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .text-container .h1,
  .text-container h1 {
    font-size: 24px;
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .text-container .h3,
  .text-container h3 {
    font-size: 18px; } }

.accordion-container {
  display: flex;
  flex-direction: column; }

.accordion-item {
  width: 100%;
  border-bottom: 1px solid #BABABA;
  display: none; }

.accordion-item.show {
  display: block; }

.accordion-item.active {
  border-bottom: 1px solid #E31E24; }

.accordion-header.active {
  color: #E31E24; }

.accordion-header {
  padding: 15px 30px 15px 0;
  font-size: 22px;
  position: relative;
  cursor: pointer; }

.accordion-header .h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3; }

.accordion-header:after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  transition: all 0.2s;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icons/plus-black.svg) no-repeat center;
  background-size: contain; }

.accordion-body {
  padding: 0;
  display: none; }

.accordion-header.active:after {
  transform: rotate(45deg); }

@media (max-width: 991px) {
  .accordion-header .h3 {
    font-size: 18px; }
  .filter-group {
    margin-top: 35px;
    margin-bottom: 15px; } }

.footer-section .pp-tableCell {
  flex-direction: column; }

.footer-section .consultation-section {
  margin-bottom: auto;
  margin-top: auto; }

.main-footer {
  width: 100%;
  background-color: #EDF0F3; }

.footer-content {
  padding: 45px 0; }

.footer-content .logo-holder {
  margin-bottom: 20px; }

.footer-content .logo-holder img {
  display: block;
  width: 150px; }

.footer-content .logo-col p {
  max-width: 320px; }

.footer-content ul {
  list-style: square; }
  .footer-content ul li {
    font-size: 18px;
    margin-bottom: 10px; }
    .footer-content ul li::marker {
      color: #E31E24; }
  .footer-content ul a {
    text-decoration: none;
    color: #111; }
    .footer-content ul a:hover {
      color: #E31E24; }

.footer-content .h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px; }

.footer-content p {
  margin: 0 0 10px; }

.footer-content .address-item {
  margin-bottom: 20px; }

.footer-content a {
  color: #111;
  text-decoration: none; }
  .footer-content a:hover {
    color: #E31E24; }

.footer-content .lg-phone {
  font-weight: 500;
  font-size: 28px;
  text-decoration: none;
  color: #E31E24; }

.footer-content .social-container {
  margin-top: 50px; }

.footer-content .social-container a {
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  border-bottom: 1px dashed #111;
  margin-right: 10px; }
  .footer-content .social-container a:hover {
    border-color: transparent;
    color: #E31E24; }

.footer-bottom {
  background-color: #E2E5E8;
  padding: 10px 0; }
  .footer-bottom a {
    color: #E31E24;
    text-decoration: none; }
    .footer-bottom a:hover {
      text-decoration: underline; }

.footer-bottom .container {
  display: flex;
  justify-content: space-between; }

@media (max-width: 1699px) {
  .footer-content {
    padding: 20px 0; }
  .footer-content ul li {
    font-size: 14px; }
  .footer-content .logo-holder {
    margin-bottom: 10px; }
  .footer-content .logo-col p {
    font-size: 13px; }
  .footer-content .logo-holder img {
    display: block;
    width: 120px; }
  .footer-content .lg-phone {
    font-size: 20px; }
  .footer-content .social-container {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .footer-content ul {
    display: none; }
  .footer-content .logo-col p {
    max-width: 100%; }
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-bottom .copyright-text {
    margin-bottom: 5px; } }

.error-page .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 200px 0 120px; }

.error-page .page-content .lg-nums {
  font-size: 200px;
  font-weight: 500;
  line-height: 1.1; }

.error-page .page-content .h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px; }

.error-page .page-content .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .error-page .page-content .col-md-6:first-child {
    padding-left: 100px;
    align-items: flex-start; }

.error-page .page-content p {
  font-size: 18px;
  max-width: 500px;
  margin: 0 0 40px;
  color: #74747a; }
  .error-page .page-content p a {
    color: #E31E24;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px dashed #E31E24; }
    .error-page .page-content p a:hover {
      border-color: transparent; }

.error-page .page-content img {
  display: block;
  max-width: 100%; }

@media (max-width: 1999px) {
  .error-page .page-content {
    padding-top: 100px; } }

@media (max-width: 1699px) {
  .error-page .page-content .lg-nums {
    font-size: 160px; } }

@media (max-width: 1199px) {
  .error-page .page-content .lg-nums {
    font-size: 120px;
    font-weight: 600; }
  .error-page .page-content .h2 {
    font-size: 24px; }
  .error-page .page-content p {
    font-size: 16px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; }
  .error-page .page-content .col-md-6:first-child {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px;
    text-align: center;
    width: 100%; }
  .error-page .page-content .h2 {
    font-size: 24px;
    width: 100%;
    text-align: center; }
  .error-page .page-content p {
    font-size: 14px; }
  .error-page .page-content {
    padding: 50px 0 100px; } }
