@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url(../fonts/icomoon.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Marbley;
  font-display: swap;
  src: url(../fonts/Marbley-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
[class*=icon-]::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-close:before {
  content: ""
}
.icon-commentsclose:before {
  content: ""
}
.icon-crumbarrow:before {
  content: ""
}
.icon-paggingarrow:before {
  content: ""
}
.icon-swiperarrow:before {
  content: ""
}
:root {
  --mainColor: #4f0d0d;
  --lightBrown: #e9bc90;
  --bgColor: #f9f4ef;
  --serviceBg: #f3e4d4;
  --whiteColor: #ffffff;
  --redColor: #ff0000
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 360px;
  background-color: var(--bgColor)
}
body {
  color: var(--mainColor);
  line-height: 1;
  font-family: involve;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: involve;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
a,
button,
label {
  -webkit-tap-highlight-color: transparent
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,80.625rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.button {
  display: inline-block;
  padding: .9375rem 1.75rem;
  text-align: center;
  color: var(--whiteColor);
  font-weight: 600;
  line-height: 131.25%;
  background-color: var(--mainColor);
  border-radius: .75rem;
  letter-spacing: .05em;
  border: .125rem solid var(--mainColor);
  transition: background-color .3s,color .3s
}
.button.button--white {
  background-color: rgba(0,0,0,0);
  color: var(--mainColor)
}
.button--fw {
  width: 100%
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
.input {
  border-radius: .75rem;
  width: 100%;
  display: block;
  padding: .8125rem 1.1875rem;
  line-height: 140%;
  font-size: 1rem;
  border: 1px solid rgba(79,13,13,.3);
  caret-color: inherit;
  color: var(--mainColor);
  outline: 0
}
.input:not(:last-child) {
  margin-bottom: .625rem
}
.input._form-focus {
  border-color: var(--mainColor)
}
.input._form-error {
  border-color: var(--redColor)
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
textarea.input {
  resize: none;
  padding: 0 0
}
.checkbox {
  position: relative
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}
.checkbox__input:focus-visible+.checkbox__text:before {
  box-shadow: 0 0 5px #000
}
.checkbox__input:checked+.checkbox__text:before {
  background: url(../img/check-w.svg) center/60% 60% no-repeat var(--mainColor)
}
.checkbox__input._form-error+.checkbox__text:before {
  border-color: var(--redColor)
}
.checkbox__label {
  cursor: pointer
}
.checkbox__text {
  display: inline-flex;
  position: relative;
  gap: .625rem
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(79,13,13,.3);
  border-radius: .375rem
}
.checkbox__text a {
  text-decoration: underline
}
.checkbox__text span {
  align-self: center;
  font-size: .75rem;
  line-height: 150%
}
.rating {
  display: inline-block
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: .3125rem
}
.rating__item {
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.0625rem;
  position: relative;
  background: url(../img/star.svg) 0 0/1.125rem no-repeat;
  transition: all .3s;
  pointer-events: none
}
.rating__item--active {
  background: url(../img/star-full.svg) 0 0/1.125rem no-repeat
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.0625rem;
  background: url(../img/star-full.svg) 0 0/1.125rem no-repeat
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: .3125rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer
}
[data-rating=set] .rating__item {
  pointer-events: all
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  pointer-events: none
}
[data-rating=set] .rating__input {
  cursor: pointer;
  pointer-events: all
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-horizontal {
  height: .6875rem
}
.noUi-horizontal .noUi-handle {
  width: 1.125rem;
  height: 1.125rem;
  right: -.5625rem;
  top: -.25rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.noUi-target {
  border-radius: 1.25rem;
  border: 1px solid var(--mainColor)
}
.noUi-connects {
  border-radius: 1.25rem;
  position: relative;
  cursor: pointer
}
.noUi-connects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: .0625rem;
  width: 100%;
  background-color: var(--lightBrown)
}
.noUi-connect {
  background: var(--mainColor)
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-handle {
  border: 1px solid var(--mainColor);
  background: #fff;
  cursor: pointer
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: .375rem;
  height: .375rem;
  background-color: var(--lightBrown)
}
[disabled] .noUi-connect {
  background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #ccc
}
.noUi-marker-sub {
  background: #aaa
}
.noUi-marker-large {
  background: #aaa
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 120%
}
.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  left: auto;
  bottom: 10px
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 55px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: var(--whiteColor);
  width: 100%;
  max-width: 40.4375rem;
  border-radius: 1.25rem;
  position: relative
}
.lock .popup__content {
  visibility: visible
}
.popup__close {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: .0625rem solid var(--whiteColor);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s,border-color .3s
}
.popup__close::before {
  color: var(--whiteColor);
  font-size: 1.0625rem
}
.popup-thanks__text:not(:last-child) {
  margin-bottom: 1.25rem
}
.popup-thanks__text p:not(:last-child) {
  margin-bottom: .625rem
}
.popup-thanks__bottom {
  font-weight: 500
}
.popup-comment .popup__content {
  max-width: 28.5625rem
}
.popup-comment .popup__close {
  top: 1.25rem;
  right: 1.25rem;
  left: auto;
  bottom: auto;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--mainColor);
  border-radius: .25rem;
  border-color: var(--mainColor)
}
.popup-comment .popup__close::before {
  font-size: .875rem;
  transition: color .3s
}
[data-showmore-button] span:last-child {
  display: none
}
._showmore-active [data-showmore-button] span {
  display: none
}
._showmore-active [data-showmore-button] span:last-child {
  display: block
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.socs-block {
  display: flex;
  gap: 1.1875rem;
  flex-wrap: wrap
}
.socs-block__item {
  width: 2.625rem;
  flex: 0 0 2.625rem;
  aspect-ratio: 1/1;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.title {
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 132.8125%
}
.page-title {
  text-align: center
}
.page-title:not(:last-child) {
  margin-bottom: 2.5rem
}
.title-s {
  line-height: 133.333333%;
  letter-spacing: .05em;
  font-weight: 500
}
.title-h2 {
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 132.5%
}
.title-h3 {
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 134.375%
}
.text {
  line-height: 137.5%;
  letter-spacing: .05em
}
.form-block__title {
  text-align: center
}
.form-block__toprow {
  display: flex;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .3125rem;
  flex-wrap: wrap;
  justify-content: space-between
}
.form-block__toprow:not(:last-child) {
  margin-bottom: 1.25rem
}
.form-block__topleft {
  font-weight: 600;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__topright {
  font-weight: 700;
  text-decoration: underline;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__rows:not(:last-child) {
  margin-bottom: 1.25rem
}
.form-block__row {
  display: flex;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .3125rem;
  flex-wrap: wrap;
  justify-content: space-between
}
.form-block__row:not(:last-child) {
  margin-bottom: .625rem
}
.form-block__left {
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__right {
  font-weight: 700;
  text-decoration: underline;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__bottomrow {
  display: flex;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .3125rem;
  flex-wrap: wrap;
  justify-content: space-between
}
.form-block__bottomleft {
  font-weight: 600;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__bottomight {
  font-weight: 700;
  text-decoration: underline;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.form-block__button {
  margin-top: 2.5rem;
  width: 100%
}
.section-body {
  display: grid
}
.crumbs {
  padding-bottom: 1.875rem
}
.crumbs__container {
  display: flex;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .625rem;
  flex-wrap: wrap
}
.crumbs__link {
  line-height: 135.714286%;
  font-size: .875rem;
  transition: color .3s
}
.crumbs__link:not(:last-child) {
  display: flex;
  gap: .9375rem
}
.crumbs__link:not(:last-child)::after {
  content: "";
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(79,13,13,.6);
  transition: color .3s;
  line-height: 135.714286%
}
.crumbs__link:last-child {
  opacity: .6;
  pointer-events: none
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.4375rem;
  height: 3.4375rem;
  flex: 0 0 3.4375rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  transition: background-color .3s,color .3s;
  display: flex;
  justify-content: center;
  align-items: center
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .4;
  pointer-events: none
}
.swiper-pagination {
  font-size: 1.5rem;
  line-height: 133.333333%
}
.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.comment-item {
  background-color: var(--serviceBg);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column
}
.comment-item__top {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .3125rem
}
.comment-item__top:not(:last-child) {
  margin-bottom: .625rem
}
.comment-item__name {
  font-size: 1.125rem;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.comment-item__date {
  margin-bottom: .1875rem;
  letter-spacing: .05em;
  font-size: .75rem;
  line-height: 133.333333%;
  opacity: .5
}
.comment-item__rating {
  display: flex;
  flex-direction: row-reverse;
  gap: .5rem;
  justify-content: flex-end
}
.comment-item__rating:not(:last-child) {
  margin-bottom: .9375rem
}
.comment-item__text {
  flex: 1 1 auto
}
.comment-item__text:not(:last-child) {
  margin-bottom: 1.25rem
}
.comment-item__images {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: .625rem
}
.comment-item__image {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white,#000);
  mask-image: radial-gradient(white,#000);
  z-index: 1
}
.comment-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.pagging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0625rem
}
.pagging__arrow {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  font-size: .875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: border-color .3s
}
.pagging__arrow.pagging__arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.pagging__list {
  display: flex;
  -webkit-column-gap: .875rem;
  -moz-column-gap: .875rem;
  column-gap: .875rem;
  row-gap: .3125rem;
  flex-wrap: wrap
}
.pagging__item {
  min-width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: border-color .3s;
  padding: .125rem;
  font-size: 1.125rem
}
.pagging__item._active {
  border-color: var(--mainColor);
  text-align: center
}
.top-link {
  position: fixed;
  bottom: .9375rem
}
.top-link::before {
  content: "";
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0,0,0,.9);
  background: url(../img/toparrow.svg) center/1.375rem 1.625rem no-repeat var(--mainColor);
  transition: box-shadow .3s
}
.header__logo {
  max-width: 6.75rem;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.header__logo img {
  width: 100%
}
.header__socs.socs-block {
  gap: .9375rem
}
.header__socs.socs-block .socs-block__item {
  width: 2.125rem;
  flex: 0 0 2.125rem
}
.header__options {
  display: flex;
  gap: .625rem
}
.header__optionslabel {
  position: relative;
  cursor: pointer
}
.header__optionsinput {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute
}
.header__optionsinput:focus-visible+.header__optionstext {
  box-shadow: 0 0 5px #000
}
.header__optionsinput:checked+.header__optionstext {
  background-color: var(--mainColor);
  color: var(--whiteColor)
}
.header__optionstext {
  display: block;
  padding: .3125rem;
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 128.571429%;
  background-color: var(--whiteColor);
  border-radius: .375rem;
  letter-spacing: .05em;
  transition: background-color .3s,color .3s
}
.menu__list {
  display: flex
}
.menu__link {
  font-size: 1rem;
  line-height: 131.25%;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: color .3s
}
.icon-menu {
  display: none
}
.footer {
  background-color: var(--mainColor);
  color: rgba(255,255,255,.7)
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem
}
.footer__top {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  flex-wrap: wrap
}
.footer__logo {
  width: 6.75rem;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.footer__logo:not(:last-child) {
  margin-bottom: 1.25rem
}
.footer__logo img {
  width: 100%
}
.footer__lefttext {
  font-size: .875rem;
  line-height: 135.714286%;
  letter-spacing: .05em
}
.footer__menu {
  display: flex;
  -webkit-column-gap: 4.375rem;
  -moz-column-gap: 4.375rem;
  column-gap: 4.375rem;
  row-gap: 2.5rem;
  flex-wrap: wrap
}
.footer__menutitle {
  font-size: 1.125rem;
  line-height: 133.333333%;
  text-transform: uppercase;
  letter-spacing: .05em
}
.footer__menutitle:not(:last-child) {
  margin-bottom: 1.25rem
}
.footer__menuitem:not(:last-child) {
  margin-bottom: .9375rem
}
.footer__menulink {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .875rem;
  line-height: 135.714286%;
  transition: color .3s
}
.footer__righttitle {
  font-size: .75rem;
  line-height: 133.333333%;
  font-weight: 600;
  letter-spacing: .05em
}
.footer__righttitle:not(:last-child) {
  margin-bottom: .3125rem
}
.footer__rightlinks {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.footer__tel {
  letter-spacing: .05em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 133.333333%;
  color: var(--whiteColor)
}
.footer__tel:not(:last-child) {
  margin-bottom: .625rem
}
.footer__mail {
  letter-spacing: .05em;
  font-weight: 600;
  word-break: break-word
}
.footer__mail:not(:last-child) {
  margin-bottom: .625rem
}
.footer__pollini {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: Marbley;
  color: rgba(255,255,255,.102);
  text-transform: uppercase;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
  text-align: center;
  letter-spacing: .21em;
  padding-left: .15em
}
.footer__pollini span {
  position: relative;
  display: inline-block
}
.footer__pollini span::before {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,.102);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  left: 23%
}
.footer__bottom {
  line-height: 131.25%;
  letter-spacing: .05em
}
.first__container {
  position: relative
}
.first__images {
  display: grid
}
.first__image-1 {
  justify-self: center
}
.first__title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: Marbley;
  color: var(--lightBrown);
  text-transform: uppercase;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: .21em
}
.first__title span {
  position: relative;
  display: inline-block
}
.first__title span::before {
  content: "";
  position: absolute;
  background-color: var(--lightBrown);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  top: -.625rem;
  left: 20%
}
.inter__body {
  border: 1px solid rgba(79,13,13,.3);
  border-radius: 1.25rem
}
.inter__title:not(:last-child) {
  margin-bottom: 1.875rem
}
.inter__list:not(:last-child) {
  margin-bottom: 1.875rem
}
.inter__list li {
  position: relative;
  padding-left: 1.3125rem
}
.inter__list li::before {
  content: "";
  position: absolute;
  width: .625rem;
  height: .625rem;
  background-color: var(--mainColor);
  left: .125rem;
  top: .3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.inter__image img {
  width: 100%;
  border-radius: 1.25rem
}
.services__gallery {
  display: flex
}
.services__image {
  flex: 0 1 7.625rem;
  position: relative
}
.services__right {
  position: relative
}
.services__right img {
  aspect-ratio: 645/575
}
.services__link {
  position: absolute;
  line-height: 140%;
  padding: .8125rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: var(--whiteColor);
  letter-spacing: .05em;
  background-color: var(--mainColor);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--mainColor);
  transition: background-color .3s,color .3s;
  min-width: 100px;
}
.calc-block__body {
  border: 1px solid rgba(79,13,13,.3);
  border-radius: 1.25rem;
  background-color: var(--whiteColor)
}
.calc-block__content:not(:last-child) {
  margin-bottom: 2.5rem
}
.calc-block__title:not(:last-child) {
  margin-bottom: 1.25rem
}
.calc-block__text:not(:last-child) {
  margin-bottom: 1.875rem
}
.calc-block__blockname {
  font-size: 1.125rem;
  line-height: 133.333333%;
  font-weight: 600;
  letter-spacing: .05em
}
.calc-block__blocktext {
  line-height: 131.25%;
  letter-spacing: .05em
}
.calc-block__costs {
  background-color: var(--bgColor);
  border-radius: .75rem
}
.calc-block__costtitle {
  line-height: 133.333333%;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em
}
.calc-block__costtitle:not(:last-child) {
  margin-bottom: 1.25rem
}
.calc-block__costprice {
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 133.333333%;
  text-decoration: underline;
  text-align: center
}
.calc-block__costprice:not(:last-child) {
  border-bottom: 1px solid rgba(79,13,13,.3)
}
.calc-block__costitem {
  display: flex;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .3125rem
}
.calc-block__costtype {
  line-height: 131.25%;
  letter-spacing: .05em
}
.calc-block__costsmallprice {
  line-height: 133.333333%;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .05em;
  font-size: 1.125rem
}
.calc-block__rangetop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .3125rem;
  align-items: center
}
.calc-block__rangetop:not(:last-child) {
  margin-bottom: 1.6875rem
}
.calc-block__rangetitle {
  line-height: 133.333333%;
  font-weight: 600;
  letter-spacing: .05em
}
.calc-block__rangevalue {
  font-size: 1.125rem;
  line-height: 133.333333%;
  letter-spacing: .05em;
  /* text-decoration: underline; */
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .3125rem
}
.calc-block__rangevalue input{
  border: none !important;
}
.calc-block__rangeinput {
  font-weight: 700;
  display: block;
  caret-color: inherit;
  outline: 0;
  width: 2.1rem;
  border-radius: .5rem;
  display: block;
  /* padding: .4375rem .625rem; */
  padding: 0;
  line-height: 140%;
  /* border: 1px solid rgba(79,13,13,.3); */
  border: none;
  text-align: right;
  color: var(--mainColor);
  text-decoration: underline;
}
.works.works-portfolio .section-body .section-body__title {
  text-align: center
}
.works__item {
  aspect-ratio: 635/410;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end
}
.works__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
  transition: opacity .3s;
  z-index: 1
}
.works__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.works__item span {
  position: relative;
  z-index: 2;
  font-weight: 500;
  line-height: 133.333333%;
  text-align: center;
  letter-spacing: .05em;
  color: var(--whiteColor);
  transition: opacity .3s
}
.comments__item {
  border: 1px solid rgba(79,13,13,.3);
  border-radius: 1.25rem
}
.comments__name {
  font-size: 1.25rem;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: .05em
}
.comments__text {
  line-height: 140%;
  letter-spacing: .05em
}
.feed {
  position: relative
}
.feed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(79,13,13,.302)
}
.feed__container {
  position: relative;
  z-index: 1
}
.feed__form {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 1.25rem;
  max-width: 40.4375rem;
  margin: 0 auto
}
.feed__form .checkbox {
  margin-bottom: 0
}
.services-page__title:not(:last-child) {
  margin-bottom: 2.5rem
}
.services-page__item {
  position: relative
}
.services-page__item:not(:last-child) {
  margin-bottom: 1.25rem
}
.services-page__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
  z-index: 1
}
.services-page__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.services-page__content {
  position: relative;
  z-index: 2;
  border-radius: 1.25rem;
  background-color: var(--serviceBg);
  padding: 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%
}
.services-page__name {
  font-size: 2rem;
  line-height: 134.375%;
  letter-spacing: .05em;
  font-weight: 500
}
.services-page__name:not(:last-child) {
  margin-bottom: 1.25rem
}
.services-page__text {
  flex: 1 1 auto;
  letter-spacing: .05em;
  line-height: 131.25%
}
.services-page__text:not(:last-child) {
  margin-bottom: 1.875rem
}
.services-page__link {
  margin-top: auto
}
.services-page__bottomcontent {
  font-size: 1.125rem;
  line-height: 133.333333%;
  letter-spacing: .05em
}
.services-page__bottomcontent img {
  display: inline-block;
  width: 100%
}
.services-page__bottomcontent img:not(:last-child) {
  margin-bottom: 2.5rem
}
.services-page__bottomcontent picture {
  width: 100%;
  display: inline-block
}
.services-page__bottomcontent picture:not(:last-child) {
  margin-bottom: 2.5rem
}
.services-page__showcontent p:not(:last-child) {
  margin-bottom: 1.25rem
}
.services-page__contenttoptext p {
  flex: 0 1 calc((100% - 36px)/ 2)
}
.services-page__showmore {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: underline;
  margin-top: .625rem
}
.photogallery__slidernav {
  display: flex;
  align-items: center;
  gap: .75rem
}
.photogallery__content {
  min-width: 0
}
.photogallery__slide {
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white,#000);
  mask-image: radial-gradient(white,#000);
  z-index: 1;

  position: relative;
  padding-bottom: 32.3%;
}

.photogallery__slide img {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;

  position: absolute;
}

.contacts-page__text {
  line-height: 131.25%;
  letter-spacing: .05em
}
.contacts-page__item:not(:last-child) {
  margin-bottom: 1.875rem
}
.contacts-page__itemname {
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 135.714286%;
  letter-spacing: .05em
}
.contacts-page__itemname:not(:last-child) {
  margin-bottom: .875rem
}
.contacts-page__links {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .3125rem
}
.contacts-page__link {
  font-size: 1.25rem;
  line-height: 135%;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  word-break: break-word
}
.contacts-page__tabstitle {
  padding: .9375rem;
  border-radius: .75rem;
  border: 1px solid rgba(79,13,13,.6);
  opacity: .6;
  font-weight: 600;
  font-size: .875rem;
  line-height: 135.714286%;
  letter-spacing: .05em;
  transition: opacity .3s
}
.contacts-page__tabstitle._tab-active {
  opacity: 1
}
.contacts-page__tabsbody {
  position: relative
}
.contacts-page__tabsmap {
  position: absolute;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  left: 50%
}
.contacts-page__tabsmap .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}
.portfolio-page__title {
  text-align: center
}
.portfolio-page__text {
  text-align: center
}
.portfolio-page__right {
  position: relative;
  flex: 1 1 auto
}
.portfolio-page__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.work-page__content {
  letter-spacing: .05em;
  line-height: 133.333333%;
  text-align: center
}
.work-page__topphoto {
  text-align: center
}
.work-page__topphoto img {
  max-width: 100%;
  width: 100%;
}
.work-page__images img {
  display: block;;
}
.work-page__images img:nth-child(even) {
  margin-left: auto
}
.blog-page__item {
  border-radius: .75rem;
  border: 1px solid rgba(79,13,13,.3);
  display: flex;
  flex-direction: column
}
.blog-page__image {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white,#000);
  mask-image: radial-gradient(white,#000);
  z-index: 1;
  border-radius: .75rem
}
.blog-page__image:not(:last-child) {
  margin-bottom: 1.25rem
}
.blog-page__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s
}
.blog-page__name {
  font-size: 1.125rem;
  letter-spacing: .04em;
  line-height: 133.333333%;
  transition: color .3s
}
.blog-page__name:not(:last-child) {
  margin-bottom: 1.25rem
}
.blog-page__link {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 133.333333%;
  transition: color .3s;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: auto
}
.article-page__topimage {
  text-align: center
}
.article-page__topimage img {
  max-width: 100%
}
.article-page__content::after {
  display: block;
  content: "";
  clear: both
}
.article-page__content h2 {
  line-height: 133.333333%;
  letter-spacing: .05em;
  font-weight: 500
}
.article-page__content h2:not(:last-child) {
  margin-bottom: 1.25rem
}
.article-page__content p {
  line-height: 131.25%;
  letter-spacing: .05em
}
/* .article-page__content p+p {
  margin-top: .625rem
} */
.article-page__content img:not(.article-page__right img) {
  height: auto
}
.article-page__flexcontent {
  display: flex;
  gap: 1.25rem
}
.article-page__flexcontent h2:not(:first-child) {
  margin-top: 1.875rem
}
.article-page__left {
  border: 1px solid rgba(79,13,13,.3);
  border-radius: .75rem
}
.article-page__right img {
  width: 100%
}
.about-page__text {
  line-height: 133.333333%;
  letter-spacing: .05em;
  font-weight: 500
}
.about-block__title {
  display: flex;
  font-size: 1.5rem;
  line-height: 133.333333%;
  letter-spacing: .05em;
  font-weight: 500
}
.about-block__body {
  border-top: 1px solid rgba(79,13,13,.3);
  line-height: 135.714286%
}
.about-block__body ul li {
  position: relative;
  padding-left: 1.3125rem
}
.about-block__body ul li::before {
  content: "";
  position: absolute;
  width: .625rem;
  height: .625rem;
  background-color: var(--mainColor);
  left: .125rem;
  top: .3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.cooperation__text {
  line-height: 150%
}
.cooperation__image img {
  width: 100%
}
.comments-page__comlink {
  margin-left: auto;
  margin-right: auto;
  display: block
}
.shablon-page__content {
  letter-spacing: .05em;
  line-height: 133.333333%
}
.shablon-page__topphoto {
  text-align: center
}
.shablon-page__topphoto img {
  max-width: 100%
}
.service-page__topphoto {
  text-align: center
}
.service-page__topphoto img {
  max-width: 100%;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.service-page__button {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.service-content__body {
  max-width: 49rem;
  margin: 0 auto
}
.service-content__body:not(:last-child) {
  margin-bottom: 2.5rem
}
.service-content__body p {
  line-height: 133.333333%;
  letter-spacing: .05em
}
.service-content__body p:not(:last-child) {
  margin-bottom: 1.25rem
}
.service-content__name {
  line-height: 133.333333%;
  letter-spacing: .05em;
  font-weight: 700
}
.service-content ul:not(:last-child) {
  margin-bottom: 1.25rem
}
.service-content ul li {
  position: relative;
  padding-left: 1.3125rem;
  line-height: 140%;
  letter-spacing: .05em
}
.service-content ul li::before {
  content: "";
  position: absolute;
  width: .625rem;
  height: .625rem;
  background-color: var(--mainColor);
  left: .125rem;
  top: .3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.service-content ul li:not(:last-child) {
  margin-bottom: .625rem
}
.service-content__price {
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center
}
.service-content__price span {
  text-decoration: underline
}
.service-content__button {
  margin-left: auto;
  margin-right: auto;
  display: block
}
.service-images__container {
  display: flex;
  flex-wrap: wrap
}
.service-images__image {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(white,#000);
  mask-image: radial-gradient(white,#000);
  z-index: 1;
  aspect-ratio: 312/237
}
.service-images__image:nth-child(6n+1),
.service-images__image:nth-child(6n+2) {
  aspect-ratio: 635/351
}
.service-images__image img {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.procsteps__items {
  list-style-type: none;
  counter-reset: item
}
.procsteps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}
.procsteps__item:before {
  line-height: 131.25%;
  letter-spacing: .05em;
  font-style: italic;
  counter-increment: item;
  content: "№" counter(item);
  display: block;
  margin-bottom: .9375rem
}
.procsteps__name {
  font-size: 1.125rem;
  line-height: 133.333333%;
  font-weight: 600;
  letter-spacing: .05em;
  font-style: italic
}
.procsteps__text {
  font-size: .875rem;
  line-height: 135.714286%;
  letter-spacing: .05em
}
.procsteps__bottom {
  max-width: 26.125rem;
  margin: 0 auto;
  border: 1px solid var(--mainColor);
  border-radius: .75rem;
  text-align: center;
  padding: 1.0625rem
}
.procsteps__bottom span {
  text-transform: uppercase
}
.service-bottomtext {
  line-height: 133.333333%;
  letter-spacing: .05em
}
.swiper {
  overflow: hidden
}
.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-button-lock {
  display: none!important
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-container {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.lg-next,
.lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0!important;
  cursor: default
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: ""
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: ""
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: ""
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: ""
}
.lg-toolbar .lg-download:after {
  content: ""
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-error-msg {
  font-size: 14px;
  color: #999
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  will-change: transform,opacity;
  transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1)
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-container {
  display: none;
  outline: 0
}
.lg-container.lg-show {
  display: block
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 0
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 0
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0)
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}
.lg-outer .lg-item {
  will-change: transform,opacity;
  display: none!important
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center rgba(0,0,0,0)
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}
.lg-outer.lg-css .lg-current {
  display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 0;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0,0,0,.8);
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s!important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: ""
}
.lg-components {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
@media (min-width:29.99875em) {
  .header__right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: space-between
  }
  .services-page__content {
    min-height: 22.1875rem
  }

  /* .photogallery__slide {
    aspect-ratio: 416/410
  } */

  .blog-page__item {
    padding: 1.875rem
  }
  .blog-page__image {
    aspect-ratio: 357/214
  }
}
@media (min-width:47.99875em) {
  .popup__content {
    padding: 2.5rem
  }
  .popup__close {
    top: 0;
    left: calc(100% + 1.25rem)
  }
  .popup-thanks__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .popup-comment .popup__content {
    padding: 0
  }
  .popup-comment .comment-item__top {
    padding-right: 1.875rem
  }
  .title-s {
    font-size: 2.375rem
  }
  .section-margin:not(:last-child) {
    margin-bottom: 5.5rem
  }
  .form-block__title:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .form-block__inputs:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .form-block__checkbox:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .section-body {
    grid-template-columns: 1fr auto;
    row-gap: 2.5rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
  }
  .section-body__link {
    align-self: center;
    min-width: 15.8125rem
  }
  .section-body__right {
    align-self: center
  }
  .section-body__content {
    grid-column: 1/3;
    grid-row: 2/3
  }
  .crumbs {
    padding-top: .625rem
  }
  .comment-item {
    padding: 1.875rem
  }
  .pagging {
    margin-top: 2.5rem
  }
  .footer {
    padding: 3.25rem 0 2.5rem 0
  }
  .footer__top:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .footer__left {
    flex: 0 0 16.0625rem
  }
  .footer__rightblock:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .footer__mail {
    font-size: .875rem;
    line-height: 135.714286%;
    color: var(--whiteColor)
  }
  .footer__bottom {
    text-align: center;
    margin-top: -2.1875rem
  }
  .first {
    padding-top: 1.6875rem;
    margin-bottom: 4.75rem
  }
  .first__images {
    grid-template-columns: 9.375rem 1fr 9.375rem;
    align-items: start;
    gap: 1.25rem
  }
  .first__image-1 {
    grid-column: 2/3;
    grid-row: 1;
    max-width: 48.375rem;
    aspect-ratio: 774/423;
    grid-row: 1/3
  }
  .first__image-2 {
    grid-column: 1/2;
    grid-row: 1;
    max-width: 6.0625rem;
    margin-top: .625rem;
    aspect-ratio: 161/229
  }
  .first__image-3 {
    aspect-ratio: 95/114;
    max-width: 10rem;
    grid-row: 1/2;
    margin-bottom: 1.3125rem;
    align-self: end
  }
  .first__image-4 {
    grid-column: 3/4;
    max-width: 10.125rem;
    aspect-ratio: 162/179;
    justify-self: end;
    margin-top: .8125rem
  }
  .inter__body {
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.875rem
  }
  .inter__content {
    flex: 0 1 44.049587%;
    max-width: 31.4375rem
  }
  .inter__list li:not(:last-child) {
    margin-bottom: .9375rem
  }
  .inter__image {
    flex: 0 1 53.471074%
  }
  .services__row {
    display: grid;
    row-gap: 1.25rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
  }
  .services__row:not(:first-child) .services__left {
    padding-top: 2.5rem
  }
  .services__row:nth-child(odd) {
    grid-template-columns: calc(50% - 2.5rem) 50%
  }
  .services__row:nth-child(odd) .services__right {
    grid-row: 1/3;
    grid-column: 2/3
  }
  .services__row:nth-child(odd) .services__left {
    grid-row: 1/2;
    grid-column: 1/2
  }
  .services__row:nth-child(odd) .services__gallery {
    grid-row: 2/3;
    grid-column: 1/2
  }
  .services__row:nth-child(even) {
    grid-template-columns: 50% calc(50% - 2.5rem)
  }
  .services__row:nth-child(even) .services__right {
    grid-row: 1/3;
    grid-column: 1/2
  }
  .services__row:nth-child(even) .services__left {
    grid-row: 1/2;
    grid-column: 2/3
  }
  .services__row:nth-child(even) .services__gallery {
    grid-row: 2/3;
    grid-column: 2/3
  }
  .services__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .services__text {
    max-width: 31.5625rem
  }
  .services__text:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .services__button {
    min-width: 15.8125rem
  }
  .services__gallery {
    gap: 1.25rem;
    align-self: end;
    margin-bottom: 2.5rem
  }
  .services__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    transition: background-color .3s
  }
  .calc-block__body {
    display: grid;
    grid-template-columns: 1fr 21.25rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    align-items: end
  }
  .calc-block__content {
    max-width: 35.875rem;
    grid-column: 1/2;
    grid-row: 1/2
  }
  .calc-block__block:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .calc-block__blockname:not(:last-child) {
    margin-bottom: .9375rem
  }
  .calc-block__costs {
    grid-row: 1/3;
    grid-column: 2/3
  }
  .calc-block__costs:not(:last-child) {
    margin-bottom: .625rem
  }
  .calc-block__costprice:not(:last-child) {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
  }
  .calc-block__costitems {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap
  }
  .calc-block__costitem {
    flex: 0 1 calc((100% - 24px)/ 2);
    text-align: center;
    flex-direction: column
  }
  .calc-block__rangeblock {
    max-width: 35.875rem;
    grid-column: 1/2;
    grid-row: 2/4
  }
  .calc-block__button {
    grid-column: 2/3;
    grid-row: 3/4
  }
  .works.works-portfolio .section-body {
    gap: 2.5rem;
    grid-template-columns: 1fr
  }
  .works.works-portfolio .section-body .section-body__title {
    order: 0
  }
  .works.works-portfolio .section-body .section-body__link {
    order: 2;
    justify-self: center
  }
  .works.works-portfolio .section-body .section-body__content {
    grid-column: 1/2;
    grid-row: 2/3;
    order: 1
  }
  .works__content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
  }
  .works__item {
    flex: 0 1 calc((100% - 20px)/ 2);
    padding: 1.875rem
  }
  .comments__content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
  }
  .comments__item {
    flex: 0 1 calc((100% - 20px)/ 2);
    padding: 1.875rem
  }
  .comments__name:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .feed {
    background: url(../img/feed.webp) 0 0/cover no-repeat;
    padding: 7.8125rem 0
  }
  .feed__form {
    padding: 2.5rem
  }
  .services-page__title {
    text-align: center
  }
  .services-page__items:not(:last-child) {
    margin-bottom: 7.5rem
  }
  .services-page__item {
    padding: 2.5rem
  }
  .services-page__content {
    max-width: 35.6875rem
  }
  .services-page__link {
    align-self: flex-start;
    min-width: 15.4375rem
  }
  .photogallery__pagination {
    display: none
  }
  .contacts-page__top {
    display: flex;
    gap: 1.875rem
  }
  .contacts-page__top:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .contacts-page__left {
    flex: 0 1 41.782946%
  }
  .contacts-page__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .contacts-page__text {
    max-width: 22.1875rem
  }
  .contacts-page__right {
    flex: 0 1 53.565891%;
    padding-top: 1.25rem
  }
  .contacts-page__tabsnavigation {
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: .625rem
  }
  .contacts-page__tabsnavigation:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .portfolio-page__body {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto,80.625rem) 1fr .9375rem
  }
  .portfolio-page__body>* {
    min-width: 0;
    grid-column: 3/6
  }
  .portfolio-page__content {
    display: flex;
    align-items: center;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
  .portfolio-page__left {
    flex: 0 0 25rem;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .portfolio-page__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .portfolio-page__text:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .portfolio-page__right {
    aspect-ratio: 814/498
  }
  .work-page__content {
    font-size: 1.25rem
  }
  /* .work-page__content p:not(:last-child) {
    margin-bottom: 5.625rem
  } */
  .work-page__content p:last-child {
    margin-bottom: 4.625rem
  }
  .work-page__topphoto:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .work-page__images:not(:last-child) {
    margin-bottom: 5.625rem
  }
  .work-page__images img {
    width: 69.689922%
  }
  .work-page__images img:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .blog-page__body {
    display: flex;
    gap: 1.1875rem;
    flex-wrap: wrap
  }
  .blog-page__item {
    flex: 0 1 calc((100% - 19px)/ 2)
  }
  .article-page__topimage:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .article-page__content h2 {
    font-size: 1.25rem
  }
  .article-page__content h2:not(:first-child) {
    margin-top: 2.5rem
  }
  .article-page__content img:not(.article-page__right img) {
    margin-left: 1.25rem;
    float: right;
    max-width: 43.565891%
  }
  .article-page__content img:not(.article-page__right img):not(:last-child) {
    margin-bottom: .625rem
  }
  .article-page__left {
    flex: 0 1 50%
  }
  .article-page__right {
    flex: 0 1 50%
  }
  .about-page__body {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start
  }
  .about-page__body img {
    flex: 0 1 43.953488%;
    width: 43.953488%
  }
  .about-page__text {
    align-self: center;
    flex: 1 1 52.945736%;
    font-size: 1.25rem
  }
  .about-block__title {
    flex: 0 0 21.875rem;
    word-break: break-word
  }
  .about-block__body {
    padding-top: 2.5rem;
    font-size: 1rem;
    display: flex;
    gap: 2.1875rem;
    flex-wrap: wrap
  }
  .about-block__body p {
    flex: 0 1 calc((100% - 35px)/ 2)
  }
  .about-block__body ul {
    flex: 0 1 calc((100% - 35px)/ 2)
  }
  .about-block__body ul li:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .cooperation__container {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem
  }
  .cooperation__content {
    align-self: center;
    flex: 0 1 52.015504%;
    max-width: 40.0625rem
  }
  .cooperation__title:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .cooperation__text {
    font-size: 1rem
  }
  .cooperation__text:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .cooperation__image {
    flex: 0 1 45.658915%
  }
  .comments-page__body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem
  }
  .comments-page__body .comment-item {
    flex: 0 1 calc((100% - 20px)/ 2)
  }
  .comments-page__comlink {
    margin-top: 2.5rem
  }
  .shablon-page {
    padding-bottom: 7.5rem
  }
  .shablon-page__content {
    font-size: 1rem
  }
  .shablon-page__content p:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .shablon-page__topphoto:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .service-page__topphoto:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .service-content__body p, .service-content ul li{
    font-size: 1rem
  }
  .service-content__name {
    font-size: 1rem
  }
  .service-content__name:not(:last-child) {
    margin-bottom: .9375rem
  }
  .service-images__container {
    gap: 1.25rem
  }
  .service-images__image {
    flex: 0 1 calc((100% - 60px)/ 4)
  }
  .service-images__image:nth-child(6n+1),
  .service-images__image:nth-child(6n+2) {
    flex: 0 1 calc((100% - 20px)/ 2)
  }
  .procsteps__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: center
  }
  .procsteps__items:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .procsteps__item {
    flex: 0 1 calc((100% - 60px)/ 3);
    max-width: 21.625rem;
    padding: 1.25rem 0
  }
  .procsteps__item:nth-child(3n+1),
  .procsteps__item:nth-child(3n+2) {
    padding-right: .625rem;
    position: relative;
    max-width: 24.4375rem
  }
  .procsteps__item:nth-child(3n+1)::after,
  .procsteps__item:nth-child(3n+2)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .0625rem;
    background-color: rgba(79,13,13,.302);
    -webkit-transform: rotate(5.18deg);
    transform: rotate(5.18deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
  }
  .procsteps__name:not(:last-child) {
    margin-bottom: .9375rem
  }
  .service-bottomtext {
    font-size: 1rem
  }
  .service-bottomtext p:not(:last-child) {
    margin-bottom: 1.25rem
  }
}
@media (min-width:47.99875em)and (any-hover:hover) {
  .services__image:hover::after {
    background-color: rgba(0,0,0,0)
  }
}
@media (min-width:61.99875em) {
  .title-s {
    font-size: 2.8125rem
  }
  .form-block__topleft {
    font-size: 1.125rem
  }
  .form-block__topright {
    font-size: 1.125rem
  }
  .form-block__left {
    font-size: 1.125rem
  }
  .form-block__right {
    font-size: 1.125rem
  }
  .form-block__bottomleft {
    font-size: 1.125rem
  }
  .form-block__bottomight {
    font-size: 1.125rem
  }
  .header {
    padding: 1.25rem 0
  }
  .header__container {
    display: grid;
    align-items: center;
    grid-template-columns: 6.75rem 1fr 13.125rem;
    gap: 1.25rem;
    grid-auto-flow: column
  }
  .header__right {
    gap: .3125rem
  }
  .menu__list {
    flex-wrap: wrap;
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem;
    justify-content: center;
    row-gap: .625rem
  }
  .first__images {
    grid-template-columns: 11.4375rem 1fr 11.4375rem;
    gap: 1.875rem
  }
  .first__image-2 {
    max-width: 10.0625rem;
    margin-top: 1.8125rem
  }
  .first__title {
    margin-top: -6.25rem;
    letter-spacing: .21em
  }
  .calc-block__body {
    padding: 3.75rem;
    grid-template-columns: 53.333333% 44.957265%
  }
  .calc-block__costs {
    padding: 2.25rem 2.5rem
  }
  .calc-block__costtitle {
    font-size: 1.25rem
  }
  .calc-block__rangetitle {
    font-size: 1.25rem
  }
  .services-page__contenttoptext:not(:last-child) {
    margin-bottom: 3.75rem
  }
  .services-page__contenttoptext {
    display: flex;
    gap: 2.125rem;
    flex-wrap: wrap
  }
  .services-page__contenttoptext p:not(:last-child) {
    margin-bottom: 0
  }
  .contacts-page__tabsbody {
    height: 34.375rem
  }
  .portfolio-page__left {
    flex: 0 0 31rem
  }
  .work-page__content {
    font-size: 1.5rem
  }
  .blog-page__item {
    flex: 0 1 calc((100% - 38px)/ 3)
  }
  .article-page__content h2 {
    font-size: 1.5rem
  }
  .article-page__flexcontent {
    gap: 2.5rem
  }
  .article-page__left {
    padding: 1.875rem
  }
  .about-page__text {
    font-size: 1.5rem
  }
  .about-block__container {
    display: flex;
    gap: 2.5rem
  }
  .about-block__body {
    flex: 1 1 auto;
    margin-top: 1.4375rem;
    font-size: 1.125rem
  }
  .cooperation__text {
    font-size: 1.125rem
  }
  .shablon-page__content {
    font-size: 1.125rem
  }
  .service-content__body p, .service-content ul li {
    font-size: 1.125rem
  }
  .service-content__name {
    font-size: 1.125rem
  }
  .procsteps__item:nth-child(3n+1),
  .procsteps__item:nth-child(3n+2) {
    padding-right: 2.8125rem
  }
  .service-bottomtext {
    font-size: 1.125rem
  }
}
@media (min-width:82.5em) {
  .title {
    font-size: 4rem
  }
  .title-s {
    font-size: 3.375rem
  }
  .title-h2 {
    font-size: 2.5rem
  }
  .title-h3 {
    font-size: 2rem
  }
  .header__container {
    grid-template-columns: 15.3125rem 1fr 15.3125rem
  }
  .header__right {
    gap: 2.5rem;
    justify-content: flex-end
  }
  .menu__list {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
  .footer__pollini {
    font-size: 16.25rem
  }
  .footer__pollini span::before {
    width: 1.125rem
  }
  .footer__pollini span::before {
    height: 1.125rem
  }
  .footer__pollini span::before {
    top: -1.25rem
  }
  .first__title {
    font-size: 12.4375rem
  }
  .first__title span::before {
    width: 1.125rem
  }
  .first__title span::before {
    height: 1.125rem
  }
  .first__title span::before {
    top: -1.25rem
  }
  .calc-block__costtitle {
    font-size: 1.5rem
  }
  .calc-block__costprice {
    font-size: 2.625rem
  }
  .calc-block__rangetitle {
    font-size: 1.5rem
  }
  .works__item span {
    font-size: 1.5rem
  }
  .portfolio-page__content {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
  }
  .article-page__content img:not(.article-page__right img) {
    margin-left: 3.125rem
  }
  .service-content__price {
    font-size: 2rem
  }
  .service-content__price span {
    font-size: 2.5rem
  }
}
@media (min-width:97.625em) {
  .top-link {
    left: 50vw;
    -webkit-transform: translateX(43.75rem);
    transform: translateX(43.75rem)
  }
}
@media (max-width:97.625em) {
  .top-link {
    right: .9375rem
  }
}
@media (max-width:61.99875em) {
  .header {
    padding: .9375rem 0
  }
  .header__container {
    display: flex;
    gap: 1.25rem;
    align-items: center
  }
  .header__logo {
    order: 0;
    margin-right: auto;
    width: 6.125rem;
    aspect-ratio: 98/65;
    flex: 0 0 6.125rem
  }
  .header__logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 5
  }
  .header__menu {
    order: 4
  }
  .header__right {
    order: 1;
    position: relative;
    z-index: 5
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 6.5625rem .9375rem 1.875rem .9375rem;
    transition: left .3s;
    z-index: 4;
    background-color: var(--bgColor)
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 6.5625rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2;
    background-color: var(--bgColor)
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    align-items: center;
    row-gap: 1.25rem
  }
  .menu__link {
    font-size: 1.25rem
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 2.375rem;
    height: 2.1875rem;
    z-index: 5;
    background-color: var(--mainColor);
    border-radius: .375rem
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: .71875rem;
    position: absolute;
    width: calc(100% - 1.4375rem);
    height: .0625rem;
    background-color: var(--whiteColor)
  }
  .icon-menu::before {
    top: .75rem
  }
  .icon-menu::after {
    bottom: .75rem
  }
  .icon-menu span {
    top: calc(50% - .03125rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .03125rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .03125rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .first__images {
    gap: 1rem
  }
  .first__title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20%;
    letter-spacing: .18em
  }
  .inter__body {
    padding: 1.875rem 1.25rem
  }
  .calc-block__body {
    padding: 1.875rem 1.25rem
  }
  .calc-block__costs {
    padding: 1.25rem
  }
  .services-page__contenttoptext:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .services-page__contenttoptext p:not(:last-child) {
    margin-bottom: .625rem
  }
  .contacts-page__tabsbody {
    height: 26.875rem
  }
  .article-page__left {
    padding: 1.875rem 1.25rem
  }
  .about-block__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em) {
  .popup__content {
    padding: 2.5rem 1.25rem
  }
  .popup__close {
    right: 0;
    bottom: calc(100% + .625rem)
  }
  .popup-thanks__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .popup-comment .popup__content {
    padding: 0
  }
  .popup-comment .comment-item__top {
    padding-right: 2.5rem
  }
  .title-s {
    font-size: 2rem
  }
  .text {
    font-size: .875rem
  }
  .section-margin:not(:last-child) {
    margin-bottom: 4.375rem
  }
  .form-block__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .form-block__inputs:not(:last-child) {
    margin-bottom: .9375rem
  }
  .form-block__checkbox:not(:last-child) {
    margin-bottom: .9375rem
  }
  .form-block__topleft {
    font-size: .875rem
  }
  .form-block__topright {
    font-size: .875rem
  }
  .form-block__left {
    font-size: .875rem
  }
  .form-block__right {
    font-size: .875rem
  }
  .form-block__bottomleft {
    font-size: .875rem
  }
  .form-block__bottomight {
    font-size: .875rem
  }
  .section-body {
    gap: 1.875rem;
    grid-template-columns: 1fr
  }
  .section-body__title {
    order: 0
  }
  .section-body__link {
    order: 2
  }
  .section-body__right {
    order: 2
  }
  .section-body__content {
    order: 1;
    min-width: 0
  }
  .crumbs {
    padding-top: .3125rem
  }
  .comment-item {
    padding: 1.25rem
  }
  .comment-item__top {
    justify-content: space-between
  }
  .pagging {
    margin-top: 1.875rem;
    justify-content: space-between
  }
  .footer {
    padding: 2.875rem 0 2.5rem 0
  }
  .footer__top {
    order: 0
  }
  .footer__rightblock:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .footer__mail {
    font-size: 1.5rem
  }
  .footer__pollini {
    order: 2;
    margin-top: .625rem
  }
  .footer__bottom {
    order: 1
  }
  .first {
    padding-top: 1.5625rem;
    margin-bottom: 4.375rem
  }
  .first__image-1 {
    grid-column: 1/4;
    grid-row: 2/3;
    width: 85%
  }
  .first__image-2 {
    grid-column: 1/2;
    grid-row: 1/2;
    max-width: 6.25rem;
    align-self: center;
    justify-self: end
  }
  .first__image-3 {
    grid-column: 3/4;
    grid-row: 1/2;
    width: 7.5rem;
    justify-self: start
  }
  .first__image-4 {
    grid-column: 1/2;
    grid-row: 3/4;
    max-width: 10rem;
    margin-top: .5625rem;
    justify-self: end
  }
  .inter__content:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .inter__list li:not(:last-child) {
    margin-bottom: .625rem
  }
  .inter__image img {
    aspect-ratio: 305/264;
    -o-object-fit: cover;
    object-fit: cover
  }
  .services__row:not(:last-child) {
    margin-bottom: 4.375rem
  }
  .services__left:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .services__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .services__text:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .services__button {
    width: 100%
  }
  .services__gallery {
    gap: .625rem
  }
  .services__right:not(:last-child) {
    margin-bottom: .625rem
  }
  .services__link {
    font-size: .875rem
  }
  .calc-block__block:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .calc-block__blockname:not(:last-child) {
    margin-bottom: .625rem
  }
  .calc-block__costs:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .calc-block__costtitle {
    font-size: 1.125rem
  }
  .calc-block__costprice:not(:last-child) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem
  }
  .calc-block__costitem {
    flex-wrap: wrap
  }
  .calc-block__costitem:not(:last-child) {
    margin-bottom: .875rem
  }
  .calc-block__rangeblock:not(:last-child) {
    margin-bottom: 1.5rem
  }
  .calc-block__rangetitle {
    font-size: 1.125rem
  }
  .works__item {
    padding: 1.25rem
  }
  .works__item:not(:last-child) {
    margin-bottom: .625rem
  }
  .comments__item {
    padding: 1.875rem 1.25rem
  }
  .comments__item:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .comments__name:not(:last-child) {
    margin-bottom: .9375rem
  }
  .feed {
    background: url(../img/feed-small.webp) 0 0/cover no-repeat;
    padding: 3.75rem 0
  }
  .feed__form {
    padding: 2.5rem 1.25rem
  }
  .feed__form .form-block__button {
    margin-top: 1.875rem
  }
  .services-page__items:not(:last-child) {
    margin-bottom: 4.375rem
  }
  .services-page__item {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    padding: 2.5rem .9375rem 15.3125rem .9375rem
  }
  .photogallery__slidernav {
    justify-content: space-between
  }
  .photogallery__slider {
    max-width: 100%
  }
  .contacts-page__top:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .contacts-page__left:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .contacts-page__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .contacts-page__tabsnavigation:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .contacts-page__tabstitle {
    display: block;
    width: 100%
  }
  .contacts-page__tabstitle:not(:last-child) {
    margin-bottom: .625rem
  }
  .portfolio-page__body {
    padding: 0 .9375rem
  }
  .portfolio-page__left:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .portfolio-page__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .portfolio-page__text:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .portfolio-page__button {
    width: 100%
  }
  .portfolio-page__right {
    aspect-ratio: 345/211
  }
  .work-page__content {
    font-size: 1.125rem
  }
  /* .work-page__content p:not(:last-child) {
    margin-bottom: 4.375rem
  } */
  .work-page__content p:last-child {
    margin-bottom: 3.375rem
  }
  .work-page__topphoto:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .work-page__images:not(:last-child) {
    margin-bottom: 4.375rem
  }
  .work-page__images img {
    width: 82.666667%
  }
  .work-page__images img:nth-child(even) {
    margin-right: -.9375rem
  }
  .work-page__images img:nth-child(odd) {
    margin-left: -.9375rem
  }
  .work-page__images img:not(:last-child) {
    margin-bottom: .625rem
  }
  .blog-page__item:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .article-page__topimage:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .article-page__content h2 {
    font-size: 1.125rem
  }
  .article-page__content h2:not(:first-child) {
    margin-top: 1.25rem
  }
  .article-page__content p {
    font-size: .875rem
  }
  .article-page__content img:not(.article-page__right img) {
    max-width: 100%
  }
  .article-page__content img:not(.article-page__right img):not(:last-child) {
    margin-bottom: 1.875rem
  }
  .article-page__flexcontent {
    flex-direction: column-reverse
  }
  .about-page__body img {
    width: 100%
  }
  .about-page__body img:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .about-page__text {
    font-size: 1.125rem
  }
  .about-block__body {
    padding-top: 1.25rem;
    font-size: .875rem
  }
  .about-block__body p:not(:last-child) {
    margin-bottom: .625rem
  }
  .about-block__body ul:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .about-block__body ul li:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .cooperation__content:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .cooperation__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .cooperation__text {
    font-size: .875rem
  }
  .cooperation__text:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .comments-page__body .comment-item:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .comments-page__comlink {
    margin-top: 1.875rem;
    width: 100%
  }
  .shablon-page {
    padding-bottom: 4.375rem
  }
  .shablon-page__content {
    font-size: .875rem
  }
  .shablon-page__content p:not(:last-child) {
    margin-bottom: .625rem
  }
  .shablon-page__topphoto:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .service-page__topphoto:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .service-page__button {
    width: 100%
  }
  .service-content__body p, .service-content ul li {
    font-size: .875rem
  }
  .service-content__name {
    font-size: .875rem
  }
  .service-content__name:not(:last-child) {
    margin-bottom: 1.25rem
  }
  .service-content ul li {
    font-size: .875rem
  }
  .service-images__container {
    gap: .375rem
  }
  .service-images__image {
    flex: 0 1 calc((100% - 18px)/ 4)
  }
  .service-images__image:nth-child(6n+1),
  .service-images__image:nth-child(6n+2) {
    flex: 0 1 calc((100% - 6px)/ 2)
  }
  .procsteps__items:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .procsteps__item:not(:last-child) {
    margin-bottom: 1.875rem;
    border-bottom: 1px solid rgba(79,13,13,.302);
    padding-bottom: 1.875rem
  }
  .procsteps__name:not(:last-child) {
    margin-bottom: .625rem
  }
  .service-bottomtext {
    font-size: .875rem
  }
  .service-bottomtext p:not(:last-child) {
    margin-bottom: .625rem
  }
}
@media (max-width:29.99875em) {
  .header__socs.socs-block {
    display: none
  }
  .first__images {
    grid-template-columns: 8rem 1fr 8rem
  }
  .first__image-2 {
    justify-self: start;
    max-width: 5rem
  }
  .first__image-3 {
    justify-self: end
  }
  .first__image-4 {
    justify-self: start
  }
  .services-page__content {
    min-height: 30.125rem
  }
  
  /* .photogallery__slide {
    aspect-ratio: 345/410
  } */

  .blog-page__item {
    padding: 1.25rem
  }
  .blog-page__image {
    aspect-ratio: 305/214
  }
}
@media (max-width:22.5em) {
  .title {
    font-size: 2rem
  }
  .title-h2 {
    font-size: 2rem
  }
  .title-h3 {
    font-size: 1.53125rem
  }
  .footer__pollini {
    font-size: 4.0625rem
  }
  .footer__pollini span::before {
    width: .4375rem
  }
  .footer__pollini span::before {
    height: .4375rem
  }
  .footer__pollini span::before {
    top: -.625rem
  }
  .first__title {
    font-size: 4.375rem
  }
  .first__title span::before {
    width: .4375rem
  }
  .first__title span::before {
    height: .4375rem
  }
  .first__title span::before {
    top: -.625rem
  }
  .calc-block__costprice {
    font-size: 2rem
  }
  .works__item span {
    font-size: .875rem
  }
  .service-content__price {
    font-size: 1.5rem
  }
  .service-content__price span {
    font-size: 2rem
  }
}
@media (min-width:22.5em)and (max-width:82.5em) {
  .title {
    font-size: clamp(2rem ,1.25rem + 3.3333333333vw ,4rem)
  }
  .title-h2 {
    font-size: clamp(2rem ,1.8125rem + .8333333333vw ,2.5rem)
  }
  .title-h3 {
    font-size: clamp(1.53125rem ,1.35546875rem + .78125vw ,2rem)
  }
  .footer__pollini {
    font-size: clamp(4.0625rem ,-.5078125rem + 20.3125vw ,16.25rem)
  }
  .footer__pollini span::before {
    width: clamp(.4375rem ,.1796875rem + 1.1458333333vw ,1.125rem)
  }
  .footer__pollini span::before {
    height: clamp(.4375rem ,.1796875rem + 1.1458333333vw ,1.125rem)
  }
  .footer__pollini span::before {
    top: clamp(-1.25rem ,-.390625rem + -1.0416666667vw ,-.625rem)
  }
  .first__title {
    font-size: clamp(4.375rem ,1.3515625rem + 13.4375vw ,12.4375rem)
  }
  .first__title span::before {
    width: clamp(.4375rem ,.1796875rem + 1.1458333333vw ,1.125rem)
  }
  .first__title span::before {
    height: clamp(.4375rem ,.1796875rem + 1.1458333333vw ,1.125rem)
  }
  .first__title span::before {
    top: clamp(-1.25rem ,-.390625rem + -1.0416666667vw ,-.625rem)
  }
  .calc-block__costprice {
    font-size: clamp(2rem ,1.765625rem + 1.0416666667vw ,2.625rem)
  }
  .works__item span {
    font-size: clamp(.875rem ,.640625rem + 1.0416666667vw ,1.5rem)
  }
  .service-content__price {
    font-size: clamp(1.5rem ,1.3125rem + .8333333333vw ,2rem)
  }
  .service-content__price span {
    font-size: clamp(2rem ,1.8125rem + .8333333333vw ,2.5rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: var(--whiteColor);
    color: var(--mainColor)
  }
  .button.button--white:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
  }
  .checkbox__text a:hover {
    text-decoration: none
  }
  [data-rating=set] .rating__items:hover .rating__item {
    background: url(../img/star-full.svg) 0 0/1.125rem no-repeat
  }
  [data-rating=set] .rating__item:hover~.rating__item {
    background: url(../img/star.svg) 0 0/1.125rem no-repeat
  }
  [data-rating=set] .rating__item:hover~.rating__item span {
    display: none
  }
  .popup__close:hover {
    border-color: var(--mainColor);
    background-color: var(--mainColor)
  }
  .popup-comment .popup__close:hover {
    background-color: rgba(0,0,0,0)
  }
  .popup-comment .popup__close:hover::before {
    color: var(--mainColor)
  }
  .socs-block__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .crumbs__link:hover {
    color: var(--lightBrown)
  }
  .crumbs__link:hover::after {
    color: var(--lightBrown)
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: var(--whiteColor);
    color: var(--mainColor)
  }
  .swiper-button-next:hover::before,
  .swiper-button-prev:hover::before {
    color: var(--mainColor)
  }
  .comment-item__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .pagging__arrow:hover {
    border-color: var(--mainColor)
  }
  .pagging__item:hover {
    border-color: var(--mainColor)
  }
  .top-link:hover::before {
    box-shadow: 0 0 15px rgba(0,0,0,.9)
  }
  .header__logo:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }
  .header__optionstext:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
  }
  .menu__link:hover {
    color: var(--lightBrown)
  }
  .footer__logo:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
  }
  .footer__menulink:hover {
    color: var(--whiteColor)
  }
  .footer__tel:hover {
    text-decoration: underline
  }
  .footer__mail:hover {
    text-decoration: underline
  }
  .footer__bottom a:hover {
    text-decoration: underline
  }
  .services__link:hover {
    background-color: rgba(255,255,255,.7);
    color: var(--mainColor)
  }
  .works__item:hover span,
  .works__item:hover::before {
    opacity: 0
  }
  .services-page__showmore:hover {
    text-decoration: none
  }
  .photogallery__slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .contacts-page__link:hover {
    text-decoration: underline
  }
  .contacts-page__tabstitle:hover {
    opacity: 1
  }
  .blog-page__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .blog-page__name:hover {
    color: var(--lightBrown)
  }
  .blog-page__link:hover {
    color: var(--lightBrown)
  }
  .service-images__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.star {
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/pollini/assets/img/star.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.star.filled {
  background-image: url('/wp-content/themes/pollini/assets/img/star-full.svg');
}
.rating-stars{
  display: flex;
  column-gap: .5em;
}


.calc-block.true{
  display: block !important;
}

.calc-block.false{
  display: none !important;
}


.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}
.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap{
  display: block;
  margin-bottom: 10px;
}

/* Стили для всех полей формы */
input:invalid, textarea:invalid, select:invalid {
  border: 1px solid var(--redColor); /* Бордовый цвет для незаполненных полей */
}

/* Стили для полей, когда на них фокус */
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  border: 1px solid var(--redColor); /* Бордовый цвет при фокусе на незаполненных полях */
}

/* Стили для полей, если они заполнены (валидные) */
input:valid, textarea:valid, select:valid {
  border: 1px solid rgba(79, 13, 13, .3);
}

/* Стили для фокуса на валидных полях */
input:focus:valid, textarea:focus:valid, select:focus:valid {
  border: 1px solid rgba(79, 13, 13, .3);
}

/* Для скрытия подсказок, если нужно */
.screen-reader-response {
  display: none !important;
}



.form-block__input_area{
  border-radius: .75rem;
  width: 100%;
  display: block;
  padding: .8125rem 1.1875rem;
  line-height: 140%;
  font-size: 1rem;
  border: 1px solid rgba(79, 13, 13, .3);
  caret-color: inherit;
  color: var(--mainColor);
  outline: 0;
}

.lang-item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 27px;
  border-radius: 6px;
  background: #fff;

  font-family: var(--font-family),sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #4f0d0d;
  transition: all .3s ease;
}
.lang-item::marker{
  display: none;
}
.lang-item:hover{
  background: #4f0d0d;
  color: #fff;
  cursor: pointer;
}
.lang-item.current-lang{
  background: #4f0d0d;
  color: #fff;
}

.price_caption{
  text-align: center;
  line-height: 1.5;
  margin: 8px auto 0;
  max-width: 760px;
}


.work-page__content p{
  margin-bottom: 15px
}

.work-page__content ol, .work-page__content ul{
  width: fit-content;
  margin: 0 auto 15px;
}

.work-page__content li{
  list-style-type: none;
}

.whatsapp_phone svg{
  margin-left: 2px;
}

@media (max-width: 860px) { 
  .photogallery__slide {
    padding-bottom: 78.1%;
  }
}

.article-page__topimage img{
  object-fit: cover;
  width: 100%;
  height: auto;
}

.article-page__right img{
  object-fit: cover;
  width: 100%;
  height: auto;
}