:root {
  --red: #d9501e;
  --container: 1420px;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  background: #E8DAC1;
   font-family: "Unbounded", sans-serif;

}
p.price_author {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 400;
}
.preview-project p {
    flex: 1 0 auto;
}

.swiper-home__slide {
    min-height: 600px;
    height: calc((var(--vh, 1vh) * 100) - 80px);
    position: relative;
}

.swiper-home__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 56px;
    height: 56px;
}
.slider-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0) 100%), linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 50%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.slider-arrow.next svg {
    transform: rotate(180deg);
}

.slider-arrow.prev svg {
    transform: rotate(0deg);
}
.slider-arrow.next {
    right: 32px;
}
.slider-arrow.prev {
    left: 32px;
}
.slider-arrow img {
    position: absolute;
    top: 50%;
    right: 50%;
}


.slider-arrow.next img {
     transform: translate(50%, -50%) rotate(180deg);
}

.slider-arrow.prev img {
    transform: translate(50%, -50%) rotate(0deg);
}







input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: #E8DAC1 !important;
    -webkit-box-shadow: 0 0 0px 1000px #E8DAC1 inset !important;
    box-shadow: 0 0 0px 1000px #E8DAC1 inset !important;
    color: #000 !important;
    background-color: #E8DAC1 !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-moz-autofill {
    background-color: #E8DAC1 !important;
    box-shadow: 0 0 0px 1000px #E8DAC1 inset !important;
    color: #000 !important;
}


.container {
  max-width: var(--container);
}
.home .site-main {
    padding-top: 80px;
}
body.menu-open {
    overflow: hidden;
}

.founder__top {
    margin: 0 0 64px;
}

.founder__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    column-gap: 20px;
    grid-auto-rows: auto 1fr;
    row-gap: 64px;
    align-items: flex-start;
}

.founder__content h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

.founder__content .editor p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.25;
}

.founder__content .editor p:last-child {
    margin: 0;
}

.img-main {}

.founder__img .img-main:before {
    padding-top: 150%;
}

.founder__img .img-main {
    max-width: 350px;
    width: 100%;
    order: 2;
}

.founder__img .img-1:before {
    padding-top: 130%;
}

.founder__img .img-1 {
    max-width: 160px;
    width: 100%;
    order: 1;
    margin-bottom: 50px;
}

.founder__img {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    justify-content: flex-end;
    grid-area: 1 / 1 / 3 / 2;
}

.title-hooks {
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
}

.exp-items {
    display: flex;
    gap: 40px;
}

p.exp-value {
    font-weight: 400;
    font-size: 64px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
}

.projects__text p,
.steps-item {
    opacity: 0;
}

p.ext-desc {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
    max-width: 240px;
}

.founder__edge .title-hooks {
    margin: 0 0 16px;
}


.founder__content {
    display: grid;
    grid-template-columns: 1fr 144px;
    gap: 90px;
}

.founder__edge {
    max-width: 610px;
    margin: 0 auto;
}

.slider-wrap__slider.wrap-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.default-page h1 {
    margin: 0 0 48px;
    font-weight: 400;
    font-size: 56px;
}

.entry-content h2 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px;
}

.entry-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 16px;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 24px 0 16px;
}

.entry-content li {
    font-weight: 300;
}

.entry-content ul {
    padding: 0 0 0 26px;
}

.site-main.default-page {
    padding: 152px 0 160px;
}

.site-main.default-page article {
    max-width: 1160px;
}

.entry-content strong {
    font-weight: 400;
}

.entry-content a {
    text-decoration: underline;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.nav-slider {
    justify-content: center;
    margin: 0 0 56px;
}
.slider-wrap {
    margin-right: calc(((100vw - var(--container)) / 2 + 15px) * -1);
}
.project-slide.img:before {
    padding-top: 149%;
}

section.project__gallery {
    margin: 0 0 160px;
}
.prev img {
    transform: rotate(180deg);
}
a:hover {
  text-decoration: none;
}

a {
  transition: .12s;
}
.step-1 .step__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step__meta .subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.25;
    margin: auto 0 24px;
    max-width: 390px;
}

.step__number {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.step__number span {
    font-weight: 400;
}

.step__nav button {
    outline: none;
    box-shadow: none;
    border: 0;
    border-radius: 32px;
    width: 215px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.step__nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}

button.prev-btn {
    background: #000;
}

button.next-btn {
    background: #d9501e;
}

.step__meta {
    display: flex;
    flex-direction: column;
}

.radio-group {
    max-width: 450px;
}

.btn--submit,
.btn--submit:focus,
.btn--submit:hover {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    border: 0;
    display: flex;
    align-items: center;
    border-radius: 32px;
    background: #D9501E;
    height: 72px;
    padding: 0 28px;
    gap: 32px;
    outline: none;
    box-shadow: none;
}

.btn--submit span {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 16px solid #fff;
}

.step__img.img:before {
    padding-top: 73%;
}

.step__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px;
}


.radio-group span {
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    border: 1px solid #323232;
}

.radio-group input {
    display: none;
}

.radio-group label input:checked ~ span {
    border: 2px solid #d9501e;
}

.radio-group label {
    margin: 0;
    display: block;
}

.radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.total {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.total > div span:first-child {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 16px;
}

.total > div span:last-child {
    border: 1px solid #323232;
    padding: 10px;
    width: 216px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
}

.total > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.step__main h2 span {
    color: var(--red);
}

.step__main h2 {
    max-width: 530px;
    text-align: center;
    margin: 0 auto 56px;
}

.total span:first-child {}

.total-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}

.total-nav button {
    outline: none;
    box-shadow: none;
    border: 0;
    font-weight: 400;
    font-size: 16px;
}

button#restart-btn {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 8px;
}

#show-form-btn {
    width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: var(--red);
}
.media-sq {
    display: grid;
    grid-template-columns: 1fr 132px;
    grid-auto-rows: auto auto;
    align-items: flex-start;
}

.media-sq .img-1.img {
    grid-area: 2 / auto / 3 / auto;
}
.step__main {
    display: flex;
    flex-direction: column;
    max-width: 688px;
    margin: 0 auto;
}
.media-sq .img-2.img {
    grid-area: 1 / 2 / 2 / 3;
}

.media-sq .img-2.img:before {
    padding-top: 100%;
}

.media-sq .img-1.img:before {
    padding-top: 100%;
}
.step__meta h2 {
    margin: 0 0 56px;
}

#project-wizard {
    padding-top: 0px;
}

.boxs {
    max-width: 1042px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.box {
    display: grid;
    grid-template-columns: 1.26fr 1fr;
    gap: 24px;
}

.box__img img {
    max-width: 100%;
}

.box__content h2 {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.box__editor p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 16px;
}

.box__editor p:last-child {
    margin: 0;
}

.box__content {
    padding-top: 16px;
}

.box__editor ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.box__editor ul li {
    font-size: 16px;
    font-weight: 300;
}

.box__editor ul li:before {
    content: ' — ';
    display: inline-block;
    margin: 0 2px;
}

.box__editor strong {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400!important;
}
.services,
#project-wizard {
  margin: 0 0 160px;
}
.step__meta h1 {
  margin: 0;
}
.step__meta h1, .step__meta h2 {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 1.2;

}


.field {
    position: relative;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    transform: translate(0, 100%);
}



.field--textarea {
    grid-area: auto / 1 / auto / 3;
}

.slider-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}

.slider-wrap > div {
    min-width: 1px;
}


.swiper.project-thumb-slider {
    padding-right: 25%;
}

.nav-slider > div.swiper-button-disabled {
    opacity: .8;
}
.nav-slider {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-slider > div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #d9501e 0%, #d9501e 100%);
    border-radius: 50%;
}



.site-main.project {
    padding-top: 96px;
}

.back a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0 0 16px;
    display: inline-block;
}

.editor p, .editor li {
  font-weight: 300;
  font-size: 16px;
}

.editor p {
    margin: 0 0 16px;
}

.project__editor {
    max-width: 568px;
    line-height: 1.25;
}

.editor p:last-child {
    margin: 0;
}
span.sq sup {
    font-size: 65%;
}

.project__schema p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    max-width: 476px;
    margin: 0 auto;
}

.project__schema.privacy img {
    filter: blur(4px);
}


section.form-block {
    margin: 0 0 160px;
}

.form-block .slogan {
    font-size: 16px;
    font-weight: 400;
    max-width: 300px;
    line-height: 1.25;
    margin: 24px 0 0 0;
}

.field input, 
.field input:focus {
 padding: 0;
}

.field input, 
.field input:focus,
.field textarea, 
.field textarea:focus {
    background: transparent;
    border: 0;
    outline: none!important;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
   
    box-shadow: none;
}



.field label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: block;
    margin: 0 0 16px;
}



.fields-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 56px;
    column-gap: 40px;
}



.project__first:before {
    padding-top: 55%;
}


.project__first .container {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.project__first h1 {
    font-weight: 400;
    font-size: 56px;
    color: #fff;
    margin: 0;
}

.project__first {}

.project__main, .project__first {
    margin: 0 0 96px;
}

.project__option {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
}

.option-value {
    font-weight: 400;
    font-size: 64px;
    line-height: 1.2;
}

.option-name {
    font-weight: 300;
    font-size: 16px;
}

.option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

.project__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    grid-auto-rows: auto;
    row-gap: 56px;
}

.project__schema {
    grid-area: 1 / 2 / 3 / 2;
}




















.press-item {
    display: grid;
    grid-template-columns: 215px 215px 1fr;
    gap: 20px;
}

#menu > div > ul > li > a {
    font-size: 16px;
    color: var(--red);
    font-weight: 400;
}

.lang li {
    list-style: none;
    padding: 0;
}

.lang {
    display: flex;
    align-items: center;
}

.lang a {
    font-size: 16px;
    color: var(--red);
    text-transform: uppercase;
}

.lang .current-lang a {
    font-weight: 700;
}

.lang li:first-child:after {
    content: '/';
    display: block;
    align-items: center;
    color: var(--red);
    font-size: 16px;
    margin: 0 3px;
}

.lang li:first-child {
    display: flex;
}

.site-header > div {
    display: flex;
    align-items: center;
}

.site-header .lang {
    margin-left: 80px;
}

#menu {
    margin-left: auto;
}

#menu ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

.site-header {
    padding: 16px 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #E8DAC1;
    z-index: 2;
}

.admin-bar .site-header {
    top: 32px;
}

.site-main {
    padding-top: 128px;
}

.img {
    position: relative;
}

.img:before {
    content: '';
    display: block;
}

.img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstscreen__img:before {
    padding-top: 55%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {

}
h1 {
  
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

p {
  margin-bottom: 0em;
}





img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}


.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}
.home .firstscreen {
    margin: 0 0 96px;
}
.projects .title-hooks {
    margin: 0 0 16px;
}


.contact {
    padding-top: 80px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px;
}

.contact__meta h1 {
    font-weight: 400;
    font-size: 41px;
    color: #000;
    line-height: 1;
}

.contact__meta p {
    font-weight: 300;
    font-size: 16px;
    max-width: 344px;
    line-height: 1.25;
}

.contact__meta {
    display: flex;
    flex-direction: column;
}

.contact__meta .social--1 {
    margin-top: auto;
}

.social a {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.social {
    display: flex;
    align-items: center;
    gap: 40px;
}

.contact__item p:first-child {
    font-weight: 200;
    font-size: 18px;
    margin: 0 0 24px;
    line-height: 1;
}

.contact__item a {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15%;
    row-gap: 56px;
}

.contact__item p:last-child {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.25;
}

.contact__img.img:before {
    padding-top: 41%;
}

.contact__img.img {
    margin-top: 56px;
}


.step-item {
    border-bottom: 1px solid #565656;
    padding: 18px 24px;
}

.step-item:first-child {
    border-top: 1px solid #565656;
}

span.step-num {
    font-size: 18px;
    font-weight: 200;
}

.step-item__title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.step-item.open .step-item__title .arrow svg {
    transform: rotate(90deg);
}

.step-item .step-item__title .arrow svg {
    transition: .12s;
    transform: rotate(0deg);
}

.step-item__title .arrow {
    margin-left: auto;
}

.step-item__desc {
    padding: 24px 0 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    max-width: 480px;
}
.steps-grid__img .wrap {
    display: grid;
    grid-template-columns: 1fr 132px;
    max-width: 452px;
    margin: 0 auto;
}

.step-link a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    gap: 16px;
    align-items: center;
}

.step-link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 18px;
}

.step-link a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D9501E;
}

.steps-grid .title-hooks {
    margin: 0 0 32px;
}

.steps-grid .img-first.img:before {
    padding-top: 140%;
}

.img.img-secondary:before {
    padding-top: 100%;
    grid-area: 1 / 2 / 2 / 3;
}



.steps .img-first.img {
    grid-area: 2 / 1 / 3 / 2;
}
.steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
a.press-item {
    color: #000;
}
.press-item__date {
    font-weight: 300;
    font-size: 16px;
}
.press-item__title {
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    padding-right: 64px;
}
.press {
    overflow: hidden;
}

span.press-item__arrow svg {
    transform: rotate(180deg);
}




a.press-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(217 80 30 / 20%);
    transform: translate(100%, 0%);
    opacity: 0;
    transition: .2s;
}

a.press-item:hover:before {
  opacity: 1;
}

a.press-item:hover {
  background: rgb(217 80 30 / 20%);
}

a.press-item:hover .press-item__img .img {
    opacity: 1;
}

.press-item__img .img {
    opacity: 0;
    transition: .2s;
}



a.press-item {
    background: rgb(217 80 30 / 0%);
    padding: 16px 0;
    position: relative;
    min-height: 92px;
    transition: .2s;
}









.press .title-hooks {
    margin: 0 0 24px;
}
.press-items {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
span.press-item__arrow {
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}
section.press, 
section.steps, 
section.projects-block,
.founder {
    margin: 0 0 160px;
}
.projects-block .title-hooks {
    margin: 0 0 16px;
}

.projects__text {
    margin: 0 auto 40px;
    max-width: 643px;
}

.projects__text p:nth-child(1) {
    text-align: right;
}

.projects__text p:nth-child(3) {
    color: var(--red);
    position: relative;
    left: 76px;
}
.projects-block .swiper-slide:first-child .preview-project__img.img {
    border-radius: 0 100px 0 0;
    overflow: hidden;
}

.projects__text {
    font-size: 18px;
    font-weight: 400;
}
.slider-wrap__nav > div {
    cursor: pointer;
}
.press-item__img .img:before {
    padding-top: 55%;
}
.press-item__img {
    position: relative;
    top: -16px;
}

.press-item__img .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.footer__top {
    position: relative;
}

.footer__top:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(232, 220, 193, 0) 0%, rgba(232, 219, 193, 0.5) 50%, #e8dac1 90%);
}

.footer__main {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 5fr;
    gap: 20px;
}


.footer__menu {
    grid-area: auto / 2 / auto / 3;
}

.footer__contact {
    grid-area: auto / 4 / auto / 5;
}

.footer__menu a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    display: block;
}

.footer__menu {
    display: flex;
    gap: 80px;
}

.social-menu {}

.footer__menu ul, .social-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__top {
    margin-bottom: 24px;
}

.footer__contact .item {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.2;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 72px;
}

.footer__contact span {
    font-size: 16px;
    font-weight: 200;
}

.footer__contact a {
    color: #000;
    font-weight: 400;
}


.footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.footer__bottom ul a {
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.footer__bottom ul {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.powerby {
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer {
    padding-bottom: 24px;
}

.hidden {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
#scrollTopBtn, #scrollTopBtn:hover, #scrollTopBtn:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(180deg, #292722 0%, #000 100%);
    padding: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 9%;
    bottom: 0;
    border: 0;
    outline: none;
    box-shadow: none;
    opacity: .8;
    
}
.total > div span:first-child {
    max-width: 216px;
    line-height: 1.25;
}
.step__total {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 20px;
}

.step__main h2 {
    font-weight: 500;
    font-size: 32px;
   
    font-family: "Inter", sans-serif;
}
.step__main h2 {
    max-width: 530px;
    text-align: center;
    margin: 0 auto 50px;
}
.step__main h2 span {
    color: var(--red);
}
.step__form {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px;
}

.step__form .meta p {
    font-weight: 400;
    font-size: 16px;
    max-width: 305px;
    line-height: 1.25;
    margin-top: 24px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    padding: 0;
    max-height: 110px;
}
.step__form-main {
    padding-top: 100px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7-acceptance label span {
    font-size: 9px;
    line-height: 1.2;
    display: block;
    padding-left: 32px;
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    border: 0;
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 0;
}

.wpcf7-acceptance label span:before, .wpcf7-acceptance label span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: -2px;
}

.wpcf7-acceptance label span:before {
    border: 1px solid #000;
}

.wpcf7-acceptance label span:after {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.svg) no-repeat center #000;
    opacity: 0;
}

.wpcf7-acceptance label input:checked ~ span:after {
    opacity: 1;
}

.wpcf7-acceptance label {
    margin: 0;
}

.wpcf7-acceptance > span {
    margin: 0;
}

.wpcf7-acceptance input {
    display: none;
}

.field.field--accept {
    margin: 40px 0;
}
.field.field-submit button {
    min-width: 300px;
    margin-left: auto;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 56px;
    column-gap: 20px;
}

.preview-project__img.img:before {
    padding-top: 130%;
}

.preview-project__img {
    margin: 0 0 24px;
}

.preview-project h2 {
    font-weight: 400;
    font-size: 16px;
    min-height: 40px;
    margin: 0 0 16px;
}

.preview-project p {
    font-weight: 300;
    font-size: 14px;
    color: #292722;
    line-height: 1.25;
    margin: 0 0 24px;
    border-bottom: 1px solid rgba(217, 80, 30, 0.4);
    padding: 0 0 16px;
}

.preview-project a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.preview-project {
    display: flex;
    flex-direction: column;
    position: relative;
}

.preview-project a:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    white-space: nowrap;
    z-index: 1;
}
a.prev.page-numbers img {
    transform: rotate(0deg);
}
ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
}

ul.page-numbers {
    position: relative;
    padding: 0 48px;
    display: inline-flex;
}

nav.custom-pagination {
    display: flex;
    justify-content: center;
}
a.next.page-numbers,
a.prev.page-numbers {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
} 
a.next.page-numbers { 
    right: 0;
}

a.prev.page-numbers {
    left: 0;
}

ul.page-numbers a, ul.page-numbers span {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
}

ul.page-numbers span {
    background: #000;
    color: #fff;
}

ul.page-numbers a {
    color: #000;
}

ul.page-numbers li:first-child a, ul.page-numbers li:last-child a {
    width: auto;
    background: transparent;
    border: 0;
    height: auto;
}

ul.page-numbers a.prev {
    margin-right: 16px;
}

ul.page-numbers a.next {
    margin-left: 16px;
}
.projects > div:first-child .preview-project__img.img {
    border-radius: 0 100px 0 0;
    overflow: hidden;
}

.archive-block  {
    margin: 0 0 160px;
}

.archive-block h1 {
    display: none;
}

.preview-project__number {
    font-weight: 200;
    font-size: 12px;
    margin: 0 0 24px;
}
.slider-wrap__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 16px;
    justify-content: flex-end;
}


.slider-wrap__nav svg {
    stroke: var(--red);
    fill: transparent;
}

.slider-wrap__nav .next {
    transform: rotate(180deg);
}

.slider-wrap__nav .swiper-button-disabled svg {
    stroke: #565656;
}

.slider-wrap__nav div {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide .preview-project h2 {
    font-weight: 300;
    text-align: right;
    margin: 0;
    min-height: auto;
}
.home-form__grid {
    max-width: 1176px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    position: relative;
    padding-top: 88px;
}

.home-form__grid h2 {
    font-weight: 700;
    font-size: 120px;
    color: #fff6e7;
    position: absolute;
    top: 0;
    right: 85px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.home-form__img .img:before {
    padding-top: 160%;
}

.home-form__img .img {
    max-width: 320px;
    width: 100%;
}

.home-form__img {
    display: flex;
    align-items: flex-end;
}

#block-form {
    margin: 0 0 160px;
}
.slider-thumb .swiper-slide {
    height: auto;
}



@media screen and (max-width: 1420px) {

.slider-wrap {
    margin-right: -15px;
}
}
@media screen and (max-width: 1366px) {

.social {
    gap: 24px;
}
.contact__grid {
    column-gap: 24px;
}

}

.contact {
    margin: 0 0 160px;
}


.menu-box .lang {
  display: none;
}

.btn-menu {
    display: none;
}
.menu-box {
    margin-left: auto;
}

nav#menu > div:last-child {
    display: none;
}
.step__form-main > div {
    max-width: 706px;
}
span.press-item__arrow svg:last-child {
    display: none;
}
/*
.project-main-slider .project-slide.img {
    aspect-ratio: 182 / 271;
    max-height: 90vh;
}

.swiper.project-main-slider {
    max-width: calc(70vh * (182 / 271));
}*/

.slider-wrap__slider.wrap-1 {
    aspect-ratio: 182 / 271;
    max-height: 90vh;
    min-height: 768px;

}
.swiper-home__slide a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
.slider-arrow svg {
    width: 16px;
    height: 16px;
}
.slider-arrow.next {
    right: 16px;
}
.slider-arrow.prev {
    left: 16px;
}
.slider-arrow {
    width: 40px;
    height: 40px;
}
.swiper-home__slide {
    height: calc((var(--vh, 1vh) * 100) - 56px);
}
.site-main.default-page {
    padding: 112px 0 96px;
}
.slider-wrap__slider.wrap-1 {
    max-height: 75vh;  
     min-height: 648px;
}
.default-page h1 {
    margin: 0 0 56px;
    font-weight: 400;
    font-size: 40px;
}
.site-main.project {
    padding-top: 72px;
}
.slider-wrap {
    margin-right: 0px;
}
.swiper.project-thumb-slider {
    padding-right: 0%;
}

section.project__gallery,
section.form-block {
    margin: 0 0 72px;
}
.project__content {
    grid-template-columns: 1fr;
    gap: 0px;
}
.project__option {
    justify-content: center;
}
.project__schema {
    grid-area: auto;
}
.project__schema {
    text-align: center;
}
.project__schema p {
    margin: 0 auto 32px;
}
.project__editor {
    max-width: 100%;
}
.project__main {
    margin: 0 0 72px;
}
.project__first h1 {
    font-size: 48px;
}
.project__first {
    margin: 0 0 64px;
}
.home .site-main {
    padding-top: 56px;
}
#block-form {
    margin: 0 0 96px;
}
span.press-item__arrow svg:last-child {
    display: block;
}
span.press-item__arrow svg:first-child {
    display: none;
}
a.press-item:hover {
    background: transparent;
}
.press-item__date {
    font-weight: 300;
    font-size: 12px;
}
.press-item__title {
    font-weight: 300;
    font-size: 14px;
   
}
span.press-item__arrow {
    width: 24px;
    height: 24px;
    border: 0;
}
span.press-item__arrow svg {
    transform: rotate(0deg);
}
.press-item {
    display: grid;
    grid-template-columns: 144px 88px 1fr;
    gap: 32px;
}
.press-item__title {
    padding: 16px 48px 16px 0;
}
.press-items {
    gap: 16px;
}
a.press-item {
    min-height: 80px;
    padding: 0;
}
.press-item__img {
    position: relative;
    top: 0px;
    width: 100%;
    height: 80px;
}
.press-item__img .img img {
    min-height: 80px;
}
.press-item__img .img {
    position: relative;
    width: 100%;
    height: 100%;
}
span.press-item__date {
    padding: 16px 0;
}
span.press-item__arrow {
    right: 16px;
    top: 32px;
}
a.press-item:before {
    background: #e8dac1;
    right: auto;
    left: 0;
    transform: translate(0px, 0px);
    width: 160px;
    opacity: 1;
}
a.press-item:hover:after {
    opacity: 1;
}
a.press-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(217 80 30 / 20%);
    left: 160px;
    bottom: 16px;
    opacity: 0;
    transition: .2s;
}

.home .firstscreen, 
section.press, 
section.steps, 
section.projects-block, 
.founder {
    margin: 0 0 72px;
}
  .step__form {
    grid-template-columns: 1fr;
    gap: 56px;
}

.fields-main {
    column-gap: 20px;
}
.step__form-main > div {
    max-width: 65%;
    margin-left: auto;
}
.step__form-main {
    padding-top: 0;
}
  .services, #project-wizard {
    margin: 0 0 96px;
  }
  .step__total {
      grid-template-columns: 1fr;
  }

  .step__media.media-sq {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 220px;
      grid-template-columns: 1fr 76px;
  }
  .total-nav {
      margin-top: 64px;
  }
  .step__total {
      padding-top: 148px;
      position: relative;
  }
  .step__main h2 {
    font-size: 20px;
    max-width: 299px;
  }
  .boxs {
    gap: 48px;
  } 
  .box__content h2 {
    font-size: 20px;
  }
  .site-header .logo {
    max-width: 96px;
  }
  .site-main {
    padding-top: 96px;
  }
  .box {
      grid-template-columns: 1fr 1fr;
  }
  #scrollTopBtn, #scrollTopBtn:hover, #scrollTopBtn:focus {
      right: 0;
      transform: translate(-100%, 50%);
  }
  .contact {
    margin: 0 0 96px;
  }
  .contact__img.img {
      margin-top: 32px;
  }
  .contact {
    grid-template-columns: 1fr 1fr;
    padding-top: 0px;
  }

  .contact__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .founder__img {
      grid-template-columns: 1fr 2fr;
      display: grid;
  }
  .founder__grid {
    grid-template-columns: 4fr 7fr;
    row-gap: 32px;
  }
  .founder__content {
    gap: 32px;
  }
}

.projects__text {

    overflow: hidden;
}

@media screen and (max-width: 1024px) {
.home-form__grid {
    grid-template-columns: 220px 1fr;
    padding-top: 32px;
}
.menu-box {
    overflow-y: scroll;
}
nav#menu {
    margin-bottom: 80px;
}
.site-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    opacity: 0;
}

.menu-open .site-header:before {
    opacity: 1;
}
.home-form__grid h2 {
    font-size: 56px;
    right: auto;
    left: 240px;
}
.steps-grid {
    grid-template-columns: 1fr;
    gap: 40px;
}
.steps-grid {
    position: relative;
}
.steps-grid .title-hooks {
    margin: 0;
}
.steps-grid__img .wrap {
    grid-template-columns: 320px 132px;
    margin-left: auto;
    margin-right: 0;
}
.steps-grid__img {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.step__meta h2 {
  margin: 0 0 32px;
}
.step__meta h1, .step__meta h2 {
    font-size: 20px;
}
.projects {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.btn--submit, .btn--submit:focus, .btn--submit:hover {
    font-size: 16px;
    padding: 0 18px;
    gap: 24px;
}
.btn--submit span {
    min-width: 48px;
}
.radio-group {
    gap: 16px;
}
.step__nav {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}
.step__nav button {
    width: 100%;
}
.step__grid {
  grid-template-columns: 1fr 1fr;
}
.box {
    gap: 20px;
}
.step__img.img:before {
    padding-top: 170%;
}
.menu-box .lang {
    display: flex;
    margin: auto auto 40px;
    justify-content: center;
}
.menu-box {
    display: flex;
    flex-direction: column;
}
#menu {
    margin-left: 0;
}

nav#menu > div:last-child {
  display: block;
}

nav#menu > div:first-child {
  display: none;
}

.btn.btn-menu:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-menu.menu-open {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/close.svg) no-repeat center;
    width: 32px;
}

.btn.btn-menu.menu-open span,
.btn.btn-menu.menu-open:before,
.btn.btn-menu.menu-open:after {
  opacity: 0;
}

.site-header .container > .lang {
    display: none;
}


.btn-menu {
    display: flex;
    width: 48px;
    height: 32px;
    padding: 0;
    outline: none;
    box-shadow: none;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.btn-menu:before, .btn-menu:after {
    content: '';
    display: block;
    background: #d9501e;
}

.btn-menu span {
    height: 2px;
    background: #d9501e;
    width: 16px;
}

.btn-menu:before {
    width: 48px;
    height: 2px;
    top: 50%;
    transform: translate(0%, calc(-50% - 6px));
    position: absolute;
    right: 0;
}

.btn-menu:after {
    width: 32px;
    height: 2px;
    top: 50%;
    transform: translate(0%, calc(-50% + 6px));
    position: absolute;
    right: 0;
}

.btn-menu {
    display: flex;
    width: 48px;
    height: 32px;
    padding: 0;
    outline: none;
    box-shadow: none;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.btn-menu:before, .btn-menu:after {
    content: '';
    display: block;
    background: #d9501e;
}

.btn-menu span {
    height: 2px;
    background: #d9501e;
    width: 16px;
}

.btn-menu:before {
    width: 48px;
    height: 2px;
    top: 50%;
    transform: translate(0%, calc(-50% - 6px));
    position: absolute;
    right: 0;
}

.btn-menu:after {
    width: 32px;
    height: 2px;
    top: 50%;
    transform: translate(0%, calc(-50% + 6px));
    position: absolute;
    right: 0;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    z-index: 1;
    padding: 160px 15px 15px;
    transition: .12s;
    transform: translate(101%, 0);
}

body.menu-open .menu-box {
  transform: translate(0%, 0);
}



.menu-box #menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.menu-box #menu > div > ul > li > a {
    font-size: 56px;
    display: block;
    border-bottom: 1px solid var(--red);
    position: relative;
    min-height: 69px;
    padding-right: 96px;
}

.menu-box #menu > div > ul > li > a img {
    position: absolute;
    max-width: 80px;
    max-height: 69px;
    right: 0;
    bottom: 0;
}

.menu-box #menu > div > ul > li {
    width: 100%;
}

.site-header .logo {
    position: relative;
    z-index: 2;
}

.btn-menu {
    margin-left: auto;
    z-index: 2;
}

.home .firstscreen {
    margin: 0 0 72px;
}
.founder__top {
    margin: 0 0 40px;
}
.founder__top img {
    max-width: 180px;
}
.founder__img {
    flex-direction: column;
    gap: 24px;
    grid-area: auto;
}

.founder__img .img-1 {
    margin: 0;
    max-width: 100px;
}
.founder__grid {
  grid-template-columns: 1fr 2fr;
}
.exp-value {
    font-size: 56px;
}
.founder__content {
    gap: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.founder__edge {
    max-width: 540px;
    width: 100%;
}
p.ext-desc {
    font-size: 14px;
}
.founder__edge {
    grid-area: auto / 1 / auto / 3;
}
}


@media screen and (max-width: 991px) {
    .slider-wrap__slider.wrap-1 {
        max-height: 70vh;
        min-height: 648px;
    }
    span.press-item__title br {
        display: none;
    }
  .footer__main {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }

  .footer__menu {
      display: contents;
  }

  .footer__contact {
      padding-top: 96px;
  }

  .footer__bottom {
      margin-top: 72px;
  }

  .footer__bottom ul a {
      font-size: 14px;
  }

  .footer__bottom ul {
      gap: 24px;
  }

  .powerby {
      font-size: 14px;
  }
  .founder__img {
      display: flex;
      flex-direction: column;
  }
  .founder__img .img-1 {
      max-width: calc(50% - 10px);
  }
  .founder__img .img-main {
      order: 1;
  }
  .founder__content .editor p {
      font-size: 14px;
      margin: 0 0 12px;
  }
  .founder__edge .title-hooks {
      margin: 0 0 8px;
  }
  .founder__edge {
      margin: 0;
  }
  .founder__grid {
      row-gap: 40px;
  }
  .founder__content {
      position: relative;
      padding-bottom: 130px;
  }

  .founder__content .img-2 {
      position: absolute;
      bottom: -100px;
      right: 0;
  }
  p.exp-value {
      font-size: 56px;
  }
}
.img-2-mobile.img {
    display: none;
}
.contact__grid .social.social--1 {
    display: none;
}
.footer__top .mobile {
    display: none;
}
.mobile-bg {
    display: none;
}


.mobile-slider {
    display: none;
}
.entry-content p {
    line-height: 1.25;
}
.error {
    padding: 96px 0160px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.error h1 span {
    display: block;
    font-size: 120px;
}

.error h1 {
    text-align: center;
}

.error a {
    color: var(--red);
}
@media screen and (max-width: 743px) {
.swiper-home__slide {
    height: calc((var(--vh, 1vh) * 100) - 72px);
    min-height: 420px;
}
.default-page h1 {
    font-size: 24px;
}
.site-main.default-page {
    padding: 104px 0 96px;
}
.entry-content h2 {
    font-size: 20px;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h5 {
    font-size: 18px;
}
.option-value {
        font-size: 32px;
}
.option-name {
    font-size: 10px;
}
.project__option {
    gap: 20px;
    
}
.slider-wrap {
    display: none;
}
.swiper.project-mobile-slider {
    padding-right: 30px;
    margin: 0 -15px;
    padding-left: 15px;
}
.mobile-slider {
    display: block;
}

.mobile-slider .nav-slider {
    margin: 0 0 24px;
    justify-content: flex-end;
}

section.project__gallery,
section.form-block,
.project__main {
    margin: 0 0 64px;
}

.home .site-main {
    padding-top: 72px;
}
.home-form__grid h2 {
    font-size: 48px;
    left: 0;
}

.home-form__grid {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-top: 28px;
}

.home-form__img {
    order: 3;
}

.home-form__img .img {
    max-width: 220px;
}
.press-item {
    grid-template-columns: 80px 1fr;
    column-gap: 16px;
    row-gap: 0;
}
.press-item__img {
    grid-area: 2 / 1 / 3 / 3;
}
.press-item__img .img {
    width: auto;
    height: auto;
}
.projects__text p:nth-child(3) {
    left: 0px;
}
.press-item__img .img {
    max-width: 140px;
    display: block;
}

a.press-item:before {
    display: none;
}

.press-item__title {
    font-weight: 300;
    font-size: 12px;
    min-height: 75px;
    line-height: 1.195;
}
a.press-item:after {
    left: 0;
    bottom: auto;
     height: 75px;
}
.press-item__img .img {
    opacity: 1;
}
.press-item__img {
    display: none;
}

.press-item:hover .press-item__img {
    display: block;
}
.projects__text {
    font-size: 12px;
    font-weight: 400;
}
.projects__text p:nth-child(1) {
    text-align: left;
}
 p.ext-desc {
        font-size: 10px;
        max-width: 116px;
}
span.step-num {
    font-size: 15px;
}
.exp-items {
    gap: initial;
}
.step-item__title {
    font-size: 15px;
    gap: 8px;
}

.step-item {
    padding: 16px 0;
}

.step-item__desc {
    line-height: 1.8;
    max-width: 100%;
    padding-right: 32px;
}

.steps-grid__img {
    grid-template-columns: 1fr;
    gap: 24px;
}

.steps-grid__img .wrap {
    grid-template-columns: 2.2fr 1fr;
    max-width: 100%;
    width: 100%;
}

.steps-grid__img {
    margin: 0 -15px;
}

.steps-grid .title-hooks {
    padding: 0 15px;
}

.step-link a {
    gap: 8px;
    font-size: 14px;
}
.step__form-main > div {
  max-width: 100%;
}
.preview-project__img.img:before {
    padding-top: 125%;
}
.projects {
    grid-template-columns: 1fr;
    gap: 20px;
}
.fields-main {
    grid-template-columns: 1fr;
    gap: 50px;
}
.step__grid > .step__img.img {
    display: none;
}
.fields-main > div {
    grid-area: auto;
}
.radio-group {
    margin: 0 auto;
    width: 100%;
}
.step__total {
    padding: 0;
}
.step__media.media-sq {
    position: relative;
    margin-left: auto;
}
.step__total {
    gap: 56px;
}
.step__main h2 {
    margin: 0 auto 40px;
}
.total {
    grid-template-columns: 1fr;
}
.total-nav {
    margin-top: 56px;
}
.total > div span:last-child {
    font-size: 14px;
}
.mobile-bg {
  display: block;
  width: 100%;
  position: relative;
}
.step--2 .radio-group,
.step--3 .radio-group,
.step--4 .radio-group {
    grid-template-columns: 1fr;
}
.boxs {
  gap: 56px;
}
.step__grid {
    grid-template-columns: 1fr;
}
.step__img.img {
    margin: 0 -15px 56px;
}
.step__nav {
    margin-top: 48px;
}
.step__img.img:before {
    padding-top: 55%;
}
.step__meta h1, .step__meta h2 {
  font-size: 20px;
  margin: 0 0 24px;
}
.box {
    grid-template-columns: 1fr;
    gap: 24px;
}
.box__img {
    text-align: center;
}
.box__content {
    padding-top: 0;
}
.menu-box #menu ul {
    gap: 32px;
}
.menu-box #menu > div > ul > li > a {
    font-size: 24px;
    display: flex;
    align-items: center;
}
.footer__top {
  margin-bottom: 50px;
}
#scrollTopBtn, #scrollTopBtn:hover, #scrollTopBtn:focus {
  right: 48px;
  transform: translate(0%, 50%);
}
.footer__top .mobile {
    display: block;
    width: 100%;
}
.footer__top > img:first-child {
    display: none;
}
.footer__main {
    flex-direction: column;
    gap: 64px;
}

.footer__menu {
    display: flex;
    align-items: center;
    gap: 64px;
}

.footer__contact {
    padding: 0;
}

.footer__bottom {
    margin-top: 64px;
}

.footer__bottom {
    flex-direction: column;
    gap: 24px;
}

.footer__bottom ul {
    flex-direction: column;
}

.powerby {
    justify-content: space-between;
}

.footer__bottom li, .footer__bottom p {
    line-height: 1;
}

.contact__grid .social.social--1 {
    display: flex;
}
.social {
  gap: 20px;
}
.contact__img.img:before {
    padding-top: 48%;
}
.contact__img.img {
    margin: 0 -15px;
}
.contact__img.img {
    margin: 32px -15px 0;
}
.contact {
  grid-template-columns: 1fr;
  gap: 48px;
}
.contact__meta .social--1 {
    display: none;
}
.home .firstscreen {
    margin: 0 0 64px;
}
.img-2-mobile.img {
    display: block;
}
.img-2-mobile.img:before {
    padding-top: 130%;
}
.img-2-mobile.img {
    order: 3;
    grid-area: auto / 2 / auto / 3;
    max-width: 90%;
    margin-left: auto;
    width: 100%;
}
.founder__img .img-main {
    grid-area: 1 / auto / 3 / auto;
}
.founder__img {
    row-gap: 24px;
}
.founder__grid {
    grid-template-columns: 1fr;
}
.founder__edge {
    grid-area: auto;
}
.founder__content .img-2 {
  display: none;
}
.founder__content {
  position: relative;
  padding-bottom: 0px;
}
p.exp-value {
    font-size: 40px;
}
p.ext-desc {
    font-size: 10px;
}
.founder__edge {
    max-width: 100%;
}
.exp-items {
    justify-content: space-between;
}
.founder__edge .title-hooks {
  margin: 0 0 16px;
}
.title-hooks {
    font-weight: 400;
}
.founder__img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
}
.founder__img .img-1 {
  max-width: 62.5%;
}
}

.grecaptcha-badge { visibility: hidden; }