h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.bs-reqular {
  font-weight: normal !important;
}

.bs-bold {
  font-weight: bold !important;
}

.bs-italic {
  font-style: italic !important;
}

.bs-normal {
  font-style: normal !important;
}

.bs-caps {
  text-transform: uppercase !important;
}

.bs-text-left {
  text-align: left;
}

.bs-text-right {
  text-align: right;
}

.bs-text-center {
  text-align: center;
}

.bs-text-justify {
  text-align: justify;
}

.bs-text-uppercase {
  text-transform: uppercase;
}

.bs-text-underline {
  text-decoration: underline;
}

.bs-text-italic {
  font-style: italic;
}

.list-unstyled {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.bs-text-small {
  font-size: 12px;
}

ol, ul {
  padding-left: 20px;
}

@font-face {
  font-family: "PT Serif";
  src: local("PT Serif"), local("PTSerif-Regular"), url("../fonts/PTSerif/regular.woff2") format("woff2"), url("../fonts/PTSerif/regular.woff") format("woff"), url("../fonts/PTSerif/regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../fonts/PTSerif/italic.woff2") format("woff2"), url("../fonts/PTSerif/italic.woff") format("woff"), url("../fonts/PTSerif/italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../fonts/PTSerif/bold.woff2") format("woff2"), url("../fonts/PTSerif/bold.woff") format("woff"), url("../fonts/PTSerif/bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("../fonts/PTSerif/bolditalic.woff2") format("woff2"), url("../fonts/PTSerif/bolditalic.woff") format("woff"), url("../fonts/PTSerif/bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* PT Sans */
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/PTSans/regular.woff2") format("woff2"), url("../fonts/PTSans/regular.woff") format("woff"), url("../fonts/PTSans/regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Italic"), local("PTSans-Italic"), url("../fonts/PTSans/italic.woff2") format("woff2"), url("../fonts/PTSans/italic.woff") format("woff"), url("../fonts/PTSans/italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/PTSans/bold.woff2") format("woff2"), url("../fonts/PTSans/bold.woff") format("woff"), url("../fonts/PTSans/bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url("../fonts/PTSans/bolditalic.woff2") format("woff2"), url("../fonts/PTSans/bolditalic.woff") format("woff"), url("../fonts/PTSans/bolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.cookie-block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 1050;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.cookie-block .cookie-block_content {
  position: relative;
  max-width: 62rem;
  width: calc(100% - 1rem);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding: 1.5rem;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-opacity: 0;
  opacity: 0;
}
.cookie-block .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.5rem;
  background: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cookie-block a {
  color: inherit;
}
.cookie-block.active {
  bottom: 2rem;
}
.cookie-block.active .cookie-block_content {
  -webkit-opacity: 1;
  opacity: 1;
}

.cookie-block_content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

* {
  margin: 0;
  padding: 0;
}

.bsc-green {
  color: #39b54a;
}

.bsc-red {
  color: #ed1c24;
}

.bsc-gray {
  color: #86754d;
}

.bsc-beige {
  color: #f9f4e2;
}

.bsc-white {
  color: #fff;
}

.bsc-black {
  color: #000;
}

.bsf-ptserif {
  font-family: "PT Serif", Arial, sans-sarif;
}

.bsf-ptsans {
  font-family: "PT Sans", Arial, sans-sarif;
}

html {
  height: 100%;
}

body {
  font: 18px "PT Sans", Arial, sans-sarif;
  color: #000;
  line-height: 1.15;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../images/bg.png");
  overflow-x: hidden;
}

a {
  color: #ed1c24;
  text-decoration: underline;
  font: italic 16px "PT Serif", Arial, sans-sarif;
  font-size: inherit;
}
a:hover, a:active {
  color: #b10800;
}
a.bsc-gray {
  font: normal 18px "PT Serif", Arial, sans-sarif;
}
a.bsc-gray:hover, a.bsc-gray:active {
  color: #5a4b26;
}

.goup {
  display: none;
  font: normal 18px "PT Serif", Arial, sans-sarif;
  color: #86754d;
  text-decoration: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background: rgba(249, 244, 226, 0);
  text-align: center;
  z-index: 1002;
  padding-top: 10px;
}
.goup:hover {
  color: #86754d;
  background: rgba(249, 244, 226, 0.35);
}

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.wrapper .middle {
  margin: 0 auto;
  max-width: 1065px;
  width: 100%;
  padding: 88px 0 calc(171px - 148px);
  position: relative;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
}
.wrapper .middle:after {
  display: table;
  clear: both;
  content: "";
}
.wrapper .middle .container {
  width: 100%;
  margin-top: -88px;
  padding-bottom: 171px;
}
.wrapper .middle .container main {
  padding: 0 0;
  background: #fff;
}

footer {
  width: 100%;
  margin: -171px auto 0;
  height: 171px;
  background: #ed1c24;
  position: relative;
  z-index: 1000;
}
footer a {
  color: #fff;
  font: normal 14px "PT Sans", Arial, sans-sarif;
}
footer a:hover {
  color: #fff;
}
footer:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  width: 100%;
  height: 7px;
  background: url("../images/linefooter.png");
}
footer .content {
  margin: 0 auto;
  max-width: 1065px;
  width: 100%;
  color: #fff;
  font: normal 14px "PT Sans", Arial, sans-sarif;
}
footer .content > nav {
  padding-top: 32px;
  margin-left: 65px;
  width: 220px;
}
footer .content > nav li {
  line-height: 0.8;
}
footer .content > nav a {
  color: #fff;
  font: normal 14px "PT Sans", Arial, sans-sarif;
}
footer .content .info {
  padding-top: 34px;
  width: 655px;
  margin-left: 10px;
}
footer .content .phone {
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  line-height: 1;
}
footer .content .phone:after {
  content: " ";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 18px;
  height: 30px;
  background: url("../images/sprite.png") -16px 0;
}
footer .content .phone a {
  font: bold 18px "PT Sans", Arial, sans-sarif;
  text-decoration: none;
}
footer .content .phone a:hover {
  text-decoration: underline;
}
footer .content .email {
  position: relative;
  padding-left: 45px;
  line-height: 1;
}
footer .content .email:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 22px;
  background: url("../images/sprite.png") -34px 0;
}
footer .content .email a {
  font: bold 18px "PT Sans", Arial, sans-sarif;
  text-decoration: none;
}
footer .content .email a:hover {
  text-decoration: underline;
}
footer a.copyright {
  text-decoration: none;
  padding-top: 10px;
  text-align: right;
  width: 310px;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #86754d;
  font-family: "PT Serif", Arial, sans-sarif;
}
h1.leaf, h2.leaf, h3.leaf, h4.leaf, h5.leaf, h6.leaf {
  display: table;
  position: relative;
  margin: 0 auto;
}
h1.leaf:after, h1.leaf:before, h2.leaf:after, h2.leaf:before, h3.leaf:after, h3.leaf:before, h4.leaf:after, h4.leaf:before, h5.leaf:after, h5.leaf:before, h6.leaf:after, h6.leaf:before {
  position: absolute;
  content: " ";
  top: 10px;
  width: 25px;
  height: 15px;
  background: url("../images/button.png");
}
h1.leaf:after, h2.leaf:after, h3.leaf:after, h4.leaf:after, h5.leaf:after, h6.leaf:after {
  left: -34px;
  background-position: 0 -45px;
}
h1.leaf:before, h2.leaf:before, h3.leaf:before, h4.leaf:before, h5.leaf:before, h6.leaf:before {
  right: -34px;
  background-position: -25px -45px;
}

h1 {
  font: 48px "PT Serif", Arial, sans-sarif;
}
h1.nofront {
  margin-top: 45px;
}
h1.leaf:after, h1.leaf:before {
  position: absolute;
  content: " ";
  top: 26px;
  width: 42px;
  height: 24px;
  background: url("../images/leaf.png");
}
h1.leaf:after {
  left: -58px;
  background-position: 0 0;
}
h1.leaf:before {
  right: -58px;
  background-position: -42px 0;
}

h2 {
  font: 36px "PT Serif", Arial, sans-sarif;
}
h2.leaf:after, h2.leaf:before {
  position: absolute;
  content: " ";
  top: 13px;
  width: 42px;
  height: 24px;
  background: url("../images/leaf.png");
}
h2.leaf:after {
  left: -58px;
  background-position: 0 0;
}
h2.leaf:before {
  right: -58px;
  background-position: -42px 0;
}

h3 {
  font: 24px "PT Serif", Arial, sans-sarif;
}

ul {
  padding-left: 0;
}
ul:not(.list-unstyled) li {
  list-style-type: none;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  line-height: 1.25;
  position: relative;
  padding-left: 13px;
}
ul:not(.list-unstyled) li:before {
  position: absolute;
  left: 0;
  top: 9.5px;
  content: " ";
  display: inline-block;
  width: 6px;
  heighT: 6px;
  background: #86754d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.wavegray {
  position: relative;
  width: 100%;
  margin: 20px 0;
  height: 6px;
  background: url("../images/linegray.png") left top;
  z-index: 5;
}
.wavegray .statistic--infograph {
  position: absolute;
  left: -25px;
  top: -65px;
  width: 476px;
  height: 144px;
}

.wavewhite {
  position: relative;
  width: 100%;
  margin: 0;
  height: 6px;
  background: url("../images/linewhite.png") left top;
  z-index: 5;
}

.decor {
  width: 450px;
  margin: 25px auto;
  height: 10px;
  background: url("../images/decor.png") center;
}

.send-button {
  display: inline-block;
  position: relative;
  color: #ed1c24;
  border-top: 2px solid #ed1c24;
  border-bottom: 2px solid #ed1c24;
  height: 36px;
  padding: 3px 46px;
  text-align: center;
  font: normal 24px "PT Serif", Arial, sans-sarif;
  text-decoration: none;
  margin-left: 7px;
  margin-bottom: 20px;
}
.send-button > span {
  position: absolute;
  content: " ";
  top: 15px;
  width: 25px;
  height: 15px;
  background: url("../images/button.png");
}
.send-button > span:first-child {
  left: 10px;
  background-position: 0 0;
}
.send-button > span:last-child {
  right: 10px;
  background-position: -25px 0;
}
.send-button:after, .send-button:before {
  position: absolute;
  top: -2px;
  content: " ";
  width: 7px;
  height: 46px;
  background: url("../images/buttonSide.png");
}
.send-button:after {
  left: -7px;
  background-position: 0 0;
}
.send-button:before {
  right: -7px;
  background-position: -7px 0;
}
.send-button:hover {
  border-color: #ff161f;
  background: #ff161f;
  color: #fff;
}
.send-button:hover:after {
  background-position: -14px 0;
}
.send-button:hover:before {
  background-position: -21px 0;
}
.send-button:hover > span:first-child {
  background-position: 0 -15px;
}
.send-button:hover > span:last-child {
  right: 10px;
  background-position: -25px -15px;
}
.send-button.locked {
  border-color: #d4d4d4;
  color: #d4d4d4;
}
.send-button.locked:after {
  background-position: -28px 0;
}
.send-button.locked:before {
  background-position: -35px 0;
}
.send-button.locked > span:first-child {
  background-position: 0 -30px;
}
.send-button.locked > span:last-child {
  right: 10px;
  background-position: -25px -30px;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
button.send-button {
  height: 46px;
  margin: 45px auto 0;
  display: inherit;
}

.leaf > * {
  display: inline-block;
  margin: 0 auto;
}

.overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 996;
}
.overlay > .content {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -387.5px;
  width: 635px;
  background: #fff;
  padding: 45px 70px;
}
.overlay > .content > .close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 16px;
  height: 15px;
  background: url("../images/sprite.png") 0 0;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.overlay > .content > .close:hover {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.overlay > .content h3 {
  margin-bottom: 30px;
}

.overlay--open {
  cursor: pointer;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.inline-320 {
  width: 320px;
}

.inline-col2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.inline-col2:nth-child(2) {
  margin-left: 7px;
}
.inline-col2 > div:not(:first-child) {
  margin-top: 23px;
}
.inline-col2 input, .inline-col2 textarea {
  width: 93%;
}

.menu-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 46px;
  height: 42px;
  background: #ed1c24;
  z-index: 994;
  -webkit-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
}
.menu-main > .content {
  display: -webkit-flex !important;
  display: flex !important;
  width: 1065px;
  margin: 0 auto;
}
.menu-main nav#main, .menu-main nav#second {
  display: inline-block;
  vertical-align: top;
}
.menu-main nav#main li, .menu-main nav#second li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu-main nav#main li:not(:first-child), .menu-main nav#second li:not(:first-child) {
  margin-left: -3.5px;
}
.menu-main nav#main li a, .menu-main nav#second li a {
  color: #fff;
  text-decoration: none;
  font: normal 14px "PT Sans", Arial, sans-sarif;
  text-transform: uppercase;
  padding: 12px 14px;
  display: block;
}
.menu-main nav#main li a:hover, .menu-main nav#main li a.active, .menu-main nav#second li a:hover, .menu-main nav#second li a.active {
  color: #fff;
  font-weight: bold;
}
.menu-main nav#main li:first-child a, .menu-main nav#second li:first-child a {
  padding-left: 7px;
}
.menu-main nav#main li > ul, .menu-main nav#second li > ul {
  position: absolute;
  right: -10px;
  top: 42px;
  display: none;
  background: #fff;
  z-index: 1;
  color: #000;
  width: 190px;
  text-align: center;
  -webkit-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.2);
}
.menu-main nav#main li > ul li:not(:first-child) a, .menu-main nav#second li > ul li:not(:first-child) a {
  border-top: 1px solid #ed1c24;
}
.menu-main nav#main li > ul a, .menu-main nav#second li > ul a {
  color: #ed1c24;
  font: normal 14px "PT Sans", Arial, sans-sarif;
  padding: 9px 0;
  display: block;
  width: 190px;
}
.menu-main nav#main li > ul a:hover, .menu-main nav#main li > ul a.active, .menu-main nav#second li > ul a:hover, .menu-main nav#second li > ul a.active {
  font: bold 14px "PT Sans", Arial, sans-sarif;
  color: #b10800;
}
.menu-main nav#main li:hover > ul, .menu-main nav#second li:hover > ul {
  display: block;
}
.menu-main nav#main#main, .menu-main nav#second#main {
  margin-left: 15px;
  width: 410px;
}
.menu-main nav#main#main > .content, .menu-main nav#second#main > .content {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-main nav#main#second, .menu-main nav#second#second {
  width: 430px;
  margin-left: auto;
}

a.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: -33px;
  width: 178px;
  height: 106px;
  margin-left: -89px;
  background: url("../images/logo.png");
}

form input[type=text], form input[type=password], form input[type=email] {
  border: 1px solid #86754d;
  height: 32px;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  color: #000;
  padding: 0 5px;
}
form textarea {
  border: 1px solid #86754d;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  color: #000;
  resize: none;
  padding: 0 5px;
}
form .label {
  font: normal 14px "PT Sans", Arial, sans-sarif;
  color: #000;
  margin-bottom: 6px;
}
form[name=feedback] {
  margin-top: 40px;
}
form[name=feedback] textarea {
  height: 113px;
}

input:focus, textarea:focus {
  outline: none;
}

.float-feedback {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  background: #86754d;
  color: #fff;
  font: normal 14px "PT Serif", Arial, sans-sarif;
  padding: 10px 13px;
  top: 0;
  right: 40px;
  z-index: 1002;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media all and (max-width: 1150px) {
  .float-feedback:hover {
    padding-top: 15px;
  }
}
@media all and (min-width: 1150px) {
  .float-feedback {
    top: 225px;
    right: 50%;
    margin-right: -610px;
    z-index: -1;
    padding-bottom: 20px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .float-feedback:hover {
    margin-right: -615px;
  }
}

.nsz {
  width: 960px !important;
  margin: 0 auto;
}
.nsz.min {
  width: 830px !important;
}

blockquote.design {
  width: 830px !important;
  height: 106px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  padding: 0 31px;
}
blockquote.design:after, blockquote.design:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 31px;
  height: 106px;
  background: url("../images/blockquote.png");
}
blockquote.design:after {
  left: 0;
  background-position: 0 0;
}
blockquote.design:before {
  right: 0;
  background-position: -31px 0;
}

.block--intro {
  position: relative;
  width: 100%;
  height: 517px;
  margin-top: -135px;
  padding-top: 232px;
  color: #fff;
  background: url("../images/patternpiece_green.png") left top;
}
.block--intro .zindex {
  position: relative;
  z-index: 5;
}
.block--intro:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: -504.5px;
  width: 1009px;
  height: 637px;
  background: url("../images/intro.png");
}
.block--intro:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1065px;
  height: 260px;
  z-index: 1;
  background: url("../images/intro_grays.png");
}
.block--intro + .wavewhite {
  margin-top: -6px;
}

.pattern-beige {
  position: relative;
  background-position: left top;
  background: url("../images/patternpiece_beige.png");
}
.pattern-beige:after, .pattern-beige:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
}
.pattern-beige:after {
  top: -6px;
  background: url("../images/linebeige_pattern.png") 0 0;
}
.pattern-beige:before {
  bottom: -6px;
  background: url("../images/linebeige_pattern.png") 0 -6px;
}

.block--benefit {
  margin-top: -20px;
  padding: 40px 0;
  color: #5a4b26;
}
.block--benefit h3 {
  color: #5a4e23;
}
.block--benefit .block--benefit_item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 90px;
}
.block--benefit .block--benefit_item:not(:first-child) {
  margin-left: -5px;
}
.block--benefit .block--benefit_item:nth-child(3n) {
  margin-right: 0;
}
.block--benefit .block--benefit__title {
  font: normal 24px "PT Serif", Arial, sans-sarif;
  line-height: 1.25;
}
.block--benefit .block--benefit__body {
  font: normal 14px "PT Sans", Arial, sans-sarif;
  margin-top: 10px;
  margin-bottom: 2px;
}

.block--products .wavegray {
  margin: 30px 0;
}
.block--products .block--products-info__item {
  position: relative;
  width: 100%;
}
.block--products .block--products-info__item .prev, .block--products .block--products-info__item .next {
  position: absolute;
  top: 70px;
  width: 16px;
  height: 17px;
  background-image: url("../images/sprite.png");
  cursor: pointer;
}
.block--products .block--products-info__item .prev {
  right: 640px;
  background-position: -120px 0;
}
.block--products .block--products-info__item .next {
  right: -20px;
  background-position: -104px 0;
}
.block--products .block--products-info__label {
  display: inline-block;
  vertical-align: top;
  width: 123px;
  margin-top: -34px;
  margin-left: 26px;
  background: url("../images/label.png") top center no-repeat;
  z-index: 1;
  font: normal 14px "PT Sans", Arial, sans-sarif;
  color: #86754d;
}
.block--products .block--products-info__label_image {
  height: 126px;
  width: 123px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 23px;
}
.block--products .block--products-info__label_link {
  font: italic 14px "PT Serif", Arial, sans-sarif;
  display: block;
  margin-top: 7px;
}
.block--products .block--products-info__image {
  text-align: left;
  width: 260px;
  height: 190px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.block--products__items {
  width: 645px !important;
  display: inline-block !important;
  vertical-align: top;
}
.block--products__items .block--products__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 10px 0 40px;
}
.block--products__items .block--products__item:first-child {
  margin-left: 10px;
}
.block--products__items .block--products__item:nth-child(4n) {
  margin-right: 0;
}
.block--products__items .block--products__item:nth-child(5n) {
  margin-left: 10px;
}
.block--products__items .block--products__item.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #86754d;
}
.block--products__items .block--products__item > div {
  cursor: pointer;
}
.block--products__items .block--products__image {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.block--products__items .block--products__title {
  font: normal 18px "PT Serif", Arial, sans-sarif;
  color: #86754d;
  margin-top: 13px;
  height: 48px;
}

.block--products__more {
  position: relative;
  margin-top: -20px !important;
  margin-bottom: 10px;
  border: 1px solid #86754d;
  display: none;
}
.block--products__more > .close {
  position: absolute;
  right: 19px;
  top: 17px;
  width: 16px;
  height: 15px;
  background: url("../images/sprite.png") 0 0;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.block--products__more > .close:hover {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block--products__more .block--products__header {
  background: #f9f4e2;
  padding: 20px 0;
}
.block--products__more .block--products__image {
  margin: 30px 65px;
  width: 280px;
  height: 230px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.block--products__more .block--products__body {
  padding: 30px 0;
  display: inline-block;
  vertical-align: top;
  width: 500px;
  font: normal 18px "PT Sans", Arial, sans-sarif;
}
.block--products__more .block--products__weight span {
  cursor: pointer;
  color: #86754d;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}
.block--products__more .block--products__weight span:hover, .block--products__more .block--products__weight span.active {
  color: #5a4b26;
  text-decoration: none;
}
.block--products__more .block--products__weight span :not(:last-child) {
  margin-right: 10px;
}

.block--outro {
  height: 390px;
  background: url("../images/outro_grays.png") left bottom no-repeat;
  margin-bottom: -25px;
}

.cursor-pointer {
  cursor: pointer;
}

.button {
  background: #39b54a;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
