:root {
  --violet: #B3B6EB;
  --yellow: #FFD62B;
  --container: 1360px;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 16px;
}


input::placeholder {
	text-transform: uppercase;
}


.btn--yellow {
   
    text-transform: uppercase;
}
.fields {
    text-transform: uppercase;
    font-weight: 700;
}
.field.field--accept {
    text-transform: none;
}

.site-header .btn--yellow {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #000;
}

.form-yellow input:-webkit-autofill,
.form-yellow input:-webkit-autofill:hover,
.form-yellow input:-webkit-autofill:focus {
    background-color: #F7C033 !important;
    
    transition: background-color 5000s ease-in-out 0s;
}

.form-yellow input:-moz-autofill {
    background-color: #F7C033 !important;
    
}

.form-yellow input:-ms-input-placeholder {
    background-color: #F7C033 !important;
}







.owner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-dialog.modal-dialog-centered {
  max-width: 650px;
}
.modal-content {
  border-radius: 24px;
  border: 1px solid #B0CDEC;
}
.modal .form-main {
  padding: 36px 26px 26px;
}

button.close svg {
  width: 12px;
}
button.close {
  opacity: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}






.review-nav {
  display: none;
  justify-content: center;
}

.review-nav button {
  padding: 0;
  background: #E9A800;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-nav button.nav-right {
  transform: rotate(180deg);
}


.feedbacks {
  margin-bottom: 90px;
}




.review-img:nth-child(odd) > div:before {
  padding-top: 120%;
}
.review-img > div:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.review-img > div {
  position: relative;
  max-height: 330px;
  cursor: pointer;
}
.star {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 60px 0 20px;
}
.review__text.editor {
  margin: 0 0 32px;
}
.name {
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1;
}
.review-imgs {
  display: flex;
  
}
.review-img {
  flex: 0 0 16.67%;
  transition: .25s;
  padding: 0 12px;
}
.review-imgs {
  height: 330px;
  margin: 0 -12px;
}

.review-img > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.review-img.show-review {
  flex: 0 0 33.33%;
}
.feedbacks__meta p {
  font-size: 72px;
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1;
  text-transform: uppercase;
}
.feedbacks__meta h2 span {
  color: var(--yellow);
}
.feedbacks__meta h2 {
  font-weight: 900;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1.25;
}
.feedbacks__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feedbacks__main {
  padding-left: calc(100vw / 12);
  padding-top: 120px;
}

.feedbacks__main > div {
  min-height: 410px;
  position: relative;
  padding-bottom: 40px;
}
.review-imgs img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .25s;
}
.review-imgs .review-img.show-review img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.review {
  display: none;
}
.review.show-review {
  display: block;
}
.owner {
  margin-bottom: 100px;
}
.process--substrate .way:after {
  opacity: 1;
}
.process--substrate .way span {
  width: 72px;
  min-width: 72px;
  height: 72px;
  opacity: 0;
}
.process-items.process--substrate {
  overflow: hidden;
}
.form-yellow .fields {
  display: flex;
  align-items: center;
  gap: 16px;
}
.form-yellow {
  background: var(--yellow);
  padding: 32px 0;
}
.field.field--request p {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.fields__arrow img {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.field.field--request button:hover {
  color: #fff;
}
.field.field--request button {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #000;
  font-weight: 400;
	color: #fff!important;
  
}
.fields__arrow svg {
  transform: rotate(270deg);
}
.block--white {
  background: #fff;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 16px;
  row-gap: 24px;
  flex: 0 0 33%;
}
.field.field--request {
  grid-area: auto / 2 / auto / 3;
}
.fields__block.block--white input {
  border: 1px solid #777777;
}

.input-black label {
  display: flex;
  align-items: center;
}
.input-black label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.input-black input.wpcf7-form-control {
  padding: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.input-black input.wpcf7-form-control::placeholder {
  color: #000!important;
	
}

.input-black p {
  line-height: 1;
  margin: 0 0 8px;
}
.fields__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.brokers {
  position: relative;
}

.brokers__video {
  position: absolute;
  max-width: 73%;
  top: 0;
  right: 0;
  z-index: -1;
  min-width: 910px;
}

.brokers__video video {
  width: 100%;
  height: 100%;
}
.brokers {
  overflow: hidden;
  padding-top: 75px;
}
.brokers__content > div {
  max-width: 100%;
  min-height: 795px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 180px;
}

.brokers .container {
  position: relative;
}

.broker__items {
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(0px, -56%);
  height: 64%;
  right: calc(var(--container) / 12* 2);
}/*
.broker__value:before {
  content: '+';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3%;
  transform: translate(-100%, 0%);
  line-height: 1;
}*/
.broker__value:before {
  content: '+';
  display: inline-block;
}
.broker__item:first-child {
  top: 0;
  left: 0;
  transform: translate(50%, 180%);
}
.broker__item {
  text-align: center;
  min-width: 160px;
}
.broker__item:nth-child(2) {
  top: 0;
  right: 0;
}
.broker__item:nth-child(3) {
  bottom: 0;
  right: 0;
}
.editor li, .editor p {
  font-size: 16px;
}
.circles {
  position: absolute;
}



.about h2 {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 80px;
}

.about h2 span {
  color: var(--yellow);
}

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

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

.about__media div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.about__media div:nth-child(2) {
  grid-area: 1 / 2 / 3 / 3;
}

.about__media div:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.about__media div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__text {
  padding-right: calc(100vw / 12);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.about__text div {
  font-size: 16px;
  margin: 0 0 0px;
  line-height: 1.2;
 
}

.about__text div:nth-child(1), .about__text div:nth-child(3), .about__text div:nth-child(4) {
  max-width: 429px;
}

.about__text div:nth-child(2) {
  max-width: 316px;
  margin-left: calc(100vw / 12);
}

.about__text div:nth-child(3) {
  margin-left: calc(100vw / 12);
}

.about__text div {
  width: 100%;
}

.cmp {
  position: relative;
}

.cmp__info {
  position: absolute;
  left: 32px;
  right: 32px;
  background: rgb(158 158 158 / 60%);
  padding: 9px 24px;
  bottom: 24px;
  border-radius: 24px;
}

.cmp__info span:nth-child(2) {
  font-weight: 600;
  color: #000;
}

.cmp__info span:nth-child(1) {
  font-size: 16px;
  color: #444444;
  margin: 0 0 8px;
}

.cmp__info span {
  display: block;
  line-height: 1;
}
.customer {
  overflow: hidden;
  position: relative;
}
.customer h2 {
  font-size: 160px;
  font-weight: 700;
  display: inline-block;
  background: var(--yellow);
  border-radius: 56px;
  padding: 16px 40px;
  margin: 0;
}

.customer__meta {
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.customer__content {
  height: 755px;
  position: relative;
  z-index: 1;
}

img.img-container {
  width: 100%;
  transform: translate(0px, -100%);
}

.customer .container:last-child {
  background: #000;
  border-radius: 56px 56px 0 0;
  position: relative;
}
img.customer__line {
  position: absolute;
  bottom: 240px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

footer input.wpcf7-form-control {
  height: 48px;
}
.customer__logos {
  padding: 230px 0 220px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.customer__logos img {
  max-height: 48px;
}

.about {
  margin: 0 0 135px;
  padding-top: 48px;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  width: 65%;
  transform: translate(40%, 0%);
}


.circle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--yellow);
  border-radius: 50%;
  overflow: hidden;
}

.circle--1 {
  top: 60%;
  left: -5%;
}

.circle--2 {
  top: 18%;
  left: 30%;
}

.circle--3 {
  right: 0%;
  top: 45%;
}

.circle--4 {
  top: 60%;
  left: 48%;
}

.circle--5 {
  bottom: -12%;
  left: 60%;
}

.broker__value {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}

.broker__text {
  font-size: 16px;
  font-weight: bold;
}

.broker__item {
  position: absolute;
}


.brokers__content h2 {
  font-size: 88px;
  font-weight: 900;
  color: var(--yellow);
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.brokers__content {
  padding: 0px 0 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brokers__content .subtitle {
  font-size: 40px;
}

.brokers__content .editor {
  max-width: 316px;
  font-size: 16px;
  margin-top: auto;
}

.brokers__content a {
  width: 316px;
  justify-content: center;
  height: 67px;
  border-radius: 24px;
  color: #000;
  margin-top: 36px;
}

.brokers__content a:hover {
  color: #000;
}
.social a:hover svg,
.footer__social a:hover svg {
  fill: var(--yellow);
}

.social a svg,
.footer__social svg {
  fill: #fff;
}
.owner__inner, .owner__media {
  position: relative;
  z-index: 1;
}

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

.owner__bg:before {
  content: '';
  display: block;
  padding-top: 70%;
}
.owner {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.owner__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 104%;
  transform: translate(-16%, -2%);
}

.owner .container {
  position: relative;
}
.owner__editor {
  font-weight: bold;
}
.owner__editor ul {
  margin: 0 0 35px;
  padding: 0 0px 0 24px;
}

.owner__editor p:last-child {
  margin: 0;
}
.owner__editor p {
  margin: 0 0 30px;
}
.owner__check {
  font-size: 24px;
  margin: 0 0 30px;
}
.owner .btn--yellow {
  background: #000;
  padding: 0 40px;
  margin: 48px auto 0;
  color: #fff;
}

.owner__media h2 {
  font-size: 56px;
  font-weight: 900;
  margin: 0 0 18px;
  text-transform: uppercase;
  line-height: 1.1;
}
.owner__media .subtitle {
  font-size: 56px;
  line-height: 1.2;
}

.owner__editor .title {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.22;
  margin: 0 0 35px;
}
.owner__editor {
  border-radius: 40px;
  background: var(--yellow);
  padding: 56px 36px;
  display: flex;
  flex-direction: column;
}
.owner .container {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 24px;
  align-items: flex-start;
}


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

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

.choose__items {
  align-items: flex-start;
}
.choose-item:nth-child(4) {
  grid-area: auto / 2 / auto / 3;
  margin-top: -64px;
}
.choose-item:nth-child(5) {
  margin-top: -128px;
  grid-area: auto / 3 / auto / 4;
}
.choose__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.choose .btn {
  margin-right: calc(var(--container) / 12);
}
.choose__content {
  margin-top: 50px;
}
.choose h2 {
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0px;
}

.choose .btn {
  padding: 0 55px;
}

.choose .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
  grid-template-rows: auto 1fr;
}

.choose__items {
  padding-top: 32px;
}
.choose-item:nth-child(1) {
  margin-top: 128px;
}
.choose-item:nth-child(2) {
  margin-top: 64px;
}
.choose-item {
  padding: 24px 16px;
  background: #F0F0F0;
}

.choose-item > div {
  background: #fff;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 24px;
  min-height: 200px;
}

.choose-item > div:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f0f0f0;
  border-radius: 0 0 0 24px;
}

.choose .btn {
  padding: 0 55px;
  margin-top: 150px;
}
.choose-item:nth-child(2) .icon {
  display: none;
}
.choose-item > div span {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
}

.choose-item > div span:before, 
.choose-item > div span:after {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
}

.choose-item > div > span:before, 
.choose-item > div > span:after {
  z-index: 1;
  background: #fff;
}

.choose-item > div span.dekor span:before, .choose-item > div span.dekor span:after {
  background: #f0f0f0;
  border-radius: 0;
}
.choose-item > div span:after {
  transform: translate(0%, 100%);
  border-radius: 0 24px 0 0;
}
.choose-item > div span:before {
  transform: translate(-100%, 0px);
  border-radius: 0 24px 0 0;
}
.choose-item p {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.choose-item svg {
  width: 12px;
  height: 16px;
  transform: rotate(-135deg);
}

.choose__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.choose-item:nth-child(3) .icon svg {
  transform: rotate(0deg);
}
.choose-item:nth-child(4) .icon {
  display: none;
}
.choose-item:nth-child(5) .icon svg {
  transform: rotate(45deg);
}
.choose-item:nth-child(n+3) p {
  font-size: 32px;
}
.choose-item:nth-child(n+3) > div {
  align-items: flex-end;
  padding-bottom: 24px;
}

.choose-item .icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-item:nth-child(3n+2) > div {
  background: #000;
  color: #fff;
}
.choose-item:nth-child(3n+2) > div .dekor:before, 
.choose-item:nth-child(3n+2) > div .dekor:after {
  background: #000;
}
section.first {
  min-height: 850px;
  height: calc(var(--vh, 1vh) * 100);
  transition: .15s;
}

.hidden {
  display: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.page-inner article h1 {
  font-weight: 900;
  font-size: 70px;
  margin: 0 0 40px;
}
.page-inner article {
  padding: 80px 0 120px;
}

.content--editor.editor p {
  margin: 0 0 20px;
}

















.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 18px 0;
  transition: .15s;
}
.home .site-header:before {
  height: 0%;
}
.site-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transition: .15s;
}

.site-header.scrolled:before {
  height: 100%;
}

.site-header.scrolled {
  background: #000;
}

.site-header .container {
  position: relative;
}

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


.logo {
  margin-right: 24px;
}
.logo img {
  max-height: 80px;
  width: auto;
}
#main-nav a {
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

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

.site-header ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.site-header .social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: 16px;
}

.container  {
  max-width: var(--container);
}

.btn {
  outline: none!important;
  box-shadow: none!important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  height: 48px;
}
.site-header .btn--yellow {
  padding: 0 24px;
}
.btn--yellow {
  background: var(--yellow);
  text-transform: uppercase;
  color: #000;
}

.input-black .field:nth-child(1) input::placeholder, .input-black .field:nth-child(2) input::placeholder {
    
    text-transform: none;
}

.process {
  background: #000;
  padding: 56px 0;
  color: #fff;
}

.process h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.12;
  margin: 0 0 170px;
  max-width: 542px;
}
.show.process-item span {
  background: #fff;
}
.process-item span {
  background: #5F5F5C;
  font-size: 40px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  margin: 0 0 0px;
}

.show .process-item__title {
  color: var(--yellow);
}

.process-item__title {
  font-size: 16px;
  font-weight: bold;
  color: #5F5F5C;
  margin: 0 0 24px;
  line-height: 1.2;
  min-height: 38px;
}
.process-item__desk {
  font-weight: 400;
  color: #5F5F5C;
}

.show .process-item__desk {
  color: #fff;
  font-weight: 200;
}

img.truck {
  z-index: 2;
  position: relative;
}
.process__wrap > div:first-child {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index:1;
}

.process__wrap > div:last-child {
  position: relative;
  z-index: 2;
}
.dark-way {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  height: 55px;
  z-index: 1;
  /*transform: translate(-200px, 0px);*/
}
.process__wrap {
  position: relative;
}

.way:after {
  content: '';
  display: block;
  width: 100%;
  transform: translate(0px, 16px);
  border-bottom: 2px dotted #fff;
  opacity: 0;
}
.way {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 0 40px;
}
.process-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
}

.process-item {
  position: relative;
  z-index: 1;
}

.road {
  position: absolute;
  top: 0;
  left: 104px;
  right: 0;
}
.process-item__inner {
  max-width: 202px;
}

.process .container {
  display: flex;
  flex-direction: column;
}

.process .btn.btn--yellow {
  margin: 96px auto 0;
  padding: 0 32px;
}

section.choose {
  margin: 0 0 78px;
}






p {
  margin-bottom: 0;
}

.first .container {
  position: relative;
  z-index: 1;
}


input.form-control::placeholder { 
  color: #606060!important;
}

input.wpcf7-form-control {
  font-size: 16px;
  color: #000;
  border-radius: 60px;
  border: 1px solid var(--violet);
  height: 40px;
  padding: 0 16px;
}
.form-main label {
  margin: 0 0 4px;
}
.form-main .fields {
  gap: 8px;
}
.wpcf7-radio input {
  display: none;
}
.wpcf7-radio label {
  margin: 0 !important;
}
.wpcf7-form-control.wpcf7-radio > span {
  margin: 0;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wpcf7-radio input:checked ~ span {
  color: var(--yellow);
  background: #000;
  padding: 0 16px 0 40px;
}

.wpcf7-radio input ~ span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 24px;
  color: #5F5F5C;
  transition: .15s;
  cursor: pointer;
}

.wpcf7-radio input:checked ~ span:before {
  content: '';
  display: block;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.svg) #C69A29 no-repeat center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0px, -50%);
  position: absolute;
  left: 16px;
}

.wpcf7-acceptance input ~ span {
  position: relative;
  padding-left: 32px;
}

.wpcf7-acceptance input ~ span:before, .wpcf7-acceptance input ~ span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}

.wpcf7-acceptance input ~ span:before {
  border: 1px solid var(--yellow);
}

.wpcf7-acceptance input:checked ~ span:after {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.svg) #C69A29 no-repeat center;
}

input.wpcf7-form-control.wpcf7-not-valid::placeholder {
  color: red !important;
}
input.wpcf7-form-control.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-acceptance input {
  display: none;
}

.wpcf7-acceptance span {
  margin: 0;
  display: block;
}






span.wpcf7-not-valid-tip {
  display: none;
}
.page-inner {
  padding-top: 128px;
}
section.first {
  position: relative;
  background: #000;
  padding-top: 128px;
}
section.first:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: .2;
}

.first video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}



.first__block {
  color: #fff;
}

.first__block h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 24px;
  grid-area: 1 / 1 / 2 / 9;
}

.first__block .first__subtitle {
  font-size: 24px;
  grid-area: 2 / 1 / 3 / 6;
  padding-right: 20px;
}

.first__block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr;
}
.first__form {
  grid-area: 1 / 6 / 3 / 13;
  padding-top: 90px;
}
.form-main {
  background: #fff;
  border-radius: 24px;
  padding: 16px 24px;
  color: #000;
}



.form-main label {
  line-height: 1;
  font-size: 16px;
  margin: 0 0 8px;
}

.form-main .field--radio label {
  margin: 0 0 8px;
}

.form-main .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.form-main .fields .field--radio,
.form-main .fields .field--accept,
.field--bottom {
  grid-area: auto / 1 / auto / 3;
}

.fileinput-upload, 
.fileinput-cancel, 
.kv-upload-progress.hide {
  display: none;
}
.btn-file input {
  cursor: pointer;
}
.btn-file, 
.btn-file:hover,
.btn-file:focus,
.btn-file:active {
  background: #000!important;
  border: 0;
  height: 32px;
  padding: 0 16px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  display: inline-flex;

}
.btn-file span {
  color: var(--yellow);
  font-size: 16px;
  font-weight: 400;
}

.input-group.file-caption-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid var(--violet);
  border-radius: 60px;
  padding: 5px;
}
.form-main .btn--yellow {
  height: 44px;
  width: 160px;
  justify-content: center;
  color: #000;
  margin-left: 24px;
}
.file-input-new #fileTypeMessage {
  display: block;
}
#fileTypeMessage {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 16px;
  font-size: 16px;
  display: none;
}

.field--bottom > p > span:first-child {
  flex: 1 0 auto;
}
.field--bottom > p {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0px;
}

.form-control.file-caption.kv-fileinput-caption {
  padding: 0;
  border: 0;
  flex: 1 0 auto;
  height: auto;
}
.fileinput-remove.fileinput-remove-button {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.file-input .input-group-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 32px;
}
.form-control,
input:focus,
.form-control:focus {
  outline: none!important;
  box-shadow: none!important;
}

.btn-file input[type=file] {
  cursor: pointer !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

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 {

}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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;
}



/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}


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

.btn-menu {
  display: none;
}

a {
  transition: .25s;
}

a:hover {
  text-decoration: none;
}
.footer__menu ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 54px;
  margin-left: 64px;
  margin-bottom: 0;
}

.footer__menu ul a {
  color: #fff;
}

.footer__sub input {
  border: 0px solid #BCBCBC;
  max-width: 360px;
}

.footer__sub .btn--yellow {
  padding: 0 24px;
}

.footer__sub .fields {
  display: flex;
  align-items: center;
  gap: 24px;
}
body input::placeholder {
  color:#606060!important;
}
.footer__bottom {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 20px;
}

.footer__sub {
  margin-left: auto;
}
.footer .container {
  background: #000;
}
.footer__title {
  font-size: 56px;
  color: var(--yellow);
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 56px;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map iframe {
  width: 320px;
  height: 320px;
	border-radius: 56px;
}
.map {
    
    display: flex;
    align-items: center;
}
.footer__info {
  
}
.footer__social a {
  display: block;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__main {
    background: #000;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 840px;
    margin: 0 auto;
}
.footer__box a {
  color: #fff;
}
.footer__box a:hover {
  color: var(--yellow);
}
.footer__company,
.footer__box p:last-child {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}
.footer__box p:first-child {
  font-size: 16px;
  font-weight: 400;
  color: #A6A6A6;
  margin: 0 0 8px;
}
.footer__nav {
  display: flex;
  align-items: center;
}
.editor {
  line-height: 1.25;
}
.wpcf7 form.invalid .wpcf7-response-output {
  padding: 0;
  border: 0;
  font-size: 14px;
  margin: 10px 0 0 0;
  text-align: center;
  color: #f00;
}

.file-caption-name {
  padding-left: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  text-align: center;
  font-size: 16px;
  margin: 5px 0 0 0;
  line-height: 1.2;
  color: var(--yellow);
}

section.form-yellow .wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}
.about__media > div {
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  .first__form {
    padding-top: 120px;
  }
}


@media only screen and (max-width: 1366px) {
  .choose-item p {
    font-size: 16px;
  }
  .choose-item:nth-child(n+3) p {
    font-size: 20px;
  }

  .choose-item > div {
    min-height: 165px;
  }
}


.choose .container > .btn.btn--yellow {
  display: none !important;
}
.owner__img {
  margin: 0 0 24px;
}
.error-404 {
  padding: 140px 0;
  text-align: center;
}

.footer__main {
  padding-top: 90px;
}

.home .footer__main {
  padding-top: 0px;
}

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

  .footer__main {
    padding-top: 60px;
  }
  .home .footer__main {
    padding-top: 0px;
  }
  .page-inner article h1 {
    font-weight: 900;
    font-size: 32px;
    margin: 0 0 20px;
  }


  .page-inner article {
    padding: 20px 0 100px;
  }


  .customer__logos {
    padding: 170px 0 120px 0;
    gap: 32px;
  }
  .customer h2 {
    font-size: 64px;
  }

  .customer__content {
    height: auto;
  }
  .customer__content img {
    position: absolute;
    top: 0;
  }
  .customer__content:before {
      content: '';
      display: block;
      padding-top: 60%;
  }
  img.customer__line {
    bottom: 235px;
  }
  img.customer__line {
    max-width: 96%;
  }
  .brokers__video {
    transform: translate(15%, 0%);
  }
  .broker__items {
    transform: translate(22%, -56%);
  }
  .review-img.show-review > div {
    height: 100%;
  }
  .feedbacks__main {
    padding-left: calc(100vw / 12* 3);
    padding-top: 0;
  }
  
  .feedbacks__meta p {
    font-size: 56px;
    margin: 0 0 30px;
  } 
  .feedbacks__meta h2 {
    font-size: 64px;
    margin: 0;
  }
  .feedbacks__inner {
   
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .feedbacks__meta {
    max-width: 615px;
  }

  .owner .container {
    grid-template-columns: 1fr 1fr;
  }

  .owner__img img {
    max-height: 520px;
    width: auto;
  }

  .about h2 {
    font-size: 80px;
    margin: 0 0 48px;
    text-align: right;
    padding-right: 50px;
  }

  .form-yellow .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
    column-gap: 64px;
  }
  .block--white > div {
    grid-area: auto !important;
  }
  .block--white {
      grid-template-columns: 1fr;
      gap: 16px;
  }
  .fields__inner {
   
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .form-yellow {
    
    padding: 56px 0;
  }
  .fields__arrow,
  .fields__block.input-black {
    grid-area: auto / 1 / auto / 2;
  }
  .fields__block.block--white {
    grid-area: 1 / 2 / 4 / 3;
  }
  .fields__arrow {
    text-align: center;
  }
  .fields__arrow img {
      transform: rotate(90deg);
  }
  .process .btn.btn--yellow {
    display: none;
  }

  .process h2 {
    margin: 0 0 80px;
  } 


  .choose .container > .btn.btn--yellow {
    display: flex !important;
    margin: 64px auto 0;
  }

  .choose__content {
    margin-top: 0px;
  }

  .choose__content .btn {
    display: none;
  }

  .choose__items {
    padding-top: 72px;
    max-width: 720px;
    margin: 0 auto;
  }

  .choose-item p {
    font-size: 24px;
  }
  .choose-item:nth-child(n+3) p {
    font-size: 32px;
  }
  .choose-item > div {
    min-height: 220px;
  }
  .choose .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .choose h2 {
    font-size: 54px;
    margin: 0 0 24px;
  }

  .footer__title {
    font-size: 48px;
    margin: 0 0 32px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer__sub {
    margin-left: 0;
    order: 1;
  }
  .footer__nav {
    order: 2;
  }
  .footer__main > div {
    grid-area: auto;
  }
  .footer__main {
      grid-template-columns: 1fr 1fr;
  }

  .footer__info {
    padding-top: 0px;
  }



  .footer__bottom {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .footer__sub input {
    max-width: 280px;
  }

  .site-header.scrolled {
    padding: 0 0;
  }


  .site-header ul.navbar-nav {
    gap: 16px;
  }

  .logo {
    margin-right: 16px;
  }

  .container {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 1080px) {
	
	#main-nav a {
    font-size: 12px;
	}
  .cmp__info {
    left: 16px;
    right: 16px;
    padding: 8px 16px;
  }
  .first__block {
    display: flex;
    flex-direction: column;
  }
  
  .first__block h1 br {
    display: none;
  }
  .first__block h1 {
      font-size: 40px;
      grid-area: auto;
  }
  .first__form {
    grid-area: auto;
    padding-top: 50px;
  }
  section.first {
    min-height: 600px;
    height: auto;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 991px) {

  .brokers {
    padding-top: 56px;
  }

  .brokers__content h2 {
    font-size: 56px;
  }

  .brokers__content .subtitle {
    font-size: 24px;
  }

  .brokers__content > div {
    max-width: 100%;
    height: 100%;
    min-height: auto;
    padding-bottom: 80px;
    width: 100%;
  }
  .brokers__content .editor {
    max-width: 395px;
    margin: 0 auto;
  }
  .brokers__content a {
    max-width: 395px;
    width: 100%;
    margin: 36px auto 0;
  }
  .brokers__video {
    transform: translate(-50%, 10%);
    max-width: 100%;
    min-width: auto;
    min-width: 915px;
    left: 50%;
  }
  .brokers__content .subtitle {
    
    margin: 0 0 785px;
  }

  .broker__items {
    transform: translate(-6%, 40%);
    width: 610px;
    top: 0px;
    height: 480px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .review-img > div {
    max-height: 175px;
  }
  .review-imgs {
    height: 175px;
  }
  .owner__media h2 {
    font-size: 24px;
    margin: 0 0 16px;
    max-width: 346px;
  }
  .owner__media .subtitle {
    font-size: 16px;
    line-height: 1.2;
  }
  .owner .container {
    grid-template-columns: 1fr;
  }
  .owner {
    padding-top: 50px;
  }
  .owner__img {
    margin: 0;
    grid-area: auto / 2 / auto / 3;
  }
  .owner__media {
    padding-right: 30px;
  }
  .owner__meta {
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 87px;
  }
  .owner .container {
    gap: 0;
  }
  .owner__editor {
    max-width: 505px;
    justify-self: flex-end;
  } 
  .owner__bg {
    transform: translate(-37%, 100%);
  }
  .owner__media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 75px;
    position: relative;
  }
  img.truck {
    max-width: 100px;
  }

  .dark-way {
    height: 30px;
  }
  .road {
    top: 25px;
  }
  .way {
    gap: 24px;
  }
  .about__content {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  .about__media {
    max-width: 472px;
  }
  .about__text {
    padding-right: 0;
   
    
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .site-header .social a {
    display: none;
  }

  
  .site-header .btn--yellow {
    padding: 0 16px;
  }

  section.choose {
    margin: 0 0 70px;
  }
}
.feedbacks__meta.feedback__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {

  img.customer__line {
    display: none;
  }
  .customer h2 {
    font-size: 40px;
  }
  .customer__content img {
    position: absolute;
    top: 0;
  }
  .customer__content:before {
    padding-top: 58%;
  }
  .customer__logos {
    padding: 95px 0 56px 0;
    min-height: auto;
    gap: 24px;
  }
  .brokers__content h2 {
    font-size: 40px;
  }
  .brokers__content .subtitle {
    margin: 0 0 48px;
  }
  .brokers__content {
    padding-bottom: 600px;
  }
  .brokers__video {
    transform: translate(-50%, -3%);
    max-width: 100%;
    min-width: auto;
    min-width: 700px;
    left: 50%;
    top: auto;
    bottom: 0;
  }
  .broker__items {
    transform: translate(0%, -27%);
    width: 360px;
    top: auto;
    height: 460px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
  }
  .broker__item:first-child {
    top: 0;
    left: 0;
    transform: translate(-10%, 28%);
  }
  .broker__item:nth-child(2) {
    top: 0;
    right: 0;
    transform: translate(0%, 160%);
  }
  .broker__item:nth-child(3) {
    bottom: 0;
    right: 0;
    transform: translate(-30%, -20%);
    left: 0;
  }
  .circle {
    width: 16px;
    height: 16px;
  }
  .circle--2 {
    top: 24%;
    left: 32%;
  }
  .circle--3 {
    right: auto;
    top: 41%;
    left: -5%;
  }
  .circle--4 {
    top: auto;
    left: 70%;
    bottom: 15%;
  }
  .circle--5 {
    display: none;
  }
  .circle--1 {
    top: 60%;
    left: 33%;
  }
  .feedbacks__meta.feedback__mobile {
    display: block;
    order: 1;
  }
  .feedbacks__inner {
    order:3;
  }
  .review__wrap {
    order: 2;
    margin: 36px 0;
  }
  .feedbacks__inner  .feedbacks__meta {
    display: none;
  }
  .review-imgs {
    height: auto;
    display: block;
    margin: 0;
  }
  .feedbacks .container {
    display: flex;
    flex-direction: column;
  }
  .feedbacks__meta p {
    font-size: 40px;
    margin: 0 0 16px;
  }
  .feedbacks__meta h2 {
    font-size: 36px;
    margin: 0;
    max-width: 328px;
  }
  .feedbacks__inner {
    display: block;
  }
  .review-img > div {
    max-height: none;
  }
  .feedbacks__main {
    padding-left: 0;
    padding-top: 0;
  }
  .feedbacks__main > div {
    min-height: auto;
    position: relative;
    padding-bottom: 0px;
  }

  .review-img > div:before,
  .review-imgs:before {
    content: '';
    display: block;
    padding-top: 78% !important;
  }

  .review-imgs {
    position: relative;
  }
  .review-img {
    padding: 0 0px;
  }
  .review-imgs > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .review-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0px, -50%);
    width: 100%;
    padding: 16px;
  }
  .review__wrap {
    position: relative;
  }
  .review-img {
    opacity: 0;
  }
  .review-img.show-review {
    opacity: 1;
  } 
  .review-imgs img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: .25s;
  }

  .process-items.process--substrate {
    display: none;
  }

  /*
  .process-item span {
    background: #fff;
  }
  .process-item__title {
    color: var(--yellow);
  }
  .process-item__desk {
    color: #fff;
  }
*/
  .process-item span, .process-item__title, .process-item__desk {
    transition: .12s;
  }

  .process-item__desk {
    font-weight: 200;
  }
  .cmp__info {
    font-size: 14px;
  }
  .cmp__info {
    left: 8px;
    right: 8px;
    padding: 8px;
  }
  .cmp__info span:nth-child(1) {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .about__media div:nth-child(2) {
    grid-area: 1 / 1 / 3 / 2;
  } 
  .about__media div:nth-child(1) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .about__media div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .about {
    margin: 0 0 135px;
    padding-top: 70px;
  }
  .about h2 {
    font-size: 48px;
    margin: 0 0 24px;
    text-align: left;
    padding-right: 0px;
  }
  .about__media {
    max-width: 100%;
  }
  .about__content,
  .about__text {
    gap: 56px;
  }
  .about__text div:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
  }
  .about__media {
    gap: 8px;
  }
  .about__text div:nth-child(3) {
    margin-left: 0;
  }
  .form-yellow {
    padding: 48px 0;
  } 
  .form-yellow .fields {
    row-gap: 32px;
    column-gap: 32px;
  }
  .owner {
    margin-bottom: 70px;
  }

  .process h2 {
    margin: 0 0 50px;
    font-size: 24px;
  }

  .choose .container > .btn.btn--yellow {
    display: none !important;
  }

  .process-items {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .process .btn.btn--yellow {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 328px;
    margin: 48px auto 0px;
  }

  .choose h2 {
    font-size: 32px;
    margin: 0 0 24px;
    width: 100%;
  }

  .choose__items {
    padding-top: 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  .choose__items > div {
    margin: 0 !important;
    grid-area: auto !important;
    max-width: 202px;
  }
  .choose-item:nth-child(1),
  .choose-item:nth-child(3),
  .choose-item:nth-child(4) {
    transform: translate(-64px, 0);
  }

  .choose-item:nth-child(5) {
    transform: translate(64px, 0);
  }

  .choose-item:nth-child(1) {
    order: 1;
  }
  .choose-item:nth-child(2) {
    order: 2;
  }
  .choose-item:nth-child(3) {
    order: 3;
  }
  .choose-item:nth-child(4) {
    order: 5;
  }
  .choose-item:nth-child(5) {
    order: 4;
  }
  .choose__items {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 16px;
  }

  .choose__content .btn {
    display: flex;
    margin: 40px auto 0;
  }

  .footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .map iframe {
    max-height: 306px;
  }

  .footer__title {
    margin: 0 0 56px;
  }
  .footer__bottom {
    padding-top: 40px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .logo img {
    max-height: 48px;
    width: auto;
  }

  .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }

  .btn-menu span:before, .btn-menu span:after {
    content: '';
    display: block;
    background: #fff;
    border-radius: 2px;
    height: 2px;
  }

  .btn-menu span:before {
    width: 24px;
  }

  .btn-menu span:after {
    width: 18px;
  }

  .btn-menu span {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }

  .btn-menu {
    gap: 3px;
    display: flex;
    flex-direction: column;
  }

  .btn-menu:after, 
  .btn-menu:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #323232;
    position: absolute;
    top: 50%;
    opacity: 0;
  }

  .btn-menu:after {
      transform: translate(0px, -50%) rotate(45deg);
  }

  .btn-menu:before {
      transform: translate(0px, -50%) rotate(-45deg);
  }

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

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

  .site-header.menu-open .btn--yellow {
    display: none;
  }

      .site-header .btn--yellow {
        height: 32px;
        font-size: 16px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        width: 110px;
        top: 50%;
        transform: translate(0px, -50%);
    }
  .site-header {
    padding: 24px 0 16px;
  }

  .site-header ul.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 52px 16px 0;
  }
  .site-header .container {
    padding: 0 16px;
  }
  .site-header .logo {
    z-index: 1;
  }
  #main-nav a {
    font-size: 24px;
    color: #000;
    padding: 0;
  }

  #main-nav {
    position: fixed;
    top: 0px;
    left: 0;
    padding-top: 88px;
    width: 100%;
    bottom: 0;
    background: var(--yellow);
    transform: translate(101%, 0px);
    transition: .15s;
  }

  .menu-open #main-nav {
    transform: translate(0%, 0px);
  }

}

@media only screen and (max-width: 680px) {
	
	.map, .map p {
    width: 100%;
}
	    .map iframe {
      
        width: 100%;
    }
  .owner {
    padding-top: 0;
  }
  .owner__media h2 {
    font-size: 22px;
    margin: 0 0 8px;
    max-width: 100%;
  }
  .owner__media .subtitle {
    font-size: 22px;
    line-height: 1.2;
  }
  .owner__meta {
    grid-area: auto;
    padding-top: 24px;
}
.owner__img {
  margin: 0;
  grid-area: auto;
  text-align: center;
}
.owner__media {
  grid-template-columns: 1fr;
  padding-right: 0;
}
.owner__editor {
  max-width: 100%;
  justify-self: center;
  padding-top: 95px;
  margin-top: 175px;
  position: relative;
}
.owner__bg {
  transform: translate(0%, -61%);
  top: 0;
  text-align: center;
  order: 1;
  width: 100%;
}
.owner__bg:before {
  display: none;
}
.owner__bg img {
  position: relative;
  width: auto;
  height: 100%;
}
.owner__bg img {
  max-height: 400px;
}
.owner__editor {
  border-radius: 40px;
  padding: 95px 16px 40px;
}
.owner .container {
  padding: 0;
}
.owner__media {

  padding: 0 16px;
}
.owner__inner {
  order: 2;
}
.owner__editor .title {
  font-size: 22px;
  margin: 0 0 16px;
}
.owner__check {
  font-size: 16px;
  margin: 0 0 30px;
}
  .form-yellow .fields >div {
    grid-area: auto;
  }
  .form-yellow .fields {
      grid-template-columns: 1fr;
  }
  .file-caption-name {
    padding-left: 0;
  }
  .first__block h1 br {
    display: block;
  }
  .first__block h1 {
      font-size: 24px;
      line-height: 1.12;
  }
  .first__block .first__subtitle {
    font-size: 16px;
  }
  .first__form {
    padding: 200px 16px 0;
  }
  input.wpcf7-form-control {
    border: 1px solid #000;
  }
  .form-main .fields > div {
    grid-area: auto !important;
  }
  .form-main .fields {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .wpcf7-form-control.wpcf7-radio {
    gap: 16px;
    flex-wrap: wrap;
  } 
  .field--bottom > p {
    flex-direction: column;
  }
  .form-main .btn--yellow {
    width: 100%;
    margin-left: 0;
    height: 48px;
    color: #fff;
  }
  .field--bottom > p > span:first-child {
    width: 100%;
  }
  #fileTypeMessage {
    position: relative;
    transform: translate(0);
    top: 0;
    left: 0;
  }
  .file-input .input-group-btn {
      flex-direction: column;
      height: auto;
      align-items: flex-start;
  }
  .input-group.file-caption-main {
    padding: 16px 24px;
    border-radius: 24px;
    display: block;
  }
  .first video,
  section.first:before {
    min-height: 700px;
    height: calc(var(--vh, 1vh)* 100);
  }
  .form-main {
    border-radius: 40px;
    padding: 24px 16px;
  }
  section.first {
    position: relative;
    background: #fff;
    padding-top: 96px;
  }
  .page-inner {
    padding-top: 96px;
  }
  .field--bottom > p {
    gap: 56px;
  }
  .field--bottom > p br {
      display: none;
  }
}

@media only screen and (max-width: 580px) {
  .footer__sub .fields {
    flex-direction: column;
  }

  .footer__sub input {
    max-width: 100%;
  }

  .footer__logo img {
    max-width: 44px;
  }

  .footer__menu ul a, .footer__menu ul li {
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .footer__menu ul {
      flex-direction: column;
      gap: 16px;
      margin-left: 16px;
      align-items: flex-start;
  }
  .footer__bottom {
      gap: 58px;
  }
  .footer__sub button {
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .footer__sub, .footer__sub .field {
    width: 100%;
  }
}