@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #333333;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
}

.header {
  padding-top: 40px;
  width: 100%;
  height: 100vh;
  background: url("../img/BackHeader.jpg") no-repeat center;
}

.header .header_inner {
  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;
}

.header .header_logo {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
}

.header .header_nav a {
  /* Style for "service" */
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  position: relative;
}

.header .header_nav a:hover {
  color: #fce38a;
}

.header .header_nav a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.header .header_nav a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #fce38a;
  position: absolute;
  top: 150%;
  left: 0px;
  z-index: 1;
}

.intro {
  padding-top: 164px;
  margin: 0 auto;
}

.intro_top-text {
  color: #ffffff;
  font-family: "Kaushan Script";
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 42px;
}

.intro_bottom-text {
  color: #ffffff;
  font-size: 150px;
  font-weight: 700;
  line-height: 140px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 802px;
  height: 248px;
  text-align: center;
  margin: 0 auto;
}

.intro_bottom-text:after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #ffffff;
  margin: 71px auto;
}

.intro_inner {
  text-align: center;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 15px 32px 14px 31px;
  margin: 150px 0 0 auto;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color 0.2s linear, color 0.1s linear;
  transition: background-color 0.2s linear, color 0.1s linear;
}

.btn:hover {
  background-color: #fff;
  color: #333333;
}
