body {
  background-color: var(--color-primary-light);
  color: var(--color-primary-text);
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
	 user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}




*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}
address {
  font-style: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
button {
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
section {
  background: var(--color-primary-light);
}
#main {
  z-index: 1;
  position: relative;
  padding-top: 0px;
}
.c-scrollbar {
  z-index: 999;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-Regular.woff") format("woff"),
    url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
    url("../fonts/Satoshi-Medium.woff") format("woff"),
    url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff") format("woff"),
    url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.visually-hidden-custom {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-hidden {
  display: none;
}
[data-scroll-section] {
  opacity: 1 !important;
}
@media screen and (min-width: 991px) {
  [data-scroll-section] {
    opacity: initial !important;
  }
}
.is-scroll-disabled {
  overflow: hidden;
}
:root {
  --color-primary-dark: #000000;
  --color-primary-light: #ffffff;
  --color-secondary-light: #f8f8f8;
  --color-primary-text: #373434;
}
.align-left-block {
  width: 100%;
  max-width: 352px;
  height: auto;
  display: none;
}
@media screen and (min-width: 1200px) {
  .align-left-block {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .align-left-block {
    max-width: 477px;
  }
}
.error-message {
  font-family: Inter, sans-serif;
  color: #dd2316;
  font-size: 14px;
  font-weight: 300;
  line-height: 121%;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.error-message-modal {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.error-message-modal:hover p {
  display: block;
}
.error-message-modal img {
  width: 20px;
  height: 20px;
}
.error-message-modal p {
  display: none;
  position: absolute;
  top: 30px;
  right: -8px;
  z-index: 1;
  font-family: Inter, sans-serif;
  color: #dd2316;
  font-size: 12px;
  font-weight: 300;
  line-height: 121%;
  text-align: left;
  padding: 5px 8px;
  border: 1px solid #ff382b;
  border-radius: 8px;
  border-top-right-radius: 0;
  min-width: 92px;
  background: var(--color-primary-light);
}
a.instagram-link .insta-black-normal,
a.instagram-link .insta-white-normal,
a.facebook-link .insta-black-normal,
a.facebook-link .insta-white-normal,
a.instagram-link-white .insta-black-normal,
a.instagram-link-white .insta-white-normal,
a.facebook-link-white .insta-black-normal,
a.facebook-link-white .insta-white-normal {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.instagram-link .fb-black-normal,
a.instagram-link .fb-white-normal,
a.facebook-link .fb-black-normal,
a.facebook-link .fb-white-normal,
a.instagram-link-white .fb-black-normal,
a.instagram-link-white .fb-white-normal,
a.facebook-link-white .fb-black-normal,
a.facebook-link-white .fb-white-normal {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.instagram-link .insta-black-hover,
a.instagram-link .insta-white-hover,
a.facebook-link .insta-black-hover,
a.facebook-link .insta-white-hover,
a.instagram-link-white .insta-black-hover,
a.instagram-link-white .insta-white-hover,
a.facebook-link-white .insta-black-hover,
a.facebook-link-white .insta-white-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.instagram-link .fb-black-hover,
a.instagram-link .fb-white-hover,
a.facebook-link .fb-black-hover,
a.facebook-link .fb-white-hover,
a.instagram-link-white .fb-black-hover,
a.instagram-link-white .fb-white-hover,
a.facebook-link-white .fb-black-hover,
a.facebook-link-white .fb-white-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
a.instagram-link:hover .insta-black-normal,
a.instagram-link:hover .insta-white-normal,
a.facebook-link:hover .insta-black-normal,
a.facebook-link:hover .insta-white-normal,
a.instagram-link-white:hover .insta-black-normal,
a.instagram-link-white:hover .insta-white-normal,
a.facebook-link-white:hover .insta-black-normal,
a.facebook-link-white:hover .insta-white-normal {
  opacity: 0;
  visibility: hidden;
}
a.instagram-link:hover .fb-black-normal,
a.instagram-link:hover .fb-white-normal,
a.facebook-link:hover .fb-black-normal,
a.facebook-link:hover .fb-white-normal,
a.instagram-link-white:hover .fb-black-normal,
a.instagram-link-white:hover .fb-white-normal,
a.facebook-link-white:hover .fb-black-normal,
a.facebook-link-white:hover .fb-white-normal {
  opacity: 0;
  visibility: hidden;
}
a.instagram-link:hover .insta-black-hover,
a.instagram-link:hover .insta-white-hover,
a.facebook-link:hover .insta-black-hover,
a.facebook-link:hover .insta-white-hover,
a.instagram-link-white:hover .insta-black-hover,
a.instagram-link-white:hover .insta-white-hover,
a.facebook-link-white:hover .insta-black-hover,
a.facebook-link-white:hover .insta-white-hover {
  opacity: 1;
  visibility: visible;
}
a.instagram-link:hover .fb-black-hover,
a.instagram-link:hover .fb-white-hover,
a.facebook-link:hover .fb-black-hover,
a.facebook-link:hover .fb-white-hover,
a.instagram-link-white:hover .fb-black-hover,
a.instagram-link-white:hover .fb-white-hover,
a.facebook-link-white:hover .fb-black-hover,
a.facebook-link-white:hover .fb-white-hover {
  opacity: 1;
  visibility: visible;
}
.icon-check {
  background-color: rgba(0, 0, 0, 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;
  width: 24px;
  height: 24px;
  padding: 2px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.icon-check svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0);
  stroke: var(--color-primary-text);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.icon-check:hover {
  background: #f8f8f8;
}
.icon-close {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-close path {
  stroke-width: 2px;
  stroke: var(--color-primary-text);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-header {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440.98px) {
  .section-header {
    gap: 26px;
    margin-bottom: 100px;
  }
}
.section-header__title,
.section-header__text {
  line-height: 133.285714%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid var(--color-primary-text);
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .section-header__title,
  .section-header__text {
    line-height: 133.333333%;
    font-weight: 400;
    font-size: 16px;
  }
}
@media screen and (min-width: 1440.98px) {
  .section-header__title,
  .section-header__text {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.section-header__title {
  max-width: 352px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    border-bottom: 1px solid var(--color-primary-text);
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1440.98px) {
  .section-header__title {
    max-width: 477px;
	    padding-bottom: 20px;
  }
}
.section-header__text {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .section-header__text {
    text-transform: uppercase;
  }
}
.backdrop {
  position: fixed;
overflow-y:auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(55, 52, 52, 0.3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    background 0.3s ease-in-out;
}

@media screen and (min-height: 900px) {
 .backdrop {
	  	overflow-y:visible;
  }
}
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
}
.backdrop.is-hidden .modal-main {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.backdrop .modal-main {
  position: absolute;
  right: 0;
  top: 0;

  width: 100%;
  max-width: 100vh;
  background-color: var(--color-primary-light);
  display: block;
  padding: 60px 16px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;


}


@media screen and (min-height: 750px) and (max-width: 1280px) {
  .backdrop .modal-main {
height:100vh;
   
  }
}



@media screen and (min-height: 950px) {
  .backdrop .modal-main {
height:100vh;
   
  }
}




@media screen and (min-width: 576px) {
  .backdrop .modal-main {
    max-width: 480px;
    margin-top: 0;
   
  }
}


@media screen and (min-width: 1440.98px) {
  .backdrop .modal-main {
    max-width: 530px;
     padding: 60px 50px;


   
  }
}


.backdrop .modal-main__close {
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  top: 27px;
  right: 27px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  width: 24px;
  height: 24px;
  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;
  padding: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1440.98px) {
  .backdrop .modal-main__close {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 14px;
    left: -14px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--color-primary-light);
  }
}
.backdrop .modal-main__close:hover {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1440.98px) {
  .backdrop .modal-main__close:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
.backdrop .modal-main__close:hover .icon-close path {
  stroke-width: 2.5px;
}
.backdrop .modal-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	overflow:auto;
}
.backdrop .modal-main__logo {
  margin-bottom: 30px;
}


@media screen and (min-width: 1440.98px) {
  .backdrop .modal-main__logo {
    margin-bottom: 100px;
  }
}


.backdrop .modal-main__logo img {
  max-width: 145px;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__logo img {
    max-width: 167px;
  }
}
.backdrop .modal-main__form {
  width: 100%;
}
.backdrop .modal-main__form__choose {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose {
    margin-bottom: 30px;
  }
}
.backdrop .modal-main__form__choose__checkboxes {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.backdrop .modal-main__form__choose__checkboxes__form-field {
  width: 343px;
  padding: 4px 40px;
  padding-right: 0;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose__checkboxes__form-field {
    padding: 8px 60px;
    width: 430px;
    padding-right: 0;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}
.backdrop .modal-main__form__choose__checkboxes__form-field label {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: var(--color-primary-dark);
  text-transform: uppercase;
  font-weight: 300;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose__checkboxes__form-field label {
    font-size: 16px;
  }
}

.modal-main__form__choose__checkboxes__form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.modal-main__form__choose__checkboxes__form-field
  .wpcf7-form-control-wrap
  .wpcf7-checkbox {
  display: block;
  width: 100%;
}

.modal-main__form__choose__checkboxes__form-field .wpcf7-list-item {
  display: block;
  width: 100%;
}

.modal-main__form__choose__checkboxes__form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.modal-main__form__choose__checkboxes__form-field
  .wpcf7-form-control-wrap
  label {
  position: relative;
}

.wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]
  + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

.wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]:hover
  + span::after {
  background: url("../images/checkbox.svg"), #f8f8f8;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-main__form__choose__checkboxes__form-field
  .wpcf7-checkbox
  input[type="checkbox"] {
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
}

.wpcf7-form-control-wrap
  .wpcf7-checkbox
  input[type="checkbox"]:checked
  + span::after {
  background: url("../images/checkbox-click.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.backdrop .modal-main__form__choose__title,
.backdrop .modal-main__form__details__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0;
  gap: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-primary-dark);
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose__title,
  .backdrop .modal-main__form__details__title {
    gap: 40px;
  }
}
.backdrop .modal-main__form__choose__title p,
.backdrop .modal-main__form__details__title p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 200;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose__title p,
  .backdrop .modal-main__form__details__title p {
    font-size: 16px;
  }
}
.backdrop .modal-main__form__choose__title h3,
.backdrop .modal-main__form__details__title h3 {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__choose__title h3,
  .backdrop .modal-main__form__details__title h3 {
    font-size: 24px;
  }
}
.backdrop .modal-main__form__details {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280.98px) {
  .backdrop .modal-main__form__details {
    margin-bottom: 40px;
  }
}
.backdrop .modal-main__form__details__inputs__form-field {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1280.98px) {
.backdrop .modal-main__form__details__inputs__form-field {
  padding-bottom: 12px;

}
}


.backdrop .modal-main__form__details__inputs__form-field:last-child {
  padding-bottom: 0;
  padding-top: 12px;
}
.backdrop .modal-main__form__details__inputs__form-field input {
  width: 100%;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #191c22;
  text-transform: uppercase;
  height: 36px;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  outline: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.backdrop .modal-main__form__details__inputs__form-field input#emailModal {
text-transform: none;
}


.backdrop .modal-main__form__details__inputs__form-field input.error {
  border-bottom: 1px solid #fe1414;
}
.backdrop .modal-main__form__details__inputs__form-field input:hover {
  border-bottom: 1px solid var(--color-primary-text);
}
.backdrop .modal-main__form__details__inputs__form-field input:focus {
  border-bottom: 1px solid var(--color-primary-text);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input::-webkit-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input::-moz-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input:-ms-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  input::-ms-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop .modal-main__form__details__inputs__form-field input::placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop .modal-main__form__details__inputs__form-field textarea {
  width: 100%;
  height: 68px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  color: #191c22;
  text-transform: uppercase;
  height: 68px;
  padding: 8px;
  font-weight: 400;
  border: 1px solid #b3b3b3;
  outline: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  resize: none;
}
.backdrop .modal-main__form__details__inputs__form-field textarea:hover {
  border: 1px solid var(--color-primary-text);
}
.backdrop .modal-main__form__details__inputs__form-field textarea:focus {
  border: 1px solid var(--color-primary-text);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea::-webkit-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea::-moz-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea:-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop
  .modal-main__form__details__inputs__form-field
  textarea::-ms-input-placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop .modal-main__form__details__inputs__form-field textarea::placeholder {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: uppercase;
}
.backdrop .modal-main__form__button {
  width: 100%;
  background: #242729;
  color: var(--color-primary-light);
  font-size: 18px;
  line-height: 133.277778%;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 44px;
  border-radius: 8px;
  -webkit-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
}
.backdrop .modal-main__form__button:hover {
  background: #4e4d4d !important;
}
.backdrop .modal-main__form__button:disabled {
  cursor: not-allowed;
  background: #b3b3b3;
}
.backdrop .modal-main__form__button:disabled:hover {
  background: #b3b3b3 !important;
}

.thank-you-block{
	height:100vh;
}
.thank-you-block h3 {
  font-size: 80px;
  line-height: 90%;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 100px;
}
.thank-you-block p {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #1b1b1d;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 268px;
}
.thank-you-block button {
  width: 100%;
  background: #242729;
  color: var(--color-primary-light);
  font-size: 18px;
  line-height: 133.277778%;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 8px 44px;
  border-radius: 8px;
  -webkit-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
}
.thank-you-block button:hover {
  background: #4e4d4d;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 1000;
  padding: 0 46px;
  padding-top: 104px;
  padding-bottom: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-menu.is-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.mobile-menu__button {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.mobile-menu__button:hover svg path {
  stroke-width: 2.5px;
}
.mobile-menu__list {
  width: 100%;
}
.mobile-menu__list li {
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d0d0;
  margin-bottom: 12px;
}
.mobile-menu__list li a {
  font-size: 44px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-primary-text);
}
.about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1440.98px) {
  .about {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.about__content__title {
  font-size: 42px;
  line-height: 95%;
  font-weight: 400;
  max-width: 988px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .about__content__title {
    font-size: 54px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content__title {
    font-size: 58px;
  }
}

@media screen and (min-width: 1440.98px) {
  .about__content__title {
    font-size: 64px;
    max-width: 1313px;
    margin-bottom: 100px;
  }
}


@media screen and (min-width: 1600px) {
  .about__content__title {
    font-size: 80px;
    max-width: 1313px;
    margin-bottom: 100px;
  }
}
.about__content__title .no-differentiating-color {
  color: #d2d0d0;
}

.about__content__title .differentiating-color-black-grey {
  color: #d2d0d0;
}

.about__content__title .differentiating-color-grey-black {
    color: var(--color-primary-text);
}


@media screen and (min-width: 1440.98px) {
.about__content__title .differentiating-color-black-grey {
  color: var(--color-primary-text);
}

.about__content__title .differentiating-color-grey-black {
  color: #d2d0d0;
}
}
.about__content__content-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about__content__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .about__content__content-wrapper {
    max-width: 988px;
  }
}
@media screen and (min-width: 1440.98px) {
  .about__content__content-wrapper {
    max-width: 1313px;
    gap: 30px;
  }
}
.about__content__content-wrapper img {
  max-width: 328px;
}
@media screen and (min-width: 768px) {
  .about__content__content-wrapper img {
    max-width: 343px;
  }
}
@media screen and (min-width: 768px) {
  .about__content__content-wrapper img {
    max-width: 42vw;
  }
}
.about__content__content-text p {
  font-family: "Satoshi-Regular", sans-serif;
  line-height: 140%;
  text-indent: 50px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .about__content__content-text p {
    font-size: 20px;
  }
}

.about__content__content-text p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .about__content__content-text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.about__wrapper {
  display: block;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1440.98px) {
  .about__wrapper {
    gap: 26px;
  }
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1440.98px) {
  .container {
    max-width: 1868px;
    padding: 0 24px;
  }
}
.wrapper {
  overflow: clip;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.contacts {
  margin-bottom: 120px;
}
@media screen and (min-width: 992px) {
  .contacts {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts {
    margin-bottom: 200px;
  }
}
.contacts .section-header {
  margin-bottom: 0;
}
.contacts__title-big {
  font-size: 42px;
  line-height: 95%;
  text-align: center;
  font-weight: 400;
  padding: 60px 0;
  border-bottom: 1px solid #d2d0d0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contacts__title-big {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .contacts__title-big {
    font-size: 60px;
    margin-bottom: 80px;
    padding: 110px 0;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__title-big {
    font-size: 64px;
    margin-bottom: 100px;
    padding: 150px 0;
  }
}

@media screen and (min-width: 1600px) {
  .contacts__title-big {
    font-size: 80px;
    margin-bottom: 100px;
    padding: 150px 0;
  }
}

.contacts__title-big span {
  color: #d2d0d0;
}
.contacts__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}



@media screen and (min-width: 1024.98px) {
  .contacts__content-wrapper {
  gap: 50px;
  }
}



@media screen and (min-width: 1200px) {
  .contacts__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}
.contacts__content-wrapper img {
  max-width: 328px;
}
@media screen and (min-width: 768px) {
  .contacts__content-wrapper img {
    max-width: 302px;
  }
}


@media screen and (min-width: 1024.98px) {
  .contacts__content-wrapper img {

     max-width: 385px;
  }
}


@media screen and (min-width: 1200px) {
  .contacts__content-wrapper img {
       max-width: 302px;
  }
}



@media screen and (min-width: 1440.98px) {
  .contacts__content-wrapper img {
    max-width: 385px;
  }
}
.contacts__content-wrapper img:last-child {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .contacts__content-wrapper img:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.contacts__content {
  max-width: 343px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .contacts__content {
    max-width: 550px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content {
    max-width: 811px;
  }
}
.contacts__content__top {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .contacts__content__top {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__top {
    margin-bottom: 150px;
  }
}
.contacts__content__top__title {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 24px;
  line-height: 90%;
  padding-bottom: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-primary-text);
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .contacts__content__top__title {
    font-size: 26px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__top__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.contacts__content__top__contacts__list {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .contacts__content__top__contacts__list {
    gap: 0;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__top__contacts__list {
    gap: 12px;
  }
}
.contacts__content__top__contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #d2d0d0;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .contacts__content__top__contacts__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .contacts__content__top__contacts__items {
    padding: 12px 0;
    gap: 20px;
  }
}
.contacts__content__top__contacts__items__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
.contacts__content__top__contacts__items__left p {
  font-family: "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .contacts__content__top__contacts__items__left p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__top__contacts__items__left p {
    font-size: 18px;
  }
}
.contacts__content__top__contacts__items__right {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .contacts__content__top__contacts__items__right {
    max-width: 270px;
  }
}
@media screen and (min-width: 992px) {
  .contacts__content__top__contacts__items__right {
    max-width: 298px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__top__contacts__items__right {
    max-width: 388px;
  }
}
.contacts__content__top__contacts__items__right a {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-primary-text);
}

@media screen and (min-width: 1440.98px) {
.contacts__content__top__contacts__items__right a {

  font-size: 18px;

}
}


.contacts__content__top__contacts__items__right a span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.contacts__content__top__contacts__items__right a:hover span {
  border-bottom: 1px solid var(--color-primary-text);
}
.contacts__content__top__contacts__items__right a:not(.adress-with-span) {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.contacts__content__top__contacts__items__right a:not(.adress-with-span):hover {
  border-bottom: 1px solid var(--color-primary-text);
}
.contacts__content__top__contacts__items__right .work-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .contacts__content__top__contacts__items__right .work-hours {
    gap: 28px;
  }
}

@media screen and (min-width: 1440.98px) {
  .contacts__content__top__contacts__items__right .work-hours {
    gap: 68px;
  }
}

.contacts__content__top__contacts__items__right .work-hours:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .contacts__content__top__contacts__items__right .work-hours:not(:last-child) {
    margin-bottom: 12px;
  }
}
.contacts__content__top__contacts__items__right .work-hours__item {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: var(--color-primary-text);
}


@media screen and (min-width: 1440.98px) {
.contacts__content__top__contacts__items__right .work-hours__item {

  font-size: 18px;

}

}



.contacts__content__top__contacts__items__right .work-hours__item:first-child {
  width: 100%;
  max-width: 114px;
}

@media screen and (min-width: 768px) {
.contacts__content__top__contacts__items__right .work-hours__item:first-child {

  max-width: 106px;
}
}


@media screen and (min-width: 1440.98px) {
.contacts__content__top__contacts__items__right .work-hours__item:first-child {

  max-width: 114px;
}
}


.contacts__content__bottom__title-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__title-wrapper {
    margin-bottom: 34px;
  }
}
.contacts__content__bottom__title {
  font-family: "Satoshi-Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  margin-bottom: 4px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .contacts__content__bottom__title {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__title {
    font-size: 18px;
  }
}
.contacts__content__bottom__description {
  font-weight: 400;
  font-size: 42px;
  line-height: 90%;
  color: var(--color-primary-text);
  text-align: center;
}


@media screen and (min-width: 1200px) {
  .contacts__content__bottom__description {
    font-size: 34px;
    text-align: left;
    color: #d2d0d0;
  }
}


@media screen and (min-width: 1260px) {
  .contacts__content__bottom__description {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__description {
    font-size: 56px;
  }
}


@media screen and (min-width: 1700px) {
  .contacts__content__bottom__description {
    font-size: 79px;
  }
}

.contacts__content__bottom__form .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 16px;
}

.contacts__content__bottom__form .contact-form .wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 992px) {
  .contacts__content__bottom__form .contact-form {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contacts__content__bottom__form .contact-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__form .contact-form {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.contacts__content__bottom__form .contact-form .wpcf7-spinner {
  position: absolute;
}

.contacts__content__bottom__form .contact-form .form-field {
  width: 100%;

}
@media screen and (min-width: 1200px) {
  .contacts__content__bottom__form .contact-form .form-field {
   	   -ms-flex-preferred-size: calc(40% - 20px);
    flex-basis: calc(40% - 20px);
  }
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__form .contact-form .form-field {
	
	   -ms-flex-preferred-size: calc(40% - 30px);
    flex-basis: calc(40% - 30px);
  }
}
.contacts__content__bottom__form .contact-form .form-field.left {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .contacts__content__bottom__form .contact-form .form-field.left {
    -ms-flex-preferred-size: calc(60% - 20px);
    flex-basis: calc(60% - 20px);
 
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__form .contact-form .form-field.left {
    -ms-flex-preferred-size: calc(60% - 30px);
    flex-basis: calc(60% - 30px);
 
  }
}
.contacts__content__bottom__form .contact-form .form-field__input {
  width: 100%;
  height: 54px;
  margin-bottom: 4px;
  padding: 12px 8px;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-primary-dark);
  text-transform: uppercase;
  outline: rgba(0, 0, 0, 0);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.contacts__content__bottom__form .contact-form .form-field__input#emailInput {
  text-transform: none;
}


.contacts__content__bottom__form .contact-form .form-field__input.error {
  border-bottom: 1px solid #fe1414;
}
.contacts__content__bottom__form .contact-form .form-field__input:hover {
  border-bottom: 1px solid var(--color-primary-text);
}
.contacts__content__bottom__form .contact-form .form-field__input:focus {
  border-bottom: 1px solid var(--color-primary-text);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input::-webkit-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input::-moz-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input:-ms-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.contacts__content__bottom__form
  .contact-form
  .form-field__input::-ms-input-placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.contacts__content__bottom__form .contact-form .form-field__input::placeholder {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.contacts__content__bottom__form .contact-form .form-field__input.left {
  max-width: 100%;
}

@media screen and (min-width: 1024.98px) {
  .contacts__content__bottom__form .contact-form .form-field__input.left {

  }
}

.contacts__content__bottom__form .contact-form__submit {
  line-height: 133.277778%;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary-light);
  padding: 8px 24px;
  border-radius: 4px;
  background: #373434;
  width: 100%;

  height: 40px;
  -webkit-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
  outline: none;
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 1024.98px) {
  .contacts__content__bottom__form .contact-form__submit {
	  	   -ms-flex-preferred-size: calc(40% - 30px);
    flex-basis: calc(40% - 30px);
    height: 56px;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts__content__bottom__form .contact-form__submit {
    padding: 16px 24px;

  }
}

@media screen and (min-width: 1600px) {
  .contacts__content__bottom__form .contact-form__submit {
    padding: 16px 44px;


  }
}


.contacts__content__bottom__form .contact-form__submit:disabled {
  cursor: not-allowed;
  background: #b3b3b3;
}
.contacts__content__bottom__form .contact-form__submit:disabled:hover {
  background: #b3b3b3 !important;
}
.contacts__content__bottom__form .contact-form__submit:hover {
  background: #4e4d4d !important;
}
.contacts .image-responsive-mobile {
  max-width: 328px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contacts .image-responsive-mobile {
    max-width: 302px;
  }
}
@media screen and (min-width: 992px) {
  .contacts .image-responsive-mobile {
    display: none;
  }
}
@media screen and (min-width: 1440.98px) {
  .contacts .image-responsive-mobile {
    max-width: 385px;
  }
}
.contacts .image-responsive-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .contacts .image-responsive-desktop {
    display: block;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--color-primary-light);
  border-bottom: 1px solid var(--color-secondary-light);
}
.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1440.98px) {
  .header__nav {
    padding: 24px 0;
  }
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 18px;
}
@media screen and (min-width: 992px) {
  .header__nav__list {
    gap: 24px;
  }
}
@media screen and (min-width: 1440.98px) {
  .header__nav__list {
    gap: 50px;
  }
}
.header__nav__links {
  font-size: 12px;
  line-height: 133.3125%;
  text-transform: capitalize;
  color: var(--color-primary-text);
  font-weight: 400;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header__nav__links {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440.98px) {
  .header__nav__links {
    font-size: 16px;
  }
}
.header__nav__links:hover {
  color: #888686;
}
.header__nav__button {
  line-height: 133.277778%;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary-light);
  padding: 8px 14px;
  border-radius: 4px;
  background: var(--color-primary-text);
  width: 100%;
  max-width: 248px;
  height: 40px;
  -webkit-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header__nav__button {
    font-weight: 600;
    padding: 8px 23px;
  }
}
@media screen and (min-width: 1440.98px) {
  .header__nav__button {
    padding: 8px 44px;
    max-width: 288px;
  }
}
.header__nav__button:hover {
  background: #4e4d4d;
}
.header__nav .logo {
  position: static;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  .header__nav .logo {
    position: absolute;
       top: 70vh;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    z-index: 3;
    max-width: 32vw;

  }
}


@media screen and (min-width: 1024.98px) {
  .header__nav .logo {
    top: 64vh;

  }
}


@media screen and (min-width: 1280.98px) {
  .header__nav .logo {
    top: 70vh;

  }
}


@media screen and (min-width: 992px) {
  .header__nav .logo a {
    display: inline-block;
    position: relative;
    z-index: 3;
  }
}
.header__nav .logo a img {
  min-width: 150px;
  height: auto;
	margin:0 auto;
}
@media screen and (min-width: 992px) {
  .header__nav .logo a img {
    min-width: 32vw;
  }
}
.header__nav .logo a img:first-child {
  opacity: 1;
}
.header__nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .header__nav-mobile {
    display: none;
  }
}


.header__nav-mobile>a {
    width: 60px;
    display: flex;
    justify-content: flex-end;
}



.header__nav-mobile__logo {
  max-width: 118px;
  max-height: 26px;
	    transform: translateY(2px);
}
@media screen and (min-width: 480px) {
  .header__nav-mobile__logo {
    max-width: 215px;
    max-height: 48px;
  }
}
.header__nav-mobile__button {
  font-size: 18px;
  line-height: 133.277778%;
  font-weight: 500;
  text-transform: uppercase;
	color:var(--color-primary-text);
  padding: 8px 4px;
  border: none;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
.header__nav-mobile__button:hover {
  color: #888686;
}
.hero {
  position: relative;
  min-height: 812px;
  overflow: hidden;
  opacity: 1;
  padding-top: 631px;
}

@media screen and (min-width: 992px) {
  .hero {
    padding-top: 0;
  min-height: 100vh;
  }
}

.hero__content {
  padding-top: 80px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1440.98px) {
  .hero__content {
    padding-top: 88px;
  }
}
.hero__background {
  height: 100%;
}
.hero__background img {
  width: 100%;
  height: 100%;
}
.hero__socials {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) {
  .hero__socials {
    display: block;
  }
}

@media screen and (min-width: 1440.98px) {
  .hero__socials {
     bottom: 50px;
  }
}
.hero__socials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px;
}
.hero__socials__wrapper p {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 135%;
  text-transform: capitalize;
}
.hero__socials__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.hero__socials__wrapper ul li {
  width: 30px;
  height: 30px;
}
.hero__socials__wrapper ul a {
  position: relative;
}

.hero__button-wrapper {
  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;
  margin-top: 30px;
}
.hero__button-wrapper button {
  width: 100%;
  max-width: 343px;
  height: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  background: var(--color-primary-text);
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 18px;
  line-height: 133.333333%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: background 0.9s ease-in-out;
  transition: background 0.9s ease-in-out;
}
.hero__button-wrapper button:hover {
  background: #4e4d4d;
}
@media screen and (min-width: 768px) {
  .hero__button-wrapper {
    display: none;
  }
}
.image-animated__image {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 50%;
}


@media screen and (min-width: 768px) {
  .image-animated__image {
  height: calc(100vh - 89px);
  }
}


@media screen and (min-width: 992px) {
  .image-animated__image {
    background-size: 100%;
    background-position: 50% 50%;
  }
}
.image-animated__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1440.98px) {
  .image-animated__title-wrapper {
    gap: 26px;
  }
}
.image-animated__title {
  font-weight: 400;
  font-size: 80px;
  line-height: 95%;
  margin-bottom: 120px;
  margin-top: 80px;
  font-size: 42px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .image-animated__title {
    margin-bottom: 140px;
    margin-top: 110px;
    font-size: 66px;
    text-align: left;
  }
}
@media screen and (min-width: 1440.98px) {
  .image-animated__title {

    font-size: 64px;
  }
}

@media screen and (min-width: 1600px) {
  .image-animated__title {
    margin-bottom: 200px;
    margin-top: 200px;
    font-size: 80px;
  }
}
.image-animated__title .grey-header-anim {
  color: #d2d0d0;
}

.image-animated__title .responsive-dot {
  color: #d2d0d0;
}

@media screen and (min-width: 1440.98px) {
.image-animated__title .responsive-dot {
  color: var(--color-primary-text);
}
}
.footer {
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 120px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1440.98px) {
  .footer {
    padding-top: 150px;
    padding-bottom: 260px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  width: 100%;
  max-width: 450px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer__nav-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .footer__nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1080px) {
  .footer__nav-wrapper {
    max-width: 550px;
  }
}
@media screen and (min-width: 1300px) {
  .footer__nav-wrapper {
    max-width: 670px;
  }
}
@media screen and (min-width: 1600px) {
  .footer__nav-wrapper {
    max-width: 815px;
  }
}
.footer__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__nav__list {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
  }
}
@media screen and (min-width: 1440.98px) {
  .footer__nav__list {
    gap: 12px;
  }
}
.footer__nav__links {
  padding: 4px;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.03em;
  color: #f8f8f8;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
.footer__nav__links:hover {
  color: #b3b3b3;
}
.footer__address {
  margin-bottom: 0;
}
.footer__address .footer__contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__address .footer__contacts__info p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 121%;
  text-align: right;
  color: #888686;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer__address .footer__contacts__info p {
    font-size: 14px;
  }
}
.footer__address .footer__contacts__info p a {
  color: #888686;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer__address .footer__contacts__info {
    display: none;
  }
}
.footer__address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .footer__address ul {
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.footer__address ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__address ul li {
    text-align: left;
  }
}
.footer__address ul li a {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 135%;
  color: #b3b3b3;
  font-weight: 400;
  text-transform: capitalize;

}

.footer__address ul li p:first-child {
  border-bottom: 1px solid #b3b3b3;
	display:inline;
	margin-bottom:2px;

}


.footer__address ul li p {
  font-family: "Satoshi-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-primary-light);

}
@media screen and (min-width: 768px) {
  .footer__address ul li p {
    font-size: 20px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__contacts {
    -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: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__contacts__socials {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer__contacts__socials {
    margin-bottom: 80px;
  }
}
.footer__contacts__socials p {
  font-family: "Satoshi-Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #b3b3b3;
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__contacts__socials p {
    text-align: left;
  }
}
.footer__contacts__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__contacts__socials ul a {
  position: relative;
}
.footer__contacts__button {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .footer__contacts__button {
    margin-bottom: 83px;
  }
}
@media screen and (min-width: 1440.98px) {
  .footer__contacts__button {
    margin-bottom: 220px;
  }
}
.footer__contacts__button button {
  padding: 20px 1px;
  border-bottom: 2px solid #f8f8f8;
  font-weight: 400;
  font-size: 25px;
  line-height: 90%;
  color: #f8f8f8;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer__contacts__button button {
    padding: 16px 5px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1440.98px) {
  .footer__contacts__button button {
    padding: 20px 6px;
    font-size: 34px;
  }
}
.footer__contacts__button button:hover {
  color: #888686;
  border-bottom: 2px solid #888686;
}
.footer__contacts__info:not(.footer__address .footer__contacts__info) {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__contacts__info:not(.footer__address .footer__contacts__info) {
    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: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__contacts__info:not(.footer__address .footer__contacts__info) p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 121%;
  text-align: right;
  color: #888686;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer__contacts__info:not(.footer__address .footer__contacts__info) p {
    font-size: 14px;
  }
}
.footer__contacts__info:not(.footer__address .footer__contacts__info) p a {
  color: #888686;
  text-decoration: underline;
}
.services {
  height: unset;
  position: relative;
  padding-top: 0;
  margin-bottom: 120px;
}
@media screen and (min-width: 992px) {
  .services {
    height: calc(400vh + 50px);
    padding-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .services {
    height: calc(400vh + 20px);
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1440.98px) {
  .services {
    height: calc(400vh + 45px);
  }
}
.services #servicesHeader {
  position: relative;
  width: 100%;
  display: none;
  top: 78px;
  margin-bottom: 0;
  z-index: 90;
}
@media screen and (min-width: 992px) {
  .services #servicesHeader {
    display: block;
  }
}
@media screen and (min-width: 1440.98px) {
  .services #servicesHeader {
    top: 95px;
  }
}
.services #servicesHeader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (min-width: 1440.98px) {
  .services #servicesHeader .container {
    gap: 26px;
  }
}
.services #servicesHeader .section-header__title,
.services #servicesHeader .section-header__text {
  line-height: 133.333333%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-primary-light);
  padding-bottom: 16px;
  color: var(--color-primary-light);
}
@media screen and (min-width: 1440.98px) {
  .services #servicesHeader .section-header__title,
  .services #servicesHeader .section-header__text {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.services #servicesHeader .section-header__title {
  max-width: 352px;
}
@media screen and (min-width: 1440.98px) {
  .services #servicesHeader .section-header__title {
    max-width: 477px;
  }
}
.services__container {
  position: relative;
}
.services__item-overlay {
  height: 780px;
  position: relative;
background: #F8F8F8;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .services__item-overlay {
  height: 100vh;
  }
}





@media screen and (min-width: 992px) {
  .services__item-overlay {
    margin-bottom: 0;
  }
}


.services__item-overlay__content {
  padding-top: 336px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 480px) {
  .services__item-overlay__content {
    padding-top: 32vh;
  }
}

@media screen and (min-width: 992px) {
  .services__item-overlay__content {
    padding-top: 40vh;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1440.98px) {
  .services__item-overlay__content {
    padding-top: 40vh;
    padding-bottom: 289px;
  }
}

@media screen and (min-width: 1600px) {
  .services__item-overlay__content {
    padding-top: 44vh;

  }
}




.services__item-overlay__content__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-primary-light);
  text-transform: uppercase;
  margin-bottom: 20px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


@media screen and (min-width: 376px)  {
  .services__item-overlay__content__title {
  font-size: 50px;

  }
}


@media screen and (min-width: 992px)  {
  .services__item-overlay__content__title {
  margin-bottom: 30px;

  }
}




@media screen and (min-width: 1280.98px)  {
  .services__item-overlay__content__title {
    font-size: 52px;

  }
}

@media screen and (min-width: 1280.98px) and (max-height: 710px) {
  .services__item-overlay__content__title {
    font-size: 60px;
	    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1440.98px) {
  .services__item-overlay__content__title {
    font-size: 64px;
  }
}

@media screen and (min-width: 1440.98px) and (max-height: 710px) {
  .services__item-overlay__content__title {
    font-size: 60px;
	    margin-bottom: 24px;
  }
}


@media screen and (min-width: 1600px) {
  .services__item-overlay__content__title {
    font-size: 80px;

  }
}




.services__item-overlay__content__title span {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  .services__item-overlay__content__title span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440.98px) {
  .services__item-overlay__content__title span {
    font-size: 18px;
  }
}
.services__item-overlay__content p {
  max-width: 477px;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  text-indent: 50px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: none;
}
@media screen and (min-width: 992px) {
  .services__item-overlay__content p {
    display: block;
	    font-size: 16px;
  }
}

@media screen and (min-width: 1280.98px) {
  .services__item-overlay__content p {
    font-size: 20px;
  }
}
.services .item-overlay-wrapper-first {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
 .services .item-overlay-wrapper-first {
  height: 300vh;

}
}
.services .item-overlay-wrapper-second {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
.services .item-overlay-wrapper-second{
  height: 200vh;

}
}
.services .item-overlay-wrapper-third {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
.services .item-overlay-wrapper-third{
 height: 100vh;
 
}
}
.services .container.d-flex {
  gap: 20px;
}
@media screen and (min-width: 1440.98px) {
  .services .container.d-flex {
    gap: 26px;
  }
}
.services .section-header:not(#servicesHeader) {
  position: relative;
  width: 100%;
  display: block;
  top: 16px;
  margin-bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .services .section-header:not(#servicesHeader) {
    top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .services .section-header:not(#servicesHeader) {
    display: none;
  }
}
.services .section-header:not(#servicesHeader) .container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
}
@media screen and (min-width: 992px) {
  .services .section-header:not(#servicesHeader) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.services .section-header:not(#servicesHeader) .section-header__title,
.services .section-header:not(#servicesHeader) .section-header__text {
  line-height: 133.333333%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid var(--color-primary-light);
  padding-bottom: 12px;
  color: var(--color-primary-light);
}
@media screen and (min-width: 992px) {
  .services .section-header:not(#servicesHeader) .section-header__title,
  .services .section-header:not(#servicesHeader) .section-header__text {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 16px;
  }
}
.services .section-header:not(#servicesHeader) .section-header__title {
  max-width: 352px;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .services .section-header:not(#servicesHeader) .section-header__title {
    border-bottom: 1px solid var(--color-primary-light);
    padding-bottom: 16px;
  }
}
.services .section-header:not(#servicesHeader) .section-header__text {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .services .section-header:not(#servicesHeader) .section-header__text {
    text-transform: uppercase;
  }
}
.owner {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .owner {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1440.98px) {
  .owner {
    margin-bottom: 200px;
  }
}
.owner__title {
  font-family: "Dream Avenue", sans-serif;
  font-size: 44px;
  line-height: 80%;
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .owner__title {
    font-size: 66px;
    margin-bottom: 12px;
  }
}

.owner__description {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .owner__description {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440.98px) {
  .owner__description {
    font-size: 24px;
  }
}
.owner__content.d-flex {
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .owner__content.d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440.98px) {
  .owner__content.d-flex {
    gap: 26px;
  }
}
.owner__content__wrapper {
max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
	 -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .owner__content__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .owner__content__wrapper  {
    max-width: 988px;
  }
}

@media screen and (min-width: 1440.98px) {
  .owner__content__wrapper  {
    max-width: 1313px;
    gap: 30px;
  }
}

  .owner__content__wrapper img {
  max-width: 328px;
}
@media screen and (min-width: 768px) {
  .owner__content__wrapper img {
    max-width: 343px;
  }
}
@media screen and (min-width: 768px) {
  .owner__content__wrapper img {
    max-width: 42vw;
  }
}


.owner__content__text p {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 18px;
  line-height: 140%;
	  text-indent: 50px;
	margin-bottom: 20px;
}


@media screen and (min-width: 1280px) {
.owner__content__text p {

  font-size: 20px;

}
}

.owner .section-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .owner .section-header {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .owner .section-header {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440.98px) {
  .owner .section-header {
    margin-bottom: 100px;
  }
}
.reviews {
  margin-bottom: 120px;
}
.reviews .section-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .reviews .section-header {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .reviews {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1440.98px) {
  .reviews {
    margin-bottom: 200px;
  }
}
.reviews__grid {
  display: none;
}
@media screen and (min-width: 992px) {
  .reviews__grid {
    display: block;
  }
}
.reviews__grid.row {
  margin-left: 0;
  margin-right: 0;
}
.reviews__grid .row {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1440.98px) {
  .reviews__grid .row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 0;
  }
}
.reviews__grid__items {
  height: 358px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
	background: #F8F8F8;
	 flex-basis: calc((100% - 90px) / 4);
}

@media screen and (min-width: 1160px) {
  .reviews__grid__items {
   height: 436px;
  }
}


@media screen and (min-width: 1700px) {
  .reviews__grid__items {
    height: 568px;
  }
}
.reviews__grid__items p {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

@media screen and (min-width: 1160px) {
.reviews__grid__items p {

  font-size: 16px;

}
}

@media screen and (min-width: 1440.98px) {
.reviews__grid__items p {

  font-size: 18px;

}
}

.reviews__grid__items__title-wrapper h4 {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-transform: uppercase;
}
.reviews__grid__items__title-wrapper h3 {
  font-family: "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 103.225806%;
  text-transform: uppercase;
}


@media screen and (min-width: 1060px) {
  .reviews__grid__items__title-wrapper h3 {
      font-size: 30px;
  }
}



@media screen and (min-width: 1260px) {
  .reviews__grid__items__title-wrapper h3 {
    font-size: 38px;
  }
}



@media screen and (min-width: 1440.98px) {
  .reviews__grid__items__title-wrapper h3 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1700px) {
  .reviews__grid__items__title-wrapper h3 {
    font-size: 50px;
  }
}


.reviews__grid__items.image-hover {
  position: relative;
}
.reviews__grid__items.image-hover:hover img {
  opacity: 0;
  visibility: hidden;
}
.reviews__grid__items.image-hover img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.reviews__grid__items.image-hover p {
  font-size: 14px;
  line-height: 135%;
}




@media screen and (min-width: 1160px) {
.reviews__grid__items.image-hover p {

  font-size: 16px;

}
}

@media screen and (min-width: 1440.98px) {
.reviews__grid__items.image-hover p {

  font-size: 18px;

}
}

.reviews__grid__items.image-hover h4 {
  font-family: "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}


@media screen and (min-width: 1160px) {
.reviews__grid__items.image-hover h4 {

  font-size: 20px;

}
}


.reviews__mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .reviews__mobile {
    display: none;
  }
}
.reviews__slider {
  margin-bottom: 122px;
}
.reviews__slider__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .reviews__slider__container {
    max-width: initial;
  }
}
.reviews__slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
.reviews__slider__buttons button {
  padding: 0;
}
.reviews__slider__card {
  width: 343px;
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}
.reviews__slider__card__img-wrapper {
  height: 500px;
  width: 343px;
  margin-bottom: 12px;
  -webkit-transition: height 0.5s ease, width 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease;
}
.reviews__slider__card__img-wrapper img {
  height: 100%;
  width: 100%;
  -webkit-transition: height 0.5s ease, width 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease;
}
.reviews__slider__card__text-container {
  overflow: hidden;
  height: 88px;
  position: relative;
  margin-bottom: 8px;
	  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}
.reviews__slider__card__text-container p {

}
.reviews__slider__card__text-container.expanded {
  height: 100%;
	  -webkit-line-clamp: unset;
}
.reviews__slider__card__text-container.expanded p {

}
.reviews__slider__card__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__slider__card__name-wrapper h4 {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}
.reviews__slider__card__name-wrapper button {
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #d2d0d0;
}


.toggle-btn.disabled {
  opacity: 0.5; /* Зменшити непрозорість */
  cursor: not-allowed; /* Змінити курсор */
}



.reviews__slider__card__name-wrapper button svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin: 3px 0;
}
.reviews__slider__card__name-wrapper button.expanded svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__values .section-header {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #373434;
  display: block;
}
.reviews__values .section-header h2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reviews__values .section-header {
    border-bottom: none;
  }
}
.reviews__values__content ul {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}
.reviews__values__content ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid #888686;
  width: 100%;
}
.reviews__values__content ul li h4 {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857143%;
  text-align: left;
  text-transform: uppercase;
}
.reviews__values__content ul li h3 {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 104.761905%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.reviews__values__content ul li p {
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  text-align: left;
} 



.mobile-serices-info{
	display:block;
	position:absolute;
    top: 168px;
	left:0;
    z-index: 3;
    color: black;
    width: 100%;
    padding: 0 16px;
	color:#373434;
	z-index:0;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:column;
}
@media screen and (min-width: 992px) {
.mobile-serices-info{
	display:none;
	
}
}

.mobile-serices-info__title{
	    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #373434;
    text-transform: uppercase;
    margin-bottom: 60px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 376px)  {
 .mobile-serices-info__title {
  font-size: 50px;

  }
}

.mobile-serices-info__title span{
	font-family: "Satoshi-Regular", sans-serif;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: .03em;
}


.mobile-serices-info__description{

	font-family: "Satoshi-Regular", sans-serif;
font-size: 16px;
font-weight: 400;
text-align: left;
text-indent: 50px;
	margin-bottom:20px;
}

.services-image{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.services-image img{
		width:100%;
	height:100%;
}

.services-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 55, 55, 0.45);
  z-index: 2;
}

.services__item-overlay__content,
.services-image {
  transition: transform 0.5s ease;
}


.slide-out .services__item-overlay__content,
.slide-out .services-image {
  transform: translateX(-110%);
}
.slide-out .section-header:not(#servicesHeader) .section-header__title,
.slide-out .section-header:not(#servicesHeader) .section-header__text{
	color:#373434;
}
.slide-out .section-header:not(#servicesHeader) .section-header__text{
	border-bottom: 1px solid #373434;
}


.services-button-open{
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	background:#FFFFFF;
	border-radius:50%;
	align-self:flex-end;
	    padding: 0;
}
@media screen and (min-width: 992px)  {
.services-button-open {
	display:none;

  }
}

.services-button-close{
		display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	background:#373434;
	border-radius:50%;
	align-self:flex-end;
	    padding: 0;
}


.services-button-open img,
.services-button-close img{
	flex-shrink: 0;
    width: 15px;
    height: 8px;
}
}

.text-lowercase{
	text-transform:lowercase;
}

#contacts {
  scroll-margin-top: 80px; /* Для десктопу */
}

@media (min-width: 768px) {
  #contacts {
    scroll-margin-top: 90px; /* Для мобільних пристроїв */
  }
}


.logo-title-mobile{
	display:block;
	max-width:45vw;
	min-width:284px;
	width:100%;
	margin: 0 auto;
}

@media (min-width: 375px) {
.logo-title-mobile{
	min-width:343px;
}

}


@media (min-width: 992px) {
.logo-title-mobile{
	display:none;
}

}

.grecaptcha-badge{
	opacity:0;
	visibility: hidden;
}

.wpcf7-response-output{
	display:none;
}