.docs-margin-fix, .textblock-margin-fix{
	margin-top: 32px !important;
}

.docs-margin-fix h2, .service-document.about-program-links h2 {
	margin-bottom: 0px !important;
}
input.error, textarea.error, label.error span{
  border: 1px solid red;
}

label.error{
	color: red;
}

.plitka-services{
margin-bottom: 48px;
}

.price-table{
	width: 100%;
}

.header-sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-sub-bot {
    display: flex;
    width: 100%;
}

.header-logo-text {
    min-width: 284px;
}

.header-logo-pic {
    min-width: 184.954px;
}

.header-sub-top {
    display: flex;
    gap: 32px;
}

.header-sub-top-item {
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}

.header-sub-top-item_drop::after {
    content: '';
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../img/header/arrow.svg);
    background-size: 100% 100%;
    display: flex;
    transition: 0.3s;
}

.header-sub-top-item_drop:hover::after {
    background-image: url(../img/header/arrow_active.svg);
}

.header-sub-top-item-btn {
    color: var(--Dark, #010135);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

.header-sub-top-item:hover .header-sub-top-item-btn {
    color: var(--Primary, #3156A7);
}

.header-sub-top-item-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 300px;
    top: calc(100%);
    margin-top: 30px;
    z-index: 10;
    list-style: none;
    border-radius: var(--border-1, 4px);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    padding: 8px 0;
    box-sizing: border-box;
}

.header-sub-top-item-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    background-color: transparent;
}

.header-sub-top-item:hover > .header-sub-top-item-menu {
    display: flex;
    flex-direction: column;
}

.header-sub-top-item-menu li {
    cursor: pointer;
}

.header-sub-top-item-menu li a {
    width: 100%;
    padding: 16px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--Dark, #010135);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    cursor: pointer;
}

.header-sub-top-item-menu li a:hover {
    background: var(--Grey-1, #F7F4FC);
    color: var(--Primary, #3156A7);
    cursor: pointer;
}

.header-sub-top-item_drop {

}

.header-sub-top-item_drop:hover::after {
    background-image: url(../img/header/arrow_active.svg);
}

.header-sub-top-item-menu a::after {
    transform: rotate(-90deg);
}

.header-sub-top-item-menu_sub {
    left: calc(100% - 20px);
    top: 0;
    margin-top: 0;
}

.header-sub-top-item_drop:hover + .header-sub-top-item-menu_sub {
    display: flex;
    flex-direction: column;
}

.header-sub-top-item-menu li {
    position: relative; /* важно для вложенного ul */
}

.header-sub-top-item-menu li:hover > .header-sub-top-item-menu_sub {
    display: flex;
    flex-direction: column;
}

.header-hotline span {
	opacity: 0;
}

@media (max-width: 1200px) {
    .header-sub-top {
        gap: 16px;
    }

   .header-sub-top-item-btn {
        font-size: 13px;
   }
}

@media (max-width: 1023px) {
    .header-sub-top {
        display: none;
    }

    .header-logo-pic {
        min-width: 0;
    }

    .header-add {
        margin-left: auto;
    }

    .header-nav-item_hid {
        display: flex !important;
    }
}

.header-nav-item_hid {
    display: none;
}

@media (max-width: 1200px) {
    .header-logo-text {
        max-width: 154px;
        min-width: 154px;
        font-size: 16px;
    }
    
    .header-logo-pic {
    	max-width: 129px;
    	min-width: 129px;
    }
    
    .header-sub-top {
    	justify-content: flex-end;
    }
    
    .header-sub-top-item-btn {
    	font-size: 14px
    }
}

@media (max-width: 1023px) {
	.header-logo-pic {
    	max-width: 100%;
    	min-width: 0;
    }
}

.header-sub-top {
	justify-content: flex-end;
}
@media (max-width: 1260px) {
	.header-sub-top-item-btn {
		font-size: 14px;
	}
	
	.header-sub-top {
		gap: 16px
	}
}

.about-side_program {
  margin-top: 70px !important;
}

.program-cont tr.hidden{
display:none;
}

.multiply-template{
	display: none;
}

.ns-vi-open::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/header/blind.svg);
  background-size: 100% 100%;
  display: flex;
  transition: 0.3s;
}
.ns-vi-open:hover::before {
  background-image: url(../img/header/blind_active.svg);
}
.ns-vi-open:hover {
  color: var(--Primary, #3156A7);
}

.ns-vi-open {
  margin-left: auto;
  margin-right: auto;
  color: var(--Dark, #010135);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 1023px) {
  .ns-vi-open {
    display: none;
  }
}

@media (max-width: 1023px) {
  .header-nav_mob .ns-vi-open::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/header/blind.svg);
    background-size: 100% 100%;
    display: flex;
  }
  .header-nav_mob .ns-vi-open {
    color: var(--Dark, #010135);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
margin: 0;
  }
}
.mb-20{
  margin-bottom: 20px;
}

.mt-20{
  margin-top: 20px;
}
.mb-72{
margin-bottom:72px;
}