

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,300;0,600;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body, body a {
  /* font-family: 'Inter'; */
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  font-size: 18px;
  background: initial;
  /* color: #424242; */
  color: black;
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.cardLine1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.cardsNumber {
  padding: 6px;
  border-radius: 20px;
  background-color: lightgray;
  opacity: 0.5;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.frontBlock2ContentCards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: 2;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.cardsJoin {
  border-radius: 3px;
  background: #304069;
  text-align: center;
  color: white;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 20px;
  margin: auto;
}

.frontBlock2ContentCardsItem {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  padding-bottom: 80px;
  position: relative;
}

.toolbar a {
    display: block;
    line-height: 1;
    font-size: 12px;
}

a img {
  height: auto;
}

.frontB {
  min-width: 100%;
  min-height: 100vh;
  background-image: url("/themes/krags/images/fB.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: relative;
}

body .mobile-menu a {
  color: black;
}

/* body .headerFront {
  padding-top: px;
} */

.frontBMap {
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: auto;
  width: 25%;
}

.infoProgramm {
  padding-top: 70px;
  background-color: #f6f6f6b0;
}

.cardsCity {
    margin-bottom: 10px;
    /* border-color: #d9ea6b; */
    /* border: 1px solid; */
    border-radius: 4px;
    background: #304069;
    display: inline-block;
    padding: 1px 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-weight: 400;
    line-height: 20px;
}

.frontBlock2ContentCards a {
  text-decoration: none;
  min-height: 520px;
}

.cardsTitle {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}

.cardsSubTitle {
  margin-bottom: 20px;
}

.cardsEmployer {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

.cardsRequirements {
  padding-left: 10px;
  font-size: 15px;
}

.cardsRequirement {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.cardsRequirement svg {
  margin-right: 6px;
  min-width: 20px;
  width: 20px;
}

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

/* .infoProgrammFlexItem {
  min-width: 30%;
  width: 30%;
} */

.infoProgrammFlexItem1 {
  min-width: 30%;
  width: 30%;
}

.infoProgrammFlexItem2 {
  min-width: 20%;
  width: 20%;
}

.infoProgrammFlexItem3 {
  min-width: 43%;
  width: 43%;
}

.infoProgrammFlexItemBottom {
  display: flex;
  color: rgb(15, 37, 93);
  font-size: 24px;
  line-height: 32px;
  margin-top: 40px;
}

.infoProgrammFlexItemBottom img {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}

.infoProgrammFlexItemTop {
  color: #d9ea6b;
  border-color: #d9ea6b;
  border: 1px solid;
  border-radius: 6px;
  background: #304069;
  display: inline-block;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 22px;
}

.infoProgramm .lineBottom {
  margin-top: 70px;
}

.frontContentParent {
  margin-top: 50px;
  margin-bottom: 50px;
}

.frontBMap img {
  width: 100%;
  height: auto;
}

.frontBlock21Right {
  padding-left: 20px;
  padding-right: 22px;
  background: #f6f6f6b0;
  border-radius: 10px;
  padding-bottom: 20px;
  /* -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2); */
}

.frontBlock21 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  color: rgb(15, 37, 93);
}

.frontBlock21Left {
  min-width: 30%;
  width: 30%;
}

.frontBlock21Left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
}

.frontBlock21Right {
  min-width: 64%;
  width: 64%;
}

.frontBlock21RightText {
  margin-bottom: 30px;
  text-indent: 30px;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  color: rgb(15, 37, 93);
}

.frontBlock21RightText .frontBlock21RightText2 {
  margin-top: 0px;
  padding-top: 0px;
}

.frontBlock21RightSubText {
  font-size: 18px;
}

.frontBlock21RightSubText span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.newsMore {
  text-align: right;
  margin-top: -16px;
}

.frontBlock3TextTime {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.pageStages .frontBlock3Content {
  padding-left: 0px;
}

.publickItemRight1 {
  font-size: 20px;
  font-weight: bold;
}

.publickItemRight3 {
  width: 100%;
  height: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.publickItemRight3 span {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #ed6434;
  margin: auto;
  margin-top: 20px;
}

.frontBlockTitleTop80 {
  margin-top: 80px;
}

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

body .customTitle {
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
}

._container {
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

._containerA {
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.targetProgramm {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.frontBlock2Content1Item img {
  width: 35px;
  margin-right: 16px;
}

.frontBlock2Content1Item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.footerA1Line img {
  width: 100%;
}

.frontBlockTitle {
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 40px;
  color: rgb(15,37,93);
  max-width: 90%;
}

.frontBannerParent {
  min-height: 700px;
  margin-bottom: 115px
}

.pcMenu {
  display: flex;
  align-items: center;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 90px;
  left: 0;
  width: calc(100% - 20px);
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
  z-index: 9999;
}

.mobile-menu.open {
  display: flex;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 48px;
  /* margin-top: -30px; */
}

.menu-toggle img {
  width: 40px;
}

.frontBannerParent .frontBannerParentFlexLeft {
  background-image: url('/themes/krags/images/bbb.png'); /* Укажите путь к изображению */
  background-position: left top; /* Привязка к левому верхнему углу */
  background-repeat: no-repeat; /* Отключить повторение, если не нужно */
  background-size: auto;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pSupport {

}

.pSupport1 {

}

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

.footerA {
  padding-top: 60px;
  padding-bottom: 20px;
}

.pSupport {
  font-size: 14px;
}

.pSupport span {
  margin-right: 8px;
}

.pSupport a {
  text-decoration: none;
}

.footerB {
  padding-bottom: 80px;
}

.footerA1 {
  margin-right: 20px;
}

.footerA1Line {
  margin-bottom: 30px;
}

.footerA1LineLeft {
  min-width: 30px;
  width: 30px;
  margin-right: 16px;
  display: flex;
}

.footerA2Line img {
  width: 100%;
}

.footerA2Line {
  margin-bottom: 20px;
}

.footerATitle {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.footerAMenu a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

body .footer .footerA4 a {
  font-size: 12px;
  color: #ed6434;
}

.footerA4Line {
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 40px;
}

.footerA5Line a {
  text-decoration: none;
  display: inline-block;
  margin-right: 4px;
}

.footerA3Line {
  margin-bottom: 4px;
  margin-top: -10px;
}

.footerA3Line img {
  width: 100%;
}


.footerA1LineLeft img {
  width: 100%;
}

.footerA1LineRight {
  color: white;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
}

.footerA1Line {
  display: flex;
  align-items: center;
}

.footerA1, .footerA2, .footerA3, .footerA4 {
  min-width: 23%;
  width: 23%;
}

.frontBannerParentFlexRight3 img {
  height: 120px;
}

.frontBannerParentFlexRight1 {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}

.frontBannerParentFlexRight3 {
  padding-bottom: 60px;
  background-image: url('/themes/krags/images/bannerKomi.png'); /* Укажите путь к изображению */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.frontBannerParentFlexRight4 {
  text-align: center;
  margin-top: 40px;
}

.frontBannerParentFlexRight4 a {
  display: inline-block;
  color: white;
  background: rgb(7,164,58);
  padding: 16px 44px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.frontBannerParentFlexRight2 {
  font-size: 32px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  margin-bottom: 40px;
}

.frontBannerParentFlex {
  display: flex;
  min-height: 700px;
}

.frontBannerParentFlexLeft {
  min-width: 30%;
  width: 30%;
}

.frontBannerParentFlexRight {
  min-width: 70%;
  width: 70%;
  display: flex;
  align-items: center;
}

._containerH100 {
  min-height: 50vh;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  /* border-bottom: 1px solid #ed6434; */
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
}

.titleNode {
  margin-top: 30px;
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #304069;
}

.news_teaser {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.news_teaserLeft {
  min-width: 30%;
  width: 30%;
}

.news_teaserLeft img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
}

.news_teaserRight {
  min-width: 64%;
  width: 64%;
}

.lineBottom {
  width: 100%;
  height: 1px;
  background-color: #d9ea6b;
}

.frontBlock2Content1 {
  padding-left: 80px;
  color: rgb(15, 37, 93);
  font-size: 26px;
  line-height: 32px;
}

.bonusProgramm {
  position: relative;
  background-color: #f6f6f6b0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.lineB {
  width: 100%;
  height: 40px;
  background-image: url("/themes/krags/images/lineB.png");
}

.lampa {
  position: absolute;
  right: 10px;
}

.lampa img {
  width: 100px;
}

.frontBlock3Content {
  padding-left: 80px;
}

.frontBlock3Content1, .frontBlock3Content2 {
  display: flex;
}

.frontBlock3Content1Left, .frontBlock3Content2Left {
  min-width: 50px;
  width: 50px;
  margin-right: 44px;
}

.frontBlock3Subtitle {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 38px;
  color: rgb(15, 37, 93);
  max-width: 76%;
  margin-bottom: 20px;
}

.frontBlock3Content1Left img, .frontBlock3Content2Left img {
  width: 100%;
}

.frontBlock3Content1 {
  margin-bottom: 20px;
}

.frontBlock3TextItem {
  color: rgb(15, 37, 93);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.frontBlock3 {
  margin-top: 90px;
}

.frontBlock2Content2 {
  padding-bottom: 60px;
  background-image: url(/themes/krags/images/bannerKomi.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.frontBlock2Content1_1 {
  margin-bottom: 40px;
}

.news_teaserTitle a {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
  color: #304069;
  font-family: "Roboto Condensed", serif;
}

.headerB {
  background-color: #304069;
  margin-bottom: 50px;
}

.news_teaserText {
  margin-bottom: 10px;
  font-size: 19px;
  color: rgb(15, 37, 93);
  font-weight: 500;
}

.news_teaserTime {
  color: #ed6434;
  color: #d9ea6b;
  border-color: #d9ea6b;
  border: 1px solid;
  border-radius: 6px;
  background: #304069;
  display: inline-block;
  padding: 1px 10px;
  /* font-weight: bold; */
  font-size: 12px;
  line-height: 20px;
}

.headerLeft img {
  height: 38px;
}

.frontBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frontBannerLeft {
  margin-right: 30px;
  width: 65%;
  min-width: 65%;
}

.frontBannerLeftTitle {
  color: #424242;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 40px;
}

.frontBannerLeftTitle span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.blockKomi {
  background-image: url('/themes/krags/images/blockKomi.png'); /* Укажите путь к изображению */
  background-position: right bottom; /* Привязка к левому верхнему углу */
  background-repeat: no-repeat; /* Отключить повторение, если не нужно */
  background-size: 600px;
  background-repeat: no-repeat;
}

.blockFrontItem {
  margin-top: 40px;
  /* border-top: 1px solid #ed6434; */
  padding-top: 40px;
  margin-bottom: 20px;
}

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

.blockFrontItem1FlexLeft {
  min-width: 42%;
  width: 42%;
}

.blockFrontItem1FlexLeft img {
  width: 100%;
}

.blockFrontItem1FlexRight {
  min-width: 53%;
  width: 53%;
}

.frontBannerLeftTitle span {

}

.frontBannerRight img {
  width: 100%;
  max-width: 600px;
}

.footer {
  margin-top: 40px;
  min-height: 40px;
  background-color: #304069;
}

.blockFrontItem1FlexRight1 {
  font-style: italic;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 18px;
}

.blockFrontItem1FlexRight2 {
  font-weight: bold;
  margin-bottom: 4px;
}

.blockFrontItem1FlexRight3 {
  margin-bottom: 10px;
}

.frontBannerLeftButton a {
  background-color: #ed6434;
  padding: 14px 30px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

.headerRight {
  display: flex;
  align-items: center;
}

.headerRight a {
  font-size: 14px;
  margin-right: 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

.frontContent {
  display: flex;
  min-height: 70vh;
  align-items: center;
  max-width: 70%;
}

.frontContentLeft {
  margin-bottom: 50px;
  color: white;
  font-size: 22px;
}

.frontContentLeftItem {
  margin-bottom: 10px;
}

.frontContentLeftItem span {
  color: #d9ea6b;
  font-weight: bold;
  font-size: 30px;
}

.frontContentGo {
  padding: 16px 40px;
  color: #304069;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  background-color: #d9ea6b;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
}

.headerRight a:last-of-type {
  margin-right: 0px;
}

.footer1 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer1Left {
  display: flex;
  align-items: center;
  max-width: 40%;
  margin-right: 40px;
}

.footer1Left img {
  width: 50px;
  margin-right: 20px;
}

body .footer, body .footer a {
  color: white;
}

.footer1Right {
  max-width: 45%;
  text-align: right;
}

.footer2 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 40px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer1RightLine {
  margin-bottom: 0px;
  line-height: 28px;
}

.footer1Left a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
}

.headerRightLang img {
  width: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(34, 60, 80, 0.2);
}

.frontJournal {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.frontJournalTitle {
  color: #424242;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 40px;
}

.frontJournals {
  width: 100%;
  order: 2;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-items: center;
  justify-content: space-between;
  align-items: center;
}

.frontJournalItem {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
}

.breadcrumb {
  margin-bottom: 20px;
}

.headerLeft a img {
  width: 210px;
  height: auto;
  margin-bottom: 5px;
}

.headerLeftLogo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.headerLeftLogoS img {
  width: 210px;
  height: auto;
}

.headerLeftLogo a img {
  margin-right: 14px;
}

.header .menuImportant {
  text-transform: uppercase;
  display: flex;
  border: none;
  background: #1f2533;
  background: rgb(25, 128, 195);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: #d9ea6b;
  color: black;
}

input[type="submit"] {
  background-color: #ffab00;
  padding: 12px 40px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  padding: 14px 36px;
  color: #304069;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background-color: #d9ea6b;
  border-radius: 6px;
  text-transform: uppercase;
}

.titleForm {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.formJoinParent {
  max-width: 700px;
  margin: auto;
  padding: 40px 40px 20px 40px;
  border-radius: 6px;
  background-color: #f6f6f6b0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  background-color: rgba(246, 246, 246, 0.59);
  background-color: rgba(255, 255, 255, 1);
}

#edit-processed-text {
  margin-bottom: 0px;
}

#edit-processed-text-01 {
  margin-top: 0px;
}

.formJoinParent .form-actions {
  text-align: center;
}

.formJoin #edit-mesto-projivanija {
  margin-bottom: -20px;
  margin-top: -20px;
}

#edit-processed-text-02 {
  margin-top: -40px;
  margin-bottom: 0px;
}

#edit-processed-text-02 a {
  font-size: 14px;
}

body .formJoin .form-item-municipalnoe-obrazovanie select, body .formJoin .form-item-prinimali-li-vy-ranee-uchastie-v-obrazovatelnoy-platforme-komi-t select, body .formJoin .form-item-vozmozhnost-pereezda select, body .formJoin .form-item-uroven-obrazovaniya1 select, body .formJoin .form-item-vybor-interesuyushchey-otrasli select, body .formJoin .form-item-dolzhnost select {
  width: 51.3%;
}

#edit-mesto-prozhivaniya, #edit-uroven-obrazovaniya, #edit-nalichie-upravlencheskogo-opyta {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
  min-inline-size: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  /* margin: 0 !important; */
  padding: 0 !important;
  height: 35px;
  margin-bottom: 30px;
}

.formJoin fieldset .js-webform-select-other-input {
  margin-top: 7px;
  margin-bottom: 10px;
}

.formJoin fieldset .form-item {
  margin-bottom: 4px;
  margin-top: 4px;
}

.formJoin .form-managed-file {
  font-size: 14px;
  margin-top: 6px;
}

/* Выравниваем внутренние элементы в строку */
#edit-mesto-prozhivaniya .fieldset-wrapper, #edit-uroven-obrazovaniya .fieldset-wrapper, #edit-uroven-obrazovaniya1 .fieldset-wrapper, #edit-nalichie-upravlencheskogo-opyta .fieldset-wrapper, #edit-municipalnoe-obrazovanie .fieldset-wrapper {
  /* display: flex !important; */
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
  /* width: 100% !important; */
  min-width: 50%;
  width: 51.1%;
  text-align: right;
}

#edit-data-rozhdeniya {
  width: 50.4%;
  min-width: 50.4%;
}

body .form-composite > legend, .label {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    font-size: 16px;
}

.formJoin .form-item select {
  width: 100%;
}

.formJoin .form-item .iti {
    width: 51.3%;
}

.formJoin .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

body .formJoin .form-item-prikreplenie-skana-dokumenta, body .formJoin .form-item-videovizitka, body .formJoin .form-item-podtverzhdenie-soglasi, body .formJoin .form-item-podtverzhdenie-soglasiya-na-rasprostranenie-dannyh, body .formJoin .form-item-otsutstvie-sudimosti, body .formJoin .form-item-podtverzhdayu-dostovernost-predostavlennyh-dannyh {
  display: block;
}

body .formJoin .form-item-podtverzhdenie-soglasi {
  margin-top: 40px;
}

body .formJoin .form-item-podtverzhdenie-soglasi input, body .formJoin .form-item-podtverzhdenie-soglasiya-na-rasprostranenie-dannyh input, body .formJoin .form-item-otsutstvie-sudimosti input, body .formJoin .form-item-podtverzhdayu-dostovernost-predostavlennyh-dannyh input {
    width: initial;
    min-width: initial;
}

.formJoin .form-item label {
    min-width: 40%;
    width: 40%;
    font-size: 16px;
}

.formJoin .form-item input {
    min-width: 50%;
    width: 50%;
}

.formJoin .form-item input.js-webform-telephone-international, .formJoin .form-item input.form-item-videovizitka {
  min-width: 100%;
  width: 100%;
}

/* Скрываем legend или делаем его inline */
#edit-mesto-prozhivaniya legend, #edit-uroven-obrazovaniya legend, #edit-nalichie-upravlencheskogo-opyta legend, #edit-municipalnoe-obrazovanie legend, #edit-uroven-obrazovaniya legend {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 40%;
    width: 40%;
}

#edit-uroven-obrazovaniya .fieldset-wrapper, #edit-uroven-obrazovaniya .fieldset-wrapper {
  width: 51.4%;
}


@media screen and (max-width: 1290px) {
  .headerLeft img {
    height: 34px;
  }
  .headerRight a {
    font-size: 12.5px;
    margin-right: 20px;
  }
  .frontBannerParentFlexRight1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .frontBannerParentFlexRight2 {
    font-size: 28px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    margin-bottom: 32px;
  }
  .frontBannerParentFlexRight3 img {
    height: 110px;
  }
  .frontBlockTitle {
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgb(15, 37, 93);
    max-width: 90%;
  }
  .frontBlock2Content1 {
    padding-left: 80px;
    color: rgb(15, 37, 93);
    font-size: 24px;
    line-height: 38px;
  }
  .frontBlock3Subtitle {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 38px;
    color: rgb(15, 37, 93);
    max-width: 76%;
    margin-bottom: 20px;
  }
  .news_teaserTitle a {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
    color: rgb(15, 37, 93);
    font-family: "Roboto Condensed", serif;
  }
  .news_teaserText {
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(15, 37, 93);
    font-weight: 400;
  }
}

@media (max-width: 750px) {
  .frontBlock2ContentCards {
    display: flex;
  }
}

@media (max-width: 600px) {
  .infoProgrammFlexItemBottom {
    display: flex;
    color: rgb(15, 37, 93);
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .infoProgrammFlexItemTop {
    color: #d9ea6b;
    border-color: #d9ea6b;
    border: 1px solid;
    border-radius: 6px;
    background: #304069;
    display: inline-block;
    padding: 2px 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .infoProgrammFlexItemBottom {
    font-size: 22px;
  }
  .formJoin .form-item {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .formJoin .form-item input {
    min-width: 100%;
    width: 100%;
  }
  .titleForm {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #edit-data-rozhdeniya {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .formJoin #edit-mesto-projivanija {
    margin-bottom: -10px;
    margin-top: -20px;
  }
  body .formJoin .form-item-municipalnoe-obrazovanie select, body .formJoin .form-item-prinimali-li-vy-ranee-uchastie-v-obrazovatelnoy-platforme-komi-t select, body .formJoin .form-item-vozmozhnost-pereezda select, body .formJoin .form-item-uroven-obrazovaniya1 select, body .formJoin .form-item-vybor-interesuyushchey-otrasli select, body .formJoin .form-item-dolzhnost select {
    width: 100%;
  }
  body .formJoin .form-item-prikreplenie-skana-dokumenta, body .formJoin .form-item-videovizitka {
    display: block;
    margin-bottom: 45px;
  }
  body .formJoin .form-item-podtverzhdenie-soglasi, body .formJoin .form-item-podtverzhdenie-soglasiya-na-rasprostranenie-dannyh, body .formJoin .form-item-otsutstvie-sudimosti, body .formJoin .form-item-podtverzhdayu-dostovernost-predostavlennyh-dannyh {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
  }
  body .formJoin .form-item-podtverzhdenie-soglasi input, body .formJoin .form-item-podtverzhdenie-soglasiya-na-rasprostranenie-dannyh input, body .formJoin .form-item-otsutstvie-sudimosti input, body .formJoin .form-item-podtverzhdayu-dostovernost-predostavlennyh-dannyh input {
    margin-right: 6px;
  }
  #edit-mesto-prozhivaniya, #edit-uroven-obrazovaniya, #edit-nalichie-upravlencheskogo-opyta {
    display: block !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    min-inline-size: auto !important;
    min-width: auto !important;
    /* margin: 0 !important; */
    padding: 0 !important;
    padding: initial;
    margin-top: -20px;
    height: auto;
    margin-bottom: 10px;
  }
  #edit-nalichie-upravlencheskogo-opyta legend, #edit-municipalnoe-obrazovanie legend, #edit-uroven-obrazovaniya legend {
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 100%;
    width: 100%;
  }
  #edit-mesto-prozhivaniya .fieldset-wrapper, #edit-uroven-obrazovaniya .fieldset-wrapper, #edit-uroven-obrazovaniya1 .fieldset-wrapper, #edit-nalichie-upravlencheskogo-opyta .fieldset-wrapper, #edit-municipalnoe-obrazovanie .fieldset-wrapper {
    /* display: flex !important; */
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    /* width: 100% !important; */
    min-width: 100%;
    width: 100%;
    text-align: right;
  }
  .formJoin .form-item .iti {
      width: 100%;
  }
  .frontBlock21 {
    display: block;
    margin-bottom: 60px;
  }
  .formJoin .form-item label {
    min-width: 100%;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .formJoinParent {
    max-width: 600px;
    margin: auto;
    padding: 20px 20px 10px 20px;
    border-radius: 6px;
    background-color: #f6f6f6b0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.3);
  }
  .formJoinParent input, .formJoinParent textarea, .formJoinParent select {
    max-width: 100%;
    width: 100%;
  }
  .headerLeftLogoS {
    display: none;
  }
  .frontContent {
    display: flex;
    min-height: 70vh;
    align-items: center;
    max-width: 100%;
  }
  .frontContentGo {
    padding: 14px 30px;
    color: #304069;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background-color: #d9ea6b;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
  }
  .infoProgrammFlex {
    display: block;
  }
  .infoProgrammFlexItem1, .infoProgrammFlexItem2, .infoProgrammFlexItem3 {
    min-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .frontBlock21Right {
    padding: 0px;
    background: none;
  }
  .frontBlock21Left, .frontBlock21Right {
    min-width: 100%;
    width: 100%;
  }
  .frontBlock21RightText {
    margin-bottom: 30px;
    text-indent: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
  }
  .frontBlock21RightSubText {
    font-size: 16px;
  }
  .frontBlock21RightSubText span {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  .pcMenu {
    display: none;
  }
  .menu-toggle {
    display: flex;
    position: relative;
    /* top: 12px; */
    /* left: 12px; */
    align-items: center;
    justify-content: flex-end;
  }
  .frontBlockTitle {
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(15, 37, 93);
    max-width: 100%;
  }
  .frontBlock2Content1 {
    padding-left: 30px;
    color: rgb(15, 37, 93);
    font-size: 18px;
    line-height: 30px;
  }
  .frontBlock2Content2 {
    padding-bottom: 40px;
    background-image: url(/themes/krags/images/bannerKomi.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  .frontBlock3Content {
    padding-left: 0px;
  }
  .frontBlock3Content1Left, .frontBlock3Content2Left {
    min-width: 30px;
    width: 30px;
    margin-right: 20px;
  }
  .frontBlock3Subtitle {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    color: rgb(15, 37, 93);
    max-width: 100%;
    margin-bottom: 20px;
  }
  .news_teaser {
    display: block;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .news_teaserLeft img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .news_teaserTitle a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
    color: rgb(15, 37, 93);
    font-family: "Roboto Condensed", serif;
  }
  .footerA {
    display: block;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footerA1, .footerA2, .footerA3, .footerA4 {
    min-width: 100%;
    width: 100%;
  }
  .frontBannerParentFlexLeft {
    min-width: 23%;
    width: 23%;
  }
  .frontBannerParentFlexRight {
    min-width: 67%;
    width: 67%;
    display: flex;
    align-items: center;
  }
  .frontBannerParentFlexRight1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .frontBannerParentFlexRight3 img {
    max-width: 100%;
    height: auto;
  }
  .frontBannerParentFlexRight2 {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
  }
  .frontBannerParentFlex {
    display: flex;
    min-height: 500px;
  }
  .frontBannerParent {
    min-height: 500px;
    margin-bottom: 50px;
  }
  .frontBannerParentFlexRight4 a {
    display: inline-block;
    color: white;
    background: rgb(7, 164, 58);
    padding: 8px 34px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }
  .frontBannerParentFlexRight4 {
    text-align: center;
    margin-top: 30px;
  }
  .frontBannerParentFlexRight3 {
    padding-bottom: 40px;
    background-image: url(/themes/krags/images/bannerKomi.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .frontBlock3 {
    margin-top: 60px;
  }
  .news_teaserLeft, .news_teaserRight {
    min-width: 100%;
    width: 100%;
  }
  .news_teaserLeft {
    margin-bottom: 10px;
  }
  .footerATitle {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .footerAMenu a {
    font-size: 14px;
  }
  .footerA1LineRight {
    color: white;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }
  .titleNode {
    margin-top: 30px;
    font-family: "Roboto Condensed", serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #304069;
  }
}
