html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #000;
}
button {
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  color: #252527;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
p {
  line-height: 1.3em;
}
.header-banner {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}
.header-banner video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-phone a {
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
}
.header-middle h1 {
  width: 565px;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.header-middle p {
  width: 600px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.header-btn {
  width: 200px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 2px;
  background-color: #d0af47;
  transition: 0.3s;
}
.header-btn:hover {
  background-color: #efc230;
}
.section-title {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.section-title__title {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
}
.section-title__description {
  width: 46%;
  font-size: 18px;
  font-weight: 500;
}
.insert-line {
  height: 1px;
  background-color: #d0af47;
}
.services-title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.services {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-card {
  margin-top: 30px;
  width: calc(33% - 10px);
  border-bottom: 1px solid #d0af47;
}
.card-img__wrap {
  height: 250px;
  overflow: hidden;
}
.card-img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-title {
  margin: 15px 0 25px;
}
.card-title h2 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.insert-services {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.insert-services__title {
  width: 40%;
}
.insert-services__title h2 {
  width: 400px;
  font-size: 20px;
  font-weight: 700;
}
.insert-services__img {
  width: 75%;
}
.insert-services__img img {
  width: 100%;
  height: 100%;
}
.offer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.offer img {
  width: 700px;
}
.offer-card {
  margin-left: -80px;
  width: 500px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.offer-card__wrap {
  margin-left: 60px;
}
.offer-card__wrap h3 {
  width: 400px;
  font-size: 30px;
  font-weight: 300;
}
.offer-btn {
  margin-top: 30px;
  width: 200px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 2px;
  background-color: #d0af47;
  transition: 0.3s;
}
.offer-btn:hover {
  background-color: #efc230;
}
.detail-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.detail-services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.detail-card {
  margin-top: 30px;
  width: calc(20% - 10px);
  border-top: 1px solid #d0af47;
}
.detail-card h2 {
  margin: 25px 0 15px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
}
.detail-card img {
  width: 100%;
}
#consultation {
  width: 100%;
  background-color: #0D0C14;
}
.consultation {
  padding: 60px 0 30px;
  text-align: center;
  color: #ffffff;
}
.consultation h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.consultation a {
  font-size: 25px;
  font-weight: 500;
  color: #d0af47;
  border-bottom: 1px solid rgba(208, 175, 71, 0.5);
  outline: none;
}
.consultation h4 {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 300;
}
.call-to__action {
  text-align: center;
  margin-bottom: 60px;
}
.сall-to__action__btn {
  width: 180px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 2px;
  background-color: #d0af47;
  transition: 0.3s;
}
.сall-to__action__btn:hover {
  background-color: #efc230;
}
.author {
  padding: 15px 0 15px;
  display: flex;
  justify-content: center;
}
.author a {
  position: relative;
  text-decoration: none;
  color: #efc230;
  font-size: 13px;
  font-weight: 300;
  outline: none;
}
.author a:before {
  content: '';
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(208, 175, 71, 0.7);
  transition: 0.2s;
  transform: scaleX(1);
}
.author a:hover:before {
  transform: scaleX(0);
}
.author a:hover {
  transition: 0.2s;
  color: #ffffff;
}
.footer-doc {
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
}
.footer-doc a {
  text-align: center;
  margin: 0 7px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  outline: none;
}
.footer-doc a:hover {
  transition: 0.2s;
  color: #d0af47;
}
.modal-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #fff;
  z-index: 900;
}
.modal-bg {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 800;
}
form {
  text-align: center;
}
.modal-title {
  width: 425px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
.input-name__field,
.input-name__phone {
  margin-top: 25px;
  width: 330px;
  height: 40px;
  border: 1px solid rgba(208, 175, 71, 0.7);
  border-radius: 2px;
  padding-left: 7px;
}
.checkbox-wrap {
  width: 300px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked ~ .their-checkbox:after {
  background-color: #efc230;
}
.their-checkbox {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #efc230;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.their-checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  transition: all linear 0.1s;
}
.checkbox-content {
  width: 260px;
  text-align: left;
}
.checkbox-content a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.checkbox-content p {
  font-size: 12px;
  font-weight: 400;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-btn {
  margin-top: 30px;
  width: 180px;
  height: 35px;
  background: #d0af47;
  border-radius: 2px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 60px;
}
.modal-btn:hover {
  background: #efc230;
}
.close-modal {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  filter: brightness(0) invert(0.3);
  transition: 0.2s;
  cursor: pointer;
}
.close-modal:hover {
  filter: brightness(1) invert(0);
}
@media screen and (max-width: 1440px) {
  .container {
    width: 95%;
  }
  .section-title__description {
    width: 48%;
  }
}
@media screen and (max-width: 1400px) {
  .section-title__description {
    width: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .header-middle h1 {
    width: 500px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .services-card {
    width: calc(50% - 10px);
  }
  .insert-services {
    flex-wrap: wrap;
  }
  .insert-services__title {
    width: 100%;
  }
  .insert-services__img {
    margin-top: 30px;
    width: 100%;
  }
  .detail-services {
    justify-content: space-around;
  }
  .detail-card {
    width: calc(25% - 10px);
  }
  .offer-card {
    width: 400px;
    height: 250px;
  }
  .offer img {
    width: 500px;
  }
  .offer-card__wrap h3 {
    width: 260px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .detail-card {
    width: calc(33% - 10px);
  }
  .offer {
    flex-direction: column;
  }
  .offer-card {
    margin-top: -30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 920px) {
  .section-title {
    justify-content: center;
    flex-direction: column;
  }
  .section-title__title,
  .section-title__description {
    width: 90%;
  }
  .section-title__description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .header-middle h1 {
    width: 430px;
    font-size: 30px;
  }
  .header-middle p {
    width: 540px;
    font-size: 18px;
  }
  .detail-card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 660px) {
  .footer-doc {
    flex-direction: column;
  }
  .footer-doc a {
    margin: 2px 0;
  }
}
@media screen and (max-width: 640px) {
  .header-top {
    height: auto;
    flex-direction: column;
  }
  .header-logo {
    margin: 30px 0 15px;
  }
  .header-middle h1 {
    width: 355px;
    font-size: 25px;
  }
  .header-middle p {
    width: 460px;
    font-size: 18px;
  }
  .section-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-title__description {
    margin-top: 15px;
  }
  .services-title {
    margin-top: 30px;
    text-align: left;
  }
  .services {
    margin-top: 0;
  }
  .services-card {
    width: calc(100% - 10px);
  }
  .insert-services {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .insert-services__title h2 {
    width: 310px;
    font-size: 18px;
  }
  .offer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .offer img {
    width: 100%;
  }
  .offer-card {
    width: 95%;
    align-items: center;
    height: 220px;
  }
  .offer-card__wrap {
    margin-left: 0;
  }
  .offer-btn {
    margin-top: 15px;
  }
  .detail-services,
  .call-to__action {
    margin-bottom: 30px;
  }
  .detail-title {
    margin-bottom: 15px;
  }
  .detail-card {
    margin-top: 15px;
  }
  .consultation {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .header-middle p {
    width: 95%;
  }
  .modal {
    width: 330px;
  }
  .modal-title {
    width: 97%;
  }
  .input-name__field,
  .input-name__phone {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .header-middle h1 {
    width: 100%;
  }
  .detail-card h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .header-middle h1 {
    width: 100%;
  }
  .detail-card h2 {
    font-size: 12px;
  }
}
