@charset "UTF-8";
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  /* font-family: "Exo 2.0", sans-serif; */
  /* font-family: "Roboto"; */
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

.modal_desc {
  padding: 1rem;
}

.policy {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 5px;
  text-align: center;
}

header {
  flex: 0 0 auto;
  background: #fff;
}

.header_fix {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 18px 0px #00000059;
}

.page,
.page__sidebar {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

a {
  color: #000;
}

a:hover {
  color: #ff0000;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}

h2,
.h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
}

.h_desc {
  text-align: center;
  font-size: 20px;
  color: #868383;
  margin-bottom: 70px;
}

.page_section h1 {
  margin-bottom: 20px;
}

.container {
  width: 100% !important;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.page_section {
  padding: 40px 0;
  width: 100%;
}

.page h1 {
  margin-bottom: 30px;
}

.page__sidebar .sidebar {
  padding: 40px 25px 40px 0;
  min-width: 260px;
  border-right: 1px solid #dcdcdc;
}

.page__sidebar .sidebar .sidebar_submenu li {
  margin-bottom: 10px;
}

.page__sidebar .sidebar .sidebar_submenu li a {
  color: #000;
}

.page__sidebar .sidebar .sidebar_sub_submenu {
  font-size: 12px;
  line-height: 10px;
  margin: 10px 0 15px 10px;
}

.page__sidebar .sidebar .sidebar_sub_submenu li {
  margin-bottom: 10px;
}

.page__sidebar .sidebar .sidebar_sub_submenu li a {
  color: #000;
}

.page__sidebar .sidebar .sidebar_sub_submenu li a:hover {
  color: #000 !important;
}

.header__top {
  display: flex;
  align-items: center;
  background-color: #000;
  height: 40px;
}

.header__top-phone {
  display: inline-block;
  margin-left: -1px;
  margin-bottom: 1px;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

.header__top-menu {
  margin: 0;
}

.header__top-menu li {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
}

.header__top-menu li:last-child {
  margin-right: 0;
}

.header__top-menu li a {
  color: #ffffff;
}

.header__top-menu li.animate_pulse {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.header_fix {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 18px 0px #00000059;
}

.header__gr {
  height: 70px;
  display: flex;
  align-content: stretch;
  transition: all 0.3s;
}

.header_fix .header__gr {
  height: 50px;
  transition: all 0.3s;
}

.header__gr > .wr {
  position: static;
  align-content: stretch;
}

.header__gr-logo {
  display: flex;
  height: 100%;
  align-items: center;
}

.header__gr-logo img {
  /* width: 109px; */
  height: 55px;
  transition: all 0.3s;
}

.header_fix .header__gr-logo img {
  width: 85px;
  height: 43px;
  transition: all 0.3s;
}

footer {
  height: 60px;
  display: flex;
  align-items: center;
  background: #000;
}

footer p {
  color: #fff;
  padding: 0;
  margin: 0;
}

footer a {
  color: #fff;
}

footer a.policy {
  margin-left: auto;
}

.owl-theme .owl-nav i {
  color: #fff !important;
  background-color: #000 !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  transition: all 0.2s;
}

.owl-theme .owl-nav i:hover {
  color: #fff !important;
  background-color: #ff0000 !important;
}

.owl-theme .owl-nav button:hover {
  background: none !important;
}

.owl-theme .owl-nav button:focus {
  outline: none;
}

.owl-theme .owl-prev i:before {
  position: relative;
  left: -1px;
}

.owl-theme .owl-next i:before {
  position: relative;
  left: 1px;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
  position: absolute;
  display: flex;
}

.owl-theme .owl-prev {
  right: 5px;
}

.owl-theme .owl-next {
  left: 5px;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  color: #000;
  font-weight: 600;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.modal .close:hover {
  color: #ff0000 !important;
}

.modal .close span {
  font-size: 30px;
  position: relative;
}

/* --- NEWS */

.news__card img {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
}

.news__card {
  display: flex;
  flex-direction: column;
  padding: 15px;
  /* border: 1px solid #dcdcdc; */
  border-top: 0;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.news__card a {
  text-decoration: none;
}

.news__card-date {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 3px;
}

.news__card-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000;
  transition: color 0.2s;
}

.news__grid-item {
  margin-bottom: 20px;
}

.news__grid-item .news__card {
  border: 1px solid #dcdcdc;
}

a.news__grid-item {
  text-decoration: none;
}

.news__grid-item .news__img {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.news__grid-item img {
  width: 100%;
  filter: contrast(1.2);
}

.scale {
  overflow: hidden;
}

.scale img {
  transition: 0.4s;
  display: block;
}

.scale img:hover {
  transform: scale(1.2);
}

.news__modal img {
  border-radius: 10px;
  margin: 0 auto;
  filter: contrast(1.2);
  width: 70%;
}

.news__modal .news__card-descr {
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

.news__modal .news__card-title {
  font-weight: 600;
}

/* NEWS --- */

.page_events {
  background-color: #f4f4f4;
}

.plan_main {
  background-color: #f4f4f4;
}

.plan__list {
  font-size: 14px;
}

.plan__list .row {
  margin-bottom: 40px;
}

.plan__list .row img {
  width: 100%;
  border-radius: 15px;
}

/* Breadcrumbs
 /* ========================================================================== */

.breadcrumbs {
  background-color: #f9fafb;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}

.breadcrumbs > .container {
  text-align: center;
}

.breadcrumbs .breadcrumb {
  position: relative;
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .breadcrumbs .breadcrumb {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.breadcrumbs .breadcrumb a {
  color: #232323;
}

.breadcrumbs .breadcrumb a:hover {
  border-bottom: 0;
}

.breadcrumbs .breadcrumb > li + li:before {
  content: "\f105 ";
  font-family: "FontAwesome";
  padding: 0 7px;
}

.breadcrumbs .breadcrumb > .active {
  color: #232323;
}

.breadcrumbs .page-header {
  padding: 0;
  margin: 40px 0 0 0;
  border: none;
}

.breadcrumbs .page-header h1,
.breadcrumbs .page-header h1 small {
  color: #232323;
  text-transform: uppercase;
}

.breadcrumbs .page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 28px;
}

.title_form {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.information_main p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
}

.information_main .bg_img {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 413px;
  border-radius: 20px;
}

.information_main .btn_gr {
  display: flex;
}

.information_main a {
  font-size: 17px;
  border: 1px solid #0a9ccd;
  color: #fff;
  display: flex;
  border-radius: 8px;
  padding: 11px 15px;
  margin-right: 15px;
  position: relative;
  background: #0a9ccd;
  text-decoration: none;
}

.information_main a:hover {
  border: 1px solid #0a9ccd;
  color: #0a9ccd;
  background: #fff;
}

.information_main .video .video_play {
  width: 70px;
  height: 70px;
  display: none;
}

.information_main .video .video_play i:before {
  font-size: 3.3rem;
}

.contacts__info_title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
}

.contacts__info_descr {
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
}

.contacts__map {
  padding: 0 0 40px 0;
  width: 100%;
}

.contacts__map_frame {
  width: 100%;
}

.contacts__map_frame iframe {
  width: 100%;
  height: 100%;
}

.gr_run {
  max-width: 300px;
}

.contacts__run_title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
}

.contacts__run_descr {
  font-size: 12px;
  line-height: 20px;
}

.bot__box_ev {
  display: flex;
  align-items: center;
  width: 100%;
}

.bot__box_ev .btn {
  font-size: 14px;
}

form h3 {
  font-weight: 500;
  font-size: 21px;
  color: #000;
  margin-bottom: 20px;
}

.form-check label {
  cursor: pointer;
}

.form-check label:hover {
  color: #000;
}

input[type="radio"]:checked + label {
  color: #000;
  font-weight: 500;
}

.title_exb_data {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 24px;
}

.error_form_text_exb {
  color: red;
}

.header__top-btn {
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.header__top_gr {
  color: #fff;
  font-weight: 600;
}

.header__top_gr a {
  color: #fff;
}

.header__top_gr i {
  font-weight: 600;
}

.header__top_gr .fa-phone {
  transform: rotate(135deg);
}

.header__top_gr > .phone {
  margin-right: 20px;
}

.header__top_gr > .phone .fa-envelope-o {
  margin-left: 20px;
}

.header__top_gr > .email a {
  font-weight: 300;
}

.header__top_gr > .email i {
  margin-right: 5px;
}

/*--- catalog__card */

.catalog__card_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  border-radius: 6px;
}
.modal .catalog__card_img {
  height: 520px;
}
.catalog__box .item {
  margin-bottom: 40px;
}

.catalog__card {
  margin-top: 20px;
}

.catalog__card_title {
  font-weight: 700;
  padding-top: 10px;
}

.catalog__card_tech {
  padding-bottom: 15px;
  font-size: 13px;
  padding-top: 5px;
}

.catalog__filter {
  margin: 10px 0;
}

.catalog__filter > .gr {
  margin-top: 10px;
  flex-wrap: wrap;
}

.catalog__filter > .gr button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.catalog__filter > .title {
  font-size: 17px;
  margin-bottom: 20px;
}

.catalog__filter > .title button {
  font-size: 15px;
  border: 1px solid #000;
  padding: 0 10px;
  border-radius: 10px;
  margin-left: 10px;
}

.catalog__filter > .gr button.active {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.catalog__filter {
  margin: 10px 0;
}
.filter_catalog .filter_close {
  display: flex;
}
.filter_catalog .filter_close i {
  display: flex;
  margin-left: auto;
  font-size: 23px;
  position: relative;
  top: -8px;
  cursor: pointer;
}

.filter_catalog.fshow {
  left: 0;
  display: inline-block;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  padding-top: 70px;
  height: 100vh;
  overflow-y: scroll;
}
.filter_catalog {
  display: none;
}
.filter_catalog_box .gr {
  display: flex;
  flex-direction: column;
}
.filter_catalog {
  padding-top: 70px;
}
.filter_bar {
  position: fixed;
  top: 80px;
  background: #fff;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.filter_catalog_box button {
  font-weight: 400;
}

.filter_catalog_box .btn {
  font-weight: 300;
  padding: 9px;
  font-size: 12px !important;
  line-height: 1;
  margin-bottom: 5px;
}
.filter_catalog_box .btn.active {
  background-color: #ff0000 !important;
}
.catalog__card_gr .btn-light {
  color: #2f2f2f;
  font-weight: 300;
}
.catalog__filter > .gr {
  margin-top: 10px;
  flex-wrap: wrap;
}

.catalog__filter > .gr button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.catalog__filter > .title {
  font-size: 17px;
  margin-bottom: 20px;
}

.catalog__filter > .title button {
  font-size: 15px;
  border: 1px solid #000;
  padding: 0 10px;
  border-radius: 10px;
  margin-left: 10px;
}

.catalog__filter > .gr button.active {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.category__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category__item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ececec;
  background: #fff;
  width: calc(100% / 5);
  min-height: 156px;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.category__item.active::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  color: #17993f;
  font-size: 20px;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.category__item .box_img {
  max-height: 95px;
  height: 95px;
}
.category__item img {
  height: inherit;
  width: auto;
}
.category__item .f_name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 18px;
}

.box-shadow,
.box-shadow-sm {
  transition: transform ease 0.2s, box-shadow ease 0.2s;
}
.category__item.active,
.category__item.active {
  transition: transform ease 0.2s, box-shadow ease 0.2s;
}
.result_filter {
  margin-top: 50px;
}

.filter_catalog .category__item {
  width: calc(100% / 1);
}

.form__page {
  text-align: center;
}

.form__page .policy {
  text-align: center;
  max-width: 100% !important;
  padding-top: 15px;
}

.form__page input {
  margin-right: 14px;
  width: 30%;
  border-color: #767676;
}



.catalog__card_descr table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}
.catalog__card_descr table td {
  border: 1px solid #dddddd;
  padding: 10px;
  vertical-align: middle;
}

/* Нечетные строки */
.catalog__card_descr table tr:nth-child(odd) {
  background: #fff;
}
/* Четные строки */
.catalog__card_descr table tr:nth-child(even) {
  background: #f7faff;
}
.catalog__card_descr table .date_table {
  background: #c9ddf5 !important;
  text-align: center;
}
/* catalog__card --- */