@charset "UTF-8";
/* line 5, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 19, ../sass/all/base.scss */
.footer, .seo-text, .faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 24, ../sass/all/base.scss */
.no-pd-top {
  padding-top: 0 !important;
}

/* line 28, ../sass/all/base.scss */
.no-pd-bot {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 33, ../sass/all/base.scss */
  .footer, .seo-text, .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 41, ../sass/all/base.scss */
  .footer, .seo-text, .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 49, ../sass/all/base.scss */
  .footer, .seo-text, .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 57, ../sass/all/base.scss */
  .footer, .seo-text, .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* line 3, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background-color: #ffffff;
}

/* line 8, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #4E3F3B;
}

/* Контейнер */
/* line 20, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

/* line 29, ../sass/all/wrapper.scss */
input, textarea, button {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  border-radius: 0px;
  font-size: 14px;
  -webkit-appearance: none;
}
/* line 41, ../sass/all/wrapper.scss */
input:focus, textarea:focus, button:focus {
  border-color: #E1C6C2 !important;
}
/* line 45, ../sass/all/wrapper.scss */
input.error, textarea.error, button.error {
  border-color: red !important;
}

/* line 50, ../sass/all/wrapper.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 54, ../sass/all/wrapper.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 59, ../sass/all/wrapper.scss */
button {
  cursor: pointer;
}

/* line 63, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  transition: color .15s ease;
  cursor: pointer;
  color: inherit;
}

/* line 70, ../sass/all/wrapper.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 77, ../sass/all/wrapper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 83, ../sass/all/wrapper.scss */
.clearfix:after {
  clear: both;
}

/* IE6/7 support */
/* line 88, ../sass/all/wrapper.scss */
.clearfix {
  *zoom: 1;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  /* line 93, ../sass/all/wrapper.scss */
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 97, ../sass/all/wrapper.scss */
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 103, ../sass/all/wrapper.scss */
  .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 109, ../sass/all/wrapper.scss */
  .container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 110, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }

  /* line 111, ../sass/all/wrapper.scss */
  input, textarea, button {
    font-size: 12px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 118, ../sass/all/wrapper.scss */
  .container {
    max-width: 100%;
    padding: 0 4%;
  }

  /* line 119, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  display: flex;
  position: relative;
  border-bottom: 2px solid #EFEDED;
}

/* line 7, ../sass/all/header.scss */
.header-wr {
  display: flex;
  align-items: center;
  height: 110px;
  width: 100%;
}

/* line 14, ../sass/all/header.scss */
.header-l {
  width: 35%;
}

/* line 18, ../sass/all/header.scss */
.header-phone {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #4E3F3B;
}

/* line 25, ../sass/all/header.scss */
.header-c {
  width: 30%;
  display: flex;
  justify-content: center;
}

/* line 33, ../sass/all/header.scss */
.header-logo img {
  margin: 10px auto;
  display: block;
  max-width: 150px;
  max-height: 100px;
}

/* line 41, ../sass/all/header.scss */
.header-r {
  display: flex;
  justify-content: flex-end;
  width: 35%;
}

/* line 47, ../sass/all/header.scss */
.header-links {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 53, ../sass/all/header.scss */
.header-link {
  position: relative;
}
/* line 56, ../sass/all/header.scss */
.header-link #msMiniCart {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #4E3F3B;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}
/* line 72, ../sass/all/header.scss */
.header-link .full .empty {
  display: none !important;
}
/* line 76, ../sass/all/header.scss */
.header-link .full .not_empty {
  display: block;
}
/* line 81, ../sass/all/header.scss */
.header-link .not_empty {
  display: none;
}
/* line 88, ../sass/all/header.scss */
.header-link:hover #msMiniCart {
  background: #E1C6C2;
}

/* line 94, ../sass/all/header.scss */
.header-search-mob {
  display: none;
}

/* line 100, ../sass/all/header.scss */
.header-links-search {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 115px);
}
/* line 106, ../sass/all/header.scss */
.header-links-search form {
  display: flex;
  align-items: center;
  width: 100%;
}
/* line 113, ../sass/all/header.scss */
.header-links-search form.active .header-search-input {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
/* line 125, ../sass/all/header.scss */
.header-links-search form.active button.header-link {
  opacity: 1;
}
/* line 134, ../sass/all/header.scss */
.header-links-search button.header-link {
  opacity: 0;
}
/* line 141, ../sass/all/header.scss */
.header-links-search span.header-link.active {
  opacity: 0;
  width: 0;
}
/* line 147, ../sass/all/header.scss */
.header-links-search .icon {
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 155, ../sass/all/header.scss */
.header-search-input {
  outline: none;
  width: 100%;
  padding: 0 10px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #EFEDED;
  height: 46px;
  border-bottom: 2px solid #EFEDED;
  visibility: hidden;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

/* line 174, ../sass/all/header.scss */
.header-menu-mob-btn {
  display: none;
}

/* line 178, ../sass/all/header.scss */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  border-color: #E1C6C2;
}

/* line 182, ../sass/all/header.scss */
.mse2-ac-link {
  padding: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  color: #000 !important;
}

/* line 189, ../sass/all/header.scss */
.mse2-ac-item {
  background: #EFEDED;
  min-height: 40px;
  display: flex;
  align-items: center;
}
/* line 195, ../sass/all/header.scss */
.mse2-ac-item:hover {
  background-color: #E1C6C2;
}

/* line 200, ../sass/all/header.scss */
.mse2-ac-item-image {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 5px;
  margin-right: 20px;
}
/* line 207, ../sass/all/header.scss */
.mse2-ac-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* line 214, ../sass/all/header.scss */
.mse2-ac-item-image-title {
  font-size: 14px;
  width: calc(100% - 60px);
}

/* line 219, ../sass/all/header.scss */
.polylang {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 70px;
  margin-left: 20px;
}
/* line 235, ../sass/all/header.scss */
.polylang a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #E1C6C2;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 11px;
}
/* line 252, ../sass/all/header.scss */
.polylang a:hover {
  background: #EFEDED;
  color: #4E3F3B;
}
/* line 259, ../sass/all/header.scss */
.polylang .active a {
  background: #4E3F3B;
  color: #fff;
}

/* line 266, ../sass/all/header.scss */
.header-menu {
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 273, ../sass/all/header.scss */
.header-menu-wr {
  display: flex;
  margin-top: 20px;
}

/* line 280, ../sass/all/header.scss */
.header-menu-link {
  margin-right: 30px;
  position: relative;
  padding-bottom: 20px;
}
/* line 285, ../sass/all/header.scss */
.header-menu-link.drop {
  padding-right: 30px;
}
/* line 288, ../sass/all/header.scss */
.header-menu-link.drop:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/expand_arrow_filled.svg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
/* line 311, ../sass/all/header.scss */
.header-menu-link.desctop:hover:after {
  transform: rotate(180deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
/* line 320, ../sass/all/header.scss */
.header-menu-link.desctop:hover > .header-menu-drop {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

/* line 334, ../sass/all/header.scss */
.header-menu-btn {
  font-size: 18px;
  color: #4E3F3B;
  font-weight: 500;
}

/* line 342, ../sass/all/header.scss */
.header-menu-link > .header-menu-drop {
  position: absolute;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  padding: 20px 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s;
  transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s;
  white-space: nowrap;
  width: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 365, ../sass/all/header.scss */
.header-menu-link-2 {
  width: 140px;
  font-size: 14px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
/* line 376, ../sass/all/header.scss */
.header-menu-link-2:hover img {
  opacity: 0;
}
/* line 380, ../sass/all/header.scss */
.header-menu-link-2:hover .header-menu-drop {
  opacity: 1;
}
/* line 385, ../sass/all/header.scss */
.header-menu-link-2 > .header-menu-drop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  z-index: 2;
  width: 100%;
}
/* line 397, ../sass/all/header.scss */
.header-menu-link-2 > .header-menu-drop .header-menu-link-2 a {
  color: #808080;
  font-weight: 400;
  text-align: center;
  text-transform: initial;
}
/* line 403, ../sass/all/header.scss */
.header-menu-link-2 > .header-menu-drop .header-menu-link-2 a ~ img {
  display: none;
}
/* line 408, ../sass/all/header.scss */
.header-menu-link-2 > .header-menu-drop .header-menu-link-2.header-menu-link-2 {
  width: 100%;
  display: block;
}

/* line 416, ../sass/all/header.scss */
.header-menu-btn-2 {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 14px;
  white-space: normal;
  display: block;
  position: relative;
}
/* line 426, ../sass/all/header.scss */
.header-menu-btn-2 ~ img {
  max-width: 100%;
  margin: 15px 0 0;
  height: 120px;
  border-radius: 10px;
  transition: opacity .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media only screen and (max-width: 1499px) and (min-width: 1241px) {
  /* line 443, ../sass/all/header.scss */
  .header-search-input {
    height: 35px;
  }

  /* line 447, ../sass/all/header.scss */
  .header-links-search {
    width: calc(100% - 100px);
  }

  /* line 451, ../sass/all/header.scss */
  .header-menu-wr {
    padding: 0px 30px;
  }

  /* line 455, ../sass/all/header.scss */
  .header-menu-btn {
    font-size: 16px;
  }

  /* line 459, ../sass/all/header.scss */
  .header-menu-drop {
    padding: 10px 0;
  }

  /* line 463, ../sass/all/header.scss */
  .header-menu-drop-img-2 {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 470, ../sass/all/header.scss */
  .header-wr {
    height: 95px;
  }

  /* line 474, ../sass/all/header.scss */
  .header-phone {
    font-size: 16px;
  }

  /* line 478, ../sass/all/header.scss */
  .header-search-input {
    height: 35px;
  }

  /* line 482, ../sass/all/header.scss */
  .header-links-search {
    width: calc(100% - 100px);
  }

  /* line 488, ../sass/all/header.scss */
  .header-logo img {
    max-height: 75px;
  }

  /* line 493, ../sass/all/header.scss */
  .header-menu {
    padding: 0;
  }

  /* line 497, ../sass/all/header.scss */
  .header-menu-wr {
    margin-top: 15px;
  }

  /* line 501, ../sass/all/header.scss */
  .header-menu-link {
    padding-bottom: 15px;
  }
  /* line 504, ../sass/all/header.scss */
  .header-menu-link.drop {
    padding-right: 24px;
  }

  /* line 509, ../sass/all/header.scss */
  .header-menu-btn {
    font-size: 15px;
  }

  /* line 513, ../sass/all/header.scss */
  .header-menu-drop {
    padding: 10px 0;
  }

  /* line 517, ../sass/all/header.scss */
  .header-menu-drop-img-2 {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 120px) {
  /* line 527, ../sass/all/header.scss */
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* line 534, ../sass/all/header.scss */
  .header-search-mob {
    width: 50%;
    display: flex;
    position: relative;
  }
  /* line 539, ../sass/all/header.scss */
  .header-search-mob .header-link {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 545, ../sass/all/header.scss */
  .header-search-mob .header-search-input {
    opacity: 1;
    visibility: visible;
  }

  /* line 551, ../sass/all/header.scss */
  .header-wr {
    height: 75px;
  }

  /* line 555, ../sass/all/header.scss */
  .header-c {
    width: calc(100% - 138px);
  }

  /* line 560, ../sass/all/header.scss */
  .header-logo img {
    max-width: 70px;
    max-height: 55px;
  }

  /* line 566, ../sass/all/header.scss */
  .header-l {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 2%;
    width: 100px;
  }

  /* line 574, ../sass/all/header.scss */
  .header-phone {
    font-size: 0;
    border-radius: 5px;
    background-color: #E1C6C2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 58%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-image: url(../img/phones.svg);
  }

  /* line 588, ../sass/all/header.scss */
  .header-r {
    box-sizing: border-box;
    padding-left: 0;
    width: 100px;
  }

  /* line 595, ../sass/all/header.scss */
  .polylang {
    height: 50px;
  }
  /* line 598, ../sass/all/header.scss */
  .polylang a {
    height: 23px;
  }

  /* line 603, ../sass/all/header.scss */
  .header-links {
    justify-content: flex-end;
  }

  /* line 607, ../sass/all/header.scss */
  .header-links-search {
    display: none;
  }

  /* line 611, ../sass/all/header.scss */
  .header-search-input {
    height: 35px;
  }

  /* line 615, ../sass/all/header.scss */
  .header-links-search {
    width: calc(100% - 50px);
  }

  /* line 619, ../sass/all/header.scss */
  .header-menu-mob-btn {
    display: flex;
    align-items: center;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 627, ../sass/all/header.scss */
  .header-menu-mob-btn.active .header-menu-link-icon {
    transition: padding-right .2s linear;
  }
  /* line 630, ../sass/all/header.scss */
  .header-menu-mob-btn.active .header-menu-link-icon i {
    width: 10px;
  }
  /* line 633, ../sass/all/header.scss */
  .header-menu-mob-btn.active .header-menu-link-icon i:first-child {
    transform: rotate(45deg) translateX(5px) translateY(5px);
  }
  /* line 637, ../sass/all/header.scss */
  .header-menu-mob-btn.active .header-menu-link-icon i:nth-child(2) {
    display: none;
  }
  /* line 641, ../sass/all/header.scss */
  .header-menu-mob-btn.active .header-menu-link-icon i:last-child {
    transform: rotate(-45deg) translateX(10px);
  }

  /* line 649, ../sass/all/header.scss */
  .header-menu-link-icon {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 15px;
    transition: padding-right .2s linear;
  }
  /* line 657, ../sass/all/header.scss */
  .header-menu-link-icon i {
    width: 20px;
    height: 1px;
    background-color: #000;
    display: block;
    transition: .2s linear;
  }

  /* line 666, ../sass/all/header.scss */
  .header-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 6;
    left: 0;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 100px;
    border-bottom: 1px solid #E1C6C2;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s, z-index 0.2s;
    -moz-transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s, z-index 0.2s;
    -ms-transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s, z-index 0.2s;
    -o-transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s, z-index 0.2s;
    transition: opacity 0.3s 0.2s, visibility 0.3s 0.2s, z-index 0.2s;
  }
  /* line 687, ../sass/all/header.scss */
  .header-menu.active {
    -webkit-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
    -moz-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
    -ms-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
    -o-transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
    transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s, z-index 0.2s 0.2s;
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }

  /* line 699, ../sass/all/header.scss */
  .header-menu {
    flex-direction: column;
    justify-content: initial;
    overflow: hidden;
  }

  /* line 705, ../sass/all/header.scss */
  .header-menu-wr {
    margin-top: 0;
    padding: 0px 0px;
    flex-direction: column;
    width: 100%;
  }
  /* line 711, ../sass/all/header.scss */
  .header-menu-wr:first-child {
    margin-top: 15px;
  }

  /* line 716, ../sass/all/header.scss */
  .header-menu-link {
    padding-bottom: 15px;
    margin-right: 0;
    padding-right: 0 !important;
  }
  /* line 725, ../sass/all/header.scss */
  .header-menu-link.mobile.active .header-menu-btn {
    pointer-events: initial;
    cursor: pointer;
    text-decoration: underline;
  }
  /* line 731, ../sass/all/header.scss */
  .header-menu-link.mobile.active:after {
    transform: rotate(180deg);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  /* line 740, ../sass/all/header.scss */
  .header-menu-link.mobile.active .header-menu-drop {
    margin-top: 20px;
    -webkit-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s, max-height 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s , max-height 0.3s;
    -ms-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s , max-height 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s , max-height 0.3s;
    transition: opacity 0.3s, visibility 0.3s, z-index 0.3s 0.3s , max-height 0.3s;
    visibility: visible;
    opacity: 1;
    z-index: 100;
    max-height: 1000px;
    width: 100%;
    position: relative;
    top: 0;
  }
  /* line 755, ../sass/all/header.scss */
  .header-menu-link.mobile.active .header-menu-drop .header-menu-drop {
    position: absolute;
    top: 30px;
    margin-top: 0;
    width: calc(100% - 120px) !important;
    max-width: 100% !important;
  }
  /* line 762, ../sass/all/header.scss */
  .header-menu-link.mobile.active .header-menu-drop .header-menu-drop .header-menu-link-2 {
    width: auto !important;
    border-bottom: none !important;
    padding: 0;
  }
  /* line 766, ../sass/all/header.scss */
  .header-menu-link.mobile.active .header-menu-drop .header-menu-drop .header-menu-link-2 a {
    margin-bottom: 0px !important;
  }

  /* line 776, ../sass/all/header.scss */
  .header-menu-btn {
    font-size: 16px;
    pointer-events: none;
    cursor: default;
  }

  /* line 782, ../sass/all/header.scss */
  .header-menu-drop {
    width: 100%;
    position: relative;
    max-height: 0;
    padding: 0;
    flex-wrap: wrap;
  }

  /* line 790, ../sass/all/header.scss */
  .header-menu-link-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    flex-wrap: wrap;
    position: relative;
  }
  /* line 799, ../sass/all/header.scss */
  .header-menu-link-2 > .header-menu-drop {
    width: auto !important;
    max-width: calc(100% - 200px);
    max-height: 1000px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 100px;
    top: 30px;
    transform: none;
    box-sizing: border-box;
  }
  /* line 813, ../sass/all/header.scss */
  .header-menu-link-2:not(:last-child) {
    border-bottom: 1px solid #E1C6C2;
  }

  /* line 818, ../sass/all/header.scss */
  .header-menu-btn-2 {
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
  }
  /* line 823, ../sass/all/header.scss */
  .header-menu-btn-2 ~ img {
    opacity: 1 !important;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  /* line 833, ../sass/all/header.scss */
  .header-menu-drop-2 {
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    z-index: initial;
    transform: none;
    margin-left: 30px;
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
  /* line 846, ../sass/all/header.scss */
  .header-menu-drop-2 li {
    height: 100%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 854, ../sass/all/header.scss */
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: calc(100vw - 8%) !important;
    right: 4% !important;
    left: initial !important;
  }
}
@media only screen and (max-width: 999px) and (min-width: 709px) {
  /* line 866, ../sass/all/header.scss */
  .header-logo img {
    max-width: 70px;
  }
}
/* line 3, ../sass/all/crumbs.scss */
.breadcrumb {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
/* line 19, ../sass/all/crumbs.scss */
.breadcrumb li, .breadcrumb b {
  position: relative;
  font-size: 12px;
  font-weight: 500;
}
/* line 26, ../sass/all/crumbs.scss */
.breadcrumb li a:hover, .breadcrumb b a:hover {
  opacity: 0.5;
}
/* line 32, ../sass/all/crumbs.scss */
.breadcrumb b {
  margin: 0 10px;
}

@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 39, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 45, ../sass/all/crumbs.scss */
  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  /* line 49, ../sass/all/crumbs.scss */
  .breadcrumb li, .breadcrumb b {
    font-size: 10px;
  }
  /* line 53, ../sass/all/crumbs.scss */
  .breadcrumb b {
    margin: 0 5px;
  }
}
/* line 3, ../sass/all/footer.scss */
.footer {
  background-color: #ffffff;
  position: relative;
  border-top: 2px solid #EFEDED;
}
/* line 9, ../sass/all/footer.scss */
.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 16, ../sass/all/footer.scss */
.footer-col {
  width: calc(80% / 4);
  display: flex;
  flex-direction: column;
}
/* line 25, ../sass/all/footer.scss */
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
/* line 29, ../sass/all/footer.scss */
.footer-col ul li a {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}

/* line 38, ../sass/all/footer.scss */
.footer-logo {
  display: block;
  margin-bottom: 10px;
}
/* line 42, ../sass/all/footer.scss */
.footer-logo img {
  max-width: 100px;
  max-height: 70px;
  display: block;
}

/* line 49, ../sass/all/footer.scss */
.footer-soc-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
/* line 64, ../sass/all/footer.scss */
.footer-soc-wr img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/* line 71, ../sass/all/footer.scss */
.footer-soc-wr a:hover {
  opacity: 0.7;
}

/* line 76, ../sass/all/footer.scss */
.footer-phone {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #4E3F3B;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 85, ../sass/all/footer.scss */
.footer-mail {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #4E3F3B;
}

/* line 92, ../sass/all/footer.scss */
.footer-col-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
}
/* line 98, ../sass/all/footer.scss */
.footer-col-title:not(:first-child) {
  margin-top: 30px;
}

/* line 103, ../sass/all/footer.scss */
.footer-col-social {
  display: flex;
}

/* line 111, ../sass/all/footer.scss */
.footer-col-pay {
  display: flex;
}

/* line 115, ../sass/all/footer.scss */
.footer-col-pay-icon {
  display: block;
  width: 45px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 20px;
}
/* line 124, ../sass/all/footer.scss */
.footer-col-pay-icon.visa {
  background-image: url(../img/visa.svg);
}
/* line 128, ../sass/all/footer.scss */
.footer-col-pay-icon.master {
  background-image: url(../img/mastercard_logo.svg);
}
/* line 132, ../sass/all/footer.scss */
.footer-col-pay-icon.liqp {
  background-image: url(../img/logo-liqpay-main.svg);
  width: 65px;
}
/* line 137, ../sass/all/footer.scss */
.footer-col-pay-icon.applep {
  background-image: url(../img/8546719_apple_pay_icon.svg);
}
/* line 141, ../sass/all/footer.scss */
.footer-col-pay-icon.googlep {
  background-image: url(../img/8546747_google_pay_icon.svg);
}

/* line 146, ../sass/all/footer.scss */
.footer-bottom {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
/* line 151, ../sass/all/footer.scss */
.footer-bottom a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
}

@media only screen and (max-width: 1499px) and (min-width: 1241px) {
  /* line 161, ../sass/all/footer.scss */
  .footer-col-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  /* line 165, ../sass/all/footer.scss */
  .footer-col-title:not(:first-child) {
    margin-top: 20px;
  }

  /* line 170, ../sass/all/footer.scss */
  .footer-soc-wr {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 174, ../sass/all/footer.scss */
  .footer-soc-wr img {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 183, ../sass/all/footer.scss */
  .footer-col-title {
    margin-bottom: 12px;
    font-size: 15px;
  }
  /* line 187, ../sass/all/footer.scss */
  .footer-col-title:not(:first-child) {
    margin-top: 20px;
  }

  /* line 192, ../sass/all/footer.scss */
  .footer-soc-wr {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 196, ../sass/all/footer.scss */
  .footer-soc-wr img {
    width: 35px;
    height: 35px;
  }

  /* line 202, ../sass/all/footer.scss */
  .footer-phone {
    font-size: 16px;
  }

  /* line 206, ../sass/all/footer.scss */
  .footer-mail {
    font-size: 13px;
  }

  /* line 210, ../sass/all/footer.scss */
  .footer-col {
    width: calc(90% / 4);
  }
  /* line 217, ../sass/all/footer.scss */
  .footer-col ul li a {
    font-size: 13px;
  }

  /* line 226, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 234, ../sass/all/footer.scss */
  .footer-col-title {
    margin-bottom: 12px;
    font-size: 15px;
  }
  /* line 238, ../sass/all/footer.scss */
  .footer-col-title:not(:first-child) {
    margin-top: 20px;
  }

  /* line 243, ../sass/all/footer.scss */
  .footer-soc-wr {
    gap: 15px;
    margin-top: 15px;
  }
  /* line 247, ../sass/all/footer.scss */
  .footer-soc-wr img {
    width: 35px;
    height: 35px;
  }

  /* line 253, ../sass/all/footer.scss */
  .footer-phone {
    font-size: 16px;
  }

  /* line 257, ../sass/all/footer.scss */
  .footer-mail {
    font-size: 13px;
  }

  /* line 261, ../sass/all/footer.scss */
  .footer-col {
    width: calc(90% / 3);
  }
  /* line 264, ../sass/all/footer.scss */
  .footer-col:nth-child(4) {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  /* line 272, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-title, .footer-col:nth-child(4) .footer-col-social, .footer-col:nth-child(4) .footer-col-pay {
    width: 40%;
  }
  /* line 278, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-title:not(:first-child) {
    margin-top: 0px;
  }
  /* line 282, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-title:nth-child(1) {
    order: 1;
  }
  /* line 286, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-title:nth-child(3) {
    order: 2;
  }
  /* line 291, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-social {
    order: 3;
  }
  /* line 295, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-pay {
    order: 4;
  }
  /* line 304, ../sass/all/footer.scss */
  .footer-col ul li a {
    font-size: 13px;
  }

  /* line 313, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 321, ../sass/all/footer.scss */
  .footer-col-title {
    margin-bottom: 12px;
    font-size: 15px;
  }
  /* line 325, ../sass/all/footer.scss */
  .footer-col-title:not(:first-child) {
    margin-top: 20px;
  }

  /* line 330, ../sass/all/footer.scss */
  .footer-logo {
    max-width: 240px;
    margin: 0 auto;
  }

  /* line 335, ../sass/all/footer.scss */
  .footer-soc-wr {
    justify-content: center;
  }

  /* line 339, ../sass/all/footer.scss */
  .footer-phone {
    font-size: 18px;
    text-align: center;
  }

  /* line 344, ../sass/all/footer.scss */
  .footer-mail {
    font-size: 15px;
    text-align: center;
  }

  /* line 349, ../sass/all/footer.scss */
  .footer-col {
    width: 100%;
  }
  /* line 352, ../sass/all/footer.scss */
  .footer-col:nth-child(1) {
    margin-bottom: 30px;
  }
  /* line 356, ../sass/all/footer.scss */
  .footer-col:nth-child(2) {
    width: 45%;
  }
  /* line 360, ../sass/all/footer.scss */
  .footer-col:nth-child(3) {
    width: 45%;
  }
  /* line 364, ../sass/all/footer.scss */
  .footer-col:nth-child(4) {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  /* line 372, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-title, .footer-col:nth-child(4) .footer-col-social, .footer-col:nth-child(4) .footer-col-pay {
    width: 100%;
    text-align: center;
  }
  /* line 377, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-social {
    justify-content: center;
  }
  /* line 381, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-pay {
    justify-content: center;
  }
  /* line 387, ../sass/all/footer.scss */
  .footer-col:nth-child(4) .footer-col-pay-icon:last-child {
    margin-right: 0;
  }
  /* line 397, ../sass/all/footer.scss */
  .footer-col ul li a {
    font-size: 13px;
  }

  /* line 404, ../sass/all/footer.scss */
  .footer-col-social {
    margin: 0 auto;
  }

  /* line 408, ../sass/all/footer.scss */
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  /* line 413, ../sass/all/footer.scss */
  .footer-bottom a {
    font-size: 13px;
    text-align: center;
    margin-right: 0;
    margin: 5px 0;
  }
}
/* line 1, ../sass/all/social-link.scss */
.hidden-link {
  cursor: pointer;
}

/* line 5, ../sass/all/social-link.scss */
.social-link {
  display: flex;
  flex-wrap: wrap;
}

/* line 10, ../sass/all/social-link.scss */
.social-link-btn {
  display: block;
  cursor: pointer;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  opacity: 1;
  transition: opacity .1s;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/* line 26, ../sass/all/social-link.scss */
.social-link-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* line 37, ../sass/all/social-link.scss */
.social-link-btn:not(:last-child) {
  margin-right: 75px;
}
/* line 41, ../sass/all/social-link.scss */
.social-link-btn:hover {
  opacity: 1;
}
/* line 44, ../sass/all/social-link.scss */
.social-link-btn:hover:after {
  width: 100%;
}
/* line 49, ../sass/all/social-link.scss */
.social-link-btn.instagram {
  background-image: url(../img/social/011-instagram.svg);
}
/* line 53, ../sass/all/social-link.scss */
.social-link-btn.linkedin {
  background-image: url(../img/social/010-linkedin.svg);
}
/* line 57, ../sass/all/social-link.scss */
.social-link-btn.youtube {
  background-image: url(../img/social/008-youtube.svg);
}
/* line 61, ../sass/all/social-link.scss */
.social-link-btn.facebook {
  background-image: url(../img/104498_facebook_icon.svg);
}
/* line 65, ../sass/all/social-link.scss */
.social-link-btn.whatsapp {
  background-image: url(../img/social/003-whatsapp.svg);
}
/* line 69, ../sass/all/social-link.scss */
.social-link-btn.telegram {
  background-image: url(../img/social/telegram.svg);
}
/* line 73, ../sass/all/social-link.scss */
.social-link-btn.viber {
  background-image: url(../img/social/viber.svg);
}
/* line 77, ../sass/all/social-link.scss */
.social-link-btn.google {
  background-image: url(../img/social/google.svg);
}

/* line 1, ../sass/all/text.scss */
.section-title {
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 11, ../sass/all/text.scss */
.text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 26px;
  font-weight: 500;
}
/* line 15, ../sass/all/text.scss */
.text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 20px;
}
/* line 19, ../sass/all/text.scss */
.text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 45px;
}
/* line 24, ../sass/all/text.scss */
.text img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 30, ../sass/all/text.scss */
.text img:not(:last-child) {
  margin-bottom: 20px;
}
/* line 34, ../sass/all/text.scss */
.text img:not(:first-child) {
  margin-top: 20px;
}
/* line 39, ../sass/all/text.scss */
.text p, .text span, .text li {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
}
/* line 45, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: #4E3F3B;
  font-weight: 600;
}
/* line 49, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  opacity: 0.7;
}
/* line 54, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 15px;
}
/* line 61, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 15px;
}
/* line 65, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px !important;
}
/* line 70, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4E3F3B;
}
/* line 83, ../sass/all/text.scss */
.text b, .text strong {
  font-weight: 700;
}
/* line 87, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 90, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 94, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 106, ../sass/all/text.scss */
  .section-title {
    font-size: 28px;
  }

  /* line 113, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 117, ../sass/all/text.scss */
  .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 24px;
  }
  /* line 120, ../sass/all/text.scss */
  .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 35px;
  }
  /* line 127, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 136, ../sass/all/text.scss */
  .section-title {
    font-size: 26px;
  }

  /* line 143, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 146, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 152, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 157, ../sass/all/text.scss */
  .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 22px;
  }
  /* line 160, ../sass/all/text.scss */
  .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 164, ../sass/all/text.scss */
  .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 25px;
  }
  /* line 171, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 180, ../sass/all/text.scss */
  .section-title {
    font-size: 22px;
  }

  /* line 186, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 189, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 195, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 200, ../sass/all/text.scss */
  .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 203, ../sass/all/text.scss */
  .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 207, ../sass/all/text.scss */
  .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 25px;
  }
  /* line 214, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 6px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 223, ../sass/all/text.scss */
  .section-title {
    font-size: 22px;
  }

  /* line 229, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 13px;
  }
  /* line 232, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 238, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 243, ../sass/all/text.scss */
  .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 18px;
  }
  /* line 246, ../sass/all/text.scss */
  .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 250, ../sass/all/text.scss */
  .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 256, ../sass/all/text.scss */
  .text table {
    display: block;
    overflow: scroll;
  }
  /* line 260, ../sass/all/text.scss */
  .text table td, .text table th {
    padding: 6px;
    font-size: 13px;
  }
}
/* line 1, ../sass/all/button.scss */
.btn {
  min-width: 235px;
  padding: 0 30px;
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  height: 65px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  max-width: -moz-max-content;
  /* Firefox/Gecko */
  max-width: -webkit-max-content;
  /* Chrome */
  max-width: max-content;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  font-weight: 500;
}
/* line 26, ../sass/all/button.scss */
.btn:hover {
  color: #4E3F3B;
  border-color: #E1C6C2;
  background-color: transparent;
}
/* line 32, ../sass/all/button.scss */
.btn.trans {
  background-color: transparent;
  color: #4E3F3B;
  border-color: #E1C6C2;
}
/* line 37, ../sass/all/button.scss */
.btn.trans:hover {
  color: #4E3F3B;
  border-color: #E1C6C2;
  background-color: #E1C6C2;
}

/* line 45, ../sass/all/button.scss */
.form-text, .form-textarea {
  outline: none;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 50px;
  border-bottom: 2px solid #EFEDED;
  text-transform: uppercase;
}

/* line 55, ../sass/all/button.scss */
.form-textarea {
  height: 150px;
  padding-top: 15px;
}

/* line 60, ../sass/all/button.scss */
.form-label {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
/* line 65, ../sass/all/button.scss */
.form-label:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 72, ../sass/all/button.scss */
  .btn {
    min-width: 185px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 120px) {
  /* line 79, ../sass/all/button.scss */
  .btn {
    height: 55px;
    font-size: 14px;
    min-width: 200px;
    padding: 0 20px;
  }

  /* line 86, ../sass/all/button.scss */
  .form-textarea {
    height: 100px;
  }

  /* line 90, ../sass/all/button.scss */
  .form-label {
    margin-bottom: 10px;
  }
  /* line 93, ../sass/all/button.scss */
  .form-label:last-child {
    margin-bottom: 0px;
  }
}
@-webkit-keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes TextDownUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes VideoOpac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes VideoOpac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* line 3, ../sass/all/icon.scss */
.icon {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background-color: #E1C6C2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 69%;
  margin-left: 20px;
  cursor: pointer;
  transition: background-color .15s ease;
}
/* line 16, ../sass/all/icon.scss */
.icon:nth-child(1) {
  margin-left: 0;
}
/* line 20, ../sass/all/icon.scss */
.icon:last-child {
  margin-right: 0;
}
/* line 24, ../sass/all/icon.scss */
.icon.user {
  background-image: url(../img/user.svg);
}
/* line 28, ../sass/all/icon.scss */
.icon.forw {
  background-image: url(../img/likes.svg);
}
/* line 32, ../sass/all/icon.scss */
.icon.search {
  background-image: url(../img/search_filled.svg);
}
/* line 36, ../sass/all/icon.scss */
.icon.busket {
  background-image: url(../img/shopping_bag1.svg);
}
/* line 40, ../sass/all/icon.scss */
.icon.fb {
  background-image: url(../img/104498_facebook_icon.svg);
}
/* line 43, ../sass/all/icon.scss */
.icon.fb.fb-color {
  background-color: #1877f2;
}
/* line 48, ../sass/all/icon.scss */
.icon.tw {
  background-image: url(../img/twitter_filled.svg);
}
/* line 52, ../sass/all/icon.scss */
.icon.tik {
  background-image: url(../img/10523216_tik_tok_icon.svg);
}
/* line 55, ../sass/all/icon.scss */
.icon.tik.tik-color {
  background-color: #000;
}
/* line 60, ../sass/all/icon.scss */
.icon.wa {
  background-image: url(../img/5296520_bubble_chat_mobile_whatsapp_whatsapplogo_icon.svg);
  background-size: cover;
  background-color: transparent;
}
/* line 66, ../sass/all/icon.scss */
.icon.yt {
  background-image: url(../img/youtube_play_filled.svg);
}
/* line 70, ../sass/all/icon.scss */
.icon.teleg {
  background-image: url(../img/teleg.svg);
  background-color: #0088cc;
}
/* line 75, ../sass/all/icon.scss */
.icon.viber {
  background-image: url(../img/viber.svg);
  background-color: #59267c;
}
/* line 80, ../sass/all/icon.scss */
.icon.ins {
  background-image: url(../img/instagram_new.svg);
}
/* line 83, ../sass/all/icon.scss */
.icon.ins.ins-color {
  background-color: #c13584;
}
/* line 88, ../sass/all/icon.scss */
.icon.phone {
  background-image: url(../img/phones.svg);
}
/* line 92, ../sass/all/icon.scss */
.icon.mail {
  background-image: url(../img/mail.svg);
}
/* line 96, ../sass/all/icon.scss */
.icon:hover {
  background-color: #4E3F3B;
}

@media only screen and (max-width: 1499px) and (min-width: 710px) {
  /* line 102, ../sass/all/icon.scss */
  .icon {
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  /* line 107, ../sass/all/icon.scss */
  .icon:nth-child(1) {
    margin-left: 0;
  }
  /* line 111, ../sass/all/icon.scss */
  .icon:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 118, ../sass/all/icon.scss */
  .icon {
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  /* line 123, ../sass/all/icon.scss */
  .icon:nth-child(1) {
    margin-left: 0;
  }
  /* line 127, ../sass/all/icon.scss */
  .icon:last-child {
    margin-right: 0;
  }
}
/* line 1, ../sass/all/site-top-block.scss */
.site-top-block {
  border-top: 2px solid #EFEDED;
  padding-top: 50px;
}
/* line 5, ../sass/all/site-top-block.scss */
.site-top-block .section-title {
  text-align: center;
}

@media only screen and (max-width: 1499px) and (min-width: 1000px) {
  /* line 12, ../sass/all/site-top-block.scss */
  .site-top-block {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 18, ../sass/all/site-top-block.scss */
  .site-top-block {
    padding-top: 30px;
  }
  /* line 21, ../sass/all/site-top-block.scss */
  .site-top-block .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 28, ../sass/all/site-top-block.scss */
  .site-top-block {
    padding-top: 30px;
  }
}
/* line 5, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav {
  display: flex;
  align-items: center;
}
/* line 9, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  display: block;
  width: 50px;
  height: 20px;
  position: relative;
}
/* line 15, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev:after, .owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4E3F3B;
  transition: width .45s ease;
}
/* line 26, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev:before, .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: 11px;
  height: 10px;
  background-image: url(../img/expand_arrow_filled.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
}
/* line 42, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after, .owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
  width: 70%;
}
/* line 48, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-left: 10px;
}
/* line 51, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-next:after {
  left: initial;
  right: 0;
}
/* line 56, ../sass/all/owl-nav.scss */
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  left: initial;
  right: -4px;
  height: 11px;
  transform: translateY(-50%) rotate(-90deg);
}

/* line 4, ../sass/all/faq.scss */
.faq .section-title {
  text-align: center;
}

/* line 9, ../sass/all/faq.scss */
.faq-wr {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto;
}
/* line 18, ../sass/all/faq.scss */
.faq-wr .accordion-list {
  position: relative;
  margin-top: 80px;
}
/* line 22, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #E1C6C2;
  margin-bottom: 40px;
}
/* line 28, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item:last-child {
  margin-bottom: 0;
}
/* line 33, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item-name {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
}
/* line 41, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item-name:before {
  content: '\203A';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 0;
  height: 12px;
  width: 12px;
  transform: rotate(90deg);
  transition: 0.3s ease all;
  font-size: 22px;
}
/* line 62, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item-name.active:before {
  transform: rotate(-90deg);
}
/* line 68, ../sass/all/faq.scss */
.faq-wr .accordion-list .accordion-item-text {
  display: none;
  position: relative;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 84, ../sass/all/faq.scss */
  .faq-wr .accordion-list {
    margin-top: 70px;
  }
  /* line 87, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  /* line 92, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-name {
    font-size: 15px;
  }
  /* line 96, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-text {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 109, ../sass/all/faq.scss */
  .faq-wr .hash {
    font-size: 14px;
  }
  /* line 113, ../sass/all/faq.scss */
  .faq-wr h2 {
    font-size: 32px;
    margin-top: 20px;
  }
  /* line 118, ../sass/all/faq.scss */
  .faq-wr .accordion-list {
    margin-top: 60px;
  }
  /* line 121, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* line 126, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-name {
    font-size: 14px;
  }
  /* line 130, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 142, ../sass/all/faq.scss */
  .faq-wr .accordion-list {
    margin-top: 50px;
  }
  /* line 145, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  /* line 150, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-name {
    font-size: 13px;
  }
  /* line 154, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-text {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 165, ../sass/all/faq.scss */
  .faq-wr {
    width: 80%;
  }
  /* line 168, ../sass/all/faq.scss */
  .faq-wr .accordion-list {
    margin-top: 40px;
  }
  /* line 171, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 176, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-name {
    font-size: 12px;
  }
  /* line 180, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 191, ../sass/all/faq.scss */
  .faq-wr {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
  /* line 198, ../sass/all/faq.scss */
  .faq-wr .accordion-list {
    margin-top: 20px;
  }
  /* line 201, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 206, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-name {
    font-size: 14px;
  }
  /* line 210, ../sass/all/faq.scss */
  .faq-wr .accordion-list .accordion-item-text {
    margin-top: 10px;
  }
}
/* line 1, ../sass/all/popup-form.scss */
.aside-overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  bottom: 0;
  height: 100vh;
  z-index: -1;
  position: fixed;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 13, ../sass/all/popup-form.scss */
.aside-overlay.active {
  opacity: 1;
  transition: transform .3s ease-in-out;
  z-index: 97;
}

/* line 20, ../sass/all/popup-form.scss */
.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 9999;
  background: #fff;
  box-sizing: border-box;
  padding: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100%, -53%);
  transform: translate(-100%, -53%);
  transition: opacity .4s ease, visibility 0s .4s, -webkit-transform .4s ease;
  -webkit-transition: opacity .4s ease, visibility 0s .4s, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility 0s .4s;
  transition: transform .4s ease, opacity .4s ease, visibility 0s .4s, -webkit-transform .4s ease;
  will-change: transform, opacity;
}
/* line 40, ../sass/all/popup-form.scss */
.popup-form.active {
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
  opacity: 1;
  visibility: visible;
}

/* line 53, ../sass/all/popup-form.scss */
.popup-close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
/* line 62, ../sass/all/popup-form.scss */
.popup-close:after, .popup-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform .4s ease;
}
/* line 74, ../sass/all/popup-form.scss */
.popup-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 80, ../sass/all/popup-form.scss */
.popup-close:hover:after, .popup-close:hover:before {
  transform: translate(-50%, -50%);
}

/* line 86, ../sass/all/popup-form.scss */
.popup-form-wr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}
/* line 92, ../sass/all/popup-form.scss */
.popup-form-wr .btn {
  margin-top: 20px;
}

/* line 97, ../sass/all/popup-form.scss */
.popup-form-col {
  width: 100%;
}

@media only screen and (max-width: 1560px) and (min-width: 1241px) {
  /* line 104, ../sass/all/popup-form.scss */
  .popup-form {
    padding: 40px;
    width: 400px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 115, ../sass/all/popup-form.scss */
  .popup-form {
    padding: 40px;
    width: 500px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 123, ../sass/all/popup-form.scss */
  .popup-form {
    padding: 25px;
    width: 400px;
  }

  /* line 128, ../sass/all/popup-form.scss */
  .popup-form-wr {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 137, ../sass/all/popup-form.scss */
  .popup-form {
    padding: 25px;
    width: 90%;
  }
  /* line 141, ../sass/all/popup-form.scss */
  .popup-form .section-title {
    font-size: 18px;
    padding-right: 25px;
  }

  /* line 147, ../sass/all/popup-form.scss */
  .popup-form-wr {
    margin-top: 20px;
  }

  /* line 151, ../sass/all/popup-form.scss */
  .popup-form-col {
    width: 100%;
  }
}
/* line 39, ../sass/main-style.scss */
.ui-pnotify {
  bottom: 70px !important;
  top: initial !important;
}
