@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-size: 16px;
  word-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

::-moz-selection {
  color: white;
  background-color: #d74742;
}

::selection {
  color: white;
  background-color: #d74742;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

h1 {
  color: #d74742;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
}

h2 {
  color: #38383a;
  font-size: 2.2em;
  margin-bottom: 1em;
  line-height: 1em;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.top {
  background-color: #f5f5f5;
  background-image: url(../images/right.jpg), url(../images/pattern.png), url(../images/left.jpg);
  background-position: right top, center bottom, left top;
  background-size: 580px, contain, 530px;
  background-repeat: no-repeat;
}

.header {
  width: 640px;
  margin: auto;
  padding-bottom: 2em;
  text-align: center;
}

.header img {
  width: calc(460px / 2);
  margin-top: 2em;
  margin-bottom: 1em;
}

.list {
  width: 1240px;
  margin: auto;
  padding: 2em;
  background: white;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1rem 2.5rem rgba(32, 32, 32, 0.1);
          box-shadow: 0 1rem 2.5rem rgba(32, 32, 32, 0.1);
}

.list ul {
  margin-top: 1em;
  padding: 1em;
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-gap: 4em;
          column-gap: 4em;
}

.list ul li {
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 2.5em;
  margin-bottom: 1em;
  line-height: 1.2em;
}

.abonare {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.abonare h3 {
  color: #d74742;
  padding: 0.3em 0;
}

.abonare form {
  width: 740px;
  margin: auto;
  padding-top: 2em;
}

.abonare form input {
  background: white;
  border: 0;
  padding: 1.5em;
  border-radius: 5px;
  -webkit-box-shadow: 0 3.438rem 2.5rem rgba(32, 32, 32, 0.2);
          box-shadow: 0 3.438rem 2.5rem rgba(32, 32, 32, 0.2);
  width: 60%;
}

.abonare form button {
  background: #d74742;
  border: 0;
  padding: 1em;
  color: white;
  border-radius: 5px;
  width: 35%;
  cursor: pointer;
  font-size: 1.1em;
  -webkit-box-shadow: 0 3.438rem 2.5rem rgba(32, 32, 32, 0.2);
          box-shadow: 0 3.438rem 2.5rem rgba(32, 32, 32, 0.2);
}

.abonare form button:hover {
  background-color: #252525;
}

.pera {
  padding: 6em 0;
  color: white;
  background-color: #252525;
}

.pera h2 {
  color: white;
}

.pera h2 span {
  color: #d74742;
}

.pera .container {
  width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pera .container .left {
  width: 35%;
}

.pera .container .left img {
  width: 100%;
}

.pera .container .right {
  width: 65%;
}

.pera ul {
  margin-top: 1em;
}

.pera ul li {
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 2.5em;
  margin-bottom: 1em;
  line-height: 1.2em;
}

.bottom {
  color: white;
  text-align: left;
  background-color: #d74742;
  background-image: url(../images/pattern2.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.bottom .container {
  width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom .container .left {
  width: 35%;
}

.bottom .container .right {
  width: 65%;
}

.bottom h3 {
  color: white;
  text-align: left;
}

.bottom form {
  width: 100%;
  margin: 0;
}

.bottom form button {
  background: black;
  color: white;
}

footer {
  background: #252525;
  color: white;
  text-align: center;
  padding: 2em 1em;
}

footer a {
  color: #d74742;
}
/*# sourceMappingURL=main.css.map */