@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Alegreya:400,500,700&subset=cyrillic");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* defaults */
.btn {
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #42210E;
  box-shadow: 0px 12px 16px rgba(45, 19, 4, 0.3);
  transition: .2s background-color;
  position: relative;
  cursor: pointer;
  height: 58px;
  padding: 0 20px;
  border: 0;
  line-height: 1;
  font-weight: 500; }
  .btn:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #3A1805;
    left: 0;
    bottom: 0; }
  .btn svg * {
    transition: .2s; }
  .btn:hover {
    background: #70320F; }
  .btn.yellow {
    background: #C3A050; }
    .btn.yellow:after {
      background: #876822; }
    .btn.yellow:hover {
      background: #D6AF57; }
  .btn.transparent {
    background: transparent;
    color: #111111;
    border: 2px solid #C3A050;
    box-shadow: none; }
    .btn.transparent:after {
      display: none; }
    .btn.transparent:hover {
      background: #C3A050;
      color: #fff; }
      .btn.transparent:hover svg * {
        fill: #fff; }

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]), textarea:not([type="checkbox"]):not([type="radio"]):not([type="range"]) {
  display: block;
  border: 0;
  border-bottom: 1px solid #C3A050;
  font-weight: 500;
  line-height: 49px;
  font-size: 20px;
  font-family: Montserrat;
  padding: 0 16px;
  color: #383838;
  caret-color: #C3A050; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus, textarea:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus {
    border-bottom-color: #42210E; }

label {
  cursor: pointer; }
  label [type="checkbox"], label [type="radio"] {
    opacity: 0;
    width: 1px;
    height: 1px; }
  label [type="checkbox"]:checked + i:after {
    opacity: 1; }
  label [type="checkbox"] + i {
    background: #FFFFFF;
    border: 1px solid #C3A050;
    display: inline-flex;
    margin-right: 7px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px; }
    label [type="checkbox"] + i:after {
      content: '';
      display: block;
      background: #C3A050;
      width: 6px;
      height: 6px;
      opacity: 0;
      transition: .2s; }
  label [type="radio"]:checked + i {
    opacity: 1;
    background: #C3A050; }
  label [type="radio"] + i {
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #00B3FF;
    display: inline-flex;
    margin-right: 8px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    position: relative; }

#wait {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  cursor: wait;
  z-index: 100000;
  transition: .5s; }
  #wait .lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  #wait .lds-ripple div {
    position: absolute;
    border: 4px solid #3A1805;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  #wait .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s; }
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
.become-representative-block {
  display: flex;
  background: #42210E; }
  .become-representative-block .bg-block {
    width: calc(50% + 97px);
    background: url(/img/index/partners-pic.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  .become-representative-block .content-wr {
    padding: 88px 0px 119px 113px;
    background-repeat: no-repeat;
    background-image: url(/img/index/corner-pic.svg);
    background-position: bottom right;
    width: calc(50% - 97px); }
    .become-representative-block .content-wr .content-wr2 {
      width: 453px; }
      .become-representative-block .content-wr .content-wr2 .title {
        font-weight: 500;
        line-height: 48px;
        font-size: 36px;
        color: #FFFFFF;
        margin-bottom: 26px; }
        .become-representative-block .content-wr .content-wr2 .title:after {
          content: '';
          width: 74px;
          height: 4px;
          background: #C3A050;
          display: block;
          margin-top: 13px; }
      .become-representative-block .content-wr .content-wr2 .text {
        font-family: Alegreya;
        line-height: 35px;
        font-size: 20px;
        color: #C5BBB5;
        margin-bottom: 49px; }
      .become-representative-block .content-wr .content-wr2 .btn {
        width: 301px; }
  @media screen and (max-width: 1430px) {
    .become-representative-block .bg-block {
      width: 533px; }
    .become-representative-block .content-wr {
      width: calc(100% - 533px);
      padding: 88px 0px 119px 40px; } }
  @media screen and (max-width: 1023px) {
    .become-representative-block .bg-block {
      width: 303px; }
    .become-representative-block .content-wr {
      width: calc(100% - 303px);
      padding: 88px 0 119px 61px; }
      .become-representative-block .content-wr .content-wr2 {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .become-representative-block {
      flex-direction: column; }
      .become-representative-block .bg-block {
        width: 100%;
        height: 240px; }
      .become-representative-block .content-wr {
        padding: 39px 20px 49px;
        text-align: center;
        width: 100%;
        margin: 0 auto; }
        .become-representative-block .content-wr .content-wr2 .title {
          font-size: 22px;
          line-height: 32px;
          margin-bottom: 17px; }
          .become-representative-block .content-wr .content-wr2 .title:after {
            margin: 13px auto 0; }
        .become-representative-block .content-wr .content-wr2 .text {
          font-size: 18px;
          line-height: 32px;
          margin-bottom: 43px; }
        .become-representative-block .content-wr .content-wr2 .btn {
          width: 100%; } }

.description-block {
  max-width: 1145px;
  padding: 0 143px; }
  .description-block .title {
    font-weight: 300;
    line-height: normal;
    font-size: 44px;
    text-align: center;
    color: #292929;
    width: 555px;
    margin-bottom: 3px; }
    .description-block .title .d {
      margin-top: -14px; }
  .description-block .beans-img {
    position: absolute;
    top: 38px;
    right: 200px; }
  .description-block .td {
    font-family: Alegreya;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #727272;
    max-width: 515px;
    padding: 0 0 0 39px;
    margin-bottom: 29px; }
  .description-block .beans-bl {
    display: flex;
    max-width: 515px;
    justify-content: center;
    padding-left: 26px;
    margin-bottom: -7px; }
    .description-block .beans-bl:before, .description-block .beans-bl:after {
      content: '';
      width: 84px;
      height: 2px;
      background: #C0C0C0;
      margin-top: 33px; }
    .description-block .beans-bl svg {
      margin: 9px 35px 0; }
  .description-block .text-description {
    display: flex;
    align-items: flex-end;
    padding: 0 17px 0 21px;
    justify-content: space-between; }
    .description-block .text-description p:first-child {
      width: 528px;
      margin-bottom: 13px; }
    .description-block .text-description p:last-child {
      width: 535px; }
  @media screen and (max-width: 1430px) {
    .description-block {
      width: 616px !important;
      padding: 0; }
      .description-block .title {
        width: 100%;
        line-height: 1.1;
        margin: 0 0 6px;
        max-width: 100%; }
        .description-block .title .d {
          margin-top: -3px; }
      .description-block .td {
        max-width: 100%;
        padding: 0;
        margin: 0 0 29px; }
      .description-block .beans-img {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        margin: 27px auto 27px;
        width: 380px; }
      .description-block .beans-bl {
        max-width: 100%;
        padding: 0;
        margin: 0 0 42px; }
      .description-block .text-description {
        flex-direction: column;
        padding: 0; }
        .description-block .text-description p {
          width: 100% !important; } }
  @media screen and (max-width: 1023px) {
    .description-block {
      padding-top: 44px; } }
  @media screen and (max-width: 767px) {
    .description-block {
      width: 100% !important;
      padding: 18px 20px 0; }
      .description-block .title {
        font-size: 26px;
        line-height: 28px;
        padding: 0 10px;
        margin: 0 0 12px; }
        .description-block .title .d {
          margin-top: 10px; }
      .description-block .td {
        font-size: 18px;
        line-height: 32px; }
      .description-block .beans-bl {
        margin: 0 0 24px; }
        .description-block .beans-bl:before, .description-block .beans-bl:after {
          margin-top: 13px;
          width: 54px; }
        .description-block .beans-bl svg {
          width: 45px;
          height: 43px;
          margin: 0 26px 0; }
      .description-block .beans-img {
        width: 100%;
        margin: 20px auto 23px; } }

.free-example-block {
  height: 180px;
  background-color: #42210E;
  background-image: url(/img/index/ex-bg.png);
  background-size: cover;
  color: #fff; }
  .free-example-block .wr {
    width: 360px;
    margin: 0px auto;
    position: relative;
    left: 187px;
    padding-top: 29px; }
    .free-example-block .wr .t {
      font-weight: 300;
      line-height: 59px;
      font-size: 32px;
      margin-bottom: 38px; }
      .free-example-block .wr .t:after {
        content: '';
        display: block;
        width: 78px;
        height: 3px;
        background: #C3A050;
        margin-top: 18px; }
    .free-example-block .wr .pic {
      position: absolute;
      top: -23px;
      left: -341px; }
    .free-example-block .wr .get-btn {
      width: 246px; }
  @media screen and (max-width: 767px) {
    .free-example-block {
      height: 270px;
      font-size: 26px;
      line-height: 28px;
      margin-bottom: 87px; }
      .free-example-block .wr {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 35px 20px 0; }
        .free-example-block .wr .t {
          font-size: 28px;
          line-height: 31px;
          margin-bottom: -25px; }
          .free-example-block .wr .t:after {
            margin: 9px auto 0; }
        .free-example-block .wr .pic {
          position: relative;
          left: 0;
          top: 0;
          width: 280px;
          margin: 0 auto 14px; }
        .free-example-block .wr .get-btn {
          width: 100%; } }

.free-example-form-block {
  background: #FAF5EB;
  padding-bottom: 81px; }
  .free-example-form-block .head {
    height: 187px;
    background-color: #42210E;
    background-image: url(/img/index/ex-bg.png);
    background-size: cover; }
    .free-example-form-block .head .title {
      color: #fff;
      font-size: 44px;
      padding: 47px 0 0 281px; }
      .free-example-form-block .head .title:after {
        content: '';
        display: block;
        width: 78px;
        height: 3px;
        background: #C3A050;
        margin-top: 3px; }
    .free-example-form-block .head .pic {
      position: absolute;
      top: -20px;
      right: 97px; }
  @media screen and (max-width: 1430px) {
    .free-example-form-block .head {
      height: 167px; }
      .free-example-form-block .head .container .title {
        padding: 35px 0 0 43px;
        font-size: 38px; }
        .free-example-form-block .head .container .title:after {
          margin-top: -1px; }
      .free-example-form-block .head .pic {
        right: 29px;
        top: -40px; } }
  @media screen and (max-width: 1023px) {
    .free-example-form-block {
      padding-bottom: 63px; }
      .free-example-form-block .head {
        height: 167px; }
        .free-example-form-block .head .pic {
          top: -33px;
          right: 33px; }
        .free-example-form-block .head .container .title {
          padding: 24px 0 0 60px;
          font-size: 36px;
          line-height: 44px;
          width: 470px; }
          .free-example-form-block .head .container .title:after {
            margin-top: 16px; } }
  @media screen and (max-width: 767px) {
    .free-example-form-block {
      padding-bottom: 48px; }
      .free-example-form-block .head {
        height: 270px; }
        .free-example-form-block .head .container .title {
          font-size: 28px;
          line-height: 31px;
          text-align: center;
          width: 100%;
          margin: 0;
          padding: 35px 0 0;
          font-weight: 300; }
          .free-example-form-block .head .container .title:after {
            margin: 9px auto 0; }
        .free-example-form-block .head .pic {
          top: 0;
          right: 0;
          position: relative;
          margin: -31px auto 0;
          display: block;
          max-width: 100%; } }

.feedback-form {
  width: 1110px;
  padding-top: 78px; }
  .feedback-form .inputs-wr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 21px; }
    .feedback-form .inputs-wr .wr {
      display: flex;
      flex-wrap: wrap; }
      .feedback-form .inputs-wr .wr .form-group:nth-child(2n+2) {
        margin-right: 0; }
    .feedback-form .inputs-wr .form-group {
      width: 535px;
      margin-right: 40px;
      margin-bottom: 29px; }
      .feedback-form .inputs-wr .form-group.address-group, .feedback-form .inputs-wr .form-group.message-group {
        width: 100%;
        margin-right: 0; }
      .feedback-form .inputs-wr .form-group label {
        display: block;
        font-weight: 500;
        line-height: 29px;
        font-size: 18px;
        color: #111111;
        margin-bottom: 8px; }
      .feedback-form .inputs-wr .form-group input, .feedback-form .inputs-wr .form-group textarea {
        background: #FFFFFF;
        border: 1px solid #C0C0C0;
        display: block;
        width: 100%;
        height: 64px; }
      .feedback-form .inputs-wr .form-group textarea {
        height: 194px; }
  .feedback-form .btn-wr {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .feedback-form .btn-wr .btn {
      width: 262px;
      margin-bottom: 32px; }
    .feedback-form .btn-wr label {
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      font-size: 14px;
      color: #383838; }
      .feedback-form .btn-wr label a {
        color: #C3A050;
        border-bottom: 1px solid;
        transition: .2s; }
        .feedback-form .btn-wr label a:hover {
          color: #383838; }
  .feedback-form .success-result-wr {
    display: none; }
    .feedback-form .success-result-wr .wr {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 530px;
      justify-content: center; }
      .feedback-form .success-result-wr .wr img {
        margin: 0 0 15px; }
      .feedback-form .success-result-wr .wr .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 14px; }
        .feedback-form .success-result-wr .wr .title:after {
          content: '';
          display: block;
          margin: 17px auto 0;
          width: 74px;
          height: 4px;
          background: #C3A050; }
      .feedback-form .success-result-wr .wr .t {
        font-family: Alegreya;
        font-size: 20px;
        line-height: 35px;
        color: #383838; }
  @media screen and (max-width: 1430px) {
    .feedback-form {
      max-width: 944px;
      padding: 78px 40px 0; }
      .feedback-form .inputs-wr .form-group {
        width: 452px;
        margin-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .feedback-form {
      padding-top: 54px; }
      .feedback-form .inputs-wr {
        height: auto;
        padding: 0 19px; }
        .feedback-form .inputs-wr .form-group {
          width: 100%;
          margin: 0 0 29px 0; } }
  @media screen and (max-width: 767px) {
    .feedback-form {
      padding: 96px 0px 0; }
      .feedback-form .inputs-wr {
        padding: 0 19px; }
        .feedback-form .inputs-wr .form-group {
          margin: 0 0 21px 0; }
          .feedback-form .inputs-wr .form-group input {
            height: 60px; } }

.index-top-block {
  color: #111111;
  margin-top: -170px;
  background: #FCFCEB;
  position: relative;
  padding: 211px 0 230px; }
  .index-top-block:before {
    content: '';
    width: 810px;
    height: 486px;
    background-image: url(/img/index/1.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3;
    background-size: contain;
    top: 0;
    left: 50%;
    margin-left: -90px; }
  .index-top-block:after {
    content: '';
    display: block;
    background-image: url(/img/index/top-wave.svg);
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 140px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10000; }
  .index-top-block .wr {
    padding: 0 56px;
    z-index: 3; }
  .index-top-block .title {
    font-weight: 300;
    line-height: 72px;
    font-size: 66px;
    max-width: 700px;
    margin-bottom: 11px; }
  .index-top-block .subtitle {
    font-weight: 300;
    line-height: normal;
    font-size: 36px;
    max-width: 430px;
    margin-bottom: 33px; }
    .index-top-block .subtitle:after {
      content: '';
      display: block;
      background: #C3A050;
      height: 3px;
      margin-top: 24px;
      width: 81px; }
  .index-top-block .example-text {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    font-family: Alegreya; }
    .index-top-block .example-text span {
      margin-left: 16px; }
  .index-top-block .get-btn {
    width: 246px;
    margin-left: 7px; }
  .index-top-block .product-img {
    position: absolute;
    top: -89px;
    right: 0;
    z-index: 3; }
  @media screen and (max-width: 1430px) {
    .index-top-block {
      padding: 203px 0 214px;
      overflow: hidden; }
      .index-top-block:before {
        top: -80px;
        right: -268px; }
      .index-top-block .wr {
        padding: 0 37px; }
      .index-top-block .title {
        margin-bottom: 20px;
        line-height: 61px;
        font-size: 56px; }
      .index-top-block .product-img {
        width: 707px;
        top: -57px;
        right: -96px; }
      .index-top-block .subtitle {
        max-width: 430px;
        margin: 0 0 39px 0;
        font-size: 28px;
        line-height: 34px; }
      .index-top-block .example-text {
        margin-bottom: 38px;
        align-items: flex-start;
        padding-left: 1px; }
        .index-top-block .example-text span {
          line-height: 1.4;
          margin-top: -3px;
          margin-left: 16px; }
      .index-top-block .get-btn {
        width: 241px;
        margin-left: 2px; } }
  @media screen and (max-width: 1023px) {
    .index-top-block {
      padding: 206px 0 234px;
      margin-bottom: -55px; }
      .index-top-block:before {
        top: 40px;
        right: -248px; }
      .index-top-block .wr {
        padding: 0 37px; }
      .index-top-block .product-img {
        width: 597px;
        top: 52px;
        right: -89px; }
      .index-top-block .title {
        margin-bottom: 14px; }
      .index-top-block .subtitle {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 60px; }
      .index-top-block .example-text {
        margin-bottom: 13px; }
        .index-top-block .example-text span {
          max-width: 180px; } }
  @media screen and (max-width: 767px) {
    .index-top-block {
      padding: 181px 0 70px;
      margin-bottom: 0; }
      .index-top-block:after {
        height: 38px;
        background-size: contain; }
      .index-top-block .wr {
        padding: 0 17px; }
      .index-top-block .product-img {
        width: 316px;
        top: 99px;
        right: initial;
        left: 50%;
        transform: translateX(-50%); }
      .index-top-block .title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 7px; }
      .index-top-block .subtitle {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 246px;
        max-width: 100%; }
        .index-top-block .subtitle:after {
          margin: 15px auto 0;
          width: 60px; }
      .index-top-block .example-text {
        font-size: 18px;
        line-height: 24px;
        justify-content: center;
        margin-bottom: 20px; }
        .index-top-block .example-text svg {
          position: relative;
          top: 2px; }
        .index-top-block .example-text span {
          max-width: 168px; }
      .index-top-block .get-btn {
        width: 100%;
        margin: 0; } }

.history-block {
  padding: 100px 0 82px; }
  .history-block .container {
    width: 730px; }
    .history-block .container .logo {
      text-align: center;
      margin-bottom: 44px; }
      .history-block .container .logo svg {
        width: 166px;
        height: 104px; }
    .history-block .container .title {
      font-weight: 300;
      line-height: normal;
      font-size: 44px;
      text-align: center;
      color: #292929; }
      .history-block .container .title svg {
        display: block;
        margin: 18px auto 14px; }
    .history-block .container .t1 {
      font-family: Alegreya;
      line-height: 35px;
      font-size: 20px;
      text-align: center;
      color: #727272;
      margin-bottom: 48px; }
    .history-block .container .blockquote {
      font-family: Alegreya;
      font-size: 32px;
      text-align: center;
      color: #111111;
      position: relative;
      margin: 58px 0 55px;
      line-height: 1.35; }
      .history-block .container .blockquote:before {
        content: '';
        display: block;
        width: 36px;
        height: 31px;
        background: url(/img/index/bq.svg);
        position: absolute;
        top: 4px;
        left: -49px; }
    .history-block .container .pic {
      margin: 0 auto 41px;
      display: block; }
    .history-block .container p {
      margin-bottom: 24px; }
  .history-block .blockquote2 {
    font-family: Alegreya;
    font-size: 32px;
    text-align: center;
    color: #111111;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 71px 0 0;
    line-height: 1.35; }
    .history-block .blockquote2:before, .history-block .blockquote2:after {
      content: '';
      display: block;
      width: 228px;
      height: 1px;
      background: #C3A050; }
    .history-block .blockquote2 .text {
      width: 682px;
      margin: 0 26px; }
  @media screen and (max-width: 1430px) {
    .history-block {
      padding: 100px 0 81px; }
      .history-block .blockquote2:before, .history-block .blockquote2:after {
        width: 124px; }
      .history-block .blockquote2 .text {
        width: 612px;
        margin: 0 42px; } }
  @media screen and (max-width: 1023px) {
    .history-block {
      padding: 80px 0 81px; }
      .history-block .container {
        width: 636px; } }
  @media screen and (max-width: 767px) {
    .history-block {
      padding: 60px 0 63px; }
      .history-block .container {
        width: 100%;
        padding: 0 20px; }
        .history-block .container .logo {
          margin-bottom: 26px; }
        .history-block .container .title {
          font-size: 26px;
          line-height: 28px; }
          .history-block .container .title svg {
            margin: 21px auto 14px; }
        .history-block .container .t1 {
          font-size: 18px;
          line-height: 32px;
          margin-bottom: 31px; }
        .history-block .container .blockquote {
          font-size: 26px;
          line-height: 35px;
          margin: 44px 0 35px; }
          .history-block .container .blockquote:before {
            position: relative;
            top: 0;
            left: 0;
            margin: 0 auto 27px; }
        .history-block .container .pic {
          max-width: 100%;
          margin-bottom: 33px; }
      .history-block .blockquote2 {
        font-size: 26px;
        line-height: 35px;
        margin: 50px auto 0;
        width: 100%;
        padding: 0 20px; }
        .history-block .blockquote2:before, .history-block .blockquote2:after {
          display: none; }
        .history-block .blockquote2 .text {
          margin: 0;
          width: 100%; } }

.nums-block {
  height: 327px; }
  .nums-block .list {
    display: flex;
    height: 100%; }
    .nums-block .list li {
      text-align: center;
      width: calc(100% / 3);
      line-height: 1;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .nums-block .list li:not(:last-child):before {
        content: '';
        display: block;
        height: 79px;
        width: 1px;
        background: #C0C0C0;
        position: absolute;
        right: -1px;
        top: 0; }
      .nums-block .list li:not(:last-child):after {
        content: '';
        display: block;
        background: #C0C0C0;
        transform: rotate(-45deg);
        width: 8px;
        height: 8px;
        position: absolute;
        right: -5px;
        top: 50%;
        margin-top: -4px; }
      .nums-block .list li .t1 {
        font-weight: 500;
        line-height: 27px;
        font-size: 20px; }
      .nums-block .list li .num {
        font-family: Alegreya;
        font-size: 72px;
        color: #C3A050;
        margin: -3px 0 2px; }
      .nums-block .list li .t2 {
        font-family: Alegreya;
        line-height: 36px;
        font-size: 24px; }
  @media screen and (max-width: 1023px) {
    .nums-block {
      height: auto;
      padding: 30px 0; }
      .nums-block .list {
        flex-direction: column;
        align-items: center; }
        .nums-block .list li {
          width: 330px;
          height: 233px; }
          .nums-block .list li:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid #C0C0C0; }
            .nums-block .list li:not(:last-child):after {
              margin-top: 0;
              top: initial;
              bottom: -4px;
              right: initial;
              left: 50%;
              margin-left: -5px; }
            .nums-block .list li:not(:last-child):before {
              height: 1px;
              width: 174px;
              right: initial;
              top: initial;
              transform: translateX(-50%);
              left: 50%;
              bottom: -1px; } }
  @media screen and (max-width: 767px) {
    .nums-block {
      padding: 10px 0; }
      .nums-block .list li {
        width: 100%; } }

.offices-block {
  padding: 12px 0 64px;
  background: url(/img/index/compas.png) no-repeat;
  background-position-x: right;
  background-position-y: -220px; }
  .offices-block .title {
    font-weight: 500;
    line-height: 59px;
    font-size: 44px;
    text-align: center;
    color: #111111;
    margin-bottom: 18px; }
    .offices-block .title:after {
      content: '';
      display: block;
      width: 74px;
      height: 4px;
      background: #C3A050;
      margin: 12px auto 0; }
  .offices-block .descr {
    font-family: Alegreya;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #383838;
    margin: 0 auto 39px;
    max-width: 550px; }
  .offices-block form {
    display: flex;
    flex-direction: column;
    width: 643px;
    margin: 0 auto 80px;
    align-items: center; }
    .offices-block form input {
      margin-bottom: 44px;
      width: 100%; }
    .offices-block form button {
      width: 337px; }
  .offices-block .map {
    height: 644px; }
  @media screen and (max-width: 1430px) {
    .offices-block {
      padding: 76px 0 60px; }
      .offices-block form {
        margin: 0 auto 94px; }
      .offices-block .map {
        margin: 0 40px;
        height: 523px; } }
  @media screen and (max-width: 1023px) {
    .offices-block .title {
      max-width: 488px;
      margin: 0 auto 18px; }
    .offices-block form {
      margin: 0 auto 73px; }
    .offices-block .map {
      height: 428px; } }
  @media screen and (max-width: 767px) {
    .offices-block {
      background: none;
      padding: 0 0 40px; }
      .offices-block:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 176px;
        height: 176px;
        background: url("/img/index/compas2.png");
        margin-bottom: 7px; }
      .offices-block .title {
        font-size: 22px;
        line-height: 29px; }
        .offices-block .title:after {
          width: 60px; }
      .offices-block .descr {
        font-size: 18px;
        line-height: 32px;
        padding: 0 20px;
        margin-bottom: 30px; }
      .offices-block form {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 44px; }
        .offices-block form input {
          margin-bottom: 40px; }
        .offices-block form button {
          width: 100%; }
      .offices-block .map {
        margin: 0;
        height: 400px; } }

.our-clients-block .common-block {
  background-image: url(/img/index/clients-pic.png);
  background-repeat: no-repeat;
  background-position: bottom left; }
  .our-clients-block .common-block .common-block-wr {
    padding: 155px 0 46px;
    max-width: 1190px; }
  .our-clients-block .common-block .title {
    font-weight: 300;
    font-size: 44px;
    text-align: center;
    margin-bottom: 14px; }
    .our-clients-block .common-block .title .d {
      display: flex;
      justify-content: center;
      margin-top: 2px; }
  .our-clients-block .common-block .top {
    font-family: Alegreya;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    max-width: 790px;
    margin: 0 auto 49px; }
  .our-clients-block .common-block .descr {
    display: flex;
    justify-content: space-between; }
    .our-clients-block .common-block .descr p {
      max-width: 573px; }
  .our-clients-block .common-block .clients-list-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 79px; }
    .our-clients-block .common-block .clients-list-nav a {
      font-weight: 500;
      line-height: 27px;
      font-size: 20px;
      color: #111111;
      border-bottom: 3px solid transparent;
      padding-bottom: 2px; }
      .our-clients-block .common-block .clients-list-nav a:hover, .our-clients-block .common-block .clients-list-nav a.active {
        border-bottom-color: #C3A050; }
.our-clients-block .list li {
  display: none; }
  .our-clients-block .list li.active {
    display: block; }
.our-clients-block .client-block {
  display: flex; }
  .our-clients-block .client-block .text-wr {
    background: #FAF5EB;
    width: calc(100% / 2 + 129px);
    display: flex;
    justify-content: flex-end; }
    .our-clients-block .client-block .text-wr .text-wr2 {
      max-width: 723px;
      padding: 50px 110px 56px 0px; }
      .our-clients-block .client-block .text-wr .text-wr2 .title {
        font-weight: 500;
        line-height: 48px;
        font-size: 36px;
        color: #111111;
        margin-bottom: 32px; }
      .our-clients-block .client-block .text-wr .text-wr2 p:not(:last-child) {
        margin-bottom: 24px; }
  .our-clients-block .client-block .pic {
    width: calc(100% / 2 - 129px);
    background-size: cover;
    background-position: center; }
@media screen and (max-width: 1430px) {
  .our-clients-block .common-block .common-block-wr {
    padding: 112px 0 40px; }
  .our-clients-block .common-block .top {
    max-width: 620px;
    margin: 0 auto 49px; }
  .our-clients-block .common-block .descr {
    flex-direction: column;
    align-items: center; }
    .our-clients-block .common-block .descr p {
      max-width: 620px;
      margin-bottom: 24px; }
  .our-clients-block .common-block .clients-list-nav {
    margin-top: 59px;
    padding: 0 39px; }
    .our-clients-block .common-block .clients-list-nav a {
      font-size: 18px; }
  .our-clients-block .client-block .text-wr {
    width: calc(100% - 410px); }
    .our-clients-block .client-block .text-wr .text-wr2 {
      margin-bottom: 27px;
      padding: 58px 42px 37px 40px; }
      .our-clients-block .client-block .text-wr .text-wr2 .title {
        margin-bottom: 27px; }
  .our-clients-block .client-block .pic {
    width: 410px; } }
@media screen and (max-width: 1023px) {
  .our-clients-block .common-block .common-block-wr {
    padding: 113px 0 21px; }
  .our-clients-block .common-block .clients-list-nav {
    margin-top: 45px;
    flex-wrap: wrap; }
    .our-clients-block .common-block .clients-list-nav a {
      margin-bottom: 27px; }
  .our-clients-block .client-block {
    flex-direction: column; }
    .our-clients-block .client-block .text-wr {
      width: 100%; }
      .our-clients-block .client-block .text-wr .text-wr2 {
        max-width: 616px;
        padding: 49px 0 52px;
        margin: 0 auto; }
    .our-clients-block .client-block .pic {
      width: 100%;
      height: 338px; } }
@media screen and (max-width: 767px) {
  .our-clients-block .common-block {
    background: none; }
    .our-clients-block .common-block .common-block-wr {
      padding: 113px 20px 21px; }
    .our-clients-block .common-block .title {
      font-size: 26px;
      line-height: 28px; }
      .our-clients-block .common-block .title .d {
        margin-top: 22px; }
    .our-clients-block .common-block .top {
      font-size: 18px;
      line-height: 32px;
      margin: 0 auto 29px; }
    .our-clients-block .common-block .clients-list-nav {
      padding: 0;
      flex-direction: column;
      align-items: center;
      margin-top: 22px;
      position: relative;
      border-bottom: 1px solid #C3A050; }
      .our-clients-block .common-block .clients-list-nav.showed {
        border: 0; }
        .our-clients-block .common-block .clients-list-nav.showed:after {
          transform: rotate(180deg); }
        .our-clients-block .common-block .clients-list-nav.showed a {
          padding-bottom: 20px;
          display: block; }
      .our-clients-block .common-block .clients-list-nav:after {
        content: '';
        display: block;
        width: 13px;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 7px;
        background: url(/img/icons/arr-down.svg);
        transition: .2s; }
      .our-clients-block .common-block .clients-list-nav a {
        border-bottom-color: #C3A050;
        display: none;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 6px;
        border: none;
        margin: 0; }
        .our-clients-block .common-block .clients-list-nav a.active {
          display: block; }
  .our-clients-block .list {
    padding-bottom: 20px; }
    .our-clients-block .list li {
      position: relative; }
      .our-clients-block .list li.active .client-block {
        display: block; }
      .our-clients-block .list li .client-block {
        display: none; }
        .our-clients-block .list li .client-block .text-wr .text-wr2 {
          padding: 20px; }
          .our-clients-block .list li .client-block .text-wr .text-wr2 .title {
            margin-bottom: 227px;
            font-size: 24px; }
        .our-clients-block .list li .client-block .pic {
          width: 100%;
          height: 200px;
          position: absolute;
          top: 80px;
          left: 0; } }

.recipes-block {
  padding-top: 92px;
  padding-bottom: 78px;
  max-width: 1229px; }
  .recipes-block .title {
    font-weight: 500;
    line-height: 59px;
    font-size: 44px;
    text-align: center;
    color: #111111;
    margin-bottom: 18px; }
    .recipes-block .title:after {
      content: '';
      display: block;
      width: 74px;
      height: 4px;
      background: #C3A050;
      margin: 12px auto 0; }
  .recipes-block .descr {
    font-family: Alegreya;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #383838;
    max-width: 740px;
    margin: 0 auto 56px; }
  .recipes-block .btn-wr {
    text-align: center; }
    .recipes-block .btn-wr .btn {
      padding: 0;
      width: 376px;
      box-shadow: none; }
  .recipes-block .recipes-list {
    margin-bottom: 60px; }
    .recipes-block .recipes-list li {
      margin-bottom: 0; }
  @media screen and (max-width: 1430px) {
    .recipes-block {
      padding: 92px 18px 79px !important; }
      .recipes-block .descr {
        max-width: 620px;
        margin: 0 auto 59px; }
      .recipes-block .list-wr {
        padding: 0 38px;
        margin-bottom: 38px; }
        .recipes-block .list-wr .list li {
          margin-right: 36px;
          width: 292px; }
          .recipes-block .list-wr .list li .pic {
            margin-bottom: 39px;
            height: 194px; } }
  @media screen and (max-width: 1023px) {
    .recipes-block {
      padding: 78px 18px 79px !important; }
      .recipes-block .descr {
        max-width: 640px; }
      .recipes-block .list-wr {
        margin-bottom: -12px; }
        .recipes-block .list-wr .list {
          flex-direction: column;
          width: 100%;
          align-items: center; }
          .recipes-block .list-wr .list li {
            margin-right: 0;
            width: 569px;
            margin-bottom: 68px; }
            .recipes-block .list-wr .list li .pic {
              margin-bottom: 47px;
              height: 381px; }
            .recipes-block .list-wr .list li .t {
              margin-bottom: 16px; }
            .recipes-block .list-wr .list li .text {
              max-width: 400px;
              margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .recipes-block {
      padding: 0 20px 57px !important; }
      .recipes-block .title {
        font-size: 22px;
        line-height: 29px; }
      .recipes-block .descr {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 44px; }
      .recipes-block .recipes-list {
        margin-bottom: 44px; }
      .recipes-block .btn-wr .btn {
        width: 100%;
        padding: 41px 16px 37px;
        line-height: 1.2; } }

.requirements-block {
  padding: 76px 0 148px;
  max-width: 1192px; }
  .requirements-block .title {
    font-family: Alegreya;
    font-size: 32px;
    text-align: center;
    color: #111111;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 81px; }
    .requirements-block .title:before, .requirements-block .title:after {
      content: '';
      display: block;
      width: 228px;
      background: #C3A050;
      height: 1px; }
    .requirements-block .title span {
      line-height: 1.35;
      width: 735px; }
  .requirements-block .list-wr {
    width: 1200px;
    overflow-x: hidden;
    margin: 0 auto; }
    .requirements-block .list-wr .list {
      display: flex;
      flex-wrap: wrap;
      width: calc(100% + 90px); }
      .requirements-block .list-wr .list li {
        max-width: 344px;
        margin-bottom: 67px;
        margin-right: 80px; }
        .requirements-block .list-wr .list li .icon-wr {
          height: 106px; }
        .requirements-block .list-wr .list li .t {
          font-weight: 500;
          line-height: 29px;
          font-size: 22px;
          color: #111111;
          margin-bottom: 21px; }
  @media screen and (max-width: 1430px) {
    .requirements-block {
      padding: 79px 0 145px; }
      .requirements-block .title:before, .requirements-block .title:after {
        width: 124px;
        margin-top: -41px; }
      .requirements-block .title span {
        line-height: 1.35;
        width: 656px;
        margin: 0 21px; }
      .requirements-block .list-wr {
        width: 697px;
        margin: 0 auto; }
        .requirements-block .list-wr .list {
          width: calc(100% + 150px); }
          .requirements-block .list-wr .list li {
            max-width: 328px;
            margin-bottom: 64px;
            margin-right: 85px; } }
  @media screen and (max-width: 1023px) {
    .requirements-block {
      padding: 79px 0 118px; }
      .requirements-block .title {
        margin-bottom: 61px; }
        .requirements-block .title:before, .requirements-block .title:after {
          width: 60px;
          margin-top: -41px; }
        .requirements-block .title span {
          width: 619px;
          margin: 0 15px; }
      .requirements-block .list-wr {
        width: 100%;
        margin: 0 auto;
        padding: 0 40px; }
        .requirements-block .list-wr .list li {
          max-width: 304px;
          margin-bottom: 65px;
          margin-right: 63px; } }
  @media screen and (max-width: 767px) {
    .requirements-block {
      padding: 50px 0 50px; }
      .requirements-block .title {
        margin-bottom: 41px; }
        .requirements-block .title:before, .requirements-block .title:after {
          display: none; }
        .requirements-block .title span {
          font-size: 26px;
          line-height: 35px;
          width: 100%;
          margin: 0;
          padding: 0 20px; }
      .requirements-block .list-wr {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px; }
        .requirements-block .list-wr .list {
          width: 100%; }
          .requirements-block .list-wr .list li {
            max-width: 100%;
            margin: 0 0 54px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center; } }

.reviews-block {
  height: 633px;
  background-size: cover;
  position: relative;
  background: #000; }
  .reviews-block .content-wr {
    height: 100%;
    max-width: 1191px;
    margin: 0 auto;
    padding-top: 134px; }
    .reviews-block .content-wr:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 700px;
      height: 100%;
      background: linear-gradient(270deg, #000000 3.9%, rgba(0, 0, 0, 0) 100%);
      transform: matrix(-1, 0, 0, 1, 0, 0); }
    .reviews-block .content-wr .content {
      position: relative;
      z-index: 2;
      color: #fff;
      width: 601px; }
      .reviews-block .content-wr .content .logo {
        display: block;
        margin: 0 auto -22px;
        position: relative;
        z-index: 2; }
      .reviews-block .content-wr .content .text {
        border: 1px solid #FFFFFF;
        border-top: none;
        position: relative;
        text-align: center;
        padding: 48px 40px;
        font-family: Alegreya;
        font-weight: normal;
        font-size: 28px;
        line-height: 42px; }
        .reviews-block .content-wr .content .text:before, .reviews-block .content-wr .content .text:after {
          content: '';
          display: block;
          height: 1px;
          background: #fff;
          width: 100px;
          position: absolute;
          top: 0; }
        .reviews-block .content-wr .content .text:before {
          left: 0; }
        .reviews-block .content-wr .content .text:after {
          right: 0; }
  @media screen and (max-width: 1430px) {
    .reviews-block {
      height: 452px; } }

.videos-block .list {
  display: flex; }
  .videos-block .list li {
    width: 25%;
    background-size: cover;
    background-position: center;
    height: 493px;
    text-align: center;
    padding: 80px 37px 0;
    color: #FFFFFF;
    position: relative; }
    .videos-block .list li:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      background: #000000;
      opacity: 0.6;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .videos-block .list li * {
      position: relative;
      z-index: 1; }
    .videos-block .list li .icon {
      margin-bottom: 31px; }
    .videos-block .list li .title {
      font-weight: 500;
      line-height: 34px;
      font-size: 28px;
      margin-bottom: 20px;
      font-family: Alegreya; }
      .videos-block .list li .title:after {
        content: '';
        display: block;
        width: 56px;
        height: 4px;
        background: #C3A050;
        margin: 21px auto 0; }
@media screen and (max-width: 1430px) {
  .videos-block .list {
    flex-wrap: wrap; }
    .videos-block .list li {
      width: 50%;
      padding: 100px 67px 0; } }
@media screen and (max-width: 1023px) {
  .videos-block .list li {
    width: 100%;
    padding: 60px 0 0;
    height: 390px; }
    .videos-block .list li .title {
      max-width: 300px;
      margin: 0 auto; }
    .videos-block .list li .text {
      max-width: 420px;
      margin: 20px auto; } }
@media screen and (max-width: 767px) {
  .videos-block .list li {
    padding: 60px 20px 0; }
    .videos-block .list li .icon {
      margin-bottom: 24px; } }

.recipes-list {
  display: flex;
  justify-content: center;
  margin-bottom: 62px;
  flex-wrap: wrap;
  margin-left: -45px;
  width: calc(100% + 90px); }
  .recipes-list li {
    margin: 0 39px 69px;
    width: 381px;
    text-align: center; }
    .recipes-list li:hover .name {
      color: #C3A050; }
    .recipes-list li .pic {
      margin-bottom: 41px;
      height: 255px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-position: center;
      background-size: cover;
      position: relative; }
      .recipes-list li .pic svg {
        position: relative;
        z-index: 2; }
    .recipes-list li .name {
      font-weight: 500;
      line-height: 29px;
      font-size: 22px;
      margin-bottom: 15px;
      transition: .2s; }
  @media screen and (max-width: 1430px) {
    .recipes-list {
      margin: 0 0 21px -35px;
      width: calc(100% + 75px); }
      .recipes-list li {
        margin: 0 20px 98px;
        width: 290px; }
        .recipes-list li .pic {
          height: 194px;
          margin-bottom: 39px; }
        .recipes-list li .name {
          margin-bottom: 15px; } }
  @media screen and (max-width: 1023px) {
    .recipes-list {
      width: 100%;
      margin: 0 0 54px; }
      .recipes-list li {
        max-width: 569px;
        margin: 0 auto 67px;
        width: 100%; }
        .recipes-list li .pic {
          height: 381px;
          margin-bottom: 47px; }
        .recipes-list li .name {
          margin-bottom: 16px; } }
  @media screen and (max-width: 767px) {
    .recipes-list {
      margin: 0 0 45px; }
      .recipes-list li {
        margin: 0 auto 49px; }
        .recipes-list li .pic {
          margin-bottom: 32px;
          height: 187px; } }

.menu-list {
  margin-bottom: 81px; }
  .menu-list .caption {
    display: none; }
  .menu-list .list {
    display: flex;
    justify-content: center; }
  .menu-list a {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #111111;
    padding-bottom: 8px;
    border-bottom: 4px solid transparent;
    margin: 0 50px;
    transition: .2s; }
    .menu-list a.selected {
      border-color: #C3A050; }
    .menu-list a:hover {
      color: #C3A050; }
  @media screen and (max-width: 1023px) {
    .menu-list {
      margin-bottom: 66px; }
      .menu-list a {
        font-size: 18px;
        line-height: 24px;
        margin: 0 34px;
        padding-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .menu-list {
      padding: 0 20px; }
      .menu-list .caption {
        display: block;
        font-family: Alegreya;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 23px;
        color: #383838; }
      .menu-list .list {
        border-bottom: 1px solid #C3A050;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .menu-list .list.showed {
          border-bottom-color: transparent; }
          .menu-list .list.showed:after {
            transform: rotate(180deg); }
          .menu-list .list.showed a {
            padding-bottom: 20px;
            display: block; }
        .menu-list .list:after {
          content: '';
          display: block;
          width: 13px;
          height: 16px;
          position: absolute;
          right: 7px;
          top: 7px;
          background: url(/img/icons/arr-down.svg);
          transition: .2s; }
        .menu-list .list a {
          border-bottom: none;
          margin: 0;
          display: none;
          transition: none; }
          .menu-list .list a.selected {
            display: block; } }

.request-popup {
  display: none; }
  .request-popup .overflow {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #42210E; }
  .request-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    cursor: pointer; }
    .request-popup .close svg * {
      transition: .2s; }
    .request-popup .close:hover svg * {
      stroke: #42210E; }
  .request-popup .wr {
    width: 978px;
    background: #FCFCEB;
    box-shadow: 0px 27px 34px rgba(0, 0, 0, 0.26);
    position: absolute;
    top: 50px;
    z-index: 10000;
    left: 50%;
    padding: 58px 0;
    margin-left: -489px;
    margin-bottom: 50px; }
    .request-popup .wr .title {
      font-weight: 500;
      font-size: 36px;
      line-height: 48px;
      text-align: center;
      margin-bottom: 14px; }
      .request-popup .wr .title:after {
        content: '';
        display: block;
        width: 74px;
        height: 4px;
        background: #C3A050;
        margin: 17px auto 0; }
    .request-popup .wr .t {
      font-family: Alegreya;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      max-width: 430px;
      margin: 0 auto 43px;
      color: #383838; }
    .request-popup .wr .feedback-form {
      padding: 0 81px;
      width: 100%;
      text-align: left; }
      .request-popup .wr .feedback-form .inputs-wr {
        width: calc(100% + 40px);
        height: auto;
        flex-direction: row; }
        .request-popup .wr .feedback-form .inputs-wr .form-group {
          width: 388px; }
          .request-popup .wr .feedback-form .inputs-wr .form-group.address-group {
            width: 100%;
            margin-right: 40px; }
          .request-popup .wr .feedback-form .inputs-wr .form-group:last-child {
            width: 100%; }
  .request-popup .success-result-wr {
    display: none; }
    .request-popup .success-result-wr .close-btn {
      width: 300px;
      margin: 0 auto;
      display: flex; }
  @media screen and (max-width: 1023px) {
    .request-popup .wr {
      width: calc(100vw - 40px);
      left: 0;
      margin: 20px;
      top: 0; }
      .request-popup .wr .feedback-form {
        padding: 0 20px; }
        .request-popup .wr .feedback-form .inputs-wr {
          width: 100%; }
          .request-popup .wr .feedback-form .inputs-wr .form-group {
            width: 100%;
            margin-right: 0 !important; } }
  @media screen and (max-width: 767px) {
    .request-popup .close {
      width: 60px;
      height: 60px; }
    .request-popup .wr {
      width: 100vw;
      margin: 0; }
      .request-popup .wr .title {
        font-size: 21px;
        line-height: 28px; }
      .request-popup .wr .t {
        font-size: 16px;
        line-height: 21px;
        margin: 0 auto 20px;
        padding: 0 20px; }
      .request-popup .wr .feedback-form {
        padding: 0 20px; }
        .request-popup .wr .feedback-form .inputs-wr {
          padding: 0; } }

.personal-data-disclaimer {
  position: fixed;
  bottom: 0;
  padding: 30px 0;
  z-index: 9999999;
  color: black !important;
  width: 100vw;
  font-size: 14px;
  background: #F7F7F7;
  border-top: 1px solid #42210E;
  display: flex;
  align-items: center;
  justify-content: center; }
  .personal-data-disclaimer .wr {
    display: flex;
    align-items: center;
    padding: 0 30px; }
    .personal-data-disclaimer .wr .text-wr {
      max-width: 711px;
      line-height: 27px;
      font-size: 16px;
      margin-right: 31px; }
    .personal-data-disclaimer .wr .btn-wr {
      display: flex;
      flex-direction: column; }
      .personal-data-disclaimer .wr .btn-wr .btn {
        width: 230px;
        padding: 0; }
        .personal-data-disclaimer .wr .btn-wr .btn.agree-btn {
          margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .personal-data-disclaimer {
      padding: 20px 0px 20px 0px;
      border-radius: 0; }
      .personal-data-disclaimer .wr {
        flex-direction: column;
        align-items: initial; }
        .personal-data-disclaimer .wr .text-wr {
          max-width: 100%;
          margin: 0 0 20px;
          font-size: 14px;
          line-height: 23px; }
        .personal-data-disclaimer .wr .btn-wr .btn {
          width: 100%; }
          .personal-data-disclaimer .wr .btn-wr .btn.agree-btn {
            margin: 0 0 20px; } }

.mobile-menu {
  background: #FCFCEB;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100000;
  background-image: url(/img/menu-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; }
  .mobile-menu .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    height: 120px; }
    .mobile-menu .top-block .lb {
      display: flex;
      align-items: center; }
      .mobile-menu .top-block .lb .logo-wr {
        padding: 0 0 0 40px;
        margin-right: 48px;
        position: relative;
        top: 2px;
        display: flex;
        justify-content: center; }
        .mobile-menu .top-block .lb .logo-wr svg {
          width: 99px;
          height: 62px; }
    .mobile-menu .top-block .rb {
      height: auto;
      padding: 0 42px 0 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .mobile-menu .top-block .rb .tel {
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-right: 46px; }
    .mobile-menu .top-block .lang-switcher {
      font-weight: 500; }
      .mobile-menu .top-block .lang-switcher *:not(:last-child) {
        margin-right: 12px; }
      .mobile-menu .top-block .lang-switcher span {
        color: #C3A050;
        border-bottom: 1px solid; }
      .mobile-menu .top-block .lang-switcher a:hover {
        border-bottom: 1px solid #C3A050; }
    .mobile-menu .top-block svg {
      display: block; }
  .mobile-menu .sn {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    top: 112px;
    right: 20px; }
    .mobile-menu .sn a {
      margin-bottom: 0;
      padding: 30px 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .mobile-menu .main-menu {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .mobile-menu .main-menu a {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 18px;
      padding: 19px 0; }
  @media screen and (max-width: 767px) {
    .mobile-menu {
      background-image: none; }
      .mobile-menu .top-block {
        height: 85px; }
        .mobile-menu .top-block .lang-switcher {
          margin-left: 20px; }
        .mobile-menu .top-block .lb .logo-wr {
          display: none; }
        .mobile-menu .top-block .rb {
          padding: 0 25px 0 0; }
          .mobile-menu .top-block .rb .tel {
            font-size: 0;
            width: 25px;
            height: 30px;
            background: url(/img/icons/phone.svg);
            margin: 0 68px 0 0; }
      .mobile-menu .sn {
        right: 0;
        top: 68px; }
      .mobile-menu .main-menu {
        align-items: flex-start;
        padding-left: 20px; }
        .mobile-menu .main-menu a {
          padding: 10px 0; } }

.products-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 23px;
  justify-content: center; }
  .products-list .product-card {
    width: 33.33%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 86px; }
    .products-list .product-card:hover .name {
      color: #C3A050; }
    .products-list .product-card .photo-wr {
      height: 200px;
      margin-bottom: 21px; }
      .products-list .product-card .photo-wr .photo {
        max-width: 280px; }
    .products-list .product-card .name {
      font-weight: 500;
      font-size: 22px;
      line-height: 29px;
      margin-bottom: 17px;
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .2s; }
    .products-list .product-card .lead {
      font-size: 16px;
      line-height: 31px;
      color: #383838; }
  @media screen and (max-width: 1430px) {
    .products-list .product-card {
      width: 50%;
      padding: 0 40px;
      margin-bottom: 76px; }
      .products-list .product-card .photo-wr {
        height: 212px; } }
  @media screen and (max-width: 1023px) {
    .products-list .product-card {
      width: 100%;
      margin-bottom: 84px; }
      .products-list .product-card .photo-wr {
        height: 281px; }
        .products-list .product-card .photo-wr .photo {
          max-width: 100%;
          max-height: 100%; }
      .products-list .product-card .name {
        min-height: auto; } }
  @media screen and (max-width: 767px) {
    .products-list .product-card {
      padding: 0 0;
      margin-bottom: 48px; }
      .products-list .product-card .photo-wr {
        height: 180px; }
      .products-list .product-card .name {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px; } }

@media screen and (max-width: 1430px) {
  .product-block {
    padding-bottom: 161px; }
    .product-block:before {
      background-size: cover; }
    .product-block.product1 .product-img {
      right: initial !important;
      margin-top: -135px !important;
      width: 850px;
      margin-bottom: -25px; }
    .product-block.product2 .product-img {
      left: 0;
      margin: 80px 0 -75px; }
    .product-block.product3 .product-img {
      margin: 45px 0 -80px; }
    .product-block.product4 {
      padding-bottom: 79px; }
      .product-block.product4 .product-img {
        margin: 91px 0 -76px;
        left: 0; }
      .product-block.product4 .moon {
        width: 242px;
        height: 242px;
        left: -35px;
        top: -77px;
        background-size: contain;
        background-repeat: no-repeat; }
    .product-block .product-img {
      position: relative;
      right: 0 !important;
      top: 0 !important; }
    .product-block .product-wr {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .product-block .product-wr .info-wr {
        max-width: 606px;
        margin: 0 auto;
        width: 100%; }
        .product-block .product-wr .info-wr .descr {
          margin-bottom: 41px; }
          .product-block .product-wr .info-wr .descr p {
            margin-bottom: 24px; }
        .product-block .product-wr .info-wr .composition .t:before, .product-block .product-wr .info-wr .composition .t:after {
          width: 124px; }
        .product-block .product-wr .info-wr .composition .t span {
          margin: 0 38px; }
        .product-block .product-wr .info-wr .composition .l li:not(:last-child) {
          margin-right: 50px; }
      .product-block .product-wr .use-block {
        position: relative;
        right: initial !important;
        bottom: 0 !important;
        width: 616px;
        margin: 65px auto 0; } }
@media screen and (max-width: 1023px) {
  .product-block.product1 {
    padding-bottom: 186px; }
    .product-block.product1 .product-img {
      margin-top: -163px !important;
      margin-bottom: -36px; }
  .product-block.product2 {
    padding-bottom: 212px; }
  .product-block.product3 {
    padding-bottom: 157px; }
  .product-block.product4 .moon {
    width: 202px;
    height: 202px;
    left: -69px;
    top: -57px; } }

html, body {
  height: 100%; }

* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; }

#page-wrapper {
  min-height: 100%; }
  #page-wrapper #page-wrapper2 {
    padding-bottom: 230px; }

body {
  color: #383838;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.9375;
  font-size: 16px;
  background: #fff; }
  body.request-popup-showed {
    overflow: hidden;
    height: 100vh; }
  body.wait #page-wrapper {
    filter: blur(5px) grayscale(0.6); }
  body.wait #wait {
    visibility: visible;
    opacity: 1; }
  body.white-header header {
    color: #fff; }
    body.white-header header a {
      color: #fff; }
    body.white-header header svg * {
      fill: #fff; }
    body.white-header header .content-block .main-menu a {
      color: #fff; }
  body a {
    text-decoration: none;
    color: #383838; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }
  .container.def-padding {
    padding-left: 54px;
    padding-right: 54px; }

header {
  height: 170px;
  position: relative;
  overflow: hidden;
  z-index: 4; }
  header .top-block {
    display: flex;
    justify-content: space-between; }
    header .top-block .lb {
      display: flex;
      align-items: center; }
      header .top-block .lb .logo-wr {
        display: flex;
        justify-content: center;
        padding: 9px 0 0 46px;
        margin-right: 65px; }
        header .top-block .lb .logo-wr svg {
          width: 121px;
          height: 76px; }
      header .top-block .lb .lang-switcher {
        font-weight: 500; }
        header .top-block .lb .lang-switcher *:not(:last-child) {
          margin-right: 12px; }
        header .top-block .lb .lang-switcher span {
          color: #C3A050;
          border-bottom: 1px solid; }
        header .top-block .lb .lang-switcher a:hover {
          border-bottom: 1px solid #C3A050; }
    header .top-block .rb {
      display: flex;
      justify-content: space-between;
      height: 133px;
      align-items: center;
      padding: 0 55px 0 83px; }
      header .top-block .rb .contacts-block {
        display: flex;
        padding-top: 3px;
        align-items: center; }
        header .top-block .rb .contacts-block .sn {
          display: flex; }
          header .top-block .rb .contacts-block .sn a {
            margin-left: 6px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
            header .top-block .rb .contacts-block .sn a svg * {
              transition: .2s; }
            header .top-block .rb .contacts-block .sn a:hover svg * {
              fill: #C3A050; }
        header .top-block .rb .contacts-block .callback-btn {
          height: 46px;
          font-size: 16px;
          margin-left: 10px; }
        header .top-block .rb .contacts-block .tel {
          font-weight: 600;
          line-height: 28px;
          font-size: 20px;
          letter-spacing: 1px;
          margin-left: 20px; }
          header .top-block .rb .contacts-block .tel .icon {
            display: none; }
        header .top-block .rb .contacts-block .mobile-menu-icon {
          display: none; }
  header .content-block {
    display: flex; }
    header .content-block .main-menu {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0 57px; }
      header .content-block .main-menu a {
        padding: 0;
        text-align: center;
        margin-bottom: 23.8px;
        border-bottom: 3px solid transparent;
        transition: .2s;
        color: #111111;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px; }
        header .content-block .main-menu a:hover {
          border-bottom-color: #C3A050; }

footer {
  height: 230px;
  margin-top: -230px;
  color: #fff;
  background: #3A1805;
  padding-top: 48px; }
  footer .container {
    max-width: 1340px; }
  footer a {
    color: #fff; }
  footer .main-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    footer .main-menu a {
      font-weight: 500;
      line-height: normal;
      font-size: 16px; }
  footer .contacts-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px; }
    footer .contacts-block .sn {
      display: flex; }
      footer .contacts-block .sn a {
        margin: 0 21px; }
        footer .contacts-block .sn a svg {
          display: block; }
          footer .contacts-block .sn a svg * {
            fill: #fff; }
    footer .contacts-block .email {
      font-weight: 500;
      line-height: normal;
      font-size: 16px;
      text-decoration-line: underline;
      color: #C3A050;
      margin: 0 64px 0 39px; }
    footer .contacts-block .tel {
      font-weight: 500;
      line-height: 28px;
      font-size: 20px;
      letter-spacing: 1px;
      color: #FFFFFF; }
  footer .bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .bottom-block .terms {
      font-weight: 500;
      font-size: 14px;
      color: #C3A050;
      border-bottom: 1px solid;
      transition: .2s; }
      footer .bottom-block .terms:hover {
        color: #fff; }
    footer .bottom-block .year {
      font-weight: 500;
      line-height: normal;
      font-size: 16px; }
    footer .bottom-block .we {
      font-size: 14px;
      color: #C5BBB5;
      display: flex;
      align-items: center; }
      footer .bottom-block .we svg {
        display: block;
        margin-left: 6px; }

.index-page .products-wr {
  background: #FCFCEB;
  padding-bottom: 86px; }
  .index-page .products-wr:before {
    content: '';
    display: block;
    background-image: url(/img/index/pr-bg.svg);
    background-repeat: repeat-x;
    background-position: center;
    height: 125px;
    width: 100%;
    bottom: 0;
    z-index: 10000;
    top: -125px;
    position: relative;
    margin-bottom: -125px; }
  .index-page .products-wr .title {
    font-weight: 500;
    font-size: 44px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 18px; }
    .index-page .products-wr .title:after {
      content: '';
      display: block;
      width: 74px;
      height: 4px;
      background: #C3A050;
      margin: 10px auto 0; }
  .index-page .products-wr .text {
    font-family: Alegreya;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #383838;
    max-width: 740px;
    margin: 0 auto 48px; }
  .index-page .products-wr .production-block .categories {
    margin-bottom: 96px; }
  .index-page .products-wr .production-block .products li .photo-wr {
    height: 210px;
    margin-bottom: 16px; }
  .index-page .products-wr .to-catalog-link {
    display: flex;
    margin: -22px auto 0;
    width: 320px; }

.category-page .page-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 59px;
  text-align: center;
  margin: 38px 0 44px; }
@media screen and (max-width: 1023px) {
  .category-page .page-title {
    font-size: 40px;
    line-height: 54px;
    margin: 38px 0 40px; } }

.product-page {
  position: relative;
  padding: 40px 0 0; }
  .product-page .page-markup {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px; }
    .product-page .page-markup .content-wr {
      width: 649px; }
    .product-page .page-markup .i-wr {
      width: 625px; }
  .product-page .product-name {
    font-size: 44px;
    line-height: 54px;
    font-weight: normal;
    margin-bottom: 22px; }
    .product-page .product-name:after {
      content: '';
      display: block;
      width: 81px;
      height: 4px;
      background: #C3A050;
      margin-top: 14px; }
  .product-page .lead-text {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px; }
  .product-page .description {
    color: #383838;
    margin-bottom: 34px; }
    .product-page .description p {
      line-height: 31px;
      font-size: 16px;
      margin-bottom: 26px; }
  .product-page .product-img {
    position: absolute; }
  .product-page ul.features {
    margin-bottom: 55px; }
    .product-page ul.features li {
      position: relative;
      padding-left: 28px;
      font-weight: 500;
      line-height: 31px;
      font-size: 16px;
      margin-bottom: 4px; }
      .product-page ul.features li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #C3A050;
        transform: rotate(-45deg);
        position: absolute;
        left: 1px;
        top: 12px; }
  .product-page .composition {
    margin-bottom: 46px; }
    .product-page .composition .t {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      .product-page .composition .t:before, .product-page .composition .t:after {
        content: '';
        display: block;
        width: 111px;
        height: 1px;
        background: rgba(56, 56, 56, 0.3); }
      .product-page .composition .t span {
        font-family: Alegreya;
        line-height: 39px;
        font-size: 22px;
        text-align: center;
        margin: 0 21px; }
    .product-page .composition .l {
      display: flex;
      justify-content: center; }
      .product-page .composition .l li {
        text-align: center;
        font-size: 14px;
        color: #383838;
        margin: 0 22px; }
        .product-page .composition .l li .n {
          font-weight: 500;
          line-height: 22px;
          margin-bottom: 15px; }
        .product-page .composition .l li .v {
          display: flex;
          justify-content: center;
          align-items: flex-end;
          line-height: 1; }
          .product-page .composition .l li .v .num {
            font-family: Alegreya;
            font-size: 32px;
            color: #C3A050;
            margin-right: 4px; }
  .product-page .use-block {
    border: 1px solid #C3A050;
    padding: 43px 33px 37px;
    position: relative; }
    .product-page .use-block .t {
      font-weight: 500;
      line-height: 29px;
      font-size: 22px;
      color: #C3A050;
      position: absolute;
      top: -16px;
      background: #fff;
      padding: 0 14px;
      left: 23px; }
    .product-page .use-block p:not(:last-child) {
      margin-bottom: 18px; }
  .product-page .get-example {
    text-align: center; }
    .product-page .get-example .t {
      font-size: 20px;
      line-height: 33px;
      margin-bottom: 19px;
      font-family: Alegreya; }
    .product-page .get-example .get-btn {
      width: 250px; }
  .product-page .recipes .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 80px; }
    .product-page .recipes .title:after {
      content: '';
      display: block;
      width: 74px;
      height: 4px;
      background: #C3A050;
      margin: 17px auto 0; }
  .product-page .recipes .recipes-list {
    margin-bottom: 0; }

.recipe-page .recipe-name {
  font-weight: 500;
  font-size: 44px;
  line-height: 59px;
  margin: 38px 0 15px; }
  .recipe-page .recipe-name:after {
    content: '';
    display: block;
    width: 81px;
    height: 4px;
    background: #C3A050;
    margin-top: 14px; }
.recipe-page .to-recipes-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  transition: .2s; }
  .recipe-page .to-recipes-link svg * {
    transition: .2s; }
  .recipe-page .to-recipes-link:hover {
    color: #C3A050; }
    .recipe-page .to-recipes-link:hover svg * {
      stroke: #C3A050; }
  .recipe-page .to-recipes-link svg {
    margin-right: 3px; }
.recipe-page .markup {
  display: flex;
  margin-bottom: 69px; }
  .recipe-page .markup .l {
    width: 760px;
    margin-right: 45px; }
    .recipe-page .markup .l .description {
      font-size: 16px;
      line-height: 31px;
      margin-bottom: 34px;
      color: #111111; }
    .recipe-page .markup .l .photo-wr {
      position: relative;
      cursor: pointer; }
      .recipe-page .markup .l .photo-wr.has-video:before {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .recipe-page .markup .l .photo-wr.has-video:after {
        content: '';
        width: 82px;
        height: 82px;
        position: absolute;
        display: block;
        background: url(/img/icons/video-icon-big.svg);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: contain; }
      .recipe-page .markup .l .photo-wr.video-showed:before, .recipe-page .markup .l .photo-wr.video-showed:after, .recipe-page .markup .l .photo-wr.video-showed img {
        display: none; }
      .recipe-page .markup .l .photo-wr.video-showed video, .recipe-page .markup .l .photo-wr.video-showed iframe {
        display: block; }
      .recipe-page .markup .l .photo-wr img {
        max-width: 100%;
        display: block; }
      .recipe-page .markup .l .photo-wr video, .recipe-page .markup .l .photo-wr iframe {
        width: 100%;
        display: none;
        height: 427px; }
  .recipe-page .markup .r {
    width: calc(100% - 760px - 45px);
    margin-top: -6px; }
    .recipe-page .markup .r .param {
      display: flex;
      align-items: center; }
      .recipe-page .markup .r .param .n {
        font-family: Alegreya;
        font-size: 22px;
        line-height: 39px;
        margin-right: 16px;
        display: flex; }
        .recipe-page .markup .r .param .n .icon-wr {
          width: 28px; }
      .recipe-page .markup .r .param .v {
        font-size: 16px;
        line-height: 31px;
        color: #383838; }
    .recipe-page .markup .r .composition {
      margin: 20px 0 32px; }
      .recipe-page .markup .r .composition li {
        position: relative;
        padding-left: 29px;
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        display: flex;
        margin-bottom: 13px; }
        .recipe-page .markup .r .composition li:before {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          background: #C3A050;
          transform: rotate(45deg);
          position: absolute;
          left: 1px;
          top: 10px; }
        .recipe-page .markup .r .composition li .n {
          margin-right: 20px; }
        .recipe-page .markup .r .composition li .v {
          color: #727272; }
    .recipe-page .markup .r .print-btn {
      font-size: 14px;
      height: 50px;
      padding: 0 14px;
      font-weight: 500;
      align-items: center;
      display: inline-flex;
      padding-top: 2px; }
      .recipe-page .markup .r .print-btn svg {
        margin-right: 12px; }
.recipe-page .process ul li {
  position: relative;
  padding-left: 29px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  display: flex;
  margin-bottom: 13px; }
  .recipe-page .process ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #C3A050;
    transform: rotate(45deg);
    position: absolute;
    left: 1px;
    top: 10px; }
.recipe-page .products .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 80px; }
  .recipe-page .products .title:after {
    content: '';
    display: block;
    width: 74px;
    height: 4px;
    background: #C3A050;
    margin: 17px auto 0; }

@media print {
  html, body {
    height: auto; }

  body {
    font-size: 14px; }
    body .container.def-padding {
      padding: 0; }
    body #page-wrapper #page-wrapper2 {
      padding-bottom: 0; }
    body .recipe-page .to-recipes-link {
      display: none; }
    body .recipe-page .markup .l {
      display: none; }
    body .recipe-page .markup .r {
      width: 100%; }
      body .recipe-page .markup .r .print-btn, body .recipe-page .markup .r .params {
        display: none; }
    body .recipe-page .products {
      display: none; }
    body .free-example-form-block, body header, body footer {
      display: none; } }
.recipes-page {
  margin-top: -170px;
  position: relative;
  z-index: 1; }
  .recipes-page .top-recipe {
    background: #42210E;
    height: 711px;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    display: block; }
    .recipes-page .top-recipe .bg {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      .recipes-page .top-recipe .bg:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2; }
      .recipes-page .top-recipe .bg .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 117px;
        height: 117px;
        border-radius: 50%;
        border: 2px solid #C3A050;
        display: flex;
        align-items: center;
        justify-content: center; }
        .recipes-page .top-recipe .bg .video-icon i {
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 18px 0 18px 31px;
          border-color: transparent transparent transparent #ffffff;
          margin-left: 11px; }
    .recipes-page .top-recipe .container {
      height: 100%; }
    .recipes-page .top-recipe .a {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 66px;
      margin-left: -6px; }
      .recipes-page .top-recipe .a .name {
        font-weight: 500;
        font-size: 44px;
        line-height: 59px;
        margin-bottom: 19px; }
        .recipes-page .top-recipe .a .name:after {
          content: '';
          display: block;
          width: 81px;
          height: 4px;
          background: #C3A050;
          margin-top: 11px;
          margin-left: 2px; }
      .recipes-page .top-recipe .a .announcement {
        font-size: 20px;
        line-height: 34px; }
  .recipes-page .menu-list {
    margin-bottom: 59px; }
  .recipes-page .item-menu-selector {
    overflow: hidden; }
  .recipes-page .recipes-list {
    margin-bottom: 21px; }

@media screen and (max-width: 1430px) {
  header .top-block {
    margin-bottom: 28px; }
    header .top-block .lb .logo-wr {
      padding: 0 0 0 42px;
      margin-right: 36px;
      position: relative;
      top: 23px; }
      header .top-block .lb .logo-wr svg {
        width: 127px;
        height: 80px; }
    header .top-block .rb {
      height: 108px;
      padding: 0 37px 0 0; }
  header .content-block .main-menu {
    margin: 0 39px; }

  .container {
    width: 1024px; }
    .container.def-padding {
      padding-left: 41px;
      padding-right: 41px; }

  footer {
    height: 300px;
    padding-top: 47px; }
    footer .main-menu {
      margin-bottom: 12px;
      flex-wrap: wrap;
      justify-content: center; }
      footer .main-menu a {
        margin: 0 38px 35px; }
    footer .contacts-block .email {
      margin: 0 64px 0 53px; }
    footer .bottom-block {
      padding: 0 40px; } }
@media screen and (max-width: 1430px) {
  .product-page .page-markup {
    display: block; }
    .product-page .page-markup .mobile-photo-wr {
      text-align: center; }
  .product-page .product-name {
    font-size: 44px;
    line-height: 59px; }
  .product-page .description {
    margin-bottom: 25px; }
  .product-page ul.features {
    margin-bottom: 45px; }
    .product-page ul.features li {
      padding-left: 32px;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 27px; }
  .product-page .content-wr {
    width: 616px;
    margin: 0 auto; }
  .product-page .i-wr {
    width: 610px;
    margin: 0 auto; }
  .product-page .use-block {
    padding: 39px 34px 32px;
    margin-bottom: 44px; }
  .product-page .composition {
    margin-bottom: 66px; }
    .product-page .composition .l li {
      margin: 0 21px; }
  .product-page .recipes .recipes-list li {
    margin-bottom: 80px; } }
@media screen and (max-width: 1430px) {
  .index-page .products-wr .production-block .categories {
    margin-bottom: 75px; } }
@media screen and (max-width: 1430px) {
  .recipes-page .top-recipe {
    height: 583px; }
    .recipes-page .top-recipe .bg .video-icon {
      width: 91px;
      height: 91px; }
      .recipes-page .top-recipe .bg .video-icon i {
        border-width: 14px 0 14px 25px; }
    .recipes-page .top-recipe .container {
      padding-left: 41px; }
    .recipes-page .top-recipe .a {
      padding-bottom: 45px;
      margin-left: 1px; }
  .recipes-page .menu-list {
    margin-bottom: 45px; }
    .recipes-page .menu-list .list {
      justify-content: space-between;
      display: flex; }
      .recipes-page .menu-list .list a {
        margin: 0; } }
@media screen and (max-width: 1430px) {
  .recipe-page .recipe-name {
    margin: 24px 0 15px; }
  .recipe-page .markup {
    flex-direction: column;
    margin-bottom: 57px; }
    .recipe-page .markup .l {
      width: 100%;
      margin: 0 0 28px; }
      .recipe-page .markup .l .description {
        margin-bottom: 54px; }
      .recipe-page .markup .l .photo-wr img {
        width: 100%; }
    .recipe-page .markup .r {
      width: 100%;
      margin: 0; }
      .recipe-page .markup .r .params {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px; }
        .recipe-page .markup .r .params .param {
          margin: 0 50px; }
      .recipe-page .markup .r .composition {
        max-width: 500px;
        margin: 0 auto 43px; }
        .recipe-page .markup .r .composition li {
          display: block; }
          .recipe-page .markup .r .composition li .n {
            margin-right: 10px; }
          .recipe-page .markup .r .composition li .v, .recipe-page .markup .r .composition li .n {
            display: inline-block; }
      .recipe-page .markup .r .print-btn {
        margin: 0 auto;
        display: flex;
        width: 260px; } }
@media screen and (max-width: 1023px) {
  body.mobile-menu-showed {
    height: 100vh;
    overflow: hidden; }
    body.mobile-menu-showed .mobile-menu {
      visibility: visible;
      opacity: 1; }

  header {
    height: 95px; }
    header .top-block {
      margin-bottom: 28px;
      align-items: center;
      padding-top: 24px; }
      header .top-block .lb .logo-wr {
        padding: 0 0 0 40px;
        margin-right: 48px;
        position: relative;
        top: 7px; }
        header .top-block .lb .logo-wr svg {
          width: 99px;
          height: 62px; }
      header .top-block .rb {
        height: auto;
        padding: 0 37px 0 0; }
        header .top-block .rb .contacts-block {
          padding-top: 0;
          align-items: center; }
          header .top-block .rb .contacts-block .sn {
            display: none; }
          header .top-block .rb .contacts-block .tel {
            font-weight: 600;
            font-size: 18px;
            line-height: 28px; }
          header .top-block .rb .contacts-block .mobile-menu-icon {
            cursor: pointer;
            width: 40px;
            height: 22px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
            margin-left: 41px; }
            header .top-block .rb .contacts-block .mobile-menu-icon i {
              background: #C3A050;
              height: 2px;
              width: 100%; }
              header .top-block .rb .contacts-block .mobile-menu-icon i:nth-child(2) {
                width: 24px; }
    header .content-block .main-menu {
      display: none; }

  .container {
    width: 768px; } }
@media screen and (max-width: 1023px) {
  .product-page {
    padding-top: 54px; } }
@media screen and (max-width: 1023px) {
  .index-page .products-wr {
    padding-bottom: 109px; }
    .index-page .products-wr:before {
      margin-bottom: -91px;
      top: -91px;
      background-size: cover;
      height: 91px; }
    .index-page .products-wr .text {
      max-width: 650px; }
    .index-page .products-wr .production-block .categories {
      margin-bottom: 61px; } }
@media screen and (max-width: 1023px) {
  .recipe-page .recipe-name {
    font-size: 40px;
    line-height: 54px;
    margin: 38px 0 15px; }
  .recipe-page .markup {
    margin-bottom: 75px; }
    .recipe-page .markup .l .description {
      margin-bottom: 46px; }
    .recipe-page .markup .r .params .param {
      margin: 0 30px; }
    .recipe-page .markup .r .print-btn {
      display: none; }
  .recipe-page .products .title {
    margin-bottom: 69px; } }
@media screen and (max-width: 1023px) {
  .recipes-page {
    margin-top: -95px; }
    .recipes-page .top-recipe {
      height: 525px; }
      .recipes-page .top-recipe .bg .video-icon {
        width: 68px;
        height: 68px; }
        .recipes-page .top-recipe .bg .video-icon i {
          border-width: 10px 0 10px 19px;
          margin-left: 8px; } }
@media screen and (max-width: 767px) {
  .container {
    width: 100%; }
    .container.def-padding {
      padding-left: 20px;
      padding-right: 20px; }

  header .top-block {
    padding: 7px 20px 0; }
    header .top-block .lb .logo-wr {
      padding: 0;
      margin: 0;
      top: 12px; }
    header .top-block .lb .lang-switcher {
      display: none; }
    header .top-block .rb {
      padding: 0; }
      header .top-block .rb .contacts-block {
        padding-top: 0; }
        header .top-block .rb .contacts-block .show-callback-popup {
          display: none; }
        header .top-block .rb .contacts-block .tel {
          font-size: 0;
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .top-block .rb .contacts-block .tel .icon {
            display: block; }
            header .top-block .rb .contacts-block .tel .icon svg {
              display: block; }
        header .top-block .rb .contacts-block .mobile-menu-icon {
          margin-left: 48px; }

  footer {
    height: auto;
    padding: 30px 0 46px; }
    footer .main-menu {
      margin-bottom: 40px;
      flex-direction: column;
      align-items: center; }
      footer .main-menu a {
        margin: 0;
        padding: 19.5px 0;
        width: 100%;
        text-align: center; }
    footer .contacts-block {
      flex-direction: column;
      margin-bottom: 52px; }
      footer .contacts-block .sn {
        margin-bottom: 40px; }
      footer .contacts-block .email {
        margin: 0 0 39px; }
    footer .bottom-block {
      flex-direction: column;
      align-items: center;
      padding: 38px 0 0;
      position: relative; }
      footer .bottom-block .terms {
        border-bottom: 0;
        text-decoration: underline;
        margin-bottom: 40px; }
      footer .bottom-block .copy {
        position: absolute;
        top: 0; } }
@media screen and (max-width: 767px) {
  .category-page .page-title {
    font-size: 24px;
    line-height: 32px;
    margin: 14px 30px 18px; } }
@media screen and (max-width: 767px) {
  .product-page {
    padding: 26px 0 0; }
    .product-page .page-markup {
      margin-bottom: 107px; }
      .product-page .page-markup .content-wr, .product-page .page-markup .i-wr {
        width: 100%; }
    .product-page .photo {
      max-width: 100%; }
    .product-page .product-name {
      font-size: 22px;
      line-height: 32px; }
      .product-page .product-name:after {
        width: 61px;
        height: 3px;
        margin-top: 16px; }
    .product-page ul.features {
      margin-bottom: 55px; }
    .product-page .composition .t {
      margin-bottom: 31px; }
      .product-page .composition .t:after, .product-page .composition .t:before {
        width: 31px; }
      .product-page .composition .t span {
        margin: 0;
        line-height: 32px; }
    .product-page .use-block {
      padding: 33px 22px 31px; }
      .product-page .use-block .t {
        font-size: 20px;
        padding: 0 14px;
        left: 8px; }
    .product-page .recipes .title {
      font-size: 22px;
      line-height: 29px;
      margin-bottom: 30px; }
      .product-page .recipes .title:after {
        width: 61px;
        margin: 11px auto 0; } }
@media screen and (max-width: 767px) {
  .index-page .products-wr {
    padding-bottom: 58px; }
    .index-page .products-wr:before {
      margin-bottom: -38px;
      top: -38px;
      background-size: cover;
      height: 38px; }
    .index-page .products-wr .title {
      font-size: 22px;
      line-height: 29px;
      padding-top: 24px;
      margin-bottom: 20px; }
    .index-page .products-wr .text {
      font-size: 18px;
      line-height: 32px;
      padding: 0 20px;
      margin-bottom: 31px; }
    .index-page .products-wr .production-block .categories {
      margin-bottom: 68px; }
      .index-page .products-wr .production-block .categories .caption {
        display: none; }
    .index-page .products-wr .to-catalog-link {
      margin: 0 0 0 20px;
      width: calc(100% - 40px); } }
@media screen and (max-width: 767px) {
  .recipe-page .recipe-name {
    margin: 13px 0 15px;
    font-size: 22px;
    line-height: 32px; }
    .recipe-page .recipe-name:after {
      margin-top: 7px;
      height: 3px; }
  .recipe-page .to-recipes-link {
    display: none; }
  .recipe-page .markup {
    margin-bottom: 36px; }
    .recipe-page .markup .l {
      margin: 0 0 32px; }
      .recipe-page .markup .l .description {
        margin-bottom: 26px; }
      .recipe-page .markup .l .photo-wr:after {
        width: 52px;
        height: 52px;
        background-image: url(/img/icons/video-icon.svg); }
    .recipe-page .markup .r .params {
      margin-bottom: 2px;
      flex-direction: column;
      align-items: flex-start; }
      .recipe-page .markup .r .params .param {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 20px; }
        .recipe-page .markup .r .params .param .n {
          font-size: 18px;
          line-height: 24px;
          margin: 0 0 3px; }
        .recipe-page .markup .r .params .param .v {
          padding-left: 30px; }
    .recipe-page .markup .r .composition {
      max-width: 100%;
      margin: 0 auto 38px; }
      .recipe-page .markup .r .composition li {
        margin-bottom: 10px;
        flex-direction: column; }
  .recipe-page .products .title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 52px; } }
@media screen and (max-width: 767px) {
  .recipes-page .top-recipe {
    background: #fff;
    height: auto;
    margin-bottom: 27px; }
    .recipes-page .top-recipe:before {
      height: 353px; }
    .recipes-page .top-recipe .bg {
      height: 353px; }
    .recipes-page .top-recipe .container {
      padding: 0; }
    .recipes-page .top-recipe .a {
      color: #111111;
      padding: 378px 20px 0;
      margin: 0; }
      .recipes-page .top-recipe .a .name {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 13px; }
        .recipes-page .top-recipe .a .name:after {
          margin-top: 7px;
          margin-left: 0px; }
      .recipes-page .top-recipe .a .announcement {
        font-size: 16px;
        line-height: 31px; }
  .recipes-page .menu-list {
    padding: 0; } }
