@font-face {
  font-family: "Lighthaus";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lighthaus.woff2") format("woff2");
}
@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Forum.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

body {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #3A3A3A;
  position: relative;
  overflow-x: hidden;
  background: #EDEBE5;
}

.heading {
  font-weight: 700;
  margin: 15px 0 20px;
  font-size: 27px;
}

body {
  font-family: "Manrope";
}
body.open_menu {
  overflow: hidden;
}

.container {
  max-width: 1510px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.container {
  max-width: 1310px;
}

h2,
.section_title {
  font-weight: 400;
  font-size: 50px;
  color: #000;
  margin-bottom: 30px;
}

h2 {
  font-family: "Manrope";
}

.section_title {
  font-family: "Lighthaus";
}

.custom_btn {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #002bff;
  border-radius: 100px;
  border: 2px solid #002bff;
  width: 266px;
  height: 60px;
  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;
  transiton: 0.5s all;
  position: relative;
  text-decoration: none;
  background: #fff;
}
@media (max-width: 767px) {
  .custom_btn {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    height: 46px;
  }
}
@media (max-width: 374px) {
  .custom_btn {
    width: 100%;
    max-width: 280px;
  }
}
.custom_btn:hover {
  color: #fff;
  text-decoration: none;
  background: url("../images/dist/hover_btn.png"), #002bff;
  border: 2px solid transparent;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
  background-size: 450px;
  -webkit-animation: animate 0.5s steps(8) forwards;
  animation: animate 0.5s steps(8) forwards;
}

@-webkit-keyframes animate {
  0% {
    -ms-background-position-y: 0;
    background-position-y: 0;
  }
  50% {
    color: #fff;
  }
  90% {
    -ms-background-position-y: -900px;
    background-position-y: -900px;
    color: #fff;
  }
  100% {
    -ms-background-position-y: -1203px;
    background-position-y: -1203px;
  }
}

@keyframes animate {
  0% {
    -ms-background-position-y: 0;
    background-position-y: 0;
  }
  50% {
    color: #fff;
  }
  90% {
    -ms-background-position-y: -900px;
    background-position-y: -900px;
    color: #fff;
  }
  100% {
    -ms-background-position-y: -1203px;
    background-position-y: -1203px;
  }
}
.btn_orange {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 100.34%;
  text-align: center;
  color: #FFFFFF;
  max-width: 367px;
  width: 100%;
  height: 45px;
  background: #d5846e;
  border-radius: 15px;
  border: 0px solid #fff;
  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;
  transiton: 0.5s all;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn_orange {
    font-size: 14px;
    letter-spacing: -0.02em;
    width: 100%;
    height: 46px;
  }
}
@media (max-width: 374px) {
  .btn_orange {
    width: 100%;
    max-width: 280px;
  }
}
.btn_orange:hover {
  opacity: 0.8;
  transiton: 0.5s all;
  text-decoration: none;
  color: #FFFFFF;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
  padding: 0;
}

.modal-footer {
  border-top: 0px solid #dee2e6;
  padding: 0;
}

.modal-body {
  padding-top: 27px;
  padding-bottom: 40px;
}

.modal .close {
  margin: -1rem -1rem -1rem auto;
  position: relative;
  top: 9px;
  right: 14px;
  z-index: 1111;
}
.modal .modal-dialog {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal_title {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -0.02em;
  color: #0c0c0c;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 10px auto 24px;
}
.modal .modal_arrow_left {
  background: url("../images/dist/close-x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  z-index: 999999;
}
.modal .modal_form_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .wpcf7-form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.modal .wpcf7 p {
  margin-bottom: 0;
}
.modal .modal_form,
.modal .wpcf7 {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.modal .modal_form .form-group,
.modal .wpcf7 .form-group {
  margin-bottom: 10px;
}
.modal .modal_form .form-control,
.modal .wpcf7 .form-control {
  background: #fff;
  border-radius: 55px;
  height: 46px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100.34%;
  color: #3D3D3D;
  border: 1px solid #ACACAC;
}
.modal .modal_form .form-control::-webkit-input-placeholder, .modal .wpcf7 .form-control::-webkit-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-control::-moz-placeholder, .modal .wpcf7 .form-control::-moz-placeholder {
  color: #acacac;
}
.modal .modal_form .form-control:-ms-input-placeholder, .modal .wpcf7 .form-control:-ms-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-control::-ms-input-placeholder, .modal .wpcf7 .form-control::-ms-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-control::placeholder,
.modal .wpcf7 .form-control::placeholder {
  color: #acacac;
}
.modal .modal_form .form-area,
.modal .wpcf7 .form-area {
  background: #fff;
  border-radius: 15px;
  width: 100%;
  height: 131px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100.34%;
  color: #3D3D3D;
  border: 1px solid #ACACAC;
  padding: 15px;
}
.modal .modal_form .form-area::-webkit-input-placeholder, .modal .wpcf7 .form-area::-webkit-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-area::-moz-placeholder, .modal .wpcf7 .form-area::-moz-placeholder {
  color: #acacac;
}
.modal .modal_form .form-area:-ms-input-placeholder, .modal .wpcf7 .form-area:-ms-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-area::-ms-input-placeholder, .modal .wpcf7 .form-area::-ms-input-placeholder {
  color: #acacac;
}
.modal .modal_form .form-area::placeholder,
.modal .wpcf7 .form-area::placeholder {
  color: #acacac;
}
.modal .modal_form .btn_blue,
.modal .wpcf7 .btn_blue {
  max-width: 359px;
  width: 100%;
  height: 46px;
}
.modal .form_privacy {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #9e9e9e;
  max-width: 360px;
  margin: 16px auto 10px;
}
.modal .form_privacy a {
  color: rgba(61, 61, 61, 0.7);
  text-decoration: underline;
}
.modal .form_privacy a:hover {
  color: rgba(61, 61, 61, 0.7);
}
.modal .modal_image_col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal_image_col .modal_image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.modal .modal_image_col .modal_image_mob {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px;
  font-size: 14px;
}

#tabs {
  background: #007b5e;
  color: #eee;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 20px;
}
#tabs h6.section-title {
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}

.blog_title {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 80px;
  color: #000;
  font-family: "Lighthaus";
}

.blog_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #3a3a3a;
  margin-bottom: 55px;
}

.breadcrumbs {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs span {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  margin: 0 12px;
}
.breadcrumbs span[typeof=ListItem] {
  margin-bottom: 0;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  background-color: transparent;
}
.breadcrumbs a:hover {
  color: #545454;
  background-color: transparent;
}
.breadcrumbs a span {
  margin: 0;
}
.breadcrumbs .kb_sep {
  margin: 0 20px;
}

.top-section {
  margin-top: 30px;
  background: url("../images/dist/top-section_bcg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-section .top-container {
  margin-top: 130px;
  margin-bottom: 80px;
}

.article_col {
  margin-bottom: 50px;
}
.article_col a {
  text-decoration: none;
}
.article_col a:hover {
  text-decoration: none;
}
.article_col .article_col_item {
  height: 100%;
}

.post_item {
  background: #edebe5;
  border: 1px solid #cdc3b6;
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.post_item .post_image {
  border-radius: 20px 20px 0 0;
  border: 1px solid #000;
  overflow: hidden;
  height: 300px;
}
.post_item .post_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_item .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  padding-left: 21px;
  padding-right: 21px;
  margin-top: 21px;
}
.post_item .post_date {
  font-weight: 400;
  font-size: 14px;
  color: #6f6f6f;
}
.post_item .post_time_read {
  font-weight: 400;
  font-size: 14px;
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_item .post_icon_time {
  background: url("../images/dist/clock.svg");
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.post_item .post_title {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  padding-left: 21px;
  padding-right: 21px;
}
.post_item .post_excerpt {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding-left: 21px;
  padding-right: 21px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.post_item .btn_orange {
  margin: 20px auto;
}

.top-section h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #3a3a3a;
  margin-top: 40px;
  margin-bottom: 20px;
}
.top-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #3a3a3a;
}
.top-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.single {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding-top: 58px;
}
.single .s_9 {
  margin-top: 96px;
  margin-bottom: 65px;
}
.single .s_9 .open_icon,
.single .s_9 .close_icon {
  top: 50%;
  -webkit-transform: translate(39%, -50%);
  -ms-transform: translate(39%, -50%);
  transform: translate(39%, -50%);
}
.single .s_9 .section_title {
  margin-bottom: 8px;
}
.single .s_9 .card-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #3a3a3a;
  padding-top: 49px;
}

.blog_section {
  margin-top: 78px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 0px;
  color: #002bff;
  width: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
.pagination .page-numbers.current {
  background: #002bff;
  color: #fff;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
}

.sinle_title {
  font-weight: 400;
  font-size: 50px;
  color: #000;
  font-family: "Lighthaus";
  margin-bottom: 55px;
  margin-top: 20px;
}

.sidebar_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sidebar_single {
  background: #e5e1d8;
  border-radius: 20px;
  padding: 24px 34px 17px;
  width: 395px;
}
.sidebar_single .sidebar_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #3a3a3a;
  margin-bottom: 19px;
}
.sidebar_single .related_item {
  border-top: 1px solid #cdc3b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0;
  margin-top: 5px;
}
.sidebar_single .related_item_image {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.sidebar_single .related_item_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar_single .related_item_info {
  margin-left: 30px;
}
.sidebar_single .related_item_title {
  font-weight: 400;
  font-size: 18px;
  color: #3a3a3a;
  font-family: "Forum";
  margin-bottom: 8px;
}
.sidebar_single .related_item_link {
  font-weight: 500;
  font-size: 12px;
  line-height: 134%;
  color: #d5846e;
}

.form_section {
  background: #181828;
  padding-top: 30px;
  padding-bottom: 92px;
}
.form_section .section_title {
  font-weight: 400;
  font-size: 50px;
  color: #edebe5;
  font-family: "Lighthaus";
  margin-top: 53px;
  margin-bottom: 18px;
}
.form_section .section_description {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #edebe5;
}
.form_section .form_section_col {
  padding-left: 87px;
}
.form_section .form_section_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_section .form_section_pic img {
  margin-top: 74px;
}

.form_calc {
  max-width: 560px;
}
.form_calc input {
  width: 100%;
  border: 2px solid rgba(237, 235, 229, 0.5);
  border-radius: 20px;
  height: 70px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #edebe5;
  padding-left: 34px;
}
.form_calc input::-webkit-input-placeholder {
  font-weight: 250;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
}
.form_calc input::-moz-placeholder {
  font-weight: 250;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
}
.form_calc input:-ms-input-placeholder {
  font-weight: 250;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
}
.form_calc input::-ms-input-placeholder {
  font-weight: 250;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
}
.form_calc input::placeholder {
  font-weight: 250;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
}
.form_calc label {
  margin-bottom: 0;
}
.form_calc button {
  margin-top: 35px;
  width: 100%;
  max-width: 100%;
  height: 63px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.form_calc .form_calc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.form_calc .form_calc_row input:last-child {
  margin-right: 0;
}
.form_calc .form_calc_row_label {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #edebe5;
  margin-right: 27px;
  width: 139px;
  -ms-flex: 0 0 139px;
  -webkit-box-flex: 0;
          flex: 0 0 139px;
}
.form_calc .date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form_calc .form_calc_divider {
  margin: 0 10px;
  font-weight: 400;
  font-size: 26px;
  line-height: 108%;
  color: #edebe5;
}
.form_calc select {
  font-weight: 200;
  font-size: 18px;
  line-height: 156%;
  color: #edebe5;
  border: 2px solid rgba(237, 235, 229, 0.5);
  border-radius: 20px;
  background: transparent;
  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;
  height: 70px;
  padding-left: 15px;
  padding-right: 39px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.form_calc select:hover {
  cursor: pointer;
}
.form_calc .form_calc_select_label {
  position: relative;
  margin-right: 14px;
}
.form_calc .form_calc_select_label:last-child {
  margin-right: 0;
}
.form_calc .form_calc_select_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  right: 10px;
  width: 20px;
  height: 12px;
  background: url("../images/dist/chevron_down.svg");
}
.form_calc .form_calc_select_label.form_calc_select_hours {
  margin-right: 0;
}
.form_calc option {
  color: #000;
}

.table_section {
  margin: 105px 0 13px;
}
.table_section .section_title {
  margin-bottom: 48px;
}
.table_section .section_title_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table_section .user_cur_time {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #3a3a3a;
}
.table_section table {
  width: 100%;
  border-collapse: separate;
}
.table_section table td {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #3a3a3a;
  text-align: center;
  padding: 24px;
  border-right: 1px solid #cdc3b6;
  border-bottom: 1px solid #cdc3b6;
}
.table_section table td:first-child {
  text-align: left;
  padding-left: 22px;
  border-left: 1px solid #cdc3b6;
}
.table_section table td img {
  margin-right: 14px;
}
.table_section table tr:first-child td {
  border-top: 1px solid #cdc3b6;
}
.table_section table tr:first-child td:first-child {
  border-top-left-radius: 20px;
  border-left: 1px solid #cdc3b6;
  border-top: 1px solid #cdc3b6;
}
.table_section table tr:first-child td:last-child {
  border-top-right-radius: 20px;
  border-right: 1px solid #cdc3b6;
  border-top: 1px solid #cdc3b6;
}
.table_section table tr:last-child td {
  border-bottom: 1px solid #cdc3b6;
}
.table_section table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
  border-left: 1px solid #cdc3b6;
  border-bottom: 1px solid #cdc3b6;
}
.table_section table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
  border-right: 1px solid #cdc3b6;
  border-bottom: 1px solid #cdc3b6;
}
.table_section .table_section_text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #3a3a3a;
}

.num_section {
  padding: 88px 0 54px;
  background: url("../images/dist/num_section_bcg_1.png") left top, url("../images/dist/num_section_bcg_2.png") right center;
  background-repeat: no-repeat;
}
.num_section .section_title {
  margin-bottom: 41px;
}

.bun_section {
  background: url("../images/dist/bun_section_pic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  text-align: center;
  min-height: 613px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bun_section .section_title {
  font-size: 34px;
  font-family: "Manrope";
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
.bun_section .section_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  text-align: center;
  color: #fff;
  margin-bottom: 27px;
}
.bun_section .btn_orange {
  max-width: 362px;
  height: 51px;
  margin: 10px auto;
  font-size: 16px;
}

.text_section {
  margin-top: 85px;
  margin-bottom: 40px;
  background: url("../images/dist/text_section_bcg_1.png") right top, url("../images/dist/text_section_bcg_2.png") left bottom;
  background-repeat: no-repeat;
}
.text_section .section_title {
  margin-bottom: 36px;
}

.bot_info_col {
  border-radius: 20px;
  min-height: 178px;
  background: #e5e1d8;
  padding: 24px 28px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bot_info_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #3a3a3a;
}

.bot_info_numb {
  font-weight: 400;
  font-size: 34px;
  line-height: 82%;
  color: #d5846e;
  font-family: "Lighthaus";
}

.bot_positive {
  margin-top: 115px;
}
.bot_positive .section_title {
  margin-bottom: 107px;
}
.bot_positive .bot_positive_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bot_positive .bot_positive_col_1 .bot_positive_item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bot_positive .bot_positive_col_1 .bot_positive_item:nth-child(2) {
  margin-right: 64px;
}
.bot_positive .bot_positive_col_2 .bot_positive_item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bot_positive .bot_positive_col_2 .bot_positive_item:nth-child(2) {
  margin-left: 64px;
}
.bot_positive .bot_positive_item {
  margin-bottom: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bot_positive .bot_positive_item:last-child {
  margin-bottom: 0;
}
.bot_positive .bot_positive_numb {
  font-weight: 400;
  font-size: 34px;
  line-height: 82%;
  color: #2f2f2f;
  font-family: "Lighthaus";
  margin-right: 30px;
}
.bot_positive .bot_positive_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #3a3a3a;
}
.bot_positive .bot_positive_col_pic {
  text-align: center;
}
.bot_positive .bot_positive_col_pic img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.s_9 {
  margin-top: 74px;
}
.s_9 .s_9__title {
  margin-bottom: 10px;
}
.s_9 .card {
  margin-bottom: 11px;
  margin-top: 0px;
  border: 0px solid #636363;
  background: transparent;
}
.s_9 .open_icon,
.s_9 .close_icon {
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(39%, -50%);
  -ms-transform: translate(39%, -50%);
  transform: translate(39%, -50%);
  font-weight: 250;
  font-size: 38px;
  color: #000;
}
.s_9 .open_icon {
  display: block;
}
.s_9 .close_icon {
  display: none;
}
.s_9 .card:has(.collapse.show) {
  margin-bottom: -21px;
}
.s_9 .card:has(.collapse.show) .open_icon {
  display: none;
}
.s_9 .card:has(.collapse.show) .close_icon {
  display: block;
}
.s_9 .card-body {
  border: 1px solid #636363;
  border-radius: 34px;
  padding-top: 63px;
  padding-left: 30px;
  padding-bottom: 37px;
}
.s_9 .accordion > .card {
  overflow: visible;
}
.s_9 .accordion > .card > .card-header {
  background: #E5E1D8;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  top: 30px;
  position: relative;
  z-index: 2;
  padding: 21px 30px;
}
.s_9 .accordion > .card > .card-header a {
  color: #000;
}
.s_9 .accordion > .card > .card-header button {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.s_9 .card-header h2 {
  margin: 0;
}

.section_title_actions {
  font-weight: 400;
  font-size: 42px;
  color: #000;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 45px;
}

.single_post_actions {
  background-color: #EBEBEB;
  width: 100%;
  max-width: 807px;
  border-radius: 40px;
  padding-top: 44px;
  padding-bottom: 48px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single_post_actions .section_title_rate {
  font-weight: 400;
  font-size: 26px;
  line-height: 238%;
  color: #000;
}
.single_post_actions .single_rate_post {
  margin-bottom: 39px;
}
.single_post_actions .section_title_share {
  font-weight: 400;
  font-size: 21px;
  line-height: 295%;
  color: #000;
  margin-bottom: 10px;
}
.single_post_actions .single_post_share_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single_post_actions .single_post_share_link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #656565;
  text-align: center;
  margin: 9px;
  cursor: pointer;
}
.single_post_actions .single_post_share_link:hover {
  color: #ea9618;
}
.single_post_actions .single_post_share_link:hover .share_link_ico {
  background: rgba(251, 205, 32, 0.21);
}
.single_post_actions .single_post_share_link:hover .share_link_ico path {
  fill: #E28E10;
}
.single_post_actions .click-link-share-post {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  background: #002bff;
  border-radius: 60px;
  width: 197px;
  height: 47px;
  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;
}

.rtng-form, .rtng-rating-total {
  text-align: center;
  margin-top: 15px;
  display: block;
}

.comment_section {
  margin-top: 118px;
  background: url("../images/dist/text_section_bcg_1.png") left center;
  background-repeat: no-repeat;
}
.comment_section .comment_col_pic img {
  margin: 0 auto;
}
.comment_section .section_title {
  margin-top: 38px;
}

.comment-list li {
  list-style-type: none;
}

.comment-form label {
  display: none;
}
.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
  height: 59px;
  padding-left: 15px;
  border: 1px solid #222;
  border-radius: 50px;
  font-size: 16px;
}
.comment-form textarea {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #222;
  border-radius: 30px;
  padding-top: 15px;
  font-size: 16px;
}
.comment-form input[type=submit] {
  font-family: "InterTight";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 100.34%;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 51px;
  background: #003cff;
  border-radius: 60px;
  border: 0px solid #fff;
  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;
  transiton: 0.5s all;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .comment-form input[type=submit] {
    font-size: 14px;
    letter-spacing: -0.02em;
    width: 100%;
    height: 46px;
  }
}
@media (max-width: 374px) {
  .comment-form input[type=submit] {
    width: 100%;
    max-width: 280px;
  }
}
.comment-form input[type=submit]:hover {
  opacity: 0.8;
  transiton: 0.5s all;
  text-decoration: none;
  color: #FFFFFF;
}

.gadanie_blog {
  background: url("../images/dist/gadanie_blog_bcg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gadanie_blog .blog_title {
  font-weight: 400;
  font-size: 80px;
  color: #000;
  margin-bottom: 15px;
}

.gadanie_page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gadanie_page .blog_title {
  font-size: 50px;
  margin-bottom: 15px;
}
.gadanie_page .top-section {
  margin-top: 74px;
  margin-bottom: 89px;
}
.gadanie_page .bun_section .bun_section_col {
  background: url("../images/dist/gadanie_page_bun_section_pic.jpg");
}
.gadanie_page .num_section {
  background: url("../images/dist/text_section_bcg_1.png") right top;
  background-repeat: no-repeat;
  padding-top: 160px;
}

.comment-form > p {
  margin-bottom: 10px;
}

.gadanie__main {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gadanie_col {
  margin-bottom: 20px;
}

.gadanie_item {
  border: 1px solid #cdc3b6;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 194px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gadanie_item .gadanie_item_info {
  padding-left: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gadanie_item .gadanie_image {
  width: 185px;
  -ms-flex: 0 0 185px;
  -webkit-box-flex: 0;
          flex: 0 0 185px;
  height: 100%;
}
.gadanie_item .gadanie_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gadanie_item .gadanie_title {
  font-weight: 400;
  font-size: 28px;
  line-height: 104%;
  color: #3a3a3a;
  font-weight: 400;
  font-size: 32px;
  color: #3a3a3a;
  font-family: "Forum";
  margin-bottom: 15px;
  padding-right: 70px;
}
.gadanie_item .gadanie_excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #3a3a3a;
  padding-right: 70px;
}
.gadanie_item .gadanie_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.gadanie_item .gadanie_btn img {
  width: 50px;
  height: 50px;
}

@media (max-width: 991px) {
  .single .section_title {
    font-size: 26px;
    line-height: normal;
  }

  .single .section_title,
.single .s_9 .s_9__title {
    text-align: left;
  }

  .s_9 .card-body,
.s_9 .accordion > .card > .card-header button {
    font-size: 12px;
    line-height: 183%;
  }

  .single_post_head_category {
    display: block;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    margin-bottom: 10px;
  }
  .single_post_head_category a {
    color: #FFF;
  }

  .kamatoc-wrap {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border-radius: 30px;
    padding: 6px 21px;
  }

  .kamatoc-wrap__title:after,
.kamatoc-wrap__title.collapsed:after {
    width: 10px;
    height: 10px;
  }

  .comments-area .comments-title {
    font-weight: 400;
    font-size: 16px;
    color: #000;
  }

  .comment-reply-title {
    font-size: 16px;
  }

  .logged-in-as {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .top-section p {
    font-size: 14px;
  }

  .sinle_title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  h2, .section_title {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .single p {
    font-size: 14px;
  }

  .sidebar_col {
    margin: 20px 0;
  }

  .post_item .post_date {
    font-size: 12px;
  }

  .post_item .post_time_read {
    font-size: 12px;
  }

  .post_item .post_title {
    font-size: 17px;
  }

  .post_item .post_excerpt {
    font-size: 14px;
  }

  .post_item .post_read_more {
    font-size: 13px;
    height: 35px;
    border-radius: 47px;
    margin: 39px auto 16px;
  }

  .post_item .post_image {
    height: 254px;
  }

  .breadcrumbs {
    font-size: 9px;
    margin: 13px 0 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumbs a,
.breadcrumbs span {
    font-size: 12px;
  }

  .breadcrumbs .kb_sep {
    margin: 0 10px;
  }

  .blog_title {
    font-size: 26px;
    margin-bottom: 26px;
    margin-bottom: 26px;
  }

  .post_item .post_meta {
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .article_col {
    margin-bottom: 16px;
  }

  .post_item .post_icon_time {
    margin-right: 5px;
  }

  .comments-area .comment-list {
    display: block;
  }

  .comment-list .comment {
    width: 100%;
    margin-bottom: 10px;
  }

  .comment-author img {
    width: 42px;
    height: 42px;
  }

  .comment-author .url {
    font-size: 14px;
  }

  .comment-metadata time {
    font-size: 8px;
    line-height: 275%;
  }

  .comment-list .comment-content {
    font-size: 10px;
    line-height: 160%;
  }

  .comment-metadata .edit-link {
    font-size: 8px;
    line-height: 275%;
  }

  .comment-reply-link {
    font-size: 10px;
    line-height: 160%;
  }

  .single .section_title_actions {
    font-size: 20px;
    text-align: center;
  }

  .single_post_actions .section_title_rate {
    font-size: 12px;
    text-align: center;
  }

  .rtng-text {
    font-size: 12px;
  }

  .rtng-star .dashicons {
    font-size: 32px;
  }

  .single .single_post_actions {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 21px;
    padding-bottom: 15px;
    border-radius: 20px;
  }

  .single_post_actions .section_title_share {
    font-size: 10px;
    text-align: center;
    margin-bottom: 7px;
  }

  .single_post_actions .click-link-share-post {
    font-size: 10px;
    letter-spacing: -0.02em;
    width: 126px;
    height: 36px;
  }

  .single_post_actions .single_post_share_link img {
    width: 30px;
    height: 30%;
  }

  .single_post_actions .single_post_share_link {
    margin: 0 6px;
  }

  .rtng-form, .rtng-rating-total {
    margin-top: 6px;
  }

  .single_post_actions .single_rate_post {
    margin-bottom: 0;
  }

  .single-blog-section {
    margin-top: 53px;
  }

  .comment-form textarea {
    border-radius: 20px;
  }

  .comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
    font-size: 10px;
  }
  .comment-form input[type=submit] {
    font-size: 14px;
  }

  .form_section {
    padding-bottom: 30px;
  }

  .form_section .form_section_col {
    padding-left: 15px;
  }

  .form_section img {
    max-width: 250px;
    margin: 40px auto 0;
  }

  .form_section .section_title {
    margin-top: 0;
  }

  .bot_info_numb {
    font-size: 26px;
    line-height: normal;
    margin-right: 10px;
  }

  .bot_info_col {
    min-height: auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .bot_info_title {
    font-size: 20px;
    line-height: normal;
  }

  .bun_section .section_description {
    text-align: left;
  }

  .bun_section .section_description br {
    display: none;
  }

  .bun_section .bun_section_col {
    padding: 40px 20px;
  }

  .text_section {
    margin-top: 55px;
  }

  .bot_positive {
    margin-top: 55px;
  }

  .bot_positive_col_1 {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .bot_positive_col_2 {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .bot_positive_col_pic {
    -ms-order: 3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .bot_positive .bot_positive_col_pic img {
    max-width: 250px;
  }

  .bot_positive .bot_positive_item {
    border-radius: 20px;
    background: #e5e1d8;
    padding: 24px 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .bot_positive .bot_positive_item,
.bot_positive .bot_positive_item:last-child {
    margin-bottom: 30px;
  }

  .bot_positive .bot_positive_col_1 .bot_positive_item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .bot_positive .bot_positive_col_2 .bot_positive_item:nth-child(2) {
    margin-left: 0;
  }

  .bot_positive .bot_positive_col_1 .bot_positive_item:nth-child(2) {
    margin-right: 0;
  }

  .bot_positive .bot_positive_numb {
    font-size: 26px;
    line-height: normal;
    margin-right: 10px;
    color: #d5846e;
  }

  .bot_positive .section_title {
    margin-bottom: 30px;
  }

  .bot_positive .bot_positive_title {
    font-size: 20px;
    line-height: normal;
  }

  .comment_section .comment_col_pic img {
    max-width: 250px;
  }

  .gadanie_item {
    display: block;
  }

  .gadanie_item .gadanie_image {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    height: 194px;
  }

  .gadanie_item .gadanie_item_info {
    padding-left: 15px;
    padding-top: 25px;
  }
}
@media (max-width: 374px) {
  .s_5 .s_5__col {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    padding: 0 1%;
  }
}