@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

section, div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: 120%;
  background-color: #F2F2F2;
  color: #1F1D1D;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Inter Tight", sans-serif;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

input {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
}

textarea:focus {
  outline: none;
}

textarea {
  font-family: "Inter Tight", sans-serif;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
  font-family: "Inter Tight", sans-serif;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 8px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    padding: 0px 12px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0px 16px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 20px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0px 0px;
    max-width: 1400px;
  }
}
p {
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3F3B3C;
}

h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 105%;
}

img {
  max-width: 100%;
}

.bg_white {
  padding-top: 8px;
}
.bg_white_wrap {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 1200px) {
  .bg_white {
    padding-top: 20px;
  }
  .bg_white_wrap {
    padding: 32px;
    border-radius: 16px;
  }
}

.link_arrow {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-top: 16px;
}
.link_arrow .btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F2F2;
  border-radius: 4px;
}
.link_arrow p {
  font-size: 22px;
  color: #1F1D1D;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .link_arrow {
    width: 216px;
    height: 166px;
    margin-right: 16px;
  }
  .link_arrow:nth-child(3n) {
    margin-right: 0px;
  }
}

.burger_menu {
  background-color: #F2F2F2;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 4;
  padding: 8px;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.burger_menu.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.burger_menu_top {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  border-radius: 8px;
}
.burger_menu_top_close {
  cursor: pointer;
}
.burger_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.burger_menu ul li {
  margin-top: 68px;
}
.burger_menu ul li a {
  font-size: 23px;
  line-height: 120%;
  color: #554F4F;
  text-transform: uppercase;
}
.burger_menu ul li a:hover {
  text-decoration: underline;
}

.header {
  padding-top: 8px;
  position: relative;
  z-index: 3;
}
.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
}
.header_block nav {
  display: none;
}
.header_block_right form {
  display: none;
}
.header_block_right_quote {
  display: none;
}
.header_block_right_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  background: #51682F;
}

.header_block_drop {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #fff;
  top: 66px;
  padding: 0px 32px 30px 32px;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header_block_drop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header_block_drop ul li {
  margin-top: 20px;
  margin-right: 20px;
}
.header_block_drop ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #554F4F;
  transition: all 0.3s linear;
}

.header_block_drop ul li a:hover {
  color: #000;
}


@media (min-width: 1200px) {
  .header {
    padding-top: 20px;
  }
  .header_block {
    padding: 0px 32px;
    height: 80px;
    position: relative;
  }
  .header_block nav {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header_block nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block nav ul li {
    margin-left: 48px;
    padding: 31px 0px;
  }
  .header_block nav ul li:first-child {
    margin-left: 0px;
  }
  .header_block nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block nav ul li a span {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #554F4F;
    text-decoration: none;
  }
  .header_block nav ul li a img {
    margin-left: 8px;
  }
  .header_block nav ul li a:hover span {
    text-decoration: underline;
  }
  .header_block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .header_block_right_btn {
    display: none;
  }
  .header_block_right form {
    position: relative;
    display: block;
  }
  .header_block_right form button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_block_right form input {
    height: 34px;
    width: 180px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #554F4F;
    background-color: #F0EEEE;
    border-radius: 8px;
    padding: 0px 5px 0px 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_block_right_quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    padding: 0px 16px;
    border-radius: 8px;
    background-color: #51682F;
    margin-left: 8px;
  }
  .header_block_right_quote span {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
  }
  .header_block_right_quote img {
    margin-left: 12px;
  }
}

.contact_block {
  background-color: #51682F;
  border-radius: 16px;
  padding: 40px 16px;
  margin-top: 8px;
}
.contact_block_top_left h2 {
  /* font-family: "Cormorant SC", serif;  */
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 115%;
  letter-spacing: -3%;
  color: #fff;
}
.contact_block_top_left p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
}
.contact_block_top_right {
  margin-top: 24px;
}
.contact_block_main_left {
  margin-top: 55px;
}
.contact_block_main_left h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: 0%;
  color: #fff;
}
.contact_block_main_left form span {
  display: block;
}
.contact_block_main_left form .wpcf7-form-control-wrap {
  margin-top: 22px;
  width: 100%;
}
.contact_block_main_left form .wpcf7-form-control-wrap .wpcf7-form-control-wrap {
  margin-top: 0px !important;
}
.contact_block_main_left form .wpcf7-form-control-wrap p {
  color: #fff;
  font-size: 14px;
}
.contact_block_main_left form .wpcf7-form-control-wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  padding: 0px 16px;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
}

.contact_block_main_left form .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: 1px solid red;
}

.contact_block_main_left form label {
  color: #fff;
  font-size: 14px;
  margin-top: 18px;
  display: block;
}
.contact_block_main_left form label a {
  color: #fff;
  text-decoration: underline;
}
.contact_block_main_left form button {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-top: 18px;
}
.contact_block_main_left form button span {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.contact_block_main_left form button svg {
  margin-left: 8px;
}
.contact_block_main_left form textarea {
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  padding: 16px;
  width: 100%;
  height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.contact_block_main_left_thank {
  display: none;
}
.contact_block_main_left_thank h4 {
  /* font-family: "Cormorant SC", serif;  */
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #fff;
}
.contact_block_main_left_thank p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 18px;
}
.contact_block_main_left_thank a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 18px;
}
.contact_block_main_left_thank a span {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.contact_block_main_left_thank a svg {
  margin-left: 8px;
}
.contact_block_main_left_thank img {
  margin-top: 32px;
}
.contact_block_main_right_item {
  margin-top: 32px;
}
.contact_block_main_right_item h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: 0%;
  color: #fff;
}
.contact_block_main_right_item h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: 0%;
  color: #fff;
}
.contact_block_main_right_item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 32px;
}
.contact_block_main_right_item p b {
  font-weight: 600;
}
.contact_block_main_right_item p a {
  color: #fff;
}
.contact_block_main_left_thank {
  display: none;
}

.contact_block.send .contact_block_main_left_thank {
  display: block;
}
.contact_block.send .contact_block_main_left {
  margin-top: 0px;
}
.contact_block.send .contact_block_main_left h3 {
  display: none;
}
.contact_block.send .contact_block_main_left form {
  display: none;
}
.contact_block.send .contact_block_top {
  display: none;
}
.contact_block.send .contact_block_main {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .contact_block_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contact_block_top_left {
    width: 50%;
    padding-right: 15px;
  }
  .contact_block_top_right {
    width: 50%;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_block_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .contact_block_main_left {
    width: calc(50% - 30px);
    margin-top: 0px;
  }
  .contact_block_main_right {
    width: 50%;
  }
  .contact_block_main_right_item:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .contact {
    margin-top: 20px;
  }
  .contact_block {
    padding: 120px 64px;
  }
  .contact_block_top_left p {
    max-width: 430px;
  }
  .contact_block_main_left {
    max-width: 480px;
  }
  .contact_block_main_left form {
    margin-top: 45px;
  }
}

.built {
  padding-top: 32px;
}
.built p {
  margin-top: 24px;
}
.built img {
  margin-top: 24px;
  border-radius: 16px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .built {
    padding-top: 40px;
  }
  .built p {
    max-width: 662px;
    margin-top: 30px;
  }
  .built img {
    margin-top: 50px;
  }
}

.explore {
  margin-top: 24px;
}
.explore_title p {
  margin-top: 24px;
}
.explore_customer {
  border-radius: 16px;
  padding: 30px 12px;
  margin-top: 24px;
}
.explore_customer_top span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.explore_customer_top_right {
  margin-top: 45px;
}
.explore_customer_top_right h3 {
  color: #fff;
}
.explore_customer_top_right p {
  color: #fff;
  margin-top: 24px;
}
.explore_customer_list {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .explore_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .explore_title p {
    max-width: 490px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .explore_customer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .explore_customer_top_right {
    margin-top: 0px;
    max-width: 680px;
  }
  .explore_customer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
    margin-left: auto;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .explore {
    margin-top: 142px;
  }
  .explore_title p {
    max-width: 554px;
  }
  .explore_customer {
    margin-top: 48px;
    padding: 62px;
  }
  .explore_customer_list {
    margin-top: 196px;
  }
}

.operational {
  border-radius: 16px;
  padding: 30px 12px;
  margin-top: 24px;
}
.operational_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.operational_top span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.operational_top_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 45px;
}
.operational_top_left h3 {
  color: #fff;
}
.operational_top_left p {
  color: #fff;
  margin-top: 24px;
}
.operational_list {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .operational_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .operational_top_left {
    margin-top: 0px;
    max-width: 680px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .operational_top span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .operational_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
    margin-top: 14px;
  }
}
@media (min-width: 1200px) {
  .operational {
    padding: 62px;
    margin-top: 20px;
  }
}

.dependability {
  margin-top: 24px;
  border-radius: 8px;
  padding: 18px 8px 36px 8px;
  background-color: #51682F;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dependability .subtitle {
  font-size: 12px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.dependability_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dependability_left .subtitle {
  display: none;
}
.dependability_left_wrap_item {
  margin-top: 24px;
}
.dependability_left_wrap_item span {
  font-size: 48px;
  color: #fff;
  line-height: 120%;
}
.dependability_left_wrap_item p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 8px;
}
.dependability_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.dependability_right h2 {
  color: #fff;
  margin-top: 94px;
}
.dependability_right p {
  color: rgba(255, 255, 255, 0.78);
}
.dependability_right p.big {
  font-size: 28px;
  margin-top: 56px;
}
.dependability_right_block {
  margin-top: 56px;
}
.dependability_right_block p {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .dependability {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dependability_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dependability_left .subtitle {
    display: block;
  }
  .dependability_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 580px;
    min-width: 580px;
  }
  .dependability_right .subtitle {
    display: none;
  }
  .dependability_right h2 {
    margin-top: 0px;
  }
  .dependability_right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .dependability_right_block p {
    width: calc(50% - 5px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .dependability {
    margin-top: 50px;
    padding: 62px;
    border-radius: 16px;
  }
  .dependability_right {
    margin-left: 50px;
  }
  .dependability_right p.big {
    margin-top: 36px;
  }
  .dependability_right_block {
    margin-top: 36px;
  }
  .dependability_right_block p {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1360px) {
  .dependability_right {
    width: 680px;
    min-width: 680px;
  }
}

.professionals {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 20px 8px 32px 8px;
}
.professionals .subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #554F4F;
}
.professionals_right {
  margin-top: 34px;
}
.professionals_right_list {
  margin-top: 52px;
}
.professionals_right_list_item {
  margin-top: 28px;
}
.professionals_right_list_item img {
  width: 100%;
  border-radius: 8px;
}
.professionals_right_list_item_text {
  margin-top: 12px;
}
.professionals_right_list_item_text span {
  font-size: 16px;
  color: #1F1D1D;
  line-height: 120%;
}
.professionals_right_list_item_text p {
  font-size: 12px;
  color: #51682F;
  line-height: 120%;
  margin-top: 4px;
}
@media (min-width: 576px) {
  .professionals_right_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
  .professionals_right_list_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .professionals_right_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .professionals_right_list_item {
    width: calc(33.3333333333% - 5.3333333333px);
    margin-right: 8px;
  }
  .professionals_right_list_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .professionals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .professionals_right {
    width: 680px;
    margin-top: 0px;
  }
  .professionals_right_list_item {
    width: calc(25% - 6px);
  }
  .professionals_right_list_item:nth-child(3n) {
    margin-right: 8px;
  }
  .professionals_right_list_item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .professionals {
    padding: 62px 62px 102px 62px;
    margin-top: 50px;
  }
  .professionals_right_list {
    margin-top: 42px;
  }
}

.product {
  padding-top: 8px;
}
.product_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 16px 24px 16px;
}
.product_wrap .breadcrumb a {
  font-size: 14px;
  line-height: 120%;
  color: #554F4F;
}
.product_wrap .breadcrumb svg {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.product_wrap .breadcrumb span {
  font-size: 14px;
  line-height: 120%;
  color: #554F4F;
  opacity: 0.8;
}
.product_mob_title {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product .subtitle {
  font-size: 14px;
  color: #554F4F;
}
.product h1 {
  font-size: 40px;
  margin-top: 8px;
}
.product .cat {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px;
  background-color: #51682F;
  border-radius: 4px;
  margin-top: 8px;
}
.product .cat span {
  font-size: 14px;
  color: #fff;
}
.product_block {
  margin-top: 24px;
}
.product_block_right {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_block_right .subtitle {
  display: none;
}
.product_block_right h1 {
  display: none;
}
.product_block_right .cat {
  display: none;
}
.product_block_right_info {
  width: 100%;
  margin-top: 24px;
}
.product_block_right_info_item {
  margin-top: 10px;
}
.product_block_right_info_item p {
  font-size: 14px;
  color: #554F4F;
}
.product_block_right_info_item_block {
  margin-top: 6px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #6B6B6B;
  padding: 0px 16px;
}
.product_block_right_info_item_block span {
  font-size: 14px;
  color: #554F4F;
}
.product_block_right_info_item_block.stock span {
  position: relative;
  padding-left: 18px;
}
.product_block_right_info_item_block.stock span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1BB915;
}
.product_block_right_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.product_block_right_tags_item {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 16px;
  margin-right: 12px;
  margin-top: 12px;
  background-color: #F2F2F2;
  border-radius: 4px;
}
.product_block_right_tags_item span {
  color: #1F1D1D;
}
.product_block_right_tags_item:last-child {
  margin-right: 0px;
}
.product_block_right_price {
  margin-top: 24px;
}
.product_block_right_price p {
  color: #554F4F;
}
.product_block_right_price_wrap .price {
  margin-top: 18px;
  font-size: 40px;
  color: rgba(31, 29, 29, 0.3);
  line-height: 120%;
}
.product_block_right_price_wrap .price span {
  color: #1F1D1D;
}
.product_block_right_contact {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51682F;
  border-radius: 4px;
  padding: 0px 24px;
  cursor: pointer;
  margin-top: 24px;
}
.product_block_right_contact span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.product_block_right_contact svg {
  margin-left: 18px;
}
.product_block_table {
  border: 1px solid #6B6B6B;
  margin-top: 24px;
}
.product_block_table_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product_block_table_head_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  background-color: #51682F;
  border-right: 1px solid #6B6B6B;
}
.product_block_table_head_item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.product_block_table_head_item:last-child {
  border: none;
}
.product_block_table_body_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product_block_table_body_row_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  border-top: 1px solid #6B6B6B;
  border-right: 1px solid #6B6B6B;
}
.product_block_table_body_row_item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.product_block_table_body_row_item:last-child {
  border-right: none;
}
.product_block_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.product_block_arrows_prev {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  cursor: pointer;
}
.product_block_arrows_next {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  margin-left: 4px;
  cursor: pointer;
}
.product_for_item {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.product_nav {
  display: none;
}
@media (min-width: 1024px) {
  .product_mob_title {
    display: none;
  }
  .product_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_block_left {
    width: calc(50% - 10px);
  }
  .product_block_right {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
  .product_block_right .subtitle {
    display: block;
  }
  .product_block_right h1 {
    display: block;
  }
  .product_block_right .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_block_right_text {
    margin-top: 24px;
  }
  .product_block_right_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 14px;
  }
  .product_block_right_info_item {
    width: 50%;
  }
  .product_block_right_info_item:nth-child(2n) .product_block_right_info_item_block {
    border-left: none;
  }
  .product_block_left {
    position: relative;
  }
  .product_block_arrows {
    position: absolute;
    left: 0px;
    top: calc(50% - 62px);
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 15px;
    margin-top: 0px;
    justify-content: space-between;
  }
  .product_block_arrows_prev {
    background: #fff;
  }
  .product_block_arrows_next {
    background: #fff;
  }
  .product_nav {
    display: block;
    margin-top: 16px;
  }
  .product_nav_item {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }
  .product_nav .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .product_nav .slick-slide {
    margin: 0px 8px;
    height: inherit !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_nav_item img {
    height: 110px;
    object-fit: cover;
    width: 100%;
  }
  .product_nav .slick-list {
    margin: 0px -8px;
  }
}
@media (min-width: 1200px) {
  .product_block_arrows {
    padding: 0px 30px;
  }
  .product {
    padding-top: 20px;
  }
  .product_wrap {
    padding: 76px 64px;
  }
  .product_block {
    margin-top: 60px;
  }
  .product_block_left {
    width: calc(50% - 20px);
  }
  .product_block_right {
    width: calc(50% - 20px);
  }
  .product_block_right h1 {
    font-size: 48px;
  }
  .product_block_right_text {
    margin-top: 24px;
  }
  .product_block_right_info {
    margin-top: 38px;
  }
  .product_block_right_tags {
    margin-top: 36px;
  }
  .product_block_right_price {
    margin-top: 48px;
    width: 100%;
  }
  .product_block_right_price_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product_block_right_price_wrap .price {
    width: 50%;
    margin-top: 20px;
  }
  .product_block_right_contact {
    margin-top: 60px;
  }
  .product_block_table {
    margin-top: 60px;
  }
  .product_nav_item img {
    height: 120px;
  }
}

@media (min-width: 1360px) {
  .product_nav_item img {
    height: 150px;
  }
}

.zoom-container {
  position: relative;
  overflow: hidden;
}

.filter_modal {
  display: block;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  overflow-y: scroll;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 3;
  padding: 24px 16px;
}
.filter_modal.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter_modal_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.filter_modal_top_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filter_modal_top_close svg {
  margin-right: 16px;
}
.filter_modal_top_close span {
  font-size: 22px;
  line-height: 120%;
  color: #1F1D1D;
}
/* .filter_modal_body {
  background-color: #F8F7F7;
  border-radius: 8px;
  padding: 16px;
} */

.shop {
  padding-top: 8px;
}
.shop_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 16px;
}
.shop_wrap_block_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.shop_wrap_block_search form {
  width: 100%;
  position: relative;
}
.shop_wrap_block_search form input {
  width: 100%;
  height: 46px;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  padding: 0px 16px 0px 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: 0%;
  color: #000;
}
.shop_wrap_block_search form button {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop_wrap_block_search form button .desktop {
  display: none;
}
.shop_wrap_block_search form button .mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_wrap_block_search_filter {
  min-width: 46px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F2F2;
  border-radius: 4px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}
.shop_wrap_block_search_filter::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 12px;
  height: 12px;
  background-color: #CE2926;
  border-radius: 50%;
  display: none;
}
.shop_wrap_block_search_filter.active::after {
  display: block;
}
.shop_wrap_block_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.shop_wrap_block_list_item {
  display: block;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.shop_wrap_block_list_item img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.shop_wrap_block_list_item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.shop_wrap_block_list_item_tags_item {
  height: 25px;
  line-height: 25px;
  padding: 0px 8px;
  background-color: #F2F2F2;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 14px;
  color: #1F1D1D;
  text-transform: uppercase;
}
.shop_wrap_block_list_item h3 {
  font-size: 24px;
  color: #1F1D1D;
  margin-top: 8px;
}
.shop_wrap_block_list_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
.shop_wrap_block_list_time img {
  margin-right: 8px;
}
.shop_wrap_block_list_time span {
  font-size: 14px;
  color: #3F3B3C;
}
.shop_wrap_block_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.shop_wrap_block_pagination a {
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  margin: 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1F1D1D;
  font-size: 14px;
}
.shop_wrap_block_pagination span {
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #4C4C4C;
  border-radius: 4px;
  margin: 0px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background-color: #4C4C4C;
  color: #fff;
}
.shop_wrap_sidebar {
  display: none;
}
.shop_wrap_main {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .shop_wrap_block_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop_wrap_block_list_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .shop_wrap_block_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shop_wrap_block_list_item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
    margin-top: 36px;
  }
  .shop_wrap_block_list_item:nth-child(3n) {
    margin-right: 0px;
  }
  .shop_wrap_block_list_item img {
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .shop_wrap_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 32px;
  }
  .shop_wrap_block {
    width: calc(100% - 338px);
  }
  .shop_wrap_block_search_filter {
    display: none;
  }
  .shop_wrap_block_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop_wrap_block_search form input {
    padding: 0px 16px;
  }
  .shop_wrap_block_search form button {
    position: relative;
    left: 0px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    top: 0px;
    margin-left: 12px;
  }
  .shop_wrap_block_search form button .mobile {
    display: none;
  }
  .shop_wrap_block_search form button .desktop {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    padding: 0px 24px;
    background-color: #51682F;
  }
  .shop_wrap_block_search form button .desktop span {
    text-transform: uppercase;
    color: #fff;
  }
  .shop_wrap_block_search form button .desktop svg {
    margin-left: 14px;
  }
  .shop_wrap_block_sort {
    margin-top: 24px;
  }
  .shop_wrap_block_pagination {
    margin-top: 64px;
  }
  .shop_wrap_sidebar {
    width: 318px;
    display: block;
  }
  .shop_wrap_block_list_item img {
    height: 140px;
  }
}
@media (min-width: 1360px) {
  .shop {
    padding-top: 24px;
  }
  .shop_wrap {
    padding: 72px 32px;
  }
  .shop_wrap_block_list_item img {
    height: 170px;
  }
}

.shop_wrap_block_list_time img {
  width: 16px;
  height: 17px;
}

.nice-select {
  height: 34px;
  line-height: 30px;
  border: solid 1px #F0EEEE;
  border-radius: 4px;
  color: #554F4F;
  font-weight: 400;
  font-size: 14px;
}
.nice-select .list {
  right: 0px;
  left: auto;
}
.nice-select .option {
  height: 34px;
  min-height: 34px;
  line-height: 34px;
  font-size: #3F3B3C;
}
.nice-select .option.selected {
  font-weight: 600;
  text-decoration: underline;
}

.get {
  padding-top: 8px;
}
.get_block {
  border: 1px solid #000000;
  padding: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.get_block a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51682F;
  border-radius: 4px;
  height: 46px;
  padding: 0px 24px;
  margin-top: 45px;
}
.get_block a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.get_block a svg {
  margin-left: 18px;
}
@media (min-width: 1024px) {
  .get_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .get_block a {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .get {
    padding-top: 20px;
  }
  .get_block {
    padding: 52px 32px;
  }
}

.footer {
  padding-top: 8px;
}
.footer p {
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #BFBABA;
}
.footer_wrap {
  background-color: #4C4C4C;
  padding: 32px;
  border-radius: 16px;
}
.footer_block_mid_item {
  margin-top: 70px;
}
.footer_block_mid_item ul {
  margin-top: 32px;
}
.footer_block_mid_item ul li {
  margin-top: 7px;
}
.footer_block_mid_item ul li a {
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #F2F2F2;
}
.footer_block_right {
  margin-top: 58px;
}
.footer_block_right_item {
  margin-top: 24px;
}
.footer_block_right_item p {
  margin-bottom: 4px;
}
.footer_block_right_item a {
  color: #F2F2F2;
}
.footer_block_right_item span {
  color: #F2F2F2;
}
.footer_block_right_social {
  margin-top: 24px;
}
.footer_block_right_social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.footer_block_right_social_list a {
  width: 46px;
  height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 4px;
}
.footer_down {
  margin-top: 58px;
}
@media (min-width: 768px) {
  .footer_block_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_block_mid_item {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 20px;
  }
  .footer_wrap {
    padding: 38px 32px;
    position: relative;
  }
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_block_mid_item {
    margin-top: 0px;
    margin-left: 50px;
  }
  .footer_block_mid_item:first-child {
    margin-left: 0px;
  }
  .footer_block_left_logo img {
    max-width: 120px;
  }
  .footer_block_right {
    margin-top: 0px;
    width: 20%;
  }
  .footer_block_right_item:first-child {
    margin-top: 0px;
  }
  .footer_down {
    position: absolute;
    left: 32px;
    bottom: 38px;
    margin-top: 0px;
  }
}
@media (min-width: 1360px) {
  .footer_block_left_logo img {
    max-width: 140px;
  }
  .footer_block_mid_item {
    margin-left: 70px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

#jp-relatedposts {
  display: none !important;
} 

.wpcf7-not-valid-tip {
  display: none !important;
}

.contact_block_right form .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-response-output {
  display: none !important;
}

.contact_block_right form .wpcf7-form-control-wrap .wpcf7-form-control-wrap {
  margin-top: 0px !important;
}

.shop_wrap_block_sort .woocommerce-notices-wrapper {
  display: none !important;
}

@media (min-width: 1200px) {
  .shop_wrap_block.full {
    width: 100%;
  }
}

.empty_block {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .empty_block {
    margin-top: 50px;
  }
  .empty_block p {
    font-size: 24px;
    line-height: 120%;
  }
}

.facetwp-checkbox {
  padding-left: 24px !important;
}

.facetwp-display-value {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #3F3B3C;
}

.facetwp-counter {
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #554F4F;
}

.shop_wrap_sidebar_item {
  border-radius: 8px;
  background: #F8F7F7;
  padding: 24px;
  margin-top: 12px;
}

.shop_wrap_sidebar_item:first-child {
  margin-top: 0px;
}

.facetwp-facet {
  margin-bottom: 0px !important;
}

.facetwp-checkbox {
  margin-bottom: 18px !important;
}

.facetwp-checkbox:last-child {
  margin-bottom: 0px !important;
}

.shop_wrap_sidebar_item_head {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.shop_wrap_sidebar_item_head span {
  color: #1F1D1D;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop_wrap_sidebar_item_head svg {
  margin-right: 8px;
}

.shop_wrap_sidebar_item_body {
  display: none;
  padding-top: 30px;
}

.shop_wrap_sidebar_item_head svg {
  transition: all 0.3s linear;
}

.shop_wrap_sidebar_item.active .shop_wrap_sidebar_item_head svg {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.shop_wrap_sidebar_choiced.hidden {
  display: none;
}

.shop_wrap_sidebar_choiced {
  border-radius: 8px;
  background: #F8F7F7;
  padding: 24px;
  margin-bottom: 12px;
}

.shop_wrap_sidebar_choiced_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop_wrap_sidebar_choiced_head_title {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.shop_wrap_sidebar_choiced_head_title svg {
  margin-right: 8px;
  transition: all 0.3s linear;
}

.shop_wrap_sidebar_choiced_head.active .shop_wrap_sidebar_choiced_head_title svg {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.shop_wrap_sidebar_choiced_head_title span {
  color: #1F1D1D;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop_wrap_sidebar_choiced_head_clear {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #EAEAEA;
}

.shop_wrap_sidebar_choiced_head_clear span {
  color: #1F1D1D;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop_wrap_sidebar_choiced_head_clear svg {
  margin-left: 4px;
}

.shop_wrap_sidebar_choiced_body {
  padding-top: 22px;
  display: none;
}

.shop_wrap_sidebar_choiced_body_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop_wrap_block_sort .woocommerce-result-count {
  opacity: 0;
}


.shop_wrap_sidebar_choiced_body .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0px 8px;
  border-radius: 4px;
  background: #444;
  margin-right: 8px;
  margin-top: 8px;
}

.shop_wrap_sidebar_choiced_body .filter-button span {
  color: #FFF;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop_wrap_sidebar_choiced_body .filter-button svg {
  margin-left: 4px;
}

.filter_modal_body .shop_wrap_sidebar {
  display: block;
}

.letter {
  padding-top: 24px;
}
.letter_left_main {
  max-width: 280px;
  border-radius: 8px;
}
.letter_left h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F1D1D;
  margin-top: 24px;
  margin-bottom: 8px;
}
.letter_left span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #51682F;
}
.letter_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.letter_left ul li {
  margin-right: 4px;
}
.letter_left ul li a {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
}
.letter_right {
  margin-top: 24px;
}
.letter_right h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0%;
  color: #1F1D1D;
}
.letter_right p {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #3F3B3C;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .letter_left {
    width: 300px;
  }
  .letter_right {
    width: calc(100% - 340px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .letter {
    padding-top: 100px;
  }
  .letter_right {
    width: 680px;
  }
  .letter_right h2 {
    font-size: 64px;
  }
}

.text_section p {
  margin-top: 20px;
}

.text_section h2 {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .text_section h2 {
    font-size: 52px;
    margin-top: 30px;
  }
}

.sharedaddy {
  display: none !important;
}

.header_block_logo img {
  max-width: 160px;
}

.footer_block_left_logo img {
  max-width: 160px;
}

.burger_menu_top a img {
  max-width: 160px;
}

.policy {
  padding: 8px 0px 0px 0px;
}
.policy_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 16px;
}
.policy_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy_top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.policy_top_block svg {
  margin-right: 8px;
}
.policy_top_block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
.policy_top h1 {
  text-align: center;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0%;
  margin-top: 16px;
}
.policy_top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #3F3B3C;
  margin-top: 16px;
}
.policy_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
}
.policy_block_item h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.policy_block_item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #3F3B3C;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .policy {
    padding: 20px 0px 0px 0px;
  }
  .policy_wrap {
    border-radius: 16px;
    padding: 90px 16px;
  }
  .policy_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy_block_item {
    max-width: 840px;
  }
  .policy_top {
    margin-bottom: 78px;
  }
  .policy_top p {
    max-width: 600px;
    font-size: 18px;
  }
}

.notfound {
  padding: 8px 0px 0px 0px;
}
.notfound_block {
  background-color: #fff;
  border-radius: 8px;
  padding: 130px 30px 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notfound_block_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notfound_block_top svg {
  margin-right: 8px;
}
.notfound_block_top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
.notfound_block h1 {
  text-align: center;
  font-size: 64px;
  line-height: 110%;
  margin-top: 16px;
}
.notfound_block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #3F3B3C;
  margin-top: 16px;
}
.notfound_block a {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51682F;
  border-radius: 4px;
  padding: 0px 16px;
  margin-top: 16px;
}
.notfound_block a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
}
.notfound_block a img {
  margin-left: 12px;
}
@media (min-width: 1200px) {
  .notfound {
    padding: 20px 0px 0px 0px;
  }
  .notfound_block {
    padding: 152px 0px;
  }
  .notfound_block h1 {
    font-size: 64px;
  }
  .notfound_block p {
    max-width: 440px;
    font-size: 18px;
  }
}

.trust {
  padding-top: 8px;
}
.trust_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 16px;
}
.trust_wrap_text_top p {
  margin-top: 24px;
}
.trust_wrap_text_info {
  display: none;
}
.trust_wrap_slider {
  margin-top: 24px;
}
.trust_wrap_slider_block_item img {
  border-radius: 8px;
}
.trust_wrap_slider_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.trust_wrap_slider_btns .slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  cursor: pointer;
}
.trust_wrap_slider_btns_next {
  margin-left: 4px;
}
.trust_wrap h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1F1D1D;
}
.trust_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.trust_wrap ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0%;
  text-transform: uppercase;
  height: 38px;
  padding: 0px 10px;
  background: #F2F2F2;
  margin-top: 12px;
  margin-right: 12px;
  color: #1F1D1D;
}
.trust_wrap_mob_item {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .trust_wrap_text_top h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .trust_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trust_wrap_mob {
    display: none;
  }
  .trust_wrap_text {
    width: calc(50% - 10px);
  }
  .trust_wrap_text_info {
    display: block;
    margin-top: 24px;
  }
  .trust_wrap_slider {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .trust {
    padding-top: 20px;
  }
  .trust_wrap {
    padding: 35px;
  }
  .trust_wrap_text_info {
    margin-top: 55px;
  }
  .trust_wrap_slider {
    position: relative;
  }
  .trust_wrap_slider_btns {
    position: absolute;
    left: 0px;
    bottom: 34px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 26px;
  }
  .trust_wrap_slider_btns .slick-arrow {
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .trust_wrap_slider_btns .slick-arrow svg path {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .trust_wrap_slider_btns .slick-arrow:hover {
    border-color: #51682F;
    background-color: #51682F;
  }
  .trust_wrap_slider_btns .slick-arrow:hover svg path {
    fill: #fff;
  }
}

.delivery {
  padding-top: 8px;
}
.delivery_wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 48px 16px;
}
.delivery_wrap p {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .delivery_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .delivery_wrap h2 {
    width: calc(50% - 10px);
  }
  .delivery_wrap p {
    width: calc(50% - 10px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .delivery {
    padding-top: 20px;
  }
  .delivery_wrap {
    padding: 35px;
  }
}

.work {
  padding-top: 8px;
}
.work_block {
  padding: 40px 16px;
  background-color: #51682F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.work_block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.work_block a {
  width: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  height: 46px;
  margin-top: 32px;
}
.work_block a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
}
.work_block a svg {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .work {
    padding-top: 20px;
  }
  .work_block {
    padding: 84px 0px;
  }
  .work_block p {
    font-size: 36px;
    max-width: 1128px;
  }
  .work_block a {
    width: 680px;
    margin-top: 32px;
  }
}

input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Для WebKit (Chrome, Safari, Opera) */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Для Firefox */
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Для IE 10+ */
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Для Edge */
input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#woocommerce-product-search-field::placeholder {
  color: #000;
}

#woocommerce-product-search-field::-webkit-input-placeholder {
  color: #000;
}

#woocommerce-product-search-field::-moz-placeholder {
  color: #000;
}

#woocommerce-product-search-field::-ms-input-placeholder {
  color: #000;
}

.welcome {
  margin-top: 8px;
}
.welcome_block {
  padding: 60px 16px;
  border-radius: 8px;
  height: calc(100vh - 84px);
  position: relative;
  overflow: hidden;
}
.welcome_block::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.welcome_block h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -3%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.welcome_block p {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.welcome_block_wrap {
  margin-top: 24px;
}
.welcome_block_wrap_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.welcome_block_wrap .slick-arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #F0EEEE;
  border-radius: 4px;
  cursor: pointer;
}
.welcome_block_wrap_next {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .welcome {
    margin-top: 20px;
  }
  .welcome_block {
    height: calc(100vh - 140px);
    border-radius: 16px;
  }
  .welcome_block h1 {
    font-size: 90px;
  }
  .welcome_block p {
    font-size: 24px;
    margin-top: 24px;
  }
}

.build {
  margin-top: 8px;
}
.build_block {
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 8px;
}
.build_block_left h2 {
  /* font-family: "Cormorant SC", serif;  */
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: -3%;
  color: #1F1D1D;
}

.build_block_right {
  margin-top: 24px;
}
.build_block_right p {
  color: #3F3B3C;
}
.build_block_right a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51682F;
  border-radius: 4px;
  padding: 0px 24px;
  cursor: pointer;
  margin-top: 24px;
}
.build_block_right a span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.build_block_right a svg {
  margin-left: 18px;
}
.build_block_right_block_item {
  margin-top: 24px;
}
.build_block_right_block_item h5 {
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F1D1D;
}
.build_block_right_block_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
}
.build_block_right_block_item ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0%;
  text-transform: uppercase;
  height: 38px;
  padding: 0px 10px;
  background: #F2F2F2;
  margin-top: 12px;
  margin-right: 12px;
  color: #1F1D1D;
}

.build_block_left_wrap {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .build_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .build_block_left {
    width: calc(50% - 15px);
  }
  .build_block_right {
    width: calc(50% - 15px);
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .build {
    margin-top: 20px;
  }
  .build_block {
    padding: 60px 32px;
    border-radius: 16px;
  }
  .build_block_left {
    width: calc(45% - 20px);
  }
  .build_block_left h2 {
    font-size: 60px;
  }
  .build_block_left_wrap {
    margin-top: 46px;
  }
  .build_block_right {
    width: calc(55% - 20px);
  }
  .build_block_right p {
    font-size: 24px;
  }
  .build_block_right a {
    margin-top: 28px;
  }
  .build_block_right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .build_block_right_block_item {
    margin-top: 0px;
  }
  .build_block_right_block_item:first-child {
    width: calc(60% - 20px);
  }
  .build_block_right_block_item:last-child {
    width: calc(40% - 20px);
  }
}

.delivery_block {
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 8px;
}
.delivery_block h2 {
  /* font-family: "Cormorant SC", serif;  */
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: -3%;
  color: #1F1D1D;
}
.delivery_block p {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .delivery_block {
    padding: 60px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 16px;
  }
  .delivery_block h2 {
    font-size: 60px;
    min-width: 540px;
  }
  .delivery_block p {
    margin-top: 0px;
  }
}

.when {
  margin-top: 8px;
}
.when_block {
  background-color: #51682F;
  border-radius: 8px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.when_block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.when_block a {
  width: 214px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-top: 32px;
}
.when_block a span {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.when_block a svg {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .when_block a {
    width: 680px;
  }
}
@media (min-width: 1200px) {
  .when {
    margin-top: 20px;
  }
  .when_block {
    padding: 84px 0px;
    border-radius: 16px;
  }
  .when_block p {
    font-size: 36px;
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
  .header_block {
    border-radius: 16px;
  }
}

.build_block_left_slider {
  width: 100%;
}

.build_block_left_slider_item {
  width: 100%;
}

.build_block_left_slider_item img {
  border-radius: 10px;
}

.build_block_left_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.build_block_left_slider .slick-dots li {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  background-color: #C4C4C4;
}

.build_block_left_slider .slick-dots li.slick-active {
  background-color: #000;
}

.build_block_left_slider .slick-dots li button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}

.build_block_left_slider .slick-dots li {
  margin-right: 10px;
}

.build_block_left_slider .slick-dots li:last-child {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .build_block_left_wrap {
    background: #F7F7F7;
    border-radius: 16px;
    padding: 60px 40px 60px 40px;
  }
  .build_block_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.shop_wrap_block_list_price {
  margin-top: 16px;
}

.shop_wrap_block_list_price p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1F1D1D;
}

.shop_wrap_block_list_price p span {
  color: #1F1D1D;
  opacity: 0.3;
}

