.single-post section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-post .breadcrumbs {
  margin-bottom: 2rem;
}
.single-post .params {
  height: 629px;
  border-radius: 8px;
  padding: 2rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 1;
}
.single-post .params:before, .single-post .params:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.single-post .params:before {
  background: linear-gradient(184deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 10px;
}
.single-post .params .param .categories {
  font-weight: 400;
  text-transform: uppercase;
}
.single-post .params .param .data {
  font-weight: 400;
}
.single-post .params .param .views {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.single-post .params .param .views .icon {
  width: 22px;
  height: 22px;
}
.single-post .params .h1 {
  font-family: "Science Gothic";
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}
.single-post .post-content h2 {
  font-size: 40px;
}
.single-post .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-left: 0;
}
.single-post .grid a {
  color: #252525;
  transition: color 0.3s ease;
}
.single-post .grid a:hover {
  color: #EF7846;
  transition: color 0.3s ease;
}
.single-post .forma {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
  position: sticky;
  top: 10px;
}
.single-post .forma h3 {
  text-align: center;
  margin-top: 0 !important;
}
.single-post .forma .consult-form {
  max-width: unset;
}
.single-post .posts-sidebar {
  height: 100%;
  position: relative;
}
.single-post .posts-sidebar .messengers {
  flex-wrap: nowrap;
  display: flex;
  column-gap: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
  align-items: center;
}
.single-post .posts-sidebar .messengers .messenger {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.single-post .posts-sidebar .messengers .ico {
  -webkit-mask: url(../img/text.svg) no-repeat center;
}
.single-post .posts-sidebar .messengers .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  background: #A5A9AA;
  border-radius: 100%;
}
.single-post .posts-sidebar .messengers .btn:hover {
  background-color: #EF7846;
}
.single-post .posts-sidebar .messengers .btn[href*="ok.ru"]:hover {
  background-color: #ff7700;
}
.single-post .posts-sidebar .messengers .btn[href*="ok.ru"] .icon {
  width: 40px;
  height: 40px;
}
.single-post .posts-sidebar .messengers .btn[href*="vk.com"]:hover {
  background-color: #0076fe;
}
.single-post .posts-sidebar .messengers .btn[href*="vk.com"] .icon {
  width: 40px;
  height: 40px;
}
.single-post .posts-sidebar .messengers .btn[href*="wa.me"]:hover {
  background-color: #0cc143;
}
.single-post .posts-sidebar .messengers .btn[href*="t.me"]:hover {
  background-color: #24a2df;
}
.single-post .posts-sidebar .author {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.single-post .posts-sidebar .author .photo {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 180px;
  background-color: white;
  overflow: hidden;
}
.single-post .posts-sidebar .author img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.single-post .posts-sidebar .author .name h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #252525;
  transition: color 0.3s ease;
}
.single-post .posts-sidebar .author .name h4:hover {
  color: #EF7846;
  transition: color 0.3s ease;
}
.single-post .posts-sidebar .author .name .specialization {
  font-size: 14px;
  opacity: 0.6;
  font-weight: 400;
  color: #252525;
  transition: color 0.3s ease;
}
.single-post .posts-sidebar .author .name .specialization:hover {
  color: #EF7846;
  transition: color 0.3s ease;
}
.single-post .posts-sidebar h3 {
  margin-bottom: 2.5rem;
  margin-top: 4.25rem;
  font-family: "Science Gothic";
  font-weight: 400;
}
.single-post .posts-sidebar .serv {
  flex-direction: column;
}
.single-post .posts-sidebar .serv .category-box {
  text-transform: uppercase;
  font-weight: 400;
  width: fit-content;
  color: #252525;
}
.single-post .navs {
  padding: 2rem;
  background-color: #FFFFFF; /*border-radius: $radius;margin-top: 4rem;*/
}
.single-post .navs .h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1rem;
}
.single-post .post_more--big {
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
.single-post .post_more--big h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 3.5rem;
}
.single-post .post_more--big .owl-counter {
  top: 0;
}
.single-post .post_more--big .owl-carousel .owl-stage-outer {
  padding: 2rem 0;
}
.single-post .post_more--big .owl-carousel .owl-nav {
  top: -110px;
}
@media (max-width: 1400px) {
  .single-post .post_more--big .owl-carousel .owl-nav {
    top: -103px;
  }
}
.single-post .docs {
  display: flex;
  column-gap: 1rem;
  margin-top: 2rem;
}
.single-post .docs .img {
  min-width: 66px;
  width: 66px;
  min-height: 66px;
}
.single-post .docs .text_docs {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  text-transform: none;
}
.single-post .docs .date_docs {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .single-post section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .single-post .post_more--big h2 {
    font-size: 40px;
  }
  .single-post .posts-sidebar .author {
    column-gap: 0.75rem;
  }
  .single-post .posts-sidebar .messengers {
    white-space: nowrap;
    column-gap: 0.5rem;
  }
  .single-post .docs .img {
    min-width: 60px;
    width: 60px;
    min-height: 60px;
  }
}
@media (max-width: 1200px) {
  .single-post .post_more--big h2 {
    font-size: 35px;
  }
  .single-post .post-content h2 {
    font-size: 35px;
  }
  .single-post .posts-sidebar h3 {
    margin-bottom: 1.5rem;
    margin-top: 2.25rem;
  }
  .single-post .posts-sidebar .messengers {
    align-items: unset;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .single-post .posts-sidebar .author {
    align-items: unset;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .single-post .docs .img {
    min-width: 55px;
    width: 55px;
    min-height: 55px;
  }
}
@media (max-width: 992px) {
  .single-post .posts-sidebar .author .name h4 {
    font-size: 20px;
  }
  .single-post .post_more--big h2 {
    font-size: 30px;
  }
  .single-post .params .h1 {
    font-size: 30px;
  }
  .single-post .forma {
    padding: 1rem;
  }
  .single-post .forma h3 {
    font-size: 17px;
  }
  .single-post .forma span {
    font-size: 13px !important;
  }
  .single-post .forma input {
    font-size: 13px;
    padding: 0.5rem;
  }
  .single-post .forma .check_box label {
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .single-post .navs {
    margin-top: 2rem;
  }
  .single-post section {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .single-post section .container {
    padding-right: 0;
    padding-left: 0;
  }
  .single-post .grid {
    gap: 1rem;
  }
  .single-post .not_mob #sidebar {
    display: none;
  }
  .single-post .not_mob .navs {
    height: 450px;
  }
  .single-post .post_more--big .owl-carousel .owl-nav {
    top: -2rem;
  }
  .single-post .post_more--big h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .single-post .breadcrumbs {
    margin-bottom: 0;
  }
  .single-post .posts-sidebar .ico {
    -webkit-mask: url(../img/text.svg) no-repeat center;
    rotate: 90deg;
    background-color: #EF7846;
  }
  .single-post .posts-sidebar .author {
    flex-direction: row;
    align-items: center;
  }
  .single-post .posts-sidebar .author .photo {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .single-post .posts-sidebar h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
  }
  .single-post .posts-sidebar h4 {
    font-size: 14px;
  }
  .single-post .posts-sidebar .specializations {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .single-post .posts-sidebar .specializations a {
    font-size: 12px !important;
  }
  .single-post .post-content .h2 {
    font-size: 25px;
  }
  .single-post .param small {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
  }
  .single-post .navs {
    padding: 1rem;
    border-radius: 6px;
    height: 390px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .single-post .navs .gridient {
    height: 365px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
  }
  .single-post .navs .gridient::-webkit-scrollbar {
    width: 3px;
    background-color: #ECEDF0;
    height: 4px;
  }
  .single-post .navs .gridient::-webkit-scrollbar-thumb {
    background-color: #EF7846;
    border-radius: 20px;
  }
  .single-post .navs .gridient:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    height: 10%;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    top: unset;
  }
  .single-post .navs .h2 {
    font-size: 16px;
  }
  .single-post .navs .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-post .docs .img {
    min-width: 45px;
    width: 45px;
    min-height: 45px;
  }
}
@media (max-width: 576px) {
  .single-post .posts-sidebar .author .photo {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
  .single-post .posts-sidebar h3 {
    font-size: 14px;
  }
  .single-post .posts-sidebar h4 {
    font-size: 12px;
  }
  .single-post .posts-sidebar .specializations a {
    font-size: 10px !important;
  }
  .single-post .params {
    height: 250px;
    border-radius: 6px;
    padding: 1rem;
    justify-content: space-between;
  }
  .single-post .params:before {
    border-radius: 6px;
  }
  .single-post .params .h1 {
    font-size: 14px;
  }
  .single-post .params .param .categories, .single-post .params .param .data, .single-post .params .param small {
    font-size: 12px;
  }
  .single-post .params .param .data {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
  .single-post .docs .img {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
  }
  .single-post .docs .text_docs {
    font-size: 14px;
  }
  .single-post .docs .date_docs {
    font-size: 12px;
  }
  .single-post .post-content h2, .single-post .post-content .h2 {
    font-size: 20px !important;
  }
  .single-post .post_more--big {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .single-post .post_more--big .title-post {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .single-post .grid {
    gap: 0.5rem;
  }
}

/*# sourceMappingURL=single-post.css.map */
