.menu__item_menu {
  display: none;
}

.menu__sub-list {
  min-width: 240px;/*185px;*/
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #bababa6e;
}

.menu__sub-list .menu__sub-item:first-child{
  border-radius: 8px 8px 0 0;
  /*overflow: hidden;*/
}

.menu__sub-list .menu__sub-link {
  font-size: 16px;
}

.page_mb {
    margin-bottom: 120px;
  }
  
  .section-block {
    padding: 40px 40px 64px 32px;
    background-color: #fff;
    color: #000;
  }
  
  .section-block__wrap {
    max-width: 837px;
    width: 100%;
  }
  
  .section-block__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  
  .section-block__top-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }
  
  .section-block__form {
    margin-bottom: 64px;
  }
  
  .section-block__form.gb {
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 22px;
  }
  
  .section-block__item {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 24px 32px 24px 24px;
  }

.section-block__item.success {
    background: #e0f3d0;
	text-align: center;
}

.section-block__item.success p {
	padding-bottom: 10px;	
	line-height: 160%;
	/*text-indent: 26px;*/
}

.section-block__item.success h3 {
	font-size: 24px;
	padding-bottom: 10px;
	color: #174990;
}
  
  .section-block__item:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .section-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  
  .section-block__name {
    font-weight: 700;
    line-height: 150%;
  }
  
  .section-block__date {
    font-size: 14px;
    line-height: 140%;
    color: #828282;
  }
  
  .section-block__text {
    line-height: 150%;
  }
  
  .section-block__text:not(:last-child) {
    margin-bottom: 24px;
  }
  
  .section-block__answer {
    background: #fff;
    border-left: 3px solid #154a90;
    border-radius: 4px;
    padding: 16px 32px 24px 24px;
  }
  
  .section-block__head {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    background: #154a90;
    border-radius: 8px;
    padding: 2px 8px;
    display: inline-block;
    margin-bottom: 8px;
  }
  
  .section-block__desc {
    line-height: 150%;
  }
  
  .form-section-block__row, .form-section-block__row1 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
  
  .form-section-block__row1{
	-ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .form-section-block__item {
    position: relative;
  }
  
  .form-section-block__item.error {
    margin-bottom: 25px;
  }
  
  .board-category-block__row3{
	display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 10px;
    margin-bottom: 16px;
  }
  
  .form-section-block__input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 48px;
    padding-left: 16px;
    padding-right: 40px;
    width: 100%;
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
  }
  
  .error .form-section-block__input {
    border: 1px solid #DB371F;
  }
  
  .form-section-block__input:focus {
    border: 1px solid #154a90;
  }
  
  .form-section-block__label {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 4px;
    background-color: #fff;
    -webkit-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
	color: #8f8d8d;
  }
  
  .form-section-block__item_textarea .form-section-block__label {
    top: 20px;
  }
  
  .focus .form-section-block__label {
    top: 0;
  }
  
  .form-section-block__error-text {
    font-size: 12px;
    line-height: 130%;
    color: #db371f;
    margin-top: 4px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  
  .error .form-section-block__error-text {
    display: block;
  }
  
  .form-section-block__error-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: none;
  }
  
  .form-section-block__item_textarea .form-section-block__error-icon {
    top: auto;
    bottom: 12px;
  }
  
  .error .form-section-block__error-icon {
    display: block;
  }
  
  .form-section-block__textarea {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 12px 16px;
    resize: vertical;
    min-height: 125px;
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
  }
  
  .error .form-section-block__textarea {
    border: 1px solid #DB371F;
  }
  
  .form-section-block__textarea:focus {
    border: 1px solid #154a90;
  }
  
  .form-section-block__bottom {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .form-section-block__text {
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #828282;
    max-width: 330px;
  }
  
  .form-section-block__text a {
    color: #154a90;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  
  .form-section-block__submit {
    font-weight: 700;
    font-size: 17px;
    background-color: #154a90;
    border-radius: 8px;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.8);
    padding: 13px 17px; /*27зч*/
    margin-left: 16px;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  
  body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
  }
  
  .popup-show body::after {
    opacity: 1;
  }
  
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 15px;
    -webkit-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
  }
  
  .popup_show {
    z-index: 250;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
  }
  
  .popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .popup__wrapper {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  
  .popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 15px 56px 15px;
    width: 100%;
    max-width: 630px;
  }
  
  .lock .popup__content {
    visibility: visible;
  }
  
  .popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  
  .popup__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .form {
    max-width: 365px;
    margin: 0px auto;
    color: #000;
    /*text-align: center;*/
  }
  
  .form__top {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
  }
  
  .form__title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
  
  .form__item {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
  }
  
  /*.form__item.error {
   margin-bottom: 35px;
  }*/
  
  .form__input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 150%;
    color: #000;
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
    padding-right: 40px;
  }
  
  .error .form__input {
    border: 1px solid #DB371F;
  }
  
  .form__input:focus {
    border: 1px solid #154a90;
  }
  
  .form__label {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 4px;
    background-color: #fff;
    -webkit-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }
  
  .focus .form__label {
    top: 0;
  }
  
  .form__error-text {
    font-size: 12px;
    line-height: 130%;
    color: #db371f;
    margin-top: 4px;
	text-align: left;
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
  }
  
  .error .form__error-text {
    display: block;
  }
  
  .form__error-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    /*display: none;*/
  }
  
  .error .form__error-icon {
    display: block;
  }
  
  .form__viewpass {
    position: absolute;
    display: flex;
    justify-content:center;align-items: center;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  
  .error .form__viewpass {
    display: none;
  }
  
  .form__viewpass.viewpass-active::after {
    content: "";
    display: block;
    background: #000;
    width: 2px;
    height: 25px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%) rotate(45deg);
    -ms-transform: translate(-50%, -55%) rotate(45deg);
    transform: translate(-50%, -55%) rotate(45deg);
  }
  
  .form__row {
    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: 24px;
  }
  
  .form__registration {
    font-size: 14px;
    line-height: 140%;
    color: #154a90;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  
  .form__submit {
    max-width: 156px;
    width: 100%;
    min-height: 46px;
    text-align: center;
    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;
    margin: 0px auto;
    border-radius: 8px;
    background-color: #154a90;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.8);
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  
  .form__submit_big {
    max-width: 202px;
    margin-bottom: 16px;
  }
  
  .form__login {
    font-size: 14px;
    line-height: 140%;
    color: #154a90;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .form__link {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-grid-columns: 24px 1fr 24px;
    grid-template-columns: 24px 1fr 24px;
    min-height: 40px;
    padding: 5px 12px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }
  
  .form__link:not(:last-child) {
    margin-bottom: 8px;
  }
  
  .checkbox {
    position: relative;
  }
  
  .checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  
  .checkbox__input:checked + .checkbox__label:before {
    background: url("../img/ok.svg") -1px 0/cover no-repeat;
    border: none;
  }
  
  .checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 8px;
  }
  
  .checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 2px solid #828282;
    border-radius: 4px;
  }
  
  .checkbox__text {
    font-size: 14px;
    line-height: 120%;
    color: #000;
    text-align: left;
  }
  
  .checkbox__text a {
    color: #154a90;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }
  
  @media (max-width: 991.98px) {
    .page_mb {
      margin-bottom: 50px;
    }
  }
        
  @media (max-width: 767.98px) {
    .section-block {
      padding: 25px 15px;
    }
	
	.board-category-block__row3{
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
  
    .section-block__title {
      font-size: 24px;
      margin-bottom: 15px;
    }
  
    .section-block__top-text {
      font-size: 15px;
    }
  
    .section-block__form {
      margin-bottom: 50px;
    }
	
	.section-block__form.gb {
		margin-bottom: 14px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 12px;
	}
  
    .section-block__item {
      padding: 15px 10px;
    }
  
    .section-block__name {
      font-size: 15px;
    }
  
    .section-block__date {
      font-size: 12px;
    }
  
    .section-block__text {
      font-size: 15px;
    }
  
    .section-block__answer {
      padding: 16px 15px;
    }
  
    .section-block__head {
      font-size: 12px;
    }
  
    .section-block__desc {
      font-size: 15px;
    }
  
    .form-section-block__row {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
    }
	
  
    .form-section-block__bottom {
      -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;
    }
  
    .form-section-block__text {
      font-size: 12px;
      text-align: left;
      max-width: 100%;
    }
  
    .form-section-block__submit {
      margin-left: 0;
      margin-top: 12px;
    }
  
    .popup__close {
      top: 10px;
      right: 10px;
    }
  }
  
  @media (max-width: 567.98px) {
	.board-category-block__row3{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
  }
  
  @media (max-width: 350px) {
    .form__link {
      padding: 5px;
    }		
  }
  
  @media (any-hover: hover) {
    .form-section-block__text a:hover {
      color: #062042;
    }
  
    .form-section-block__submit:hover {
      background-color: #0a3670;
    }
  
    .popup__close:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    .form__registration:hover {
      color: #062042;
    }
  
    .form__submit:hover {
      background-color: #0a3670;
    }
  
    .form__login:hover {
      color: #062042;
    }
  
    .form__link:hover {
      background-color: #eaeaea;
    }
  
    .checkbox__text a:hover {
      color: #062042;
    }
  }