* {
  box-sizing: border-box;
}

main {
  margin-bottom: 50px;
}

.structure__head-title,
.structure__content-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: var(--primary-bg-color);
  transition: 0.3s;
  font-size: 1rem;
}

a:hover {
  color: var(--active-color);
  transition: 0.3s;
}

p {
  font-size: 1rem;
}

.breadcrumbs {
  margin-top: 1px;
  /*margin-bottom: 20px;*/
  padding: 20px 0;
}

.visual-editor p {
  margin-bottom: 0;
}
.visual-editor p.slidedown {
  cursor: pointer;
  position: relative;
}
.visual-editor p.hide {
  display:none;
}
.visual-editor p.hide.active {
  display:block;
}
.visual-editor p.slidedown span{
  position:relative;
}
.visual-editor p.slidedown span:after {
  content: url("/main/assets/images/new/arrow-dropdown.svg");
  position: absolute;
  right: -20px;
  bottom: 0;
  /*transform: translateY(-50%);*/
  transition: 0.3s;
}
.visual-editor p.slidedown.active span:after{
  transform: rotate(90deg);
}

.visual-editor .yellow {
  background-color: #fff4c5;
}

.entry-content p+p,
.entry-content ul+p {
  margin-top: 20px;
}

.visual-editor [style*="font-weight: 400"] {
  font-weight: 300 !important;
}

.visual-editor {
  line-height: 1.5;
}

.visual-editor a {
  line-height: 1.5;
  font-size: inherit;
}

.visual-editor ul li,
.visual-editor ol li {
  display: list-item;
  /*line-height: 16px;*/
  padding: 0px;
  font-size: 1rem;
}

.visual-editor ul {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  padding-left: 20px;
  margin-top: 0;
}

.visual-editor .wp-block-image img {
  width: 100%;
}

.visual-editor .wp-block-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 8px;
}

.visual-editor .wp-block-file:hover {
  background-color: #f0f8ff;
}

.visual-editor b,
.visual-editor strong {
  font-weight: bold;
}

iframe.pdf-preview {
  width: 100% !important;
  height: auto;
  border: 1px solid lightgray;
}

iframe.pdf-preview.expand-height {
  height: 21cm;
  resize: both;
  overflow: auto;
}

.pagination li.active a {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 10px;
  border: solid 1px #000;
  border-radius: 50%;
  text-decoration: none;
  background-color: #000;
}

.pagination li a,
.pagination li a:hover {
  color: transparent;
}

.pagination li span {
  display: inline-block;
  width: 26px;
  border: 0 none;
  color: transparent;
}

.pagination li:first-child span {
  background: transparent url(../assets/images/new/arrow-left.svg) center center no-repeat;
}

.pagination li:last-child span {
  background: transparent url(../assets/images/new/arrow-right.svg) center center no-repeat;
}

.uploaded-images,
.uploaded-files {
  margin: 20px 0;
}

.uploaded-files ul {
  padding: 0;
}

.uploaded-images>div,
.uploaded-files>div {
  margin-bottom: 50px;
}

.uploaded-images>div {
  border: 1px solid #f0f8ff;
}

.ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFD72F;
  padding: 6px 25px;
  gap: 15px;
  max-width: 260px;
  cursor: pointer;
}

.ui-btn img {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.one-news img {
  height: auto;
}

.text-content img.size-full,
.text-content .uploaded-files img,
.text-content img.model-image {
  max-width: 100%;
  height: auto;
}

.text-content img.size-full {
  margin: 20px 0;
}

.text-content img.size-full+img {
  margin-top: 0;
}

.text-content .uploaded-files img {
  margin: 0;
}

.swiper-gallery {
  height: 426px;
}

.phone span:first-child {
  font-size: 1.5rem;
  white-space: nowrap;
}

.news-wrapper .news-list {
  height: 280px;
}

.manager-info {
  width: 100%;
}

.text-overflow {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.download-div {
  border: solid 1px var(--active-color);
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 300px;
}

.breadcrumbs.overflowed li:last-child span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;
  white-space: nowrap;
}

ul.additional-info li,
.plans ul li,
.zvits ul li {
  text-align: left !important;
  list-style: none;
}

.plans .zvits-one-item,
.zvits.programs .zvits-one-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.zvits-one-item>strong {
  margin-right: 20px;
}

.one-item>strong,
.zvits-one-item>strong {
  background-color: #3c6a9f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 23px;
  white-space: nowrap;
  align-self: flex-start;
  padding: 3px 20px;
  margin-top: 5px;
}

.search-div {
  min-height: 500px;
  margin: 50px 0;
}

.search-form>div {
  display: flex;
}

.search-form>div input {
  flex-basis: 100%;
}

.doc-button {
  display: flex;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  color: #3e414f !important;
  margin-bottom: 20px;
  transition: 0.3s;
  position: relative;
  font-size: inherit;
  line-height: 25px;
  align-items: center;
  transition: 0.3s;
  font-weight: 400;
  margin-top: 20px;
}

a.doc-button,
.doc-button a {
  padding: 15px 29px 14px 15px;
  display: block;
  flex: 1;
  color: #3e414f !important;
  position: relative;
}

.doc-button .doc-button-date {
	position: absolute;
    font-size: 11px;
    bottom: 2px;
    color: #ccc;
    font-weight: 300;
    right: 34px;
}

.doc-button:after {
  content: url("/main/assets/images/new/arrow-dropdown.svg");
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.doc-button:hover {
  background: #e5f5ff;
  transition: 0.3s;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tbody tr td {
  font-size: 13px;
  line-height: 20px;
  color: #1a1a22;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 10px;
  vertical-align: top;
}

table tbody tr {
  border: 1px solid #ccebff;
  border-top: none;
}

table tbody tr:first-child {
  border-top: 1px solid #ccebff;
}

table tbody tr td:last-child {
  /*padding-right: 0;*/
}

table .filters input {
  width: 100%;
  background-image: url("/main/search.svg");
  background-repeat: no-repeat;
  background-position: 98% 60%;
}

table tbody tr td:first-child {
  text-align: center;
  padding-right: 0;
}

.downloadp {
  background: #ffd72f;
  width: 100%;
  color: #000;
  padding: 4px 15px;
  height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}

.downloadp:hover {
  background: var(--primary-bg-color);
  color: #fff;
  transition: 0.3s;
}

li::marker {
  color: var(--active-color);
  font-size: 17px;
}

.alert-danger li::marker {
  color: #721c24;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .doc_content {
    flex-direction: column;
  }

  .download-div {
    width: 100%;
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

/*span[style*="font-size: 1rem"], span[style*="font-size:1rem"]{
  font-size: 1.3rem!important;
}*/