:root {
  --vh: 100vh;
}

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,
select,
input,
button,
textarea,
dl,
dt,
dd,
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,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

body {
  color: #221E20;
  line-height: 1.5625;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1260px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:root {
  --vh: 100vh;
}

.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex > * {
  position: relative;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.flex-column {
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed-middle > *, .flex.break-laptop.bleed-big > *, .flex.break-laptop.bleed.bleed-middle > *, .flex.break-laptop.bleed.bleed-big > *, .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-laptop.bleed-middle > :first-child, .flex.break-laptop.bleed-big > :first-child, .flex.break-laptop.bleed.bleed-middle > :first-child, .flex.break-laptop.bleed.bleed-big > :first-child, .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed-middle > :last-child, .flex.break-laptop.bleed-big > :last-child, .flex.break-laptop.bleed.bleed-middle > :last-child, .flex.break-laptop.bleed.bleed-big > :last-child, .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.bleed-middle > *, .flex.break-tablet.bleed-big > *, .flex.break-tablet.bleed.bleed-middle > *, .flex.break-tablet.bleed.bleed-big > *, .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-tablet.bleed-middle > :first-child, .flex.break-tablet.bleed-big > :first-child, .flex.break-tablet.bleed.bleed-middle > :first-child, .flex.break-tablet.bleed.bleed-big > :first-child, .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed-middle > :last-child, .flex.break-tablet.bleed-big > :last-child, .flex.break-tablet.bleed.bleed-middle > :last-child, .flex.break-tablet.bleed.bleed-big > :last-child, .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.two-cols-mobile {
    flex-wrap: wrap;
  }
  .flex.two-cols-mobile.bleed-middle > *, .flex.two-cols-mobile.bleed-big > *, .flex.two-cols-mobile.bleed.bleed-middle > *, .flex.two-cols-mobile.bleed.bleed-big > *, .flex.two-cols-mobile.bleed > * {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .flex.two-cols-mobile.bleed-middle > *:first-child, .flex.two-cols-mobile.bleed-big > *:first-child, .flex.two-cols-mobile.bleed.bleed-middle > *:first-child, .flex.two-cols-mobile.bleed.bleed-big > *:first-child, .flex.two-cols-mobile.bleed > *:first-child {
    margin-left: 0;
  }
  .flex.two-cols-mobile.bleed-middle > *:last-child, .flex.two-cols-mobile.bleed-big > *:last-child, .flex.two-cols-mobile.bleed.bleed-middle > *:last-child, .flex.two-cols-mobile.bleed.bleed-big > *:last-child, .flex.two-cols-mobile.bleed > *:last-child {
    margin-right: 0;
  }
  .flex.two-cols-mobile.bleed-middle > *:nth-child(2n), .flex.two-cols-mobile.bleed-big > *:nth-child(2n), .flex.two-cols-mobile.bleed.bleed-middle > *:nth-child(2n), .flex.two-cols-mobile.bleed.bleed-big > *:nth-child(2n), .flex.two-cols-mobile.bleed > *:nth-child(2n) {
    margin-right: 0px;
  }
  .flex.two-cols-mobile.bleed-middle > *:nth-child(2n+1), .flex.two-cols-mobile.bleed-big > *:nth-child(2n+1), .flex.two-cols-mobile.bleed.bleed-middle > *:nth-child(2n+1), .flex.two-cols-mobile.bleed.bleed-big > *:nth-child(2n+1), .flex.two-cols-mobile.bleed > *:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.three-cols-mobile {
    flex-wrap: wrap;
  }
  .flex.three-cols-mobile.bleed-middle > *, .flex.three-cols-mobile.bleed-big > *, .flex.three-cols-mobile.bleed.bleed-middle > *, .flex.three-cols-mobile.bleed.bleed-big > *, .flex.three-cols-mobile.bleed > * {
    width: calc(33.3% - 20px);
    min-width: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
  }
  .flex.three-cols-mobile.bleed-middle > *:first-child, .flex.three-cols-mobile.bleed-big > *:first-child, .flex.three-cols-mobile.bleed.bleed-middle > *:first-child, .flex.three-cols-mobile.bleed.bleed-big > *:first-child, .flex.three-cols-mobile.bleed > *:first-child {
    margin-left: 0;
  }
  .flex.three-cols-mobile.bleed-middle > *:last-child, .flex.three-cols-mobile.bleed-big > *:last-child, .flex.three-cols-mobile.bleed.bleed-middle > *:last-child, .flex.three-cols-mobile.bleed.bleed-big > *:last-child, .flex.three-cols-mobile.bleed > *:last-child {
    margin-right: 0;
  }
  .flex.three-cols-mobile.bleed-middle > *:nth-child(3n), .flex.three-cols-mobile.bleed-big > *:nth-child(3n), .flex.three-cols-mobile.bleed.bleed-middle > *:nth-child(3n), .flex.three-cols-mobile.bleed.bleed-big > *:nth-child(3n), .flex.three-cols-mobile.bleed > *:nth-child(3n) {
    margin-right: 0px;
  }
  .flex.three-cols-mobile.bleed-middle > *:nth-child(3n+1), .flex.three-cols-mobile.bleed-big > *:nth-child(3n+1), .flex.three-cols-mobile.bleed.bleed-middle > *:nth-child(3n+1), .flex.three-cols-mobile.bleed.bleed-big > *:nth-child(3n+1), .flex.three-cols-mobile.bleed > *:nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile > * {
    width: 100%;
  }
  .flex.break-mobile.bleed-middle > *, .flex.break-mobile.bleed-big > *, .flex.break-mobile.bleed.bleed-middle > *, .flex.break-mobile.bleed.bleed-big > *, .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-mobile.bleed-middle > :first-child, .flex.break-mobile.bleed-big > :first-child, .flex.break-mobile.bleed.bleed-middle > :first-child, .flex.break-mobile.bleed.bleed-big > :first-child, .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed-middle > :last-child, .flex.break-mobile.bleed-big > :last-child, .flex.break-mobile.bleed.bleed-middle > :last-child, .flex.break-mobile.bleed.bleed-big > :last-child, .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .flex.break-mobile.flex-center {
    align-items: flex-start;
  }
}
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
.flex.bleed > * {
  margin-left: 10px;
  margin-right: 10px;
}
.flex.bleed > :first-child {
  margin-left: 0px;
}
.flex.bleed > :last-child {
  margin-right: 0px;
}
.flex.bleed-middle > * {
  margin-left: 20px;
  margin-right: 20px;
}
.flex.bleed-middle > :first-child {
  margin-left: 0px;
}
.flex.bleed-middle > :last-child {
  margin-right: 0px;
}
.flex.bleed-big > * {
  margin-left: 30px;
  margin-right: 30px;
}
.flex.bleed-big > :first-child {
  margin-left: 0px;
}
.flex.bleed-big > :last-child {
  margin-right: 0px;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.max-2 > * {
  width: calc(50% - 10px);
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.flex.max-2 > *.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1261px) {
  .flex.max-2.bleed-middle > * {
    width: calc(50% - 100px);
    min-width: calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
  .flex.max-2.bleed-big > * {
    width: calc(50% - 100px);
    min-width: calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
}
.flex.max-2.bleed > :nth-child(2n) {
  margin-right: 0px;
}
.flex.max-2.bleed > :nth-child(2n+1) {
  margin-left: 0px;
}
.flex.max-3 > * {
  width: calc(33.3% - 20px);
  min-width: calc(33.3% - 20px);
  max-width: calc(33.3% - 20px);
}
.flex.max-3 > *.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flex.max-3.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-middle-gap > * {
  width: calc(33.3% - 40px);
  min-width: calc(33.3% - 40px);
  max-width: calc(33.3% - 40px);
}
.flex.max-3-middle-gap.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-middle-gap.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-middle-gap.bleed-middle > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-middle-gap.bleed-middle > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-middle-gap.bleed-big > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-middle-gap.bleed-big > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap > * {
  width: calc(33.3% - 60px);
  min-width: calc(33.3% - 60px);
  max-width: calc(33.3% - 60px);
}
.flex.max-3-big-gap.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap.bleed-middle > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed-middle > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-4 > * {
  width: calc(25% - 15px);
  min-width: calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.flex.max-4 > *.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.flex.max-4.bleed > :nth-child(4n) {
  margin-right: 0px;
}
.flex.max-4.bleed > :nth-child(4n+1) {
  margin-left: 0px;
}
.flex.max-4-no-margin > * {
  width: calc(25%);
  min-width: calc(25%);
  max-width: calc(25%);
}
.flex.max-5 > * {
  width: calc(20% - 15px);
  min-width: calc(20% - 15px);
  max-width: calc(20% - 15px);
}
.flex.max-5.bleed > :nth-child(5n) {
  margin-right: 0px;
}
.flex.max-5.bleed > :nth-child(5n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-5 > * {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-5 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-4 > * {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet.max-3 > *, .flex.break-tablet.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile.max-5 > *, .flex.break-mobile.max-4 > *, .flex.break-mobile.max-3 > *, .flex.break-mobile.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .flex.wrap-tablet {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 780px) {
  .flex.wrap-mobile {
    flex-flow: row wrap;
  }
}

.flex-tablet {
  display: block;
}
@media screen and (max-width: 1260px) {
  .flex-tablet {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .flex-center-tablet {
    align-items: center;
  }
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1260px) {
  .flex-bottom-tablet {
    align-items: flex-end;
  }
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto !important;
}

.flex-item-left {
  margin-right: auto !important;
}

:root {
  --vh: 100vh;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1260px) {
  h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 780px) {
  h1 {
    font-size: 20px;
  }
}
h1.big {
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  h1.big {
    font-size: 45px;
  }
}
@media screen and (max-width: 1260px) {
  h1.big {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  h1.big {
    font-size: 35px;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1260px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1260px) {
  h2 {
    font-size: 18px;
  }
}
h2.big {
  font-size: 50px;
}
@media screen and (max-width: 1440px) {
  h2.big {
    font-size: 45px;
  }
}
@media screen and (max-width: 1260px) {
  h2.big {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  h2.big {
    font-size: 35px;
  }
}
h2.small {
  font-size: 25px;
}
@media screen and (max-width: 1440px) {
  h2.small {
    font-size: 24px;
  }
}
@media screen and (max-width: 1260px) {
  h2.small {
    font-size: 23px;
  }
}
@media screen and (max-width: 780px) {
  h2.small {
    font-size: 21px;
  }
}

h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1260px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  h3 {
    font-size: 16px;
  }
}
h3.big {
  font-size: 40px;
}
@media screen and (max-width: 1440px) {
  h3.big {
    font-size: 35px;
  }
}
@media screen and (max-width: 1260px) {
  h3.big {
    font-size: 25px;
  }
}
@media screen and (max-width: 780px) {
  h3.big {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 1260px) {
  h4 {
    font-size: 14px;
  }
}
h4.big {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  h4.big {
    font-size: 18px;
  }
}
@media screen and (max-width: 1260px) {
  h4.big {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  h4.big {
    font-size: 14px;
  }
}

:root {
  --vh: 100vh;
}

.form-group {
  width: 100%;
  margin-bottom: 44px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .form-group {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1260px) {
  .form-group {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .form-group {
    margin-bottom: 19px !important;
  }
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-group.no-bottom-margin {
  margin-bottom: 11px;
}
.form-group .text-link {
  font-weight: 500;
  text-decoration: underline;
  display: block;
  color: #49BA56;
}
.form-group .text-link.inline {
  display: inline;
}
.form-group.invalid .form-input {
  border-color: red;
}
.form-group.disabled {
  color: #b1b1b1;
}
.form-group.disabled .form-element {
  color: #b1b1b1;
}
.form-group.full-width {
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.form-group.section-title label {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1260px) {
  .form-group.section-title label {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .form-group.section-title label {
    font-size: 16px;
  }
}
.form-group.section-title label .info-wrapper {
  margin-top: 3px;
}
.form-group.section-title p {
  margin-top: 22px;
}
@media screen and (max-width: 780px) {
  .form-group.section-title.empty {
    display: none;
  }
}
.form-group.section-title label:not(.form-element) {
  margin-bottom: 0;
}
.form-group.ghost {
  margin: 0;
  width: 0;
  min-width: 0;
  max-width: 0;
}
@media screen and (max-width: 780px) {
  .form-group.ghost {
    display: none;
  }
}
.form-group .subtitle {
  font-size: 14px;
  color: #707070;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .form-group .subtitle {
    font-size: 12px;
  }
}
.form-group .availability-group {
  margin-bottom: 52px;
}
.form-group label:not(.form-element) {
  font-weight: bold;
  margin-bottom: 22px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .form-group label:not(.form-element) {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1260px) {
  .form-group label:not(.form-element) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 780px) {
  .form-group label:not(.form-element) {
    margin-bottom: 8px;
  }
}
.form-group label:not(.form-element).deleter {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic;
  align-items: center;
}
.form-group label:not(.form-element).deleter input {
  margin-right: 10px;
}
.form-group label:not(.form-element).deleter.file-list-deleter {
  margin-top: 0px;
}
.form-group label:not(.form-element).label-radio {
  padding-left: 36px;
}
.form-group label:not(.form-element).label-radio input[type=radio] {
  display: none;
}
.form-group label:not(.form-element).label-radio input[type=radio] + span {
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.form-group label:not(.form-element).label-radio input[type=radio] + span:after {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #49BA56;
}
.form-group label:not(.form-element).label-radio input[type=radio]:checked + span:after {
  display: block;
}
.form-group label:not(.form-element).label-checkbox {
  position: relative;
  padding-left: 36px;
  font-weight: normal;
  display: block;
}
.form-group label:not(.form-element).label-checkbox input[type=checkbox] {
  display: none;
}
.form-group label:not(.form-element).label-checkbox input[type=checkbox] + span {
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.form-group label:not(.form-element).label-checkbox input[type=checkbox] + span:after {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #49BA56;
}
.form-group label:not(.form-element).label-checkbox input[type=checkbox]:checked + span:after {
  display: block;
}
.form-group label:not(.form-element).on-border {
  position: absolute;
  left: 29px;
  top: -12px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 1260px) {
  .form-group label:not(.form-element).on-border {
    left: 19px;
    top: -11px;
  }
}
@media screen and (max-width: 780px) {
  .form-group label:not(.form-element).on-border {
    left: 9px;
    top: -10px;
  }
}
.form-group label:not(.form-element) small.hint {
  margin-left: 15px;
  font-style: italic;
}
.form-group.condensed {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .form-group.condensed {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 1260px) {
  .form-group.condensed {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 780px) {
  .form-group.condensed {
    margin-bottom: 25px !important;
  }
}
.form-group.condensed label {
  position: absolute;
  top: 0px;
  left: 18px;
  padding: 0px 4px;
  background: white;
  transform: translateY(-50%);
}
.form-group.condensed .form-element {
  border-color: #707070;
}
.form-group .radio-wrapper input[type=radio]:checked + .radio-label:after {
  transform: scale(1);
}
.form-group .custom-option {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  width: 100%;
}
.form-group.custom-price .custom-prices-list > *:last-child {
  margin-bottom: 22px;
}
.form-group.custom-price .add-more-prices,
.form-group .label-checkbox-with-text-add {
  font-weight: 500;
}
.form-group.custom-price .add-more-prices b,
.form-group .label-checkbox-with-text-add b {
  margin-left: 11px;
  font-size: 1.3em;
  font-weight: bold;
}
.form-group .postfix-field {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #e2e2e2;
  border-left: 1px solid rgba(112, 112, 112, 0.5);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 1440px) {
  .form-group .postfix-field {
    height: 34px;
  }
}
@media screen and (max-width: 1260px) {
  .form-group .postfix-field {
    height: 27px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 780px) {
  .form-group .postfix-field {
    height: 21px;
    font-size: 0.8em;
    padding: 0px 5px;
  }
}

.form-element {
  height: 56px;
  padding: 0px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(112, 112, 112, 0.5);
  background: transparent;
  text-align: left;
  font-weight: 500;
  color: #707070;
  border-radius: 3px;
}
@media screen and (max-width: 1440px) {
  .form-element {
    height: 36px;
  }
}
@media screen and (max-width: 1260px) {
  .form-element {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 780px) {
  .form-element {
    padding: 0px 10px;
  }
}
.form-element::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.form-element:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.form-element::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.form-element:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
}

.form-element:-internal-autofill-selected, .form-element:-webkit-autofill, .form-element:-webkit-autofill:hover, .form-element:-webkit-autofill:focus, .form-element:-webkit-autofill, .form-element:-webkit-autofill:hover, .form-element:-webkit-autofill:focus, .form-element:-webkit-autofill, .form-element:-webkit-autofill:hover, .form-element:-webkit-autofill:focus {
  transition-delay: 9999s;
}
.form-element[disabled] {
  color: rgba(112, 112, 112, 0.5);
  opacity: 1;
}
.form-element.checkbox {
  border: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-element.checkbox input {
  margin-right: 12px;
}
.form-element.file-input {
  cursor: pointer;
  position: relative;
  border-radius: 31px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.form-element.file-input.dragover-possible {
  border-color: #49BA56;
  background: rgba(11, 213, 227, 0.2);
}
.form-element.file-input.is-dragover {
  border-color: #49BA56;
  background: #49BA56;
  color: white;
}
.form-element.file-input.selected {
  border: none;
}
.form-element.file-input.selected .icon {
  background-image: url(../../front/img/icon-prices-delete.svg);
}
.form-element.file-input.selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url(../../front/img/icon-file-document.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.form-element.file-input.selected.file-type-image:before {
  background-image: url(../../front/img/icon-file-image.svg);
}
.form-element.file-input a {
  color: #49BA56;
}
.form-element.file-input a:hover {
  text-decoration: underline;
}
.form-element.file-input .icon {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-image: url(../../front/img/icon-upload.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.form-element.file-input input {
  display: none;
}

input[type=number].form-element::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
  /* Firefox */
}

input[type=number].form-element {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

textarea.form-element {
  min-height: 160px;
  padding: 15px 30px;
}
@media screen and (max-width: 1260px) {
  textarea.form-element {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 780px) {
  textarea.form-element {
    padding: 5px 10px;
  }
}

@keyframes loading-rotation {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.button {
  cursor: pointer;
  padding: 5px 77px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  border-radius: 28px;
  border: 2px solid #49BA56;
}
@media screen and (max-width: 1440px) {
  .button {
    padding: 5px 57px;
    min-height: 36px;
  }
}
@media screen and (max-width: 1260px) {
  .button {
    padding: 5px 37px;
    min-height: 29px;
  }
}
@media screen and (max-width: 780px) {
  .button {
    padding: 5px 23px;
    min-height: 23px;
  }
}
.button.inline {
  width: auto;
  display: inline-flex;
}
.button img {
  width: 15px;
  height: auto;
  margin-right: 12px;
}
.button.left-aligned {
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 0px;
}
.button.primary {
  border-color: #49BA56;
  background: #49BA56;
  color: white;
}
.button.primary:hover {
  background: transparent;
  color: #49BA56;
}
.button.primary.disabled:hover {
  border-color: rgba(112, 112, 112, 0.5);
  color: #707070;
  background: white;
}
.button.inverted {
  border-color: #49BA56;
  background: white;
  color: #49BA56;
}
.button.no-padding {
  padding-right: 13px;
  padding-left: 13px;
}
@media screen and (max-width: 1440px) {
  .button.no-padding {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media screen and (max-width: 1260px) {
  .button.no-padding {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.button.smaller-padding {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (max-width: 1440px) {
  .button.smaller-padding {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .button.smaller-padding {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.button.bigger-padding {
  padding-right: 150px;
  padding-left: 150px;
}
@media screen and (max-width: 1440px) {
  .button.bigger-padding {
    padding-right: 125px;
    padding-left: 125px;
  }
}
@media screen and (max-width: 1260px) {
  .button.bigger-padding {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 780px) {
  .button.bigger-padding {
    padding-right: 75px;
    padding-left: 75px;
  }
}
.button.gray {
  border-color: rgba(112, 112, 112, 0.5);
  color: #707070;
  background: transparent;
}
.button.red {
  background: #FE4B4B;
  border-color: #FE4B4B;
  color: #FFFFFF;
}
.button.green {
  background: #00a371;
  border-color: #00a371;
  color: #FFFFFF;
}
.button.green-outline {
  background: white;
  border-color: #00a371;
  color: #00a371;
}
.button.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.blue {
  background: #1D0EF9;
  border-color: #1D0EF9;
  color: #FFFFFF;
}
.button.violet {
  background: #790DDE;
  border-color: #790DDE;
  color: #FFFFFF;
}
.button.text-only {
  border-color: transparent;
  background-color: transparent;
}
.button.text-only:hover {
  color: #49BA56;
}
.button.loading {
  position: relative;
  font-size: 0;
}
.button.loading::after {
  animation: loading-rotation 0.9s infinite;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/icon-loading.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}

.arrow-button {
  display: flex;
  align-items: center;
}
.arrow-button.right img {
  display: block;
  margin-left: 30px;
}
.arrow-button.left img {
  display: block;
  margin-right: 20px;
}

.alert {
  text-align: center;
  padding: 10px;
}
.alert:last-child {
  margin-top: 2rem;
}
.alert.alert-error {
  background: pink;
  color: red;
}
.alert.alert-success {
  background: lightgreen;
  color: green;
}
.alert.alert-info {
  background: #49BA56;
  color: white;
}
.alert.hidden {
  display: none;
}
.alert.hidden.opened {
  display: block;
}
.alert a {
  font-weight: bold;
  text-decoration: underline;
}

.validation-message.error {
  padding: 5px 0px;
  color: red;
}

.colors {
  margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
  .colors {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1260px) {
  .colors {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .colors {
    margin-bottom: 18px;
    justify-content: center;
  }
}
.colors .color-wrapper {
  margin-right: 37px;
  position: relative;
}
.colors .color-wrapper:hover .color {
  border: 2px solid #49BA56;
}
.colors .color-wrapper:hover .color.custom {
  border: 2px solid #49BA56;
}
.colors .color-wrapper.selected .color {
  border: 2px solid #49BA56;
}
.colors .color-wrapper.selected .color.custom {
  border: 2px solid #49BA56;
}
.colors .color-wrapper.selected .name-wrapper {
  display: block;
}
.colors .color-wrapper .color {
  display: block;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.colors .color-wrapper .color:last-child {
  margin-right: 0;
}
.colors .color-wrapper .color.white {
  background-color: white;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.colors .color-wrapper .color.black {
  background-color: #1D1D1B;
}
.colors .color-wrapper .color.natural {
  background-color: rgba(148, 107, 69, 0.5);
}
.colors .color-wrapper .color.other {
  background-color: rgba(184, 184, 184, 0.2);
}
.colors .color-wrapper .color.custom {
  border-radius: 18px;
  width: auto;
  padding: 0px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(112, 112, 112, 0.5);
}

.color-input {
  display: none;
}

.info-wrapper {
  position: relative;
  margin-left: 19px;
  min-width: 24px;
}
.info-wrapper .info-button:hover + .info {
  display: flex;
}
.info-wrapper .info {
  display: none;
  position: absolute;
  top: -13px;
  left: -13px;
  z-index: 1;
  min-width: 320px;
  padding: 13px 13px 16px 13px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .info-wrapper .info.right {
    right: -13px;
    left: auto;
    padding-right: 13px;
    padding-left: 16px;
  }
  .info-wrapper .info.right .icon {
    order: 2;
  }
  .info-wrapper .info.right .icon img {
    margin-right: 0;
    margin-left: 11px;
  }
  .info-wrapper .info.right .text {
    order: 1;
  }
}
@media screen and (max-width: 780px) {
  .info-wrapper .info {
    min-width: 200px;
  }
}
.info-wrapper .info:hover {
  display: flex;
}
.info-wrapper .info img {
  display: block;
  margin-right: 11px;
}

:root {
  --vh: 100vh;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 27, 0.6);
}
.modal.active {
  display: flex;
}
.modal .popup {
  position: relative;
  padding: 62px 42px;
  width: 100%;
  max-width: 635px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .modal .popup {
    padding: 52px 32px;
    max-width: 535px;
  }
}
@media screen and (max-width: 1260px) {
  .modal .popup {
    padding: 42px 27px;
    max-width: 435px;
  }
}
@media screen and (max-width: 780px) {
  .modal .popup {
    padding: 32px 22px;
    max-width: 90%;
  }
}
.modal .popup .close-button {
  position: absolute;
  top: 38px;
  right: 42px;
}
@media screen and (max-width: 1440px) {
  .modal .popup .close-button {
    top: 34px;
    right: 32px;
    max-width: 17px;
  }
}
@media screen and (max-width: 1260px) {
  .modal .popup .close-button {
    top: 25px;
    right: 27px;
  }
}
@media screen and (max-width: 780px) {
  .modal .popup .close-button {
    top: 15px;
    right: 23px;
  }
}
.modal .popup .popup-content {
  max-height: 80vh;
  overflow-x: visible;
  overflow-y: auto;
}
.modal .popup .popup-content img {
  display: block;
  margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
  .modal .popup .popup-content img {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 1260px) {
  .modal .popup .popup-content img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 780px) {
  .modal .popup .popup-content img {
    margin-bottom: 19px;
  }
}
.modal .popup .popup-content h2 {
  margin-bottom: 0.6em;
}
.modal .popup .popup-content p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .modal .popup .popup-content p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .modal .popup .popup-content p {
    margin-bottom: 20px;
  }
}
.modal .popup .popup-content .button {
  width: fit-content;
}

.adminbar {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background: red;
  color: white;
  padding: 5px 10px;
}
.adminbar p {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.adminbar p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.adminbar.admin-info {
  color: rgba(255, 255, 255, 0.8);
  background: blue;
}
.adminbar a {
  color: white;
  font-weight: bold;
}
.adminbar a:hover {
  text-decoration: underline;
}

body.search-opened .site-header .container .search {
  display: flex;
}
body.menu-opened .site-header .main-menu {
  display: flex;
}
body.cart-opened .site-header .buttons .cart-header-wrapper .cart-overlay {
  visibility: visible;
}
@media screen and (max-width: 780px) {
  body.cart-opened .site-header .buttons .cart-header-wrapper .cart-overlay {
    display: none;
  }
}
body.cart-opened .site-header .buttons .cart-header-wrapper .cart {
  display: block;
}
body.page- .site-header {
  padding-top: 35px;
  padding-bottom: 43px;
}
@media screen and (max-width: 1440px) {
  body.page- .site-header {
    padding-top: 25px;
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-header {
    padding-top: 15px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  body.page- .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.page- .site-header .logo, body.page- .site-header .buttons {
  min-width: 190px;
}
@media screen and (max-width: 1440px) {
  body.page- .site-header .logo, body.page- .site-header .buttons {
    min-width: 140px;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-header .logo, body.page- .site-header .buttons {
    min-width: 100px;
  }
}
body.page- .site-header .main-menu {
  flex: 1;
}
@media screen and (max-width: 780px) {
  body.page- .site-header .main-menu {
    margin: 0;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-header .main-menu .menu-item a {
    padding: 5px;
  }
}
body.page- .site-header .buttons .btn.search-button {
  display: block;
}
body.page- .site-header .buttons .btn:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 1440px) {
  body.page- .site-header .buttons .btn:nth-child(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-header .buttons .btn:nth-child(2) {
    margin-left: 20px;
  }
}
body.page- .site-header .buttons .btn.cart-header-wrapper {
  margin-right: 46px;
}
@media screen and (max-width: 1440px) {
  body.page- .site-header .buttons .btn.cart-header-wrapper {
    margin-right: 36px;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-header .buttons .btn.cart-header-wrapper {
    margin-right: 26px;
  }
}
body.page- .site-content {
  margin-top: 145px;
}
@media screen and (max-width: 1440px) {
  body.page- .site-content {
    margin-top: 115px;
  }
}
@media screen and (max-width: 1260px) {
  body.page- .site-content {
    margin-top: 78px;
  }
}
@media screen and (max-width: 780px) {
  body.page- .site-content {
    margin-top: 56px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1720px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 780px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.narrow {
  max-width: 1550px;
}

.site-header {
  padding-top: 20px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
}
@media screen and (max-width: 1440px) {
  .site-header {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .site-header {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .search {
    border: 1px solid rgba(112, 112, 112, 0.5);
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    padding: 5px;
    background-color: #FFFFFF;
    margin-right: 0;
    margin-left: 0;
    width: calc(100% + 2px);
  }
}
.site-header .logo,
.site-header .buttons {
  min-width: 400px;
}
@media screen and (max-width: 1440px) {
  .site-header .logo,
.site-header .buttons {
    min-width: 330px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .logo,
.site-header .buttons {
    min-width: 260px;
  }
}
.site-header .logo {
  margin-bottom: -20px;
}
@media screen and (max-width: 1440px) {
  .site-header .logo {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .logo {
    min-width: 80px;
    flex: 0;
    margin-bottom: 0;
  }
}
.site-header .logo img {
  max-height: 69px;
}
@media screen and (max-width: 1440px) {
  .site-header .logo img {
    max-height: 49px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .logo img {
    max-height: 34px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons {
    flex: 1;
    margin-left: auto;
    min-width: 0;
    justify-content: flex-end;
  }
}
.site-header .buttons .btn {
  min-width: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn:first-child {
    margin-left: 0px;
  }
}
.site-header .buttons .btn:nth-child(2) {
  margin-left: 0px;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn:nth-child(2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn {
    min-width: 25px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn {
    min-width: 20px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn {
    min-width: 15px;
    margin-left: 15px;
  }
}
.site-header .buttons .btn.search-button {
  display: none;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.search-button {
    display: block;
  }
}
.site-header .buttons .btn.search-button img {
  height: auto;
  width: 24px;
}
.site-header .buttons .btn.cart-header-wrapper {
  position: relative;
}
.site-header .buttons .btn.cart-header-wrapper .cart-button {
  display: block;
  position: relative;
}
.site-header .buttons .btn.cart-header-wrapper .cart-button .quantity {
  position: absolute;
  top: -9px;
  right: -10px;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3;
  padding: 2px 5px;
  height: auto;
  width: fit-content;
  background-color: #49BA56;
  border-radius: 50%;
}
.site-header .buttons .btn.cart-header-wrapper .cart-overlay {
  visibility: hidden;
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: #FFFFFF;
  width: 62px;
  height: 77px;
  z-index: -1;
  border: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart-overlay {
    height: 67px;
    width: 52px;
    right: -12px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart-overlay {
    height: 57px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart-overlay {
    display: none;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart {
  display: none;
  position: absolute;
  top: calc(100% + 38px);
  right: -15px;
  background-color: #FFFFFF;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 30px 30px 45px 30px;
  min-width: 476px;
  z-index: 20;
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart {
    padding: 30px 30px 45px 30px;
    min-width: 426px;
    top: calc(100% + 28px);
    right: -12px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart {
    top: calc(100% + 17px);
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart {
    padding: 25px 25px 40px 25px;
    min-width: 426px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart {
    position: fixed;
    left: 0;
    top: 55px;
    min-width: auto;
    width: 100vw;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 1px;
  width: 61px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart:after {
    width: 51px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart:after {
    display: none;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .title-row {
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .title-row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .title-row {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .title-row {
    margin-bottom: 20px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .title-row p {
  font-size: 18px;
  font-weight: 500;
  color: #1D1D1B;
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .title-row p {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .title-row p {
    font-size: 14px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .title-row .close-button {
  display: block;
  max-width: 17px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items {
  max-height: calc(100vh - 450px);
  overflow-y: auto;
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items {
    max-height: calc(100vh - 380px);
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items {
    max-height: calc(100vh - 350px);
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items {
    padding-bottom: 20px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item {
  margin-bottom: 20px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item:last-child {
  margin-bottom: 0;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .image-wrapper {
  margin-right: 45px;
}
@media screen and (max-width: 1440px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items .item .image-wrapper {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items .item .image-wrapper {
    margin-right: 35px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .items .item .image-wrapper {
    margin-right: 30px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .image-wrapper img {
  max-width: 100px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .details-wrapper {
  color: #222222;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .details-wrapper .name {
  font-weight: 700;
  margin-bottom: 0;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .details-wrapper .detail {
  font-size: 13px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .details-wrapper .detail .heading {
  font-weight: 500;
}
.site-header .buttons .btn.cart-header-wrapper .cart .items .item .details-wrapper .samples-quantity {
  margin-top: 6px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .info-row {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  font-size: 15px;
  color: #707070;
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .info-row {
    font-size: 13px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row {
  padding-top: 26px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .total-row {
    padding-top: 23px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .total-row {
    padding-top: 20px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-text {
  font-weight: 500;
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper {
  text-align: right;
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper .total-inner-wrapper {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 1260px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper .total-inner-wrapper {
    font-weight: 26px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper .total-inner-wrapper {
    font-size: 23px;
  }
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper .total-inner-wrapper .total {
  margin-right: 4px;
}
.site-header .buttons .btn.cart-header-wrapper .cart .total-row .total-wrapper .excluding-vat-text {
  font-size: 13px;
}
.site-header .buttons .profile-info {
  margin-left: 10px;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .profile-info {
    display: none;
  }
}
.site-header .buttons .profile-info span {
  display: block;
  font-size: 0.6em;
}
.site-header .buttons .logout {
  margin-left: 15px;
}
.site-header .buttons .logout img {
  height: 26px;
}
.site-header .buttons .button {
  width: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .button {
    display: none;
  }
}
.site-header .buttons .mobile-login {
  display: none;
}
@media screen and (max-width: 780px) {
  .site-header .buttons .mobile-login {
    display: block;
  }
}
.site-header .menu-button {
  display: none;
}
@media screen and (max-width: 780px) {
  .site-header .menu-button {
    display: block;
  }
}
.site-header .menu-button img {
  width: 34px;
}
.site-header .main-menu {
  color: #707070;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .site-header .main-menu {
    border: 1px solid rgba(112, 112, 112, 0.5);
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% + 2px);
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.site-header .main-menu .menu-item.has-submenu {
  position: relative;
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item.has-submenu {
    margin-bottom: 5px;
  }
}
.site-header .main-menu .menu-item.has-submenu:hover .submenu, .site-header .main-menu .menu-item.has-submenu.child-menu-opened .submenu {
  display: block;
}
.site-header .main-menu .menu-item.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  min-width: 270px;
  padding-left: 14px;
  padding-right: 14px;
  border: 1px solid rgba(112, 112, 112, 0.5);
}
@media screen and (max-width: 1440px) {
  .site-header .main-menu .menu-item.has-submenu .submenu {
    min-width: 265px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .main-menu .menu-item.has-submenu .submenu {
    min-width: 255px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item.has-submenu .submenu {
    position: relative;
    padding: 10px 0 0 0;
    display: block;
    border: none;
  }
}
.site-header .main-menu .menu-item.has-submenu .submenu .menu-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.site-header .main-menu .menu-item.has-submenu .submenu .menu-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item.has-submenu .submenu .menu-item {
    margin-bottom: 5px;
  }
}
.site-header .main-menu .menu-item.has-submenu .submenu .menu-item a {
  padding: 13px 0px;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .site-header .main-menu .menu-item.has-submenu .submenu .menu-item a {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item.has-submenu .submenu .menu-item a {
    padding: 5px 0px;
    border: none;
  }
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item {
    margin-bottom: 15px;
  }
  .site-header .main-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.site-header .main-menu .menu-item a {
  display: block;
  padding: 25px;
}
@media screen and (max-width: 1440px) {
  .site-header .main-menu .menu-item a {
    padding: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .main-menu .menu-item a {
    padding: 15px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .main-menu .menu-item a {
    padding: 0;
  }
}

.site-footer {
  padding-bottom: 85px;
  font-weight: 500;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .site-footer {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1366px) {
  .site-footer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer {
    padding-bottom: 35px;
  }
}
.site-footer .logo-row {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .site-footer .logo-row {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .logo-row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .logo-row {
    margin-bottom: 20px;
  }
}
.site-footer .main-row {
  margin-bottom: 175px;
}
@media screen and (max-width: 1440px) {
  .site-footer .main-row {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 1366px) {
  .site-footer .main-row {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .main-row {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .main-row {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .main-row .col {
    margin-bottom: 30px;
  }
  .site-footer .main-row .col:last-child {
    margin-bottom: 0;
  }
}
.site-footer .main-row .col .menu .menu-item {
  line-height: 2.2;
}
.site-footer .main-row .col.payment-methods .logos-wrapper .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .site-footer .main-row .col.payment-methods .logos-wrapper .logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .main-row .col.payment-methods .logos-wrapper .logo {
    margin-bottom: 20px;
  }
}
.site-footer .main-row .col.payment-methods .logos-wrapper .logo img {
  max-height: 40px;
}
@media screen and (max-width: 1440px) {
  .site-footer .main-row .col.payment-methods .logos-wrapper .logo img {
    max-height: 35px;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .main-row .col.payment-methods .logos-wrapper .logo img {
    max-height: 25px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .main-row .col.payment-methods .logos-wrapper .logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .main-row .col.our-advantages {
    align-items: flex-start;
  }
}
.site-footer .legal-row .menu {
  color: #707070;
}
@media screen and (max-width: 780px) {
  .site-footer .legal-row .menu {
    margin-bottom: 30px;
  }
}
.site-footer .legal-row .menu .menu-item {
  margin-right: 75px;
}
.site-footer .legal-row .menu .menu-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .site-footer .legal-row .menu .menu-item {
    margin-right: 55px;
  }
  .site-footer .legal-row .menu .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .legal-row .menu .menu-item {
    margin-right: 35px;
  }
  .site-footer .legal-row .menu .menu-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .site-footer .legal-row .menu .menu-item {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .site-footer .legal-row .menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.site-footer .legal-row .copyright-text {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .site-footer .legal-row .copyright-text {
    text-align: left;
  }
}

@media screen and (max-width: 1440px) {
  .search.wider .search-wrapper {
    max-width: 540px;
  }
}
@media screen and (max-width: 1260px) {
  .search.wider .search-wrapper {
    max-width: 520px;
  }
}
@media screen and (max-width: 780px) {
  .search.wider .search-wrapper {
    max-width: 100%;
  }
}
.search.button-transparent .search-wrapper button {
  background: transparent;
}
.search .search-wrapper {
  max-width: 640px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .search .search-wrapper {
    max-width: 440px;
  }
}
@media screen and (max-width: 1260px) {
  .search .search-wrapper {
    max-width: 340px;
  }
}
.search .search-wrapper input {
  border: 1px solid #D8D8D8;
  height: 54px;
  padding: 0px 22px;
  color: #1D1D1D;
  width: 100%;
}
.search .search-wrapper input::-webkit-input-placeholder {
  color: #1D1D1D;
}

.search .search-wrapper input:-moz-placeholder {
  color: #1D1D1D;
}

.search .search-wrapper input::-moz-placeholder {
  color: #1D1D1D;
}

.search .search-wrapper input:-ms-input-placeholder {
  color: #1D1D1D;
}

@media screen and (max-width: 1440px) {
  .search .search-wrapper input {
    height: 34px;
    padding: 17px;
  }
}
@media screen and (max-width: 1260px) {
  .search .search-wrapper input {
    height: 29px;
    padding: 12px;
  }
}
.search .search-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 22px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .search .search-wrapper button {
    padding: 0px 12px;
  }
}
@media screen and (max-width: 1260px) {
  .search .search-wrapper button {
    padding: 0px 7px;
  }
}
@media screen and (max-width: 1440px) {
  .search .search-wrapper button img {
    width: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .search .search-wrapper button img {
    width: 18px;
  }
}

.site-content {
  margin-top: 152px;
  padding-top: 90px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  .site-content {
    margin-top: 121px;
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1260px) {
  .site-content {
    margin-top: 92px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 780px) {
  .site-content {
    margin-top: 56px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.header-section {
  height: calc(100vh - 171px);
}
@media screen and (max-width: 1440px) {
  .header-section {
    height: calc(100vh - 121px);
  }
}
@media screen and (max-width: 1260px) {
  .header-section {
    height: calc(100vh - 89px);
  }
}
@media screen and (max-width: 780px) {
  .header-section {
    height: calc(100vh - 56px);
  }
}
.header-section.not-fullscreen {
  height: auto;
}

.medium {
  font-weight: 500;
}

.colored.red {
  color: #FE4B4B;
}
.colored.green {
  color: #1D4B3D;
}
.colored.blue {
  color: #1D0EF9;
}
.colored.violet {
  color: #790DDE;
}
.colored.primary {
  color: #49BA56;
}
.colored.gray {
  color: #707070;
}
.colored.dark-green {
  color: #375E5C;
}

.fav-button.selected .not-selected-img {
  display: none;
}
.fav-button.selected .selected-img {
  display: block;
}
.fav-button .selected-img {
  display: none;
}

.samples-quantity {
  max-width: 100px;
  width: 100%;
}
.samples-quantity .quantity-button {
  font-size: 18px;
  font-weight: 700;
}
.samples-quantity input {
  height: 26px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  max-width: 42px;
}

.modal.not-logged-in .title {
  text-align: center;
}

.bordered {
  border: 1px solid rgba(228, 228, 228, 0.5);
}