.news-additional,
.intec-template-title,
.intec-template-breadcrumb,
.ndu-how .big_zag:after {
  position: relative;
  z-index: 2;
  left: 0px;
  margin-top: 10px !important;
  margin-bottom: -5px !important;
  padding: 0 88px !important;
  max-width: 50%;
}
.intec-template .intec-template-breadcrumb {
  position: absolute;
  max-width: none;
  margin-left: 30px;
}
.news-additional,
.intec-template-title h1,
.ndu-how .big_zag:after,
.intec-template .intec-template-title {
  display: none;
}
.block_top .style_h1 {
  margin-top: 150px;
}
.news-detail-uf .feedback .bg {
  min-height: 380px;
  border-radius: 2.5rem;
}
.intec-grid.intec-grid-i-20 {
  margin-right: 0 !important;
}
.intec-grid.intec-grid-i-20 > .intec-grid-item {
  padding-right: 0 !important;
} 
.news-detail-uf .block_top .but.press {
  margin-left: 0;
  margin-right: 20px; 
}
.news-detail-uf .block_top .people {
  right: -30px;
  bottom: 50px;
}
.news-detail-uf .feedback {
  padding: 0;
  background-color: transparent !important;
  border-radius: 4rem;
}

.news-detail-uf .block_top {
  background-image: none;
  background-color: #F5F5F5;
}
.news-detail-uf .block_top h1 {
  color: black;
}
.news-detail-uf .block_top .owl-carousel .owl-item img{
  max-width: none;
}

.ndu-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 70px 0 100px 0;
}
.ndu-desc-img {
  height: 100%;
  width: 60%;
}
.ndu-desc-img img {
  max-width: 100%;
  max-height: 100%;
}
.ndu-desc-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.ndu-desc-text-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ndu-desc-text-list-item {
}


.ndu-arguments {
}
.ndu-arguments-title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}
.ndu-arguments-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ndu-arguments-item {
}
.ndu-arguments-item-title {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}
.ndu-arguments-item-title p {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}
.ndu-arguments-item-title span{
  width: 60px;
  height: 60px;
  padding: 10px;
  color: white;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;

  background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%), radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.ndu-how {
  margin: 100px 0;
  box-shadow: 10px 14px 46px 0px #00000066;
}
.ndu-how svg{
  margin-top: 20px;
}
.ndu-how-subtitle {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.ndu-how-list {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}
.ndu-how-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.ndu-how-list-item img {
  border-radius: 15px;
}
.ndu-how-list-item p {
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
}

.ndu-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ndu-sections-item {
  border-radius: 30px;
}
.ndu-sections-img {
}
.ndu-sections-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ndu-sections-contact {
  border: 2px solid #F9B91D;
  box-shadow: 0px 0px 4px 0px #F9D61D;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.ndu-sections-contact-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
.ndu-sections-contact-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ndu-sections-contact-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ndu-sections-contact-buttons-wa {

}

.ndu-price {
  margin: 100px 0 50px 0;
}
.ndu-price-title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 16px;
}
.ndu-price-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ndu-price-tab {
  cursor: pointer;
  padding: 11px 31px;
  font-size: 18px;
  border-radius: 76px;
  background: linear-gradient(176.5deg, #FFFFFF 2.88%, #ACACAC 175.3%);
}
.ndu-price-tab.active {
  background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%),
radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 700;
}
.ndu-price-table-wrapper {
  display: none;
}
.ndu-price-table-wrapper.active{
  display: block;
}
.ndu-price-table {
  margin: 20px 0;
  backdrop-filter: blur(14px);
  box-shadow: 6px 6px 54px 0px #00000017;
  border-radius: 30px;
  backdrop-filter: blur(14px)
}
.ndu-price-table-tr {
  display: flex;
  justify-content: start;
}
.ndu-price-table-td {
  min-width: calc(100% / 10);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ndu-price-table-tr:nth-child(1) {
  background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%),
  radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px 30px 0 0;
}
.ndu-price-table-tr:last-child{
  border-radius: 0 0 30px 30px;
}
.ndu-price-table-tr:nth-child(1) .ndu-price-table-td {
  font-weight: 700;
  font-size: 20px;
}
.ndu-price-table-td:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
}
.ndu-price-table-td:not(:last-child){
  border-right: 1px solid #78787833;
}

.big_zag span {
  border-radius: 2.5rem;
  border: 2px solid #F9B91D;
  box-shadow: 0px 0px 24px 0px rgba(249, 214, 29, 0.80), 0px 0px 12px 0px rgba(249, 214, 29, 0.80), 0px 0px 4px 0px #F9D61D;
  display: inline-block;
  padding: 0px 11px;
}

.ndu-faq {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ndu-faq-title {
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ndu-faq-questions{
  display: grid;
  gap: 10px;
}

.question{
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.09);
  -webkit-box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.09);
  -moz-box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.09);
  cursor: pointer;
}

.question-title {
  display: flex;
  justify-content: space-between;
  padding: 23px 30px;
}

.question-active {
  background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%),
  radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
}

.question-toggle {
  box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 10px 14px 34px 0 rgba(0,0,0,0.15);
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

.question-toggle-solid {
  border-radius: 5px;
  padding: 9px;
  width: 40px;
  height: 40px;
}
.question-title {
  align-items: center;
}

.question-plus {
  background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%),
  radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.question-minus {
  background: #FFFFFF;
}

.question-title h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
}

.question-title .question-open,
.question-title.question-active .question-close {
  display: block;
}

.question-title.question-active .question-open,
.question-title .question-close {
  display: none;
}

.question-content {
  max-height: 0;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.question-title.question-active + .question-content {
  max-height: 70rem;
}

.question-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 30px;
  margin: 0;
}

@media (max-width: 768px) {
  .question-toggle,
  .question-toggle-solid {
    width: 30px;
    height: 30px;
  }
  .question-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .question-toggle,
  .question-toggle-solid {
    width: 26px;
    height: 26px;
  }
  .question-title,
  .question-text {
    padding: 16px;
  }
}

.ndu-form {
  background-color: #F5F5F5;
  padding: 50px 0 135px 0;
  margin-bottom: -85px;
}
.ndu-form-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}
.ndu-form-title {
  margin-bottom: 20px;
  text-align: left !important;
}
.ndu-form-subtitle {
  margin-bottom: 27px;
}
.ndu-form-form {
  margin-bottom: 35px;
  border: 2px solid #F9B91D;
  box-shadow: 0px 0px 4px 0px #F9D61D;
  border-radius: 40px;
  padding: 30px;
}
.ndu-form-input-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ndu-form-input-wrapper label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 19px;
}
.ndu-form-input-wrapper label p {
  color: #000000E5;
  font-size: 18px;
  margin-bottom: 0;
}
.ndu-form-input-wrapper input {
  padding: 0 30px 12px 0;
  border: none;
  outline: none;
  background-color: transparent;

  border-bottom: 1px solid #0000004D;
  font-size: 18px;
}
.ndu-form-input-wrapper input::placeholder {
  color: #0000004D;
  font-size: 18px;
}
.ndu-form-buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
button.gold,
button.grey,
div.grey {
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 25px 30px;
  border-radius: 4.75rem;
  box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(17px);
}
button.gold{
  background: radial-gradient(101.64% 44.63% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #F7D969 0%, #F9B91D 100%);
}

button.grey,
div.grey {
  background: linear-gradient(176.5deg, #FFFFFF 2.88%, #ACACAC 175.3%);
}

.ndu-form-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.ndu-form-img-bg {
  position: absolute;
  z-index: 1;
  top: calc(50% - 200px);
  left: calc(50% - 225px);;
  width: 450px;
  height: 400px;
}
.ndu-form-img {
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
}
.ndu-form-input-wrapper input[type="file"] {
  height: 1px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.ndu-form-input-wrapper span {
  color: #0000004D;
  font-size: 18px;
  padding: 0 30px 12px 0;
  border-bottom: 1px solid #0000004D;
}

@media screen and (max-width: 1500px) {
  .block_top .el_2,
  .block_top .el_1 {
    left: 0px !important;
  }
  .banner-row {
    margin-left: 30px !important;
  }
}
@media (max-width: 1400px) {
  .ndu-form-img {
    margin-bottom: -216px;
    width: 300px;
  }
  .ndu-form-img-bg {
    top: 90px;
    left: 2px;
    width: 300px;
    height: 260px;
  }
  .news-detail-uf .block_top .people {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  .ndu-how-list {
    gap: 10px;
  }
  .ndu-desc-img {
    height: 100%;
    width: auto;
    flex: 0 0 auto;
  }
  .ndu-banner-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .news-detail-uf .block_top .people {
    right: 160px;
  }
  .news-additional,
  .intec-template-title,
  .intec-template-breadcrumb,
  .ndu-how .big_zag:after {
    left: 19px;
    margin-top: 10px !important;
    margin-bottom: -5px !important;
    padding: 0 0px !important;
  }
  .ndu-banner-list {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .ndu-form-right {
    display: none;
  }
  .ndu-form-form {
    max-width: max-content;
  }
  .news-detail-uf .block_top .people {
    right: 240px;
  }
  .ndu-banner-list {
    max-width: 465px;
  }
}
@media (max-width: 1100px) {
  .block_top .owl-carousel .owl-item img {
    width: auto;
    position: relative;
    right: 0;
  }
  .news-detail-uf .block_top .slider-item {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .news-detail-uf .block_top{
    /* width: calc(100% + 20px); */
  }
  .news-detail-uf .block_top h1{
    margin-top: 50px;
  }
  .news-detail-uf .block_top .slider-item .col-12{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .ndu-banner-buttons {
    align-items: center;
  }
  .ndu-banner-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    gap: 17px;
  }
  .news-detail-uf .block_top .el_1,
  .news-detail-uf .block_top .el_2 {
    display: none;
  }
  .ndu-desc {
    flex-direction: column;
  }
  .ndu-desc-img {
    width: 70%;
  }
  .ndu-desc-img img {
    width: 100%;
  }
  .ndu-sections {
    grid-template-columns: 1fr 1fr;
  }
  .ndu-sections-contact {
    grid-column: 1 / 3;
  }
  .news-detail-uf .owl-item.active{
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .block_top .style_h1{
    margin-top: 50px;
  }
  .ndu-how svg {
    display: none;
  }
  .ndu-how-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ndu-desc {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ndu-desc-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ndu-arguments-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-detail-uf .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .ndu-form-form {
    background: white;
    margin: 0 auto 20px auto;
  }
  .ndu-form-input-wrapper {
    flex-direction: column;
  }
  .ndu-form-right {
    display: flex;
    width: 100%;
  }
  .ndu-form-body {
    flex-direction: column;
  }
  .ndu-form-img {
    margin-bottom: -50px;
    width: 450px;
    max-width: 100%;
  }
  .ndu-form-img-bg {
    top: 90px;
    left: calc(50% - 220px);
    width: 450px;
    height: 450px;
  }
  .ndu-form-input-wrapper label {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .ndu-price-table-tr {
    flex-direction: column;
    width: 50%;
  }
  .ndu-price-table {
    display: flex;
    overflow: hidden;
  }
  .ndu-price-table-tr:nth-child(1) {
    background: none;
    border-radius: 0;
  }
  .ndu-price-table-tr:last-child {
    border-radius: 0;
  }
  .ndu-price-table-td:nth-child(1) {
    height: 70px;
    font-weight: 700;
    font-size: 20px;

    background: linear-gradient(180deg, #F7D969 0%, #F9B91D 100%), radial-gradient(79.87% 62.87% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .ndu-price-table-td:not(:last-child) {
    border-bottom: 1px solid #78787833;
  }
  .ndu-price-table-td{
    min-height: calc(100% / 10);
    height: 100%;
  }
}
@media (max-width: 700px) {
  .news-detail-uf .block_top .owl-carousel .owl-item img {
    max-width: 100%;
  }
  .ndu-arguments-item-title {
    flex-direction: column;
    align-items: start;
  }
  .ndu-arguments-item-title span {
    width: 30px;
    height: 30px;
    padding: 6px;
    font-size: 16px;
    border-radius: 7px;
  }
  .ndu-desc-img {
    width: 100%;
  }
  .ndu-arguments-title,
  .ndu-price-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .news-detail-uf .block_top h1 {
    font-size: 42px !important;
    line-height: normal;
  }
  .ndu-arguments-item-title p {
    font-size: 16px;
  }
  .ndu-arguments-item-text {
    font-size: 13px;
  }
  .ndu-arguments-list {
    gap: 10px;
  }
  .ndu-arguments-item-title{
    margin-bottom: 5px;
  }
  .ndu-how{
    margin: 50px 0;
  }
  .c-footer .widget-content img.d-md-block{
    max-width: 155px;
  }
  .but_name {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 575px) {
  .block_top .owl-carousel .owl-item img {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .ndu-price-tab {
    font-size: 14px !important;
    line-height: 17px;
  }
  .ndu-form-buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ndu-form-form {
    width: 100%;
    max-width: 100%;
  }
  button.gold, button.grey {
    width: 100%;
  }
  .banner-row {
    margin: 0 !important;
  }
  .news-detail-uf .block_top {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
  }
  .news-detail-uf .block_top .but.press {
    margin: 0 !important;
  }
  .block_top .style_h1{
    font-size: 2.5rem;
  }
  .ndu-banner-list p{
    font-size: 15px;
    display: flex;
    gap: 10px;
  }
  .block_top .slider-item{
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .block_top .col-12 {
    padding: 0;
  }
  .ndu-desc-title {
    font-size: 16px;
  }
  .ndu-desc-text-list-item {
    font-size: 14px;
    display: flex;
    gap: 10px;
  }
  .ndu-banner-list .check-img,
  .ndu-desc-text-list-item img{
    margin-top: 4px;
  }
  .ndu-desc-text-list-item img,
  .ndu-banner-list .check-img {
    width: 16px;
    height: 16px;
  }
  .ndu-form-input-wrapper label p,
  .ndu-form-input-wrapper input,
  .ndu-form-input-wrapper input::placeholder {
    font-size: 14px;
  }
  .ndu-form-input-wrapper label{
    gap: 12px;
  }
  .ndu-form-input-wrapper input{
    padding: 0 30px 6px 0;
  }
  .ndu-form-input-wrapper {
    gap: 20px;
  }
  .ndu-form-buttons button,
  .ndu-form-buttons div {
    max-width: 210px;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }
  .ndu-form-buttons {
    gap: 8px;
  }
  .ndu-form-input-wrapper {
    margin-bottom: 20px;
  }
  .intec-template .intec-template-breadcrumb {
    margin-left: 0;
  }
  /*.intec-template-layout-header[data-global-role="header"] .intec-content-wrapper {*/
  /*  font-size: 12px;*/
  /*}*/
  .news-detail-uf .block_top .owl-carousel .owl-item img {
    margin: 0;
    padding: 0;
    top: 0;
  }
}
@media (max-width: 450px) {
  .ndu-form-img-bg {
    top: 90px;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .ndu-arguments-list {
    grid-template-columns: 1fr;
  }
  .ndu-arguments-item-title {
    flex-direction: row;
    align-items: center;
  }
  .block_top .style_h1{
    font-size: 1.8rem;
  }
}