/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0,0,0,0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.42;
  font-family: "Roboto",sans-serif;
  color: #232323;
  z-index: 0;
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
textarea,
input,
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto",sans-serif;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Roboto",sans-serif;
}

.big-title {
  font-size: 90px;
}

.title {
  font-size: 36px;
}

.container {
  width: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1160px) {
  .container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .no-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .no-mobile {
    display: none !important;
  }
}

section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__wrap.btn__wrap--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.btn__wrap.btn__wrap--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.btn__wrap.btn__wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.btn__wrap.btn__wrap--full-height {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn__wrap.btn__wrap--full-width {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.btn__wrap.btn__wrap--full-width a {
  width: 100%;
}

.btn__wrap a,
.btn__wrap input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 60px;
  color: #282327;
  background: -webkit-gradient(linear, left top, left bottom, from(#E2C895), to(#DDAB70));
  background: -o-linear-gradient(top, #E2C895 0%, #DDAB70 100%);
  background: linear-gradient(180deg, #E2C895 0%, #DDAB70 100%);
  border: 1px solid rgba(0,0,0,0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}

.btn__wrap a:hover,
.btn__wrap input:hover {
  background: rgba(0,0,0,0);
  color: #bc9661;
  border-color: #bc9661;
}

.btn__wrap a.transparent,
.btn__wrap input.transparent {
  background: rgba(0,0,0,0);
  color: #fff;
  border: 1px solid #bc9661;
}

.btn__wrap a.transparent:hover,
.btn__wrap input.transparent:hover {
  background: #bc9661;
  color: #282327;
}

.btn__wrap a.secondary,
.btn__wrap input.secondary {
  background: hsla(0,0%,100%,.0980392157);
  color: #fff;
  border: hsla(0,0%,100%,.0980392157);
}

.btn__wrap a.secondary:hover,
.btn__wrap input.secondary:hover {
  background: #bc9661;
  color: #282327;
}

@media screen and (max-width: 1160px) {
  .btn__wrap a.secondary,
  .btn__wrap input.secondary {
    text-align: left;
    color: #bc9661;
    background: rgba(0,0,0,0);
  }
}

.btn__wrap.no-padding {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  height: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn__wrap.no-padding a {
  padding: 0;
}

.tal {
  text-align: left;
}

.up-title {
  margin-bottom: 20px;
}

.title {
  margin-bottom: 40px;
  line-height: 100%;
}

.subtitle {
  margin-bottom: 20px;
}

.header {
  padding: 20px 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.header__logo {
  height: 40px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__nav .current-menu-item {
  text-decoration: underline;
}

.title--block {
  padding: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #BC9661));
  background: -o-linear-gradient(left, #000000, #BC9661 75%);
  background: linear-gradient(to right, #000000, #BC9661 75%);
}

.title--block__title {
  color: #fff;
  font-size: 90px;
}

.contacts__text {
  margin-bottom: 50px;
  font-size: 20px;
}

.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 1160px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}

.team__item {
  padding: 20px;
  border-radius: 5px;
}

.team__item_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.team__item_text {
  font-style: italic;
  color: #8e8e8e;
}

.team__item_img {
  height: 330px;
  margin-bottom: 30px;
}

.team__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.about h3 {
  font-family: "Roboto",sans-serif;
  font-size: 36px;
  margin-bottom: 20px;
}

.about ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.about ul li {
  list-style: disc;
}

.generic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.features {
  padding: 100px;
}

.features__title {
  margin-bottom: 50px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 1160px) {
  .features__list {
    grid-template-columns: 1fr;
  }
}

.features__item_img {
  margin-bottom: 20px;
  height: 250px;
  text-align: center;
}

.features__item_title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.features__item_text {
  font-size: 16px;
}

.callback-form {
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #BC9661));
  background: -o-linear-gradient(left, #000000, #BC9661 75%);
  background: linear-gradient(to right, #000000, #BC9661 75%);
  color: #fff;
  text-align: center;
}

.callback-form__title {
  margin-bottom: 20px;
}

.callback-form__subtitle {
  margin-bottom: 50px;
}

.callback-form .wpcf7-form.init {
  display: grid;
  gap: 30px;
  grid-template-columns: 2fr 2fr 1fr;
}

.callback-form #wpcf7-f7-o1-ve-your-email {
  display: none;
}

.callback-form .wpcf7-not-valid-tip {
  color: red;
}

.callback-form input,
.callback-form textarea {
  border: 1px solid #bc9661;
  background: rgba(0,0,0,0);
  color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.callback-form .wpcf7-form-control.wpcf7-submit {
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.callback-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #000;
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #bc9661;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.footer__logo {
  height: 40px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__nav .current-menu-item {
  text-decoration: underline;
}