@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
  list-style: none;
  font-family: "Lato", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #000;
  letter-spacing: 0.3px;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

section:not(.section-margin--0) {
  margin-top: 80px;
  margin-bottom: 80px;
}

section.section-margin--0:not(:nth-child(1)) {
  background: #E5E9EC;
  padding: 80px 0;
}

.title {
  text-align: center;
  margin-bottom: 55px !important;
}
.title__text {
  font-size: 40px;
  text-transform: uppercase;
}
.title__description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  border-top: 1px solid #bf9728;
  border-bottom: 1px solid #bf9728;
  margin: 0 auto;
  margin-top: 20px;
}

.recaptcha-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.hide-menu {
  width: 28.5px;
  height: 22px;
  display: none;
  grid-auto-columns: 100%;
  grid-auto-rows: 3px;
  grid-auto-flow: row;
  align-content: space-between;
  cursor: pointer;
}
.hide-menu__line {
  background: #fff;
  border-radius: 10px;
}

.logo {
  height: auto;
  width: auto;
}
.logo__image {
  width: auto;
  height: 165px;
}

.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.header__nav {
  background-color: rgba(0, 0, 0, 0.5);
}
.header__container {
  height: 100px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  height: 90px;
}
.header__items {
  display: flex;
  position: relative;
}
.header__inner-items {
  display: grid;
  top: calc(30px + 100%);
  position: absolute;
  background: #fff;
  transition: all 0.2s;
  width: 250px;
  border-bottom: 3px solid #838383;
  transition: top 0.15s;
  visibility: hidden;
}
.header__item:hover .header__inner-items {
  top: 100%;
  visibility: visible;
}
.header__link {
  color: #fff;
  padding: 0 20px;
  height: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-weight: 600;
  font-size: 15.5px;
  justify-content: space-between;
}
.header__link-icon {
  background: url(../img/arrow.svg);
  width: 14px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__inner-link {
  color: rgb(0, 0, 0);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  font-weight: 600;
  font-size: 15.5px;
}
.header__inner-link--active {
  background: #838383;
}

.welcome {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 1;
  height: 300px;
  max-height: 100vh;
  min-height: 400px;
  display: grid;
  align-items: flex-start;
}
.welcome--height--big {
  height: 800px;
  max-height: 100vh;
  min-height: 550px;
  align-items: flex-start;
}
.welcome__text {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 35px;
}
.welcome__text-container {
  top: 120px;
  z-index: 3;
  position: relative;
  display: grid;
  justify-content: flex-end;
}
.welcome__text {
  top: 0;
  text-align: center;
  font-size: 30px !important;
  opacity: 0.8;
}
@media screen and (max-width: 576px) {
  .welcome__text {
    font-size: 25px !important;
  }
}
.welcome__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.welcome__images::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  z-index: 3;
}
.welcome__images--sunrise .welcome__image--light {
  opacity: 1;
}
.welcome__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.welcome__image--dark {
  z-index: 1;
}
.welcome__image--light {
  z-index: 2;
  opacity: 0;
  transition: opacity 5s 0.5s;
}

.services {
  width: 100%;
}
.services__title::after {
  content: none;
}
.services__inner {
  width: 100%;
  gap: 30px;
  margin-bottom: 60px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "service1 service1 service2 service2 service3 service3" ". service4 service4 service5 service5 .";
}
.services__wrap {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.services__wrap::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  border-top: 1px solid #bf9728;
  border-bottom: 1px solid #bf9728;
  margin: 0 auto;
}
.services__description {
  text-align: justify;
}
.services__service {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 45px 10px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background: #fff;
  transform: translate(0, 0);
  transition: all 0.25s;
}
.services__service:nth-child(1) {
  grid-area: service1;
}
.services__service:nth-child(2) {
  grid-area: service2;
}
.services__service:nth-child(3) {
  grid-area: service3;
}
.services__service:nth-child(4) {
  grid-area: service4;
}
.services__service:nth-child(5) {
  grid-area: service5;
}
.services__service * {
  transition: all 0.25s;
}
.services__service--hover {
  cursor: pointer;
  background: #bf9728;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  filter: brightness(1.07);
  transform: translate(0, -3px);
}
.services__service--hover * {
  color: #fff;
}
.services__service--hover .services__service-icon--hover--fill * {
  fill: #fff;
}
.services__service--hover .services__service-icon--hover--stroke * {
  stroke: #fff;
}
.services__service-icon {
  height: 40px;
}
.services__service-title {
  font-size: 21px;
  margin-top: 40px;
  margin-bottom: 12.5px;
}
.services__service-description {
  font-size: 15px;
}

.consultation__form {
  width: 100%;
  box-sizing: border-box;
  border-top: 5px solid #bf9728;
  background: #fff;
  padding: 50px;
  display: grid;
  grid-auto-flow: row;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  grid-template-columns: 100%;
}
.consultation__form-label {
  font-size: 17px;
}
.consultation__form-input {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  margin: 17.5px 0;
}
.consultation__form-textarea {
  height: 112.5px;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  width: 100% !important;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 17.5px 0;
}
.consultation__form-button {
  background: #bf9728;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  justify-self: flex-start;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 17.5px;
}
.consultation .g-recaptcha {
  justify-self: flex-start;
}
.consultation__form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
}
.consultation__form-loading:not(.consultation__form-loading--show):not([data-loading=true]) {
  display: none;
}
.consultation__form-loading::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border-left: 15px solid #bf9728;
  border-right: 15px solid #bf9728;
  background: #e2e2e2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
}
@-webkit-keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.consultation__form-error {
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #ffb900;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.consultation__form-error--show {
  display: block;
}
.consultation__form-success {
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #46b450;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.consultation__form-success--show {
  display: block;
}
.consultation__input-error {
  color: #dc3232;
  font-size: 16px;
  margin-top: -7.5px;
  margin-bottom: 20px;
  display: none;
}
.consultation__input-error--show {
  display: block;
}

.content__text-wrap {
  text-align: justify;
}
.content__block--background {
  margin: 60px 0;
  padding: 60px 0;
  background: #E5E9EC;
}
.content .content__text {
  display: block;
}
.content__list {
  display: grid;
  grid-template-rows: auto;
  row-gap: 20px;
}
.content__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 12.5px;
       column-gap: 12.5px;
}
.content__item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: relative;
  top: 7.25px;
  background: #bf9728;
  border-radius: 50%;
}
.content__title {
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  color: #bf9728;
  margin-bottom: 40px;
  display: inline-block;
}
.content__text--bold {
  font-weight: 700;
  color: #bf9728;
}
.content__text--size--big {
  font-size: 18px;
  line-height: 24px;
  display: block;
  border-left: 3px solid #bf9728;
  padding-left: 10px;
}
.content__text--title {
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
  color: #bf9728;
  margin-bottom: 35px;
}
.content__link {
  color: #bf9728;
  text-decoration: underline;
}

.quotes__slider {
  overflow-x: hidden;
}
.quotes__polosa {
  width: 100%;
  display: inline-grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-auto-flow: column;
  position: relative;
  left: 0;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quotes__polosa--animation {
  transition: all 0.25s ease 0s !important;
}
.quotes__polosa:not(.quotes__polosa--animation) {
  transition: all 0s ease 0s !important;
}
.quotes__quote {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 25px;
}
.quotes__quote::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: url(../img/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.4;
}
.quotes__image-wp {
  width: 80px;
  height: 80px;
  border: 1px solid #bf9728;
  padding: 4.5px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.quotes__image-wp:hover .quotes__image {
  transform: scale(1.1267605634);
}
.quotes__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s;
}
.quotes__quote-text {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 15px;
  margin-top: 8.5px;
}
.quotes__quote-description {
  font-size: 23.5px;
  line-height: 30px;
  color: rgb(114, 114, 114);
}
.quotes__quote-title {
  font-size: 21px;
  font-weight: 400;
}
.quotes__quote-job {
  font-size: 16.5px;
  color: rgba(158, 90, 0, 0.571);
}

.contacts__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 60px;
}
.contacts__main {
  background: #E5E9EC;
  padding: 45px;
  box-sizing: border-box;
  text-align: center;
}
.contacts__title-wrap {
  margin-bottom: 30px;
}
.contacts__title {
  margin-bottom: 10px;
  font-size: 22px;
}
.contacts__info {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-flow: row;
  row-gap: 30px;
}
.contacts__text {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-flow: row;
  row-gap: 5px;
}
.contacts__text--bold {
  font-size: 17px;
  display: block;
}
.contacts__text--big {
  font-size: 18px;
}
.contacts__mission {
  background: #E5E9EC;
  padding: 45px;
  box-sizing: border-box;
  align-self: flex-start;
}
.contacts__mission-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.contacts__mission-text {
  text-align: justify;
}
.contacts__form-wrap {
  margin-top: 60px;
}
.contacts__form-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.contacts__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-areas: "name email" "subject subject" "message message" "recaptcha recaptcha" "input-error input-error" "button button" "error error" "success success";
}
.contacts__form-input-wrap {
  margin-bottom: 25px;
}
.contacts__form-input-wrap[name=name] {
  grid-area: name;
}
.contacts__form-input-wrap[name=email] {
  grid-area: email;
}
.contacts__form-input-wrap[name=subject] {
  grid-area: subject;
}
.contacts__form-input-wrap[name=message] {
  grid-area: message;
}
.contacts .g-recaptcha {
  justify-self: flex-start;
  grid-area: recaptcha;
}
.contacts__input-error {
  grid-area: input-error;
  color: #dc3232;
  font-size: 16px;
  margin-top: -7.5px;
  margin-bottom: 20px;
  display: none;
  margin-top: 10px;
}
.contacts__input-error--show {
  display: block;
}
.contacts__form-button {
  grid-area: button;
  background: #bf9728;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  justify-self: flex-start;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.contacts__form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.contacts__form-input, .contacts__form-textarea {
  width: 100% !important;
  padding: 12.5px 15px;
  box-sizing: border-box;
  border: 1.5px solid #000;
  border-radius: 5px;
}
.contacts__form-textarea {
  height: 125px;
}
.contacts__form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
}
.contacts__form-loading:not(.contacts__form-loading--show):not([data-loading=true]) {
  display: none;
}
.contacts__form-loading::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border-left: 15px solid #bf9728;
  border-right: 15px solid #bf9728;
  background: #e2e2e2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contacts__form-error {
  grid-area: error;
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #ffb900;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.contacts__form-error--show {
  display: block;
}
.contacts__form-success {
  grid-area: success;
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #46b450;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.contacts__form-success--show {
  display: block;
}

.audits__text {
  text-align: justify;
}

.team__slider {
  overflow-x: hidden;
}
.team__polosa {
  width: 100%;
  display: grid;
  grid-auto-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-auto-flow: column;
  position: relative;
  left: 0;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.team__polosa--animation {
  transition: all 0.25s ease 0s !important;
}
.team__polosa:not(.team__polosa--animation) {
  transition: all 0s ease 0s !important;
}
.team__person {
  display: grid;
  grid-auto-flow: row;
}
.team__image-wp {
  width: 100%;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}
.team__image-wp:hover .team__image {
  transform: scale(1.1363636364);
}
.team__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s;
}
.team__person-text {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 10px;
  box-shadow: 0px 0px 30px 0px rgba(205, 205, 205, 0.33);
  border: 1px solid #e2e2e2;
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 0 7.5px;
  position: relative;
  top: -17.5px;
  margin-bottom: -17.5px;
  background: #fff;
  text-align: center;
}
.team__person-name {
  font-size: 20.5px;
}
.team__person-job {
  font-size: 16.5px;
  color: #bf9728;
  font-weight: 400;
  letter-spacing: 2px;
}

.articles__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.articles__article {
  overflow: hidden;
}
.articles__article-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.articles__article-info {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.articles__article-person {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3490196078);
}
.articles__article-title {
  margin-top: 20px;
  font-size: 22.5px;
}
.articles__article-title a:hover {
  color: #bf9728;
}
.articles__article-date {
  font-size: 16px;
  color: #888888;
  margin: 15px 0;
}
.articles__article-description {
  font-size: 16px;
  line-height: 1.5;
}

.sitemap__title {
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  color: #bf9728;
  margin-bottom: 40px;
  display: inline-block;
}
.sitemap__pages {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  row-gap: 30px;
}
@media not screen and (min-width: 768px) {
  .sitemap__pages {
    grid-template-columns: 100%;
  }
}
.sitemap__pages-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sitemap__page-link {
  color: #bf9728;
  text-decoration: underline;
}

.contact-us {
  background: #010E1F;
  margin: 0 !important;
}
.contact-us__title {
  margin-bottom: 0 !important;
  padding-top: 80px;
}
.contact-us__title-text {
  color: #fff;
}
.contact-us__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 80px;
  padding-bottom: 80px;
  grid-row-gap: 60px;
}
.contact-us__form {
  width: 100%;
  box-sizing: border-box;
  border-top: 5px solid #bf9728;
  background: #fff;
  padding: 50px;
  display: grid;
  grid-auto-flow: row;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  grid-template-columns: 100%;
}
.contact-us__form-label {
  font-size: 17px;
}
.contact-us__form-input {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  margin: 17.5px 0;
}
.contact-us__form-textarea {
  height: 112.5px;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  width: 100% !important;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 17.5px 0;
}
.contact-us__form-button {
  background: #bf9728;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  justify-self: flex-start;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 17.5px;
}
.contact-us .g-recaptcha {
  justify-self: flex-start;
}
.contact-us__form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: auto;
}
.contact-us__form-loading:not(.contact-us__form-loading--show):not([data-loading=true]) {
  display: none;
}
.contact-us__form-loading::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border-left: 15px solid #bf9728;
  border-right: 15px solid #bf9728;
  background: #e2e2e2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact-us__form-error {
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #ffb900;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.contact-us__form-error--show {
  display: block;
}
.contact-us__form-success {
  display: none;
  width: 100%;
  margin-top: 32.5px;
  border: 2px solid #46b450;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.contact-us__form-success--show {
  display: block;
}
.contact-us__input-error {
  color: #dc3232;
  font-size: 16px;
  margin-top: -7.5px;
  margin-bottom: 20px;
  display: none;
}
.contact-us__input-error--show {
  display: block;
}
.contact-us__contacts {
  margin-left: 110px;
  align-self: center;
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 50px;
}
.contact-us__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 17.5px;
}
.contact-us__contact-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
  background: #bf9728;
  border-radius: 50%;
}
.contact-us__contact-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact-us__contact-text {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 20px;
}
.contact-us__contact-title {
  font-size: 22px;
  color: #fff;
}
.contact-us__contact-information {
  font-size: 16px;
  color: #fff;
  overflow-wrap: anywhere;
}

.footer {
  width: 100%;
  background: #181818;
  border-top: 5px solid #bf9728;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.footer__container {
  display: grid;
  grid-auto-flow: row;
  row-gap: 30px;
}
.footer__general {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  box-sizing: border-box;
  padding-right: 15px;
}
.footer__contact-text {
  color: #fff;
  overflow-wrap: anywhere;
}
.footer__pages {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.footer__pages-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.footer__page-link {
  color: #fff;
  transition: all 0.25s;
}
.footer__page-link:hover {
  color: #bf9728;
  text-decoration: underline;
}
.footer .design-by {
  text-align: center;
}
.footer .design-by__text {
  color: #fff;
  font-size: 15px;
}
.footer .design-by__link {
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s;
}
.footer .design-by__link:hover {
  color: #bf9728;
  -webkit-text-decoration-color: #bf9728;
          text-decoration-color: #bf9728;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright__text {
  color: #fff;
  font-size: 15px;
}
.footer .copyright__line {
  color: inherit;
  font-size: inherit;
  margin: 0 10px;
}
.footer__social-media {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: center;
}
.footer__social-media-link {
  cursor: pointer;
}
.footer__social-media-icon {
  width: auto;
  height: 35px;
}
.footer__social-media-icon path {
  fill: #bf9728;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #bf9728;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0.75;
  transition: 0.25s;
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top__icon {
  width: 17px;
}

@media not screen and (min-width: 1250px) {
  .logo__image {
    height: 145px;
  }
  .container {
    max-width: 960px;
  }
  .team__image-wp {
    height: 230px;
  }
  .quotes__quote {
    grid-template-columns: auto 1fr;
    position: relative;
  }
  .quotes__quote::after {
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .welcome__text {
    font-size: 32.5px;
  }
  .contacts {
    grid-template-columns: 100%;
  }
  .contacts__mission-text {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .header__items-wp {
    display: block !important;
  }
}
@media not screen and (min-width: 992px) {
  section:not(.section-margin--0) {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  section.section-margin--0:not(:nth-child(1)) {
    padding: 80px 0;
  }
  .container {
    max-width: 720px;
  }
  .logo__image {
    height: 90px;
  }
  .title__text {
    font-size: 38px;
  }
  .header__items {
    margin: auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 720px;
    flex-direction: column;
    height: 100%;
  }
  .header__items-wp {
    display: none;
    width: 100%;
    height: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    max-height: 350px;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    overflow-y: auto;
  }
  .header__inner-items {
    position: initial;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    background: none;
    border: none;
    visibility: visible;
    display: none;
  }
  .header__inner-items.show {
    display: grid;
  }
  .header__inner-link {
    color: #fff;
  }
  .header__link {
    height: 50px;
  }
  .hide-menu {
    display: grid;
  }
  .services__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "service1 service1 service2 service2" "service3 service3 service4 service4" ". service5 service5 .";
  }
  .team__polosa {
    width: calc(200% + 30px);
  }
  .team__image-wp {
    height: 350px;
  }
  .articles__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media not screen and (min-width: 768px) {
  .contacts {
    row-gap: 45px;
  }
  .contacts__main,
.contacts__mission {
    padding: 60px 30px;
  }
  .contacts__form {
    grid-template-columns: 100%;
    grid-template-areas: "name" "email" "subject" "message" "recaptcha" "input-error" "button" "error" "success";
  }
  .container {
    max-width: 540px;
  }
  .header__items {
    max-width: 540px;
  }
  .title__text {
    font-size: 35px;
  }
  .title__text br {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .footer__general {
    grid-template-columns: 100%;
  }
  .footer__pages {
    grid-template-columns: 100%;
    margin: 0px 0;
    padding: 30px 0;
    border-top: 1px solid #bf9728;
    border-bottom: 1px solid #bf9728;
  }
  .contact-us__container {
    grid-template-columns: 100%;
  }
  .contact-us__contacts {
    margin-left: 0;
  }
  .team__polosa {
    width: calc(400% + 90px);
  }
  .team__image-wp {
    height: 550px;
  }
  .articles__wrap {
    grid-template-columns: 1fr;
  }
  .quotes__quote {
    grid-template-columns: 1fr;
    position: relative;
  }
  .quotes__quote::after {
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 80px;
  }
}
@media not screen and (min-width: 540px) {
  .services__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "service1" "service2" "service3" "service4" "service5";
  }
  .title__text {
    font-size: 30px;
  }
  .contact-us__form {
    padding: 30px 20px;
  }
  .consultation__form {
    padding: 30px 20px;
  }
  .contacts__main,
.contacts__mission {
    padding: 60px 20px;
  }
}
@media not screen and (min-width: 430px) {
  .team__image-wp {
    height: 400px;
  }
}
@media not screen and (min-width: 365px) {
  .team__image-wp {
    height: 350px;
  }
  .welcome__text {
    font-size: 32.5px;
  }
  .title__text {
    font-size: 28px;
  }
}
@media not screen and (min-width: 310px) {
  .title__text {
    font-size: 25.5px;
  }
}