@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 {
  height: 100%;
  width: 100%;
}
@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 {
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  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;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@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;
  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 {
    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 {
    margin-bottom: 40px;
  }
}
.kamelia-collection__block-1_text {
  margin-right: 64px;
  max-width: 472px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-1_text {
    margin-right: 32px;
    max-width: 375px;
  }
}
@media only screen and (max-width: 1023px) {
  .kamelia-collection__block-1_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-right: 0;
    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;
  }
}
@media only screen and (max-width: 577px) {
  .kamelia-collection__block-1_text {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
.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: -192px;
}
@media only screen and (max-width: 1440px) {
  .kamelia-collection__block-2-paragraph {
    max-width: 375px;
    top: -208px;
  }
}
@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: 0 16px 16px 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%;
  }
}

