@charset "utf-8";
/*   
Theme Name: SiteSeed Theme
Theme URI: https://theme.siteseed.ru
Description: Шаблон разработанный веб-мастерской SiteSeed.
Author: Site Seed
Author URI: https://siteseed.ru
Version: 1.0
*/
/* CSS Document */
@font-face {
  font-family: 'Open Sans Regular';
  src: local('Open Sans Regular'), local('OpenSansRegular'), url('css/OpenSansRegular.woff2') format('woff2'), url('css/OpenSansRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: local('Open Sans Bold'), local('OpenSansBold'), url('css/OpenSansBold.woff2') format('woff2'), url('css/OpenSansBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans ExtraBold';
  src: local('Open Sans Extra Bold'), local('Open Sans ExtraBold'), local('OpenSansExtraBold'), url("css/OpenSansExtraBold.woff2") format('woff2'), url("css/OpenSansExtraBold.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
html {
  position: relative;
  min-width: 960px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans Bold', 'sans-serif';
  font-size: 20px;
  color: #304f5b;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
*,
::before,
::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  line-height: 1.2em;
  text-indent: 0;
}
a {
  color: #607D8B;
  text-decoration: none;
}
a:visited {
  color: #78909c;
  text-decoration: underline;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
dd {
  margin: 0 1.5em 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 5px solid #455A64;
  background: #F5f5f5;
  font-size: 18px;
  font-style: italic;
  margin-left: 0.5em;
}
blockquote p {
  font-size: 18px;
}
code {
  white-space: normal;
  color: #666;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table caption {
  text-align: center;
  text-transform: uppercase;
}
thead {
  background-color: #fff;
  color: #212121;
}
table,
th,
td {
  border: 1px solid #ddd;
}
th,
td {
  padding: 0.7em;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: #eee;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 200%;
  vertical-align: baseline;
}
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  width: 100%;
}
img {
  margin-bottom: 1em;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.error_screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.error_container {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 9999;
  color: #696969;
}
.error_block {
  width: 400px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 2px solid #545454;
  text-align: center;
}
.error_block a {
  text-decoration: none;
  border-bottom: 2px solid #545454;
  color: #696969;
  transition: 0.3s linear;
}
.error_block a:hover {
  border-bottom: 2px solid #000;
  color: #000;
  transition: 0.2s linear;
}
/* Главный блок */
/* Навигация */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #314F5A;
}
nav .wrap {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transition: 0.2s linear;
}
nav .logo {
  width: 12.8rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.8rem;
  transition: 0.2s linear;
}
nav .logo .sro-types {
  font-size: 0.7rem;
  line-height: 1rem;
  padding-left: 15px;
  opacity: 1;
  transition: 0.2s linear;
}
nav .menu {
  font-size: 20px;
  transition: 0.2s linear;
}
nav .phone {
  text-align: right;
  font-size: 1.3rem;
  transition: 0.2s linear;
}
nav ul {
  display: flex;
  list-style-type: none;
}
nav ul li:not(:last-child) {
  margin-right: 1.2rem;
}
nav a,
nav a:hover,
nav a:focus,
nav a:visited {
  color: #fff;
}
footer {
  width: 100%;
  background-image: linear-gradient(to right, rgba(49, 79, 90, 0.95), rgba(49, 79, 90, 0.95)), url("css/call-us-background.jpg");
}
footer p {
  color: #4e7e8f;
}
footer .wrap {
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #929292;
}
footer .wrap .ogrn {
  width: fit-content;
}
footer .wrap .ogrn p {
  text-align: right;
}
/* Нижний блок */
/* Паша пишет тут */
.content-fit {
  width: 1210px;
  padding: 0 30px;
  margin: 0 auto;
}
#staff-container {
  margin-bottom: 4rem;
}
#partners-container {
  margin-bottom: 4rem;
}
.index-title {
  padding-left: 1.5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 800;
}
.index-partners {
  display: flex;
  justify-content: space-between;
}
.index-partners div {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}
.index-banner-wrap {
  position: relative;
  padding-top: 11.5rem;
  padding-bottom: 3.75rem;
  margin-bottom: 4rem;
  display: flex;
  /* Потому что иначе не считает свою высоту от размера содержимого */
  background-image: linear-gradient(to right, rgba(17, 150, 195, 0.95), rgba(17, 150, 195, 0.95)), url("css/banner-background.jpg");
  background-size: cover;
}
.index-banner-wrap::after {
  content: '';
  position: absolute;
  right: calc(50% - 605px);
  bottom: 0;
  width: 1210px;
  height: 100%;
  background-image: url("css/man.png");
  background-repeat: no-repeat;
  background-position: right 40px bottom;
  display: block;
}
.index-banner-content {
  color: #fff;
}
.index-banner-content .content-block {
  margin-bottom: 5%;
}
.index-banner-content h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
.index-banner-content h4 {
  font-size: 1.5rem;
}
.index-banner-content ul {
  list-style: none;
}
.index-banner-content .index-banner-button a,
.index-banner-content .index-banner-button a:hover,
.index-banner-content .index-banner-button a:focus,
.index-banner-content .index-banner-button a:visited {
  position: relative;
  z-index: 1;
  padding: 0.7rem;
  border: 3px solid #21b5f5;
  background-color: #fff;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #21b5f5;
}
.index-reasons-wrap {
  margin-bottom: 4rem;
}
.index-reasons-items {
  padding-top: 4.5rem;
}
.index-reasons-items .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.index-reasons-items-item {
  position: relative;
  flex-basis: 27%;
  padding: 1.7% 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.6rem;
  text-align: center;
}
.index-reasons-items-item .wpb_wrapper {
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.index-reasons-items-item .wpb_wrapper .colored {
  font-family: 'Open Sans ExtraBold', sans-serif;
}
.index-reasons-items-item::after {
  content: '';
  position: absolute;
  top: -4.25rem;
  z-index: 5;
  width: 4.5rem;
  height: 4.5rem;
}
.index-reasons-items-item:nth-of-type(1),
.index-reasons-items-item:nth-of-type(2),
.index-reasons-items-item:nth-of-type(3) {
  margin-bottom: 6rem;
}
.index-reasons-items-item:nth-of-type(1) {
  border: 3px solid #35ba79;
}
.index-reasons-items-item:nth-of-type(1) .colored {
  font-size: 3.2rem;
  color: #35ba79;
}
.index-reasons-items-item:nth-of-type(1)::after {
  background-image: url("css/012-file.png");
}
.index-reasons-items-item:nth-of-type(2) {
  border: 3px solid #24ae96;
}
.index-reasons-items-item:nth-of-type(2) .colored {
  width: 6rem;
  height: 3rem;
  background-image: url("css/007-infinity-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index-reasons-items-item:nth-of-type(2)::after {
  background-image: url("css/001-help.png");
}
.index-reasons-items-item:nth-of-type(3) {
  border: 3px solid #0b89b4;
}
.index-reasons-items-item:nth-of-type(3) .colored {
  color: #0b89b4;
}
.index-reasons-items-item:nth-of-type(3) .colored p {
  font-size: 1.5rem;
}
.index-reasons-items-item:nth-of-type(3) .colored p:first-child {
  font-size: 2.5rem;
  line-height: 1.8rem;
}
.index-reasons-items-item:nth-of-type(3)::after {
  background-image: url("css/012-file-1.png");
}
.index-reasons-items-item:nth-of-type(4) {
  border: 3px solid #35ba79;
}
.index-reasons-items-item:nth-of-type(4) .colored {
  display: flex;
  align-items: center;
  color: #35BA79;
  font-size: 3rem;
}
.index-reasons-items-item:nth-of-type(4) .colored .nrs-items {
  padding-left: 0.2rem;
  font-size: 1rem;
  text-align: left;
}
.index-reasons-items-item:nth-of-type(4)::after {
  background-image: url("css/026-ruble-currency-sign.png");
}
.index-reasons-items-item:nth-of-type(5) {
  border: 3px solid #24ae96;
}
.index-reasons-items-item:nth-of-type(5) .colored {
  color: #24ae96;
}
.index-reasons-items-item:nth-of-type(5) .colored p:first-child {
  font-size: 3rem;
  line-height: 2rem;
}
.index-reasons-items-item:nth-of-type(5)::after {
  background-image: url("css/020-deal.png");
}
.index-reasons-items-item:nth-of-type(6) {
  border: 3px solid #0b89b4;
}
.index-reasons-items-item:nth-of-type(6) .colored {
  color: #0b89b4;
  font-size: 3rem;
}
.index-reasons-items-item:nth-of-type(6)::after {
  background-image: url("css/001-progress-report.png");
}
.index-reasons-items-item::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 25%;
  right: 25%;
  height: 5px;
  background-color: white;
}
.index-order-content {
  margin-bottom: 4rem;
  border: 3px solid #12a0b3;
  border-radius: 0.6rem;
  padding: 1.8rem 1.5rem;
  background-image: linear-gradient(to top, rgba(73, 193, 134, 0.95), rgba(73, 193, 134, 0.95)), url("css/order-background.jpg");
  background-size: cover;
  min-height: 254px;
}
.index-order-content .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index-order-offer,
.index-order-gift,
.index-order-name,
.index-order-phone,
.index-order-policy,
.index-order-button {
  width: 30%;
}
.index-order-offer,
.index-order-name,
.index-order-phone {
  margin-bottom: 1rem;
}
.index-order-offer,
.index-order-gift,
.index-order-policy,
.index-order-button {
  color: #fff;
}
.index-order-name input,
.index-order-phone input,
.index-order-button input,
.index-order-name button,
.index-order-phone button,
.index-order-button button {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #3c3f41;
  border-radius: 1.8rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
.index-order-name button,
.index-order-phone button,
.index-order-button button {
  background-color: #3c3f41;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #fff;
}
.index-order-offer,
.index-order-gift {
  text-transform: uppercase;
}
.index-order-gift {
  font-size: 2rem;
}
.index-order-name input,
.index-order-phone input {
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 2px);
  background-position-y: center;
}
.index-order-name input {
  background-image: url("css/index-order-name-background.png");
}
.index-order-phone input {
  background-image: url("css/index-order-phone-background.png");
}
.index-order-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
}
.index-order-policy a,
.index-order-policy a:visited,
.index-order-policy a:focus {
  color: #0a482d;
}
.index-order-policy input {
  margin-right: 0.5rem;
  zoom: 2;
}
.index-stages-items {
  counter-reset: stage-number;
  padding-top: 11.25rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-around;
}
.index-stages-item {
  counter-increment: stage-number 1;
  position: relative;
  flex-basis: 16%;
}
.index-stages-item::before {
  content: counter(stage-number);
  position: absolute;
  top: -11.25rem;
  left: calc(50% - 3.1rem);
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8rem solid #b6dce8;
  border-radius: 50%;
  background: #0c8ab3;
  font-size: 2rem;
  color: #fff;
}
.index-stages-item::after {
  content: '';
  position: absolute;
  top: -3.5rem;
  left: calc(50% - 35px);
  width: 3.5rem;
  height: 1.9rem;
  background-image: url("css/001-next-arrow.png");
}
.index-stages-item p {
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
}
.index-dependencies-items {
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-around;
}
.index-dependencies-item {
  flex-basis: 24%;
  padding: 1.5rem 1.25rem;
  border: 3px solid #0c8ab3;
  text-align: center;
}
.index-dependencies-item::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 15%;
  right: 15%;
  z-index: 1;
  height: calc(100% + 6px);
  background: #fff;
  opacity: 0.9;
}
.index-dependencies-item::after {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: -3px;
  z-index: 1;
  width: calc(100% + 6px);
  background: #fff;
  opacity: 0.9;
}
.index-dependencies-item .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.index-dependencies-item strong {
  min-height: 3.25rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25em;
  text-transform: uppercase;
}
.index-dependencies-item p {
  font-size: 0.7rem;
}
.index-price-wrap {
  margin-bottom: 4rem;
  background: #f9fafb;
}
.index-price-items {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.index-price-description,
.index-price-info {
  flex-basis: 23%;
}
.index-price-description em,
.index-price-info em {
  display: block;
  font-style: normal;
  line-height: 1.2em;
}
.index-price-description-title,
.index-price-info-title {
  padding-top: 16%;
  margin-bottom: 26%;
  height: 20rem;
}
.index-price-description-title p,
.index-price-info-title p {
  line-height: 1rem;
}
.index-price-description-foundation,
.index-price-info-foundation,
.index-price-description-insurance,
.index-price-info-insurance {
  min-height: 6rem;
}
.index-price-description-fee,
.index-price-info-fee,
.index-price-description-total,
.index-price-info-total {
  min-height: 3.8rem;
}
.index-price-description {
  font-size: 1rem;
}
.index-price-description em {
  font-size: 0.7em;
}
.index-price-description-foundation,
.index-price-description-fee,
.index-price-description-insurance {
  font-family: 'Open Sans Regular', sans-serif;
}
.index-price-info {
  color: #8f9b9f;
  background: #fff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 1.5rem;
  text-align: center;
}
.index-price-info em {
  font-size: 0.5em;
}
.index-price-info strong {
  color: #304f5b;
}
.index-price-info-title {
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.index-price-info .building-title,
.index-price-info .building-button {
  background-color: #81e259;
}
.index-price-info .building-title {
  background-image: url("css/index-price-building-background.png");
  background-size: 120% auto;
}
.index-price-info .design-title,
.index-price-info .design-button {
  background-color: #5bc697;
}
.index-price-info .design-title {
  background-image: url("css/index-price-design-background.png");
  background-size: 160% auto;
}
.index-price-info .research-title,
.index-price-info .research-button {
  background-color: #36acd1;
}
.index-price-info .research-title {
  background-image: url("css/index-price-research-background.png");
  background-size: 165% auto;
}
.index-price-info .building-button,
.index-price-info .design-button,
.index-price-info .research-button {
  width: 100%;
}
.index-price-info .building-button a,
.index-price-info .design-button a,
.index-price-info .research-button a,
.index-price-info .building-button a:hover,
.index-price-info .design-button a:hover,
.index-price-info .research-button a:hover,
.index-price-info .building-button a:focus,
.index-price-info .design-button a:focus,
.index-price-info .research-button a:focus,
.index-price-info .building-button a:visited,
.index-price-info .design-button a:visited,
.index-price-info .research-button a:visited {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: inherit;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}
.index-call_us {
  margin: auto;
}
.index-call_us-wrap {
  background-image: linear-gradient(to right, rgba(17, 150, 195, 0.95), rgba(17, 150, 195, 0.95)), url("css/call-us-background.jpg");
}
.index-call_us .wpb_wrapper {
  height: 8rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-call_us .wpb_wrapper #index-call_us-button a,
.index-call_us .wpb_wrapper #index-call_us-button a:hover,
.index-call_us .wpb_wrapper #index-call_us-button a:focus,
.index-call_us .wpb_wrapper #index-call_us-button a:visited {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 3px solid #fff;
  border-radius: 0;
  background-color: transparent;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
}
.index-call_us .index-title {
  margin: 0;
  color: #fff;
  font-size: 1.75rem;
}
.index-map {
  height: 100%;
  display: flex;
  align-items: center;
}
.index-map-wrap {
  position: relative;
  height: 32.5rem;
  background: #FCFCF7;
}
.index-map-contacts {
  position: absolute;
  right: calc(50% + 5rem);
  height: 32.5rem;
  width: 20rem;
  display: flex;
  align-items: center;
}
.index-map-contacts .wpb_wrapper {
  position: relative;
  padding: 1.75rem;
  border: 3px solid #395560;
  background-color: #fff;
  color: #73798a;
  box-shadow: 0 0 15px 5px rgba(57, 85, 96, 0.3);
}
.index-map-contacts .wpb_wrapper p:not(:last-child),
.index-map-contacts .wpb_wrapper ul {
  margin-bottom: 2.4rem;
}
.index-map-contacts .wpb_wrapper p,
.index-map-contacts .wpb_wrapper ul {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  list-style: none;
}
.index-map-contacts .wpb_wrapper p:first-child {
  text-align: center;
}
.index-map-contacts .wpb_wrapper strong {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #001440;
}
.index-map-contacts .wpb_wrapper::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 2rem;
  right: 2rem;
  height: calc(100% + 6px);
  background-color: #fff;
}
.index-map-contacts .wpb_wrapper::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 2rem;
  bottom: 2rem;
  width: calc(100% + 6px);
  background-color: #fff;
}
/* Паша пишет тут */
/* Якоря */
#about,
#joining,
#clients,
#contacts {
  scroll-margin-top: 100px;
}
/* Убираю панель WP */
#wpadminbar {
  display: none;
}
.shrink .logo {
  width: 10.5rem;
  font-size: 2rem;
  transition: 0.4s linear;
}
.shrink .logo .sro-types {
  font-size: 0.6rem;
  line-height: 0.6rem;
  padding-left: 15px;
  opacity: 0.5;
  transition: 0.4s linear;
}
.shrink .menu {
  font-size: 18px;
  transition: 0.4s linear;
}
.shrink .phone {
  font-size: 1rem;
  transition: 0.4s linear;
}
.shrink .wrap {
  height: 4rem;
  transition: 0.5s linear;
}
/* Базовые стили модального окна  */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.popup .close {
  visibility: hidden;
}
.overlay:target + .popup {
  width: 600px;
  left: calc(50% - 300px);
  padding: 40px 30px;
  background: #53C389;
  flex-direction: column;
  z-index: 101;
  position: fixed;
  top: 20%;
  opacity: 1;
  visibility: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.4);
}
.overlay:target + .popup .index-order-offer {
  order: 1;
  text-align: center;
}
.overlay:target + .popup .index-order-gift {
  order: 2;
  text-align: center;
  padding-bottom: 30px;
}
.overlay:target + .popup .index-order-name {
  order: 3;
}
.overlay:target + .popup .index-order-phone {
  order: 4;
}
.overlay:target + .popup .index-order-policy {
  order: 5;
  padding-bottom: 20px;
}
.overlay:target + .popup .index-order-button {
  order: 6;
}
.overlay:target + .popup .index-order-offer,
.overlay:target + .popup .index-order-gift,
.overlay:target + .popup .index-order-name,
.overlay:target + .popup .index-order-phone,
.overlay:target + .popup .index-order-policy,
.overlay:target + .popup .index-order-button {
  width: 100%;
}
.overlay:target + .popup .close {
  visibility: visible;
}
.close {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #ccc;
  line-height: 24px;
  position: absolute;
  right: -20px;
  top: -20px;
  text-decoration: none;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:before {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  content: "+";
  font-size: 24px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  transform: rotate(45deg);
  top: 8px;
  left: 8px;
  position: absolute;
}
.close:hover {
  background-color: rgba(64, 128, 128, 0.8);
}
.upBtn {
  position: fixed;
  bottom: 50px;
  left: -10px;
  opacity: 0;
  width: 80px;
  height: 80px;
  background: url("css/up-arrow.png") 50% 7px no-repeat, linear-gradient(#fff, #fff);
  background-size: 40px;
  z-index: 90;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 13px;
  border: 2px solid #12A0B3;
  font-size: 14px;
  box-shadow: 0 0 0 rgba(55, 238, 205, 0.4);
  animation: pulse 2s infinite;
  transition: 0.4s linear;
}
.upBtn:hover {
  background: url("css/up-arrow.png") 50% 5px no-repeat, linear-gradient(#fff, #fff);
  background-size: 40px;
  padding-bottom: 15px;
  animation: none;
}
.upBtn-on {
  opacity: 1;
  left: 30px;
  transition: 0.2s linear;
}
#UpBtn a,
#UpBtn a:visited,
#UpBtn a:focus {
  color: #0B89B4;
}
.respMes {
  width: 100%;
  display: none;
}
.respMes .green {
  color: #38BD73;
}
.respMes .red {
  color: #BD6C25;
}
.respMes-on {
  padding: 15px;
  margin-bottom: 1.8rem;
  border: 3px solid #0B89B4;
  border-radius: 0.6rem;
  background: #fff;
  text-align: center;
  display: block;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 238, 205, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(55, 238, 205, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 238, 205, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(55, 238, 205, 0.4);
    box-shadow: 0 0 0 0 rgba(55, 238, 205, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(55, 238, 205, 0);
    box-shadow: 0 0 0 20px rgba(55, 238, 205, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(55, 238, 205, 0);
    box-shadow: 0 0 0 0 rgba(55, 238, 205, 0);
  }
}
/* CSS для прелоадера */
#wptime-plugin-preloader {
  background-size: 190px!important;
}
/* Планшет */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  html {
    min-width: 100%;
    font-family: 'Open Sans Bold', 'sans-serif';
    font-size: 15px;
  }
  .content-fit {
    width: 100%;
    padding: 0 30px;
  }
  .index-banner-wrap::after {
    right: 0;
    width: 100%;
    background-size: 27rem auto;
    background-position: right 1rem bottom;
  }
  .index-reasons-items-item::after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index-order-content {
    width: 100%;
  }
  .index-order-content .popup {
    width: 100%;
    height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-order-offer {
    order: 1;
    text-align: center;
  }
  .index-order-gift {
    order: 2;
    text-align: center;
    padding-bottom: 1.7rem;
  }
  .index-order-name {
    order: 3;
  }
  .index-order-phone {
    order: 4;
  }
  .index-order-policy {
    order: 5;
    padding-bottom: 1.7rem;
    justify-content: center;
  }
  .index-order-button {
    order: 6;
  }
  .index-order-offer,
  .index-order-gift,
  .index-order-name,
  .index-order-phone,
  .index-order-policy,
  .index-order-button {
    width: 95%;
    margin: 0;
  }
  .index-order-name input,
  .index-order-phone input {
    background-size: 3.6rem auto;
  }
  .index-stages-item::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }
  .index-price-description {
    flex-basis: 24%;
    padding: 0 0.5rem 0 0;
  }
  .index-price-info {
    flex-basis: 24%;
    font-size: 1.4rem;
  }
  .index-price-info-title {
    font-size: 1rem;
  }
  .index-call_us .index-title {
    padding: 0;
  }
  .index-map-contacts {
    right: calc(40% + 5rem);
    height: 43rem;
    width: 20rem;
  }
  .index-map-contacts .wpb_wrapper {
    width: 100%;
  }
}
/* Мобильный - Примечание: Дизайн для ширины 320px*/
@media only screen and (max-width: 767px) {
  html {
    min-width: 100%;
    font-family: 'Open Sans Bold', 'sans-serif';
    font-size: 14.5px;
  }
  .content-fit {
    width: 100%;
    padding: 0 40px;
  }
  nav {
    display: none;
  }
  .index-banner-wrap {
    padding: 3rem 0 17rem;
  }
  .index-banner-wrap::after {
    right: 0;
    width: 100%;
    background-size: 16rem auto;
    background-position: center bottom;
  }
  .index-banner-content .content-block {
    margin-bottom: 15%;
  }
  .index-banner-content .content-block h1 {
    font-size: 2.5rem;
  }
  .index-banner-content .content-block h4 {
    font-size: 2.3rem;
  }
  .index-banner-content .content-block ul {
    font-size: 1.4rem;
  }
  .index-banner-content .index-banner-button {
    width: 100%;
    margin: 0 auto;
  }
  .index-banner-content .index-banner-button a,
  .index-banner-content .index-banner-button a:hover,
  .index-banner-content .index-banner-button a:visited,
  .index-banner-content .index-banner-button a:focus,
  .index-banner-content .index-banner-button a:focus-visible,
  .index-banner-content .index-banner-button a:focus-within {
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
  }
  .index-title {
    padding: 0;
  }
  .index-reasons-wrap .index-title {
    margin: 0;
  }
  .index-reasons-items {
    padding: 0;
  }
  .index-reasons-items .wpb_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .index-reasons-items-item {
    width: 20rem;
    padding: 1rem;
  }
  .index-reasons-items-item::before {
    left: 30%;
    right: 30%;
  }
  .index-reasons-items-item::after {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index-reasons-items-item .wpb_wrapper {
    flex-wrap: nowrap;
  }
  .index-reasons-items-item:nth-child(1),
  .index-reasons-items-item:nth-child(2),
  .index-reasons-items-item:nth-child(3),
  .index-reasons-items-item:nth-child(4),
  .index-reasons-items-item:nth-child(5),
  .index-reasons-items-item:nth-child(6) {
    margin-top: 6rem;
    margin-bottom: 0;
  }
  .index-reasons-items-item:nth-child(1) {
    order: 1;
  }
  .index-reasons-items-item:nth-child(1) .colored {
    font-size: 2.7rem;
  }
  .index-reasons-items-item:nth-child(4) {
    order: 2;
  }
  .index-reasons-items-item:nth-child(4) .colored {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-reasons-items-item:nth-child(4) .colored p {
    line-height: 1;
  }
  .index-reasons-items-item:nth-child(4) .colored .nrs-items {
    font-size: 0.9rem;
  }
  .index-reasons-items-item:nth-child(2) {
    order: 3;
  }
  .index-reasons-items-item:nth-child(2) p {
    font-size: 0;
  }
  .index-reasons-items-item:nth-child(2) p::before {
    content: 'Бессрочное сопровождение клиентов';
    font-size: 1rem;
    line-height: 1.2;
  }
  .index-reasons-items-item:nth-child(5) {
    order: 4;
  }
  .index-reasons-items-item:nth-child(3) {
    order: 5;
  }
  .index-reasons-items-item:nth-child(6) {
    order: 6;
  }
  .index-order-content {
    width: 100%;
  }
  .index-order-content .popup {
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-order-offer {
    order: 1;
    text-align: center;
  }
  .index-order-gift {
    order: 2;
    text-align: center;
    padding-bottom: 1.7rem;
  }
  .index-order-name {
    order: 3;
  }
  .index-order-phone {
    order: 4;
  }
  .index-order-policy {
    order: 5;
    padding-bottom: 1.7rem;
    justify-content: center;
  }
  .index-order-button {
    order: 6;
  }
  .index-order-offer,
  .index-order-gift,
  .index-order-name,
  .index-order-phone,
  .index-order-policy,
  .index-order-button {
    width: 95%;
    margin: 0;
  }
  .index-order-name input,
  .index-order-phone input {
    background-size: 3.6rem auto;
  }
  .index-stages-items {
    min-width: 20rem;
    max-width: 28rem;
    padding: 0;
    margin: 0 auto 4rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .index-stages-item {
    min-height: 6rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index-stages-item::before {
    position: static;
    width: 6rem;
    height: 6rem;
  }
  .index-stages-item::after {
    position: static;
    width: 4rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .index-stages-item .vc_column-inner {
    flex-basis: 47%;
  }
  .index-stages-item:last-child {
    margin-bottom: 0;
  }
  .index-stages-item:nth-child(odd) .vc_column-inner {
    order: 1;
  }
  .index-stages-item:nth-child(odd)::before {
    order: 3;
  }
  .index-stages-item:nth-child(odd)::after {
    order: 2;
    transform: rotate(90deg);
  }
  .index-stages-item:nth-child(odd) p {
    text-align: left;
  }
  .index-stages-item:nth-child(even) .vc_column-inner {
    order: 3;
  }
  .index-stages-item:nth-child(even)::before {
    order: 1;
  }
  .index-stages-item:nth-child(even)::after {
    order: 2;
    transform: rotate(-90deg);
  }
  .index-stages-item:nth-child(even) p {
    text-align: right;
  }
  .index-stages-item p {
    font-size: 1rem;
  }
  .index-dependencies-items {
    flex-direction: column;
  }
  .index-dependencies-item {
    margin-bottom: 1rem;
  }
  .index-dependencies-item:last-child {
    margin-bottom: 0;
  }
  .index-dependencies-item .wpb_wrapper p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .index-dependencies-item .wpb_wrapper p strong {
    min-height: auto;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .index-price-items {
    display: block;
  }
  .index-price-description {
    display: none;
  }
  .index-price-info {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
  .index-price-info-title {
    padding-top: 2.5rem;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .index-price-info .building-title,
  .index-price-info .design-title,
  .index-price-info .research-title {
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .index-price-info .building-title {
    background-size: auto 100%;
  }
  .index-price-info .design-title,
  .index-price-info .research-title {
    background-size: 115% auto;
  }
  .index-price-info .building-button,
  .index-price-info .design-button,
  .index-price-info .research-button {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .index-price-info .building-button a,
  .index-price-info .design-button a,
  .index-price-info .research-button a,
  .index-price-info .building-button a:hover,
  .index-price-info .design-button a:hover,
  .index-price-info .research-button a:hover,
  .index-price-info .building-button a:visited,
  .index-price-info .design-button a:visited,
  .index-price-info .research-button a:visited,
  .index-price-info .building-button a:focus,
  .index-price-info .design-button a:focus,
  .index-price-info .research-button a:focus,
  .index-price-info .building-button a:focus-within,
  .index-price-info .design-button a:focus-within,
  .index-price-info .research-button a:focus-within,
  .index-price-info .building-button a:focus-visible,
  .index-price-info .design-button a:focus-visible,
  .index-price-info .research-button a:focus-visible {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .index-price-info-foundation,
  .index-price-info-fee,
  .index-price-info-insurance,
  .index-price-info-total {
    display: none;
  }
  .index-partners {
    flex-wrap: wrap;
  }
  .index-partners .index-partners-item {
    flex-basis: 19%;
    height: 57px;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
  }
  .index-call_us .wpb_wrapper {
    height: 6.5rem;
  }
  .index-call_us .wpb_wrapper .index-title {
    font-size: 1.25rem;
  }
  .index-call_us .wpb_wrapper .index-title p {
    line-height: 1.5;
  }
  .index-call_us .wpb_wrapper #index-call_us-button a,
  .index-call_us .wpb_wrapper #index-call_us-button a:hover,
  .index-call_us .wpb_wrapper #index-call_us-button a:focus,
  .index-call_us .wpb_wrapper #index-call_us-button a:focus-visible,
  .index-call_us .wpb_wrapper #index-call_us-button a:focus-within,
  .index-call_us .wpb_wrapper #index-call_us-button a:visited {
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .index-call_us-button {
    margin-left: 1rem;
  }
  .index-map-wrap {
    height: auto;
  }
  .index-map-contacts {
    position: static;
    width: auto;
    height: auto;
    display: block;
  }
  .index-map-contacts .wpb_wrapper {
    border: none;
  }
  .index-map-contacts .wpb_wrapper::before,
  .index-map-contacts .wpb_wrapper::after {
    display: none;
  }
}
/* Мобильный - Примечание: Дизайн для ширины 480px */
