@charset "UTF-8";
@font-face {
  font-family: "OpenSansL";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("OpenSansL"), url("/media/templates/site/cassiopeia/fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("OpenSansR"), url("/media/templates/site/cassiopeia/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansSB";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("OpenSansSB"), url("/media/templates/site/cassiopeia/fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansB";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("OpenSansB"), url("/media/templates/site/cassiopeia/fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansI";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("OpenSansI"), url("/media/templates/site/cassiopeia/fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("RobotoCR"), url("/media/templates/site/cassiopeia/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoCB";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("RobotoCB"), url("/media/templates/site/cassiopeia/fonts/RobotoCondensed-Bold.ttf") format("truetype");
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  background-color: #eee;
}

.search-wrapper {
  margin-top: 124px;
  margin-left: -328px;
  background: white;
  padding: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.search-wrapper input {
  border: none;
  border-bottom: 1px solid #2083d2;
  font-family: "OpenSansSB", sans-serif;
  font-size: 16px;
  outline: none;
}

.send-search {
  border: none;
  background: none;
  color: #2083d2;
  font-family: "OpenSansSB", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.send-search:hover {
  background: none;
  cursor: pointer;
}

.pagebilder {
  position: absolute;
  top: 13px;
  right: 50px;
  z-index: 1000;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #112855;
  color: #fff;
}

header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2083d2;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: "OpenSansSB", sans-serif;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  color: white;
  font-weight: 400;
  font-family: "OpenSansSB", sans-serif;
}

.header-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-logo-wrapper > img {
  height: 35px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-menu > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  cursor: pointer;
  padding: 0;
}

nav > .dropdown > button {
  padding: 20px 20px 18px;
}

.header-search-button {
  background-color: #3790d7;
  border: none;
  width: 58px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-search-button:hover {
  background-color: #0f6ab2;
  cursor: pointer;
}

.header-mail-button {
  text-decoration: none;
  color: white;
  padding: 20px 13px 18px;
}
.header-mail-button:hover {
  background-color: #0f6ab2;
}

/* Стиль Выпадающей Кнопки */
.dropbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2083d2;
  color: white;
  font-size: 1em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: "OpenSansSB", sans-serif;
  height: 100%;
  white-space: nowrap;
}
.dropbtn:hover {
  background-color: #0f6ab2;
}

.mob-style:hover {
  background: none;
}

.mob-style-drop {
  margin-top: -10px;
}

.dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  padding: 20px;
  top: 60px;
  background-color: white;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #2083d2;
  padding: 2px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  margin-top: 13px;
  border-bottom: 1px solid white;
  font-weight: 600;
}

.dropdown-content a:hover {
  border-bottom: 1px solid #2083d2;
}

.dropdown:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu__drop_block__item {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: white;
}

/* Стили для мобильного выпадающего меню */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* Цвет фона по вашему выбору */
  z-index: 1000;
}

/* Стили для кнопки закрытия */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* Стили для отображения/скрытия кнопки "burger-menu" */
.burger-menu {
  display: none;
  background-color: #2083d2;
  border: none;
}

@media screen and (max-width: 1200px) {
  nav > .dropdown > button {
    padding: 5px;
  }
  .header-logo-wrapper {
    gap: 5px;
  }
}
@media only screen and (max-width: 896px) {
  .header-menu nav {
    display: none;
  }
  .header-mail-button {
    display: none;
  }
  /* Показать кнопку "burger-menu" */
  .burger-menu {
    display: block;
  }
  .close-btn {
    border: none;
    background-color: white;
    width: 40px;
    height: 40px;
  }
  nav > .dropdown > button {
    padding: 10px;
    background-color: white;
    color: black;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
}
footer {
  background-color: #2083d2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-content {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.first-row-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.info-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.menu {
  width: 369px;
}

.footer-block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.footer-title {
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-family: "OpenSansSB", sans-serif;
  font-weight: 800;
}

.footer-block-links a {
  text-decoration: none !important;
  color: #f1f3f9;
  font-size: 13px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
}

.my {
  margin-top: 60px;
}

.footer-horizontal-line {
  width: 100%;
  height: 1px;
  background-color: white;
}

.company-soft-info {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
}

.mobile-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myy {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.myy img {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 290px;
}

.footer-last-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 211px;
  margin-top: 0px;
  margin-bottom: 3px;
  color: white;
}

.logo-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.logo-footer span {
  font-family: "OpenSansR", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-last-row span {
  font-family: "OpenSansR", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 1300px) {
  .myy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .myy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .myy img {
    width: 200px;
  }
  .first-row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 140px;
  }
  .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-soft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footer-last-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.footer__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 185em;
  height: 0.15em;
  background: rgba(255, 255, 255, 0.1);
}

.footer__line_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1em;
  margin: 2em 0;
}

@media screen and (max-width: 600px) {
  .first-row-footer {
    padding-left: 50px;
  }
}
.wrapper_footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*----------------main-page-----------------------*/
.grid-child .mod-breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.grid-child .mod-breadcrumbs__wrapper .jmodedit, .grid-child .mod-breadcrumbs__wrapper #tip-17 {
  display: none;
}
.grid-child .mod-breadcrumbs__wrapper .mod-breadcrumbs {
  position: absolute;
  top: 73px;
  left: 0px;
  z-index: 10;
}

.first-block {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.first-block video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
  -o-object-fit: cover;
     object-fit: cover;
}

.first-block-layout {
  position: absolute;
  width: 70%;
  z-index: 1;
  height: 100%;
  top: 420px;
  left: -300px;
  -webkit-transform: translate(0, -50%) skew(-25deg);
      -ms-transform: translate(0, -50%) skew(-25deg);
          transform: translate(0, -50%) skew(-25deg);
  background: rgba(10, 96, 165, 0.7);
}

.content-first-block {
  margin-top: 150px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  z-index: 3;
}

.first-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-block-title h1 {
  font-size: 78px;
  padding-right: 25px;
  border-right: 1px solid white;
  margin: 0;
  font-family: "RobotoCB", sans-serif;
}

.young {
  margin-top: 50px !important;
  margin-left: 65px !important;
  width: 50%;
}

.union {
  width: 50%;
  margin-top: 50px !important;
}

.first-block-title h3 {
  padding-left: 25px;
  font-size: 20px;
  font-family: "OpenSansSB", sans-serif;
  line-height: 20px;
}

.first-block-description-one {
  width: 450px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.first-block-description-second {
  width: 450px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.content-styled-link {
  text-decoration: none;
  color: white;
  padding: 14px 30px;
  border: 1px solid white;
  font-family: "OpenSansSB", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.second-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
}

.second-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.second-block-content-card {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 31px 31px 20px;
  background-color: white;
  z-index: 2;
  -webkit-box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.cont_b1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  margin-bottom: 49px;
}
.cont_b1 .ctb1imag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 675px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.cont_b1 .ctb1imag .imagae_gaallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 675px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 470px;
}
.cont_b1 .ctb1imag .imagae_gaallery .itemimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 675px;
  height: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont_b1 .ctb1imag .imagae_gaallery .itemimg img {
  width: 100%;
  height: auto;
}
.cont_b1 .ctb1imag .imagae_gaallery_nav .slick-track {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 134px;
  min-width: 134px;
  height: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 5px 0;
  cursor: pointer;
}
.cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav.slick-slide {
  border-bottom: 4px solid transparent;
}
.cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav.slick-current {
  border-bottom: 4px solid #3882D1;
}
.cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav img {
  display: block;
  width: auto;
  max-width: 134px;
  height: 93px;
}
.cont_b1 .head_desc {
  font-family: "OpenSansB", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #0D2623;
  margin: 0 0 10px 0;
}
.cont_b1 .ctb_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px 0;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-size: 14px;
}
.cont_b1 .ctb_text strong {
  display: block;
  font-family: "OpenSansB", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 30px !important;
  color: #0D2623 !important;
  margin: 0 0 22px 0 !important;
}
.cont_b1 .list_doc {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 10px 35px;
  padding: 15px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.cont_b1 .list_doc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_b1 .list_doc li a {
  text-decoration: none;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont_b1 .ctb_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.cont_b1 .ctb_1 .nal {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #27AE60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
.cont_b1 .ctb_1 .nal:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 9px;
  min-width: 9px;
  height: 7px;
  background: url("/images/vector_nal.png") 0 0 no-repeat;
}
.cont_b1 .ctb_1_head_desc {
  font-family: "OpenSansB", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: #0D2623;
}

.card-title {
  font-family: "OpenSansSB", sans-serif;
  font-size: 36px;
  color: #2083d2;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.card-description {
  font-family: "OpenSansR", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: black;
  margin-bottom: 30px;
}

.more {
  -ms-flex-item-align: self-end;
      align-self: self-end;
  color: #2083d2;
  padding-bottom: 5px;
  border-bottom: 1px solid #2083d2;
  text-decoration: none;
  font-family: "OpenSansSB", sans-serif;
  font-weight: 400;
  width: 150px;
  padding-left: 20px;
  /*bottom: 5px;*/
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.more1 {
  position: absolute;
}

.more2 {
  width: 171px;
}

.three-block {
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

.three-block-content {
  width: 1200px;
}

.three-block-title {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "OpenSansSB", sans-serif;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.three-block-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.three-block-left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.white-line {
  width: 200px;
  height: 5px;
  background-color: white;
}

.three-block-description {
  font-family: "OpenSansR", sans-serif;
  margin-top: 40px;
}

.shema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shema a {
  padding: 30px 40px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  font-size: 22px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
  width: 300px;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.shema a:hover {
  background-color: #2083d2;
}

.shemas .shema:nth-child(odd) {
  margin-left: -200px;
}

.three-block-podrobneye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .second-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shemas .shema:nth-child(odd) {
    margin-left: 0px;
  }
  .three-block-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .first-block-layout {
    left: -1000px;
    width: 1600px;
  }
  .three-block-title {
    padding-left: 140px;
  }
  .three-block-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 140px;
  }
  .shema a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-first-block {
    width: 100%;
    padding-left: 100px;
  }
}
@media screen and (max-width: 676px) {
  .content-first-block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .first-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .first-block-title h3 {
    padding-left: 0;
    padding-top: 10px;
    margin: 0;
  }
  .first-block-title h1 {
    padding-right: 0;
    border-right: none;
    padding-bottom: 10px;
  }
  .second-block-content-card {
    width: 300px;
    height: 65%;
    padding-bottom: 15px;
  }
  .content-first-block p {
    width: 80%;
  }
  .content-first-block {
    margin-top: 60px;
  }
  .first-block-description-second {
    margin: 0;
  }
  .three-block-title {
    padding-left: 50px;
  }
  .three-block-main-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 450px) {
  .shema a {
    font-size: 12px;
    padding: 5px;
  }
}
@media screen and (max-width: 375px) {
  .shema {
    width: 250px;
    height: 100px;
  }
  .second-block-content-card {
    padding: 5px 5px 20px;
  }
}
/*--------------------complex---------------------------*/
.complex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.complex-title {
  font-family: "RobotoCB", sans-serif;
  font-weight: 400;
  margin-top: 60px;
  font-size: 40px;
  height: 260px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.complex-title-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 96, 165, 0.7);
  z-index: 2;
}

.complex-title h1 {
  color: white;
  z-index: 3;
  position: relative;
  font-size: 44px;
  font-family: "RobotoCB", sans-serif;
  margin: 0.6em 0 0.6em 0;
}

.complex-title-text-wrapper {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.complex-content .com-content-article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.complex-content .com-content-article .com-content-article__body .first-block-title {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.complex-content .com-content-article .com-content-article__body .first-block-title h3, .complex-content .com-content-article .com-content-article__body .first-block-title h1 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
}
.complex-content .com-content-article .com-content-article__body .content-first-block p.first-block-description-one, .complex-content .com-content-article .com-content-article__body .content-first-block p.first-block-description-second {
  width: 450px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #fff !important;
}
.complex-content #sp-page-builder, .complex-content .page-content, .complex-content .sppb-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complex-content .complex-info-wrapper {
  width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 0px;
  z-index: 30;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.1) !important;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: -70px auto 60px;
}
.complex-content .complex-info-wrapper.corect {
  width: 100%;
  max-width: 1200px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.complex-content .complex-info-wrapper.corect .sppb-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 31px 38px 25px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.1) !important;
}
.complex-content .complex-info-wrapper.corect.noback .sppb-row-container {
  background: #eee;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.complex-content .complex-info-wrapper.corect .sppb-btn-custom {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  padding: 0 !important;
}
.complex-content .complex-info-wrapper.corect .sppb-btn-custom::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 43px;
  min-width: 43px;
  height: 8px;
  background: url("/images/icon_but.png") 0 0 no-repeat;
}
.complex-content .complex-info-wrapper.corect .sppb-btn-custom:active {
  text-decoration: none;
  outline: none;
}
.complex-content .complex-info-wrapper.corect .sppb-btn-custom:hover {
  text-decoration: none;
  outline: none;
}

.complex-img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Три столбца с равными долями */
  gap: 10px; /* Расстояние между изображениями */
}

.complex-img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.complex-info-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #4F4F4F;
  gap: 15px 0;
}

.complex-info-wrapper ul li {
  line-height: 20px;
}

.complex-list {
  font-family: "RobotoCB", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: black;
}

@media screen and (max-width: 1200px) {
  .complex-title-text-wrapper {
    width: 800px;
  }
  .complex-info-wrapper {
    width: 800px;
  }
  .itemid-220 .complex-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 880px) {
  .complex-title-text-wrapper {
    width: 500px;
  }
  .complex-info-wrapper {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .complex-content .complex-info-wrapper.corect .list_item .sppb-div-addon {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 5px 0 !important;
  }
}
@media screen and (max-width: 570px) {
  .complex-title-text-wrapper {
    width: 260px;
  }
  .complex-info-wrapper {
    width: 260px;
  }
  .complex-title-text-wrapper h1 {
    font-size: 28px !important;
  }
  .info-title {
    font-size: 28px;
  }
  .complex-img-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Три столбца с равными долями */
    gap: 10px; /* Расстояние между изображениями */
  }
}
@media screen and (max-width: 510px) {
  .info-title {
    font-size: 28px;
  }
  .sppb-carousel-extended-item img {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
  }
  .corect .sppb-addon-text-block .sppb-addon-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 448px) {
  .complex-title-text-wrapper h1 {
    font-size: 24px !important;
    padding-top: 20px;
  }
  .info-title {
    font-size: 22px;
  }
}
/*------------history------------------*/
.history-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.history-content {
  position: relative;
  margin-top: 180px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.line_history {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  background-color: #cbcbcb;
  height: 5400px;
}

.block-line {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f5eae3;
}

.top-1 {
  top: 5px;
}

.top-2 {
  top: 15px;
}

.top-3 {
  top: 25px;
}

.top-4 {
  top: 5390px;
}

.top-5 {
  top: 5380px;
}

.top-6 {
  top: 5370px;
}

.history-card {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 1em 0.3em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em 0.3em rgba(0, 0, 0, 0.1);
}

.history-card span {
  text-indent: 10px;
  margin-bottom: 20px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
  color: black;
  line-height: 20px;
}

.history-card-title {
  color: white;
  padding: 10px 20px 10px 20px;
  background-color: #2083d2;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 0 -20px;
  text-align: center;
  z-index: 40;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.history-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.history-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bookmark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookmark-left {
  position: absolute;
  top: 19px;
  z-index: 1;
  left: -20px;
  width: 55px;
  height: 55px;
  background-color: #2083d2;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.bookmark-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookmark-circle {
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #2083d2;
  width: 20px;
  height: 20px;
  left: -93px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .history-content {
    width: 800px;
  }
  .line_history {
    height: 9800px;
  }
  .top-4 {
    top: 9790px;
  }
  .top-5 {
    top: 9780px;
  }
  .top-6 {
    top: 9770px;
  }
}
@media screen and (max-width: 820px) {
  .history-content {
    width: 600px;
  }
  .history-card-title {
    font-size: 40px;
  }
  .line_history {
    display: none;
  }
  .bookmark-left {
    display: none;
  }
  .bookmark-circle {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .history-content {
    width: 400px;
  }
  .history-card-title {
    font-size: 30px;
  }
  .history-img-wrapper img {
    width: 320px;
  }
}
@media screen and (max-width: 440px) {
  .history-card-title {
    font-size: 20px;
  }
  .history-content {
    width: 300px;
  }
  .history-img-wrapper img {
    width: 260px;
  }
}
/*---------нормативные документы----------*/
.download-doc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e4e4e4;
  width: 550px;
  min-height: 70px;
}

.tripple {
  width: 371px !important;
}

.only {
  width: 1150px;
}

.download-btn {
  background-color: #2083d2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-btn img {
  width: 30px;
  padding: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.download-doc-btn-text {
  text-align: left;
  padding: 7px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
}

.download-link {
  text-decoration: none;
  color: black;
}

.btns-download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

@media screen and (max-width: 1200px) {
  .download-doc-btn {
    width: 800px;
  }
  .btns-download-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 880px) {
  .download-doc-btn {
    width: 500px;
  }
  .download-doc-btn-text {
    font-size: 10px;
  }
  .tripple {
    width: 300px !important;
  }
  .normal img {
    padding: 50% 20px !important;
  }
  .big img {
    padding: 75% 20px !important;
  }
}
@media screen and (max-width: 570px) {
  .download-doc-btn {
    width: 300px;
  }
  .tripple {
    width: 300px !important;
  }
  .download-btn img {
    padding: 80% 20px;
  }
  .normal img {
    padding: 120% 20px !important;
  }
  .big img {
    padding: 175% 20px !important;
  }
}
/*---------contacts--------------*/
.contacts-style {
  margin-bottom: 0;
}

.complex-title-text-wrapper-description {
  z-index: 2;
  color: white;
  font-size: 12px;
  font-family: "OpenSansSB", sans-serif;
  font-weight: 400;
}

.contacts-info-wrapper {
  width: 100%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-content {
  width: 1200px;
}

.contacts-content-text {
  font-family: "OpenSansR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.contacts-content-text a {
  text-decoration: none;
  color: #0000EE;
}

.contacts-content-text a:active {
  color: red;
}

.contacts-content-title {
  font-family: "OpenSansSB", sans-serif;
  font-size: 36px;
  color: #2083d2;
  font-weight: 400;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .contacts-content {
    width: 800px;
  }
  .complex-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and (max-width: 880px) {
  .contacts-content {
    width: 500px;
  }
}
@media screen and (max-width: 570px) {
  .contacts-content {
    width: 260px;
  }
  .contacts-content-text {
    font-size: 12px;
  }
}
/*----------career-----------------*/
.career-title-wrapper {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.career-title-img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-title-layout {
  position: absolute;
  width: 70%;
  z-index: 1;
  height: 100%;
  top: 320px;
  left: -300px;
  -webkit-transform: translate(0, -50%) skew(-25deg);
      -ms-transform: translate(0, -50%) skew(-25deg);
          transform: translate(0, -50%) skew(-25deg);
  background: rgba(10, 96, 165, 0.7);
}

.career-title-content {
  width: 1200px;
  z-index: 1;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  font-family: "RobotoCB", sans-serif;
}

.career-title-content h1 {
  font-size: 68px;
  margin: 0;
}

.career-title-content p {
  width: 450px;
  font-family: "OpenSansR", sans-serif;
}

.career-content-wrapper {
  width: 100%;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
  gap: 20px;
}

.career-card-style {
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.career-long-card-style {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
  margin-top: -30px;
}

.long-card-content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .career-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-card-style {
    width: 600px;
  }
  .career-long-card-style {
    width: 660px;
  }
  .career-long-card-style img {
    width: 300px;
  }
  .career-title-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .career-title-layout {
    display: none;
  }
  .career-title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
  }
}
@media screen and (max-width: 667px) {
  .career-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-card-style {
    width: 300px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .career-long-card-style {
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-long-card-style img {
    width: 360px;
  }
  .career-title-content h1 {
    font-size: 40px;
    margin: 0;
  }
  .career-title-content p {
    width: 300px;
    font-size: 12px;
    font-family: "OpenSansR", sans-serif;
  }
}
@media screen and (max-width: 380px) {
  .career-content {
    width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-card-style {
    width: 280px;
    height: 400px;
  }
  .career-long-card-style {
    width: 290px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .career-long-card-style img {
    width: 290px;
  }
}
/*---------science----------*/
.science-style {
  height: 250px;
}

@media screen and (max-width: 668px) {
  .science-style {
    height: 400px;
  }
}
/*--------vakansii-----------*/
.vakansii-style {
  height: 1000px;
}

.vakansii-title-style {
  top: 500px;
  height: 1000px;
}

.vakans p {
  font-weight: 400;
  font-size: 15px;
}

.vakans a {
  text-decoration: none;
}

@media screen and (max-width: 660px) {
  .cols-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu {
    border: none;
    width: 300px;
  }
}
/*products*/
.prod-main-style {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: 0;
  left: 0;
}

.test-prod-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prodd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
}

.h1prod {
  font-family: "RobotoCB", sans-serif;
  font-weight: 400;
  font-size: 48px;
  margin: 0;
  margin-bottom: 40px;
}

.prodmenu {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
  height: 100vh;
  padding-right: 5%;
  border-right: 1px solid white;
}

.prodmenu .menLink {
  color: white;
  text-decoration: none;
  font-family: "OpenSansR", sans-serif;
  font-size: 18px;
  opacity: 1;
}

.prodmenu:nth-child(3) {
  border: none;
}

.cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 20px;
}

#first-col-links a {
  font-size: 26px;
  font-weight: 400;
}

#first-col-links a:hover {
  background-color: #2083d2;
}

#second-col-links {
  padding-left: 20px;
}

#third-col-links {
  padding-left: 20px;
}

.prodmenu .menLink1 {
  color: white;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: "OpenSansR", sans-serif;
  font-size: 18px;
  opacity: 1;
}

.prodmenu .menLink1:hover {
  color: white;
}

.sppb-addon-title {
  font-family: "OpenSansSB", sans-serif !important;
  font-size: 27px !important;
  color: #2083d2 !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}

.sppb-addon-contentli > p {
  margin-left: 18px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 0 0 18px;
}
.sppb-addon-content p {
  margin: 0 0 0 0;
  padding: 0;
}

strong {
  font-family: "OpenSansR", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.sppb-addon-content ul li {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 300;
}

.sppb-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sppb-gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.li_prof {
  position: relative;
  font-family: "OpenSansR", sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 1em 0;
  padding-left: 1.55em;
  white-space: initial;
}

.complex-info-wrapper ul li::before {
  position: relative;
  content: "•";
  color: #4F4F4F;
  font-size: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 20px;
  min-width: 20px;
}

.li-proof::before {
  position: absolute !important;
  content: "" !important;
  padding: 0.3em !important;
  border-radius: 36em !important;
  background: #2083d2 !important;
}

.com-content-article__body p {
  font-family: "OpenSansR", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: black !important;
  overflow-wrap: break-word !important;
}

.page-header h1 {
  font-family: "OpenSansSB", sans-serif !important;
  font-size: 36px !important;
  color: #2083d2 !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.pagination, dl {
  font-family: "OpenSansR", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: black !important;
  overflow-wrap: break-word !important;
}

/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  width: 100%;
  display: block;
}

body {
  width: 100%;
  margin: 0 auto;
}

.com-users-login.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-content {
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 60px 0;
  position: relative;
}
.footer-content .jmodedit {
  position: absolute;
  top: -25px;
  right: 0px;
}
.footer-content #tip-1 {
  position: absolute;
  top: -25px;
  right: 25px;
  background: #fff;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.footer-content .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 369px;
}
.footer-content .nav-item a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-family: "OpenSansSB", sans-serif;
  font-weight: 800;
}
.footer-content .nav-item .nav-item a {
  text-decoration: none !important;
  color: #f1f3f9;
  font-size: 13px;
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
}
.footer-content .mod-menu__sub {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.category-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.category-desc img.back_img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 4000px;
  height: 260px;
  z-index: 1;
}
.category-desc .head_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0 104px 0;
  box-sizing: border-box;
}
.category-desc h1 {
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}

ol.bread {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px 15px;
  position: relative;
  z-index: 3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ol.bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
ol.bread li a {
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
ol.bread li a:hover {
  text-decoration: none;
}
ol.bread img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 8px;
  max-width: 15px;
}

.new_head .category-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
}
.new_head .category-desc img.back_img {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 4000px;
  height: 260px;
  z-index: 1;
}

.gallery_new .sppb-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  width: 100%;
  gap: 0 30px;
}
.gallery_new .sppb-gallery::before {
  display: none;
}
.gallery_new .sppb-gallery::after {
  display: none;
}
.gallery_new .sppb-gallery li::before {
  display: none;
}
.gallery_new .sppb-gallery li::after {
  display: none;
}

.itemid-174 .breadcrumbs_true, .itemid-231 .breadcrumbs_true, .itemid-244 .breadcrumbs_true {
  position: absolute;
  top: 73px;
}
.itemid-174 p, .itemid-231 p, .itemid-244 p {
  padding: 0;
  margin: 0;
}
.itemid-174 .job_list, .itemid-231 .job_list, .itemid-244 .job_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.itemid-174 .site-grid, .itemid-231 .site-grid, .itemid-244 .site-grid {
  display: block;
  padding: 60px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemid-174 .category-desc, .itemid-231 .category-desc, .itemid-244 .category-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.itemid-174 .category-desc img.back_img, .itemid-231 .category-desc img.back_img, .itemid-244 .category-desc img.back_img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 4000px;
  height: 260px;
  z-index: 1;
}
.itemid-174 .head_block_wrap, .itemid-231 .head_block_wrap, .itemid-244 .head_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 13px 0 105px 0;
  box-sizing: border-box;
}
.itemid-174 h1, .itemid-231 h1, .itemid-244 h1 {
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.itemid-174 ol, .itemid-231 ol, .itemid-244 ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
}
.itemid-174 ol li, .itemid-231 ol li, .itemid-244 ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.itemid-174 ol li a, .itemid-231 ol li a, .itemid-244 ol li a {
  font-family: "RobotoCR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #FFFFFF;
}
.itemid-174 ol li a:hover, .itemid-231 ol li a:hover, .itemid-244 ol li a:hover {
  text-decoration: none;
}
.itemid-174 ol img, .itemid-231 ol img, .itemid-244 ol img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 8px;
  max-width: 15px;
}
.itemid-174 .white_doska, .itemid-231 .white_doska, .itemid-244 .white_doska {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: -70px auto 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.itemid-174 .white_doska_wrap, .itemid-231 .white_doska_wrap, .itemid-244 .white_doska_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  padding: 44px 37px 44px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.itemid-174 .quantity_va, .itemid-231 .quantity_va, .itemid-244 .quantity_va {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  color: #0D2623;
  margin: 0 0 26px 0;
}
.itemid-174 .accordion, .itemid-231 .accordion, .itemid-244 .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
}
.itemid-174 .name_head_vakansii, .itemid-231 .name_head_vakansii, .itemid-244 .name_head_vakansii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 53px;
  cursor: pointer;
}
.itemid-174 .name_head_vakansii .name_v, .itemid-231 .name_head_vakansii .name_v, .itemid-244 .name_head_vakansii .name_v {
  margin-right: auto; /* Инженер-технолог (гальванический сектор) */
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  color: #0D2623;
}
.itemid-174 .name_head_vakansii .price_v, .itemid-231 .name_head_vakansii .price_v, .itemid-244 .name_head_vakansii .price_v {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  text-align: right;
  color: #3882D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 140px;
  min-width: 140px;
}
.itemid-174 .name_head_vakansii .more_open, .itemid-231 .name_head_vakansii .more_open, .itemid-244 .name_head_vakansii .more_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url("/images/vector_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.itemid-174 .text_hide, .itemid-231 .text_hide, .itemid-244 .text_hide {
  display: none;
}
.itemid-174 .blog-item, .itemid-231 .blog-item, .itemid-244 .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
.itemid-174 .blog-item .rqw, .itemid-231 .blog-item .rqw, .itemid-244 .blog-item .rqw {
  list-style: none;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4F4F4F;
  margin: 0 0 30px 0;
  padding: 0;
}
.itemid-174 .blog-item .btn_vaka, .itemid-231 .blog-item .btn_vaka, .itemid-244 .blog-item .btn_vaka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 265px;
  height: 56px;
  background: #3882D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
  cursor: pointer;
}
.itemid-174 .blog-item.accordion__item_show, .itemid-231 .blog-item.accordion__item_show, .itemid-244 .blog-item.accordion__item_show {
  background: #F5F5F5;
  padding: 25px;
}
.itemid-174 .blog-item.accordion__item_show .name_head_vakansii, .itemid-231 .blog-item.accordion__item_show .name_head_vakansii, .itemid-244 .blog-item.accordion__item_show .name_head_vakansii {
  margin-bottom: 10px;
}
.itemid-174 .blog-item.accordion__item_show .more_open, .itemid-231 .blog-item.accordion__item_show .more_open, .itemid-244 .blog-item.accordion__item_show .more_open {
  background-image: url("/images/vector.png");
}
.itemid-174 .blog-item.accordion__item_show .text_hide, .itemid-231 .blog-item.accordion__item_show .text_hide, .itemid-244 .blog-item.accordion__item_show .text_hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
}
.itemid-174 .blog-item.accordion__item_show .text_hide p, .itemid-231 .blog-item.accordion__item_show .text_hide p, .itemid-244 .blog-item.accordion__item_show .text_hide p {
  margin: 0 0 0px 0;
}
.itemid-174 .blog-item.accordion__item_show .text_hide strong, .itemid-231 .blog-item.accordion__item_show .text_hide strong, .itemid-244 .blog-item.accordion__item_show .text_hide strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0 17px 0;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
}
.itemid-174 .blog-item.accordion__item_show .text_hide .text_full ul, .itemid-231 .blog-item.accordion__item_show .text_hide .text_full ul, .itemid-244 .blog-item.accordion__item_show .text_hide .text_full ul {
  margin: 0 0 0 5px;
  padding: 0 0 0 20px;
}
.itemid-174 .blog-item.accordion__item_show .text_hide:before, .itemid-231 .blog-item.accordion__item_show .text_hide:before, .itemid-244 .blog-item.accordion__item_show .text_hide:before {
  content: "";
  width: 100%;
  max-width: 62px;
  height: 3px;
  background: #3882D1;
  margin-bottom: 10px;
}
.itemid-174 .creativecontactform_wrapper, .itemid-231 .creativecontactform_wrapper, .itemid-244 .creativecontactform_wrapper {
  display: none;
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px !important;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_hidden, .itemid-231 .creativecontactform_wrapper .creativecontactform_hidden, .itemid-244 .creativecontactform_wrapper .creativecontactform_hidden {
  display: none !important;
}
.itemid-174 .creativecontactform_wrapper.active, .itemid-231 .creativecontactform_wrapper.active, .itemid-244 .creativecontactform_wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemid-174 .creativecontactform_wrapper .close_btn, .itemid-231 .creativecontactform_wrapper .close_btn, .itemid-244 .creativecontactform_wrapper .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 29px;
  height: 29px;
  background: url("/images/close_form.png") center center no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_body, .itemid-231 .creativecontactform_wrapper .creativecontactform_body, .itemid-244 .creativecontactform_wrapper .creativecontactform_body {
  margin-bottom: 30px;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_wrapper_inner, .itemid-231 .creativecontactform_wrapper .creativecontactform_wrapper_inner, .itemid-244 .creativecontactform_wrapper .creativecontactform_wrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 472px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.itemid-174 .creativecontactform_wrapper .ccf_copyright_wrapper, .itemid-231 .creativecontactform_wrapper .ccf_copyright_wrapper, .itemid-244 .creativecontactform_wrapper .ccf_copyright_wrapper {
  display: none;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_header, .itemid-231 .creativecontactform_wrapper .creativecontactform_header, .itemid-244 .creativecontactform_wrapper .creativecontactform_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #0D2623;
  margin: 0 0 15px 0;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_field_box_inner label, .itemid-174 .creativecontactform_wrapper .creativecontactform_field_box_textarea_inner label, .itemid-231 .creativecontactform_wrapper .creativecontactform_field_box_inner label, .itemid-231 .creativecontactform_wrapper .creativecontactform_field_box_textarea_inner label, .itemid-244 .creativecontactform_wrapper .creativecontactform_field_box_inner label, .itemid-244 .creativecontactform_wrapper .creativecontactform_field_box_textarea_inner label {
  display: none;
}
.itemid-174 .creativecontactform_wrapper .creative_field_box_wrapper_0, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0, .itemid-244 .creativecontactform_wrapper .creative_field_box_wrapper_0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 24px 0;
}
.itemid-174 .creativecontactform_wrapper .creative_input_dummy_wrapper input, .itemid-231 .creativecontactform_wrapper .creative_input_dummy_wrapper input, .itemid-244 .creativecontactform_wrapper .creative_input_dummy_wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 421px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E0E0E0;
  padding: 0 0 0 25px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  outline: 0;
}
.itemid-174 .creativecontactform_wrapper .creative_textarea, .itemid-231 .creativecontactform_wrapper .creative_textarea, .itemid-244 .creativecontactform_wrapper .creative_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 421px;
  height: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E0E0E0;
  padding: 20px 0 0 25px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_send, .itemid-231 .creativecontactform_wrapper .creativecontactform_send, .itemid-244 .creativecontactform_wrapper .creativecontactform_send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 421px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3882D1;
  border: 0px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-shadow: none;
  cursor: pointer;
}
.itemid-174 .creativecontactform_wrapper .creativecontactform_send:hover, .itemid-231 .creativecontactform_wrapper .creativecontactform_send:hover, .itemid-244 .creativecontactform_wrapper .creativecontactform_send:hover {
  background: #3377c0;
  color: #FFFFFF;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 60px;
  border: 0px;
}
.itemid-174 .creativecontactform_wrapper .input__wrapper, .itemid-231 .creativecontactform_wrapper .input__wrapper, .itemid-244 .creativecontactform_wrapper .input__wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
.itemid-174 .creativecontactform_wrapper .input__file, .itemid-231 .creativecontactform_wrapper .input__file, .itemid-244 .creativecontactform_wrapper .input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.itemid-174 .creativecontactform_wrapper .input__file-icon-wrapper, .itemid-231 .creativecontactform_wrapper .input__file-icon-wrapper, .itemid-244 .creativecontactform_wrapper .input__file-icon-wrapper {
  height: 20px;
  width: 100%;
  max-width: 20px;
  min-width: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.itemid-174 .creativecontactform_wrapper .input__file-icon, .itemid-231 .creativecontactform_wrapper .input__file-icon, .itemid-244 .creativecontactform_wrapper .input__file-icon {
  display: block;
  width: 17px;
  height: 19px;
}
.itemid-174 .creativecontactform_wrapper .input__file-button-text, .itemid-231 .creativecontactform_wrapper .input__file-button-text, .itemid-244 .creativecontactform_wrapper .input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}
.itemid-174 .creativecontactform_wrapper .input__file-button, .itemid-231 .creativecontactform_wrapper .input__file-button, .itemid-244 .creativecontactform_wrapper .input__file-button {
  width: 100%;
  height: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  gap: 0 10px;
  background: #F2F2F2;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
}
.itemid-174 .mod-finder__search, .itemid-231 .mod-finder__search, .itemid-244 .mod-finder__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  position: relative;
}
.itemid-174 .mod-finder__search .js-finder-search-query, .itemid-231 .mod-finder__search .js-finder-search-query, .itemid-244 .mod-finder__search .js-finder-search-query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  border: 1px solid #E0E0E0;
  padding: 0 0 0 25px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemid-174 .mod-finder__search .js-finder-search-query:active, .itemid-231 .mod-finder__search .js-finder-search-query:active, .itemid-244 .mod-finder__search .js-finder-search-query:active {
  outline: none;
}
.itemid-174 .mod-finder__search .btn, .itemid-231 .mod-finder__search .btn, .itemid-244 .mod-finder__search .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  position: absolute;
  right: 18.5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.itemid-174 .mod-finder__search .btn::before, .itemid-231 .mod-finder__search .btn::before, .itemid-244 .mod-finder__search .btn::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(/images/search.png) center center #fff;
}

.itemid-244 .white_doska {
  margin: -70px auto 0px;
}
.itemid-244 .white_doska_wrap {
  gap: 33px 0;
  padding: 44px 37px 54px 37px;
}
.itemid-244 .category-desc {
  height: auto;
}
.itemid-244 .list_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
.itemid-244 .com-content-categories__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px;
  gap: 15px 0;
  padding: 0;
}
.itemid-244 .com-content-categories__item-title-wrapper img {
  margin: 0 15px 0 0;
}
.itemid-244 .com-content-categories__item-title-wrapper a.link_group {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSansB", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  color: #0D2623;
  line-height: 29px;
}
.itemid-244 .com-content-categories__item-title-wrapper .title_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.itemid-244 .com-content-categories__item-title-wrapper .title_group::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 62px;
  height: 3px;
  background: #3882D1;
}
.itemid-244 .com-content-categories__item-title-wrapper .bg-info {
  display: none;
}
.itemid-244 .com-content-categories__item {
  border: 1px solid #E0E0E0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemid-244 .com-content-categories__children {
  border: 0px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper {
  padding: 0 0 0 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper img {
  display: none;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper a.link_group {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #4F4F4F;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper a.link_group .corm_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 4px;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper .title_group::after {
  display: none;
}
.itemid-244 .com-content-categories__children .com-content-categories__item-title-wrapper .bg-info {
  display: block;
}
.itemid-244 .com-content-categories__children .com-content-categories__item {
  border: 0px;
  padding: 0;
}
.itemid-244 .desc_dec_group, .itemid-244 .mod-relateditems {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px 0;
}
.itemid-244 .desc_dec_group .com-content-category-blog__items, .itemid-244 .mod-relateditems .com-content-category-blog__items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 0 20px;
  border: 1px solid #E0E0E0;
}
.itemid-244 .desc_dec_group .com-content-category-blog__item, .itemid-244 .mod-relateditems .com-content-category-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 79px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  border: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemid-244 .desc_dec_group .com-content-category-blog__item .newsflash-image, .itemid-244 .mod-relateditems .com-content-category-blog__item .newsflash-image {
  padding: 0;
  margin: 0;
}
.itemid-244 .desc_dec_group .com-content-category-blog__item .newsflash-title a, .itemid-244 .mod-relateditems .com-content-category-blog__item .newsflash-title a {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #0D2623;
  text-decoration: none;
}
.itemid-244 .desc_dec_group .com-content-category-blog__item .readmore, .itemid-244 .mod-relateditems .com-content-category-blog__item .readmore {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 161px;
      flex-basis: 161px;
}
.itemid-244 .desc_dec_group .com-content-category-blog__item .readmore a, .itemid-244 .mod-relateditems .com-content-category-blog__item .readmore a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 161px;
  -ms-flex-preferred-size: 161px;
      flex-basis: 161px;
  height: 42px;
  background: #3882D1;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
.itemid-244 .mode_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.itemid-244 .mode_footer .main-bottom.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 0 37px 37px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemid-244 .site-grid {
  margin-bottom: 60px;
  background-color: #eee;
}
.itemid-244 .imagae_gaallery_nav {
  display: none;
}

.itemid-231 .creativecontactform_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative !important;
  background: #fff !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.itemid-231 .creativecontactform_wrapper .creativecontactform_wrapper_inner {
  width: 100%;
  max-width: none;
  padding: 0;
}
.itemid-231 .creativecontactform_wrapper .creativecontactform_header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.itemid-231 .creativecontactform_wrapper .creativecontactform_header .creativecontactform_title {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: #0D2623;
}
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px 2%;
}
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creativecontactform_field_box_inner, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creativecontactform_input_element, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_input_dummy_wrapper,
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_textarea_dummy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_1, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_2, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_3, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_4, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
}
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_textarea {
  max-width: none;
  outline: none;
  padding: 20px 0 0 25px;
}
.itemid-231 .creative_wrapper_animation_state_1 {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.creativecontactform_loading_wrapper {
  display: none;
}

.com-content-category-blog__navigation {
  display: block;
  padding: 25px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-content-category-blog__navigation .counter {
  display: none;
}
.com-content-category-blog__navigation .com-content-category-blog__pagination, .com-content-category-blog__navigation .pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.com-content-category-blog__navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 30px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.com-content-category-blog__navigation .pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 28px;
  min-width: 28px;
  height: 30px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0D2623;
  list-style: none;
}
.com-content-category-blog__navigation .pagination li::before {
  display: none;
}
.com-content-category-blog__navigation .pagination li a {
  color: #0D2623;
  text-decoration: none;
}
.com-content-category-blog__navigation .pagination li.active {
  color: #fff;
  background: #3882D1;
}
.com-content-category-blog__navigation .pagination li.active a {
  color: #fff;
}

.spb_form .sppb-panel-body {
  padding: 30px 0 0 0;
}

.btn_form_sp.sppb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 355px;
  height: 60px;
  background: #3882D1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  border-radius: 0;
}
.btn_form_sp.sppb-btn::after {
  display: none !important;
}
.btn_form_sp.sppb-btn:hover {
  background: #347ac4;
}

.btn_form_sp button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 663px;
  height: 60px;
  background: #3882D1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.btn_form_sp button:hover {
  background: #347ac4;
}
.btn_form_sp .sppb-addon-form-builder-form {
  margin: 0 0 0 0 !important;
}
.btn_form_sp .sppb-addon-form-builder-form {
  gap: 30px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn_form_sp .sppb-addon-form-builder-form .sppb-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 355px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_form_sp .sppb-addon-form-builder-form .sppb-form-group .sppb-form-control {
  border-radius: 0px;
}
.btn_form_sp .sppb-addon-form-builder-form .sppb-form-builder-field-6 {
  max-width: none;
}
.btn_form_sp .sppb-addon-form-builder-form .sppb-form-builder-field-6 textarea {
  height: 165px !important;
}
.btn_form_sp .form-builder-checkbox-label, .btn_form_sp .sppb-form-check .sppb-form-check-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 13px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  margin-left: 35px;
  height: 26px;
}
.btn_form_sp .form-builder-checkbox-label::before, .btn_form_sp .sppb-form-check .sppb-form-check-label::before {
  border: 1px solid #E0E0E0 !important;
  width: 26px !important;
  height: 26px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_form_sp .form-builder-checkbox-label::after, .btn_form_sp .sppb-form-check .sppb-form-check-label::after {
  left: 7px;
}
.btn_form_sp .sppb-form-check .sppb-form-check-label {
  margin-left: 15px;
}

.myform .sppb-addon-form-builder-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  gap: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.myform .sppb-addon-form-builder-form .sppb-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.myform .sppb-addon-form-builder-form .sppb-form-group input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  padding: 0 0 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-0 {
  width: 49% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-1 {
  width: 49% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-2 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-3 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-4 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-5 {
  width: 49% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-6 {
  width: 49% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-7 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-8 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-9 {
  width: 32% !important;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  max-width: 230px;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item input {
  width: 26px;
  height: 26px;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item .form-builder-checkbox-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px 13px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  margin-left: 35px;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item .form-builder-checkbox-label::before {
  border: 1px solid #E0E0E0 !important;
  width: 26px !important;
  height: 26px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item .form-builder-checkbox-label::after {
  left: 7px;
}
.myform .sppb-addon-form-builder-form .sppb-form-builder-field-11 textarea.sppb-form-control {
  border-radius: 0;
}
.myform .sppb-addon-form-builder-form .sppb-form-check .sppb-form-check-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px 13px;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  margin-left: 15px;
}
.myform .sppb-addon-form-builder-form .sppb-form-check .sppb-form-check-label::before {
  border: 1px solid #E0E0E0 !important;
  width: 26px !important;
  height: 26px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myform .sppb-addon-form-builder-form .sppb-form-check .sppb-form-check-label::after {
  left: 7px;
}
.myform .sppb-addon-form-builder-form .sppb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 355px;
  height: 60px;
  background: #3882D1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  border-radius: 0;
}
.myform .sppb-addon-form-builder-form .sppb-btn::after {
  display: none !important;
}
.myform .sppb-addon-form-builder-form .sppb-btn:hover {
  background: #347ac4;
}

.eclips .sppb-addon-single-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 59px;
  min-width: 59px;
  height: 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3882D1;
  border-radius: 360px;
}

.phone_b a {
  text-decoration: none;
  color: #4F4F4F;
}

.line_contakt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 0 45px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.line_contakt .item_kont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 33%;
  gap: 0 14px;
}
.line_contakt .item_kont .img_b_k {
  width: 100%;
  max-width: 59px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 360px;
  border: 1px solid #3882D1;
}
.line_contakt .item_kont .text_b_k {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.line_contakt .item_kont .text_b_k a {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #4F4F4F;
  text-decoration: none;
}
.line_contakt .item_kont .text_b_k div:last-child {
  font-weight: 700;
}

.foot_head {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: #0D2623;
  margin-bottom: 30px;
}

.nelekvid {
  font-family: "OpenSansR", sans-serif;
}
.nelekvid .js-finder-searchform {
  margin-bottom: 30px;
}
.nelekvid .sppb-addon-text-block .sppb-addon-content {
  font-family: "OpenSansR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.nelekvid .mod-finder__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  position: relative;
}
.nelekvid .mod-finder__search .js-finder-search-query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 60px;
  border: 1px solid #E0E0E0;
  padding: 0 0 0 25px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nelekvid .mod-finder__search .js-finder-search-query:active {
  outline: none;
}
.nelekvid .mod-finder__search .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  position: absolute;
  right: 18.5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.nelekvid .mod-finder__search .btn::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(/images/search.png) center center #fff;
}
.nelekvid .addon-root-module {
  margin: 0 0 30px 0;
}
.nelekvid .mod-articlesnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 15px;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 213px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 16px 0;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .fields-container {
  display: none;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-image {
  margin: 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-image img {
  display: block;
  width: 100%;
  height: auto;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #0D2623;
  padding: 13px 13px 17px 13px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title a {
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #0D2623;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title a:hover {
  color: #3882D1;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 13px 17px 13px;
  color: #BDBDBD;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: auto;
  padding: 0 0 0 13px;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "OpenSansR", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #3882D1;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn:hover {
  color: #3478c2;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn .icon-chevron-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 43px;
  min-width: 43px;
  height: 8px;
  min-height: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/images/icon_but.png) left center no-repeat;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn .icon-chevron-right::before {
  display: none;
}
.nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 43px;
  min-width: 43px;
  height: 8px;
  background: url("/images/icon_but.png") 0 0 no-repeat;
}

@media screen and (max-width: 1240px) {
  .gallery_new .sppb-gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 30px;
  }
  .myform .sppb-addon-form-builder-form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 12px;
  }
  .complex-content .complex-info-wrapper.corect {
    padding: 0 24px 0 24px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .complex-content .complex-info-wrapper.corect .sppb-row-container {
    padding: 31px 15px 25px 15px;
  }
  .complex-content .complex-info-wrapper.corect .sppb-carousel-extended-outer-stage {
    height: 269px;
    gap: 0 30px;
  }
  .complex-content .complex-info-wrapper.corect .btn_form_sp button {
    max-width: none;
  }
  .complex-content .complex-info-wrapper.corect .sppb-div-addon {
    width: 100% !important;
    gap: 12px !important;
  }
  .complex-content .complex-info-wrapper.corect .sppb-div-addon .sppb-addon-wrapper .sppb-div-addon {
    max-width: 339px;
  }
  .white_doska {
    padding: 0 24px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemid-174 .head_block_wrap {
    padding: 13px 24px 104px 24px;
  }
  .foot_menu {
    padding-left: 140px;
  }
}
@media screen and (max-width: 1040px) {
  .itemid-244 .breadcrumbs_true {
    padding: 0 24px 0 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemid-244 .mode_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 37px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemid-244 .mode_footer .main-bottom.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px 54px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-group {
    margin-bottom: 20px;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content {
    gap: 30px 0;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item {
    width: 49%;
    max-width: none;
  }
  .cont_b1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px 0;
  }
}
@media screen and (max-width: 900px) {
  .itemid-244 .list_group {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-child .mod-breadcrumbs__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .complex-content .complex-info-wrapper.nelekvid .hednel .sppb-div-addon {
    gap: 5px 5px !important;
  }
  .complex-content .complex-info-wrapper.nelekvid .mod-articlesnews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery_new .sppb-gallery {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px 30px;
  }
  .category-desc .head_block_wrap {
    padding: 13px 24px 104px 24px;
  }
  .itemid-174 .name_head_vakansii {
    gap: 0 15px;
  }
  .com-content-category-blog__navigation .pagination__wrapper {
    margin-top: 0;
  }
  .itemid-174 .white_doska_wrap {
    padding: 44px 15px 44px 15px;
  }
  .foot_menu {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .line_contakt .item_kont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px 0;
  }
  .complex-content .complex-info-wrapper.corect .sppb-row-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 680px) {
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-0 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-1 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-2 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-3 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-4 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-5 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-6 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-7 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-8 {
    width: 100% !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-9 {
    width: 100% !important;
  }
  .complex-content .complex-info-wrapper.corect .sppb-div-addon .sppb-addon-wrapper .sppb-div-addon {
    max-width: none;
  }
  .line_prem {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .complex-content .complex-info-wrapper.corect .line_prem .sppb-addon-wrapper .sppb-div-addon {
    max-width: none;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item {
    width: 100%;
    max-width: none;
  }
  .type_montag_head .sppb-div-addon {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .type_plate_head .sppb-div-addon {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-check .sppb-form-check-label {
    display: block !important;
  }
  #sppb-addon-b861f4fc-78d3-4def-9309-243f95dc7a62 .sppb-form-builder-btn {
    text-align: center;
  }
  .complex-content .complex-info-wrapper.corect .sppb-btn-custom {
    margin: 0 auto;
  }
  ol.bread {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category-desc h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .category-desc .head_block_wrap {
    padding: 13px 24px 90px 24px;
  }
  .complex-content .complex-info-wrapper.corect {
    padding: 0 7px 0 7px !important;
    margin: -70px auto 60px;
  }
  .myform .sppb-addon-form-builder-form .sppb-form-builder-field-10 .form-builder-checkbox-content .form-builder-checkbox-item .form-builder-checkbox-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
  }
  .complex-content .complex-info-wrapper.nelekvid .hednel .sppb-div-addon {
    gap: 14px 14px !important;
  }
  .complex-content .complex-info-wrapper.nelekvid .mod-articlesnews {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .line_contakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
    padding: 20px 0 33px 0;
  }
  .line_contakt .item_kont {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 14px;
  }
  .foot_head {
    margin-bottom: 20px;
  }
  .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_1, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_2, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_3, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_4, .itemid-231 .creativecontactform_wrapper .creative_field_box_wrapper_0 .creative_timing_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .itemid-231 .white_doska {
    padding: 0 7px 0 7px;
  }
  .itemid-231 .white_doska_wrap {
    padding: 27px 8px 57px 8px;
  }
  .cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav {
    max-width: 67px;
    min-width: 67px;
    height: 46px;
  }
  .cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav img {
    height: 46px;
  }
  .cont_b1 .ctb1imag .imagae_gaallery_nav .itemimgnav.slick-current {
    border-bottom: 2px solid #3882D1;
  }
  .itemid-244 .breadcrumbs_true, .itemid-244 h1 {
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemid-244 .category-desc .head_block_wrap {
    padding: 13px 0px 90px 0px;
  }
  .itemid-244 .white_doska {
    padding: 0 7px 0 7px;
  }
  .itemid-244 .white_doska_wrap {
    padding: 19px 7px 54px 7px;
    gap: 18px 0;
  }
  .itemid-244 .desc_dec_group .com-content-category-blog__items {
    height: auto;
    padding: 20px;
  }
  .itemid-244 .desc_dec_group .com-content-category-blog__item {
    gap: 10px 15px;
    height: auto;
  }
  .itemid-244 .desc_dec_group .com-content-category-blog__item .readmore {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .itemid-244 .mode_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 7px 37px 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemid-244 .mode_footer .main-bottom.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 0 7px 54px 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .itemid-174 h1 {
    font-size: 30px;
  }
  .itemid-174 .quantity_va {
    font-size: 18px;
  }
  .itemid-174 .white_doska_wrap {
    padding: 22px 22px 22px 22px;
  }
  .itemid-174 .name_head_vakansii {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    position: relative;
  }
  .itemid-174 .white_doska {
    padding: 0 7px 0 7px;
  }
  .itemid-174 .blog-item {
    padding: 20px 14px 20px 14px;
  }
  .itemid-174 .blog-item.accordion__item_show {
    padding: 20px 14px 20px 14px;
  }
  .itemid-174 .name_head_vakansii .name_v {
    padding: 0 25px 0 0;
    font-size: 18px;
  }
  .itemid-174 .name_head_vakansii .price_v {
    text-align: left;
  }
  .itemid-174 .name_head_vakansii .more_open {
    position: absolute;
    top: 16px;
    right: 0;
  }
  .itemid-174 .blog-item.accordion__item_show .text_hide:before {
    max-width: none;
  }
  .itemid-174 .creativecontactform_wrapper .creativecontactform_wrapper_inner {
    max-width: 350px;
  }
  .foot_menu {
    padding-left: 50px;
  }
  .nelekvid .mod-articlesnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 15px;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 167px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-image {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: "OpenSansR", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #0D2623;
    padding: 13px 7px 17px 7px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title a {
    font-family: "OpenSansR", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #0D2623;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .newsflash-title a:hover {
    color: #3882D1;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-family: "OpenSansR", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 7px 17px 7px;
    color: #BDBDBD;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "OpenSansR", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #3882D1;
    gap: 0 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn:hover {
    color: #3478c2;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn .icon-chevron-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 43px;
    min-width: 43px;
    height: 8px;
    min-height: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(/images/icon_but.png) left center no-repeat;
  }
  .nelekvid .mod-articlesnews .mod-articlesnews__item .readmore .btn .icon-chevron-right::before {
    display: none;
  }
}