@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
/* Default styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

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

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.247);
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

::-webkit-scrollbar-thumb:active {
    background-color: #000;
}

/* Blocks */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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: 2em;
    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;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

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

/**
 * 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;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    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: 1px dotted ButtonText;
}

/**
 * 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;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* 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;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    overflow-y: scroll;
}

.btn {
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.btn.btn-warning {
    background-color: #a691cc;
    border: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.btn.btn-warning::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #000;
    width: 0;
    height: 100%;
    transition: all 0.5s;
}

.btn.btn-warning:hover {
    color: #a691cc;
}

.btn.btn-warning:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.font__size--regular {
    font-size: 16px;
}

.font__size--medium {
    font-size: 20px;
}

.font__size--bold {
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .font__size--bold {
        font-size: 22px;
    }
}

.font__size--big {
    font-size: 40px;
    font-weight: 900;
}

@media (max-width: 576px) {
    .font__size--big {
        font-size: 28px;
    }
}

.text__color--white {
    color: #fff;
}

.main {
    margin-bottom: 100px;
    min-height: 900px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 576px) {
    .main {
        min-height: 600px;
    }
}

.main .main__shape {
    position: absolute;
    font-size: 50px;
    color: #fff;
    bottom: 5%;
    left: 50%;
    -webkit-animation: main__shape 1s linear infinite;
    animation: main__shape 1s linear infinite;
    transform: translate(-40%);
}

@-webkit-keyframes main__shape {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(5px);
    }
}

@keyframes main__shape {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(5px);
    }
}

@media (max-width: 576px) {
    .main .main__shape {
        -webkit-animation: none;
        animation: none;
    }
}

.main .main__content {
    width: 40%;
    padding: 20px;
    padding: 350px 0 100px 0;
}

@media (max-width: 992px) {
    .main .main__content {
        width: 100%;
        padding: 250px 0 100px 0;
    }
}

@media (max-width: 576px) {
    .main .main__content {
        padding: 200px 0;
    }
}

.main__h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .main__h2 {
        font-size: 28px;
    }
}

.adv__content--item {
    position: relative;
    z-index: 0;
    min-height: 200px;
    margin-bottom: 40px;
}

.adv__content--item::after {
    content: "";
    width: 30%;
    height: 3px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-color: #a691cc;
    transition: all 0.5s;
}

.adv__content--item:hover::after {
    width: 90%;
}

.portfolio .swiper {
    height: 550px;
}

@media (max-width: 992px) {
    .portfolio .swiper {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .portfolio .swiper {
        height: 300px;
    }
}

.portfolio .swiper-wrapper {
    height: 500px;
}

@media (max-width: 992px) {
    .portfolio .swiper-wrapper {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .portfolio .swiper-wrapper {
        height: 300px;
    }
}

.portfolio .swiper-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio .swiper__item {
    width: 70%;
    height: 100%;
    margin: auto;
    position: relative;
}

.portfolio .swiper__item--shape {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 20px;
}

.portfolio .swiper-button-prev, .portfolio .swiper-rtl .swiper-button-next {
    left: 140px;
}

@media (max-width: 576px) {
    .portfolio .swiper-button-prev, .portfolio .swiper-rtl .swiper-button-next {
        left: 20px;
    }
}

.portfolio .swiper-button-next, .portfolio .swiper-rtl .swiper-button-prev {
    right: 150px;
}

@media (max-width: 576px) {
    .portfolio .swiper-button-next, .portfolio .swiper-rtl .swiper-button-prev {
        right: 20px;
    }
}

.portfolio .swiper-pagination {
    width: 70%;
    transform: translateX(20%);
}

.swiper-pagination-bullet {
    border-radius: 10px;
    background-color: #a691cc;
    opacity: 0.5;
    width: 20px;
}

.swiper-pagination-bullet-active {
    width: 40px;
    opacity: 1;
    background-color: #a691cc;
    transition: all 0.5s;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "›";
    color: #000;
    font-size: 30px;
    margin-bottom: 5px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "‹";
    color: #000;
    font-size: 30px;
    margin-bottom: 5px;
}

.remont .remont__item {
    margin-bottom: 20px;
}

.remont .remont__item--img {
    height: 400px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .remont .remont__item--img {
        height: 300px;
    }
}

.design {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.design::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.4;
}

.design .design__content {
    padding: 150px 0;
}

@media (max-width: 576px) {
    .design .design__content {
        padding: 80px 0;
    }
}

.partner .partner__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}

.modal.projects__modal .modal-dialog {
    max-width: 1200px;
}

.modal ol {
    list-style: decimal;
    list-style-position: inside;
}

.form input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
}

header {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0%;
    z-index: 999;
}

header a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

header a::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 3px;
    background-color: #a691cc;
    bottom: -2px;
    right: 0%;
    transition: all 0.5s;
}

header a:hover {
    color: #000;
}

header a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

header .socials__links a::after {
    display: none;
}

header .socials__links a svg {
    transition: all 0.5s;
}

header .socials__links a svg:hover {
    transform: translateY(-3px);
}

header .bars {
    font-size: 24px;
}

.offcanvas ul li {
    margin-bottom: 10px;
}