/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face {
  font-family: 'Noto Sans';
  src: url('../../assets/fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
    --sg-container-padding: 28px;
    --sg-container-sm-padding: 20px;
    --sg-gap: 20px;
    --sg-container-xs: 100%;
    --sg-container-sm: 536px;
    --sg-container-md: 728px;
    --sg-container-lg: 984px;
    --sg-container-xl: 100%;
    --sg-container-xxl: 1320px;

    --white: #f4f4f4;
    --acsent: #cd3433;
    --grey: #5c5a66;
    --black: rgba(0, 0, 0, 0.85);
    --bg: #f5f5f5;

    --font-family: "Noto Sans", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "Anta", sans-serif;
    --font3: "Agdasima", sans-serif;
    --font4: "Bakbak One", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
    background: #f5f5f5;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 82px;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
    text-decoration: none;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Noto Sans",
        sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.sg-container {
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--sg-container-padding);
}

.sg-inner-container {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding-inline: var(--sg-container-sm-padding);
}

.sg-services-container {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding-inline: var(--sg-container-sm-padding);
}

.sg-text-container {
    width: 100%;
    max-width: 1118px;
    margin-inline: auto;
    padding-inline: var(--sg-container-padding);
}

@media (min-width: 576px) {
    .sg-container {
        max-width: var(--sg-container-sm);
        padding-inline: var(--sg-container-sm-padding);
    }
}

@media (min-width: 768px) {
    .sg-container {
        max-width: var(--sg-container-md);
        padding-inline: var(--sg-container-padding);
    }
}

@media (min-width: 1024px) {
    .sg-container {
        max-width: var(--sg-container-lg);
    }

    .sg-text-container {
        max-width: 100%;
        padding: 0 34px;
    }
}

@media (min-width: 1200px) {
    .sg-container {
        max-width: var(--sg-container-xl);
        padding-inline: var(--sg-container-sm-padding);
    }

    .sg-text-container {
        max-width: 1118px;
        padding: 0 34px;
    }
}

@media (min-width: 1400px) {
    .sg-container {
        max-width: 100%;
    }
}

.sg-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 calc(-1 * var(--sg-gap));
    margin: 0 auto;
}

.sg-col {
    padding-inline: var(--sg-gap);
    flex: 1 0 0%;
}

.sg-col-1 {
    width: 8.3333%;
}

.sg-col-2 {
    width: 16.6667%;
}

.sg-col-3 {
    width: 25.0%;
}

.sg-col-4 {
    width: 33.3333%;
}

.sg-col-5 {
    width: 41.6667%;
}

.sg-col-6 {
    width: calc(50% - 10px);
    padding: 0 0;
}

.sg-col-7 {
    width: 58.3333%;
}

.sg-col-8 {
    width: 66.6667%;
}

.sg-col-9 {
    width: 75.0%;
}

.sg-col-10 {
    width: 83.3333%;
}

.sg-col-11 {
    width: 91.6667%;
}

.sg-col-12 {
    width: 100.0%;
}

@media (min-width: 576px) {
    .sg-col-sm-1 {
        width: 8.3333%;
    }

    .sg-col-sm-2 {
        width: 16.6667%;
    }

    .sg-col-sm-3 {
        width: 25.0%;
    }

    .sg-col-sm-4 {
        width: 33.3333%;
    }

    .sg-col-sm-5 {
        width: 41.6667%;
    }

    .sg-col-sm-6 {
        width: 50.0%;
    }

    .sg-col-sm-7 {
        width: 58.3333%;
    }

    .sg-col-sm-8 {
        width: 66.6667%;
    }

    .sg-col-sm-9 {
        width: 75.0%;
    }

    .sg-col-sm-10 {
        width: 83.3333%;
    }

    .sg-col-sm-11 {
        width: 91.6667%;
    }

    .sg-col-sm-12 {
        width: 100.0%;
    }
}

@media (min-width: 768px) {
    .sg-col-md-1 {
        width: 8.3333%;
    }

    .sg-col-md-2 {
        width: 16.6667%;
    }

    .sg-col-md-3 {
        width: 25.0%;
    }

    .sg-col-md-4 {
        width: 33.3333%;
    }

    .sg-col-md-5 {
        width: 41.6667%;
    }

    .sg-col-md-6 {
        width: 50.0%;
    }

    .sg-col-md-7 {
        width: 58.3333%;
    }

    .sg-col-md-8 {
        width: 66.6667%;
    }

    .sg-col-md-9 {
        width: 75.0%;
    }

    .sg-col-md-10 {
        width: 83.3333%;
    }

    .sg-col-md-11 {
        width: 91.6667%;
    }

    .sg-col-md-12 {
        width: 100.0%;
    }
}

@media (min-width: 1024px) {
    .sg-col-lg-1 {
        width: 8.3333%;
    }

    .sg-col-lg-2 {
        width: 16.6667%;
    }

    .sg-col-lg-3 {
        width: 25.0%;
    }

    .sg-col-lg-4 {
        width: 33.3333%;
    }

    .sg-col-lg-5 {
        width: 41.6667%;
    }

    .sg-col-lg-6 {
        width: 50.0%;
    }

    .sg-col-lg-7 {
        width: 58.3333%;
    }

    .sg-col-lg-8 {
        width: 66.6667%;
    }

    .sg-col-lg-9 {
        width: 75.0%;
    }

    .sg-col-lg-10 {
        width: 83.3333%;
    }

    .sg-col-lg-11 {
        width: 91.6667%;
    }

    .sg-col-lg-12 {
        width: 100.0%;
    }
}

@media (min-width: 1200px) {
    .sg-col-xl-1 {
        width: 8.3333%;
    }

    .sg-col-xl-2 {
        width: 16.6667%;
    }

    .sg-col-xl-3 {
        width: 25.0%;
    }

    .sg-col-xl-4 {
        width: 33.3333%;
    }

    .sg-col-xl-5 {
        width: 41.6667%;
    }

    .sg-col-xl-6 {
        width: 50.0%;
    }

    .sg-col-xl-7 {
        width: 58.3333%;
    }

    .sg-col-xl-8 {
        width: 66.6667%;
    }

    .sg-col-xl-9 {
        width: 75.0%;
    }

    .sg-col-xl-10 {
        width: 83.3333%;
    }

    .sg-col-xl-11 {
        width: 91.6667%;
    }

    .sg-col-xl-12 {
        width: 100.0%;
    }
}

.m-0 {
    margin: 0.0rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1.0rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2.0rem;
}

.m-9 {
    margin: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.mt-0 {
    margin-top: 0.0rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1.0rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2.0rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mb-0 {
    margin-bottom: 0.0rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1.0rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2.0rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.ms-0 {
    margin-left: 0.0rem;
}

.ms-1 {
    margin-left: 0.25rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

.ms-3 {
    margin-left: 0.75rem;
}

.ms-4 {
    margin-left: 1.0rem;
}

.ms-5 {
    margin-left: 1.25rem;
}

.ms-6 {
    margin-left: 1.5rem;
}

.ms-7 {
    margin-left: 1.75rem;
}

.ms-8 {
    margin-left: 2.0rem;
}

.ms-9 {
    margin-left: 2.25rem;
}

.ms-10 {
    margin-left: 2.5rem;
}

.me-0 {
    margin-right: 0.0rem;
}

.me-1 {
    margin-right: 0.25rem;
}

.me-2 {
    margin-right: 0.5rem;
}

.me-3 {
    margin-right: 0.75rem;
}

.me-4 {
    margin-right: 1.0rem;
}

.me-5 {
    margin-right: 1.25rem;
}

.me-6 {
    margin-right: 1.5rem;
}

.me-7 {
    margin-right: 1.75rem;
}

.me-8 {
    margin-right: 2.0rem;
}

.me-9 {
    margin-right: 2.25rem;
}

.me-10 {
    margin-right: 2.5rem;
}

.mx-0 {
    margin-left: 0.0rem;
    margin-right: 0.0rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1.0rem;
    margin-right: 1.0rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.mx-8 {
    margin-left: 2.0rem;
    margin-right: 2.0rem;
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.my-0 {
    margin-top: 0.0rem;
    margin-bottom: 0.0rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-8 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.p-0 {
    padding: 0.0rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1.0rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2.0rem;
}

.p-9 {
    padding: 2.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.pt-0 {
    padding-top: 0.0rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1.0rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2.0rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pb-0 {
    padding-bottom: 0.0rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1.0rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2.0rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.ps-0 {
    padding-left: 0.0rem;
}

.ps-1 {
    padding-left: 0.25rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.ps-3 {
    padding-left: 0.75rem;
}

.ps-4 {
    padding-left: 1.0rem;
}

.ps-5 {
    padding-left: 1.25rem;
}

.ps-6 {
    padding-left: 1.5rem;
}

.ps-7 {
    padding-left: 1.75rem;
}

.ps-8 {
    padding-left: 2.0rem;
}

.ps-9 {
    padding-left: 2.25rem;
}

.ps-10 {
    padding-left: 2.5rem;
}

.pe-0 {
    padding-right: 0.0rem;
}

.pe-1 {
    padding-right: 0.25rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

.pe-3 {
    padding-right: 0.75rem;
}

.pe-4 {
    padding-right: 1.0rem;
}

.pe-5 {
    padding-right: 1.25rem;
}

.pe-6 {
    padding-right: 1.5rem;
}

.pe-7 {
    padding-right: 1.75rem;
}

.pe-8 {
    padding-right: 2.0rem;
}

.pe-9 {
    padding-right: 2.25rem;
}

.pe-10 {
    padding-right: 2.5rem;
}

.px-0 {
    padding-left: 0.0rem;
    padding-right: 0.0rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-8 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-0 {
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-8 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

/*Header*/
.header.home-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: block;
    z-index: 2;
    max-width: 100%;
}
.header.fixed-header,.header:not(.home-header){
    position: relative;
    transform: none;
    top :auto;
    left: auto;
}
.header-block.black {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.header-block {
    background: rgba(244, 244, 244, 0.1);
    padding: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.header-block .logo {
    display: flex;
    align-items: center;
}
.padding_top{
  padding-top: 100px;
}
.toggle-menu {
    display: none;
}

.header__menu {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.header__menu header,
.header__menu footer {
    display: none;
}

.header__menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.header__menu ul>li a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    color: #F4F4F4;
    cursor: pointer;
}

.header__menu ul>li a.nav-link {
    text-transform: uppercase;
}
.header__menu ul>li.active a{
    color: var(--acsent);
}
.header__user .user.auth {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: center;
    row-gap: 0;
    column-gap: 15px;
    width: 100%;
    max-width: max-content;
    padding: 0 18px;
}

.header__user .user.auth .username {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1;
}

.header__user .user.auth .logout {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
    color: var(--acsent);
    width: 100%;
    grid-column: 2;
    grid-row: 2;
}

.header__user .user.auth:hover .logout {
    color: #fff;
}

.header__user .user.auth img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(93%) saturate(7495%) hue-rotate(357deg) brightness(102%) contrast(118%);
    grid-column: 1;
    grid-row: span 2;
}

.header__user .user.auth:hover img {
    filter: none;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    bottom: -42px;
    z-index: 9;
}

.nav-link:hover {
    color: rgba(205, 52, 51, 1);
}

.nav-link:hover::after {
    display: block;
    height: 2px;
    box-shadow: 0px -2px 4.6px 0px rgba(205, 52, 51, 1);
    width: 100%;
}

.header__search {
    width: auto;
    max-width: max-content;
}

.header__search input {
    display: none;
}

.header__search-btn {
    background: rgba(244, 244, 244, 0.1);
    border-radius: 10px;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.header__search-btn:hover,
.header__user .user:hover {
    background: #CD3433;
}

.header__search-btn img {
    width: 24px;
    height: 24px;
}

.header__user .user {
    background: rgba(244, 244, 244, 0.1);
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 0;
}

.submenu {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    min-width: 670px;
    border-radius: 10px;
    padding-top: 45px;
}

.mobile-submenu {
    display: none;
}

.nav-item .services-list {
    background: rgba(60, 60, 60, 1);
    padding: 30px;
    border-radius: 10px;

}

.nav-item {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.nav-item .submenu .services-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-template-rows: auto;
    row-gap: 15px;
    column-gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.nav-item .submenu__item a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}

.nav-item .submenu__item:hover a {
    color: rgba(205, 52, 51, 1);
}

/*Main*/
.banner-container {
    position: relative;
    background-image: url('../images/front/header-bkg.webp');
    background-size: 100%;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 149px;
    z-index: 0;
}

.home-banner {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
    padding: 127px 0;
    margin-bottom: 100px;
}

.home-banner__content {
    width: 100%;
    max-width: 678px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.home-banner__content h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 82px;
    line-height: 100px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(244, 244, 244, 1);
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 678px;
}

.home-banner__content h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(244, 244, 244, 1);
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 346px;
}

.home-banner__content .order-link {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(205, 52, 51, 1);
    box-shadow: 0px 8px 20px 0px rgba(205, 52, 51, 0.5);
    border-radius: 10px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 18.5px 40px;
}

.home-banner__content .order-link:hover,
.home-banner__content .order-link:focus {
    text-decoration: none;
}

.social-link-list {
    position: fixed;
    right: 40px;
    top: 25%;
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 10px;
    background: #F4F4F4;
    border: 2px solid #00000024;
    border-radius: 10px;
    height: auto;
    width: 100%;
    max-width: 90px;
    z-index: 9;
    overflow: hidden;
}

.social-link-list a {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #CD3433;
    box-shadow: 0px 8px 20px 0px #CD343380;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link-list a:hover {
    background: #F06463;
}

img.header-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    max-width: 27%;
    height: auto
}

img.header-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    max-width: 27%;
    height: auto;
}

/*Girls grid*/
.girls-grid {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 100px;
}

.girls-grid__title {
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 73px;
    letter-spacing: 0;
    text-align: center;
    color: var(--black);
    margin-bottom: 50px;
}

.girls-grid__title span {
    color: rgba(205, 52, 51, 1);
}

.catalog-link {
    background: rgba(205, 52, 51, 1);
    box-shadow: 0px 8px 20px 0px rgba(205, 52, 51, 0.5);
    padding: 18px 30px;
    border-radius: 10px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: max-content;
    margin: 40px auto 0 auto;
}

body.modal-open {
    padding-right: 0 !important;
}

#signInModal {
    height: 100%;
    z-index: 9999;
}

#signInModal .modal-dialog,
#registerModal .modal-dialog {
    margin: auto;
    height: auto;
    width: 80%;
    max-width: 390px;
    padding: 50px 30px 30px 30px;
    background: rgba(37, 37, 37, 1);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 16px;
    overflow: hidden;
}

#registerModal .modal-dialog {
    max-width: 700px;
}

#signInModal .modal-header,
#registerModal .modal-header {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#signInModal .modal-body,
#registerModal .modal-body {
    padding: 20px 0 0 0;
}

#signInModal .modal-close-button,
#registerModal .modal-close-button {
    position: absolute;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    width: 24px;
    height: 24px;
    right: -20px;
    top: 0;
    cursor: pointer;
}
#signInModal .modal-close-button:hover,
#registerModal .modal-close-button:hover{
    cursor: pointer;
}
#signInModal form {
    padding: 0 20px;
}

#signInModal .modal-header .modal-title,
#registerModal .modal-header .modal-title {
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 73px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

#signInModal .modal-dialog,
#registerModal .modal-dialog {
    padding: 20px 50px 30px 50px;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.94);
}

#signInModal input,
#registerModal input {
    background: rgba(244, 244, 244, 0.1);
    margin-bottom: 20px;
    border-radius: 16px;
    height: 60px;
    width: 100%;
    padding: 0 10px 0 24px;
    box-shadow: none;
    border: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}
#signInModal input:-webkit-autofill {
        background: rgba(244, 244, 244, 0.1)!important;
}

#signInModal input::placeholder,
#registerModal input::placeholder {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: rgba(92, 90, 102, 1);
}

#signInModal input:focus,
#registerModal input:focus {
    outline: none;
}

#signInModal .form-input-group {
    position: relative;
    display: block;
    height: 60px;
    margin-bottom: 20px;
}

#signInModal .form-input-group input {
    margin-bottom: 0;
}

#signInModal .register-link {
    margin: 20px auto;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
}

#signInModal .register-link a {
    color: var(--acsent);
}

#signInModal footer,
#registerModal footer {
    width: 100%;
    background: rgba(26, 26, 26, 1);
    padding: 30px;
    border-radius: 16px;
}

#signInModal footer span,
#registerModal footer span {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#signInModal .buttons-group {

    margin: 0;
}

#signInModal .buttons-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 0 auto;
    width: 100%;
}

#signInModal .buttons-group .login-link {
    background: rgba(205, 52, 51, 1);
    box-shadow: 0px 8px 20px 0px rgba(205, 52, 51, 0.5);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-password {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: right;
    color: #CD3433;
    width: max-content;
}

.register-form {
    display: flex;
    flex-flow: column;
}

.register-form .sg-row {
    column-gap: 0;
    justify-content: space-between;
}

#registerModal footer {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 40px;
}

#registerModal .register-button {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
    color: #CD3433;
}

#signInModal .sign-in-btn,
#registerModal .register-btn {
    background: rgba(205, 52, 51, 1);
    box-shadow: 0px 8px 20px 0px rgba(205, 52, 51, 0.5);
    padding: 0 24px;
    height: 60px;
    border-radius: 16px;
    border: none;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#registerModal .register-btn {
    max-width: max-content;
    margin: 0 auto;
}

/*Girls grid*/
/*Services list*/
.services-list-section {
    background-image: url('../images/front/services-bkg.png');
    background-size: 100%;
    background-position: center;
    position: relative;
    padding: 70px 0;
    margin-bottom: 100px;
}

.services-list-title {
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 73px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.services-image-left {
    display: block;
    position: absolute;
    z-index: 0;
    left: 40px;
    top: 40px;
    width: auto;
    height: auto;
}

.services-image-right {
    display: block;
    position: absolute;
    z-index: 0;
    right: 40px;
    bottom: 0;
    top: auto;
    width: auto;
    height: auto;
}

.services-list-title span {
    color: rgba(205, 52, 51, 1);
}

.services-list {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background: transparent;
}

.services-list__item {
    background: rgba(244, 244, 244, 0.1);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 0 0 calc(33.33333% - 13.3333px)
}

.services-list__item-title {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 0;
}

.services-list__item-subtitle {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 15px;
}

.services-list__item-subtitle span {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    color: var(--acsent)
}

.services-list__item-description {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 0;
}

/*Text content block*/
.content-wrapper {
    display: flex;
    flex-flow: column;
    margin-bottom: 100px;
}

.content-wrapper__item {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.content-wrapper__item:not(:last-child) {
    margin-bottom: 70px;
}

.content-wrapper__item h3 {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 62px;
    line-height: 73px;
    letter-spacing: 0;
    text-align: center;
    color: var(--black);
    margin-bottom: 30px;
}

.content-wrapper__item h3 span,
.content-wrapper__item ul li span {
    color: rgba(205, 52, 51, 1);
}

.content-wrapper__item ul {
    list-style-type: none;
    margin: 0 75px;
}

.content-wrapper__item p {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0 75px;
}

.content-wrapper__item p span {
    color: var(--acsent);
}

.content-wrapper__item .truncate-block p span {
    color: var(--black);
}

.content-wrapper__item p:not(:last-child),
.content-wrapper__item ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.content-wrapper__item ul li {
    padding-left: 30px;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    position: relative;
}


.content-wrapper__item ul li:before {
    content: ".";
    font-size: 25px;
    line-height: inherit;
    color: rgba(205, 52, 51, 1);
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: -6px
}

a.read-more {
    color: var(--acsent);
    text-decoration: none;
}

/*Footer*/
.footer {
    display: flex;
    justify-content: space-between;
    background-image: url('../images/front/footer-bkg.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.footer-menu-block {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-menu {
    display: grid;
    grid-template-columns: auto auto auto auto auto 1fr;
    row-gap: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-gap: 69px;
    margin-bottom: 10px;
}

.copyright {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #5C5A66;
    flex: 0 0 100%;
    margin-top: 50px;
    position: absolute;
    left: auto;
    bottom: 50px;
}

.footer-menu>li {
    margin-bottom: 0;
    flex: 0 0 auto;
}

.footer-menu>li a {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #F4F4F4;
    text-decoration: none;
}

.footer-menu>li:hover a {
    color: #CD3433;
}

.footer-menu-block {
    flex: 1;
}
.footer-menu-item.active a{
    color: var(--acsent);
}
.footer-social-links {
    flex: 0 0 auto;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    gap: 10px
}

.footer-social-links a {
    background: #CD3433;
    box-shadow: 0px 8px 20px 0px #CD343380;
    width: 127px;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-links img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1300px) {
    .footer-menu {
        grid-template-columns: auto auto auto auto;
        padding-right: 20px;
    }

    .copyright {
        bottom: 20px;
    }
}

@media screen and (max-width: 1240px) {
    .header.sg-container{
        padding-inline: var(--sg-container-sm-padding);
    }
    .header .sg-inner-container{
        padding-inline: 0;
    }
    .header__menu {
        display: none;
    }

    .header__menu.active {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 140px;
        width: 100%;
        max-width: max-content;
        height: auto;
        background: #252525;
        padding: 15px;
        z-index: 9;
    }

    .submenu {
        padding-top: 40px;
        transform: none;
        left: auto;
    }

    .header__menu header .logo img {
        max-width: 137px;
    }

    .header__menu header .user {
        background: rgba(244, 244, 244, 0.1);
        box-shadow: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        cursor: pointer;
        border-radius: 10px;
        margin-left: auto;
        margin-right: 0;
    }

    .header__menu header .user:hover {
        background: var(--acsent);
    }

    .header__menu header .close-menu {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 7px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        background: #CD3433;
        box-shadow: 0px 8px 20px 0px #CD343380;
        box-shadow: none;
        border: none;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 0;
    }

    .header__menu footer a {
        width: 90px;
        height: 50px;
        border-radius: 10px;
        background: #CD3433;
        box-shadow: 0px 8px 20px 0px #CD343380;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__menu footer a img {
        width: 30px;
        height: 30px;
    }

    .header__search {
        margin-left: 0;
    }

    .toggle-menu {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: relative;
        gap: 7px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background: #CD3433;
        box-shadow: 0px 8px 20px 0px #CD343380;
        margin-left: auto;
        margin-right: 20px;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }

    .toggle-menu span {
        height: 1.5px;
        border: 1.5px solid #F4F4F4;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle-menu span:first-child,
    .toggle-menu span:last-child {
        width: 15px;
    }

    .toggle-menu span:last-child {
        bottom: 20px;
    }

    .toggle-menu span:first-child {
        top: 20px
    }

    .toggle-menu span:nth-child(2) {
        width: 24px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .toggle-menu.open span:first-child {
        transform: rotate(45deg) translate(-3.5px, 17px);
        width: 29px;
    }

    .toggle-menu.open span:last-child {
        opacity: 0;
    }

    .toggle-menu.open span:nth-child(2) {
        transform: rotate(-45deg) translate(-10px, -10px);
        width: 29px;
    }

    .nav-link::after {
        bottom: -10px;
    }

    .footer-menu {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    header .sg-inner-container {
        padding: 0;
    }

    .social-link-list {
        right: 20px;
        max-width: 70px;
    }

    .social-link-list a {
        width: 50px;
        height: 50px;
    }

    .social-link-list a img {
        width: 24px;
        height: 24px;
    }

    .home-banner {
        padding: 70px 0;
    }

    .banner-container {
        padding-top: 127px;
    }

    img.header-right,
    img.header-left {
        z-index: 0;
        max-width: 24%;
    }

    .catalog-link {
        margin-top: 30px;
    }

    .girls-grid,
    .services-list-section {
        margin-bottom: 70px;
    }

    .services-image-left,
    .services-image-right {
        display: none;
    }

    .services-list-section {
        padding: 50px 0;
    }

    .content-wrapper {
        margin-bottom: 70px;
    }

    .content-wrapper__item p {
        padding: 0 34px;
    }

    .content-wrapper__item p:last-child {
        margin-bottom: 0;
    }

    .content-wrapper__item:not(:last-child) {
        margin-bottom: 50px;
    }

    .content-wrapper__item ul {
        margin: 0 0 0 25px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-menu {
        padding-right: 0;
        grid-template-columns: 76px 129px 80px 135px 82px minmax(auto, 255px);
        justify-content: space-between;
        gap: 20px 15px;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-menu-block {
        flex-flow: row;
    }

    .footer-social-links {
        flex-flow: row;
        column-gap: 10px;
        order: 3;
    }

    .copyright {
        order: 2;
        position: relative;
        bottom: auto;
        width: max-content;
        flex: 0 0 auto;
        margin-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    body.active-menu .social-link-list {
        z-index: 0;
    }

    .header-block .logo img {
        width: 100%;
        max-width: 171px;
        height: auto;
    }

    .home-banner {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .home-banner__content h1 {
        font-size: 62px;
        line-height: 80px;
    }

    .home-banner__content h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .home-banner__content .order-link {
        font-size: 20px;
        line-height: 27px;
        padding: 16.5px 20px;
    }

    .girls-grid__title {
        font-size: 52px;
        line-height: 61px;
        margin-bottom: 30px;
    }

    .sg-text-container {
        padding-inline: var(--sg-container-sm-padding);
    }

    .services-list__item {
        padding: 20px;
    }

    .services-list-title {
        font-size: 52px;
    }

    .services-list__item-subtitle span {
        font-size: 24px;
        line-height: 34px;
    }

    .catalog-link {
        margin-top: 20px;
    }

    .content-wrapper {
        margin-bottom: 50px;
    }

    .content-wrapper__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .content-wrapper__item h3 {
        font-size: 52px;
        line-height: 61px;
        margin-bottom: 10px;
    }

    .content-wrapper__item p {
        padding: 0;
    }

    .content-wrapper__item ul {
        margin: 0 0;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-menu {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-menu-block {
        flex: 0 0 100%;
        order: 1;
    }

    .footer-menu-item {
        flex: 0 0 18% !important;
    }

    .footer-menu-item:nth-child(6),
    .footer-menu-item:nth-child(12),
    .footer-menu-item:nth-child(18) {
        grid-column: auto;
    }

    .footer-menu-item:nth-child(1),
    .footer-menu-item:nth-child(7),
    .footer-menu-item:nth-child(13) {
        grid-column: 1;
        grid-row: auto;
    }

    .footer-menu-item:nth-child(2),
    .footer-menu-item:nth-child(8),
    .footer-menu-item:nth-child(14) {
        grid-column: 2;
        grid-row: auto;
        flex: 0 0 130px !important;
    }

    .footer-menu-item:nth-child(3),
    .footer-menu-item:nth-child(9),
    .footer-menu-item:nth-child(15) {
        grid-column: 3;
        grid-row: auto;
        flex: 0 0 80px !important;
    }

    .footer-menu-item:nth-child(4),
    .footer-menu-item:nth-child(10),
    .footer-menu-item:nth-child(16) {
        grid-column: 4;
        grid-row: auto;
        flex: 0 0 135px !important;
    }

    .footer-menu-item:nth-child(5),
    .footer-menu-item:nth-child(11),
    .footer-menu-item:nth-child(17) {
        grid-column: 5;
        grid-row: auto;
    }

    .footer-menu-item:nth-child(6) {
        order: 16;

        flex: 0 0 auto !important;
    }

    .footer-menu-item:nth-child(12) {
        order: 17;
        flex: 0 0 auto !important;

    }

    .footer-menu-item:nth-child(18) {
        order: 18;
        flex: 0 0 auto !important;

    }
}

@media screen and (max-width: 750px) {

    .header__menu header,
    .header__menu footer {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header__menu.active {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        transform: none;
        left: auto;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 320px;
        height: auto;
        max-height: 570px;
        background: #252525;
        padding: 15px;
        z-index: 9;
    }

    .header__menu ul {
        flex-flow: column!important;
        width: 100%;
        margin: 100px auto!important;
    }

    .header__menu ul>li a.nav-link {
        position: relative;
        width: max-content;
    }

    .mobile-submenu {
        position: absolute;
        top: 70px;
        left: 100%;
        /* за межами екрана праворуч */
        width: 100%;
        height: 100%;
        background: rgba(37, 37, 37, 1);
        transition: left 0.4s ease;
        z-index: 10;
        padding: 20px;
        box-sizing: border-box;
        min-width: none;
        max-width: 100%;
        border-radius: 0;
    }

    .mobile-submenu .submenu__item a {
        font-family: "Noto Sans", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
        text-transform: none;
        text-decoration: none;
        color: #F4F4F4;
        cursor: pointer;
    }

    .mobile-submenu .submenu__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-submenu .submenu__item:not(:last-child) {
        margin-bottom: 10px;

    }
.nav-item .submenu .services-list{
    display: none;
}
    .mobile-submenu.active {
        display: flex;
        flex-flow: column;
        left: auto;
        top: 70px;
        height: auto;
        max-height: calc(100% - 140px);
        overflow: hidden;
        min-width: auto;
        width: 100%;
        padding: 20px 20px 30px 15px;
    }

    .submenu-title {
        font-family: "Noto Sans", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
        text-transform: uppercase;
        text-align: center;
        color: rgba(92, 90, 102, 1);
        margin-bottom: 24px;
    }

    .close-submenu {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: none;
        box-shadow: none;
        background: rgba(244, 244, 244, .1);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 20px;
        top: 7px;
        cursor: pointer;
    }

    .close-submenu img {
        transform: rotate(90deg);
    }

    header .services-list {
        background: rgba(37, 37, 37, 1);
        overflow: auto;
        border-radius: 0;
        padding: 0;
        flex-flow: column;
    }

    .footer-social-links {
        margin: 0 auto;
    }

    .copyright {
        order: 3;
        margin: 20px auto 0 auto;
    }
    .footer{
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 690px) {
    .header-block {
        margin-top: 15px;
        padding: 10px;
    }

    .banner-container {
        padding-top: 105px;
        background-size: cover;
    }

    .home-banner {
        padding-top: 0;
    }

    .home-banner__content {
        order: 1;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .home-banner__content h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
        order: 1;
        flex: 0 0 100%;
    }

    .home-banner__content h2 {
        order: 2;
        margin-bottom: 0;
        max-width: 100%;
        flex: 0 0 100%
    }

    .home-banner__content .order-link {
        order: 5;
        flex: 1;
        margin: 0 auto;
    }

    img.header-right,
    img.header-left {
        position: relative;
        max-width: 40%;
        flex: 0 0 49%;
        bottom: auto;
        right: auto;
        left: auto;
        margin-top: auto;
    }

    img.header-right {
        order: 4;
    }

    img.header-left {
        order: 3;
    }

    .services-list {
        flex-flow: column;
    }

    .girls-grid,
    .services-list-section {
        margin-bottom: 50px;
    }

    .services-list__item {
        flex: 0 0 100%;
        width: 100%;
    }

    .services-list__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer-menu-item:nth-child(2),
    .footer-menu-item:nth-child(8),
    .footer-menu-item:nth-child(14),
    .footer-menu-item,
    .footer-menu-item:nth-child(4),
    .footer-menu-item:nth-child(10),
    .footer-menu-item:nth-child(16),
    .footer-menu-item:nth-child(3),
    .footer-menu-item:nth-child(9),
    .footer-menu-item:nth-child(15) {
        flex: 0 0 47% !important;
    }

    .footer-menu-item:nth-child(5) {
        order: 13;
        flex: 0 0 auto !important
    }

    .footer-menu-item:nth-child(11) {
        order: 14;
        flex: 0 0 auto !important
    }

    .footer-menu-item:nth-child(17) {
        order: 15;
        flex: 0 0 auto !important
    }

    .footer-menu-item:nth-child(6),
    .footer-menu-item:nth-child(12).footer-menu-item:nth-child(18) {
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 560px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
.header.sg-container{
    padding-inline: 15px;
}
    .header-block .logo img {
        max-width: 137px;
    }

    .social-link-list {
        display: none;
    }

    .toggle-menu {
        margin-right: 10px;
        margin-left: auto;
    }

    .header__search-btn {
        margin-right: 0;
    }

    .header__user {
        display: none;
    }

    .banner-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-banner__content h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .home-banner {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .girls-grid__title {
        font-size: 34px;
        line-height: 40px;
        padding: 0 20px;
    }

    .services-list-section {
        padding: 30px 0;
    }

    .services-list-title {
        font-size: 34px;
        line-height: 40px;
    }

    .services-list__item-title,
    .services-list__item-subtitle {
        line-height: 34px;
    }

    .services-list__item-subtitle {
        margin-bottom: 5px;
    }

    .content-wrapper__item h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer {
        padding: 20px 0;
    }
}

@media screen and (max-width: 450px) {
    .content-wrapper__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .content-wrapper__item h3 {
        margin-bottom: 10px;
    }
}