/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 07 2024 | 18:56:19 */
main {
  background-color: #fff;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  width: 100%;
  height: 100%;

  opacity: 1;
  background-color: rgba(23, 23, 30, 0.3);

  transition: opacity 250ms ease, background-color 250ms ease;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90%;
  padding: 20px 30px 30px 30px;

  font-size: 12px;

  background-color: #ffffff;
  border-radius: 1px;
}

@media screen and (min-width: 998px) {
  .modal {
	width: 70%;
    max-width: 800px;
	padding: 20px 30px 40px 30px;
  }
}

.close-modal-btn {
  display: flex;
  justify-content: flex-end;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: auto;
  border: none;
  background-color: transparent;
}

.cross-icon {
  stroke: #111111;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 998px) {
  .close-modal-btn {
    display: flex;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-left: auto;
    border: none;
    background-color: transparent;
  }

  .cross-icon {
    stroke: #111111;
    width: 50px;
    height: 50px;
  }
}

.modal .title {
	margin-top: 0;
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (min-width: 998px) {
  .modal .title {
    font-size: 45px;
  }
}

.inputs {
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 998px) {
  .inputs {
    max-width: 600px;
    margin-bottom: 15px;
  }
}

.form-input {
	width: 100%;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
  padding: 17px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #111111;
  font-size: 12px;
  border: 1px solid #111111;
  background-color: transparent;
}

@media screen and (min-width: 998px) {
  .form-input {
    height: 50px;
    padding: 25px 24px;
    font-size: 19px;
  }
}

.form-input::placeholder {
  color: #111111;
}

textarea.form-input {
  height: 150px;
}

textarea {
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
  resize: none;
}

input[type="submit"].form-button {
	margin: 0;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 424px;
  height: 49px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border: none;
  background-color: #111111;
}

@media screen and (min-width: 998px) {
  input[type="submit"].form-button {
    max-width: 600px;
    height: 60px;
    font-size: 19px;
  }
}

.wpcf7-response-output {
	display: none;
}

.contacts__address {
  width: 80%;
  min-width: 250px;
  margin: 0 auto 14px;
}

.contacts-socials {
	display: flex;
	align-items: center;
	gap: 10px;
  position: static;
  width: 85%;
	height: 52px;
  margin: 0 auto 15px;
	margin-left: 44px;
}

.contacts-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}

.contacts__info-button {
  width: 135px;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14.5px;
  line-height: 17px;
  color: #272727;
  border: 1px solid #272727;
  background-color: transparent;
  font-family: 'Gilroy', sans-serif;
  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;
}

.contacts__info-button:hover,
.contacts__info-button:focus {
  border: 1px solid #ffffff;
  background-color: #373737;
  color: #ffffff;
}

@media screen and (min-width: 576px) {
  .contacts__info-button {
    width: 161px;
    height: 52px;
  }
}

@media screen and (min-width: 768px) {
	.contacts__image {
		max-height: 853px;
	object-fit: cover;
	}
}

@media (orientation: landscape) and (max-width: 1050px) and (min-width: 901px), (orientation: portrait) and (max-width: 900px) and (min-width: 701px) {
	div#n2-ss-5 .n-uc-hLgA91DzhXaY {
		--margin-top: 5px;
		--margin-bottom: 15px;
		max-width: 600px;
	}
	
		div#n2-ss-5 .n-uc-nUo8OVp2Pe7t {
		--margin-top: 20px;
		--margin-bottom: 15px;
	}
}

.secvices-intro__figure {
	position: relative;
}

.services-button {
	position: absolute;
	bottom: 30px;
	left: 20px;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: 'Gilroy', sans-serif;
	padding: 20px 30px;
	font-weight: 600;
}

@media screen and (max-width: 575px) {
	.services-button {
	padding: 15px 20px;
	bottom: 10px;
	left: 10px;
}
}