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

@font-face {
    font-family: 'Onest Thin';
    src: local('Onest Thin'),
        url('../fonts/Onest-Thin.woff2') format('woff2'),
        url('../fonts/Onest-Thin.woff') format('woff'),
        url('../fonts/Onest-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Onest Regular';
    src: local('Onest Regular'),
        url('../fonts/Onest-Regular.woff2') format('woff2'),
        url('../fonts/Onest-Regular.woff') format('woff'),
        url('../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest SemiBold';
    src: local('Onest SemiBold'),
        url('../fonts/Onest-SemiBold.woff2') format('woff2'),
        url('../fonts/Onest-SemiBold.woff') format('woff'),
        url('../fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Light';
    src: local('Cormorant Light'),
        url('../fonts/Cormorant-Light.woff2') format('woff2'),
        url('../fonts/Cormorant-Light.woff') format('woff'),
        url('../fonts/Cormorant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Regular';
    src: local('Cormorant Regular'),
        url('../fonts/Cormorant-Regular.woff2') format('woff2'),
        url('../fonts/Cormorant-Regular.woff') format('woff'),
        url('../fonts/Cormorant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Medium';
    src: local('Cormorant Medium'),
        url('../fonts/Cormorant-Medium.woff2') format('woff2'),
        url('../fonts/Cormorant-Medium.woff') format('woff'),
        url('../fonts/Cormorant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant Semi Bold';
    src: local('Cormorant Semi Bold'),
        url('../fonts/Cormorant-SemiBold.woff2') format('woff2'),
        url('../fonts/Cormorant-SemiBold.woff') format('woff'),
        url('../fonts/Cormorant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

:root {
    --loader-bg: #851e19;
    --card: #121826;
    --fg: #e6e9ef;
    --muted: #94a3b8;
    --accent: #5b9cff;
    --loader-bar-bg: rgba(255, 255, 255, .39);
    --loader-bar-h: 6px;
    --radius: 12px;
    --fade-ms: 350ms;
    --color: #000;
}


html {
    font-family: "Onest Thin", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--color);
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

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

.container-full {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.footer {
    background: #191614;
    color: #fff;
    padding-bottom: 112px;
    padding-top: 90px;
}

.footer a,
.footer a:visited {
    color: #fff;
    text-decoration: none;
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.footer__mobile .footer__top {
    grid-template-columns: repeat(3, 1fr);
}

.footer__mobile .footer__bottom {
    grid-template-columns: repeat(3, 1fr);
}

.footer__logo {
    margin-top: -36px;
}

.footer__address-title,
.footer__phones-title,
.footer__bottom-title,
.footer__menu-title {
    font-family: "Cormorant Semi Bold", serif;
    font-size: 20px;
    line-height: 22px;
    color: #e7b78b;
    text-transform: uppercase;
    margin-bottom: 26px;
}

/*.footer__address-title {
    font-size: 16px;
    line-height: 24px;
}*/

.footer__phones-item a,
.footer__phones-item a:visited,
.footer__botom-item a,
.footer__botom-item a:visited {
    color: #fff;
    text-decoration: none;
}

.text_bold {
    font-family: "Onest SemiBold", sans-serif;
}

.footer__bottom {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 48px;
}


.footer__desktop .footer__bottom-item:nth-child(3) {
    grid-column: span 2;
}

.footer__copyright,
.footer__year {
    font-size: 14px;
    color: rgba(255, 255, 255, .32);
}

.footer__callback-button {
    background-color: #b20027;
    color: #fff;
    padding: 20px 30px;
    border-radius: 56px;
    text-decoration: none;
}

.footer__menu-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer__menu-list li {
    margin-bottom: 20px;
}

.footer__menu-list li,
.footer__menu-list li a {
    color: rgba(255, 255, 255, .32);
}

.footer__menu-list {
    margin-bottom: 25px;
}

.footer__bottom-callback {
    display: flex;
}


/* ===== Overlay ===== */
.page-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background-color: var(--loader-bg);
    z-index: 9999;
    transition: opacity var(--fade-ms) ease, visibility var(--fade-ms) ease;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-card {
    width: min(250px, 92vw);
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 27px;
    user-select: none;
}


/* Progress */
.progress {
    margin-top: 18px;
    background: var(--loader-bar-bg);
    /*border-radius: 999px;*/
    height: var(--loader-bar-h);
    overflow: hidden;
    position: relative;
    /*border: 1px solid rgba(255, 255, 255, .06);*/
}

.progress__bar {
    width: 0%;
    height: 100%;
    background-color: #fff;
    background-size: 120px 100%, 100% 100%;
    animation: shimmer 1.2s linear infinite;
    transition: width 220ms ease;
}

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 120px 0, 0 0;
    }
}

.progress__label {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
}

.section-form {
    background-image: url('../img/main-form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 128px 0 108px 0;


}

.section-form .form__box {
    /*display: flex;
    justify-content: flex-end;*/
    width: 300px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(136deg, rgb(0, 0, 0) 0%, rgb(46, 41, 35) 100%);
    background-image: -webkit-linear-gradient(136deg, rgb(0, 0, 0) 0%, rgb(46, 41, 35) 100%);
    background-image: -ms-linear-gradient(136deg, rgb(0, 0, 0) 0%, rgb(46, 41, 35) 100%);
    z-index: 46;
}

.section-form .form {

    display: flex;
    justify-content: flex-end;


}

.section-form .form__wrapper {
    background: #000;
    background: linear-gradient(287deg, rgba(0, 0, 0, 1) 0%, rgba(227, 187, 150, 1) 100%);
    padding: 1px;
    border-radius: 10px;
}

.section-form .form__title {
    color: #f7b88a;
    font-family: "Cormorant Semi Bold", serif;
    font-size: 34px;
    text-transform: uppercase;


}

.section-form .form__box {
    background: linear-gradient(213deg, rgba(0, 0, 0, 1) 0%, rgba(227, 187, 150, 1) 100%);
}

.section-portfolio {
    padding-top: 112px;
    padding-bottom: 112px;
}

.section__title {
    font-family: 'Cormorant Medium', serif;
    font-size: 30px;
    color: #5c0115;
    text-transform: uppercase;
    text-align: center;
}

.yamaps__button {
    display: flex;
    gap: 20px;
}

.footer__mobile .yamaps__button {
    flex-direction: column;
}

.footer__mobile .footer__callback-button {
    padding: 15px 22px;
    font-size: 13px;
}

.yamaps__button-text, .yamaps__button-text:hover, .yamaps__button-text:visited {
color: rgba(255, 255, 255, .32);
}

.main {
    padding-top: 76px;
    padding-bottom: 76px;
}
/*# sourceMappingURL=app.css.map */