* { 
  font-family: 'Montserrat';
  margin: 0; 
  padding: 0; 
  border: 0; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}
body:not(.wp-admin), .wp-admin .section {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #656565;
}
html:where(.wp-block) {
  margin: 0;
}
a {
  color: inherit;
}
a, input, button, select, textarea {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container-free {
  padding: 0 30px;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.section-config, .section-text .section, .section-baner, .section-faq, .section-text2column {
  max-width: 1920px;
  margin: 0 auto; 
}
.post-type-archive-inspiration  .form-text-bg.ins > span {
  top: -14px;
  color: #fff;
}
.header-block:not(.trans),
.fixed-header .header-block header {
  background: #fff;
}
.menu-open .header-block header {
  opacity: 1 !important;
  background: #F5F4F2;
}
.menu-open .header-block .btn-menu span  {
  background: #232323 !important;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
}
.header-block:not(.trans) .logo svg *,
.fixed-header .header-block .logo svg *,
.menu-open .header-block .logo svg * {
  fill: #232323;
}
.header-block:not(.trans) #breadcrumbs svg * {
  fill: #232323;
}
.header-block > .container {
  overflow: hidden;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-item + .menu-item {
  margin-left: 50px;
}
.menu-item a {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
a.hovered {
  position: relative;
}
.menu-item a:before,
a.hovered:before {
  content: "";
  height: 0;
  width: 0;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.menu-item a:hover:before,
a.hovered:hover:before,
a.hovered.active:before {
  width: 100%;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials a {
  opacity: 0.5;
}
.socials a:hover {
  opacity: 1;
}
.socials a + a {
  margin-left: 24px;
}
.header-block:not(.trans) .socials svg *,
.fixed-header .header-block .socials svg *,
.header-block:not(.trans) .lang-block svg *,
.fixed-header .header-block .lang-block svg * {
  fill: #232323;
}

.fixed-header .header-block header,
.home .header-block header  {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.admin-bar.fixed-header .header-block  header,
.admin-bar.home .header-block  header {
  top: var(--wp-admin--admin-bar--height);
}
.fixed-header .header-block header {
  background: #F5F4F2;
  opacity: 0.96;
  -webkit-box-shadow: 0px 14px 24px rgb(0 0 0 / 11%);
          box-shadow: 0px 14px 24px rgb(0 0 0 / 11%);
}
.fixed-header:not(.home) .header-block {
  padding-top: 64px;
}
.socials svg {
  display: block;
}

.lang-block {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s;
}
.lang-btn {
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang-btn span {
  padding: 0 8px 0 10px;
}
.lang-btn i {
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.lang-block.active .lang-btn i {
  transform: rotate(180deg);
}
.lang-block.active svg * {
  fill: #232323;
}
.lang-content {
  position: absolute;
  list-style: none;
  background: #F5F4F2;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
.lang-block.active .lang-content {
  opacity: 1;
  visibility: visible;
}
.lang-content a {
  color: #232323;
  text-decoration: none;
  padding: 0px 0 15px 38px;
  display: block;
}
.lang-block.active {
  background: #F5F4F2;
  color: #232323;
}
footer {
  background: #232323;
  color: #fff;
}
.footer-content {
  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;
  padding: 50px 0;
}
.copyright-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 12px;
  line-height: 15px;
  color: #828282;
}
.copyright-content a {
  text-decoration: none;
}
.copyright-content a:hover {
  color: #fff;
}
.content-item + .content-item {
  margin-top: 15px;
}
.content-item img {
  margin-right: 20px;
}
.content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.content-item a {
  text-decoration: none;
}
.menu-footer .menu-item {
  line-height: 1;
}
.menu-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 110px auto;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 110px;
  grid-row-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-block.trans {
  color: #fff;
}
.header-block:not(.trans), 
.fixed-header .header-block header {
  color: #232323;
}
.header-block {
  padding-bottom: 67px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: top center;
}
.header-block.is_white {
  padding-bottom: 0;
}
.page-title {
  font-weight: 300;
  font-size: 60px;
  line-height: 73px;
  /*text-transform: uppercase;*/
  margin: 0;
}
#breadcrumbs {
  font-size: 14px;
  line-height: 14px;
  padding: 50px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#breadcrumbs > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumbs > a > span {
  opacity: 0.6;
}
#breadcrumbs > a svg {
  margin-right: 10px;
}
.header-block.trans #breadcrumbs svg * {
  fill: #fff;
}
#breadcrumbs > .del {
  opacity: 0.6;
  margin: 0 10px;
}

.description h2,
.description h3,
.description h4 {
  font-weight: 300;
  color: #232323;
}
.description h2 {
  font-size: 40px;
  line-height: 49px;  
  margin: 50px 0 20px 0;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.description h2:before {
  content: "";
  width: 75px;
  border-bottom: 1px solid;
  margin-right: 30px;
  padding-top: 26px;
  min-width: 75px;
    flex: 0 0 75px;
}
.description h3 {
  font-size: 35px;
  line-height: 43px;  
  margin: 40px 0 20px 0;
}
.description h4 {
  font-size: 28px;
  line-height: 35px;  
  margin: 30px 0 10px 0;
}
.description p {
  margin-bottom: 15px;
}
.description:not(.column2) > *:not(h2) {
  padding-left: 105px;
}
.description {
  margin-bottom: 120px;
}
.page-template-blocks .header-block {
  margin-bottom: 0;
}
.header-block.hide-title {
  padding-bottom: 0;
}
.is_grey {
  background: #F5F4F2 !important;
}
.header-h1-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p38 {
  padding-top: 30px;
  padding-bottom: 80px;
}
.ins-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ins-description {
  min-width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.ins-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ins-link a {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #232323;
}
.ins-link a.tl:before {
  padding-top: 10px;
}
.ins-description {
  color: #232323;
}
.work-description .description,
.ins-description .description {
  margin-bottom: 80px;
}
.gallery {
  padding-bottom: 120px;
}
.masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.simple-gallery > .masonry-item + .masonry-item {
  margin-top: 5px;
}
.masonry-item {
  display: block;
  overflow: hidden;
  padding: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.masonry-build {
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
}
.masonry-view {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.masonry > .masonry-item:nth-child(-n+6) {
  width: calc(100% / 6);
  height: 300px;
}
.masonry > .masonry-item:nth-child(7) { 
  width: 100%;
  max-height: 820px;
}
.masonry > .masonry-item:nth-child(8),
.masonry > .masonry-item:nth-child(9),
.masonry > .masonry-item:nth-child(10) { 
  width: calc(100% / 3);
  height: 609px;
}
.masonry > .masonry-item:nth-child(n+11) {
  height: 200px;
}

.category-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  color: #232323;
}
.category-title.tl:before {
  padding-top: 21px;
}
.list-terms {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-terms a {
  margin-right: 40px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.list-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.item {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  text-decoration: none;
  color: #232323;
  padding-top: 100%;
  text-align: center;
}
.item-logo {
  height: 93px;
  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;
}
.item-logo img {
  max-height: 100%;
}
.item-title {
  font-size: 26px;
  line-height: 28px;
  margin: 25px 0 10px 0;
}
.item-subtitle {
  font-size: 14px;
  line-height: 14px;
}
.list-block {
  padding-bottom: 120px;
}
.more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.post-type-archive-inspiration .form-in-archive .form-title,
.tax-inspirationcat .form-in-archive .form-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  position: relative;
}
.post-type-archive-inspiration .form-in-archive .form-title.tl:before,
.tax-inspirationcat .form-in-archive .form-title.tl:before {
  padding-top: 24px;
}

.form-in-archive .form-subtitle, 
.form-in-archive .wpcf7  {
  position: relative;
  z-index: 2;
}
.form-subtitle {
  font-size: 14px;
  line-height: 17px;
  color: #232323;
  margin-bottom: 60px;
}
.form-subtitle.tl:before {
  padding-top: 11px;
}
.form-in-archive .form-text-bg > span {
  top: auto;
  left: 70%;
  bottom: -150px;
}
.item {
  position: relative;
}
.ins-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}
.ins-item span {
  position: relative;
  z-index: 2;
}
.item {
  position: relative;
  overflow: hidden;
}
.item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.item:hover::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.work-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  color: #fff;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.ins-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}
.work-item:hover .work-outer, .work-item.active .work-outer {
  opacity: 1;
}
.work-item .item-title {
  margin-top: 0;
}
.list-3 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.list-2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;
}
.btn.btn-default.item-btn {
  border-color: #fff;
  color: #fff;
  margin-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.work-description {
  color: #232323;
}
.page-id-9 .page-title {
  text-transform: none;
}


body .fancybox-navigation .fancybox-button--arrow_left {
  padding: 20px 3px 20px 6px;
}

body .fancybox-navigation .fancybox-button--arrow_right {
  padding: 20px 6px 20px 3px;
}
body .fancybox-navigation .fancybox-button div {
  padding: 0;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
  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;
}
body .fancybox-navigation .fancybox-button:hover div {
  border-color: #fff;
}
body .fancybox-navigation .fancybox-button {
  background: none;
}
body .fancybox-navigation .fancybox-button--arrow_left svg {
  margin-right: -21px;
  height: auto;
  width: auto;
}
body .fancybox-navigation .fancybox-button--arrow_right svg {
  width: auto;
  height: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -21px;
}
body .fancybox-bg {
  background: #000;
}
.post-type-archive-work .form-text-bg > span,
.tax-workcat .form-text-bg > span {
  top: auto;
  left: calc(50% - 69px);
  bottom: -71px;
}
.single-work .form-text-bg > span,
.single-inspiration .form-text-bg > span,
.page-id-13 .form-text-bg > span {
  top: -113px;
  left: calc(50% - 100px);
}
.category-title {
  position: relative;
}
.form-text-bg.ins-bg > span {
  top: -11px;
}
.js-gallery .swiper-wrapper,
.js-price .swiper-wrapper {
  cursor: url(../image/drag.svg),auto !important;

}
.js-review .swiper-wrapper {
  cursor: url(../image/drag2.svg),auto !important;
}
.k4 {
  background: url(../image/4k.svg);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.k4:before {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 0px;
  top: 34px;
  left: 0;
  transition: 0.3s;
}
.k4:hover:before {
  width: 33px;
}

.post-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 65px;
}
.post-image img {
  max-width: 100%;
  height: auto;
}
.post-image {
  position: relative;
  margin-bottom: 25px;
}
.post-categories {
  position: absolute;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  top: 20px;
  left: 20px;
}
.post-categories li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.post-categories a {
  background: #F5F4F2;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #232323;
  text-decoration: none;
  padding: 8px 12px;
  display: block;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-meta-left, .post-meta-right {
  display: flex;
  align-items: center;
}
.post-meta-right .post-info + .post-info {
  margin-left: 30px;
}
.post-meta-left .post-info + .post-info {
  margin-left: 40px;
}
.post-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #232323;
}
.post-info svg {
  margin-right: 8px;
}
.post-author {
  text-transform: uppercase;
  line-height: 17px;
}
.post-date {
  font-weight: 500;
  line-height: 17px;
}
.post-description {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
}
.post-description h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 50px 0 20px 0;
  color: #232323;
  font-weight: 400;
}
.post-description h3 {
  font-size: 24px;
  line-height: 24px;
  color: #232323;  
  margin: 50px 0 15px 0;
  font-weight: 400;
}
.post-description strong, .post-description a {
  color: #232323;  
}
.post-description h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #232323;  
  margin: 50px 0 15px 0;
}
.post-description p {
  margin: 0 0 50px 0;
}
.post-description ul, .post-description ol {
  margin: 0 0 50px 0;
  padding-left: 60px;
}
.post-description li + li {
  margin-top: 15px;
}
.post-description li::marker {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #232323;
}
.box.navi-box {
  background: #FFFFFF;
  border: 1px solid #D5D8DE;
  padding: 30px 0px 15px 0px;
}
.box + .box {
  margin-top: 60px;
}
.box-title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
  
  margin-bottom: 18px;
}
.navi-box .box-title {
  padding: 0 20px;
}
.navi li {
  list-style: none;
}
.navi > li > a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  border-left: 3px solid transparent;
}
.navi > li > a.active {
  background: #F5F4F2;
  border-left-color: #232323;
}
.navi > li > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: #656565;
  padding: 5px 20px 5px 44px;
  text-decoration: none;
  display: block;
  position: relative;
  border-left: 3px solid transparent;
}
.navi > li > ul > li > a.active {
  background: #F5F4F2;
  border-left-color: #232323;
}
.navi > li > ul > li > a:before {
  content: "";
  background: #232323;
  width: 4px;
  display: block;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 13px;
}
.wp-block-image {
  position: relative;
}
.wp-block-image figcaption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0 !important;
}
.wp-block-image figcaption span {
  opacity: 0;
  transition: 0.3s;
}
.wp-block-image:hover figcaption span {
  opacity: 1;
}
.wp-block-embed figcaption {
  margin-bottom: 0;
  margin-top: 15px;
}
.wp-block-embed figcaption a {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #232323;
  display: block;
  text-decoration: none;
}
.post-box {
  background: #F5F4F2;
  margin-bottom: 50px;
  padding: 20px 30px;
}
.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-btn {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.share-btn:hover {
  opacity: 1;
}
.share-title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
}
.share-title.tl:before {
  padding-top: 10px;
}
.author {
  padding: 20px 0 20px 10px;
  display: flex;
}
.author-photo {
  min-width: 90px;
  flex: 0 0 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.author-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.author-content {
  flex-grow: 1;
}
.author-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.author-name {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #232323;
}
.author-post {
  font-size: 14px;
  line-height: 17px;
}
.starts {
  display: flex;
}
.starts input {
  display: none;
}
.starts label ~ label {
  margin-left: 6px;
}
.starts label {
  cursor: pointer;
  line-height: 1;
}
.starts label svg {
  fill: #232323;
}
.no-review label svg {
  fill: #aeabab;
}
.starts input:checked + label ~ label svg {
  fill: #aeabab;
}
.author-description {
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 25px;
}
.socials.author-socials svg * {
  fill: #232323;
}
.socials.author-socials a {
  opacity: 1;
}
.comment-form .form-title {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 30px;
}
.comment-form .form-title:before {
  padding-top: 24px;
}
.form-grid.form-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.form-grid.form-grid-2 {
  grid-template-columns: 1fr 1fr;
}
.comment-form {
  padding: 40px 10px;
}
.post-img {
  position: relative;
}
.post-item .post-categories {
  top: 10px;
  left: 10px;
}
.post-item .post-categories a {
  font-size: 10px;
  line-height: 10px;
  padding: 6px 10px;
}
.post-item .post-categories li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.post-img img {
  display: block;
  width: 100%;
  height: auto;
}
.post-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  margin: 15px 0 10px 0;
  text-decoration: none;
}
.post-item .post-meta {
  justify-content: flex-start;
}

.post-item .post-meta .post-info + .post-info {
  margin-left: 30px;
}
.post-item .post-info {
  font-size: 12px;
  line-height: 12px;
}
.categories a {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #232323;
  padding: 8px 12px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  background: #F5F4F2;
}
.categories {
  display: flex;
  flex-wrap: wrap;
}
#searchform {
  position: relative;
}
#searchsubmit {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.share-btns {
  display: flex;
  align-items: center;
}
.share-btns > * + * {
  margin-left: 40px;
}
.sticky {
  position: fixed;
  z-index: 9;
}
.stop {
  position: relative;
  z-index: 9;
}
.single-post .header-block {
  padding-bottom: 265px;
}
.single-post .header-block + .container {
  margin-top: -225px;
}
.post-item-full .post-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  margin: 20px 0 15px 0;
  min-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item-full .post-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-content {
  margin-bottom: 60px;
}
.post-item-full .post-meta {
    border-top: 1px solid #D5D8DE;
    padding-top: 15px;
}
.post-desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.drop-search #searchsubmit {
  top: 11px;
}
.search-panel.active .drop-search {
  width: 390px;
}
.drop-search {
  position: absolute;
  top: -11px;
  right: 0;
  width: 390px;
  width: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sort {
  padding: 20px;
  position: relative;
  transition: 0.3s;
  min-width: 162px;
}
.drop-sort a {
  display: flex;
}
.drop-sort a i {
  margin-right: 10px;
  white-space: nowrap;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
}
.sort.active {
  background: #F5F4F2;
}
.sort.active .sort-btn span {
  text-decoration: none;
}
.drop-sort {
  position: absolute;
  background: #F5F4F2;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 5px 20px 20px;
  z-index: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #232323;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sort.active .drop-sort {
  opacity: 1;
  visibility: visible;
}
.terms-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-panel {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.sort-btn {
  font-size: 14px;
  line-height: 12px;
  color: #232323;
  cursor: pointer;
}
.sort-btn span {
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-left: 10px;
}
.search-panel {
  margin-left: 60px;
  position: relative;
  padding-right: 15px;
}
.search-panel-btn {
  line-height: 1;
  cursor: pointer;
}
input#s {
  height: 50px;
}
.author-rating {
  display: flex;
  align-items: center;
}
.star-title span {
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #232323;
  margin-right: 10px;
}
.star-title {
  margin-right: 40px;
}
.starts input:disabled + label {
  pointer-events: none;
}
.post-sidebar .post-item + .post-item {
  margin-top: 30px;
}
.post-box.comment-box {
  margin-bottom: 0;
}
.comment-item {
  margin-top: 50px;
}
.comment-text {
  font-size: 14px;
  line-height: 17px;
  color: #232323;
}
.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comment-author {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #232323;
  margin-right: 20px;
}
.comment-date {
  font-size: 14px;
  line-height: 14px;
  color: #656565;
}