* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.container {
  width: 1100px;
  margin: 0 auto;
  /* background: #000; */
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
header {
  background-color: #efefef;
  height: 50px;
  padding-top: 17px;
}

.menu {
  display: flex;
  margin-left: 331px;
}
ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}
.menu li a {
  color: #333333;
  margin-right: 30px;
  font-size: 14px;
}
.logo_tel {
  display: flex;
}
.logo_tel p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  color: #66c05d;
  line-height: 42px;
  letter-spacing: 0.1em;
  margin-top: 37px;
  margin-left: 20px;
}
.logo_tel img {
  margin-top: 20px;
}
.tel {
  font-size: 16px;
  color: #000;
  margin-left: 500px;
  margin-top: 50px;
}
.button {
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 8px;
  color: #000;
  font-size: 14px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 170px;
  border: 2px solid #66c05d;
  border-radius: 40px;
}

.line {
  margin-top: 20px;
  border: 1px solid #efefef;
}

.nav {
  display: flex;
  margin-left: 217px;
}
.nav li {
  margin-right: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nav li a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.main {
  height: 589px;
  padding-top: 192px;
  background: url("../img/Rectangle\ 2\ \(1\).jpg");
}

h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #ffff;
  line-height: 56px;
}

p {
  margin-top: 45px;
  font-size: 14px;
  line-height: 20px;
  color: #ffff;
}

.btn {
  margin-top: 50px;
  height: 40px;
  width: 170px;
  background-color: #66c05d;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #ffff;
}

.abcd {
  margin-top: -20px;
  background-color: #efefef;
  height: 954px;
  padding-top: 80px;
}
h2 {
  margin-top: -15px;
}
.blok {
  height: 363px;
  width: 255px;
  margin-top: 15px;
  margin-right: 30px;
  background-color: rgb(255, 255, 255);
}
.blok img {
  margin-top: 25px;
  margin-left: 65px;
}
.blok p {
  width: 195px;
  color: #333;
  margin-left: 50px;
  margin-top: 20px;
  font-size: 14px;
}
h3 {
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #000000;
  margin-left: 87px;
  margin-top: 13px;
}
.btn_buy {
  height: 35px;
  width: 130px;
  background-color: #66c05d;
  border: 2px solid #fff;
  border-radius: 40px;
  margin-left: 62px;
  margin-top: -10px;
}
.btn_buy a {
  color: #fff;
}
.car {
  display: flex;
}
.car img {
  margin-left: 511px;
}
.blocks {
  display: flex;
}
.subscribe {
  display: flex;
}
.sub_1,
.sub_2 {
  height: 212px;
  width: 540px;
  background: #66c05d;
  margin-right: 30px;
  margin-top: 100px;
  padding-left: 40px;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-top: 35px;
}
.subscribe p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  width: 231px;
  margin-top: -7px;
}
.sub_2 p {
  width: 141px;
  margin-bottom: 25px;
}

input {
  position: absolute;
  outline: none;
  width: 225px;
  height: 35px;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  padding-left: 25px;
  margin-top: 25px;
}
.sub_1 img {
  margin-left: 300px;
  margin-top: -65px;
}
.sub_2 .btn {
  height: 35px;
  margin-top: 0px;
}
