@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
*, body {
  box-sizing: border-box;
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  height: auto;
}

body.no_scroll {
  height: 100vh;
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 24px;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

.container {
  max-width: 1320px; /*1260*/
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.page-head {
  background-color: #fff;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .page-head {
    padding: 32px 0;
  }
}

.page-section {
  background-color: #f2f3f5;
  padding-bottom: 70px;
}

.btn {
  display: inline-block;
  width: auto;
  padding: 16px 25px;
  border-radius: 10px;
  background-color: #0060bb;
  color: #fff;
  outline: none;
  border: none;
  font-weight: 400;
  line-height: 1.2;
  height: 48px;
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #0060bb;
}
.btn--invert {
  background-color: #0060bb;
  color: #fff;
  padding: 16px 18px 16px 15px;
  font-weight: 700;
}
.btn--invert:hover {
  background-color: #0060bb;
  color: #fff;
}
.btn__more {
  padding: 25px 32px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  height: 65px;
  font-weight: 600;
}
.btn__more:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .btn__more {
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .btn__more {
    font-size: 14px;
  }
}

.breadcrumbs {
  padding: 15px 0px 15px 0px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 7px 0px 7px 0px;
  }
}
.breadcrumbs-list {
  display: flex;
  overflow-x: auto;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-list__item {
  white-space: nowrap;
  font-size: 16px;
  /* font-weight: 500; */
  color: #000;
  margin-right: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs-list__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  margin-left: 12px;
}
.breadcrumbs-list__item:last-of-type {
  margin-right: 0;
}
.breadcrumbs-list__item:last-of-type::after {
  display: none;
}
.breadcrumbs-list__item a {
  font-weight: 500;
}
.breadcrumbs-list__item a:hover {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumbs-list__item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-list {
    padding: 0 20px;
    margin: 0 -20px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 36px;
  z-index: 15;
}
.header--secondary {
  position: relative;
  background-color: #14355c;
}
.header--secondary .header-bottom {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .header {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0;
    background-color: #fff;
  }
}
.header a {
  color: #fff;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-top {
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .header-top .header-nav__list li > a {
    color: #000 !important;
  }
}
@media (max-width: 1024px) {
  .header__regions {
    display: none;
  }
}
.header-regions {
  position: relative;
}
.header-regions__btn {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-right: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-regions__btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.header-regions__btn svg path {
  fill: #fff;
}
.header-regions__btn span {
  font-weight: 500;
  margin-left: 6px;
}
.header-regions__btn.active svg {
  transform: rotate(0);
}
.header-regions__menu {
  position: absolute;
  background-color: #fff;
  padding: 18px;
  border-radius: 5px;
  min-width: 300px;
  display: none;
  z-index: 10;
}
.header-regions__menu.active {
  display: block;
}
.header-regions__search {
  margin-bottom: 24px;
}
.header-regions__input {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  outline: none;
  border-radius: 4px;
}
.header-regions__list {
  height: 140px;
  overflow-y: scroll;
}
.header-regions__list::-webkit-scrollbar-button {
  display: none;
}
.header-regions__list::-webkit-scrollbar {
  width: 5px;
}
.header-regions__list::-webkit-scrollbar-thumb {
  background-color: #cacaca;
}
.header-regions__list::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.header-regions__item {
  padding: 4px 0;
}
.header__search-btn {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 0 0 auto;
  background: url("../images/icon-search.png") center center/15px no-repeat, #fff;
  transition: 0.3s;
  cursor: pointer;
}
.header__search-btn:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .header__search-btn {
    display: none;
  }
}
.header-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .header-top {
    padding-bottom: 7px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 768px) {
  .header__burger {
    display: block;
    color: #fff;
    padding: 6px 12px;
    margin-right: -20px;
    background-color: rgb(0, 96, 187);
  }
}
@media (max-width: 400px) {
  .header__burger {
    font-size: 12px;
  }
}
.header-nav__mob {
  display: none;
}
@media (max-width: 768px) {
  .header-nav__mob {
    display: block;
  }
  .header-nav__mob ul {
    display: flex;
    align-items: center;
  }
  .header-nav__mob ul li {
    margin-right: 16px;
  }
  .header-nav__mob ul li > a {
    color: #fff !important;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .header-nav__mob ul li {
    margin-right: 8px;
  }
  .header-nav__mob ul li > a {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .header-nav__mob ul li > a {
    color: #000 !important;
  }
}
.header-nav {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .header-nav {
    position: fixed;
    height: 100vh;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0px;
    padding: 24px;
    z-index: 30;
    display: none;
  }
  .header-nav.active {
    display: block;
  }
  .header-nav__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .header-nav__close::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(45deg);
    width: 32px;
    height: 1px;
    background-color: #000;
  }
  .header-nav__close::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(-45deg);
    width: 32px;
    height: 1px;
    background-color: #000;
  }
}
.header-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header-nav__list li:first-child + li {
  margin-left: 0px;
}
.header-nav__list li + li {
  margin-left: 24px;
}
.header-nav__list li > a {
  transition: 0.3s;
  color: #fff;
  font-weight: 500;
  color: #fff;
}
.header-nav__list li > a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header-nav__list {
    flex-direction: column;
  }
  .header-nav__list li {
    margin-bottom: 36px;
  }
  .header-nav__list li + li {
    margin-left: 0;
  }
  .header-nav__list li > a {
    color: #010101;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header-nav__list a {
    color: #fff !important;
  }
}
.header-bottom {
  display: flex;
  align-items: center;
  padding: 18px 0 24px;
  /*border-bottom: 1px solid rgba(255,255,255, .5);*/
}
@media (max-width: 1024px) {
  .header-bottom {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .header-bottom {
    padding-bottom: 0;
    border-bottom: 0;
    flex-wrap: wrap;
  }
}
.header__logo {
  margin-right: 60px;
}
.header__logo__mobile {
  display: none;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 135px;
    margin-right: 5px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__logo__pc {
    display: none;
  }
  .header__logo__mobile {
    display: block;
  }
}
@media (max-width: 400px) {
  .header__logo {
    max-width: 100px;
  }
}
.header__mail {
  display: inline-block;
  margin-left: 28px;
}
.header__mail:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header__mail {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 374px) {
  .header__mail {
    font-size: 10px;
  }
}
.header__phone {
  position: relative;
}
.header__phone:hover > .header__phone-list {
  display: block;
}
.header__phone-tel {
  display: flex;
  align-items: center;
}
.header__phone-tel > a {
  display: inline-block;
  color: #fff;
  margin-left: 22px;
  font-size: 24px;
  font-weight: 500;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .header__phone-tel > a {
    display: block;
    font-size: 20px;
    margin-left: 0;
    color: #000;
  }
}
@media (max-width: 400px) {
  .header__phone-tel > a {
    font-size: 16px;
  }
}
.header__phone-tel svg {
  transform: rotate(90deg);
  stroke: #fff;
}
@media (max-width: 767px) {
  .header__phone-tel svg {
    stroke: #000;
  }
}
.header__phone-list {
  position: absolute;
  right: 0;
  padding: 26px 32px;
  background-color: #fff;
  border-radius: 7px;
  display: none;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header__phone-list {
    min-width: 250px;
  }
}
.header__phone-link {
  display: block;
  color: #000 !important;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 28px;
  background: url("../images/svg/icon-phone.svg") left center/16px no-repeat;
}
.header__phone-link:last-of-type {
  margin-bottom: 0;
}
.header__phone-link:hover {
  text-decoration: underline;
}
.header-contacts {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 1220px) {
  .header-contacts {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .header-contacts {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .header-contacts > a {
    color: #000;
  }
}
.header-action__btn {
  font-weight: 600;
  padding: 16px 20px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header-action__btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-action__catalog {
    position: absolute;
    top: 72px;
    width: 100%;
    border-radius: 0px;
    left: 0;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .header-catalog:hover .header-catalog-list {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-catalog {
    width: 100%;
    order: 10;
  }
}
.header-catalog__btn {
  margin-right: 12px;
  background: #0060bb;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.header-catalog__btn svg {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  margin-left: 5px;
}
.header-catalog__btn svg circle {
  fill: #fff;
}
.header-catalog__btn span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .header-catalog__btn:hover {
    background-color: #0060bb;
  }
  .header-catalog__btn:hover svg circle {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .header-catalog__btn {
    order: -1;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    margin-top: 7px;
  }
  .header-catalog__btn:hover {
    color: #fff;
    background-color: #0060bb;
  }
  .header-catalog__btn:hover svg circle {
    fill: #fff;
  }
}
.header-catalog-list {
  position: absolute;
  top: 180px;
  left: 50%;
  background-color: #fff;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
  padding: 32px;
  border-radius: 10px;
  display: none;
  z-index: 30;
  box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.29);
}
.header-catalog-list::before {
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  content: "";
}
@media (max-width: 1024px) {
  .header-catalog-list {
    top: 140px;
  }
}
@media (max-width: 991px) {
  .header-catalog-list {
    border-radius: 0;
    top: 130px;
    box-shadow: -10px 30px 12px 0px rgba(0, 0, 0, 0.29);
    left: 0;
    transform: translate(0, 0);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-catalog-list {
    top: 140px;
    box-shadow: -10px 30px 12px 0px rgba(0, 0, 0, 0.29);
    display: flex !important;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
  }
  .header-catalog-list.active {
    opacity: 1;
    visibility: visible;
  }
  .header-catalog-list::before {
    display: none;
  }
  .header-catalog-list.active {
    display: flex;
  }
}
@media (max-width: 400px) {
  .header-catalog-list {
    top: 129px;
  }
}
.header-catalog-panel {
  max-width: 250px;
  width: 100%;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .header-catalog-panel {
    padding: 0;
    max-width: 100%;
    border-right: 0;
  }
}
.header-catalog-main {
  width: 100%;
  padding-left: 24px;
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 42px;
}
.header-catalog-main.active {
  display: grid;
}
@media (max-width: 1200px) {
  .header-catalog-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .header-catalog-main {
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
    grid-template-columns: 1fr;
    transform: translate(0, 0);
    background-color: #fff;
    width: 100%;
    padding-left: 0;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .header-catalog-main {
    z-index: 2;
  }
}
.header-catalog__back {
  background-color: #0060bb;
  color: #fff;
  display: none;
  border-top: 1px solid #093666;
}
@media (max-width: 991px) {
  .header-catalog__back {
    display: flex;
    align-items: center;
  }
  .header-catalog__back-icon {
    width: 56px;
    height: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0.5px solid rgb(9, 54, 102);
    margin-right: 12px;
  }
  .header-catalog__back-icon::before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
  }
}
.header-catalog__item {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header-catalog__item {
    margin-bottom: 0;
    padding: 24px;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .header-catalog__item {
    position: relative;
  }
  .header-catalog__item::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12%;
    content: "";
    background-color: rgba(72, 109, 170, 0.11);
  }
  .header-catalog__item::after {
    z-index: 2;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0060bb;
    z-index: 2;
    border-right: 1px solid #0060bb;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 20px;
  }
  .header-catalog__item span::before {
    display: none !important;
  }
  .header-catalog__item:hover span {
    color: #0060bb;
  }
}
.header-catalog__item:last-of-type {
  margin-bottom: 0;
}
.header-catalog__item img {
  max-width: 50px;
  width: 100%;
  display: block;
  margin-right: 10px;
}
.header-catalog__item span {
  position: relative;
  font-weight: 600;
  width: 100%;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  position: static;
}
.header-catalog__item span::before {
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #0060bb;
  border-right: 1px solid #0060bb;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}
@media (max-width: 991px) {
  .header-catalog__item span::before {
    display: block;
    right: 0px;
  }
}
.header-catalog__item:hover span {
  color: #0060bb;
}
.header-catalog__item:hover span::before {
  display: block;
}
.header-catalog__item.active span {
  color: #0060bb;
}
.header-catalog__item.active span::before {
  display: block;
}
.header-catalog__item a {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .header-catalog__section {
    border-bottom: 1px solid #e6e6e6;
  }
}
.header-catalog__section--attached {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .header-catalog__section--attached {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
  }
}
.header-catalog__section-img {
  margin-right: 12px;
}
.header-catalog__section-img img {
  display: block;
  width: 100%;
  width: 40px;
  height: 40px;
}
.header-catalog__section-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.26;
  color: #000 !important;
  display: block;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .header-catalog__section-title {
    margin-right: 8px;
  }
}
@media (max-width: 400px) {
  .header-catalog__section-title {
    max-width: 220px;
  }
}
.header-catalog__section-list li {
  padding: 2px 0;
}
.header-catalog__section-list li a {
  font-size: 12px;
  line-height: 1.36;
  color: #000;
}
.header-catalog__section-list li a:hover {
  color: #0060bb;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .header-catalog__section-list {
    display: none;
    padding: 24px 30px;
    background-color: rgb(226, 226, 226);
    border-bottom: 1px solid #e6e6e6;
  }
  .header-catalog__section-list li {
    padding-left: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .header-catalog__section-list li:last-of-type {
    margin-bottom: 0;
  }
  .header-catalog__section-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    margin-right: 12px;
    background-color: #0060bb;
  }
  .header-catalog__section-list.active {
    display: block;
  }
}
.header-catalog__section-head {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
}
@media (max-width: 991px) {
  .header-catalog__section-head {
    padding: 24px 30px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 52px 1fr 30px;
  }
  .header-catalog__section-head::after {
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 0 0 auto;
    display: block;
    border-top: 1px solid #0060bb;
    border-right: 1px solid #0060bb;
    transform: rotate(135deg);
  }
  .header-catalog__section-head.active::after {
    transform: rotate(-45deg);
  }
}

.hnchild::after {
  display: none !important;
}

.footer {
  background-color: #14355c;
  color: #fff;
  padding: 63px 0 0 0;
}
.footer a {
  color: #fff;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer .container {
    flex-wrap: wrap;
  }
}
.footer__logo {
  max-width: 176px;
  display: block;
  margin-bottom: 47px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer-info {
  max-width: 348px;
}
.footer__company {
  max-width: 282px;
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 45px;
}
.footer__company span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}
.footer__link {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.footer__link + .footer__link {
  margin-top: 16px;
}
.footer-nav__link {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.footer-nav__link + .footer-nav__link {
  margin-top: 24px;
}
.footer-nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .footer-nav {
    width: 100%;
    margin: 40px 0 0 0;
    column-count: 2;
  }
  .footer-nav__link {
    font-size: 16px;
    font-weight: 400;
  }
}
.footer__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .footer-social {
    margin-top: 33px;
  }
}
.footer-social__mail {
  margin-bottom: 40px;
}
.footer-social__item {
  display: inline-block;
  margin-right: 15px;
}
.footer-social__item:last-of-type {
  margin-right: 0;
}
.footer__mail {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
}
.footer-contacts {
  max-width: 300px;
  width: 100%;
}
.footer-contacts__item:not(:last-of-type) {
  margin-bottom: 45px;
}
.footer-contacts__title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}
.footer-contacts__adress {
  font-size: 14px;
  line-height: 22px;
}
.footer-contacts__email {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.footer-contacts__email:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer-contacts {
    flex: 0 0 100%;
    margin-top: 33px;
  }
}
.footer-bottom {
  padding: 20px 0;
  background-color: #052142;
}
.footer-bottom .container {
  justify-content: flex-start;
  padding-bottom: 0;
}
.footer-bottom a {
  margin: 0 24px 0 0 !important;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  padding: 96px 0;
  z-index: 10;
  transform: translateY(-100%);
  transition: 0.25s;
  overflow-y: auto;
  z-index: 1000;
}
@media (max-width: 767px) {
  .search {
    padding: 40px 0;
  }
}
.search.show {
  transform: translateY(0);
  transition: 0.5s;
}
.search-wrap {
  position: relative;
}
.search__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.search__close:hover {
  opacity: 0.7;
}
.search__close::before {
  position: absolute;
  content: "";
  top: 12px;
  width: 29px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
.search__close::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 29px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
}
.search__title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .search__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.search-row {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .search-row {
    flex-direction: column;
  }
}
.search__input {
  width: 100%;
  border: 1px solid #000;
  outline: none;
  display: block;
  box-sizing: border-box;
  padding: 34px;
  font-size: 18px;
  line-height: 24px;
  height: 85px;
}
@media (max-width: 767px) {
  .search__input {
    padding: 16px;
    height: 60px;
    font-size: 16px;
  }
}
.search__btn {
  display: inline-block;
  width: auto;
  padding: 32px 75px;
  font-size: 24px;
  line-height: 1;
  border: 1px solid #000;
  height: 85px;
  text-transform: uppercase;
  outline: none;
  background: #fff;
  margin-left: 20px;
  cursor: pointer;
}
.search__btn:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .search__btn {
    font-size: 16px;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 12px;
    height: 60px;
    padding: 16px;
  }
}
.search-popular__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.search-popular__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px 31px;
}
@media (max-width: 767px) {
  .search-popular__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .search-popular__list {
    grid-template-columns: 1fr;
  }
}
.search-popular__item {
  border: 1px solid #000;
  line-height: 1;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.search-popular__item:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search-popular__item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.hero {
  height: 650px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 1000px;
  }
}
@media (max-width: 374px) {
  .hero {
    height: 1000px;
  }
}
.hero-content {
  width: 100%;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1024px) {
  .hero-content {
    top: 165px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    top: 165px;
  }
}
@media (max-width: 374px) {
  .hero-content {
    top: 165px;
  }
}
@media (max-width: 767px) {
  .hero-content .container {
    padding-left: 30px;
  }
}
.hero-slider {
  height: 100%;
  position: relative;
}
.hero-slider .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  background: #fff;
}
.hero-slider .swiper-pagination-bullet-active {
  background-color: #0060bb;
  opacity: 1;
}
.hero-slider .swiper-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 40px;
}
.hero-slider__item {
  height: 100%;
  position: relative;
}
.hero-slider__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: rgb(95 95 95 / 25%);*/
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-slider__item::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.hero-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__title {
  font-size: 67px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.hero__desc {
  font-size: 23px;
  line-height: 35px;
  text-shadow: #000 2px 2px 40px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .hero__desc {
    max-width: 520px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 56px;
  }
}
.hero-catalog__title {
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.hero-catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 160px 160px;
  grid-gap: 32px 32px;
}
@media (max-width: 1024px) {
  .hero-catalog__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 136px 136px 180px;
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero-catalog__list {
    grid-template-columns: 1fr;
    grid-template-rows: 115px;
  }
}
.hero-catalog__item {
  border-radius: 10px;
  background-color: rgba(255, 253, 253, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.hero-catalog__item:hover {
  background-color: #fff;
}
.hero-catalog__item:hover .hero-catalog__name {
  color: #0060bb;
}
@media (max-width: 767px) {
  .hero-catalog__item {
    height: 115px;
  }
}
@media (max-width: 767px) {
  .hero-catalog__item {
    padding: 10px;
  }
  .hero-catalog__item a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .hero-catalog__item a img {
    max-width: 100%;
  }
}
.hero-catalog__item img {
  position: absolute;
}
@media (max-width: 1200px) {
  .hero-catalog__item img {
    max-width: 120px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .hero-catalog__item img {
    position: static;
  }
}
.hero-catalog__item--left {
  justify-content: flex-end;
}
.hero-catalog__item--left img {
  top: 30px;
  left: -30px;
}
.hero-catalog__item--left:nth-child(2) img {
  left: 15px;
}
.hero-catalog__item--left:nth-child(2) img {
  left: 5px;
}
.hero-catalog__item--left:nth-child(3) img {
  left: -15px;
}
@media (max-width: 1024px) {
  .hero-catalog__item--left {
    justify-content: space-between;
  }
}
.hero-catalog__item--right {
  justify-content: flex-start;
}
.hero-catalog__item--right img {
  top: 18px;
  right: -28px;
}
.hero-catalog__item--right:nth-child(2) img {
  top: 33px;
  right: -31px;
}
.hero-catalog__item--right:nth-child(4) img {
  top: 30px;
  right: -40px;
}
@media (max-width: 1024px) {
  .hero-catalog__item--right {
    justify-content: space-between;
  }
}
.hero-catalog__item--xl {
  grid-row: 1/3;
  grid-column: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-catalog__item--xl img {
  position: static;
  display: block;
  width: 100%;
  margin-bottom: 46px;
}
@media (max-width: 1200px) {
  .hero-catalog__item--xl img {
    max-width: 160px;
  }
}
.hero-catalog__item--xl .hero-catalog__name {
  text-align: center;
}
@media (max-width: 1200px) {
  .hero-catalog__item--xl {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .hero-catalog__item--xl {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .hero-catalog__item--xl {
    grid-row: auto;
    grid-column: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .hero-catalog__item--xl img {
    margin-bottom: 0;
  }
  .hero-catalog__item--xl .hero-catalog__name {
    max-width: 180px;
    text-align: right;
  }
}
@media (max-width: 374px) {
  .hero-catalog__img {
    margin-left: -50px;
  }
}
.hero-catalog__name {
  opacity: 1;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .hero-catalog__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero-catalog__name {
    text-align: right;
  }
}

.about {
  padding: 45px 0 60px;
  background: url("../images/about-bg.png") calc(100% + 150px) calc(100% + 5px)/auto no-repeat;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about {
    background: none;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 36px 0 46px;
  }
}
.about__title {
  margin-bottom: 45px;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about__title {
    margin-bottom: 27px;
  }
}
.about-tabs__list {
  display: flex;
  max-width: 1091px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 46px;
  overflow-x: auto;
}
.about-tabs__list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .about-tabs__list {
    padding-bottom: 24px;
  }
}
.about__tab {
  font-size: 24px;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 24px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
}
.about__tab:hover {
  color: rgba(0, 96, 187, 0.8);
}
.about__tab.active {
  color: #0060bb;
}
@media (max-width: 767px) {
  .about__tab {
    font-size: 12px;
    margin-right: 24px;
  }
}
.about-tabs__item {
  display: flex;
  align-items: flex-start;
  display: none;
}
.about-tabs__item.active {
  display: flex;
}
@media (max-width: 767px) {
  .about-tabs__item {
    flex-direction: column;
  }
}
.about__img {
  max-width: 362px;
  width: 100%;
  margin-right: 29px;
}
.about__img img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .about__img {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.about__info {
  width: 100%;
}
.about__info-text {
  margin-bottom: 74px;
}
.about__info-text p {
  font-size: 14px;
  line-height: 24px;
}
.about__info-text p + p {
  margin-top: 24px;
}
.about__info-text ul {
  list-style: none;
  /* Remove default bullets */
  padding: 10px 0px;
}
.about__info-text ul li {
  margin: 15px 0px;
  font-size: 14px;
}
.about__info-text ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0060bb;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
}
@media (max-width: 1024px) {
  .about__info-text {
    margin-bottom: 45px;
  }
}
.about__info-text.sertificates .completed__item-info {
  padding: 25px 15px 25px !important;
}
.about__info-text .completed-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(169px, 1fr));
  grid-gap: 10px 8px;
}
@media (max-width: 767px) {
  .about__info-text .completed-list {
    grid-template-columns: repeat(auto-fill, minmax(93px, 1fr));
  }
}
.about__info-text .completed-list .completed__item {
  background-color: #fff;
}
.about__info-text .completed-list .completed__item-info {
  padding: 25px 30px 25px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .about__info-text .completed-list .completed__item-info {
    padding: 5px 5px 5px;
    font-size: 12px;
    min-height: 60px;
  }
}
.about__info-text .completed-list .completed__item-info:hover {
  color: #0060bb;
}
.about__info-text .completed-list .completed__item:hover .completed__item-info {
  color: #0060bb;
}
.about__info-advantages {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about__info-advantages {
    flex-direction: column;
  }
}
.about__info-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.about__info-advantage span {
  font-size: 48px;
  font-weight: 700;
  color: #0060bb;
  margin-bottom: 26px;
  height: 37px;
}
.about__info-advantage span sup {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .about__info-advantage {
    flex-direction: row;
    text-align: left;
  }
  .about__info-advantage span {
    font-size: 43px;
    margin-bottom: 0;
    height: auto;
    white-space: nowrap;
    margin-right: 20px;
  }
  .about__info-advantage span sup {
    font-size: 24px;
  }
}

.completed {
  padding: 45px 0 60px;
  background-color: #f2f3f5;
}
@media (max-width: 767px) {
  .completed {
    padding: 36px 0 42px;
  }
}
.completed__title {
  margin-bottom: 45px;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .completed__title {
    margin-bottom: 36px;
  }
}
.completed-list {
  overflow: hidden;
  padding: 28px;
  margin: -28px;
}
.completed-list__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .completed-list__action {
    display: block;
  }
  .completed-list__action a {
    display: block;
  }
}
.completed-list .btn__more {
  margin: 0 auto 0 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .completed-list .swiper-wrapper {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .completed-list {
    padding: 0;
    margin: 0;
    pointer-events: none;
  }
  .completed-list__action {
    padding-top: 7px;
  }
  .completed-list .btn__more {
    margin: 0 auto;
    transition: 0.3s;
  }
  .completed-list .slider-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .completed-list {
    pointer-events: auto;
  }
}
.completed__item {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  height: auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .completed__item {
    height: calc((100% - 30px) / 3) !important;
    box-shadow: none;
    margin-bottom: 0px;
  }
}
.completed__item-img img {
  width: 100%;
  display: block;
}
.completed__item-info {
  padding: 30px 30px 38px;
  font-weight: 500;
  background-color: #fff;
  min-height: 144px;
}

.partners {
  padding: 45px 0 60px;
}
@media (max-width: 767px) {
  .partners {
    padding: 36px 0 34px;
  }
}
.partners__title {
  margin-bottom: 45px;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .partners__title {
    margin-bottom: 39px;
  }
}
.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .partners-list {
    gap: 0;
  }
}
.partners__item img {
  display: block;
}
.partners__item:nth-of-type(2), .partners__item:nth-of-type(3), .partners__item:nth-of-type(3) {
  margin-top: 10px;
}
.partners__item:nth-of-type(5) {
  margin-bottom: 10px;
}
.partners__item:nth-of-type(6) {
  margin-top: 15px;
}
.partners__item:nth-of-type(8) {
  margin-top: -15px;
}
.partners__item:hover {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .partners__item {
    width: 40%;
    flex: 0 0 40%;
    padding: 15px 10px;
  }
  .partners__item:nth-of-type(1) {
    width: 33.3%;
    flex: 0 0 33.3%;
    margin-top: 20px;
  }
  .partners__item:nth-of-type(2) {
    width: 33.3%;
    flex: 0 0 33.3%;
  }
  .partners__item:nth-of-type(3) {
    width: 33.3%;
    flex: 0 0 33.3%;
  }
  .partners__item img {
    width: 100%;
  }
}

.news {
  background-color: #f2f3f5;
  padding: 45px 0 60px;
}
@media (max-width: 767px) {
  .news {
    padding: 34px 0 32px;
  }
}
.news__title {
  margin-bottom: 45px;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news__title {
    margin-bottom: 29px;
  }
}
.news-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-slider .swiper-wrapper {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .news-slider {
    pointer-events: none;
  }
}
.news__item {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  transition: 0.6s;
}
.news__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.news__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3137254902);
  left: 0;
  top: 0;
  content: "";
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.news__item:hover {
  color: #fff !important;
}
.news__item:hover img {
  opacity: 1;
  visibility: visible;
}
.news__item:hover::before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(20, 53, 92, 0.43);
}
.news__item:hover a {
  color: #fff !important;
}
.news__item:hover .news__item-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 0 0 20px;
}
.news__item a {
  transition: 0.6s;
}
.news__item .news__item-date {
  position: relative;
  z-index: 2;
}
.news__item .news__item-desc {
  position: relative;
  z-index: 2;
}
.news__item .news__item-link {
  position: relative;
  z-index: 2;
}
.news__item .news__item-link::after {
  transition: 0.3s;
}
.news__item-date {
  margin-bottom: 22px;
}
.news__item-date span {
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
}
.news__item-desc {
  font-weight: 500;
  margin-bottom: 46px;
  line-height: 30px;
  font-size: 15px;
}
.news__item-link {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: auto 0 0 0;
  width: auto;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.news__item-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin: 0 0 0 12px;
}
.news__item--bg {
  background: url("../images/news-1.png") center center/cover no-repeat;
  color: #fff;
}
.news__item--bg .news__item-link {
  color: #fff;
}
.news__item--bg .news__item-link::after {
  border-color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .news__item {
    height: calc((100% - 30px) / 3) !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news__item {
    height: auto !important;
  }
  .news__item-desc {
    line-height: 18px;
    font-size: 14px;
  }
}
.news-list__action {
  padding-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .news-list__action {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 8px;
  }
  .news-list__action .slider-nav {
    display: none;
  }
}
.news__btn {
  margin: 0 auto 0 30px;
  border: none;
  outline: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.news__btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news__btn {
    margin: 0 auto 28px;
  }
}
.news-slider__navigation {
  display: none !important;
}

.geography {
  padding: 45px 0 60px;
  background-color: #0060bb;
  overflow: hidden;
}
@media (max-width: 767px) {
  .geography {
    padding: 41px 0 28px;
    max-height: 680px;
  }
}
.geography .container {
  position: relative;
}
.geography__title {
  margin-bottom: 45px;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.geography__content {
  max-width: 389px;
  position: absolute;
  top: 98px;
  left: 40px;
  padding: 78px 64px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .geography__content {
    padding: 66px 55px;
    max-width: calc(100% - 40px);
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .geography__content {
    padding: 55px 32px;
  }
}
.geography__item {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.geography__item span {
  color: #0060bb;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.geography__item + .geography__item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .geography__item {
    font-size: 31px;
  }
  .geography__item + .geography__item {
    margin-top: 60px;
  }
}

/*---------------------------------project-page - item_zakaz???-------------------------- */
.project-page .news__item-link {
  color: #fff !important;
}
.project-page .news__item-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.item_zakaz::before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(20, 53, 92, 0.43);
}

.item_zakaz:hover::before {
  opacity: 1;
  visibility: visible;
  background-color: rgba(20, 53, 92, 0.75);
}

.shadow1 {
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: fixed;
  z-index: 14;
  /*opacity: 0;*/
}
.shadow1.active {
  display: block;
}
@media (max-width: 767px) {
  .shadow1 {
    /*top: 140px;*/
  }
}

/*---------------------------------Правки-------------------------- */
/*.header-catalog__item {
    position: relative; 
    & a {
        display: flex;
        align-items: center;
        gap: 4px;
    }
   /* span {
        color: #000;
        position: static;
    }
}

.header-nav__list {
    align-items: flex-start;
    justify-content: center; 
}
.header-nav__list li > a {
    color: #fff;
    font-weight: 500;
    @media(max-width:768px) {
        font-size: 24px;
    } 
}
/*
.news-list__more svg {
    transition: 0.3s;
    transform: rotate(0deg);
}
.news-list__moresvg:hover {
    transform: rotate(360deg);
}

.header-nav__list li > a {
    transition: 0.3s;
}
.header__search-btn {
    transition: 0.3s;
}
.header-action__btn {
    transition: 0.3s;
}
.hero-catalog__item {
    transition: 0.3s;
}

.completed__item-info {
    transition: 0.3s;
}
.completed__item-info:hover {
    color: #0060bb;
}

.btn__more {
    transition: 0.3s;
}
.about-tabs__list {
    transition: 0.3s;
    @media (max-width: 767px) {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}*/
/*
.completed__item {
    & .completed__item-info {
        transition: 0.3s;
    }
    &:hover {
        & .completed__item-info {
            color: #0060bb;
        }
    }
} 

@media (max-width: 767px) {
    .completed-list__action {
        display: block;
        & a {
            display: block;
        }
    }

    .completed-list {
        pointer-events: auto;
    }
}*/
/*
.news-page .news__item {
    height: 100% !important;
}

.news-page .news__item-podrobnee {
    max-width: 361px;
}
.news__item {
    position: relative;
    &::before {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #00000050;
        left: 0;
        top: 0;
        content: "";
        transition: 0.6s;
        opacity: 0;
        visibility: hidden;
    }
    & img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: 0.6s;
        object-fit: cover;
        opacity: 0;
        visibility: hidden;
    }
    & .news__item-date {
        position: relative;
        z-index: 2;
    }
    & .news__item-desc {
        position: relative;
        z-index: 2;
    }
    & .news__item-link {
        position: relative;
        z-index: 2;
        &::after {
            transition: 0.3s;
        }
    }
    transition: 0.6s;
    & a {
        transition: 0.6s;
    }
    &:hover {
        & img {
            opacity: 1;
            visibility: visible;
        }
        &::before {
            opacity: 1;
            visibility: visible;
            background-color: rgb(20 53 92 / 43%);
        }
        color: #fff !important;
        & a {
            color: #fff !important;
        }
        & .news__item-link::after {
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            margin: 0 0 0 20px;
        }
    }
    @media (max-width: 767px) {
        height: auto !important;
        &-desc {
            line-height: 18px;
            font-size: 14px;
        }
    }
} */
/*
.gallery .gallery-wrap {
    padding: 0 !important;
}


.header {
    z-index: 15;
}
.breadcrumbs {
    background-color: #fff !important;
}*/
/*
.news__item-link::after {
    transition: 0.3s;
} 
.news__item {
    &:hover .news__item-link::after {
        margin: 0 0 0 20px;
    }
}*/
/*
@media (max-width: 992px) {
    .about-tabs__list {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    + .header-nav__mob ul li > a {
        color: #fff !important;
    }
} 
@media (max-width: 767px) {
    + .header-nav__mob ul li > a {
        color: #000 !important;
    }
    + .header-catalog__item {
        position: relative;
        &::before {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 12%;
            content: "";
            background-color: rgb(72 109 170 / 11%);
        }
        &::after {
            z-index: 2;
            position: absolute;
            width: 8px;
            height: 8px;
            border-top: 1px solid #0060bb;
            z-index: 2;
            border-right: 1px solid #0060bb;
            content: "";
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
            right: 20px;
        }
        & span {
            &::before {
                display: none !important;
            }
        }
    }
    + .header-catalog-main {
        z-index: 2;
    }

    + .hero-catalog__item {
        padding: 10px;
        & a {
            display: flex;
            align-items: center;
            gap: 5px;
            & img {
                max-width: 100%;
            }
        }
    }

    .about-tabs__list {

    }*/
/*.news-slider {
    pointer-events: auto;
} */
/* .news__item-desc {
    line-height: 18px;
    font-size: 14px;
}
.news__item {
    height: auto !important;
} 
.slider-nav {
    margin-bottom: 10px;
}*/
/*+ .header-catalog__item:hover {
    & span {
        color: #0060bb;
    }
} 
+ .header-catalog-list {
    display: flex !important;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    &.active {
        opacity: 1;
        visibility: visible;
    }
}
+ .header-nav__list {
    & a {
        color: #fff !important;
    }
} 

.product__desc img {
    max-width: 100%;
}
.product__desc table {
    margin-bottom: 25px;
}*/
/* .header-top .header-nav__list li > a {
        color: #000 !important;
    }
} */
.slider-nav {
  display: flex;
}
@media (max-width: 767px) {
  .slider-nav {
    margin-bottom: 10px;
  }
}

.slider-next {
  width: 11px;
  height: 20px;
  background: url("../images/ico-slider-btn.png") center center/11px no-repeat;
  cursor: pointer;
}
.slider-next:hover {
  opacity: 0.7;
}

.slider-prev {
  width: 11px;
  height: 20px;
  margin-right: 63px;
  background: url("../images/ico-slider-btn.png") center center/11px no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
}
.slider-prev:hover {
  opacity: 0.7;
}

.slider__action .swiper-pagination {
  position: static;
  margin-right: 48px;
}
.slider__action span.swiper-pagination-current {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
}
.slider__action span.swiper-pagination-total {
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  color: #a8a8a8;
}

.news-slider .btn__more {
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .news-slider .btn__more {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-slider {
    pointer-events: auto;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  padding: 40px;
  max-width: 650px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal-content {
    width: calc(100% - 20px);
    padding: 24px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
  }
}
.modal__title {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    width: calc(100% - 50px);
  }
}
.modal__result {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal__close::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1.5px;
  top: 9px;
  transform: rotate(45deg);
  background-color: #000;
}
.modal__close::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1.5px;
  top: 9px;
  transform: rotate(-45deg);
  background-color: #000;
}
.modal__close:hover::before {
  background-color: #486daa;
}
.modal__close:hover::after {
  background-color: #486daa;
}

.form__item {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .form__item {
    margin-bottom: 16px;
  }
}

.form__input {
  width: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  line-height: 1;
  outline: none;
}

.form__label {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.form__btn {
  border-radius: 10px;
  margin-top: 5px;
  padding: 15px 40px;
  height: 60px;
  font-weight: 600;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.form__btn:hover {
  background-color: #00305d;
  color: #ffffff;
}
@media (max-width: 600px) {
  .form__btn {
    max-width: 100%;
    width: 100%;
  }
}

.gallery-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-list a {
  width: calc(20% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .gallery-list a {
    width: calc(25% - 30px);
  }
}
@media (max-width: 1024px) {
  .gallery-list a {
    width: calc(33.3% - 30px);
  }
}
@media (max-width: 767px) {
  .gallery-list a {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .gallery-list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.gallery__title {
  margin: 30px 0;
  line-height: 40px;
}
@media (max-width: 767px) {
  .gallery__title {
    /* margin:50px 0 32px 0;*/
  }
}

.gallery-wrap {
  padding: 82px 0;
  background-color: #f2f3f5;
}
@media (max-width: 767px) {
  .gallery-wrap {
    padding: 50px 0;
  }
}
.gallery .gallery-wrap {
  padding: 0 !important;
}
.gallery-item {
  width: 100%;
  padding: 15px;
  min-height: 221px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  cursor: pointer;
}
.gallery-item:nth-of-type(1) {
  background: url("../images/gallery/gallery-1.png") center center/cover no-repeat;
}
.gallery-item:nth-of-type(2) {
  background: url("../images/gallery/gallery-2.png") center center/cover no-repeat;
}
.gallery-item:nth-of-type(3) {
  background: url("../images/gallery/gallery-3.png") center center/cover no-repeat;
}
.gallery-item:nth-of-type(4) {
  background: url("../images/gallery/gallery-4.png") center center/cover no-repeat;
}
.gallery-item:nth-of-type(5) {
  background: url("../images/gallery/gallery-5.png") center center/cover no-repeat;
}
.gallery-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transition: 0.5s;
}
.gallery-item:hover::before {
  background-color: rgba(0, 22, 42, 0.44);
  transition: 0.5s;
}
.gallery-item__title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 14px;
  margin-right: 25px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
.gallery-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  padding-top: 15px;
}
.gallery-item__link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.gallery-item__type:nth-of-type(1) {
  background: url("../images/gallery/gallery-type-1.png") center center/cover no-repeat;
}
.gallery-item__type:nth-of-type(2) {
  background: url("../images/gallery/gallery-type-2.png") center center/cover no-repeat;
}
.gallery-item__type:nth-of-type(3) {
  background: url("../images/gallery/gallery-type-3.png") center center/cover no-repeat;
}
.gallery-item__type:nth-of-type(4) {
  background: url("../images/gallery/gallery-type-4.png") center center/cover no-repeat;
}
.gallery-item__type:nth-of-type(5) {
  background: url("../images/gallery/gallery-type-6.png") center center/cover no-repeat;
}
.gallery-item__type:nth-of-type(6) {
  background: url("../images/gallery/gallery-type-5.png") center center/cover no-repeat;
}

.gallery-section__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px;
}
@media (max-width: 1200px) {
  .gallery-section__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .gallery-section__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery-section__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 374px) {
  .gallery-section__list {
    grid-template-columns: 1fr;
  }
}
.gallery-section__list a {
  color: #000 !important;
  text-decoration: none !important;
}
.gallery-section__list a:hover {
  color: #0060bb !important;
}
.gallery-section__item {
  padding: 18px 10px 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
@media (max-width: 600px) {
  .gallery-section__item {
    padding: 9px 5px 10px;
  }
}
.gallery-section__title {
  height: auto;
  min-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  /* margin-top: 20px; */
}
.gallery-section__img {
  width: 100%;
  margin-bottom: 20px;
}
.gallery-section__img img {
  max-width: 100%;
  max-height: 140px;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .gallery-section__img {
    width: auto;
  }
  .gallery-section__img img {
    width: auto;
  }
}

.namephoto {
  font-size: 14px;
  min-height: 70px;
}
@media (max-width: 767px) {
  .namephoto {
    font-size: 12px;
    min-height: 50px;
  }
}

.products__title {
  font-size: 30px;
  line-height: 40px;
  margin: 30px 0;
  text-transform: unset;
  font-weight: 500;
}
@media (max-width: 767px) {
  .products__title {
    margin: 14px 0px;
    font-size: 24px;
    line-height: 27px;
  }
}
.products-categories {
  padding: 80px 0;
}
.products-categories__title {
  margin-bottom: 65px;
}
.products-categories__title::first-letter {
  text-transform: uppercase;
}
.products-categories__text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.products-categories__text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .products-categories {
    padding: 40px 0;
  }
  .products-categories__title {
    margin-bottom: 32px;
  }
}

.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 34px 30px;
}
@media (max-width: 1200px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .products__list {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .products__list {
    grid-template-columns: 1fr 1fr;
  }
}
.products__list-item {
  background-color: #fff;
  box-shadow: 2px 3px 51px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  min-height: 338px;
  padding-top: 30px;
  cursor: pointer;
}
.products__list-item:hover {
  background-color: #0060bb;
}
.products__list-item:hover .products__list-title {
  color: #fff;
}
@media (max-width: 600px) {
  .products__list-item {
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .products__list-item {
    min-height: auto;
  }
}
.products__list-info {
  padding: 28px 20px 25px;
  height: 100%;
}
@media (max-width: 600px) {
  .products__list-info {
    padding: 19px 10px 15px;
  }
}
.products__list-img {
  width: 100%;
  display: block;
  height: 240px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products__list-img img {
  max-height: 100%;
  height: auto;
  max-width: 285px;
}
@media (max-width: 600px) {
  .products__list-img {
    height: 80px;
    min-height: auto;
  }
}
@media (max-width: 374px) {
  .products__list-img {
    height: 60px;
    min-height: auto;
  }
}
.products__list-title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .products__list-title {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    word-break: break-word;
  }
}
@media (max-width: 374px) {
  .products__list-title {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.about-page .about__title {
  margin: 30px 0;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-page .about__title {
    margin: 32px 0;
  }
}
.about-content {
  display: flex;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-content {
    flex-direction: column-reverse;
    position: relative;
    padding: 64px 20px 20px;
  }
}
@media (max-width: 767px) {
  .about__logo {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .about__logo img {
    width: 130px;
    display: block;
  }
}
.about-info {
  max-width: 654px;
  width: 100%;
  margin-left: 56px;
}
@media (max-width: 767px) {
  .about-info {
    margin-left: 0;
    margin-top: 32px;
  }
}
.about-info__text {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .about-info__text {
    margin-bottom: 32px;
  }
}
.about-info__text p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.about-info__text p:last-of-type {
  margin-bottom: 0;
}
.about-info__text p span {
  font-weight: 600;
}
.about-info__text ul {
  padding-left: 0;
  margin-bottom: 24px;
}
.about-info__text ul li {
  list-style-position: inside !important;
  list-style: unset;
  line-height: 24px;
  font-size: 14px;
}
.about-info__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-info__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-info__gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 600px) {
  .about-info__gallery-list {
    grid-template-columns: 1fr;
  }
}
.about-info__gallery-item img {
  width: 100%;
  display: block;
}
.about-documents {
  padding-top: 51px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 26px;
}
@media (max-width: 767px) {
  .about-documents {
    padding-top: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
.about-documents__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-documents__item img {
  width: 100%;
  display: block;
}
.about-documents__title {
  max-width: 120px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  margin-top: 16px;
}
.about-tabs__list {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .about-tabs__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .about-tabs__list {
    display: flex;
    flex-direction: column;
  }
}

.price-section__item {
  display: flex;
  padding: 10px 12px 10px 55px;
  height: 43px;
  margin: 6px 0;
  background-color: #e7ecf1;
  position: relative;
}

.price-subsection__item {
  margin: 6px 0 6px 55px;
  display: flex;
  padding: 10px 12px 10px 55px;
  height: 43px;
  background-color: #f6f6f6;
  position: relative;
}

.price__item {
  display: flex;
  margin: 6px 0 6px 120px;
  padding: 10px 12px 10px 55px;
  height: 43px;
  background-color: #e7ecf1;
  position: relative;
}

.price__icon {
  width: 43px;
  height: 43px;
  background-color: #0060bb;
  position: absolute;
  left: 0;
  top: 0;
}

.price-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .price-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}

.price__title {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .price__title {
    margin: 32px 0;
  }
}

.price-content {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

.price__download {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 36px;
  background: url("../images/icon-excel.png") left center/24px no-repeat;
}
.price__download:hover {
  color: #0060bb;
  opacity: 0.7;
}

[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__name {
  max-width: 500px;
}
.acnav__label::before {
  content: "";
  width: 43px;
  height: 100%;
  background-color: #0060bb;
  position: absolute;
  left: 0;
  top: 0;
}
.acnav .has-children > .acnav__label::after {
  position: absolute;
  content: url("../images/icon__plus.png");
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.acnav .has-children.is-open > .acnav__label::after {
  content: url("../images/icon__minus.png");
  top: 40%;
}
.acnav .has-children .acnav__label--price::after {
  position: absolute;
  content: url("../images/icon__dot.png");
  left: 13px;
  top: 30%;
}
@media (max-width: 1024px) {
  .acnav .has-children .acnav__label--price::after {
    top: 14px;
  }
}
.acnav__label {
  display: block;
  margin: 6px 0;
  font-size: 1rem;
  padding: 12px 0 12px 55px;
  cursor: pointer;
  color: #010101;
  background: #e7ecf1;
  transition: color 0.25s ease-in, background-color 0.25s ease-in;
  position: relative;
  height: 43px;
}
@media (max-width: 1024px) {
  .acnav__label {
    height: auto;
  }
}
.acnav__label:focus, .acnav__label:hover {
  color: black;
  background: rgb(221.3368421053, 228.35, 235.3631578947);
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 3em;
  background: rgb(221.3368421053, 228.35, 235.3631578947);
}
.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {
  background: rgb(211.6736842105, 220.7, 229.7263157895);
}
.acnav__link--level3, .acnav__label--level3 {
  background: rgb(211.6736842105, 220.7, 229.7263157895);
}
.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
  background: rgb(202.0105263158, 213.05, 224.0894736842);
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}
.acnav__list--level2 {
  margin-left: 55px;
}
@media (max-width: 1024px) {
  .acnav__list--level2 {
    margin-left: 12px;
  }
}
.acnav__list--level3 {
  margin-left: 55px;
}
@media (max-width: 1024px) {
  .acnav__list--level3 {
    margin-left: 12px;
  }
}

.acnav__label--price {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .acnav__label--price {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.acnav__link {
  margin: 0 24px 0 auto;
  font-size: 14px;
  color: #14355c;
  text-decoration: underline;
}
.acnav__link:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .acnav__link {
    margin: 12px 0;
  }
}

.acnav__price {
  margin: 0 0 0 24px;
  color: #14355c;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .acnav__price {
    margin: 12px 0;
  }
}

.acnav__btn {
  background-color: #0060bb;
  color: #fff;
  padding: 13px 24px;
  height: 43px;
}
.acnav__btn:hover {
  background-color: #14355c;
}

.contacts__title {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .contacts__title {
    margin: 32px 0;
  }
}
.contacts-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 767px) {
  .contacts-content {
    padding: 32px 20px;
  }
}
.contacts-section {
  margin-bottom: 40px;
}
.contacts-section:last-of-type {
  margin-bottom: 0;
}
.contacts__subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
}
.contacts__item {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
.contacts__item span {
  color: #14355c;
}
.contacts__item:last-of-type {
  margin-bottom: 0;
}
.contacts__item__button {
  margin-right: 12px;
  background: #0060bb;
  display: flex;
  align-items: center;
  pointer-events: auto;
  color: #fff;
  padding: 16px 18px 16px 15px;
  font-weight: 700;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  margin: 0 auto;
}
.contacts__item__button:hover {
  background: #0056a7;
}
.contacts__item__button svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #fff;
}
.contacts__item__button span {
  color: #fff;
}
.contacts__tel {
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/icon__phone.png") left center/16px no-repeat;
}
.contacts-cell {
  width: 30%;
  margin-bottom: 40px;
  font-size: 16px;
}
.contacts-cell img {
  width: 100%;
  display: block;
}
.contacts-cell:nth-of-type(1) {
  max-width: 600px;
  width: 100%;
}
.contacts-cell:nth-of-type(2) {
  max-width: 420px;
  width: 100%;
}
.contacts-cell:nth-of-type(3) {
  max-width: 500px;
  width: 100%;
}
.contacts-cell:nth-of-type(4) {
  width: 100%;
}
.contacts-cell:last-of-type {
  max-width: 310px;
  width: 100%;
  margin: 0 auto 0 40px;
}
@media (max-width: 1024px) {
  .contacts-cell:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contacts-cell {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.contacts-row {
  display: flex;
}
.contacts-row--wrap {
  flex-direction: column;
}
.contacts-row__title {
  font-weight: 600;
  margin-right: 6px;
  margin-bottom: 24px;
  white-space: nowrap;
  font-size: 14px;
}
.contacts-row__title:last-of-type {
  margin-bottom: 0;
}
.contacts-row__text {
  font-size: 14px;
  white-space: nowrap;
}
.contacts-row__text a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contacts-row {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .contacts-row:last-of-type {
    margin-bottom: 0;
  }
  .contacts-row__title {
    white-space: initial;
    margin-bottom: 6px;
  }
  .contacts-row__text {
    white-space: initial;
  }
}
.contacts__mail {
  text-decoration: underline;
}
.contacts .contacttable table {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.contacts .contacttable th, .contacts .contacttable td {
  padding: 18px 28px 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .contacts .contacttable th, .contacts .contacttable td {
    padding: 10px 5px 5px;
  }
}
.contacts .contacttable th {
  padding-top: 22px;
  text-shadow: 1px 1px 1px #fff;
  background: #e8eaeb;
}
.contacts .contacttable td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .contacts .contacttable td {
    font-size: 13px;
    line-height: 21px;
  }
}
.contacts .contacttable td a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contacts .contacttable td a {
    font-size: 13px;
  }
}
.contacts .contacttable tr.odd-row td {
  background: #f6f6f6;
}
.contacts .contacttable td.first, .contacts .contacttable th.first {
  text-align: left;
}
.contacts .contacttable td.last {
  border-right: none;
}
.contacts .contacttable td {
  text-align: left;
}
.contacts .contacttable tr:nth-child(even) td {
  background: rgba(246, 246, 246, 0.1803921569);
}
.contacts .contacttable tr:first-child th.first {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px; /* Saf3-4 */
}
.contacts .contacttable tr:first-child th.last {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; /* Saf3-4 */
}
.contacts .contacttable tr:last-child td.first {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
}
.contacts .contacttable tr:last-child td.last {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
}

.news-content {
  padding-bottom: 40px;
}
.news-page {
  background-color: #f2f3f5;
  /*padding-bottom: 80px;*/
}
.news-page .news__title {
  margin-bottom: 0;
  text-transform: unset;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.news-page .news__item {
  height: 100% !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .news-page .news__item {
    height: auto !important;
  }
}
.news-page .news__item-podrobnee {
  max-width: 361px;
}
.news-page > .page-head {
  background-color: #f2f3f5;
  padding-bottom: 0px;
}
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: $color-w; */
}
@media (max-width: 600px) {
  .news-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__subscribe {
  background: transparent;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}
.news__subscribe:hover {
  color: #0060bb;
}
@media (max-width: 600px) {
  .news__subscribe {
    margin-top: 24px;
    font-size: 14px;
  }
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
}
.news-list__more {
  margin: 64px auto 0;
  display: flex;
  align-items: center;
  padding: 16px 40px;
  background-color: transparent;
  border: 1px solid #0060bb;
  border-radius: 7px;
  color: #0060bb;
  font-weight: 600;
  cursor: pointer;
}
.news-list__more svg {
  transition: 0.3s;
  transform: rotate(0deg);
  display: block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.news-list__more svg path {
  fill: #0060bb;
}
.news-list__more:hover {
  color: #fff;
  background-color: #0060bb;
  transform: rotate(360deg);
}
.news-list__more:hover svg {
  animation: spin 2s linear infinite;
}
.news-list__more:hover svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .news-list__more {
    margin-top: 35px;
  }
}
@media (max-width: 1200px) {
  .news-list {
    grid-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-list {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.news-filter {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
@media (max-width: 600px) {
  .news-filter {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-filter__all {
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.news-filter__all::before {
  position: relative;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -20px;
  border-bottom: 2px solid #0060bb;
}
@media (max-width: 600px) {
  .news-filter__all {
    margin-bottom: 48px;
  }
}
.news-filter__year {
  width: auto;
}
.news-filter__years {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.news-filter__years .slider-prev {
  position: absolute;
  left: 0;
  background-size: 6px;
  background: none;
  width: 12px;
  height: 19px;
}
.news-filter__years .slider-prev::before {
  display: block;
  content: "";
  border-top: 1px solid #0060bb;
  border-left: 1px solid #0060bb;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 0;
}
.news-filter__years .slider-next {
  position: absolute;
  right: 0;
  top: 0;
  background-size: 6px;
  background: none;
  width: 12px;
  height: 19px;
}
.news-filter__years .slider-next::before {
  display: block;
  content: "";
  border-top: 1px solid #0060bb;
  border-right: 1px solid #0060bb;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (max-width: 600px) {
  .news-filter__years {
    width: 100%;
  }
}

.slider__years {
  overflow: hidden;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product__title {
  font-size: 24px;
  line-height: 40px;
  margin: 30px 0;
  text-transform: unset;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product__title {
    margin: 14px 0;
    font-size: 24px;
    line-height: 27px;
  }
}
.product-item {
  padding: 32px 25px 82px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .product-item {
    padding: 15px 15px 36px;
  }
}
.product-sections {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product-sections__item {
  width: auto;
  padding: 11px 14px;
  background-color: #f2f3f5;
  border-radius: 5px;
  margin-right: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  cursor: pointer;
}
.product-sections__item:hover {
  background-color: #0060bb;
  color: #fff;
}
.product-sections__item.active {
  background-color: #0060bb;
  color: #fff;
}
@media (max-width: 767px) {
  .product-sections__item {
    width: auto;
    padding: 8px 9px;
    background-color: #f2f3f5;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 11px;
  }
}
.product-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-main {
    flex-direction: column;
  }
}
.product__img {
  max-width: 550px;
  margin-right: 31px;
  float: left;
  display: block;
}
.product__img img {
  /*width: 100%;*/
  display: block;
  background: rgb(108, 157, 255);
  background: linear-gradient(180deg, rgb(108, 157, 255) 30%, rgb(241, 246, 255) 100%);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .product__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product__img {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.product-info {
  width: 100%;
}
.product-info__top {
  display: table;
  justify-content: space-between;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}
.product-info__section {
  font-size: 14px;
  line-height: 24px;
}
.product__price {
  font-weight: 500;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__price_text {
  text-wrap: wrap;
  width: 130px;
}
.product__price span {
  display: block;
  font-size: 30px;
  color: #0060bb;
}
@media (max-width: 767px) {
  .product__price span {
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .product__price {
    flex-wrap: wrap;
  }
}
.product__btn {
  background-color: #0060bb;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 600;
}
.product__btn:hover {
  background-color: #00305d;
}
@media (max-width: 600px) {
  .product__btn {
    padding: 16px 24px;
    margin-bottom: 24px;
  }
}
.product__btn.showButton {
  margin-top: 15px;
  padding: 10px 10px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #0060bb;
}
.product-chars__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 17px;
}
.product-chars {
  margin-bottom: 7px;
}
.product-chars:last-of-type {
  margin-bottom: 20px;
}
.product-chars__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-chars__item {
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #0060bb !important;
  margin-right: 9px;
  margin-bottom: 9px;
  text-decoration: none !important;
}
.product-chars__item.typeProduct {
  min-width: 194px;
  max-width: 194px;
  overflow-wrap: normal;
}
.product-chars__item.showMoreButton {
  cursor: pointer;
}
.product-chars__item:hover {
  background-color: #0060bb;
  color: #fff !important;
}
@media (max-width: 767px) {
  .product-chars__item.typeProduct {
    /*max-width: 150px;   */
    min-width: 100%;
  }
}
.product__desc {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat";
  overflow: hidden;
  text-align: justify;
}
.product__desc .text a {
  text-decoration: underline;
  color: #14355c;
}
.product__desc .text a:hover {
  text-decoration: none;
}
.product__desc iframe {
  min-height: 480px;
  width: 100%;
}
@media (max-width: 767px) {
  .product__desc iframe {
    min-height: 180px;
  }
}
.product__desc p {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
.product__desc p span {
  /*display: block;*/
  font-weight: 600;
  margin-bottom: 24px;
}
.product__desc p:last-of-type {
  margin-bottom: 0;
}
.product__desc p b {
  font-weight: 500;
}
.product__desc p strong {
  font-weight: 500;
}
.product__desc p img[align=right] {
  margin-left: 30px;
  border-radius: 10px;
}
.product__desc p img[align=left] {
  margin-left: 30px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product__desc p a {
  text-decoration: underline;
  color: #14355c;
  font-size: 14px;
}
.product__desc p a:hover {
  text-decoration: none;
}
.product__desc.schemasImg img {
  max-width: 100%;
}
.product__desc blockquote {
  margin-left: 20px;
}
.product__desc blockquote p {
  font-weight: 600;
}
.product__desc img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .product__desc img {
    max-width: 100%;
  }
}
.product__desc img[align=right] {
  margin-left: 30px;
  margin-bottom: 10px;
}
.product__desc img[align=left] {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product__desc h2,
.product__desc h3,
.product__desc h4 {
  margin-bottom: 10px;
}
.product__desc h2 {
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 500;
}
.product__desc h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product__desc td {
  padding: 4px;
  text-align: center;
}
.product__desc table {
  max-width: 100%;
  overflow-x: scroll;
  margin-bottom: 25px;
}
.product__desc tbody tr:first-child {
  font-size: 18px;
  font-weight: 600;
}
.product__desc .rop-item a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.product__desc .rop-item a .rop-col {
  font-size: 20px;
  font-weight: 600;
}
.product__desc .rop-item a img {
  margin: 0;
}
.product__desc .desrPhotoBlock {
  font-weight: 600;
}
.product__desc .desrPhotoBlock img {
  max-width: 100%;
  max-height: 100px;
  border-right: 5px;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
}
.product-section-content {
  display: none;
}
.product-section-content.active {
  display: block;
}
.product-sabs {
  display: flex;
  flex-wrap: wrap;
}
.product-sabs__cat {
  border-radius: 5px;
  margin-top: 15px;
  text-align: center;
  word-wrap: break-word;
}
.product-sabs__cat a {
  align-items: center;
  display: flex;
  font-size: 16px;
}
@media (max-width: 767px) {
  .product-sabs__cat a {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.product-sabs__cat img {
  max-height: 60px;
  border-radius: 10px;
  max-width: 105px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
.product-sabs__cat.hideSection {
  display: none;
}
@media (max-width: 767px) {
  .product-sabs__cat {
    padding: 5px 3px;
  }
}
.product-sabs__title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 767px) {
  .product-sabs {
    flex-wrap: wrap;
  }
}
.product-galleryitem {
  padding: 15px 10px 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  text-decoration: none !important;
  color: #000;
}
@media (max-width: 767px) {
  .product-galleryitem {
    padding: 10px 3px 3px;
  }
}
.product b {
  font-size: 14px;
  font-weight: 600;
}
.product ul {
  padding-left: 0;
  margin-bottom: 24px;
}
.product ul li {
  list-style-position: inside !important;
  list-style: unset;
  line-height: 32px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product ul li {
    line-height: 21px;
    margin-bottom: 14px;
    text-align: start;
  }
}
.product ul li p {
  display: inline;
}

.techproperties {
  overflow: auto;
  position: relative;
}
.techproperties table {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-spacing: 0px;
  display: inline-table;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.techproperties th,
.techproperties td {
  padding: 14px 18px 14px;
  text-align: center;
}
.techproperties td:nth-child(1) {
  /*width: 25%;*/
  text-align: center;
}
.techproperties th {
  padding-top: 22px;
  background: #e8eaeb;
  font-weight: 500;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.techproperties td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 18px;
}
.techproperties tr.odd-row td {
  background: #f6f6f6;
}
.techproperties td.first,
.techproperties th.first {
  text-align: left;
}
.techproperties td.last {
  border-right: none;
}
.techproperties tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.04);
}
.techproperties tr:first-child th.first {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  /* Saf3-4 */
}
.techproperties tr:first-child th.last {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  /* Saf3-4 */
}
.techproperties tr:last-child td.first {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  /* Saf3-4 */
}
.techproperties tr:last-child td.last {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  /* Saf3-4 */
}
.techproperties .scroll-right:after {
  content: "";
  display: block;
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 15px 100%;
  background-position: 100% 0%;
}
.techproperties .scroll-left:before {
  content: "";
  display: block;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 15px 100%;
}
.techproperties .nopadding td {
  padding: 10px 0px;
}

.hidden {
  display: none;
}

.news-article {
  padding: 32px 25px 82px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .news-article {
    padding: 32px;
  }
}
.news-article__main {
  display: flex;
  align-items: flex-start;
  /*margin-bottom: 52px;*/
}
@media (max-width: 600px) {
  .news-article__main {
    flex-direction: column;
  }
}
.news-article__img {
  max-width: 416px;
  width: 100%;
  margin-right: 24px;
}
.news-article__img img {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .news-article__img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .news-article__img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.news-article__desc {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}
@media (max-width: 1024px) {
  .news-article__desc {
    width: 100%;
  }
}
.news-article__subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-article__photos {
  /* margin-top: 20px; */
}
.news-article__photo {
  position: relative;
  flex: 1 1 calc(33.33% - 15px);
  max-width: calc(33.33% - 15px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news-article__photo {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .news-article__photo {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.news-article__photo-link {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.news-article__photo-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.news-article__photo-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.news-article__photo-link:hover::before {
  background-color: rgba(0, 22, 42, 0.44);
}
.news-article__photogallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1024px) {
  .news-article__photogallery {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.search-page a {
  text-decoration: none !important;
  color: #0060bb;
  font-size: 24px;
  line-height: 30px;
}
.search-page a:hover {
  text-decoration: underline !important;
}
.search-page a b {
  font-weight: bold;
  color: #0060df;
  font-size: 24px;
}
.search-page p {
  margin: 0px 0px;
  margin-bottom: 25px;
}
.search-page hr {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  opacity: 0.2;
}

/*# sourceMappingURL=style.css.map */
