.info-blog-block img, .block-author img, .last-posts-wrapper img, .related-posts-wrapper img {
   max-width: 100%;
   height: auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.blog-page, .faq, .last-posts-wrapper, .related-posts-wrapper, .calc {
   font-family: "Raleway", sans-serif;
   font-style: normal;
   line-height: normal;
   color: #000000;
   font-variant-numeric: lining-nums;
   font-weight: 400;
}
.blog-page h1, .blog-page h2, .blog-page h3, .faq h2, .calc h2 {
   font-size: 32px;
   line-height: 37px;
   font-weight: 400;
   text-align: center;
}
.blog-page h2, .blog-page h3 {
   text-align: left;
   font-weight: 500;
}
.info-blog-block {
   margin: 60px 0;
   padding: 40px 60px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
}
.wrapper-post .info-blog-block:first-child {
   margin: 0 0 60px;
}
.info-blog-block * {
   margin-bottom: 20px;
}
.info-blog-block p {
   font-size: 18px;
   line-height: 26px;
}
.info-blog-block p a {
   font-size: 18px !important;
   line-height: 26px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.info-blog-block p a:hover {
   color: #000000;
}
.info-blog-block ul {
   padding: 15px;
   display: block;
   list-style-type: disc;
   font-family: "Inter", sans-serif;
   background-color: #efefef;
   width: fit-content;
   border-radius: 10px;
}
.info-blog-block ul li {
   margin-bottom: 10px;
   list-style-type: disc;
   list-style-position: inside;
   font-size: 16px;
   line-height: 21px;
}
.info-blog-block ul li a {
   font-size: 16px !important;
   line-height: 21px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.info-blog-block ul li a:hover {
   color: #000000;
}
.info-blog-block ul li:last-child, .calc h2 {
   margin-bottom: 0;
}
.faq {
   margin-top: 80px;
}
.faq .faq-wrap {
   max-width: 1080px;
   margin: 0 auto;
}
.faq-wrap .item {
   position: relative;
   width: 100%;
   background-color: #fff;
   border-radius: 20px;
   padding: 13px 20px;
   margin-bottom: 20px;
}
.faq-wrap .item-top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   cursor: pointer;
}
.faq-wrap .item-text {
   margin-top: 41px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   max-width: 1165px;
   -webkit-transform: translateY(-40px);
   -ms-transform: translateY(-40px);
   transform: translateY(-40px);
   position: absolute;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: .3s;
   transition: .3s;
   font-family: "Inter", sans-serif;
}
.faq-wrap .open .item-text {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   position: static;
   opacity: 1;
   visibility: visible;
}
.faq-wrap .item-top__title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   margin-top: 5px;
   max-width: calc(100% - 70px);
   text-align: left;
   padding-top: 5px;
   max-width: 100%;
   font-size: 24px;
   line-height: 28px;
   margin-bottom: 0;
}
.faq-wrap .item-top__icon {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background-color: #fff;
   border: solid 1px #f0f0f0;
   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;
   cursor: pointer;
   -webkit-transition: .3s;
   transition: .3s;
}
.faq-wrap .open .item-top__icon {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.faq-wrap .item-top__icon svg * {
   -webkit-transition: .3s;
   transition: .3s;
}
.faq-wrap .item-text__row {
   max-width: 100%;
   margin: 0;
   display: block;
   font-size: 14px;
   line-height: 21px;
}
.faq-wrap .item-text__row a {
   font-size: 14px !important;
   line-height: 21px !important;
   cursor: pointer;
   color: #ffc700;
   transition: color 0.3s ease-out;
   font-weight: 700;
}
.faq-wrap .item-text__row a:hover {
   color: #000;
}
.seo {
   margin: 70px 0 20px;
}
.seo .btn svg {
   margin-left: 10px;
}
.seo .btn svg, .seo .btn svg * {
   transition: .2s;
}
.seo-wrap__content {
   max-height: 220px;
   overflow: hidden;
   -webkit-transition: .3s;
   transition: .3s;
   position: relative;
   font-family: "Inter", sans-serif;
   font-size: 16px;
   line-height: 24px;
   color: #000000;
   font-variant-numeric: lining-nums;
}
.seo-wrap__more {
   margin-top: 10px;
}
.seo .btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border: solid 1px #d9d9d9;
   padding: 9px 19px;
   background: 0 0;
   background-color: #ffffff;
   color: #000000;
   font-size: 14px;
   line-height: 21px;
   font-weight: 700;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   border-radius: 25px;
   -webkit-transition: .3s;
   transition: .3s;
   cursor: pointer;
   font-family: "Raleway", sans-serif;
}
.seo h3, .seo h2 {
   font-size: 20px;
   line-height: 34px;
   font-weight: 700;
   font-family: "Raleway", sans-serif;
   margin-bottom: 20px;
}
.seo-wrap__content p {
   display: block;
}
.seo-wrap__content * {
   margin-bottom: 20px;
}
.seo-wrap__content::after {
   content: "";
   display: block;
   width: 100%;
   height: 77px;
   position: absolute;
   left: 0;
   bottom: 0;
   background: -webkit-gradient(linear,left top,left bottom,from(rgba(245,245,243,0)),color-stop(20%,rgba(245,245,243,.5)),to(#f5f5f3));
   background: linear-gradient(180deg,rgba(245,245,243,0) 0,rgba(245,245,243,.5) 20%,#f5f5f3 100%);
   -webkit-transition: .3s;
   transition: .3s;
}
.seo-wrap__content--active {
   max-height: 1000000px;
}
.seo-wrap__content--active::after {
   display: none;
}
.seo-open-details.opened svg {
   transform: rotate(180deg);
}
.seo ul {
   padding: 15px;
   display: block;
   list-style-type: disc;
   font-family: "Inter", sans-serif;
   background-color: #efefef;
   width: fit-content;
   border-radius: 10px;
}
.seo ul li {
   margin-bottom: 10px;
   list-style-type: disc;
   list-style-position: inside;
   font-size: 16px;
   line-height: 21px;
}
.seo ul li a {
   font-size: 16px !important;
   line-height: 21px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.seo ul li a:hover {
   color: #000000;
}
.seo ul li:last-child, .calc h2 {
   margin-bottom: 0;
}
.blog-image-block {
   margin-bottom: 40px;
}
.blog-image-block-2 {
   max-width: 500px;
   margin: 0 auto 20px;
}
.blog-image-block img {
   margin: 0 auto;
   background-color: #efefef;
   padding: 20px;
   border-radius: 10px;
}
.table_limits {
   margin: 50px 0;
   font-size: 14px !important;
   line-height: normal !important;
}
.table_limits td {
   border: 1px solid #000000;
   padding: 6px;
}
.table_limits p {
   font-size: 14px !important;
   line-height: normal !important;
}
.table_limits a {
   font-size: 14px !important;
   line-height: normal !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.table_limits p a {
   font-size: 14px !important;
   line-height: normal !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.table_limits thead td {
   font-weight: 700;
}
.block-author {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
   width: 100%;
   margin-bottom: 20px;
}
.block-author img {
   width: 60px;
   height: 60px;
}
.author-data h2 {
   color: #000;
   font-family: "Raleway", sans-serif;
   font-size: 14px !important;
   font-style: normal;
   font-weight: 700 !important;
   line-height: normal !important;
   text-transform: uppercase;
   margin-bottom: 4px;
}
.author-data p[itemprop="jobTitle"] {
   color: #000;
   font-family: "Inter", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-bottom: 4px;
}
.author-data p[itemprop="description"] {
   color: #757575;
   font-family: "Inter", sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}
.table-blog-wrapper * {
   margin-bottom: 0;
}
.table-blog-wrapper, .table-blog-wrapper .table-blog {
   width: 100%;
}
.table-blog-wrapper {
   padding: 15px;
   display: block;
   font-family: "Inter", sans-serif;
   background-color: #efefef;
   border-radius: 10px;
}
.table-blog-wrapper .table-blog thead tr {
   background-color: #ffffff;
}
.table-blog-wrapper .table-blog th {
   font-weight: 600;
   font-size: 16px;
   text-align: center;
   vertical-align: middle;
   padding: 10px 4px;
   border: 1px dashed #000000;
}
.table-blog-wrapper .table-blog td {
   font-weight: 400;
   font-size: 14px;
   text-align: left;
   vertical-align: top;
   padding: 6px 4px;
   border: 1px dashed #000000;
}
.table-blog-wrapper .table-blog td a {
   font-weight: 400;
   font-size: 14px;
   color: #FFBE2E;
   cursor: pointer;
   transition: color 0.3s ease-out;
}
.table-blog-wrapper .table-blog td a:hover {
   color: #000000;
}
.wrapper-post {
   width: 100%;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-top: 60px;
   position: relative;
}
.wrapper-post .main-content-post {
   flex: 1 1 calc(65% - 20px);
   max-width: calc(65% - 20px);
}
.wrapper-post .last-posts-wrapper {
   flex: 1 1 calc(35% - 20px);
   max-width: calc(35% - 20px);
   padding: 20px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
}
.wrapper-post .last-posts-wrapper.is-sticky {
   position: fixed;
   top: 100px;
   z-index: 20;
}
.wrapper-post .last-posts-wrapper.is-bottom-locked {
   z-index: 20;
}
.last-posts-wrapper.mob-posts-wrapper {
   padding: 20px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
   width: 100%;
   display: none;
}
.last-posts-wrapper h4, .related-posts-wrapper h4 {
   text-align: left;
   font-size: 24px;
   line-height: normal;
   font-weight: 500;
   margin-bottom: 14px;
}
.related-posts-wrapper h4 {
   font-size: 28px;
}
.last-posts-wrapper .item-last {
   margin-bottom: 20px;
   display: block;
   padding: 10px;
   background-color: #efefef;
   border-radius: 10px;
   transition: background 0.3s ease-out;
   cursor: pointer;
}
.last-posts-wrapper .item-last:hover {
   background-color: #ffffff;
}
.last-posts-wrapper .item-last:last-child {
   margin-bottom: 0;
}
.last-posts-wrapper .item-last .item-content {
   width: 100%;
   display: flex;
   align-items: flex-start;
   gap: 10px;
}
.last-posts-wrapper .item-last .item-content img {
   width: 100px;
   border-radius: 6px;
}
.last-posts-wrapper .item-last .item-content .item-content__title {
   font-size: 14px !important;
   font-weight: 500 !important;
   line-height: 18px !important;
   color: #000000;
   transition: color 0.3s ease-out;
}
.last-posts-wrapper .item-last:hover .item-content .item-content__title {
   color: #ffc700;
}
.related-posts-wrapper {
   margin: 60px 0;
}
.related-posts-wrapper .selected-posts {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 30px;
}
.related-posts-wrapper .selected-posts .post-item {
   flex: 1 1 calc(50% - 17px);
   max-width: calc(50% - 17px);
   padding: 40px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
   color: #000000;
   font-size: 18px !important;
   font-weight: 500 !important;
   line-height: 21px !important;
   transition: color 0.3s ease-out;
   font-family: "Inter", sans-serif;
}
.related-posts-wrapper .selected-posts .post-item:hover {
   color: #ffc700;
}
.related-posts-wrapper .selected-posts .post-item img {
   max-width: 70%;
   display: block;
   margin: 0 auto 16px;
   border-radius: 10px;
}
.calc {
   margin: 100px 0;
}

@media (max-width: 1100px) {
    .faq-wrap .item-text {
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
    }
    .faq-wrap .item-text__row {
       width: 100%;
       max-width: 100%;
       margin: 0;
    }
    .faq-wrap .item-text__row:nth-child(1) {
       margin: 0 0 20px;
    }
    .seo-wrap {
       padding: 0 10px;
    }
    .calc {
       margin: 50px 0 100px;
    }
}

@media (max-width: 1000px) {
   .desktop-posts-wrapper {
      display: none !important;
   }
   .wrapper-post .main-content-post {
      flex: 1 1 100%;
      max-width: 100%;
   }
   .mob-posts-wrapper {
      display: block !important;
      margin: 40px 0;
   }
}

@media (max-width: 550px) {
    .breadcrumb_wrap_new .aioseo-breadcrumbs {
       padding-bottom: 10px;
       margin-bottom: 20px;
    }
    .blog-page h1, .faq h2, .blog-page h2, .blog-page h3, .seo h3, .seo h2, .calc h2 {
       font-size: 18px;
       line-height: 21px;
    }
    .faq {
       margin-top: 40px;
    }
    .faq-wrap .item {
       margin-bottom: 20px;
       padding: 10px 20px;
       border-radius: 10px;
    }
    .faq-wrap .item-top {
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
    }
    .faq .faq-wrap .item-top__title {
       font-size: 18px;
       line-height: 21px;
       max-width: calc(100% - 70px);
    }
    .faq .faq-wrap .item-top__icon {
       width: 52px;
       height: 52px;
    }
    .faq .faq-wrap .item-top__icon svg {
       max-width: inherit;
       max-height: inherit;
    }
    .info-blog-block {
       padding: 20px;
       border-radius: 10px;
    }
    .info-blog-block p {
       font-size: 16px;
       line-height: 21px;
    }
    .info-blog-block p a {
       font-size: 16px !important;
       line-height: 21px !important;
    }
    .info-blog-block ul li {
       font-size: 14px;
       line-height: 21px;
    }
    .info-blog-block ul li a {
       font-size: 14px !important;
       line-height: 21px !important;
    }
    .seo .btn {
       font-size: 14px;
       line-height: 21px;
    }
    .blog-image-block img {
       padding: 6px;
       border-radius: 6px;
    }
    .block-author img {
       width: 40px;
       height: 40px;
    }
    .author-data h2 {
       font-size: 12px !important;
       margin-bottom: 0;
    }
    .author-data p[itemprop="jobTitle"] {
       margin-bottom: 0;
    }
    .related-posts-wrapper .selected-posts .post-item {
      flex: 1 1 100%;
      max-width: 100%;
    }
    .related-posts-wrapper h4 {
      font-size: 20px;
    }
    .related-posts-wrapper .selected-posts .post-item {
      font-size: 14px !important;
      line-height: 18px !important;
      padding: 20px;
    }
}

@media (max-width: 500px) {
   .related-posts-wrapper .selected-posts .post-item img {
      max-width: 100%;
   }
}