body {
  background: #ffffff;
  text-decoration: none;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
  border: none;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1, h2 {
  font-size: 20px;
  padding: 0 0 10px 0;
  color: #545454;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

body {
  background: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
  border: none;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
  font-family: Arial;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: underline;
  outline: none;
}

aa:hover {
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.9;
}

textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.9;
}

textarea:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.9;
}

textarea::-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.9;
}

textarea::placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.9;
}

h1, h2 {
  font-size: 20px;
  padding: 0 0 10px 0;
}

.scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
}

.wrapper {
  background-size: cover;
}

.wrapper__page-home {
  background-image: url(img/home-page-bg.jpg);
}

.page-home {
  max-width: 1170px;
  width: 100%;
  padding: 50px 0 165px 0;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 260px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu__logo {
  padding: 0 50px 0 165px;
  font-family: Pacifico, cursive;
  font-size: 50px;
  color: #262626;
  text-decoration: none;
}

.menu__logo:hover {
  font-weight: bold;
}

.nav {
  text-align: right;
}

.nav__link {
  margin: 0 40px 0 0;
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: 3px solid transparent;
}

.nav__link--contacts {
  margin: 0;
}

.nav__link:hover {
  border-top: 3px solid #ff6033;
}

.content {
  display: block;
  width: 40%;
  text-align: left;
  padding: 0px 165px 0 165px;
}

.content__title {
  color: #262626;
  font-size: 60px;
  font-weight: 900;
}

.content__text {
  color: #262626;
  font-size: 17px;
  font-weight: 300;
  padding: 37px 0;
}

.content__button {
  background-color: #ff6033;
  width: 200px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 20px;
  border: none;
  -webkit-box-shadow: 4px 3px 7px -4px #000000;
  box-shadow: 4px 3px 7px -4px #000000;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.content__button:hover {
  font-weight: bold;
}

.content__button:active {
  -webkit-box-shadow: 4px 3px 7px -4px #000000 inset;
  box-shadow: 4px 3px 7px -4px #000000 inset;
}

.wrapper__page-about {
  background-image: url(img/about-page-bg.jpg);
  background-color: #00b3b3;
}

.page-about {
  max-width: 1170px;
  width: 100%;
  padding: 180px 0 120px 0;
}

.content--about {
  display: block;
  margin: 0 0 0 auto;
  padding: 0;
}

.wrapper__page-contacts {
  background-image: url(img/bg.jpg);
}

.page-contacts {
  max-width: 1170px;
  width: 100%;
}

.content__contacts {
  width: 100%;
  padding: 100px 0 45px 0;
  text-align: center;
}

.content__title--contacts {
  font-size: 90px;
  font-weight: bold;
  color: #262626;
  text-align: center;
  margin-bottom: 25px;
}

.content__text--contacts {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #262626;
  width: 350px;
  margin: 0 auto;
  text-align: center;
}

.grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts__col--form {
  padding: 0 100px 0 165px;
}

.contacts__col--ctrl {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #7fe1e1;
  opacity: 0.5;
  border: 5px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.contacts__col--ctrl :focus {
  color: #ffffff;
  font-weight: bold;
  border-left-color: #355b82;
  background-color: #00c4c4;
}

.contacts__col--message {
  resize: none;
  height: 250px;
}

.contacts__col--contacts {
  font-size: 17px;
  font-weight: bold;
  color: #262626;
}

.contacts__col--data {
  margin: 10px 0 20px 0;
  padding: 0 0 10px 0;
}

.contacts__col--address {
  padding: 0 165px 0 0;
}

.contacts__col--name:invalid {
  background-color: #e07e8e;
}

.contacts__col--email:invalid {
  background-color: #e07e8e;
}

.contacts__col--phone:invalid {
  background-color: #e07e8e;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  width: 100%;
}

.footer__content {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 300;
  margin: 35px 82px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__content--logo {
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  text-align: center;
}

.footer__emphasize {
  color: #ff2b58;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .nav__link--contacts {
    margin-right: 40px;
  }
  .grid-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__col--address {
    padding: 0 0 0 165px;
  }
}
