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;
}

input.css-checkbox {
  display: none;
}
input.css-checkbox:checked + label.css-checkbox .checked:after {
  opacity: 1;
  margin-top: -10px;
}

label.css-checkbox {
  display: flex;
  align-items: start;
  cursor: pointer;
}
label.css-checkbox .checked {
  position: relative;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 2px solid #86754d;
  margin-right: 6px;
  overflow: hidden;
}
label.css-checkbox .checked:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235a4b26' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.mt-5 {
  margin-top: 30px;
}

.politica-page p {
  margin-bottom: 15px;
}
.politica-page p:last-child {
  margin-bottom: 0;
}
.politica-page .h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

* {
  margin: 0;
  padding: 0;
}

.bsc-red, .this-required {
  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");
}

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(200px - 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.front {
  padding: 0 0 calc(200px - 148px);
}
.wrapper .middle:after {
  display: table;
  clear: both;
  content: "";
}
.wrapper .middle .container {
  width: 100%;
  padding-bottom: 200px;
}
.wrapper .middle .container main {
  padding: 0 0;
  background: #fff;
}

footer {
  width: 100%;
  margin: -200px auto 0;
  height: 200px;
  background: #ed1c24;
  position: relative;
  z-index: 5;
}
footer a {
  color: #fff;
  font: normal 14px "PT Sans", Arial, sans-sarif;
  font-size: inherit;
}
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;
  font-size: inherit;
}
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;
  font-size: inherit;
}
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;
  font-size: inherit;
}
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;
  color: #ed1c24;
}

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: 60px 0;
  height: 6px;
  background: url("../images/linegray.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;
}
button:focus {
  outline: none;
}

.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%;
}

nav[data=scroll].fixed {
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  right: 0;
  top: 0;
  width: 1065px;
  margin-left: -532.5px;
  padding-bottom: 10px;
}
nav[data=scroll].fixed:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 6px;
  background: url("../images/linegray.png") left top;
}
nav[data=scroll] li {
  display: inline-block;
  vertical-align: top;
}
nav[data=scroll] li:not(:first-child) {
  margin-left: -3.5px;
}
nav[data=scroll] li a {
  color: #86754d;
  text-decoration: underline;
  font: normal 18px "PT Serif", Arial, sans-sarif;
  padding: 12px 17.5px;
  display: block;
}
nav[data=scroll] li a:hover, nav[data=scroll] li a.active {
  font-weight: bold;
}
nav[data=scroll] li a.active {
  text-decoration: none;
}
nav[data=scroll] li:first-child a {
  padding-left: 7px;
}
nav[data=scroll]#main {
  margin-left: 15px;
  width: 410px;
}
nav[data=scroll]#main > .content {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav[data=scroll]#second {
  width: 430px;
  margin-left: auto;
}

.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;
}

.block--intro {
  width: 100%;
  height: 775px;
  padding-top: 163px;
}
.block--intro + .wavegray {
  margin: -6px 0;
  background: url("../images/linegray_front.png") left top;
}
.block--intro .block--intro__text {
  width: 530px;
}

.block-beige {
  background: #f9f4e2;
  padding: 80px 53px;
  position: relative;
  margin: 60px 0;
}
.block-beige:after, .block-beige:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
}
.block-beige:after {
  top: -6px;
  background: url("../images/linebeige.png") 0 0;
}
.block-beige:before {
  bottom: -6px;
  background: url("../images/linebeige.png") 0 -6px;
}
.block-beige.beigedark:after, .block-beige.beigedark:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}
.block-beige.beigedark:after {
  top: -7px;
  background: url("../images/linebeigedark.png") 0 0;
}
.block-beige.beigedark:before {
  bottom: -7px;
  background: url("../images/linebeigedark.png") 0 -7px;
}

.block--product-new .preview, .block--article-random .preview {
  display: inline-block;
  width: 410px;
  height: 285px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.block--product-new .product, .block--article-random .product {
  width: 480px;
}
.block--product-new .product__title, .block--article-random .product__title {
  display: block;
  font: normal 48px "PT Serif", Arial, sans-sarif;
  text-decoration: none;
  margin: 33px 0 14px;
}
.block--product-new .product__link, .block--article-random .product__link {
  display: block;
  margin-top: 35px;
}

.block--article-random {
  padding: 40px 53px;
}
.block--article-random .preview {
  width: 282px;
  height: 282px;
}
.block--article-random .product {
  width: 670px;
}
.block--article-random .product__title {
  font: normal 36px "PT Serif", Arial, sans-sarif;
}
.block--article-random .article__text {
  font: normal 16px "PT Sans", Arial, sans-sarif;
}

.block--product-catalog .product-catalog__items {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block--product-catalog .product-catalog__item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 24.5%;
  position: relative;
}
.block--product-catalog .product-catalog__item img {
  position: relative;
  z-index: 2;
}
.block--product-catalog .product-catalog__item:hover:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -99px;
  top: -30px;
  width: 198px;
  height: 198px;
  z-index: 1;
  background: url("../images/shadow.png");
  opacity: 0.4;
}

.map--contacts {
  overflow: hidden;
  height: 408px;
}
.map--contacts #map {
  height: 408px;
  padding-top: 30px;
}

.block--contacts .block--contacts-item > div, .block--contacts .block--contacts-item > a {
  display: inline-block;
  vertical-align: top;
}
.block--contacts .block--contacts-item > div:not(:first-child), .block--contacts .block--contacts-item > a:not(:first-child) {
  margin-left: -3.5px;
}
.block--contacts .block--contacts-item > div:not(:last-child), .block--contacts .block--contacts-item > a:not(:last-child) {
  margin-bottom: 16px;
}
.block--contacts .block--contacts_name {
  width: 254px;
  margin-right: 10px;
  color: #ed1c24;
  font: normal 18px "PT Serif", Arial, sans-sarif;
}
.block--contacts .block--contacts_phone {
  width: 252px;
  margin-right: 10px;
  color: #000;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  text-decoration: none;
}
.block--contacts .block--contacts_phone:hover {
  text-decoration: underline;
}
.block--contacts .block--contacts_email {
  color: #86754d;
  font: normal 18px "PT Sans", Arial, sans-sarif;
}

.float-block {
  position: relative;
}

.block-wave {
  display: block;
  background: #f9f4e2;
  color: #86754d;
  font: normal 36px "PT Serif", Arial, sans-sarif;
  margin-left: -217px;
  margin-right: -218px;
  padding: 36px 55px;
  position: relative;
}
.block-wave:after, .block-wave:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}
.block-wave:after {
  top: -7px;
  background: url("../images/linebeigedark.png") 0 0;
}
.block-wave:before {
  bottom: -7px;
  background: url("../images/linebeigedark.png") 0 -7px;
}

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;
}
blockquote.wave {
  background: #f9f4e2;
  color: #86754d;
  font: normal 36px "PT Serif", Arial, sans-sarif;
  margin-left: -120px;
  margin-right: -120px;
  padding: 36px 55px;
  position: relative;
}
blockquote.wave:after, blockquote.wave:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}
blockquote.wave:after {
  top: -7px;
  background: url("../images/linebeigedark.png") 0 0;
}
blockquote.wave:before {
  bottom: -7px;
  background: url("../images/linebeigedark.png") 0 -7px;
}

.block--history {
  padding: 26px 0;
}
.block--history .block--history__items {
  text-align: center;
  margin-top: 22px;
}
.block--history .block--history__item {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  padding: 0 5px;
  margin-right: 47px;
}
.block--history .block--history__item:nth-child(3n) {
  margin-right: 0;
}
.block--history .block--history__year {
  height: 85px;
  color: #ed1c24;
  font: normal 72px "PT Serif", Arial, sans-sarif;
  background: url("../images/history.png") center no-repeat;
  margin-bottom: 20px;
}

.block--award .block--award__more {
  cursor: pointer;
  margin-top: 40px;
  font: italic 16px "PT Serif", Arial, sans-sarif;
}
.block--award .block--award__items {
  overflow: hidden;
  padding-top: 2px;
}
.block--award .block--award__item {
  position: relative;
  padding-left: 66px;
  min-height: 31px;
}
.block--award .block--award__item:not(:last-child) {
  margin-bottom: 34px;
}
.block--award .block--award__item:after {
  content: " ";
  position: absolute;
  left: 24px;
  top: -2px;
  width: 21px;
  height: 31px;
  background: url("../images/sprite.png") -64px 0;
}

.block--partners {
  text-align: center;
}
.block--partners .block--partners__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 15px;
}
.block--partners .block--partners__item:last-child {
  margin-right: 0;
}

.block--partneram {
  padding: 46px 0;
  line-height: 1.25;
}

.block--benefit {
  padding: 46px 0;
}
.block--benefit .block--benefit__items {
  text-align: center;
}
.block--benefit .block--benefit__item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin-right: 85px;
}
.block--benefit .block--benefit__item:nth-child(3n) {
  margin-right: 0;
}
.block--benefit .block--benefit__image {
  width: 260px;
  height: 163px;
  vertical-align: bottom;
  display: table-cell;
}
.block--benefit .block--benefit__title {
  margin-top: 18px;
  font: normal 24px "PT Serif", Arial, sans-sarif;
  color: #ed1c24;
  line-height: 1.25;
}
.block--benefit .block--benefit__body {
  font: normal 14px "PT Sans", Arial, sans-sarif;
  color: #000;
  margin-top: 12px;
}

.block--docs a {
  display: inline-block;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  color: #000;
  text-decoration: underline;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
.block--docs a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 25px;
  background: url("../images/sprite.png") -85px 0;
}
.block--docs a + span {
  color: #a2a2a2;
  text-decoration: none !important;
}

.block--section .item {
  display: inline-block;
  vertical-align: top;
  font: normal 18px "PT Serif", Arial, sans-sarif;
  color: #86754d;
  text-decoration: none;
}
.block--section .item:hover {
  color: #5a4b26;
}
.block--section .item:not(:last-child) {
  margin-right: 50px;
}
.block--section .item.active {
  color: #5a4b26;
  font-weight: bold;
}
.block--section img, .block--section p {
  display: inline-block;
  vertical-align: middle;
}
.block--section img + p {
  margin-left: 6px;
}

.block--article {
  width: 100%;
  padding: 45px 0;
  margin-bottom: -20px;
  position: relative;
  background: #f9f4e2;
}
.block--article:after, .block--article:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}
.block--article:after {
  top: -7px;
  background: url("../images/linebeigedark.png") 0 0;
}
.block--article:before {
  bottom: -7px;
  background: url("../images/linebeigedark.png") 0 -7px;
}
.block--article.page--article {
  padding: 20px 0;
  margin-bottom: -20px;
}
.block--article.page--article:after, .block--article.page--article:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
}
.block--article.page--article:after {
  top: -6px;
  background: url("../images/linebeige.png") 0 0;
}
.block--article.page--article:before {
  bottom: -6px;
  background: url("../images/linebeige.png") 0 -6px;
}
.block--article.page--article h3 {
  margin-bottom: 20px;
}
.block--article .section-title {
  font: normal 18px "PT Serif", Arial, sans-sarif;
  color: #86754d;
  margin-bottom: 30px;
}
.block--article .section-title a {
  text-decoration: none;
}
.block--article .block--article_item {
  padding-bottom: 15px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  width: 310px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.block--article .block--article_item:nth-child(3n) {
  margin-right: 0;
}
.block--article .block--article_item:first-child {
  margin-right: 10px;
}
.block--article .block--article_image {
  display: block;
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.block--article .block--article_title {
  display: block;
  line-height: 1 !important;
  font: normal 20px "PT Serif", Arial, sans-sarif;
  margin-top: 7px;
  margin-bottom: 8px;
  text-decoration: none;
  height: 41px;
  max-height: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block--article .block--article_body {
  color: #000;
  font: normal 14px "PT Sans", Arial, sans-sarif;
  max-height: 54px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block--article .block--article_link {
  display: block;
  text-transform: lowercase;
  font: italic 14px "PT Serif", Arial, sans-sarif;
  margin-top: 8px;
}
.block--article .block--article_section {
  display: block;
  color: #86754d;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 7px;
  margin: 10px 15px 0;
  border-top: 1px solid #86754d;
  font-style: normal;
  font-size: 14px;
}

.show-more {
  display: inline-block;
  margin: 23px auto;
  text-align: center;
  color: #fff;
  font: normal 18px "PT Sans", Arial, sans-sarif;
  width: 100%;
  max-width: 280px;
  height: 48px;
  line-height: 48px;
  background: #b8ad90;
  cursor: pointer;
  text-decoration: none;
}
.show-more:hover {
  background: #5a4b26;
  color: #fff;
}

#breadcrumb {
  margin-top: 45px;
  margin-bottom: 10px;
}
#breadcrumb .bx-breadcrumb-item {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
#breadcrumb a {
  color: #86754d;
  font: normal 14px "PT Sans", Arial, sans-sarif;
}

.page--article {
  line-height: 1.45em;
}
.page--article h1 {
  margin-bottom: 27px;
}
.page--article img {
  max-width: 100%;
  height: auto;
}
.page--article .page--article_created {
  font: normal 14px "PT Sans", Arial, sans-sarif;
  color: #86754d;
  margin-bottom: 20px;
}
.page--article .nsz.min {
  width: 630px !important;
}
.page--article .wave {
  margin-left: -217px;
  margin-right: -218px;
}

.block--product-brand {
  /*
  &.fixed {
    background: #fff;
    z-index: 9999;
    position: sticky;
    top: 0;
    width: 1065px;
    padding: 10px 0 20px;
    &:after {
      content: ' ';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -6px;
      height: 6px;
      background: url('../images/linegray.png') left top;
    }
    .block--product-brand__image {
      height: 50px;
      margin-bottom: 15px;
    }
    .block--product-brand__title {
      font: normal 16px $PTSerif;
    }
  }
   */
}
.block--product-brand .block--product-brand__item {
  display: inline-block;
  vertical-align: top;
  width: 168px;
  margin-bottom: 15px;
}
.block--product-brand .block--product-brand__item:not(:last-child) {
  margin-right: 25px;
}
.block--product-brand .block--product-brand__image {
  display: block;
  width: 100%;
  height: 95px;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -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--product-brand .block--product-brand__title {
  display: block;
  color: #86754d;
  font: normal 18px "PT Serif", Arial, sans-sarif;
}

.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: -24px;
  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 {
  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 .block--products-info__body {
  width: 485px;
  margin-right: -3.5px;
  display: inline-block;
  vertical-align: top;
}
.block--products .block--products-info__body .send-button {
  margin-top: 25px;
}

.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: 220px;
  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;
}

.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: 350px;
  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;
}

.formStatus {
  padding: 5px;
  margin: 10px 0;
  font: normal 16px "PT Sans", Arial, sans-sarif;
  text-align: center;
  border: 1px solid #000;
}
.formStatus.success {
  background: rgba(134, 117, 77, 0.2);
  border-color: #86754d;
}

.component_vakansii-block {
  display: -webkit-flex !important;
  display: flex !important;
}

.component_vakansii {
  margin-top: 30px;
}
.component_vakansii .vakansii-item {
  padding: 30px 0;
  line-height: 1.25;
  position: relative;
}
.component_vakansii .vakansii-item:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f9f4e2;
}
.component_vakansii .vakansii-item_header {
  margin-bottom: 15px;
}
.component_vakansii .vakansii-item_name {
  color: #ed1c24;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.half-col {
  width: 50%;
}
.half-col:nth-child(2) {
  width: calc(50% - 30px);
  margin-left: auto;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.vakansii-work_title {
  color: #5a4b26;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.color-red {
  color: #ed1c24;
}

.mb-3 {
  margin-bottom: 10px;
}

.text-decoration-none {
  text-decoration: none;
}

.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;
}

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

#main ul,
#second ul {
  display: flex;
  justify-content: space-between;
}

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