@charset "utf-8";
.is-root-container {
    max-width: 860px;
    margin: 0 auto;
}
.is-root-container h2,.is-root-container h3,.is-root-container h4,.is-root-container h5,.is-root-container h6 {
    line-height: 1.6em;
}
#wp-content-editor-container {
  margin-bottom: 40px;
}
#wp-content-editor-container h1,.is-root-container h1 {
  font-weight: bold;
  font-size: 44px;
}
#wp-content-editor-container h2,.is-root-container h2 {
  text-align: center;
  display: inline-block;
  font-size: 44px !important;
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: .04em;
  margin-bottom: 32px;
  color: #333;
}
#wp-content-editor-container h3,.is-root-container h3 {
  text-align: center;
  color: #1b2543;
  font-size: 42px;
  margin-bottom: 47px;
  font-weight: 500;
}
#wp-content-editor-container h4,.is-root-container h4 {
  position: relative;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 55px;
  padding-bottom: 39px;
  letter-spacing: .05em;
}
#wp-content-editor-container h4::before,.is-root-container h4:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #6f7d8f;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -3px;
}
#wp-content-editor-container h5,.is-root-container h5 {
  font-size: 32px;
  font-weight: 500;
  position: relative;
  padding-left: 8px;
  letter-spacing: .08em;
  padding-bottom: 20px;
  border-bottom: 2px solid #aebed2;
  margin-bottom: 55px;
}
#wp-content-editor-container h5::before,.is-root-container h5:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: -2px;
}
#wp-content-editor-container h6,.is-root-container h6 {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  padding-left: 10px;
  color: #1b2543;
}
#wp-content-editor-container h6::before,.is-root-container h6:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 90%;
  background-color: #1b2543;
  left: 0;
  top: 3px;
}
#wp-content-editor-container ul,.wp-block-list {
  border: 10px solid #dbe4ef;
  background-color: #f8fafc;
  padding: 54px 66px 57px;
  margin-bottom: 40px;
}
#wp-content-editor-container ul li:not(:last-child),.wp-block-list li:not(:last-child) {
  margin-bottom: 30px;
}
#wp-content-editor-container ul li,.wp-block-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.6;
    list-style: none;
}
#wp-content-editor-container ul li::before,.wp-block-list li:before {
  content: '';
  position: absolute;
  background: url('../images/ic-list.png') center left no-repeat;
  width: 20px;
  height: 6px;
  background-size: contain;
  top: 10px;
  left: 0;
}
#wp-content-editor-container .wp-block-table {
  margin-bottom: 40px;
}
#wp-content-editor-container table th, .wp-block-table th {
  color: #1b2543;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 1em 26px;
  letter-spacing: .05em;
  border-top: 3px solid;
}
.wp-block-table td, .wp-block-table th {
 border-color: #f3f3f3;
}
#wp-content-editor-container table thead th, .wp-block-table th {
  background-color: #f4f8f9;
  font-size: 22px;
}
#wp-content-editor-container table th, #wp-content-editor-container table td,.wp-block-table td, .wp-block-table th {
  vertical-align: middle;
  letter-spacing: .05em;
}
#wp-content-editor-container table tbody tr:nth-child(odd) th, #wp-content-editor-container table tbody tr:nth-child(odd) td,.wp-block-table tr:nth-child(odd) td, .wp-block-table tr:nth-child(odd) th {
  background-color: #e6edf5;
  border-bottom: 1px solid #fff;
}
#wp-content-editor-container table tbody tr:nth-child(even) th, #wp-content-editor-container table tbody tr:nth-child(even) td,.wp-block-table tr:nth-child(even) td, .wp-block-table tr:nth-child(even) th {
  background-color: #f4f8f9;
}
#wp-content-editor-container table tr,.wp-block-table tr {
  border-top: 2px solid #fff;
}
#wp-content-editor-container .wp-block-gallery {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
#wp-content-editor-container .wp-block-gallery .wp-block-image {
  width: calc((100% - 40px) / 3);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ECECEC;
}
#wp-content-editor-container .aligncenter {
  max-width: 80%;
  margin: 0 auto 40px;
  text-align: center;
}
#wp-content-editor-container .aligncenter img {
  max-height: 450px;
}
#wp-content-editor-container ul:last-child, #wp-content-editor-container .wp-block-table:last-child, #wp-content-editor-container .wp-block-gallery:last-child, #wp-content-editor-container .aligncenter:last-child, #wp-content-editor-container:last-child {
  margin-bottom: 0;
}

.wp-block[data-align="left"] figure,.wp-block[data-align="right"] figure {
    max-width: 380px;
}
.wp-block[data-align="center"] figure {
    max-width: 800px;
    
}
.wp-block[data-align="center"] figure img {
    width: auto;
    max-height: 450px;
}

.slider-preview {
    display: flex;
    flex-wrap: wrap;
    gap:10px;

}
.slider-preview > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EBEBEB;
    overflow: hidden;
}
.wp-block-media-text:not(:last-child) {
    margin-bottom: 40px;
}
.wp-block-media-text {
    display: flex;
    gap: 30px;
}
.wp-block-media-text__media {
    max-width: 400px;
    flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  #wp-content-editor-container table th, #wp-content-editor-container table td {
    padding: 1em;
  }
  #wp-content-editor-container ul {
    margin-top: 50px;
    padding: 35px 20px;
    border: 4px solid #dbe4ef;
  }
  #wp-content-editor-container ul li {
    font-weight: 500;
    padding-left: 25px;
  }
  #wp-content-editor-container ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #wp-content-editor-container h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 0;
    padding: 0;
  }
  #wp-content-editor-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #wp-content-editor-container h4 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  #wp-content-editor-container h5 {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  #wp-content-editor-container h6 {
    font-size: 18px;
  }
    .wp-block-media-text {
    flex-direction: column;
     align-items: center;
        gap: 20px;
}
.wp-block-media-text__media {
    width: 100%;
    order: 1;
}
    .wp-block-media-text__content {
        order: 2;
    }
    
}