/*!
Theme Name: digitales
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitales
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

digitales is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.admin-bar .wrapper {
  min-height: calc(100vh - 32px);
}

main {
  flex-grow: 1;
}

.page-main .start {
	background: url("images/background3d.png");
}

.page-main .start .back .gif-back {
	background: url("images/gif-back.gif");
}

.page-services {
	background: url("images/back-services.png");
}

.page-bim-lib {
	background: url("images/back-bim.png");
}

.page-model {
	background: url("images/back-bim.png");
}

.container {
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.page-page {
	color: #fff;
}

.page-page p {
	margin-bottom: 16px;
}

.page-page h2 {
	margin-top: 24px;
	margin-bottom: 16px;
}







.callback {
  text-align: center;
  padding: 50px 0;
}

.callback .content-title:before {
  display: none;
}

.callback form {
  max-width: 400px;
  margin: 0 auto;
}

.callback-input {
  margin-bottom: 10px;
}

.callback-input input {
  width: 100%;
  height: 44px;
  font-size: 18px;
  padding: 0 12px;
}

.callback-input textarea {
	resize: none;
	min-height: 120px;
	width: 100%;
	font-size: 18px;
	padding: 12px;
	box-sizing: border-box;
}

.callback-submit input {
  width: 100%;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  background: #000;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
}



.callback-submit {
  position: relative;
}

.callback-submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.callback-form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 14px;
}

.wpcf7-response-output {
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 16px 0 0 0 !important;
}

.contact-form-block-title {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  font-size: 26px;
}

@media(max-width: 767.98px) {
  .contact-form-block-title {
    font-size: 22px;
  }
}







main .start .content-menu {
	z-index: 1000;
}

.awp-info {
	padding: 24px 16px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.contact-info-feedback {
	font-size: 24px;
	text-decoration: underline;
}


.image-width {
  max-width: 100%;
  width: auto !important;
}

.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
}

.text-arrow img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.library-description {
  color: #fff;
  font-size: 20px;
  padding: 20px 24px;
  line-height: 1.6;
}

.library-description a {
  text-decoration: underline;
}