@font-face {
  font-display: auto;
  font-family: Cormorant;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/Cormorant-Regular.woff)
      format("woff");
}
@font-face {
  font-display: auto;
  font-family: OpenSans-U;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/OpenSans-SemiBold.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: OpenSans-U;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/OpenSans-Regular.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/Inter-Regular.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: Inter-Reg;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/Inter-Medium.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: Inter-SemiBold;
  font-style: normal;
  font-weight: 600;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/Inter-SemiBold.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: Inter-Bold;
  font-style: normal;
  font-weight: 700;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/Inter-Bold.woff2)
      format("woff2");
}
@font-face {
  font-display: auto;
  font-family: Futura PT;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/FuturaPT-Medium.woff)
      format("woff");
}
@font-face {
  font-display: auto;
  font-family: Futura Reg;
  font-style: normal;
  font-weight: 400;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/FuturaPT-Book.woff)
      format("woff");
}
@font-face {
  font-display: auto;
  font-family: Futura Bold;
  font-style: normal;
  font-weight: 500;
  src:
    local("Inter"),
    url(/local/templates/nopreset/works/public_assets/fonts/FuturaPT-Heavy.woff)
      format("woff");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
}
.content-wrapper,
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.content-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 577px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.container-low {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .container-low {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 577px) {
  .container-low {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .container-low {
    padding-left: 32px;
    padding-right: 32px;
  }
}
:root {
  --cub: 0.22s cubic-bezier(0.48, 0.48, 0.48, 0.86);
}
:focus {
  outline-color: #1f232e;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
p {
  color: inherit;
  text-decoration: none;
}
a {
  -webkit-transition: var(--cub);
  transition: var(--cub);
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
}
a.active {
  color: #0841b4;
}
a:hover {
  color: #0072bc;
  text-decoration: none;
}
a:active {
  color: #0841b4;
  text-shadow: none;
}
[data-input="mouse"] :focus {
  outline: none;
}
button {
  background: 0;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: var(--cub);
  transition: var(--cub);
}
ol {
  padding-left: 18px;
}
ol,
ol li {
  list-style: decimal;
}
blockquote {
  font-style: italic;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
[hidden] {
  display: none !important;
}
p {
  display: block;
  margin-top: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[disabled] {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}
input,
textarea {
  -webkit-appearance: unset;
  background: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE4IDYgNiAxOE02IDZsMTIgMTIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  height: 24px;
  margin: 0 0 0 10px;
  width: 24px;
}
.flex-center,
.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.link {
  text-decoration: underline;
}
.link--red {
  color: #0072bc;
}
.hide {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .visible-XL {
    display: block !important;
  }
  .hide-XL {
    display: none !important;
  }
}
[data-fancybox] {
  cursor:
    url(/local/templates/nopreset/works/public_assets/img/zoom-in.png), pointer;
  -webkit-image-set:
    url(/local/templates/nopreset/works/public_assets/img/zoom-in.png) 1x,
    url(/local/templates/nopreset/works/public_assets/assets/img/zoom-in@2x.png)
      2x,
    pointer;
}
.targets-list {
  padding-left: 20px;
}
.targets-list__item {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  list-style-type: disc;
  text-align: left;
}
.__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 668px;
}
.__center {
  margin: auto 0;
}
.__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.__start {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  gap: 80px;
  justify-content: flex-end !important;
}
.__ekv {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media only screen and (max-width: 1200px) {
  .__second {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.footer-circle {
  background: #d73f33;
  border-radius: 100%;
  height: 2002px;
  position: absolute;
  top: 140px;
  width: 2003px;
}
.__mirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: var(--cub);
  transition: var(--cub);
  white-space: nowrap;
  z-index: 1;
}
.btn.hide {
  display: none;
}
button {
  color: inherit;
  padding: 0;
}
.ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.ico svg,
.sayuri {
  height: 100%;
  width: 100%;
}
.sayuri {
  background: #130424;
  overflow: hidden;
}
.sayuri-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 577px) and (max-width: 577px) {
  .sayuri-header__logo img {
    width: 247px;
  }
}
.sayuri-header__title {
  color: #fff;
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-header__title {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
}
.sayuri-header__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.sayuri-header__link {
  color: #e74d97;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 450;
  line-height: 30px;
  text-align: left;
  text-decoration: underline;
}
.sayuri-header__browsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .sayuri-header__browsers {
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .sayuri-header__browsers {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-header__browsers img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .sayuri-header__browsers img:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 577px) {
  .sayuri-header__browsers img:nth-child(2) {
    display: block;
  }
}
.sayuri-net {
  margin-top: 132px;
}
.sayuri-net .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .sayuri-net .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-net__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.sayuri-net__title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-net__title {
    font-family: Futura Bold;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.sayuri-net__subtitle {
  color: #e74d97;
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-net__subtitle {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
}
.sayuri-net__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .sayuri-net__pics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-net__pics-sushi {
  border: 6px solid #2f1940;
  border-radius: 24px;
  padding-top: 36px;
}
@media only screen and (max-width: 1023px) {
  .sayuri-net__pics-sushi {
    display: none;
  }
}
@media only screen and (max-width: 577px) {
  .sayuri-net__pics-sushi {
    display: block;
    width: 100%;
  }
}
.sayuri-net__pics-sushi__title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  text-align: center;
}
.sayuri-net__pics-sushi__subtitle {
  color: #fff;
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  opacity: 0.5;
  text-align: left;
  text-align: center;
}
.sayuri-net__pics-sushi img {
  width: 100%;
}
.sayuri-year {
  padding-top: 132px;
}
.sayuri-year .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sayuri-year .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-year .container-low .arrow {
  bottom: 60px;
  left: 50px;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .sayuri-year .container-low .arrow {
    display: none;
  }
}
.sayuri-year__pic,
.sayuri-year__pic img {
  width: 100%;
}
.sayuri-year__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  max-width: 419px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.sayuri-year__text-top {
  color: #e74d97;
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 450;
  line-height: 25.6px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-year__text-top {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 450;
    line-height: 16px;
    text-align: left;
  }
}
.sayuri-year__text-title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-year__text-title {
    font-family: Futura Bold;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.sayuri-year__text-subtitle {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-year__text-subtitle {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
.sayuri-catalog .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-catalog .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.sayuri-catalog__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.sayuri-catalog__pics img {
  width: 33%;
}
@media only screen and (max-width: 1023px) {
  .sayuri-catalog__pics img {
    width: auto;
  }
  .sayuri-catalog__pics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-catalog__text {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.5;
  text-align: center;
}
.sayuri-basket {
  margin-top: 102px;
}
.sayuri-basket .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 577px) {
  .sayuri-basket .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-basket__pic {
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .sayuri-basket__pic {
    display: none;
  }
}
.sayuri-basket__pic img {
  width: 100%;
}
.sayuri-basket__picture {
  display: none;
}
@media only screen and (max-width: 577px) {
  .sayuri-basket__picture {
    display: block;
    height: 745px;
    position: relative;
    width: 100%;
  }
}
.sayuri-basket__picture img {
  left: -16px;
  position: absolute;
  width: 100%;
}
.sayuri-basket__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Futura PT;
  font-size: 24px;
  font-weight: 400;
  gap: 48px;
  line-height: 36px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-basket__sec {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .sayuri-basket__sec-third,
  .sayuri-basket__sec-third img {
    width: 100%;
  }
}
.sayuri-support {
  margin-top: 176px;
}
.sayuri-support .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.sayuri-support__title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__title {
    font-family: Futura Bold;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.sayuri-support__subtitle {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__subtitle {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
.sayuri-support__img {
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__img {
    display: none;
  }
}
.sayuri-support__img img {
  max-width: 100%;
}
.sayuri-support__imgs {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.sayuri-support__imgs img {
  width: 100%;
}
.sayuri-support__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 862px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding: 56px 63px 52px 87px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #231032;
  border: 6px solid #2f1940;
  border-radius: 16px;
  justify-content: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 24px 31px;
    width: 100%;
  }
}
.sayuri-support__bonuses-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 578px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
}
.sayuri-support__bonuses-top__medal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-top__medal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sayuri-support__bonuses-top__medal-circle {
  border-radius: 100%;
  height: 120px;
  width: 120px;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-top__medal-circle {
    height: 40px;
    width: 40px;
  }
}
.sayuri-support__bonuses-top__medal-name {
  color: #fff;
  font-family: Futura Bold;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-top__medal-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
  }
}
.sayuri-support__bonuses-top__medal-count {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-top__medal-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}
.sayuri-support__bonuses-bot {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-bot {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
.sayuri-support__bonuses-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .sayuri-support__bonuses-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sayuri-support__bonuses-one__left img {
  max-width: 100%;
}
.sayuri-support__bonuses-one__right {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 25px;
  max-width: 523px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-support__bonuses-one__right {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
.sayuri-feedback {
  margin-top: 175px;
}
.sayuri-feedback .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.sayuri-feedback__title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-feedback__title {
    font-family: Futura Bold;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
  }
}
.sayuri-feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1082px;
}
@media only screen and (max-width: 1023px) {
  .sayuri-feedback__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .sayuri-feedback__item img {
    width: 100%;
  }
}
.sayuri-feedback__item-right {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 25px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-feedback__item-right {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    text-align: left;
  }
}
.sayuri-next {
  margin-top: 189px;
}
.sayuri-next .container-low {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sayuri-next .container-low,
.sayuri-next__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sayuri-next__title {
  color: #fff;
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  gap: 8px;
  line-height: 64px;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-next__title {
    font-family: Futura Bold;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.sayuri-next__title-second {
  font-family: Futura Bold;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin-top: -24px;
  opacity: 0.5;
  text-align: left;
}
@media only screen and (max-width: 577px) {
  .sayuri-next__title-second {
    font-family: Futura Bold;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-top: -4px;
    text-align: left;
  }
}
.sayuri-next__subtitle {
  color: #fff;
  font-family: Futura PT;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 760px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-next__subtitle {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
}
.sayuri-next__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sayuri-next__pics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .sayuri-next__pics img {
    width: 100%;
  }
}
.sayuri-footer {
  margin-top: 140px;
  padding-bottom: 112px;
}
.sayuri-footer .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sayuri-footer__text {
  color: #fff;
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  max-width: 721px;
  text-align: center;
}
@media only screen and (max-width: 577px) {
  .sayuri-footer__text {
    font-family: Futura PT;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
}
.bronze {
  background: linear-gradient(39.02deg, #c57346 5.73%, #db9069 94.67%);
}
.silver {
  background: linear-gradient(39.02deg, #bcbcbc 5.73%, #d4d4d4 94.67%);
}
.gold {
  background: linear-gradient(39.02deg, #ecae41 5.73%, #f3c15e 94.67%);
}
@media (max-width: 767px) {
  [data-scroll-hint="true"]:after {
    -webkit-animation: arrowPulse 1.5s infinite;
    animation: arrowPulse 1.5s infinite;
    bottom: 10px;
    color: #fff;
    content: "→";
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.55));
    font-size: 24px;
    opacity: 0;
    position: absolute;
    right: 10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  [data-scroll-hint="true"].visible:after {
    opacity: 1;
  }
}
@font-face {
  font-display: swap;
  font-family: Onest;
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/nopreset/works/public_assets/fonts/Onest-Regular.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Onest;
  font-style: normal;
  font-weight: 500;
  src: url(/local/templates/nopreset/works/public_assets/fonts/Onest-Medium.woff2)
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Onest;
  font-style: normal;
  font-weight: 600;
  src: url(/local/templates/nopreset/works/public_assets/fonts/Onest-SemiBold.woff2)
    format("woff2");
}
.block-paragraph {
  background-color: #e8ecee;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  max-width: 472px;
  padding: 24px;
}
@media only screen and (max-width: 1440px) {
  .block-paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
@media only screen and (max-width: 1400px) {
  .block-paragraph {
    max-width: 407px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
@media only screen and (max-width: 577px) {
  .block-paragraph {
    max-width: 100%;
    padding: 12px;
  }
}
.block-paragraph_bottom-left {
  bottom: -94px;
  position: absolute;
}
.kamelia {
  --main-border-color: #e8ecee;
  color: #153e50;
  font-family: Onest, sans-serif;
  font-size: 20px;
  padding-top: 48px;
}
.kamelia__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .kamelia {
    font-size: 18px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia {
    padding-top: 40px;
  }
}
.kamelia__section_default {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__section_default {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__section_default {
    gap: 32px;
    margin-bottom: 216px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__section_default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 116px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kamelia__section_default-2 {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__section_default-2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__section_default-2 {
    gap: 32px;
    margin-bottom: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__section_default-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 116px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kamelia__section_with-grid {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__section_with-grid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__section_with-grid {
    gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__section_with-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 116px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__section_with-grid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kamelia__section_wrap {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 200px;
  padding-left: 32px;
  padding-right: 32px;
  row-gap: 39px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__section_wrap {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__section_wrap {
    padding-left: 24px;
    padding-right: 24px;
    row-gap: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__section_wrap {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 820px) {
  .kamelia__section_wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__section_wrap {
    padding-left: 12px;
    padding-right: 12px;
    row-gap: 32px;
  }
}
.kamelia__section_solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kamelia__section-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.kamelia__section-footer-paragraph {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-left: auto;
  max-width: 459px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__section-footer-paragraph {
    font-size: 20px;
    line-height: 28px;
    max-width: 376px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__section-footer-paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}
.kamelia__column_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 472px;
  flex: 1 1 472px;
  min-width: 472px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column_text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 375px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column_text {
    max-width: none;
  }
}
.kamelia__column_text-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 472px;
  flex: 1 1 472px;
  min-width: 472px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column_text-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 367px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__column_text-2 {
    max-width: none;
  }
}
.kamelia__column_text-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 472px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__column_text-3 {
    max-width: 375px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__column_text-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 367px;
    flex: 1 1 367px;
    max-width: 367px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column_text-3 {
    max-width: none;
  }
}
.kamelia__column_text-narrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 459px;
  flex: 0 1 459px;
  min-width: 459px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column_text-narrow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 375px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column_text-narrow {
    max-width: none;
  }
}
.kamelia__column_image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  max-width: 1333px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    min-width: 762px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__column_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    min-width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column_image {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .kamelia__column_image {
    margin-right: 0;
  }
}
.kamelia__column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
}
@media only screen and (max-width: 1200px) {
  .kamelia__column_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 820px) {
  .kamelia__column_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__column_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.kamelia__column-title {
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 80px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__column-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__column-title {
    text-align: left;
  }
}
.kamelia__column-title-2 {
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 80px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__column-title-2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__column-title-2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__column-title-2 {
    text-align: left;
  }
}
.kamelia__column-title-3 {
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 80px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__column-title-3 {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__column-title-3 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__column-title-3 {
    text-align: left;
  }
}
.kamelia__column-bottom-image {
  border-radius: 8px;
  display: block;
  max-width: 1320px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column-bottom-image {
    max-width: 985px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__column-bottom-image {
    max-width: 100%;
  }
}
.kamelia__column-image {
  border-radius: 16px;
  display: block;
  height: 100%;
  max-height: 760px;
  max-width: 1333px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column-image {
    height: 557px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia__column-image {
    height: 368px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__column-image {
    height: 203px;
  }
}
.kamelia__column-text-footer {
  margin-top: 56px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__column-text-footer {
    margin-top: 32px;
  }
}
.kamelia__column-text-paragraph {
  background-color: #f3f5f6;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 16px;
  text-align: left;
}
.kamelia__column-text-paragraph:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__column-text-paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.kamelia__head-title {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__head-title {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__head-title {
    margin-bottom: 20px;
  }
}
.kamelia__head-header {
  background: url(/local/templates/nopreset/works/public_assets/img/kamelia/kamelia-title-logo.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: transparent;
  height: 62px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__head-header {
    background-size: 100% 100%;
    height: 49px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__head-header {
    background-position: 50% 0;
    height: 47px;
    margin-right: auto;
    max-width: 356px;
  }
}
.kamelia__head-link {
  color: #153e50;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 236px;
  opacity: 0.5;
  text-align: left;
  text-decoration: underline;
}
@media only screen and (max-width: 1600px) {
  .kamelia__head-link {
    margin-bottom: 97px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__head-link {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__head-link {
    margin-bottom: 32px;
  }
}
.kamelia__head-image {
  border-radius: 16px;
  display: block;
  height: 100%;
  max-height: 696px;
  max-width: 1320px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia__head-image {
    height: 520px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__head-image {
    height: 188px;
  }
}
.kamelia__image-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #f3f5f6;
  border-radius: 16px;
  justify-content: space-between;
  padding: 56px 100px;
}
@media only screen and (max-width: 1600px) {
  .kamelia__image-footer {
    padding: 56px 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__image-footer {
    padding: 56px 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia__image-footer {
    padding: 56px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia__image-footer {
    gap: 32px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.kamelia__paragraph {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .kamelia__paragraph {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__paragraph {
    margin-bottom: 15px;
  }
}
.kamelia__paragraph-1 {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .kamelia__paragraph-1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__paragraph-1 {
    margin-bottom: 15px;
  }
}
.kamelia__paragraph-2 {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .kamelia__paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.kamelia__image-paragraph {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .kamelia__image-paragraph {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__image-paragraph {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia__image-paragraph {
    text-align: left;
  }
}
.kamelia__image-paragraph-light {
  color: #153e50;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .kamelia__image-paragraph-light {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia__image-paragraph-light {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__image-paragraph-light {
    display: block;
    font-size: 16px;
    line-height: 16px;
  }
}
.kamelia__task-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: #f3f5f6;
  border-radius: 16px;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 429px;
  padding: 24px;
  width: 33%;
}
.kamelia__task-item:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 1440px) {
  .kamelia__task-item:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__task-item:not(:last-child) {
    margin-right: 0;
    padding-top: 28px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__task-item {
    max-width: 323px;
    padding-top: 46px;
  }
}
@media screen and (max-width: 820px) {
  .kamelia__task-item {
    max-width: 100%;
    max-width: none;
    padding-bottom: 24px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__task-item {
    max-width: 100%;
    max-width: none;
    padding-bottom: 24px;
    padding-top: 28px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.kamelia__task-image {
  display: block;
  max-height: 256px;
  max-width: 429px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia__task-image {
    margin-left: 4px;
    margin-right: 4px;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__task-image {
    margin-left: 42px;
    margin-right: 42px;
  }
  .kamelia__task-image:nth-child(3) {
    max-height: 348px;
  }
}
.kamelia__task-paragraph {
  bottom: 52px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .kamelia__task-paragraph {
    bottom: 24px;
    max-width: 375px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia__task-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia__task-paragraph {
    max-width: 100%;
  }
}
.kamelia-problem__grid-block {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: repeat(19, 38px);
  margin-bottom: 48px;
  max-width: 1320px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-problem__grid-block {
    grid-template-rows: repeat(19, 28.3px);
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .kamelia-problem__grid-block {
    grid-template-rows: repeat(19, auto);
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-problem__grid-block {
    margin-bottom: 8px;
  }
}
.kamelia-problem__grid-image_1 {
  display: block;
  grid-row: span 8;
  height: 100%;
  max-width: 357px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-image_1 {
    margin: 0;
    max-width: none;
  }
}
.kamelia-problem__grid-image_2 {
  display: block;
  grid-row: span 8;
  height: 100%;
  margin-bottom: 14px;
  margin-left: 14px;
  max-width: 469px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia-problem__grid-image_2 {
    margin-bottom: 11px;
    margin-left: 11px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-image_2 {
    margin: 0;
    max-width: none;
    padding: 0;
  }
}
.kamelia-problem__grid-image_3 {
  display: block;
  grid-row: span 10;
  height: 100%;
  margin-left: 14px;
  max-width: 466px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia-problem__grid-image_3 {
    max-width: 348px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-image_3 {
    margin: 0;
    max-width: none;
  }
}
.kamelia-problem__grid-image_4 {
  display: block;
  grid-column: span 2;
  grid-row: span 11;
  height: 100%;
  margin-top: 14px;
  max-width: 840px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-image_4 {
    margin: 0;
    max-width: none;
  }
}
.kamelia-problem__grid-image_5 {
  display: block;
  grid-row: span 8;
  height: 100%;
  margin-left: 14px;
  margin-top: 14px;
  max-width: 466px;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .kamelia-problem__grid-image_5 {
    max-width: 348px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-problem__grid-image_5 {
    margin: 0;
    max-width: none;
  }
}
.kamelia-solution__top-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 797px;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__top-image {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__top-image {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kamelia-solution__container {
  background-color: #f3f5f6;
}
.kamelia-solution__body {
  -webkit-box-flex: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding: 80px 32px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__body {
    font-weight: 500;
    padding: 80px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__body {
    padding: 40px 12px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__body {
    padding-bottom: 80px;
  }
}
.kamelia-solution__header {
  justify-self: center;
  margin-bottom: 64px;
  max-width: 810px;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__header {
    margin-bottom: 40px;
    max-width: none;
  }
}
.kamelia-solution__header-title {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 80px;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__header-title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-solution__header-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.kamelia-solution__header-paragraph {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__header-paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}
.kamelia-solution__block {
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block {
    margin-bottom: 40px;
  }
}
.kamelia-solution__block-paragraph {
  background-color: #e8ecee;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  max-width: 472px;
  padding: 24px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-paragraph {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    min-width: auto;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 407px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
.kamelia-solution__block-paragraph_bottom-left {
  bottom: -94px;
  position: absolute;
}
.kamelia-solution__block-1-image {
  border-radius: 16px 16px 16px 0;
  display: block;
  max-width: 1856px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-1-image {
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-1-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.kamelia-solution__block-1-paragraph {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  bottom: -104px;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-1-paragraph {
    bottom: -126px;
    max-width: 374px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-1-paragraph {
    max-width: none;
    position: static;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-1-paragraph {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 12px;
  }
}
.kamelia-solution__block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kamelia-solution__block-2-image {
  border-radius: 16px;
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 1320px;
  flex: 1 1 1320px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-2-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    border: 2px solid #e8ecee;
    border-radius: 8px 8px 0 0;
    height: auto;
    order: -1;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-2-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-solution__block-2-paragraph {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  margin-top: 154px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 536px;
  padding-right: 64px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-2-paragraph {
    margin-top: 135px;
    max-width: 407px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-2-paragraph {
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-2-paragraph {
    margin-bottom: 0;
    padding: 12px;
  }
}
.kamelia-solution__block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-3 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: calc(80% - 10px) 20%;
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
}
.kamelia-solution__block-3-image {
  border-radius: 16px;
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-3-image {
    border: 2px solid #e8ecee;
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-3-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    width: 100%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    border: 2px solid #e8ecee;
    border-radius: 8px 8px 0 0;
    order: -2;
  }
}
.kamelia-solution__block-3-image-2 {
  border-radius: 16px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 2px solid #e8ecee;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-3-image-2 {
    min-height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-3-image-2 {
    border-radius: 16px 16px 0 0;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-3-image-2 {
    -webkit-box-flex: 1;
    border: 2px solid #e8ecee;
    border-radius: 8px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 353px;
    max-width: 174px;
    width: 100%;
  }
}
.kamelia-solution__block-3-paragraph {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  margin-top: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 536px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-3-paragraph {
    max-width: 407px;
    min-width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-3-paragraph {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: none;
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: +2;
    grid-column: span 2;
    order: 2;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-3-paragraph {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 40px;
    margin-top: 0;
    max-width: none;
    padding: 12px;
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.kamelia-solution__block-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-4 {
    margin-bottom: 41px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kamelia-solution__block-4-image {
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  border-radius: 16px;
  -ms-flex: 1 1 1320px;
  flex: 1 1 1320px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-4-image {
    height: 457px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-4-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    border-radius: 16px 16px 0 0;
    order: -1;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-4-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-solution__block-4-paragraph {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  margin-top: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 536px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-4-paragraph {
    margin-top: 32px;
    max-width: 407px;
    min-width: auto;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-4-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-4-paragraph {
    margin-bottom: 0;
    padding: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-5 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-5 {
    margin-bottom: 40px;
  }
}
.kamelia-solution__block-5-image {
  border-radius: 16px;
  border-top-left-radius: 0;
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-5-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    border: 2px solid #e8ecee;
    order: -1;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-5-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-solution__block-5-paragraph {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: absolute;
  top: -196px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 0;
  min-width: 472px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-5-paragraph {
    max-width: 375px;
    min-width: auto;
    top: -238px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-5-paragraph {
    border-radius: 0 0 16px 16px;
    max-width: none;
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-5-paragraph {
    padding: 12px;
  }
}
.kamelia-solution__block-5-text {
  margin-bottom: 8px;
}
.kamelia-solution__block-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-6 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-6 {
    margin-bottom: 40px;
  }
}
.kamelia-solution__block-6-image {
  border-radius: 16px;
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 1333px;
  flex: 1 1 1333px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-6-image {
    -webkit-box-flex: 1;
    border: 2px solid #e8ecee;
    border-radius: 16px 16px 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    min-height: 256px;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-6-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-solution__block-6-paragraph {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 32px;
  padding-left: 64px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 523px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-6-paragraph {
    max-width: 407px;
    min-width: auto;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-6-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-6-paragraph {
    padding: 12px;
  }
}
.kamelia-solution__block-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-7 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-7 {
    margin-bottom: 40px;
  }
}
.kamelia-solution__block-7-image {
  border-radius: 16px;
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 1333px;
  flex: 1 1 1333px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-7-image {
    -webkit-box-flex: 1;
    border-radius: 16px 16px 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    min-height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-7-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-solution__block-7-paragraph {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 32px;
  padding-left: 64px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 523px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-7-paragraph {
    max-width: 407px;
    min-width: auto;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-7-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-7-paragraph {
    padding: 12px;
  }
}
.kamelia-solution__block-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-8 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-8 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: calc(18.6% - 5px) calc(81.4% - 5px);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    row-gap: 0;
  }
}
.kamelia-solution__block-8-image {
  border-radius: 16px;
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-8-image {
    min-height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-8-image {
    border-radius: 16px 16px 0 0;
    height: auto;
    height: 100%;
    margin-right: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-8-image {
    height: 462px;
    -webkit-box-flex: 1;
    border-radius: 8px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 16px;
  }
}
.kamelia-solution__block-8-image-2 {
  border-radius: 16px;
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-8-image-2 {
    -webkit-box-flex: 1;
    border-radius: 16px 16px 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-8-image-2 {
    border-radius: 8px 8px 0 0;
    min-height: auto;
  }
}
.kamelia-solution__block-8-paragraph {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 32px;
  padding-left: 64px;
  padding-right: 11px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 523px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-8-paragraph {
    max-width: 407px;
    min-width: auto;
    padding-left: 32px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-8-paragraph {
    border-radius: 0 0 16px 16px;
    grid-column: span 2;
    margin-top: 0;
    max-width: none;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-8-paragraph {
    padding: 12px;
  }
}
.kamelia-solution__block-9-image {
  border: 2px solid #e8ecee;
  border-radius: 16px;
  display: block;
  max-width: 1333px;
  overflow: hidden;
  width: 100%;
  width: calc(100% - 523px);
}
@media only screen and (max-width: 1440px) {
  .kamelia-solution__block-9-image {
    max-width: none;
    width: calc(100% - 407px);
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-solution__block-9-image {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-solution__block-9-image {
    border-radius: 8px;
  }
}
.kamelia-collection {
  margin-top: 140px;
}
@media only screen and (max-width: 767px) {
  .kamelia-collection {
    margin-top: 80px;
  }
}
.kamelia-collection__block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1 {
    gap: 32px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-1 {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.kamelia-collection__block-1_text {
  max-width: 472px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1_text {
    max-width: 375px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-1_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.kamelia-collection__block-1_images {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.kamelia-collection__block-1-title {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 64px;
  margin-bottom: 56px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-collection__block-1-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.kamelia-collection__block-1-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
  }
}
.kamelia-collection__block-1-image {
  border: 2px solid #e8ecee;
  border-radius: 16px;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-1-image {
    border: 2px solid #e8ecee;
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-collection__block-1-image {
    height: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-1-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-collection__block-1-paragraph {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  left: -536px;
  max-width: 536px;
  position: absolute;
  top: 764px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1-paragraph {
    left: -407px;
    max-width: 407px;
    top: 570px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-1-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
    position: static;
  }
}
.kamelia-collection__block-1-text {
  margin-bottom: 8px;
}
.kamelia-collection__block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-2 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-2 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    grid-template-columns: calc(77% - 5px) calc(23% - 5px);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
}
.kamelia-collection__block-2-paragraph {
  border: 2px solid #e8ecee;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  left: 0;
  position: absolute;
  top: -186px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-2-paragraph {
    max-width: 375px;
    top: -204px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-2-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: +2;
    grid-column: span 2;
    order: 2;
  }
}
.kamelia-collection__block-2-image {
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  border-radius: 16px;
  -ms-flex: 1 1 1435px;
  flex: 1 1 1435px;
  margin-right: 10px;
  max-width: 1435px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-2-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    border-radius: 16px 16px 0 0;
    margin-right: 0;
    order: -1;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-2-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-collection__block-2-image-2 {
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  border-radius: 16px;
  -ms-flex: 1 1 411px;
  flex: 1 1 411px;
  max-width: 411px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-2-image-2 {
    -webkit-box-flex: 1;
    border-radius: 16px 16px 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-collection__block-2-image-2 {
    max-width: 174px;
    min-height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-2-image-2 {
    border-radius: 8px;
    height: auto;
    height: 385px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    margin-bottom: 16px;
    min-height: 385px;
    order: -2;
  }
}
.kamelia-collection__block-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kamelia-collection__block-3-image {
  display: block;
  -webkit-box-flex: 1;
  border: 2px solid #e8ecee;
  border-radius: 16px;
  -ms-flex: 1 1 1333px;
  flex: 1 1 1333px;
  max-width: 1333px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-3-image {
    -webkit-box-flex: 1;
    border: 2px solid #e8ecee;
    border-radius: 16px 16px 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .kamelia-collection__block-3-image {
    height: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-3-image {
    border-radius: 8px 8px 0 0;
  }
}
.kamelia-collection__block-3-paragraph {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 32px;
  max-width: 523px;
  padding-left: 64px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-3-paragraph {
    max-width: 407px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-3-paragraph {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-3-paragraph {
    padding: 12px;
  }
}
.kamelia-footer {
  background: url(/local/templates/nopreset/works/public_assets/img/kamelia/kamelia-photo-footer.jpg);
  background-size: 100% 100%;
  height: 912px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-footer {
    background-position: 50% 50%;
    background-size: cover;
    height: 684px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-footer {
    height: 598px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.kamelia-footer__title {
  background: url(/local/templates/nopreset/works/public_assets/img/kamelia/kamelia-footer-logo.svg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: transparent;
  height: 18px;
  margin-bottom: 8px;
  padding-top: 126px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .kamelia-footer__title {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-footer__title {
    padding-top: 74px;
  }
}
.kamelia-footer__subtile {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 80px;
  margin-bottom: 64px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .kamelia-footer__subtile {
    font-size: 64px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-footer__subtile {
    font-size: 40px;
    letter-spacing: -0.03em;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.kamelia-footer__paragraph {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 797px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-footer__paragraph {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-footer__paragraph {
    font-size: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    line-height: 24px;
    text-align: center;
    width: 100%;
  }
}
.mfabric {
  background: #fff;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.mfabric-top {
  background: #dfebd1;
}
.mfabric-top .container-low {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 48px;
  padding-top: 112px;
}
.mfabric-top .container-low,
.mfabric-top__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfabric-top__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 699px;
}
.mfabric-top__title {
  color: #3c2f2f;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.02px;
  margin-top: 23px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.mfabric-top__link,
.mfabric-top__title {
  font-family: Futura Reg;
  text-align: center;
  text-underline-position: from-font;
}
.mfabric-top__link {
  color: #4e7f59;
  font-size: 24px;
  font-weight: 450;
  line-height: 30.77px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.mfabric-top__link:hover {
  color: #3c2f2f;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfabric-top__sofa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mfabric-map {
  background: url(/local/templates/nopreset/works/public_assets/img/mfabric/parallax.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.mfabric-map .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  height: 488px;
  justify-content: flex-end;
  padding-right: 0;
  padding-top: 61px;
}
.mfabric-map__note {
  background: #ffe4d1;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  height: 205px;
  line-height: 30.77px;
  padding: 25px 30px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  width: 752px;
}
@media only screen and (max-width: 767px) {
  .mfabric-map__note {
    font-size: 18px;
    height: 154px;
    line-height: 22.77px;
    width: 522px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-map__note {
    font-size: 15px;
    height: 218px;
    line-height: 22.77px;
    width: auto;
  }
}
.mfabric-was {
  background: #4c7b56;
}
.mfabric-was .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 88px;
  padding-top: 88px;
}
@media only screen and (max-width: 1023px) {
  .mfabric-was .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mfabric-was__img {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .mfabric-was__img {
    width: 100%;
  }
}
.mfabric-was__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #dfebd1;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .mfabric-was__text {
    width: 100%;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-was__text {
    gap: 8px;
  }
}
.mfabric-was__text-title {
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 82.05px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .mfabric-was__text-title {
    text-align: center;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-was__text-title {
    font-size: 50px;
  }
}
.mfabric-was__text-subtitle {
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .mfabric-was__text-subtitle {
    text-align: center;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-was__text-subtitle {
    font-size: 18px;
    line-height: 23.77px;
  }
}
.mfabric-do {
  background: #fff;
}
.mfabric-do .swiper-slide {
  cursor: pointer;
}
.mfabric-do .sofa-swiper .swiper-slide {
  width: 276px;
}
.mfabric-do .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 64px;
  padding-top: 120px;
}
@media only screen and (max-width: 577px) {
  .mfabric-do .container-low {
    padding-top: 40px;
  }
}
.mfabric-do__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #3c2f2f;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
  max-width: 667px;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__text {
    gap: 8px;
  }
}
.mfabric-do__text-title {
  font-family: Futura Bold;
  font-size: 64px;
  font-weight: 500;
  line-height: 82.05px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__text-title {
    font-size: 40px;
  }
}
.mfabric-do__text-subtitle {
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__text-subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-do__imgs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
.mfabric-do__imgs,
.mfabric-do__imgs-sofa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfabric-do__imgs-sofa {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 640px;
}
@media only screen and (max-width: 1200px) {
  .mfabric-do__imgs-sofa {
    width: 100%;
  }
}
.mfabric-do__imgs-sofa__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfabric-do__imgs-sofa__text {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .mfabric-do__imgs-sofa__text {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-do__scroll {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 200px;
  justify-content: center;
  -webkit-transform: translateY(calc(50% + 40px));
  -ms-transform: translateY(calc(50% + 40px));
  transform: translateY(calc(50% + 40px));
  width: 100%;
}
.mfabric-do__scroll,
.mfabric-do__scroll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfabric-do__scroll-item {
  font-family: Futura Reg;
  font-size: 15.15px;
  font-weight: 450;
  line-height: 18.18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: 13.78px;
  color: #3c2f2f;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  height: 185px;
  padding-bottom: 27.5px;
  padding-top: 27.5px;
  text-align: center;
  width: 192px;
}
.mfabric-do__scroll-item.active {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 10;
}
.mfabric-do__about {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__about {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-do__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 200px;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__select {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .mfabric-do__select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.mfabric-do__select-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .mfabric-do__select-left {
    width: 100%;
  }
}
.mfabric-do__select-left__title {
  color: #3c2f2f;
  font-family: Futura Bold;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__select-left__title {
    font-size: 32px;
    line-height: 35px;
  }
}
.mfabric-do__select-left__subtitle {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-do__select-left__subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-do__select-right {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .mfabric-do__select-right {
    width: 100%;
  }
}
.mfabric-do__select-right img {
  width: 100%;
}
.mfabric-intg {
  background: #f3eae0;
  margin-top: 200px;
  padding-bottom: 125px;
  padding-top: 83px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .mfabric-intg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-intg {
    margin-top: 60px;
  }
}
.mfabric-intg .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 104px;
}
@media only screen and (max-width: 1023px) {
  .mfabric-intg .container-low {
    gap: 55px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-intg .container-low {
    gap: 16px;
  }
}
.mfabric-intg__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .mfabric-intg__item {
    gap: 16px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-intg__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mfabric-intg__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.mfabric-intg__item-left {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1439px) {
  .mfabric-intg__item-left {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-intg__item-left img {
  max-width: 294px;
}
@media only screen and (max-width: 1023px) {
  .mfabric-intg__item-left img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-intg__item-left img {
    max-width: 320px;
  }
}
.mfabric-intg__item-right__title {
  color: #3c2f2f;
  font-family: Futura Bold;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1439px) {
  .mfabric-intg__item-right__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.mfabric-intg__item-right__subtitle {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1439px) {
  .mfabric-intg__item-right__subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-intg__item-right img {
    display: none;
  }
}
.mfabric-intg__api {
  left: 290px;
  position: absolute;
  top: 240px;
}
@media only screen and (max-width: 1439px) {
  .mfabric-intg__api {
    left: 300px;
    top: 242px;
  }
}
@media only screen and (max-width: 1023px) {
  .mfabric-intg__api {
    display: none;
  }
}
.mfabric-intg__api img {
  max-width: 740px;
}
@media only screen and (max-width: 1200px) {
  .mfabric-intg__api img {
    max-width: 630px;
  }
}
.mfabric-pay {
  background: #fff;
}
@media only screen and (max-width: 1439px) {
  .mfabric-pay {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 577px) {
  .mfabric-pay {
    padding-top: 0;
  }
}
.mfabric-pay .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .mfabric-pay .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .mfabric-pay__left {
    width: 48%;
  }
}
@media only screen and (max-width: 1023px) {
  .mfabric-pay__left {
    width: 100%;
  }
}
.mfabric-pay__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 668px;
}
@media only screen and (max-width: 1200px) {
  .mfabric-pay__right {
    width: 48%;
  }
}
@media only screen and (max-width: 1023px) {
  .mfabric-pay__right {
    width: 100%;
  }
}
.mfabric-pay__right-title {
  color: #3c2f2f;
  font-family: Futura Bold;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-pay__right-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.mfabric-pay__right-subtitle {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-pay__right-subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
.mfabric-parallax {
  background: #fff;
  height: 549px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 577px) {
  .mfabric-parallax {
    height: 240px;
  }
}
.mfabric-parallax__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.mfabric-parallax__wrapper .parallax-img {
  opacity: 0;
  -webkit-transform: translateY(376px) rotate(15deg);
  -ms-transform: translateY(376px) rotate(15deg);
  transform: translateY(376px) rotate(15deg);
  -webkit-transition:
    opacity 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
  transition:
    opacity 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out;
  transition:
    opacity 1s ease-in-out,
    transform 1s ease-in-out,
    -webkit-transform 1s ease-in-out;
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .mfabric-parallax__wrapper .parallax-img {
    width: 130%;
  }
}
.mfabric-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Futura Bold;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c7b56;
  color: #dfebd1;
  height: 376px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .mfabric-footer {
    font-size: 30px;
    height: auto;
    line-height: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.mfabric-footer__text {
  margin: 0 auto;
  max-width: 888px;
}
.mfabric-life {
  margin-top: 200px;
}
@media only screen and (max-width: 577px) {
  .mfabric-life {
    margin-top: 60px;
  }
}
.mfabric-life .mySwiper {
  margin-top: 35px;
}
.mfabric-life .swiper-slide {
  cursor: pointer;
  width: 320px !important;
}
.mfabric-life .container-low {
  gap: 35px;
}
.mfabric-life .container-low,
.mfabric-life__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mfabric-life__text {
  gap: 24px;
  margin: 0 auto;
  max-width: 943px;
}
@media only screen and (max-width: 577px) {
  .mfabric-life__text {
    gap: 16px;
  }
}
.mfabric-life__text-title {
  color: #3c2f2f;
  font-family: Futura Bold;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-life__text-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.mfabric-life__text-subtitle {
  color: #3c2f2f;
  font-family: Futura Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.77px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .mfabric-life__text-subtitle {
    font-size: 20px;
    line-height: 23px;
  }
}
.__imgs-top {
  gap: 24px;
  padding: 0 48px;
}
@media only screen and (max-width: 577px) {
  .__imgs-top {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .__imgs-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.__imgs-bot {
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .__imgs-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.__olamind {
  margin-top: 64px;
}
.__text-first {
  max-width: 781px;
}
.__text-second {
  max-width: 669px;
}
.__intg-img {
  max-width: 439px;
}
.__intg-img img {
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .whado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .whado img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.__scrl-1 {
  background: #ffdfd5;
}
.__scrl-2 {
  background: #ffe4d1;
}
.__scrl-3 {
  background: #f3eae0;
}
.__scrl-4 {
  background: #ffdfd5;
}
.__scrl-5 {
  background: #e8ecf3;
}
.__scrl-6 {
  background: #dfebd1;
}
.mfabric-do__scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 577px) {
  .intg-image1 {
    display: none;
  }
}
.intg-image2 {
  display: none;
}
@media only screen and (max-width: 577px) {
  .intg-image2 {
    display: block;
  }
}
.whado50 {
  width: 50%;
}
@media only screen and (max-width: 1439px) {
  .whado50 {
    width: 100%;
  }
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 900;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Black.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Black.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 900;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-BlackItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-BlackItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 100;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Thin.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Thin.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 300;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Light.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Light.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 500;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-MediumItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-MediumItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 700;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-BoldItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-BoldItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 300;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-LightItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-LightItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 400;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-RegularItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-RegularItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 500;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Medium.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Medium.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: italic;
  font-weight: 100;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-ThinItalic.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-ThinItalic.woff)
      format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 700;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Bold.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Bold.woff)
      format("woff");
}
.enso {
  background: #f4d74e;
  font-family:
    Cera Pro,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (min-width: 767px) {
  .enso {
    font-size: 18px;
    line-height: 133%;
  }
}
.enso ::-webkit-scrollbar {
  height: 0;
  width: 12px;
}
.enso-block {
  margin-bottom: 108px;
}
@media only screen and (min-width: 1023px) {
  .enso-block {
    margin-bottom: 140px;
  }
}
.enso-block.__black {
  background: #010101;
  color: #fff;
  margin: 0;
  padding: 64px 0 48px;
}
@media only screen and (min-width: 1023px) {
  .enso-block.__black {
    padding: 100px 0 140px;
  }
}
.enso-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .enso-split {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .enso-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1023px) {
  .enso-split > * {
    width: 50%;
  }
}
.enso-split-content {
  position: relative;
  z-index: 2;
}
.enso-split-content.__padding {
  padding-top: 40px;
}
@media only screen and (min-width: 767px) {
  .enso-split-content.__padding {
    padding-top: 64px;
  }
}
.enso-split-content-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) {
  .enso-split-content-title {
    font-size: 56px;
    margin-bottom: 32px;
  }
}
.enso-split-content-text {
  font-weight: 400;
}
.enso-split-img {
  position: relative;
  z-index: -1;
}
.enso-split-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.enso-split-img_bg {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  width: 120%;
  z-index: -1;
}
@media only screen and (min-width: 1023px) {
  .enso-split-img_bg {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    width: 180%;
  }
}
@media only screen and (min-width: 1200px) {
  .enso-split-img_bg {
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
  }
}
.enso-problem {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .enso-problem {
    padding-top: 100px;
  }
}
.enso-problem-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .enso-problem-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.scroll-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  [data-scroll-hint="true"]:after {
    -webkit-animation: arrowPulse 1.5s infinite;
    animation: arrowPulse 1.5s infinite;
    bottom: 10px;
    color: #fff;
    content: "→";
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.55));
    font-size: 24px;
    opacity: 0;
    position: absolute;
    right: 10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  [data-scroll-hint="true"].visible:after {
    opacity: 1;
  }
  @-webkit-keyframes arrowPulse {
    0%,
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
    }
  }
  @keyframes arrowPulse {
    0%,
    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
    }
  }
}
.enso-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .enso-title {
    font-size: 56px;
  }
}
.enso-problem-header-text {
  font-style: normal;
  font-weight: 400;
  max-width: 740px;
}
@media only screen and (max-width: 767px) {
  .enso-problem-header-image {
    display: block;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 0 16px;
  }
  .enso-problem-header-image img {
    width: 516%;
  }
}
.enso-task-header {
  margin: 0 auto 32px;
  max-width: 752px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .enso-task-header {
    margin: 0 auto 56px;
  }
}
.enso-task-header .enso-title {
  margin-bottom: 12px;
}
@media only screen and (min-width: 767px) {
  .enso-task-header .enso-title {
    margin-bottom: 24px;
  }
}
.enso-task-subject {
  margin: 32px auto 0;
  max-width: 1130px;
}
@media only screen and (min-width: 767px) {
  .enso-task-subject {
    margin: 56px auto 0;
  }
}
.enso-task-subject-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .enso-task-subject-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.enso-task-subject-card {
  -webkit-box-flex: 1;
  background: #fee15c;
  border-radius: 16px;
  -ms-flex: 1;
  flex: 1;
  padding: 24px 16px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .enso-task-subject-card {
    padding: 32px;
  }
}
.enso-task-subject-header {
  margin-bottom: 24px;
  text-align: center;
}
.enso-task-subject-card_text {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .enso-task-subject-card_text {
    font-size: 20px;
    line-height: 24px;
  }
}
.enso-task-subject-card_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  margin-bottom: 8px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .enso-task-subject-card_img {
    height: 246px;
    margin-bottom: 24px;
  }
}
.enso-task-subject-card_img > * {
  height: 100%;
  width: 100%;
}
.enso-task-subject-card_img img {
  height: auto;
  margin: auto;
  max-width: 285px;
  width: 100%;
}
.enso-task-subject-card_img .svg-anim {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.enso-task-subject-card_img .svg-anim.__1 {
  height: 110px;
  left: 22%;
  position: absolute;
  top: 36px;
  width: 34%;
}
@media only screen and (max-width: 767px) {
  .enso-task-subject-card_img .svg-anim.__1 {
    left: calc(50% - 30px);
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.enso-task-subject-card_img .svg-anim.__2 {
  bottom: 0;
  height: 85%;
  margin: auto;
}
.enso-task-subject-card_img .svg-anim.__3 {
  left: -20px;
}
.enso-task-subject-card_img .svg-anim.__4 {
  height: 100%;
  left: unset;
  right: 20px;
  top: -10px;
  width: 70%;
  z-index: -1;
}
@media only screen and (min-width: 767px) {
  .enso-task-subject-card_img .svg-anim.__4 {
    right: 10px;
    top: -70px;
  }
}
.svg-anim [fill="rgb(110,202,241)"],
.svg-anim [fill="rgb(236,108,127)"],
.svg-anim [fill="rgb(244,215,78)"] {
  fill: #f4d74e;
}
.enso-task-img {
  display: block;
  overflow: auto;
  scrollbar-color: transparent transparent;
  text-align: center;
  width: 100%;
}
.enso-task-img img {
  min-width: 1700px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .enso-task-img img {
    min-width: 2560px;
  }
}
.enso-decision-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (min-width: 767px) {
  .enso-decision-header {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .enso-decision-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.enso-decision-header-title {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) {
  .enso-decision-header-title {
    font-size: 56px;
    margin-bottom: 24px;
  }
}
.enso-decision-header-text {
  font-weight: 400;
}
@media only screen and (min-width: 1023px) {
  .enso-decision-split-text.__sticky {
    height: 100%;
    position: sticky;
    top: 48px;
  }
}
.enso-decision-header-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 152px;
  margin-left: 24px;
  width: 432px;
}
@media only screen and (max-width: 1023px) {
  .enso-decision-header-img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.enso-decision-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .enso-decision-split {
    gap: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .enso-decision-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enso-decision-split.__reverse-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.enso-decision-split-img {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .enso-decision-split-img {
    width: 66.66%;
  }
}
.enso-decision-split-img img {
  border-radius: 9px;
  height: auto;
  margin-bottom: auto;
}
.text-img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 767px) {
  .text-img-center {
    gap: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .text-img-center .svg-anim {
    max-width: unset;
    width: 430px;
  }
}
.text-img-center img {
  border-radius: 9px;
}
.text-img-center picture {
  position: relative;
}
.text-img-center-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.text-img-center-header p {
  margin: 0;
}
.text-img-center-header.__max-660 {
  max-width: 660px;
}
.text-img-center-header.__max-880 {
  max-width: 880px;
}
.enso-slider {
  margin-top: 56px;
  overflow-x: auto;
}
@media only screen and (max-width: 1023px) {
  .enso-slider {
    display: block;
    margin-top: 32px;
    padding: 0 16px;
  }
  .enso-slider img {
    width: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .enso-slider {
    margin-top: 24px;
  }
}
.enso-result-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin: 0 auto 48px;
  max-width: 483px;
  text-align: center;
}
.enso-result-header,
.enso-result-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.enso-result-split {
  gap: 48px;
  margin: 0 auto;
  max-width: 1184px;
}
@media only screen and (max-width: 1023px) {
  .enso-result-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.enso-result-split-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.enso-result-split-label {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.enso-result-split-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enso-result-split-item img {
  height: 32px;
  margin-right: 16px;
  vertical-align: middle;
  width: 32px;
}
.enso-result-note {
  font-weight: 400;
  opacity: 0.5;
}
@media only screen and (min-width: 767px) {
  .enso-result-note {
    font-size: 18px;
    line-height: 24px;
  }
}
.enso-result-img {
  margin: 52px auto 0;
  max-width: 620px;
}
.svg-anim-6 {
  position: absolute;
  width: 50%;
}
@media only screen and (min-width: 1023px) {
  .svg-anim-6 {
    padding: 10px;
    right: 1%;
    top: 17%;
  }
}
@media only screen and (max-width: 1023px) {
  .svg-anim-6 {
    bottom: 0;
    right: 0;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.aurora {
  background: #f4f4f4;
}
.aurora-block {
  background-color: #df0a0a;
  min-height: 1017px;
  overflow: hidden;
  padding-top: 92px;
  position: relative;
}
@media only screen and (max-width: 577px) {
  .aurora-block {
    min-height: 1199px;
    padding-top: 32px;
  }
}
.aurora-block .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .aurora-block .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 52px;
  }
}
.aurora-block__phone1 {
  left: 0;
  position: absolute;
  top: 146px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .aurora-block__phone1 {
    bottom: -570px;
    display: block !important;
    left: 25%;
    top: unset;
    width: 336px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block__phone1 {
    bottom: -600px;
    left: 5%;
    margin: 0 auto;
    top: unset;
    width: 336px;
  }
}
@media only screen and (max-width: 1439px) {
  .aurora-block__phone1 {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1200px) {
  .aurora-block__phone1 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .aurora-block__phone1 img {
    width: 100%;
  }
}
.aurora-block__phone2 {
  position: absolute;
  right: 40px;
  top: 265px;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .aurora-block__phone2 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .aurora-block__phone2 {
    display: none;
  }
}
.aurora-block__circle {
  bottom: -250px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .aurora-block__circle {
    bottom: -150px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block__circle {
    bottom: -50px;
  }
}
.aurora-block__circle2 {
  background: #fefefe33;
  border-radius: 100%;
  height: 461.43px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 837px;
  width: 1218.2px;
}
.aurora-block__logo {
  height: 90px;
  width: 279px;
}
.aurora-block__logo,
.aurora-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aurora-block__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 1200px) {
  .aurora-block__text {
    gap: 24px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block__text {
    gap: 24px;
  }
}
.aurora-block__text-title {
  color: #fff;
  font-family: OpenSans-U;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  max-width: 902px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1200px) {
  .aurora-block__text-title {
    max-width: unset;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block__text-title {
    font-family: OpenSans-U;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-block__text-subtitle {
  color: #fff;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 557px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1200px) {
  .aurora-block__text-subtitle {
    max-width: unset;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-block__text-subtitle {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-problem {
  margin-top: 40px;
}
.aurora-problem .container-low {
  background: #fff;
  -webkit-box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .aurora-problem .container-low {
    gap: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .aurora-problem .container-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-problem .container-low {
    max-width: 336px;
    padding: 32px 24px;
  }
}
.aurora-problem__left {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .aurora-problem__left {
    width: 100%;
  }
}
@media only screen and (max-width: 1439px) {
  .aurora-problem__left img {
    height: auto;
  }
}
.aurora-problem__right {
  max-width: 612px;
}
.aurora-problem__right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 577px) {
  .aurora-problem__right-text {
    gap: 16px;
  }
}
.aurora-problem__right-text__title {
  font-family: OpenSans-U;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-problem__right-text__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}
.aurora-problem__right-text__subtitle {
  color: #363636;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-problem__right-text__subtitle {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-problem__right-text__subtitle span {
  font-weight: 600;
  line-height: 26px;
}
.aurora-task {
  margin-top: 151px;
}
@media only screen and (max-width: 577px) {
  .aurora-task {
    margin-top: 56px;
  }
}
.aurora-task__mobimg {
  display: none;
}
@media only screen and (max-width: 577px) {
  .aurora-task__mobimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aurora-task__mobimg img {
  width: 115%;
}
.aurora-task__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 577px) {
  .aurora-task__imgs {
    display: none;
  }
}
.aurora-task__imgs-right {
  position: relative;
}
.aurora-task__imgs-right__content {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 45px;
  padding: 72px;
  position: absolute;
  width: 702px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .aurora-task__imgs-right__content {
    bottom: 0;
    padding: 48px;
    width: 530px;
  }
}
@media only screen and (max-width: 1023px) {
  .aurora-task__imgs-right__content {
    bottom: -80px;
    gap: 16px;
    left: 0;
    padding: 32px 24px;
    width: 436px;
  }
}
.aurora-task__imgs-right__content-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}
.aurora-task__imgs-right__content-subtitle,
.aurora-task__imgs-right__content-title {
  font-family: OpenSans-U;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.aurora-task__imgs-right__content-subtitle {
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.aurora-audit {
  height: 735px;
  margin-top: 151px;
  position: relative;
}
@media only screen and (max-width: 577px) {
  .aurora-audit {
    height: auto;
    margin-top: 56px;
  }
}
.aurora-audit__mobile {
  display: none;
}
@media only screen and (max-width: 577px) {
  .aurora-audit__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aurora-audit__mobile img {
  width: 130%;
}
.aurora-audit__bg {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 577px) {
  .aurora-audit__bg {
    display: none;
  }
}
.aurora-audit__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.aurora-audit .container-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 67px;
  padding-right: 122px;
  padding-top: 67px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 577px) {
  .aurora-audit .container-low {
    display: none;
  }
}
.aurora-audit__content {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 32px;
  width: 557px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aurora-audit__content-logo {
  width: 62px;
}
.aurora-audit__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.aurora-audit__content-text__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
}
.aurora-audit__content-text__subtitle,
.aurora-audit__content-text__title {
  font-family: OpenSans-U;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.aurora-audit__content-text__subtitle {
  color: #363636;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.aurora-resolve {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(16.67%, #df0a0a),
    to(#da251d)
  );
  background: linear-gradient(1turn, #df0a0a 16.67%, #da251d);
  padding-bottom: 213px;
  padding-top: 154px;
}
@media only screen and (max-width: 1200px) {
  .aurora-resolve {
    padding-bottom: 150px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-resolve {
    margin-top: 56px;
    padding-bottom: 56px;
    padding-top: 56px;
  }
}
.aurora-resolve .container-low,
.aurora-resolve__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aurora-resolve__top {
  gap: 24px;
  max-width: 616px;
}
.aurora-resolve__top-title {
  color: #fff;
  font-family: OpenSans-U;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1200px) {
  .aurora-resolve__top-title {
    font-size: 80px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-resolve__top-title {
    font-family: OpenSans-U;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-resolve__top-subtitle {
  color: #fff;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-resolve__top-subtitle {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-resolve__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
.aurora-resolve__bot,
.aurora-resolve__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aurora-resolve__bot {
  color: #fff;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 120px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  max-width: 563px;
}
@media only screen and (max-width: 577px) {
  .aurora-resolve__bot {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-stack {
  padding-bottom: 175px;
  position: relative;
}
@media only screen and (max-width: 577px) {
  .aurora-stack {
    padding-bottom: 56px;
  }
}
.aurora-stack__top {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__top {
    margin-top: 56px;
    position: relative;
    top: unset;
  }
}
.aurora-stack__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 326px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__back {
    padding-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.aurora-stack__back-left {
  display: inline;
  font-family: OpenSans-U;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  max-width: 536px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.aurora-stack__back-left img {
  height: 44px;
  margin-left: 8px;
  vertical-align: middle;
  width: 44px;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__back-left {
    font-family: OpenSans-U;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-stack__back-left .ico {
  height: 44px;
  width: 44px !important;
}
.aurora-stack__back-right {
  color: #363636;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 557px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__back-right {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-stack__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 91px;
  margin-top: 329px;
  position: relative;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__mobile {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.aurora-stack__mobile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 328px;
}
.aurora-stack__mobile-left__title {
  font-family: OpenSans-U;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__mobile-left__title {
    font-family: OpenSans-U;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-stack__mobile-left__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aurora-stack__mobile-left__icons-android {
  max-width: 109px;
}
.aurora-stack__mobile-left__icons-android .ico {
  width: 109px;
}
.aurora-stack__mobile-left__icons-ios {
  max-width: 63px;
}
.aurora-stack__mobile-left__icons-ios .ico {
  height: 35px;
  width: 63px;
}
.aurora-stack__mobile-center {
  max-width: 637px;
}
.aurora-stack__mobile-abs1 {
  max-width: 269px;
  position: absolute;
  right: -106px;
  top: -150px;
}
@media only screen and (max-width: 1200px) {
  .aurora-stack__mobile-abs1 {
    display: none;
  }
}
.aurora-stack__mobile-abs2 {
  left: -120px;
  max-width: 328px;
  position: absolute;
  top: 509px;
}
@media only screen and (max-width: 1023px) {
  .aurora-stack__mobile-abs2 {
    top: 267px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-stack__mobile-abs2 {
    display: none;
  }
}
.aurora-stack__admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  box-shadow:
    0 16px 32px 0 #0000000d,
    0 4px 8px 0 #0000000d,
    0 0 1px 0 #00000040;
  gap: 16px;
  justify-content: space-between;
  margin-top: 164px;
  padding: 80px 56px;
}
@media only screen and (max-width: 1200px) {
  .aurora-stack__admin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
}
@media only screen and (max-width: 577px) {
  .aurora-stack__admin {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }
}
.aurora-stack__admin-left {
  max-width: 560px;
}
.aurora-stack__admin-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 557px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__admin-right {
    gap: 16px;
  }
}
.aurora-stack__admin-right__title {
  font-family: OpenSans-U;
  font-size: 56px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__admin-right__title {
    font-family: OpenSans-U;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-stack__admin-right__subtitle {
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-stack__admin-right__subtitle {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-result {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(16.67%, #df0a0a),
    to(#da251d)
  );
  background: linear-gradient(1turn, #df0a0a 16.67%, #da251d);
  padding-top: 111px;
}
@media only screen and (max-width: 577px) {
  .aurora-result {
    padding-top: 80px;
  }
}
.aurora-result__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .aurora-result__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
}
.aurora-result__top-left {
  max-width: 595px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aurora-result__top-left,
.aurora-result__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aurora-result__top-right {
  max-width: 558px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 577px) {
  .aurora-result__top-right {
    gap: 16px;
  }
}
.aurora-result__top-right__title {
  font-family: OpenSans-U;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-result__top-right__title {
    font-family: OpenSans-U;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-result__top-right__subtitle {
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-result__top-right__subtitle {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-result__mid {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: OpenSans-U;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 172px auto 0;
  max-width: 532px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
@media only screen and (max-width: 577px) {
  .aurora-result__mid {
    font-family: OpenSans-U;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    text-align: center;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
  }
}
.aurora-result__bot {
  margin-top: 186px;
}
@media only screen and (max-width: 577px) {
  .aurora-result__bot {
    margin-top: 80px;
  }
  .resolve-img1 {
    display: none;
  }
}
.resolve-img2 {
  display: none;
}
@media only screen and (max-width: 577px) {
  .resolve-img2 {
    display: block;
  }
}
@font-face {
  font-display: swap;
  font-family: Cera Pro;
  font-style: normal;
  font-weight: 400;
  src:
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Regular.woff2)
      format("woff2"),
    url(/local/templates/nopreset/works/public_assets/fonts/CeraPro-Regular.woff)
      format("woff");
}
.oletwice {
  padding-top: 40px;
}
.oletwice-top {
  height: 798px;
  width: 100%;
}
.oletwice-top .container {
  height: 100%;
}
.oletwice-top__content {
  padding-top: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ddc2a0),
    to(hsla(33, 48%, 75%, 0))
  );
  background: linear-gradient(180deg, #ddc2a0, hsla(33, 48%, 75%, 0));
  border-top-left-radius: 798px;
  border-top-right-radius: 798px;
  font-family: Futura Reg;
  font-size: 20px;
  font-weight: 400;
  gap: 80px;
  height: 100%;
  justify-content: center;
  line-height: 28px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-cards,
.oletwice-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oletwice-cards {
  gap: 200px;
  margin-top: 160px;
  overflow: hidden;
}
.oletwice-cards__title {
  font-family: Cormorant;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 896px;
  justify-content: space-between;
  position: relative;
}
.oletwice-cards__items-item {
  height: 547px;
  position: absolute;
  right: 0;
  width: 326px;
}
.oletwice-cards__items-item:first-child {
  left: 0;
  top: 170px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.oletwice-cards__items-item:nth-child(2) {
  left: 395.75px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.oletwice-cards__items-item:nth-child(3) {
  left: 43%;
  top: -60px;
}
.oletwice-cards__items-item:nth-child(4) {
  right: 336.75px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.oletwice-cards__items-item:nth-child(5) {
  right: -35px;
  top: 170px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.oletwice-adv {
  margin-top: 104px;
  padding-bottom: 120px;
  padding-top: 40px;
}
.oletwice-adv__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oletwice-adv__items,
.oletwice-adv__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oletwice-adv__items-item {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ddc2a0),
    to(hsla(33, 48%, 75%, 0))
  );
  background: linear-gradient(180deg, #ddc2a0, hsla(33, 48%, 75%, 0));
  border-radius: 100%;
  height: 480px;
  width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.oletwice-adv__items-item__title {
  font-family: Cormorant;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-adv__items-item__subtitle {
  font-family: Cera Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-colors,
.oletwice-estet {
  padding: 40px 0;
}
.oletwice-estet__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.oletwice-estet__items,
.oletwice-estet__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oletwice-estet__items-item {
  border-radius: 4px;
  padding: 120px 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oletwice-estet__items-item:first-child {
  background: #f6f0eb;
}
.oletwice-estet__items-item:nth-child(2) {
  background: #f0e8dc;
}
.oletwice-estet__items-item__left {
  gap: 96px;
  width: 400px;
}
.oletwice-estet__items-item__left,
.oletwice-estet__items-item__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.oletwice-estet__items-item__left-top__main {
  color: rgba(39, 51, 81, 0.5);
  font-family: Futura Reg;
  font-size: 16px;
  line-height: 24px;
}
.oletwice-estet__items-item__left-top__main,
.oletwice-estet__items-item__left-top__title {
  font-weight: 400;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-estet__items-item__left-top__title {
  color: #273351;
  font-family: Cormorant;
  font-size: 32px;
  line-height: 40px;
}
.oletwice-estet__items-item__left-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.oletwice-estet__items-item__left-bot__num,
.oletwice-estet__items-item__left-bot__symb {
  font-size: 24px;
  line-height: 32px;
}
.oletwice-estet__items-item__left-bot__num,
.oletwice-estet__items-item__left-bot__symb,
.oletwice-estet__items-item__right {
  color: #273351;
  font-family: Cormorant;
  font-weight: 400;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-estet__items-item__right {
  font-size: 68px;
  line-height: 74px;
  max-width: 880px;
}
.oletwice-estet__items-item__left.__dop-top.__dop__title.__dop {
  font-family: Cera Pro !important;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-estet__items-item__left.__dop-bot.__dop__num.__dop,
.oletwice-estet__items-item__left.__dop-bot.__dop__symb.__dop {
  font-family: Cera Pro;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.oletwice-estet__items-item__right.__dop {
  color: #273351;
  font-family: Cera Pro;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
