/** Home page style v1 **/

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #163152;
  background-color: #fdfdff;
  width: 100%;
}

.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-wide {
  width: 1020px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
}

h3 {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

h2 {
  color: black;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.button {
  border: 2px solid #834700;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}

/* header */

.page-header {
  height: 490px;
  background-color: #7a5118;
  background-image: url("../img/wheat-back.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 60px;
}

.header-top {
  margin-bottom: 120px;
}

.header-logo {
  float: left;
  margin-right: 60px;
}

img.logo {
  height: 76px;
  width: 140px;
}

.main-nav{
  float: right;
  width: 600px;
  margin-top: 10px;
}

.nav-menu {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-menu li {
  padding-left: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
  margin-right: 50px;
  text-transform: uppercase;
}

.nav-menu li:last-child {
  margin-right: 0;
}

.nav-menu a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 13px;
}

.nav-menu a:hover {
  color: rgb(240, 203, 82);
}

.nav-menu a:hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.nav-menu a:active {
  color: rgba(240, 203, 82, 0.3);
  border-bottom: 2px solid rgb(255, 255, 255);
}


/* new */

.new {
  margin-top: 80px;
  margin-bottom: 60px;
}

.new h2{
  margin-bottom: 75px;
}

.new h3{
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
}

.new-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.new-list li {
  display: inline-block;
  width: 334px;
  padding-right: 30px;
  padding-left: 34px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.new-list li:nth-child(2n) {
  border-left: none;
  width: 331px;
}

.higher-section {
  position: relative;
  margin-bottom: 0;
}

.new-table {
  width: 150px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.char-table {
  border-collapse: collapse; 
  width: 150px;
  margin-bottom: 10px;
}

.char-table td {
  border: 1px solid #e5e5e5;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px; 
  font-weight: bold;
  padding: 5px 10px;
}

.new-details {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.higher-section img {
  width: 319px;
  height: 459px;
  padding-left: 10px;
}

.new-description {
  margin-top: 0;
  margin-bottom: 60px;
}

.new-buttons {
  float: left;
}

.new-price {
  float: left;
  margin-left: 25px;
  margin-top: 2px; 
}

.price {
  font-weight: bold;
  margin: 0;
  padding: 8px 0;
}

.more {
  color: #7a5118;
}

.more:hover {
  border-color: #522d00;
  color: #522d00;
}

.more:active {
  border-color: #522d0044;
  color: #522d0044;
}

.buy {
  color: white;
  background-color: #7a5118;
}

.buy:hover {
  border-color: #522d00;
  background-color: #522d00;
}

.buy:active {
  color: rgba(255, 255, 255, 0.3);
}

/* features */

.features {
  background-color: #ffcb78;
}

.features-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-top: 80px;
  padding-bottom: 90px;
  list-style-type: none;
}

.features-list li {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 210px;
  border-right: 1px solid #e5b66c;
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 80px;
  vertical-align: top;
}

.features-list li.cook {
  padding-left: 0;
}

.features-list li.hq {
  border-right: none;
  padding-right: 0;
}

.features-list li.cook::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 68px;
  left: 0;
  top: 0;
  background: url("../img/icon-brew.png") no-repeat;
}

.features-list li.self-made::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 65px;
  left: 95px;
  top: 0;
  background: url("../img/icon-matreshka.png") no-repeat;
}

.features-list li.hq::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 58px;
  left: 95px;
  top: 0;
  background: url("../img/icon-thumbsup.png") no-repeat;
}

.features-item h3 {
  margin-top: 20px;
}

/* history */

.history {
  padding: 80px 0;
}

.history-article {
  margin-top: 60px;
}

.article-head h3 {
  float: left;
  width: 500px;
  margin-right: 30px;
}

.article-head i {
  float: right;
}

.article-main {
  margin-top: 20px;
}

.article-main p {
  float: left;
  width: 500px;
  margin-right: 30px;
  padding: 0;
  margin: 0;
}

.article-main img {
  float: right;
  width: 200px;
  height: 101px;
  vertical-align: middle;
  margin-top: 10px;
}

.source {
  color: #834700;
}

.source:hover {
  color: #5e3300;
}

.source:active {
  color: #8348007c;
}

/* press */

.press {
  background-color: #ede5d8;
  padding-top: 80px;
  padding-bottom: 90px;
}

.press blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 75px;
  width: 690px;
  margin-bottom: 35px;
}

.press blockquote::before {
  content: "";
  position: absolute;
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  top: 5px;
  left: -105px;
  width: 41px;
  height: 31px;
}

.press-cite cite {
  float: right;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-style: normal;
  padding-top: 10px;
}

.press-cite a {
  float: left;
  margin-right: 45px;
  color: #bcb6ab;
  border: 2px solid #a5a097;
}

.press-cite a:hover {
  color: white;
  background-color: #a5a097;
}

.press-cite a:active {
  color: rgba(255, 255, 255, 0.3);
  border-color: #858179;
  background-color: #858179;
}

/* pricelist */

.pricelist {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricelist-table {
  margin-top: 75px;
  border-collapse: collapse;
  width: 100%;
}

.pricelist-table td,
.pricelist-table th {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.pricelist-table td {
padding-top: 17px;
padding-bottom: 17px;
}

.pricelist-table th {
  padding-bottom: 30px;
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 1px;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #999999;
  text-transform: uppercase;
}

.first-column {
  width: 400px;
}

td.first-column {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

td.first-column span {
  color: white;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 30px;
  background-color: black;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 20px;
  vertical-align: super;
}

.pricelist-table td.last-column,
.pricelist-table th.last-column {
  text-align: right;
}

/* ordering */

.ordering {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #ffcb78;
}

.form-description {
  width: 660px;
  margin-top: 75px;
  margin-bottom: 70px;
}

.order-form {
  width: 630px;
}

.order-form label {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  color: #000000;
  text-transform: uppercase;
}

.order-form input,
.order-form textarea {
  box-sizing: border-box;
  width: 630px;
  margin-bottom: 25px;
  padding: 15px 10px 15px 20px;
  background-color: #e0b46b;
  border: none;
}

.tel-one {
  width: 290px;
  float: left;
}

.tel-two {
  width: 290px;
  float: right;
}

div.telephone input {
  box-sizing: border-box;
  width: 290px;
}

.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
  background-color: #ecdabd;
  border: none;
  outline: none;
}

.order-form select {
  width: 630px;
  margin-bottom: 25px;
  padding: 15px 0 15px 20px;
  background-color: #e0b46b;
  border: none;
}

.order-form input[type="checkbox"] {
  width: auto;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 40px;
}

.order {
  color: white;
  background-color: #7a5118;
}

.order:hover {
  border-color: #522d00;
  background-color: #522d00;
}

.order:active {
  color: rgba(255, 255, 255, 0.3);
}

/* main-footer */

.main-footer {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: black;
}

.footer-logo {
  float: left;
  margin-left: 37px;
  height: 76px;
}

.main-footer .nav-menu {
  float: right;
  margin-right: 107px;
  margin-top: 7px;
}

.footer-bottom {
  margin-top: 47px;
}

.socials {
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  border-collapse: collapse;
}

.socials li {
  margin: 0;
  padding: 0;
  margin-left: -1px;
}

.socials a {
  position: relative;
}

a.Instagram  {
  font-size: 0;
  display: inline-block;
  background-image: url("../img/icon-insta.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
}

a.Facebook  {
  font-size: 0;
  display: inline-block;
  background-image: url("../img/icon-fb.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
}

a.Vkontakte  {
  font-size: 0;
  display: inline-block;
  background-image: url("../img/icon-vk.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
}

.socials a:hover {
  border-color: rgba(255, 203, 120, 0.3);
  z-index: 10;
}

.socials a:active {
  opacity: 0.7;
  }

.copyrights {
  float: left;
  width: 200px;
  margin-left: 91px;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
}

.developer {
  float: right;
  margin-left: 40px;
  width: 300px;
  margin-left: 150px;
  position: relative;
}

.developer::after {
  content: "";
  background-image: url("../img/htmlacademy.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
}

.developer:hover::after {
  border-color: rgba(255, 203, 120, 0.3);
}

.developer p,
.developer a {
  font-size: 14px;
  line-height: 20px;
  color: #989898;
}

.developer p {
  margin-top: 25px;
  margin-left: 30px;
  text-align: right;
}

.developer a {
  text-decoration: none;
}

.developer a:hover {
  color: #696969;
}

.developer a:active {
  color: #6969699d;
}

/** Home page style v2 **/
/** Home page style v2 **/
/** Home page style v2 **/
/** Home page style v2 **/
/** Home page style v2 **/
/** Home page style v2 **/
/** Home page style v2 **/

body.body2 {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  color: #404040;
  font-size: 16px;
  line-height: 30px;
  background-color: white;
  width: 100%;
}

.button2 {
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #a5a097;
  padding: 8px 20px;
  font-weight: bold;
}

.container-wide2 {
  width: 1015px;
}

/* header v2 */

.page-header2 {
  padding-top: 60px;
  background-image: url("../img/wheat-back.jpg");
  background-repeat: no-repeat;
  background-color: #7a5118;
  height: 490px;
  background-size: cover;
  background-position: bottom;
}

.main-nav2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.logo2 {
  width: 140px;
  height: 76px;
}

.nav-menu2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-menu2 li {
  display: block;
  position: relative;
  margin-right: 50px;
  margin-top: 14px;
  margin-bottom: 13px;
}

.nav-menu2 li:last-child {
  margin-right: 0;
}

.nav-menu2 li:hover:after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.nav-menu2 a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.nav-menu2 a:hover {
  color: #ffcb78;
}

.nav-menu2 a:active {
  color: rgba(255, 203, 120, 0.3);
}

/* new v2 */

.new2 {
  padding-top: 80px;
  padding-bottom: 110px;
}

.new2 h2 {
  margin-bottom: 75px;
}

.new-list2 {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.new-list2 li {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding-left: 34px;
  padding-right: 30px;
  width: 334px;
}

.new-list2 li:nth-of-type(2n) {
  border-left: none;
}

.new-list-item2 {
  position: relative;
}

.new-list-item2 h3 {
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.new-list-item2 img {
  width: 319px;
  height: 459px;
  margin-left: 10px;
}

.item-description2 {
  position: absolute;
  right: 25px;
  top: 85px;
  width: 150px;
}

.char-table2 {
  border-collapse: collapse;
  width: 150px;
  margin-bottom: 10px;
}

.char-table2 td {
  border: 1px solid #e5e5e5;;
  font-weight: bold;
  padding: 5px 10px;
}

.new-details2 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.new-description2 {
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

.list-bottom2 {
  display: flex;
}

.list-bottom2 .button2 {
  align-self: center;
}

.more2 {
  margin-right: 7px;
  border-color: #834700;
  color: #834700;
}

.more2:hover {
  color: #6a3900;
  border-color: #6a3900;
}

.more2:active {
  color: rgba(92, 50, 0, 0.3);
  border-color: #cec1b2;
}

.buy2 {
  border-color: #834700;
  background-color: #834700;
  color: white;
}

.buy2:hover {
  background-color: #6a3900;
  border-color: #6a3900;
}

.buy2:active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #5c3200;
  border-color: #5c3200;
}

.price2 {
  margin: 0;
  margin-left: 25px;
  align-self: center;
  font-weight: bold;
}

/* features v2 */

.features2 {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #ffcb78;
}

.features-list2 {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 240px; 
}

.features-list2 li {
  position: relative;
  border-right: 1px solid #e5b66c;
  padding-right: 95px;
  padding-left: 95px;
  width: 210px;
}

.cook2::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-brew.png");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 68px;
  width: 50px;
}

.self-made2::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-matreshka.png");
  background-repeat: no-repeat;
  top: 0;
  left: 95px;
  height: 65px;
  width: 46px;
}

.hq2::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-thumbsup.png");
  background-repeat: no-repeat;
  top: 0;
  left: 95px;
  height: 58px;
  width: 63px;
}

.features-item2 h3 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.features-list2 li:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}

.features-list2 li:nth-child(3n - 2) {
  padding-left: 0;
}

/* history v2 */

.history2 {
  padding: 80px 0;
}

.article-top2 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.source2 {
  color: #834700;
}

.source2:hover {
  color: #6a3900;
}

.source2:active {
  color: #cab7a2;
}

.article-bottom2 {
  display: flex;
  justify-content: space-between;
}

.article-bottom2 img {
  align-self: center;
}

.article-bottom2 p {
  width: 490px;
  margin: 0;
}

/* press v2 */

.press2 {
  background-color: #ede5d8;
  padding-top: 80px;
  padding-bottom: 90px;
}

.press2 h2 {
  margin-bottom: 75px;
}

.press2 blockquote {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  width: 690px;
  position: relative;
}

.press2 blockquote::after {
  content: "";
  position: absolute;
  background-image: url("../img/quotes.png");
  width: 41px;
  height: 31px;
  top: 5px;
  left: -105px;
}

.press-footer2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.press-footer2 cite {
  font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
    align-self: center;
}

.read-more2 {
  color: #bcb6ab;
}

.read-more2:hover {
  color: white;
  background-color: #a5a097;
}

.read-more2:active {
  color: rgba(255, 255, 255, 0.3);
  border-color: #858179;
  background-color: #858179;
}

/* pricelist v2 */

.pricelist2 {
  padding: 90px 0;
}

.pricelist2 h2 {
  margin-bottom: 75px;
}

.pricelist-table2 {
  width: 800px;
  border-collapse: collapse;
}

.pricelist-table2 th {
  font-size: 11px;
  text-align: left;
  color: #999999;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  font-weight: normal;
}

.second-column2 {
  width: 90px;
}

.third-column2 {
  width: 60px;
}

.pricelist-table2 td {
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0;
}

.pricelist-table2 td:last-of-type,
.pricelist-table2 th:last-of-type {
  text-align: right;
}

.first-column2 {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  width: 400px;
}

.new-product2 {
  background-color: black;
  padding: 2px 5px;
  color: white;
  font-size: 8px;
  line-height: 30px;
  border-radius: 2px;
  margin-left: 20px;
  vertical-align: super;
}

/* ordering v2 */

.ordering2 {
padding-top: 80px;
padding-bottom: 110px;
background-color: #ffcb78;
}

.form-description2 {
  margin-top: 75px;
  margin-bottom: 70px;
  width: 660px;
}

.order-form2 {
  width: 630px;
}

.order-form2 label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.order-form2 input,
.order-form2 textarea {
  width: 600px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

.order-form2 select {
  width: 630px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

.order-form2 input,
.order-form2 textarea, 
.order-form2 select {
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.order-form2 textarea {
  height: 90px;
  resize: none;
}

.order-form2 input[type=checkbox] {
  width: auto;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.telephone-block2 {
  display: flex;
  justify-content: space-between;
}

.telephone2 input {
  width: 260px;
}

.agree2 {
  display: inline;
}

.order2 {
  margin-top: 40px;
  display: inline-block;
  color: #ffffff;
  background-color: #834700;
  border: 2px solid #834700;
}

.order2:hover {
  background-color: #6a3900;
  border-color: #6a3900;
}

.order2:active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #5c3200;
  border-color: #5c3200;
}


/* footer v2 */

.main-footer2 {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 70px;
}

.footer-top2 {
  display: flex;
}

.footer-top2 img {
  margin-right: 125px;
  margin-left: 37px;
}

.footer-bottom2 {
  display: flex;
  margin-top: 47px;
}

.socials2 {
  margin: 0;
  padding: 0;
  margin-right: 91px;
  display: flex;
  list-style-type: none;
  font-size: 0;
}

.socials2 a {
  display: block;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
  margin-left: -1px;
  background-repeat: no-repeat;
  background-position: center;
}

.socials2 a:hover {
  border-color: rgba(255, 203, 120, 0.3);
  position: relative;
}

.socials2 a:active {
  opacity: 0.3;
}

.Instagram2 {
  background-image: url("../img/icon-insta.png");
}

.Facebook2 {
  background-image: url("../img/icon-fb.png");
}

.Vkontakte2 {
  background-image: url("../img/icon-vk.png");
}

.copyrights2 {
  width: 200px;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  margin: 0;
  align-self: center;
}

.webdeveloper2 {
  position: relative;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  align-self: center;
}

.webdeveloper2 a {
  font-size: 14px;
  line-height: 20px;
  color: #989898;
  text-decoration: none;
}

.webdeveloper2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 66px;
  background-color: #1b1b1b;
  border: 1px solid rgba(255, 203, 120, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/htmlacademy.png");
  top: -25px;
  left: -100px;
}

.webdeveloper2:hover::before {
  border-color: rgba(255, 203, 120, 0.3);
}