@charset "UTF-8";

@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url(../fonts/icomoon.woff2) format("woff2"), url(../fonts/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: eurof;
  font-display: swap;
  src: url(../fonts/eurofbold.woff2) format("woff2"), url(../fonts/eurofbold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: eurof;
  font-display: swap;
  src: url(../fonts/euroflight.woff2) format("woff2"), url(../fonts/euroflight.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: eurof;
  font-display: swap;
  src: url(../fonts/eurofmedium.woff2) format("woff2"), url(../fonts/eurofmedium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: eurofurence;
  font-display: swap;
  src: url(../fonts/eurofurencelight.woff2) format("woff2"), url(../fonts/eurofurencelight.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: eurofurence;
  font-display: swap;
  src: url(../fonts/eurofurenceregular.ttf) format("ttf"), url(../fonts/eurofurenceregular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: eurofurence;
  font-display: swap;
  src: url(../fonts/eurofurencemedium.ttf) format("ttf"), url(../fonts/eurofurencemedium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: PoiretOne;
  font-display: swap;
  src: url(../fonts/PoiretOne-Regular.woff2) format("woff2"), url(../fonts/PoiretOne-Regular.woff) format("woff");
  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
}

[class*=_icon-]:before {
  display: block
}

._icon-arrow:before {
  content: "\e900"
}

._icon-arrow2:before {
  content: "\e901"
}

._icon-check:before {
  content: "\e902"
}

._icon-close:before {
  content: "\e903"
}

._icon-doublearrow:before {
  content: "\e904"
}

._icon-filter:before {
  content: "\e905"
}

._icon-grid:before {
  content: "\e906"
}

._icon-list:before {
  content: "\e907"
}

._icon-location:before {
  content: "\e908"
}

._icon-mail:before {
  content: "\e909"
}

._icon-phone:before {
  content: "\e90a"
}

._icon-search:before {
  content: "\e90b"
}

._icon-time:before {
  content: "\e90c"
}

body {
  color: #000;
  font-weight: 300
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 3.25rem
}

[class*=-ibg] {
  position: relative
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  font-family: eurofurence;
  font-size: 1.5rem;
  -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: eurofurence;
  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}

a {
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 26px 57px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.btn._fw {
  width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 33px;
  color: #707070;
  font-size: 24px;
  font-weight: 300;
  line-height: 153.5%
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-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 {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-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 {
  resize: none;
  border: 1px solid #000;
  padding: 0 0
}

.checkbox {
  position: relative
}

.checkbox:not(:last-child) {
  margin-bottom: .3125em
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}

.checkbox__input:focus-visible+.checkbox__label:before {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000
}

.checkbox__input:checked+.checkbox__label:before {
  background: #000
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #a7a9ac
}

.checkbox__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.checkbox.style-c input:checked~.checkbox__checkmark {
  background-color: #f7cb15
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
  opacity: 1
}

.checkbox.style-c:hover input~.checkbox__checkmark {
  background-color: #eee
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15
}

.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  -webkit-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  border-radius: 4px
}

.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease
}

.checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px
}

@supports (-webkit-appearance:none) or (-moz-appearance:none) {

  input[type=checkbox],
  input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
    -o-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s
  }

  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease);
    -o-transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
    transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s), -webkit-transform var(--d-t, .3s) var(--d-t-e, ease)
  }

  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2)
  }

  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
  }

  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
  }

  input[type=checkbox]:disabled+label,
  input[type=radio]:disabled+label {
    cursor: not-allowed
  }

  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
  }

  input[type=checkbox]:focus,
  input[type=radio]:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
    box-shadow: 0 0 0 var(--focus)
  }

  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 21px
  }

  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0)
  }

  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1
  }

  input[type=checkbox]+label,
  input[type=radio]+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px
  }

  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
    -ms-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg))
  }

  input[type=checkbox]:not(.switch):checked {
    --r: 43deg
  }

  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px
  }

  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    -ms-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0))
  }

  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: .6
  }

  input[type=radio] {
    border-radius: 50%
  }

  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, .7));
    -ms-transform: scale(var(--s, .7));
    transform: scale(var(--s, .7))
  }

  input[type=radio]:checked {
    --s: .5
  }
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  -o-transition: opacity .8s ease 0s;
  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;
  -webkit-transition: visibility .8s ease 0s;
  -o-transition: visibility .8s ease 0s;
  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);
  -ms-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.lock .popup__content {
  visibility: visible
}

.popup__left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.popup__right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.popup__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.popup-title {
  color: #000;
  font-family: eurof;
  font-size: 79px;
  font-weight: 500;
  margin-bottom: 80px
}

.popup-text {
  color: #000;
  font-size: 31px;
  font-weight: 300;
  line-height: 111.5%;
  margin-bottom: 190px
}

.popup-btn {
  border: 1px solid #667496;
  background: #667496;
  color: #fff
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px
}

.spollers__item {
  font-size: 2.25rem
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  background: #fff;
  padding: 1.1875rem 1.6875rem;
  position: relative;
  height: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.spollers__title span {
  padding-right: 26px;
  margin-right: 40px;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

._spoller-init .spollers__title {
  cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #667496;
  height: 2px;
  width: 36px;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg)
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
  background-color: #fff
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: #fff
}

.spollers__body {
  padding-top: 28px;
  padding-left: 110px;
  padding-right: 64px;
  padding-bottom: 65px;
  background: #f5f5f5;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 300
}

.spollers__body-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 65px 60px;
  grid-template-columns: 1fr 25px 65px 60px;
  margin-bottom: 10px
}

.spollers__body span.name {
  padding-left: 44px;
  position: relative
}

.spollers__body span.name::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  position: absolute;
  top: 4px;
  left: 0
}

.spollers__body span.color {
  color: #667496
}

.spollers__title._spoller-active {
  background: #667496;
  color: #fff
}

.spollers__title._spoller-active span {
  border-right: 1px solid #fff
}

[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
}

.block__more {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px
}

.social a {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.social a img {
  width: 21px;
  height: 21px
}

.phone {
  color: #667496;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap
}

.title {
  font-size: 48px;
  line-height: 153.5%;
  padding-left: 107px;
  padding-top: 127px;
  position: relative;
  text-transform: uppercase
}

.no-webp .title::before {
  background-image: url(../img/title-before.png)
}

.title::before {
  content: "";
  background-size: cover;
  width: 286px;
  height: 243px;
  position: absolute;
  top: -70px;
  left: 180px
}

.bigtitle {
  color: rgba(102, 116, 150, .05);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: PoiretOne;
  font-size: 320px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.5%;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -30px
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.subtitle span {
  color: #667496;
  font-family: eurofurence;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 92.5%;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  max-width: 560px;
  margin-left: 26px
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000 #dedede
}

::-webkit-scrollbar {
  height: 12px;
  width: 5px
}

::-webkit-scrollbar-track {
  background: #dedede
}

::-webkit-scrollbar-thumb {
  background-color: #667496;
  border-radius: 5px
}

.banner__wrapper {
  padding-top: 180px;
  padding-bottom: 180px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-family: eurof;
  font-size: 55px;
  font-weight: 500;
  padding-left: 140px;
  padding-right: 40px
}

.banner-title {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  position: relative
}

.banner-title::before {
  content: "“";
  position: absolute;
  left: -140px;
  top: -30px;
  font-size: 244px;
  font-style: normal;
  font-weight: 500
}

.banner-text {
  color: rgba(255, 255, 255, .8);
  font-family: eurof;
  font-size: 37px;
  font-weight: 500
}

.nopage__wrapper {
  padding-top: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nopage-title {
  color: #2d2d2d;
  font-family: eurof;
  font-size: 49px;
  font-weight: 500;
  margin-bottom: 38px
}

.nopage-text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 124px
}

.nopage-img img {
  width: 100%
}

.header {
  position: relative
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px
}

.no-webp .header-logo::before {
  background-image: url(../img/header-before.png)
}

.header-logo::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 810px;
  height: 133px;
  z-index: 1
}

.header-logo img {
  position: relative;
  z-index: 2;
  margin-left: 65px;
}

.header-menu {
  margin-left: auto;
  font-size: 24px;
  font-weight: 300
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px
}

.header ul li a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}

.header ul li a::before {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  left: 0;
  bottom: -4px
}

.header ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%
}

.header-phone {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header-phone span {
  font-size: 24px;
  color: #000;
  display: block;
  margin-top: 4px;
  margin-left: auto;
  text-align: end;
}

.header-phone img {
  margin-right: 23px;
  width: 23px;
  height: 23px
}

.header-social {
  margin-left: 33px
}

.header-btn {
  width: 85px;
  height: 85px;

  background: rgba(255, 255, 255, .7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  color: #707070;
  font-family: eurof;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header-btn span {
  width: 20px;
  height: 2px;
  background-color: #707070;
}

.header-btn::after {
  content: "";
  background-image: url(../img/icons/burger2.svg);
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}

.header._header-scroll {
  position: fixed;
  top: -400px;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 75px;
}

.header._header-scroll .header-btn {
  width: 60px;
  height: 60px;
  gap: 5px;
}

.header._header-scroll .header-btn span {
  width: 20px;
}


.header._header-show {
  -webkit-transition: top .3s ease 0s;
  -o-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  top: 0
}

._header-scroll .header-logo::before {
  background: #667496;
  height: 100%
}

._header-scroll .header-logo img {
  height: 50px;
  padding-top: 0;
}

._header-scroll .header__wrapper {
  padding-top: 6px
}

.header-open {
  position: absolute;
  top: -10000%;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  background: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header-open__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 22px;
  font-weight: 300
}

.header-open-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  padding-top: 35px
}

.header-open-menu ul {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  font-weight: 300;
  gap: 30px
}

.header-open-btn {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 270px;
  height: 73px;
  margin-top: 48px
}

.header-open-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.header-open-logo {
  margin-bottom: 60px
}

.header-open-phone {
  font-family: eurof;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px
}

.header-open-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: end;
  margin-bottom: 24px
}

.header-open-social a {
  margin-top: 0;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  padding: 5px
}

.header-open-social a img {
  width: 21px
}

.header-open-text {
  font-size: 24px;
  font-weight: 300;
  text-align: end
}

.header-open-close {
  position: absolute;
  top: 12px;
  right: 9px
}

.menu-open .header-open {
  top: 0
}

.footer {
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 300
}

.footer-top {
  padding-top: 90px;
  padding-bottom: 170px;
  border-bottom: 1px solid #2d2d2d
}

.footer-bottom {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.4%
}

.footer-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-category {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 236.5%;
  margin-right: 200px
}

.footer-menu {
  line-height: 253%;
  margin-right: 260px
}

.footer-info {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: end;
  gap: 27px;
  margin-right: 20px
}

.footer-phone {
  font-family: eurof;
  font-size: 32px;
  font-weight: 500
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer-logo {
  margin-bottom: 74px
}

.footer-btn {
  margin-bottom: 12px;
  border: 1px solid #fff;
  padding-left: 70px;
  width: 262px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: PoiretOne;
  font-size: 27px;
  font-weight: 400;
  line-height: 236.5%
}

.hero {
  position: relative
}

.hero__wrapper {
  background-position: center;
  background-size: cover
}

.hero__content {
  padding-top: 276px;
  padding-bottom: 203px;
  padding-left: 65px;
  padding-right: 65px;
  max-width: 546px;
  background: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px)
}

.hero-title {
  color: #2d2d2d;
  font-family: eurof;
  font-size: 49px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px
}

.hero-text {
  margin-bottom: 76px
}

.hero-abs {
  position: absolute;
  top: 70px;
  left: 5px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  font-family: PoiretOne;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.5%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  display: none;
}

.about {
  padding-top: 130px
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.no-webp .about-title {
  background-image: url(../img/about-title.png)
}

.about-title {
  font-size: 43px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  min-width: 471px;
  height: 486px;
  background-size: cover;
  padding-top: 50px;
  padding-left: 65px;
  padding-right: 80px
}

.about-title::before {
  display: none
}

.about-text {
  margin-left: 43px;
  font-size: 36px;
  margin-right: 13px;
  -webkit-box-flex: 878px;
  -ms-flex: 878px 1 1;
  flex: 878px 1 1;
  padding-top: 43px
}

.about-text p {
  margin-bottom: 50px;
  font-weight: 600;
}

.about-img {
  margin-right: -104px
}

.service {
  padding-top: 140px
}

.service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.service-title .subtitle {
  display: inline-block;
  padding-right: 18px;
  margin-left: 380px;
  font-family: eurof;
  padding-bottom: 20px;
  margin-top: -20px
}

.service-title .subtitle img {
  height: 100%
}

.service-title span {
  color: #667496;
  font-size: 36px;
  font-weight: 500;
  line-height: 92.5%;
  width: 552px;
  font-family: eurof;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding-bottom: 50px
}

.service-grid--mobile {
  display: none
}

.service-grid__row-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21% 21% 21%;
  grid-template-columns: 1fr 21% 21% 21%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}

.service-grid__row-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21% 21% 1fr 21%;
  grid-template-columns: 21% 21% 1fr 21%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}

.service-grid__item {
  position: relative;
  margin-bottom: 18px
}

.service-grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.service-grid__item-title {
  position: absolute;
  background: rgba(4, 13, 28, .7);
  height: 127px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  padding: 10px 50px
}

.service-grid__item .service-grid__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  padding-top: 58px;
  padding-bottom: 65px;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.service-grid__item .service-grid__hover-title {
  max-width: 360px;
  margin: 0 auto;
  z-index: 1
}

.service-grid__item .service-grid__hover-text {
  padding: 0 60px;
  color: #d9d9d9;
  text-align: center;
  font-size: 24px;
  z-index: 1
}

.service-grid__item .service-grid__hover-btn {
  border: 1px solid #fff;
  color: #fff;
  font-family: eurof;
  font-size: 20px;
  font-weight: 500;
  width: 270px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin: 0 auto
}

.service-grid__item .service-grid__hover-btn:hover {
  border: 1px solid #667496
}

.service-grid__item .service-grid__hover-hover {
  background: rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.service-grid__item:hover .service-grid__hover {
  opacity: 1;
  visibility: visible
}

.portfolio {
  padding-top: 220px;
  padding-bottom: 87px;
  position: relative
}

.portfolio-title .title {
  padding-top: 80px
}

.portfolio-grid {
  padding-top: 54px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.portfolio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 580px;
  height: 100%;
}

.portfolio-item__img {
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.no-webp .portfolio-item__img::before {
  background-image: url(../img/case-bg.png)
}

.portfolio-item__img::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-item__img:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 5;
  display: none;
}

.portfolio-item__title {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 61px;
  font-style: normal;
  font-weight: 300;
  line-height: 123.5%;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 73%;
  right: 0;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.portfolio-item__title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end
}

.portfolio-item__title-div span {
  text-align: center;
  font-size: 163px;
  font-weight: 300;
  line-height: 103.5%
}

.portfolio-item__title-span {
  color: #d9d9d9;
  text-align: right;
  font-family: eurofurence;
  font-size: 24px;
  font-weight: 300;
  line-height: 153.5%;
  margin-left: 30px;
  max-width: 330px;
  padding-top: 60px
}

.portfolio-item__title:hover {
  left: 0
}

.portfolio-slider {
  display: none !important
}

/* .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
} */

/* .slick-initialized .slick-slide.slick-current {
  max-width: 450px !important;
  width: 100% !important
} */

.faq {
  background: rgba(45, 45, 45, .9);
  padding-bottom: 200px;
  position: relative
}

.no-webp .faq::before {
  background-image: url(../img/faq-bg.png)
}

.faq::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 614px;
  width: 570px;
  position: absolute;
  right: 0;
  bottom: 0
}

.faq .title {
  color: #fff
}

.faq .title:before {
  display: none
}

.faq-spollers {
  margin-top: 62px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}

.order {
  padding-top: 135px;
  padding-bottom: 73px
}

.order-title {
  color: #000;
  font-family: eurof;
  font-size: 79px;
  font-weight: 500;
  line-height: 153.5%;
  margin-bottom: 23px
}

.order-form {
  max-width: 1200px;
  margin: 0 auto
}

.order-form__col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.order-form__col span {
  color: #707070;
  font-size: 24px;
  font-weight: 300;
  line-height: 143.5%
}

.order-form__btn {
  margin-top: 30px;
  margin-left: auto;
  border: 1px solid #667496;
  background: #667496;
  max-width: 270px;
  width: 100%;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: eurof;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.order-form__btn:hover {
  border: 1px solid #667496;
  background: #000
}

.content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 185px
}

.content__wrapper {
  padding-top: 60px;
  font-size: 32px;
  font-weight: 300
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

@media (min-width:114em) {
  .popup__left {
    padding: 6.25rem
  }

  .popup__left {
    padding-right: 5.625rem
  }

  .popup-title {
    margin-bottom: 5rem
  }

  .popup-title {
    font-size: 4.9375rem
  }

  .popup-text {
    margin-bottom: 11.875rem
  }

  .popup-text {
    font-size: 1.9375rem
  }

  .spollers__body {
    padding-left: 6.875rem
  }

  .spollers__body-item {
    gap: 6.25rem
  }

  .bigtitle {
    font-size: 20rem
  }

  .header-open {
    padding-top: 7.3125rem
  }

  .header-open {
    padding-bottom: 19.625rem
  }

  .header-open-category {
    margin-right: 18.75rem
  }

  .header-open-menu {
    margin-right: 15rem
  }

  .footer-category {
    margin-right: 12.5rem
  }

  .footer-menu {
    margin-right: 16.25rem
  }

  .portfolio-grid {
    -webkit-column-gap: 7.125rem;
    -moz-column-gap: 7.125rem;
    column-gap: 7.125rem
  }

  .portfolio-grid {
    row-gap: 3.875rem
  }

  .portfolio-item__title {
    font-size: 3.8125rem
  }

  .portfolio-item__title {
    padding-bottom: 3.75rem
  }

  .portfolio-item__title {
    padding-left: 3.125rem
  }

  .portfolio-item__title {
    padding-right: 3.125rem
  }

  .portfolio-item__title-div span {
    font-size: 10.1875rem
  }
}


@media (max-width:1799.98px) {
  .header__wrapper {
    padding-top: 16px
  }

  .header-logo::before {
    width: 565px;
    height: 100px
  }

  .header-logo img {
    max-width: 180px
  }

  .header ul {
    gap: 16px
  }

  .header-phone {
    margin-left: 13px
  }

  .header-phone img {
    margin-right: 13px
  }

  .header-social {
    margin-left: 13px
  }

  .header-btn::after {
    width: 15px;
    height: 15px
  }

  .header-btn {
    width: 57px;
    height: 57px;
    font-size: 18px
  }

  .hero__content {
    padding-top: 180px
  }

  .hero-abs {
    top: 35px
  }
}



@media (max-width:1600px) {
  .service-grid__item-title {
    padding: 10px 20px;
    font-size: 26px
  }
}

@media (max-width:1399.98px) {
  .phone {
    font-size: 24px
  }

  .header-logo::before {
    width: 540px;
    height: 100px
  }

  .header ul {
    gap: 12px
  }

  .hero__content {
    padding-top: 140px
  }

  .about {
    padding-top: 50px
  }

  .about-title {
    font-size: 36px;
    min-width: 371px;
    height: 386px;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 35px
  }

  .about-text {
    padding-top: 5px;
    font-size: 24px
  }

  .about-text p {
    margin-bottom: 30px
  }

  .about-img {
    display: none
  }

  .service-grid__item .service-grid__hover {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px
  }

  .service-grid__item .service-grid__hover-text {
    font-size: 16px;
    padding: 0 10px
  }

  .service-grid__item .service-grid__hover-btn {
    height: 63px;
    width: 100%
  }
}



@media (max-width:1299.98px) {
  .phone {
    font-size: 22px
  }

  .header-logo::before {
    width: 450px;
    height: 88px
  }

  .header-logo img {
    max-width: 120px
  }

  .header-menu {
    margin-left: auto;
    font-size: 18px
  }

  .header ul {
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 8px
  }
}



@media (max-width:1240px) {
  .service-grid__row-top {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }

  .service-grid__row-bottom {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }
}



@media (max-width:1119.98px) {
  .header__wrapper {
    padding-top: 8px
  }

  .header-logo::before {
    width: 432px;
    height: 80px
  }
}



@media (max-width:1079.98px) {
  .header-logo::before {
    width: 360px;
    height: 69px
  }

  .header-phone {
    font-size: 20px
  }

  .header-phone span {
    font-size: 16px;
  }

  .header-btn::after {
    width: 10px;
    height: 10px
  }

  .header-btn {
    width: 41px;
    height: 41px;
    gap: 5px;
    font-size: 15px
  }

  .header-btn span {
    width: 20px;
    height: 1px;
  }
}



@media (max-width:539.98px) {
  .header-logo::before {
    width: 200px
  }
}

@media (max-width:20em) {
  .popup__left {
    padding: .625rem
  }

  .popup__left {
    padding-right: .625rem
  }

  .popup-title {
    margin-bottom: 1.25rem
  }

  .popup-title {
    font-size: 1.375rem
  }

  .popup-text {
    margin-bottom: 1.25rem
  }

  .popup-text {
    font-size: .875rem
  }

  .spollers__body {
    padding-left: 1.25rem
  }

  .spollers__body-item {
    gap: .625rem
  }

  .bigtitle {
    font-size: 4.0625rem
  }

  .header-open {
    padding-top: 2.5rem
  }

  .header-open {
    padding-bottom: 2.5rem
  }

  .header-open-category {
    margin-right: -6.25rem
  }

  .header-open-menu {
    margin-right: -6.25rem
  }

  .footer-category {
    margin-right: -6.25rem
  }

  .footer-menu {
    margin-right: -6.25rem
  }

  .portfolio-grid {
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
  }

  .portfolio-grid {
    row-gap: .625rem
  }

  .portfolio-item__title {
    font-size: 1.125rem
  }

  .portfolio-item__title {
    padding-bottom: .625rem
  }

  .portfolio-item__title {
    padding-left: .625rem
  }

  .portfolio-item__title {
    padding-right: .625rem
  }

  .portfolio-item__title-div span {
    font-size: 1.75rem
  }
}

@media (max-width:63.99875em) {
  .title {
    padding-left: 20px
  }

  .title::before {
    left: 100px
  }

  .header__wrapper {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .header-logo::before {
    width: 356px;
    height: 60px
  }

  .service-title .subtitle {
    margin-left: 280px
  }

  .service-grid__item-title {
    padding: 10px;
    font-size: 20px;
    height: 77px
  }

  .portfolio {
    padding-top: 180px
  }
}

@media (max-width:61.99875em) {
  .btn {
    padding: 20px 42px;
    font-size: 16px
  }

  #popup2 .popup__right {
    display: none
  }

  #popup2 .popup__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  [class*=__container] {
    padding: 0 10px
  }

  .header-menu {
    display: none
  }

  .header-phone {
    margin-left: auto
  }

  .header-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: auto
  }

  .header._header-scroll {
    height: 60px
  }

  .header-open__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .header-open-category {
    margin-right: 50px !important
  }

  .header-open-menu {
    margin-right: 0
  }

  .header-open-info {
    width: 100%;
    margin-top: 60px
  }

  .header-open-logo {
    text-align: end
  }

  .header-open-phone {
    text-align: end
  }

  .header-logo img {
    margin-left: 35px;
  }

  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px
  }

  .hero__content {
    padding-left: 45px;
    padding-right: 25px;
    max-width: 426px;
    padding-top: 126px;
    padding-bottom: 140px;
    margin-left: -10px
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 18px
  }

  .hero-text {
    font-size: 22px;
    margin-bottom: 34px
  }

  .hero-abs {
    font-size: 18px;
    top: 13px
  }

  .about-title {
    margin-left: -10px
  }

  .service-grid__item .service-grid__hover {
    font-size: 18px
  }

  .service-grid__item .service-grid__hover-text {
    font-size: 14px
  }

  .service-grid__item .service-grid__hover-btn {
    height: 43px;
    font-size: 16px
  }

  .portfolio {
    padding-top: 120px
  }
}

@media (max-width:47.99875em) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 46px
  }

  .input {
    font-size: 20px
  }

  .spollers__item {
    font-size: 24px
  }

  .spollers__title {
    height: 77px;
    padding: .875rem .9375rem;
    padding-right: 40px
  }

  .spollers__title span {
    margin-right: 21px;
    padding-right: 17px
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: 18px
  }

  .spollers__body {
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 35px;
    font-size: 14px
  }

  .spollers__body-item {
    -ms-grid-columns: 1fr 17px 47px 39px;
    grid-template-columns: 1fr 17px 47px 39px
  }

  .spollers__body span.name {
    padding-left: 28px
  }

  .title {
    font-size: 32px;
    padding-top: 40px
  }

  .title::before {
    width: 146px;
    height: 123px;
    left: 60px;
    top: -30px;
  }

  .banner__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 20px;
    font-size: 32px
  }

  .banner-title {
    margin-bottom: 25px
  }

  .banner-title::before {
    font-size: 130px;
    left: -70px;
    top: -20px
  }

  .banner-text {
    font-size: 18px
  }

  .nopage__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 120px
  }

  .nopage-title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .nopage-text {
    margin-bottom: 50px;
    font-size: 18px
  }

  .no-webp .header-logo::before {
    background-image: url(../img/header-before2.png)
  }

  .header-logo::before {
    width: 260px;
    height: 54px
  }

  .header-logo img {
    max-width: 84px
  }

  .header-social {
    margin-left: 7px
  }

  .header-open {
    padding-top: 30px
  }

  .header-open-category ul {
    gap: 10px
  }

  .header-open-menu ul {
    gap: 15px
  }

  .header-open-btn {
    margin-top: 33px
  }

  .header-open-info {
    margin-top: 30px
  }

  .header-open-logo {
    margin-bottom: 2px
  }

  .header-open-social {
    margin-bottom: 12px
  }

  .header-open-close {
    top: 0;
    right: 0;
    background-color: #fff
  }

  .footer {
    font-size: 20px
  }

  .footer-top {
    padding-top: 30px;
    padding-bottom: 80px
  }

  .footer-category {
    font-size: 16px;
    margin-right: 20px !important
  }

  .footer-menu {
    margin-right: 20px !important
  }

  .header-logo img {
    margin-left: 15px;
  }

  .hero__content {
    padding-left: 25px;
    padding-right: 15px;
    max-width: 326px;
    padding-top: 56px;
    padding-bottom: 40px
  }

  .hero-abs {
    font-size: 14px;
    top: 78px;
    display: none;
  }

  .about {
    padding-top: 34px
  }

  .about-title {
    font-size: 20px;
    min-width: 200px;
    height: 216px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 20px
  }

  .about-text {
    font-size: 16px;
    margin-left: 23px
  }

  .about-text p {
    margin-bottom: 16px
  }

  .service {
    padding-top: 30px
  }

  .service-title .subtitle {
    margin-left: 120px;
    padding-bottom: 60px
  }

  .service-title .subtitle img {
    max-width: 30px
  }

  .service-title span {
    font-size: 22px;
    padding-bottom: 70px
  }

  .service-grid--desctop {
    display: none
  }

  .service-grid--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6px 9px
  }

  .service-grid__item {
    width: 36%;
    margin-bottom: 0;
    max-height: 300px
  }

  .service-grid__item:nth-child(1) {
    width: 62%
  }

  .service-grid__item:nth-child(4) {
    width: 62%
  }

  .service-grid__item:nth-child(5) {
    width: 62%
  }

  .service-grid__item:nth-child(8) {
    width: 62%
  }

  .portfolio-title .title {
    padding-top: 30px;
    padding-bottom: 70px
  }

  .portfolio-grid {
    display: none
  }

  .portfolio-item__title {
    font-size: 18px;
    padding-bottom: 10px
  }

  .portfolio-item__title-div span {
    font-size: 31px
  }

  .portfolio-slider {
    display: block !important
  }

  .faq {
    padding-bottom: 120px
  }

  .faq::before {
    height: 160px;
    width: 137px;
    bottom: 45px
  }

  .faq-spollers {
    margin-top: 36px
  }

  .order {
    padding-top: 35px;
    padding-bottom: 50px
  }

  .order-title {
    font-size: 29px;
    text-align: center
  }

  .order-form__col {
    width: 100%
  }

  .order-form__col span {
    font-size: 20px
  }

  .order-form__btn {
    width: 202px;
    height: 54px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto
  }
}

@media (max-width:29.99875em) {
  .btn {
    font-size: 7px;
    padding: 9px 18px
  }

  .social a {
    width: 19px;
    height: 19px
  }

  .social a img {
    width: 11px;
    height: 11px
  }

  .phone {
    font-size: 18px
  }

  .title {
    font-size: 20px;
    padding-top: 35px;
    padding-left: 10px
  }

  .title::before {
    width: 97px;
    height: 83px;
    left: 40px;
    top: -20px;
  }

  .banner__wrapper {
    padding-left: 60px;
    font-size: 22px
  }

  .banner-title::before {
    font-size: 110px;
    left: -50px;
    top: -16px
  }

  .banner-text {
    font-size: 14px
  }

  .header-logo::before {
    width: 170px;
    height: 44px
  }

  .header-logo img {
    max-width: 74px
  }

  .header-phone {
    font-size: 18px
  }

  .header__wrapper {
    padding-bottom: 10px;
  }

  .header-phone img {
    width: 13px;
    height: 13px;
    margin-right: 9px
  }

  .header-phone span {
    display: none;
  }

  .header._header-scroll {
    height: 40px
  }

  ._header-scroll .header-logo img {
    height: 30px;
    padding-top: 3px
  }

  .header-open__wrapper {
    font-size: 20px
  }

  .header-open-category {
    margin-right: 10px !important
  }

  .header-open-menu ul {
    font-size: 20px
  }

  .header-logo img {
    margin-left: 6px;
  }

  .hero__content {
    max-width: 220px;
    padding-top: 50px;
    padding-left: 16px;
    padding-right: 26px;
    padding-bottom: 10px
  }

  .hero-title {
    font-size: 23px;
    margin-bottom: 7px
  }

  .hero-text {
    font-size: 11px;
    margin-bottom: 13px
  }

  .hero-abs {
    font-size: 7px;
    top: 40px;
    left: 3px
  }

  .about {
    padding-top: 24px
  }

  .about-title {
    min-width: 167px;
    height: 170px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px
  }

  .about-text {
    font-size: 12px;
    margin-left: 12px
  }

  .about-text {
    font-size: 10px;
    margin-left: 8px
  }

  .about-text p {
    margin-bottom: 10px
  }

  .service-title .subtitle {
    margin-left: 90px;
    padding-right: 8px
  }

  .service-title .subtitle img {
    max-width: 20px
  }

  .service-title span {
    font-size: 12px;
    padding-bottom: 60px
  }

  .service-grid__item {
    width: 35%;
    max-height: 192px
  }

  .service-grid__item-title {
    font-size: 14px;
    height: 46px
  }

  .service-grid__item .service-grid__hover {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px
  }

  .service-grid__item .service-grid__hover-text {
    font-size: 10px;
    padding: 0;
    line-height: 1
  }

  .service-grid__item .service-grid__hover-btn {
    font-size: 14px;
    height: 33px
  }

  .portfolio {
    padding-top: 75px
  }

  .portfolio-title .title {
    padding-bottom: 50px
  }
}

@media (max-width:24.37375em) {
  .spollers__item {
    font-size: 20px
  }

  .phone {
    font-size: 16px
  }

  .title {
    font-size: 18px;
    padding-top: 25px;
    padding-left: 0
  }

  .title::before {
    width: 75px;
    height: 73px;
    left: 30px;
    top: 0px;
  }

  .header__wrapper {
    padding-bottom: 3px;
    padding-top: 5px
  }

  .header-logo::before {
    width: 132px;
    height: 32px
  }

  .header-logo img {
    max-width: 54px
  }

  .about-title {
    font-size: 14px;
    min-width: 137px;
    height: 140px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px
  }

  .service-title .subtitle {
    margin-left: 60px;
    padding-bottom: 45px
  }

  .service-title span {
    font-size: 11px;
    padding-bottom: 40px
  }

  .portfolio {
    padding-top: 60px
  }

  .portfolio-title .title {
    padding-bottom: 40px
  }
}

@media (min-width:20em) and (max-width:114em) {
  @supports (padding:clamp(0.625rem, -0.5718085106rem + 5.9840425532vw, 6.25rem)) {
    .popup__left {
      padding: clamp(.625rem, -.5718085106rem + 5.9840425532vw, 6.25rem)
    }
  }

  @supports not (padding:clamp(0.625rem, -0.5718085106rem + 5.9840425532vw, 6.25rem)) {
    .popup__left {
      padding: calc(.625rem + 5.625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-right:clamp(0.625rem, -0.4388297872rem + 5.3191489362vw, 5.625rem)) {
    .popup__left {
      padding-right: clamp(.625rem, -.4388297872rem + 5.3191489362vw, 5.625rem)
    }
  }

  @supports not (padding-right:clamp(0.625rem, -0.4388297872rem + 5.3191489362vw, 5.625rem)) {
    .popup__left {
      padding-right: calc(.625rem + 5 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-bottom:clamp(1.25rem, 0.4521276596rem + 3.9893617021vw, 5rem)) {
    .popup-title {
      margin-bottom: clamp(1.25rem, .4521276596rem + 3.9893617021vw, 5rem)
    }
  }

  @supports not (margin-bottom:clamp(1.25rem, 0.4521276596rem + 3.9893617021vw, 5rem)) {
    .popup-title {
      margin-bottom: calc(1.25rem + 3.75 * (100vw - 20rem)/ 94)
    }
  }

  @supports (font-size:clamp(1.375rem, 0.6170212766rem + 3.789893617vw, 4.9375rem)) {
    .popup-title {
      font-size: clamp(1.375rem, .6170212766rem + 3.789893617vw, 4.9375rem)
    }
  }

  @supports not (font-size:clamp(1.375rem, 0.6170212766rem + 3.789893617vw, 4.9375rem)) {
    .popup-title {
      font-size: calc(1.375rem + 3.5625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-bottom:clamp(1.25rem, -1.0106382979rem + 11.3031914894vw, 11.875rem)) {
    .popup-text {
      margin-bottom: clamp(1.25rem, -1.0106382979rem + 11.3031914894vw, 11.875rem)
    }
  }

  @supports not (margin-bottom:clamp(1.25rem, -1.0106382979rem + 11.3031914894vw, 11.875rem)) {
    .popup-text {
      margin-bottom: calc(1.25rem + 10.625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (font-size:clamp(0.875rem, 0.6489361702rem + 1.1303191489vw, 1.9375rem)) {
    .popup-text {
      font-size: clamp(.875rem, .6489361702rem + 1.1303191489vw, 1.9375rem)
    }
  }

  @supports not (font-size:clamp(0.875rem, 0.6489361702rem + 1.1303191489vw, 1.9375rem)) {
    .popup-text {
      font-size: calc(.875rem + 1.0625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-left:clamp(1.25rem, 0.0531914894rem + 5.9840425532vw, 6.875rem)) {
    .spollers__body {
      padding-left: clamp(1.25rem, .0531914894rem + 5.9840425532vw, 6.875rem)
    }
  }

  @supports not (padding-left:clamp(1.25rem, 0.0531914894rem + 5.9840425532vw, 6.875rem)) {
    .spollers__body {
      padding-left: calc(1.25rem + 5.625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (gap:clamp(0.625rem, -0.5718085106rem + 5.9840425532vw, 6.25rem)) {
    .spollers__body-item {
      gap: clamp(.625rem, -.5718085106rem + 5.9840425532vw, 6.25rem)
    }
  }

  @supports not (gap:clamp(0.625rem, -0.5718085106rem + 5.9840425532vw, 6.25rem)) {
    .spollers__body-item {
      gap: calc(.625rem + 5.625 * (100vw - 20rem)/ 94)
    }
  }

  @supports (font-size:clamp(4.0625rem, 0.6715425532rem + 16.954787234vw, 20rem)) {
    .bigtitle {
      font-size: clamp(4.0625rem, .6715425532rem + 16.954787234vw, 20rem)
    }
  }

  @supports not (font-size:clamp(4.0625rem, 0.6715425532rem + 16.954787234vw, 20rem)) {
    .bigtitle {
      font-size: calc(4.0625rem + 15.9375 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-top:clamp(2.5rem, 1.4760638298rem + 5.1196808511vw, 7.3125rem)) {
    .header-open {
      padding-top: clamp(2.5rem, 1.4760638298rem + 5.1196808511vw, 7.3125rem)
    }
  }

  @supports not (padding-top:clamp(2.5rem, 1.4760638298rem + 5.1196808511vw, 7.3125rem)) {
    .header-open {
      padding-top: calc(2.5rem + 4.8125 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-bottom:clamp(2.5rem, -1.1436170213rem + 18.2180851064vw, 19.625rem)) {
    .header-open {
      padding-bottom: clamp(2.5rem, -1.1436170213rem + 18.2180851064vw, 19.625rem)
    }
  }

  @supports not (padding-bottom:clamp(2.5rem, -1.1436170213rem + 18.2180851064vw, 19.625rem)) {
    .header-open {
      padding-bottom: calc(2.5rem + 17.125 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-right:clamp(-6.25rem, -11.5691489362rem + 26.5957446809vw, 18.75rem)) {
    .header-open-category {
      margin-right: clamp(-6.25rem, -11.5691489362rem + 26.5957446809vw, 18.75rem)
    }
  }

  @supports not (margin-right:clamp(-6.25rem, -11.5691489362rem + 26.5957446809vw, 18.75rem)) {
    .header-open-category {
      margin-right: calc(-6.25rem + 25 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-right:clamp(-6.25rem, -10.7712765957rem + 22.6063829787vw, 15rem)) {
    .header-open-menu {
      margin-right: clamp(-6.25rem, -10.7712765957rem + 22.6063829787vw, 15rem)
    }
  }

  @supports not (margin-right:clamp(-6.25rem, -10.7712765957rem + 22.6063829787vw, 15rem)) {
    .header-open-menu {
      margin-right: calc(-6.25rem + 21.25 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-right:clamp(-6.25rem, -10.2393617021rem + 19.9468085106vw, 12.5rem)) {
    .footer-category {
      margin-right: clamp(-6.25rem, -10.2393617021rem + 19.9468085106vw, 12.5rem)
    }
  }

  @supports not (margin-right:clamp(-6.25rem, -10.2393617021rem + 19.9468085106vw, 12.5rem)) {
    .footer-category {
      margin-right: calc(-6.25rem + 18.75 * (100vw - 20rem)/ 94)
    }
  }

  @supports (margin-right:clamp(-6.25rem, -11.0372340426rem + 23.9361702128vw, 16.25rem)) {
    .footer-menu {
      margin-right: clamp(-6.25rem, -11.0372340426rem + 23.9361702128vw, 16.25rem)
    }
  }

  @supports not (margin-right:clamp(-6.25rem, -11.0372340426rem + 23.9361702128vw, 16.25rem)) {
    .footer-menu {
      margin-right: calc(-6.25rem + 22.5 * (100vw - 20rem)/ 94)
    }
  }

  @supports ((-moz-column-gap:clamp(0.625rem, -0.7579787234rem + 6.914893617vw, 7.125rem)) or (column-gap:clamp(0.625rem, -0.7579787234rem + 6.914893617vw, 7.125rem))) {
    .portfolio-grid {
      -webkit-column-gap: clamp(.625rem, -.7579787234rem + 6.914893617vw, 7.125rem);
      -moz-column-gap: clamp(.625rem, -.7579787234rem + 6.914893617vw, 7.125rem);
      column-gap: clamp(.625rem, -.7579787234rem + 6.914893617vw, 7.125rem)
    }
  }

  @supports not ((-moz-column-gap:clamp(0.625rem, -0.7579787234rem + 6.914893617vw, 7.125rem)) or (column-gap:clamp(0.625rem, -0.7579787234rem + 6.914893617vw, 7.125rem))) {
    .portfolio-grid {
      -webkit-column-gap: calc(.625rem + 6.5 * (100vw - 20rem)/ 94);
      -moz-column-gap: calc(.625rem + 6.5 * (100vw - 20rem)/ 94);
      column-gap: calc(.625rem + 6.5 * (100vw - 20rem)/ 94)
    }
  }

  @supports (row-gap:clamp(0.625rem, -0.0664893617rem + 3.4574468085vw, 3.875rem)) {
    .portfolio-grid {
      row-gap: clamp(.625rem, -.0664893617rem + 3.4574468085vw, 3.875rem)
    }
  }

  @supports not (row-gap:clamp(0.625rem, -0.0664893617rem + 3.4574468085vw, 3.875rem)) {
    .portfolio-grid {
      row-gap: calc(.625rem + 3.25 * (100vw - 20rem)/ 94)
    }
  }

  @supports (font-size:clamp(1.125rem, 0.5531914894rem + 2.8590425532vw, 3.8125rem)) {
    .portfolio-item__title {
      font-size: clamp(1.125rem, .5531914894rem + 2.8590425532vw, 3.8125rem)
    }
  }

  @supports not (font-size:clamp(1.125rem, 0.5531914894rem + 2.8590425532vw, 3.8125rem)) {
    .portfolio-item__title {
      font-size: calc(1.125rem + 2.6875 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-bottom:clamp(0.625rem, -0.039893617rem + 3.3244680851vw, 3.75rem)) {
    .portfolio-item__title {
      padding-bottom: clamp(.625rem, -.039893617rem + 3.3244680851vw, 3.75rem)
    }
  }

  @supports not (padding-bottom:clamp(0.625rem, -0.039893617rem + 3.3244680851vw, 3.75rem)) {
    .portfolio-item__title {
      padding-bottom: calc(.625rem + 3.125 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-left:clamp(0.625rem, 0.0930851064rem + 2.6595744681vw, 3.125rem)) {
    .portfolio-item__title {
      padding-left: clamp(.625rem, .0930851064rem + 2.6595744681vw, 3.125rem)
    }
  }

  @supports not (padding-left:clamp(0.625rem, 0.0930851064rem + 2.6595744681vw, 3.125rem)) {
    .portfolio-item__title {
      padding-left: calc(.625rem + 2.5 * (100vw - 20rem)/ 94)
    }
  }

  @supports (padding-right:clamp(0.625rem, 0.0930851064rem + 2.6595744681vw, 3.125rem)) {
    .portfolio-item__title {
      padding-right: clamp(.625rem, .0930851064rem + 2.6595744681vw, 3.125rem)
    }
  }

  @supports not (padding-right:clamp(0.625rem, 0.0930851064rem + 2.6595744681vw, 3.125rem)) {
    .portfolio-item__title {
      padding-right: calc(.625rem + 2.5 * (100vw - 20rem)/ 94)
    }
  }

  @supports (font-size:clamp(1.75rem, -0.045212766rem + 8.9760638298vw, 10.1875rem)) {
    .portfolio-item__title-div span {
      font-size: clamp(1.75rem, -.045212766rem + 8.9760638298vw, 10.1875rem)
    }
  }

  @supports not (font-size:clamp(1.75rem, -0.045212766rem + 8.9760638298vw, 10.1875rem)) {
    .portfolio-item__title-div span {
      font-size: calc(1.75rem + 8.4375 * (100vw - 20rem)/ 94)
    }
  }
}

@media (any-hover:hover) {
  .btn:hover {
    border: 1px solid #667496;
    background: #667496;
    color: #fff
  }
}

.webp .title::before {
  background-image: url(../img/title-before.webp)
}

.webp .header-logo::before {
  background-image: url(../img/header-before.webp)
}

.webp .about-title {
  background-image: url(../img/about-title.webp)
}

.webp .portfolio-item__img::before {
  background-image: url(../img/case-bg.webp)
}

.webp .faq::before {
  background-image: url(../img/faq-bg.webp)
}

@media (max-width:47.99875em) {
  .webp .header-logo::before {
    background-image: url(../img/header-before2.webp)
  }
}

.hero-btn {
  margin: 0 auto;
  display: flex;
}