:root {
  --text-color: #000;
  --text-grey-color: #616161;
  --root-blue: #0078d4;
  --root-orange: #ff9200;
  --root-green: #80bb06;
  --root-red: #f15125;
  --root-grey: #e7e7e7;
  --root-dark-grey: #777;
  --root-grey95: #f2f2f2;
}

body {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

/*.tab-content table tr:nth-child(1) {
  background-color: #0c78ba;
  border: 0;
  color: #000;
  color: #fff;
}*/

.tab-content table {
  border-collapse: inherit;
  border-spacing: 5px;
}

.tab-content table tr:nth-child(1) td {
  background-color: var(--root-green);
  border: 0;
  color: #fff;
  /*border-radius: 0px 1em 1em 1em;*/
}

.tab-content tr:nth-child(odd) {
  background-color: #e0e0e0;
}

/*.tab-content tr:nth-child(2n) {
  background-color: #e0e0e0;
}

.tab-content td,
th {
  padding: 5px 5px;
}
*/
table {
  width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm {
  max-width: 1200px;
}

header .phone {
  color: var(--text-color);
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

header .phone:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
}

.btn.transbtn {
  border: 3px solid var(--root-blue);
  border-radius: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--text-color);
  box-shadow: none !important;
  padding: 17px 30px;
}

.btn.orangebtn {
  border: 3px solid var(--root-orange);
  border-radius: 50px;
  color: #fff;
  box-shadow: none !important;
  padding: 17px 30px;
  background-color: var(--root-orange);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 5px;
}

header nav {
  margin-top: 60px;
}

header {
  padding-top: 25px;
  position: relative;
  z-index: 4;
}

header nav ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
}

header nav ul li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.top_banner {
  margin-top: -60px;
  position: relative;
}

header nav ul li a:hover {
  color: #ffffff;
}

header nav ul li a:hover:before {
  position: absolute;
  bottom: -5px;
  background: var(--root-orange);
  width: 100%;
  height: 2px;
  left: 0px;
  content: "";
}

.bg_banner {
  position: relative;
}

.bg_banner img {
  width: 100%;
}

.bg_banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0372bf;
  opacity: 0.3;
}

.banner_block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner_text {
  width: 100%;
}

.banner_block h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 88px;
  color: #ffffff;
  margin-bottom: 50px;
}

.banner_block .btn.orangebtn {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}

.banner_block .btn.orangebtn:after {
  content: "";
  width: 40px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 0.807611 27.9792 0.807611 27.3934 1.3934C26.8076 1.97919 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM0 13.5H38V10.5H0V13.5Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-top: -5px;
}

.catel_block {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 22px 25px;
  height: calc(100% - 30px);
}

.catel_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

/*.catalog .row .col-md-8:first-child .catel_block .catel_flex, .catalog .row .col-md-9 .col-md-12:last-child .catel_block .catel_flex {
  flex-wrap: nowrap;
}*/
.catel_mess p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

/*.catel_flex {
  justify-content: center;
  height: calc(100% - 40px);
}*/
.btn.btnblue {
  background: var(--root-blue);
  border-radius: 50px;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 11px 20px;
}

.btn.btnblue:after {
  content: "";
  width: 27px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 0.807611 27.9792 0.807611 27.3934 1.3934C26.8076 1.97919 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM0 13.5H38V10.5H0V13.5Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.catel_mess {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/*.catel_flex img {
  object-fit: contain;
}*/
.catel_block {
  display: flex;
  /*flex-direction: column;
  justify-content: space-between;*/
  flex-wrap: wrap;
}

a.catel_block img {
  height: 250px;
  object-fit: scale-down;
}

.catel_mess .btn.btnblue {
  margin-top: 20px;
}

.catel_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--text-color);
  /* text-align: center; */
  /* min-height: unset !important; */
}

a.catel_block:hover .catel_title {
  color: #0c78ba;
}

a.catel_block:hover {
  border: 1px solid #0c78ba;
}

/*APS block*/

.container-xl h1,
.container-xl h2 {
  background-color: transparent;
  color: var(--text-color);
  text-align: left;
  font-weight: normal;
}

.container-xl h1 {
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
  font-weight: 500;
}

.container-xl h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
  font-weight: 500;
}


.cateldesk_block {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 22px 25px;
  height: calc(100% - 30px);
  /*display: flex;*/
  flex-wrap: wrap;
}

/*.cateldesk_block table {
  width: 100%;
  overflow-x: auto;
  /*display: inline-block;
}
*/
.cateldesk_block tr:first-child {
  background-color: var(--root-blue);
  border: 0;
  color: #000;
  color: #fff;
}

.cateldesk_block tr:nth-child(2n) {
  background-color: #e0e0e0;
}

.cateldesk_block td {
  padding: 10px;
  text-align: center;
}

.cateldesk_block h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.cateldesk_block h4 {
  font-size: 16px;
  font-weight: bold;
}

.scroll {
  overflow: scroll;
  font-size: 14px;
}

.scroll table {
  min-width: 100%;
  white-space: nowrap;
  line-height: 1.5;
}

.news_map {
  position: relative;
}

.news_map span {
  color: #FFFFFF;
  font-weight: bold;
  top: 0;
  left: 0;
  font-size: 14px;
  position: absolute;
  width: 100%;
}

.news_balloon a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-weight: bold;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  position: absolute;
}

.news_balloon {
  overflow: hidden;
  width: 100%;
}

.news_ballon img {
  height: auto;
  min-width: 100%;
}

.news_balloon_head {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.news-detail h1,
.news-detail h2 {
  background-color: var(--root-orange);
  color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.glossary_main h2 {
  background-color: var(--root-blue);
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0.5em;
  border-radius: 50%;
  line-height: unset;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
}


.glossary_detail h2 {
  background-color: var(--root-blue);
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0.25em 1em 0.25em 1em;
  border-radius: 1em;
  line-height: unset;
  text-align: center;
  width: fit-content;
  height: 2em;
  /*float: left;*/
  margin-right: 10px;
}

.glossary_main a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: bold;
  font-size: 14px;
}

.glossary_main a:hover::after {
  content: attr(answer);
  position: absolute;
  /*left: 20%;
  top: 30%;*/
  /*Положение подсказки*/
  min-width: 200px;
  max-width: 400px;
  z-index: 1;
  background: rgba(255, 255, 230, 0.9);
  font-size: 14px;
  padding: 1em;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1em;
}

.news-detail h2 {
  background-color: var(--root-blue);
}

.news-detail img,
.detail_element img {
  border-radius: 20px;
}

.news-detail-row {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  height: calc(100% - 30px);
  /*display: flex;*/
  flex-wrap: wrap;
}

/*.news-detail p {
  background-color: #ffffff;
  border-radius: 20px;
  /*padding: 10px;
}*/

.news-scheme-img {
  text-align: center;
}

.news-scheme-img img {
  border: 3px solid #0372bf;
}

/*Page navigation "visual"*/
/*.bx_pg_section {
  font-size: 16px;
  font-family: "Montserrat";
  font-style: normal;
  border: 1px solid var(--root-blue);
  border-radius: 0.3em;
  padding: 0.3em;
  line-height: normal !important;
  color: var(--root-blue);
}

.bx_pagination_page {
  font-size: 16px !important;
  font-family: "Montserrat";
  font-style: normal;
  padding: 0.3em;
  line-height: normal !important;
}
*/

.columns-4 {
  column-count: auto;
  column-width: 16rem;
}

.display-grid {
  display: grid;
}

.popup_content {
  position: absolute;
  min-width: 200px;
  max-width: 400px;
  z-index: 1;
  background: rgba(255, 255, 230, 0.9);
  font-size: 14px;
  padding: 1em;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  display: none;
  max-height: 400px;
  overflow: scroll;
}

.popup {
  cursor: pointer;
  width: fit-content;
}

/*APS block END*/
.catalog .row .col-md-8:first-child .catel_block .catel_flex .catel_mess,
.catalog .row .col-md-9 .col-md-12:last-child .catel_block .catel_flex .catel_mess {
  margin-left: 60px;
}

.catalog .row .col-md-9 .col-md-12:last-child .catel_block .catel_flex .catel_mess {
  align-items: flex-end;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 59px;
  color: var(--text-color);
  margin-bottom: 50px;
}

/*
.catalog {
  padding-top: 60px;
  padding-bottom: 90px;
  background: #f3f3f3;
}*/

.preim {
  padding: 60px 0px;
}

.preim_li {
  list-style: none;
  padding: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
}

.preim_li li {
  min-height: 45px;
  position: relative;
  padding-left: 55px;
  margin: 20px 0px;
}

.preim_li li:before {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0px;
  top: -6px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAMAAAC7faEHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI0UExURQAAAP8AAP//AP9/AP9VAP+qAP9/AP9mM/+ZM/9/Kv+qKuV/Gf9/Gf+ZGeiLF/+LF+qVFf9/Ff+VFf+JFP+JJ+2SEu6IEf+IEf+ZEfCHD/+WD/GODvKGDfOLF/iKHPKMGfmMEvSOF/SQFvSNG/SKFfWMGvWKFPWMFPaOGPaLF/eOGPeLGPePGPeNGPuPF/eNE/eNF/eOGvSIGfSKFfiKGPiLF/mMFvmOGPSLF/mNFveMGfePFvmMFvSNGPeNFfeNGPePGPqNGPSLGPeLGPeOGPWMF/WPF/ePF/ePGveLF/eOF/WMF/eNF/eNGfWMFveMGfiNF/iOGfaNGfSNGPaKGPSMGPaMGPaPGPSNGPaNGPaOF/aOGfSNGfeNF/eOF/ePGPWMF/WOF/eNGfaMGfiNF/iPF/SNGfWNGPeMGPeOGfeNGfWMGfiPF/WNGPiNGPWMGPWMGPWOGPWNGPeMGfaNF/SLGPWMFvaOF/WOF/aMF/aOGPWNF/WNGPeMGPWMF/ePF/WOF/WMF/aNGPaNF/eNF/aNF/aMGPaOGPaNF/aOF/WNF/eOGPWNF/eNGPeOGPWNGPaMGfaOF/aMF/aNF/aNGPaMGPeMGPWNGPaNGPaOGPWNF/aNF/aNF/WNF/aNGPaNGPaOGPWNGPaNGPaOGfWMGPWOGPWOGfaMGPaMGfWNGPaMGPWNF/aMF/WNGPaNF/aNGPaMGPaOF/aOGPaNF/aOF/eOF/aNF/aNGPaNGPaNGPaOGPaNGO4c8YYAAAC7dFJOUwABAQIDAwQFBQYGCgoKCwsMDAwNDQ4PDw8RERITFiUoKi0uLzAxMjM2Nz9AQEFCQ0NER0hKTVBWWlxdXV1gYGBgYGFhYWJiYmJjY2RlZWZmcHFydHR2dnZ3d3h4eXl8gIWFhoyNkJGWl5eYmZmcnZ+goKGipKqrsrS0tLW1trq6u7zCxcXHyM3Oz9DU1dXW19na3N3e4ODh4ePk5Obn5+rq6+vr7Ozs7Ozu7u/w8vT09fX1+vr6+/v9/v7ZhDUkAAABvklEQVQYGc3B52PMcAAG4Lc5I4lccXZtZ++9iqPV2nvvrTatTalVatTZjisu1Gq1xnGVvP+cD7/kmuQSn/s8aBt6jd9aUXn9yqktUwsQRAoPPVCrN6X/Gkb6V6q2bGBYgg95wP6fdHqzJyojR2hpdYZumXslneEhr6lnLn13B7hIOz7Sz+eVITjISz7R39PiMLKkwdUMcmuUBFv+3hYGaTkahm1YI4M1j4Al7yD/pzwPQr/7zGE+PvuMwrfeECam6GUmlhWso2UshG0/6PV8toJdtGyEcDpNj/gEqHNMWk5CuGRQqLuRNEma+nSohS9pOw/hmkFhZpcVcdKMz1MisQSzrkKoNCgUIVKk80Wsq7IgzlYXIRxPU/gyS1Wn3ZmhqKt1OpyAsL2JlnfF3dAfkcLvdNoAYXKKtkeLFUTmP6TLFAg9HzArsaj7qgRdGvrAUsZWr28n6XYOtuhbBvs6CLb8fRkG+XNYg02K3mWQmjESsuTSD/T3am5HOHTa+Z5+6tdrcGm/PMlcT9a2g0do4c0M3X7XxDTkkEceaaZT3aHRGnxI2vDyRtoazgzRJATpO25zxYWqy8c2TeqBNuEfPcY3xm4ltjwAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.wideblock {
  margin: 0px -112px;
}


/*.about .wideblock {
  background: var(--root-blue);
  color: #fff;
  padding: 45px 0px;
}
*/
/*.about h2 {
  color: #fff;
  margin-bottom: 20px;
}*/
.reversed-wrapper:nth-child(even) {
  background-color: var(--root-grey);
}

.reversed-wrapper:nth-child(odd) {
  background-color: #fff;
}

.container-xl {
  position: relative;
  width: 90vw;
  margin: 0 auto;
  max-width: 1440px;
  font-size: 1.2em;
  padding: 0px;
}

.about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  width: 619px;
  max-width: 100%;
}

.about .a_more {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.news_block {
  display: block;
  min-height: 300px;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  margin: 15px 0px;
}

.n_title {
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  position: relative;
}

.news_block {
  color: #fff;
}

.n_date {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none !important;
  margin-bottom: 12px;
  position: relative;
}

.news_block:hover {
  color: #fff;
}

.news_block:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background: linear-gradient(180.24deg,
      rgba(12, 120, 186, 0) 25.27%,
      rgba(12, 120, 186, 0) 25.27%,
      rgba(7, 49, 75, 0.6) 99.79%);
  z-index: 0;
}

.news {
  padding-top: 60px;
  padding-bottom: 90px;
}

.geoblock h2 {
  margin-bottom: 8px;
}

.geoblock h2+p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #818181;
}

.geoblock {
  padding-bottom: 80px;
}

.contacts {
  position: relative;
}

.top_cont {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.bottom_contacts {
  background: var(--root-blue);
  color: #fff;
  padding: 40px 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.bottom_contacts a {
  color: #fff;
}

.bottom_contacts a:hover {
  color: #fff;
}

.bottom_contacts>a {
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 22px;
  display: inline-block;
}

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

footer nav ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 35px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}

.img_description_block .img-gallery img {
  margin: 0 auto;
}

.slider-nav .slick-slide.slick-current.slick-active img {
  border: 1px solid var(--root-blue);
  margin: 0 auto;
  margin: 5px;
}

.slider-nav .slick-slide img {
  margin: 5px;
}

.slider.slider-nav {
  margin-top: 30px;
}

footer nav ul a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

footer nav ul a:hover {
  color: var(--root-orange);
}

.footer_blocks .row {
  align-items: flex-end;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.footer_blocks p {
  margin-bottom: 0px;
}

.footer_ph {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--text-color);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 42px;
}

.footer_ph:hover {
  color: var(--text-color);
}

.footer_blocks {}

/*.footer_blocks .footer_block:last-child a {*/
.footer_blocks .footer_block a {
  display: block;
  color: var(--text-color);
  font-size: 14px;
  line-height: 17px;
  margin-top: 19px;
  font-weight: 600;
  text-decoration: none;
}

.footer_blocks .footer_block:last-child a:first-child {
  margin-top: 0px;
}

footer {
  padding-bottom: 20px;
  padding-top: 20px;
  background: var(--root-grey);
}

a.catel_block {
  text-decoration: none;
}

a.catel_block .catel_title {
  min-height: 73px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  /* font-size: 24px; */
  /* line-height: 29px; */
}

h1 {
  font-weight: 700;
  /*font-size: 36px;*/
  line-height: 59px;
  color: var(--text-color);
  margin-bottom: 39px;
}

/*APS h1 settings*/
h1 {
  background-color: var(--root-orange);
  color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
}

.bx-section-desc,
.moredescription {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

.catalog-section-list-menu {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 100px;
  width: 345px;
  max-width: 100%;
}

.catalog-section-list-menu a {
  color: var(--text-color);
  text-decoration: none;
}

.catalog-section-list-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
}

.catalog-section-list-menu ul li {
  margin-bottom: 16px;
  position: relative;
}

.catalog-section-list-menu ul li label {
  position: absolute;
  left: -18px;
  top: -2px;
  font-weight: 700;
  font-size: 0px;
  line-height: 0px;
  color: #0c78ba;
  margin: 0px;
}

.catalog-section-list-menu ul li label:before {
  content: "+";
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.catalog-section-list-menu input[type="checkbox"]:checked+label:before {
  content: "-";
}

.catalog-section-list-menu ul li ul {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 24px;
}

.cat_buttons .btn {
  border: 0px;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 1;
  border-radius: 0px;
  padding: 21px 30px;
  margin-right: 30px;
}

.cat_buttons .btn:after {
  display: none;
}

.cat_buttons {
  margin-top: 26px;
  margin-bottom: 60px;
}

header.headin nav {
  background: var(--root-blue);
  padding: 1em 0px;
  margin-top: 1em;
  box-shadow: 500px 0px 0px var(--root-blue), 1000px 0px 0px var(--root-blue),
    -500px 0px 0px var(--root-blue), -1000px 0px 0px var(--root-blue);
  margin-bottom: 1em;
}

header.headin nav a {
  text-decoration: none;
}

.elem_buttons {
  width: 325px;
  max-width: 100%;
  margin-bottom: 26px;
}

.elem_buttons .btn {
  border-radius: 0px;
  border: 0px;
  margin: 0px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 20px;
  max-width: 320px;
  margin: 6px 0px;
}

.elem_buttons .btn:after {
  display: none;
}

.elem_mess_bg {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /*background: #f3f3f3;*/
  background: linear-gradient(45deg, var(--root-orange), var(--root-blue));
  padding: 60px 0px;
  margin-top: 60px;
  border-top: 6px var(--root-blue) solid;
}

.elem_mess_bg .nav.nav-tabs {
  margin-top: -126px;
  height: 60px;
  margin-bottom: 60px;
  border: 0px !important;
}

.elem_mess_bg .nav-tabs .nav-item.show .nav-link,
.elem_mess_bg .nav-tabs .nav-link.active {
  background-color: var(--root-blue);
  color: #fff;
  border: 0px;
  height: 100%;
}

.elem_mess_bg .nav-tabs .nav-link {
  margin-bottom: 0px;
  background: #f3f3f3;
  border-radius: 0px;
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
  margin-right: 1px;
  border: 0px !important;
  width: 288px;
  max-width: 100%;
}

.elem_mess_bg .nav-tabs>li {
  margin-bottom: 0px;
  border: 0px !important;
}

.elem_images .owl-dots img {
  width: 190px;
  max-width: 100%;
}

.elem_images .owl-dots {
  display: flex;
  /*flex-wrap: wrap;*/
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--root-blue) #c1d7e6;
}

.elem_images .owl-dots::-webkit-scrollbar {
  height: 7px;
}

.elem_images .owl-dots::-webkit-scrollbar-track {
  background: #c1d7e6;
}

.elem_images .owl-dots::-webkit-scrollbar-thumb {
  background-color: var(--root-blue);
}

.owl-dot {}

.elem_images .owl-dots .owl-dot {
  margin: 2px;
}

.elem_images {
  margin-bottom: 60px;
}

.bottom_feedback .flex_feedb .smcontacts {
  width: 32%;
  background-image: url(../images/smcbg.jpg);
}

.bottom_feedback .flex_feedb form {
  width: 68%;
  padding: 35px;
  color: #fff;
}

.bottom_feedback .wideblock {
  background: var(--root-blue);
}

.bottom_feedback .flex_feedb form h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
}

.bottom_feedback .flex_feedb form h2+p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 42px;
}

.bottom_feedback .flex_feedb form .flex_inputs {
  display: flex;
  flex-wrap: wrap;
}

.bottom_feedback .flex_feedb form .flex_inputs>* {
  width: calc(50% - 20px);
  margin-right: 20px;
  font-weight: 400;
  font-size: 24px;
  border: 0px;
  border-radius: 50px;
  color: var(--text-color);
  text-align: center;
  padding: 20px !important;
  margin-bottom: 20px;
  margin-left: 0px;
  line-height: 29px !important;
  box-shadow: none !important;
}

.bottom_feedback .flex_feedb form .flex_inputs>label {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px !important;
  padding: 0px !important;
  display: flex;
  align-items: flex-start;
  padding: 0px 50px !important;
  text-align: inherit;
}

.bottom_feedback .flex_feedb form .flex_inputs>label input {
  margin-right: 10px;
}

.bottom_feedback .flex_feedb form .flex_inputs .btn.orangebtn {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.bottom_feedback {
  margin-bottom: 60px;
  margin-top: 90px;
}

.flex_feedb {
  display: flex;
  flex-wrap: wrap;
}

.smcontacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 30px 40px;
}

.smcontacts .cmcoa a {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-decoration: none;
}

.smcontacts .cmcoa a+p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-top: 22px;
}

.smcontacts .cmcoa {
  width: 100%;
}

.catalog_in.related {
  margin-top: 60px;
}

a.catel_block img {
  height: 250px;
  object-fit: scale-down;
}

.catalog h2+.row>div:first-child .catel_block img {
  width: 530px;
  height: unset;
  max-width: 100%;
}

.catalog h2+.row>div:first-child .catel_block .catel_title {
  order: -1;
  width: calc(100% - 530px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
}

.catalog h2+.row>div:nth-child(8) .catel_block img {
  width: 530px;
  height: unset;
  max-width: 100%;
}

.catalog h2+.row>div:nth-child(8) .catel_block .catel_title {
  width: calc(100% - 530px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
}

/*.catalog h2 + .row > div:last-child .catel_block img {
  width: 530px;
  height: unset;
  max-width: 100%;
}
.catalog h2 + .row > div:last-child .catel_block .catel_title {
  width: calc(100% - 530px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
}*/

.catel_block .catel_title {
  margin-bottom: 0px;
}

.burger {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cline x1='4' y1='12' x2='20' y2='12' /%3E%3Cline x1='4' y1='6' x2='20' y2='6' /%3E%3Cline x1='4' y1='18' x2='20' y2='18' /%3E%3C/svg%3E");
  background-position: center;
  background-size: 110%;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
}

.mcloser {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.971 47.971' style='enable-background:new 0 0 47.971 47.971;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M28.228,23.986L47.092,5.122c1.172-1.171,1.172-3.071,0-4.242c-1.172-1.172-3.07-1.172-4.242,0L23.986,19.744L5.121,0.88 c-1.172-1.172-3.07-1.172-4.242,0c-1.172,1.171-1.172,3.071,0,4.242l18.865,18.864L0.879,42.85c-1.172,1.171-1.172,3.071,0,4.242 C1.465,47.677,2.233,47.97,3,47.97s1.535-0.293,2.121-0.879l18.865-18.864L42.85,47.091c0.586,0.586,1.354,0.879,2.121,0.879 s1.535-0.293,2.121-0.879c1.172-1.171,1.172-3.071,0-4.242L28.228,23.986z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#callbackModal input[type="text"],
#callbackModal input[type="tel"],
#callbackModal textarea {
  width: 100%;
  border: 1px #eee solid;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  margin: 10px 0px;
}

#callbackModal textarea {
  border-radius: 20px;
}

#callbackModal .btn.orangebtn {
  padding: 7px 15px;
  margin-top: 15px;
}

#callbackModal label {
  padding: 10px;
}

.grecaptcha-badge {
  display: none !important;
}

.personal {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ajaxform.loading {
  position: relative;
}

.ajaxform.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%230c78ba' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}

footer .mcloser {
  display: none !important;
}

.news_images {
  padding: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.news_images a {
  display: block;
  /* border: 1px #0c78ba solid; */
  margin: 10px;
}

.questionnaire {
  /*! display: flex; */
  /*! flex-wrap: wrap; */
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.questionnaire label {
  margin: 10px;
  flex: 1 1 auto;
  width: 100%;
}

.questionnaire h3,
.questionnaire h4 {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}

.questionnaire label input[type="number"] {
  width: 110px !important;
  margin: 5px 0px;
}

.questionnaire label input:not([type="checkbox"]),
.questionnaire label select {
  background: #ffffff;
  border: 1px solid #667080;
  border-radius: 6px;
  padding: 10px;
  margin-right: 5px;
  width: 100%;
}

.questionnaire label.yesno input {
  display: none;
}

.questionnaire label.yesno input+span {
  display: inline-block;
  background: #fff;
  width: 83px;
  height: 46px;
  border-radius: 50px;
  vertical-align: middle;
  border: 1px #0c78ba solid;
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
}

.questionnaire label.yesno input+span:before {
  content: "";
  width: 29px;
  height: 29px;
  background: #0c78ba;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 7px;
  transition: 0.2s ease;
}

.questionnaire label.yesno input:checked+span::before {
  background: #fff;
  left: 45px;
}

.questionnaire label.yesno input:checked+span {
  background: #0c78ba;
}

.questionnaire button[type="submit"] {
  background: #f68e18;
  border-radius: 50px;
  border: 0px;
  display: block;
  margin: 15px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
}

.catalog-section-list-menu ul li ul {
  margin: 0px;
  display: none;
  overflow: visible;
  max-height: unset;
}

.catalog-section-list-menu ul li {
  padding-left: 35px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  margin-top: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  /* border-bottom: 1px solid #b7b7b7;
  border-top: 1px #fff solid;
  background: #f2f2f2;
  border: 1px #fff solid;*/
}

.catalog-section-list-menu ul li label {
  display: none;
}

/*.catalog-section-list-menu ul li:hover {
  background: var(--root-orange);
  color: #fff;
  background: rgba(196, 196, 196, 0.3);
}*/



.catalog-section-list-menu ul li:hover ul {
  display: block;
  position: absolute;
  left: 100%;
  z-index: 5;
  top: 0px;
  background-color: #fff;
  color: var(--text-color);
  /*background: #f3f3f3;*/
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
  min-height: 100%;
  /*padding-top: 35px;
  padding-bottom: 35px;*/
  /*border-top: 7px #0c78ba solid;*/
}


.catalog-section-list-menu ul li:hover a {
  color: #fff;
}

.catalog-section-list-menu ul li:hover ul li a {
  color: var(--text-color)f;
}

/*.catalog-section-list-menu ul li:hover ul li {
  border: 0px !important;
}

.catalog-section-list-menu>ul>li:first-child {
  border-top: 0px;
}*/

.catalog-section-list-menu>ul>li:last-child {
  border-bottom: 0px;
}

.elem_images+.elem_buttons {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.elem_images+.elem_buttons .btn {
  width: 325px;
}

.elem_mess_bg .nav-tabs .nav-link[data-bs-target="#oprlist"] {
  width: 325px;
}

.elem_mess_bg .nav-tabs .nav-link {
  width: 275px;
}

a.catel_block>img+img {
  display: none;
}

a.catel_block:hover>img {
  display: none;
}

a.catel_block:hover>img+img {
  display: block;
}

.elem_images .owl-dots .owl-dot {
  min-width: 180px;
}

.headin {
  position: sticky;
  top: -135px;
}

.btn.transbtn:hover {
  background: var(--root-blue);
  color: #fff;
}

.btn.orangebtn:hover {
  filter: brightness(1.2);
}

header .phone:hover {
  text-decoration: underline;
}

.cat_buttons .btn:hover,
.elem_images+.elem_buttons .btn:hover {
  filter: brightness(1.2);
}

.questionnaire button[type="submit"]:hover {
  filter: brightness(1.2);
}

.lang.lang_fixed.lang_bl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 80px;
  justify-content: space-evenly;
  text-transform: uppercase;
}

p.return {
  margin-top: 30px;
}

p.return a {
  line-height: 130%;
  color: #00b4f3;
  padding: 10px 5px;
  border: 1px solid;
  margin-top: 50px;
  display: block;
  max-width: 170px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  text-decoration: none;
}

.breadcrumb-xl {
  margin-top: 2em;
}

.bx-breadcrumb a span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--root-blue);
  text-decoration: none;
  background: #fff;
}

.bx-breadcrumb {
  line-height: 3em;
  display: table-row;
}

.bx-breadcrumb-item-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid var(--root-blue);
  padding: 0.3em;
  border-radius: 0.3em;
  background: var(--root-blue);
  color: #fff;
}

.bx-breadcrumb a {
  text-decoration: none;
}


i.bx-breadcrumb-item-angle.fa.fa-angle-right:nth-child(2):before {
  content: "";
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--root-blue);
  margin: 0px;
  padding: 0px;
}


i.bx-breadcrumb-item-angle.fa.fa-angle-right:before {
  content: "";
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--root-blue);
  margin: 0px;

}

.product__item {
  margin-bottom: 30px;
}

.product__item_block {
  border: 1px solid #b8b8b8;
  /* padding: 25px 15px; */
}

a.img_item {
  display: block;
  position: relative;
  overflow: hidden;
}

.product__item_block img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.product__item_block .img_item {
  /* height: 250px !important; */
  /* width: 100% !important; */
  display: block;
  top: 0px;
}

.home_catalog_item img,
a.img_item img {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -o-object-fit: cover;
  /* object-fit: cover; */
  /* height: 290px; */
  /* width: 130%; */
  /* top: -20px; */
  position: relative;
}

.name__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 15px 25px 15px;
}

.product__item_block .name__item {
  margin-bottom: 0px;
}

.product__item_block .name__item a {
  color: var(--root-blue);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0px;
  max-width: 310px;
  text-align: left;
  min-height: 96px;
}

.product__item_block .btnblue {
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  display: block;
  color: #ffffff;
  background: var(--root-blue);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
  cursor: pointer;
  display: block;
}

header .align-items-center {
  justify-content: space-evenly;
}

.product__item_block .btnblue:after {
  display: none;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8) !important;
}

.elem_buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 15px;
}

ul.bottom-menu {
  padding: 0;
}

ul.bottom-menu li {
  list-style: none;
  margin-bottom: 10px;
}

.footer_blocks a {
  color: #0c78ba;
}

.catalog-top .catel_flex {
  margin: 0 auto;
}

section.top_banner {
  position: relative;
  top: 0px;
  z-index: 0;
}

.contbg {
  position: relative;
  width: 100vw;
  height: 770px;
  min-height: 350px;
  max-height: 52vw;
  background-color: var(--root-blue);
  align-content: center;
  justify-content: center;
  display: flex;
}

.contbg video,
.contbg img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  object-position: center;
  /*z-index: 0;*/
  margin-top: 100px;
}

.contbg:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: var(--dark-blue);
  opacity: 0.5;
}

.contbg+.text-cont {
  position: absolute;
  z-index: 2;
  bottom: 230px;
  top: 45%;
  left: 0px;
  width: 100%;
  /* color: var(--white-text); */
}

.top_banner .item {
  position: relative;
  /* min-height: 500px; */
}

header {
  position: relative;
  background: var(--dark-blue);
}

header .top_overlay {
  position: relative;
  left: 0px;
  /* top: 100%; */
  z-index: 2;
  width: 100%;
  color: var(--white-text);
  /* background-color: rgba(0, 19, 43, 0.5); */
  background-color: rgb(0 19 43 / 83%);
  padding: 15px 0px;
  z-index: 1;
}

section.top_banner h2 {
  color: #fff;
}

.contbg:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

section.top_banner .btn.orangebtn {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}

section.top_banner .btn.orangebtn:after {
  content: "";
  width: 40px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 0.807611 27.9792 0.807611 27.3934 1.3934C26.8076 1.97919 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM0 13.5H38V10.5H0V13.5Z' fill='white'/%3E%3C/svg%3E%0A");
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  margin-top: -5px;
}

.link-file[href$=".pdf"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/pdf.png) 5px !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  padding: 8px 40px;
  color: #000;
}

.link-file[href$=".doc"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/doc.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
}

.link-file[href$=".xls"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/xls.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
}

.link-file[href$=".xlsx"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/xls.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
}

.link-file[href$=".docx"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/doc.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
}

.link-file[href$=".jpg"] {
  background: url(/include/img/pic.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
  padding: 5px 10px 5px 40px;
}

.link-file[href$=".png"] {
  padding: 5px 10px 5px 40px;
  background: url(/include/img/pic.png) !important;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat !important;
}

.tabs-projects ul.nav.nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 0;
}

.tabs-projects .nav-tabs .nav-item {
  width: 49.333333%;
  text-align: center;
}

.tabs-projects .nav-tabs .nav-item.show .nav-link,
.tabs-projects .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: 0;
  color: #286ca6 !important;
  border-bottom: 3px solid;
}

.tabs-projects .nav-tabs .nav-link:focus,
.tabs-projects .nav-tabs .nav-link:hover {
  border: 0;
  color: #286ca6 !important;
  border-bottom: 3px solid;
}

.tabs-projects a.nav-link {
  color: #807f7f !important;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border: 0;
  border-bottom: 3px solid #0000;
}

.tab-content .news-detail {
  padding-top: 30px;
}

.detailimg.row {
  padding-top: 30px;
}

.tab-content h3 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

table.table-file {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  min-width: 800px;
}

.big-table {
  overflow: auto;
  padding: 0px 0px;
}

.tabs-projects td,
.tabs-projects th {
  padding: 15px 30px;
  vertical-align: top;
  min-width: 130px;
}

.news h2 a {
  color: var(--text-color);
  text-decoration: none;
}

.headin nav li ul {
  display: none;
  background: var(--root-blue);
  padding: 15px;
  width: max-content;
  margin-left: -15px;
  max-width: 450px;
}

.headin nav li {
  position: relative;
}

.headin nav li.menu-close:hover ul {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
}

.headin nav li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.index_page nav li ul {
  display: none !important;
}

.tour_frame iframe {
  width: 100%;
  height: 80vh;
}

.search-page form>* {
  height: 30px;
}

.search-page form input[type="submit"] {
  background: var(--root-orange);
  border: 0px;
  color: #fff;
  padding: 0px 20px;
  border-radius: 3px;
}

.bx-breadcrumb-item {
  height: auto !important;
}

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

  .smcontacts .cmcoa a {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-decoration: none;
  }
}

@media (max-width: 1200px) {
  header .phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
  }

  .smcontacts .cmcoa a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-decoration: none;
  }

  .btn.transbtn {
    border-radius: 50px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 17px 15px;
    min-width: max-content;
    display: block;
  }

  .btn.orangebtn {
    border: 3px solid var(--root-orange);
    /* border-radius: 50px; */
    color: #fff;
    box-shadow: none !important;
    padding: 17px 15px;
    background-color: var(--root-orange);
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin: 0px 5px;
    min-width: max-content;
  }

  .align-items-center {
    align-items: center !important;
    display: flex;
    justify-content: space-evenly;
  }

  header nav ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
}

@media (max-width: 991px) {
  .headin nav li.menu-close ul {
    display: none !important;
  }

  .headin {
    position: static;
  }

  .bx-breadcrumb {
    margin-top: 30px;
    margin-bottom: 50px;
    align-content: center;
  }

  header .col-md-6 {
    display: none;
  }

  /* .catalog col-md-6 img {
    height: auto;
  }*/

  header .row.align-items-center {
    justify-content: center;
    width: auto;
    max-width: unset !important;
  }

  header nav {
    /* display: none; */
  }

  .top_banner {
    margin-top: 25px;
  }

  .banner_block h1 {
    font-size: 42px;
  }

  .banner_block .btn.orangebtn {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 20px;
  }

  .banner_block .btn.orangebtn::after {
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  h2 {
    /*font-size: 24px;*/
    line-height: 1.5;
    margin-bottom: 25px;
  }

  /*APS h2 settings*/
  h2 {
    font-size: 20px;
  }

  /*
  h3 {
    font-weight: bold;
    font-size: 16px;
  }
*/
  .wideblock {
    margin: 0px;
  }

  h1 {
    font-size: 26px;
    margin-top: 30px;
  }

  .catalog-section-list-menu {
    padding-left: 25px;
  }

  .smcontacts .cmcoa a {
    font-size: 20px;
    line-height: 1.2;
  }

  .smcontacts .cmcoa a+p {
    margin-top: 5px;
    font-size: 12px;
  }

  .bottom_feedback .flex_feedb form .flex_inputs>* {
    line-height: 1.2 !important;
    font-size: 15px !important;
    padding: 10px !important;
  }

  .bottom_feedback .flex_feedb form .flex_inputs>label {
    padding: 0px !important;
    font-size: 12px !important;
  }

  header .col-md-3 {
    /*width: 50%;
    max-width: 50%;*/
    text-align: center;
  }

  #menuopener:checked+nav {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    align-items: center;
    margin-top: 0px;
  }

  header nav ul li a {
    color: var(--text-color);
  }

  header nav ul {
    flex-wrap: wrap;
    justify-content: center;
    /*! height: 100%; */
    align-items: center;
  }

  header nav ul li {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
  }

  header nav ul li a:hover {
    color: var(--text-color);
  }

  header nav {
    display: none;
  }

  .bottom_feedback {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bottom_feedback .flex_feedb .smcontacts {
    width: 100%;
  }

  .bottom_feedback .flex_feedb form {
    width: 100%;
  }

  .bottom_feedback .flex_feedb form .flex_inputs>* {
    width: 100%;
    margin-right: 0px;
  }

  footer nav ul {
    flex-wrap: wrap;
  }

  footer nav ul li {
    margin-bottom: 10px;
  }

  footer nav ul a {
    font-size: 14px;
    line-height: 1.2;
    margin: 0px 5px;
  }
}

@media (max-width: 768px) {
  .banner_block h1 {
    line-height: 1.2;
    font-size: 30px;
  }

  .contbg+.text-cont {
    position: absolute;
    z-index: 2;
    /* bottom: 230px; */
    top: 35%;
    left: 0px;
    width: 100%;
    /* color: var(--white-text); */
  }

  section.top_banner .btn.orangebtn {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
  }

  section.top_banner .btn.orangebtn:after {
    content: "";
    width: 40px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='24' viewBox='0 0 40 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0607 13.0607C39.6464 12.4749 39.6464 11.5251 39.0607 10.9393L29.5147 1.3934C28.9289 0.807611 27.9792 0.807611 27.3934 1.3934C26.8076 1.97919 26.8076 2.92893 27.3934 3.51472L35.8787 12L27.3934 20.4853C26.8076 21.0711 26.8076 22.0208 27.3934 22.6066C27.9792 23.1924 28.9289 23.1924 29.5147 22.6066L39.0607 13.0607ZM0 13.5H38V10.5H0V13.5Z' fill='white'/%3E%3C/svg%3E%0A");
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    margin-top: -5px;
  }

  header .phone {
    line-height: 1.2;
    font-size: 16px;
  }

  header .phone::before {
    width: 25px;
    height: 25px;
  }

  .about .row>* {
    margin-bottom: 15px;
  }

  .news .row>* {
    margin-bottom: 15px;
  }

  .news_block {
    background-size: cover;
  }

  footer {
    text-align: center;
  }

  .catalog-section-list-menu {
    display: none;
  }

  h1 {
    margin-bottom: 15px;
  }

  .elem_mess_bg .nav-tabs .nav-link {
    font-size: 16px;
    width: auto;
  }

  a.catel_block img {
    width: 100%;
  }

  .news_images a {
    width: calc(50% - 4px);
    text-align: center;
  }
}

@media (max-width: 576px) {
  footer nav ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  .bx-breadcrumb a span {
    font-size: 14px;
    line-height: 100%;
  }

  .bx-breadcrumb-item-text {
    font-size: 14px;
    line-height: 100%;
  }

  i.bx-breadcrumb-item-angle.fa.fa-angle-right {
    margin: 0 5px;
  }

  i.bx-breadcrumb-item-angle.fa.fa-angle-right:nth-child(2):before {
    font-size: 14px;
    line-height: 100%;
  }

  i.bx-breadcrumb-item-angle.fa.fa-angle-right:before {
    font-size: 14px;
    line-height: 100%;
  }

  header .phone {
    font-size: 12px;
  }

  header .phone::before {
    width: 20px;
    height: 20px;
  }

  .elem_images .owl-dots img {
    width: 100%;
  }

  .elem_images .owl-dots .owl-dot {
    width: calc(33.3333% - 4px);
  }

  .elem_mess_bg .nav-tabs .nav-link {
    font-size: 12px;
  }

  .elem_mess_bg {
    font-size: 16px;
    line-height: 1.2;
  }

  .bottom_feedback {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bottom_feedback .flex_feedb .smcontacts {
    width: 100%;
  }

  .bottom_feedback .flex_feedb form {
    width: 100%;
  }

  .bottom_feedback .flex_feedb form .flex_inputs>* {
    width: 100%;
    margin-right: 0px;
  }

  h1 {
    line-height: 1.2;
  }

  .cat_buttons .btn {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }

  a.catel_block .catel_title {
    font-size: 16px;
    min-height: 55px;
  }

  .bg_banner img {
    min-height: 450px;
    object-fit: cover;
  }

  .banner_text {
    text-align: center;
  }

  .elem_buttons .btn {
    margin: 0px;
    padding: 10px 0px;
    font-size: 15px;
    width: 50%;
    min-width: 0px !important;
  }
}