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

/* Normalize css */
/* custom normalize*/
button {
    border: none;
}
h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    line-height: 1;
}
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* {
    box-sizing: border-box;
}
input:focus {
    border: unset;
    outline: unset;
}
/* custom normalize*/

body {
    line-height: 1.7;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}


.header > .container {
    display: flex;
    flex-direction: column;
}

.header__topbar {
    background-color: #BD1313;
}
.header__topbar .container {
    display: flex;
    justify-content: space-between;
}
.header__topbar-left {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 25.5px;
    font-size: 15px;
    color: #fff;
    fill: #fff;
    display: flex;
    align-items: center;
}
.header__topbar-left svg {
    margin: 0 1.75px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.header__topbar-left span {
}
.header__topbar-right {
    display: flex;
    align-items: center;
}
.header__topbar-button {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    transition: all .3s ease-in-out;
    padding: 19px 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px 0 1px 0;
    background: #fff;
    border-color: #C92727;
}
.header__topbar-button:hover {
    background-color: #B32400;
    color: #fff;
}
.header__topbar-link:not(:last-of-type) {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF;
}
.header__topbar-link a {
    font-family: 'Jost', sans-serif;
    transition: all .3s;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
}
.header__topbar-link a:hover {
    color: #D8D8D8;
    opacity: 0.9;
}

.header__main .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header__main-left {
    display: flex;
    gap: 18px;
    width: 29%;
    flex-shrink: 0;
}
.header__main-logo {
    display: flex;
    align-items: center;
}
.header__main-logo img {
    width: 100%;
    max-width: 79px;
    max-height: 79px;
    min-height: 79px;
    min-width: 79px;
    height: 100%
}
.header__main-left-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header__main-left-title {
    font-family: "Rubik", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-wrap: nowrap;
}
.header__main-left-title span {
    color: #E70000;
}
.header__main-left-subtitle {
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 600; /*rubik 500*/
    color: #000000;
    margin-top: 6px;
}
.header__main-right-wrapper {
    display: flex;
    width: 100%;
}
.header__main-right {
    display: flex;
    align-items: center;
    max-width: 94%; 
}
.header__main .container {
    display: flex;
}
.header__main-right-info {
    display: flex;
    flex-grow: 1;
    padding-bottom: 2px;
    align-items: center;
}
.header__main-right-info svg {
    min-width: 14px;
    min-height: 14px;
    fill: #E70000;
    margin: 0 1.75px;
    position: relative;
}
.header__main-right-info:first-of-type svg {
    top: -2px;
    left: -1px;
}
.header__main-right-info:last-of-type svg {
    top: -1px;
}
.header__main-right-info p {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8A8A8A;
    transition: color 0.3s;
    padding-left: 5px;
    line-height: 1.7;
    transition: color 0.3s;
    text-wrap: nowrap;
}
.header__main-right-info p:hover {
    color: #E70000;
}
.header__main-right .header__main-right-info:first-of-type {
    width: 33%;
}
.header__main-right .header__main-right-info:nth-of-type(2) {
    width: 27%;
}
.header__main-right-info:hover p {
    color: #E70000;
}
.header__main-right-button {
    font-family: "Tahoma", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    color: #E70000;
    padding: 8px 18px;
    border-radius: 15px;
    border: 2px solid #E70000;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 15px;
    width: 29%;
}
.header__main-right-button span {
    margin-top: -6px;
}
.header__main-right-button svg {
    width: 27px;
    height: 27px;
    margin-top: 6px;
    margin-left: 2px;
    fill: #E70000;
}
.header__main-right-button-icon {
    max-width: 45px;
    width: 38%;
    min-height: 42px;
    display: flex;
    justify-content: center;
}
.header__main-right {
    gap: 50px;
    padding: 12px 0;
    margin: 0 auto;
}

.header__navbar .container {
    display: flex;
    justify-content: space-between;
}
.header__navbar a {
    transition: all .3s;
    font-family: "Rubik", Sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600; /* rubik 500 */
    color: #484848;
    padding: 12px;
}
.header__navbar {
    border-top: 1px solid #E2E2E2;
}
.header__navbar a:active,
.header__navbar a:hover {
    color: #FF481A;
}
.first-screen .container {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

.first-screen__right {
    background: #BD1313;
    border-radius: 15px;
    padding: 20px 30px;
    width: 36%;
    display: flex;
    align-items: center;
}
.first-screen img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}
.first-screen {
    position: relative;
}
.first-screen > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.first-screen::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(94deg, #000000 37%, #FFFFFF00 71%);
    opacity: 0.91;
}
.first-screen__left {
    margin-top: 78px;
    padding-bottom: 50px;
    padding-right: 85px;
    width: 64%;
}
.first-screen__left-title {
    font-family: "Verdana", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    padding-bottom: 45px;
}
.first-screen__benefits {

}
.first-screen__benefit {
    display: flex;
    gap: 40px;
}
.first-screen__benefit-left {
    height: 80px;
    padding-bottom: 42px;
    min-width: 112.25px;
    height: 122px;
    position: relative;
}
.first-screen__benefit-left-square {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    border: 5px solid #F1F1F1;
}
.first-screen__benefit-left-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 47.5px;
    left: 0;
    background-color: #BD1313;
    border-radius: 7px;
    width: 60px;
    height: 60px;
}
.first-screen__benefit-left-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.first-screen__benefit-right p {
    font-family: "Verdana", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    height: 80px;
}

/* footer */
.footer {
    background: #3A3A3A;
}
.footer__top {
    padding: 20px 0;
}
.footer__top .container {
    display: flex;
}
.footer__top-left,
.footer__top-left img {
    height: 73px;
}
.footer__top-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.footer__top-center a {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    padding: 0 18px;
    color: #fff;
    letter-spacing: normal;
    font-size: 16px;
    letter-spacing: 1.5px;
}
.footer__top-right {
    padding: 0 57.5px;
}
.footer__top-right-button {
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 8px 20px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    border: 1px solid #fff;
    background: #6EC1E400;
    transition: all .3s ease-in-out;
}
.footer__top-right-button:hover {
    color: #000000;
    background: #fff;
}
.footer__top-right {
    display: flex;
    align-items: center;
}
.footer__bottom {
    padding: 20px 0;
}
.footer__bottom .container {
    display: flex;
    gap: 20px;
}
.footer__bottom .container > div {
    width: 100%;
}
.footer__bottom-first {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #EEEEEE;
}
.footer__bottom-second {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer__bottom-second a {
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #EEEEEE;
    transition: all .3s;

}
.footer__bottom-second a:hover {
    opacity: 0.9;
}
.footer__bottom-second p {
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #EEEEEE;
}
.footer__bottom-third {
    display: flex;
    align-items: center;
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #EEEEEE;
}
.footer__bottom-third p {
    cursor: pointer;
}
.footer__bottom-fourth {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer__bottom-fourth-icon {
    fill: #fff;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__bottom-fourth svg {
    width: 24px;
    height: 24px;
}
.footer__divider {
    background: #EEEEEE;
    width: 100%;
    height: 1px;
}
/* footer */

/* qualitative remont */

.qualitative-remont {
    padding-top: 80px;
    padding-bottom: 60px;
}
.qualitative-remont__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.qualitative-remont__rectangle {
    border: 5px solid #BD1313;
    position: absolute;
    top: 30px;
    right: 62.5px;
    min-height: 200px;
    width: 325px;
}
.qualitative-remont__title {
    position: relative;
    z-index: 2;
    font-family: "Tahoma", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: .7px;
    color: #2C2C2C;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -65px;
    text-align: center;
    background: #fff;
    width: 100%;
}
.qualitative-remont p {
    text-align: start;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #101010;
}
.qualitative-remont p:last-of-type {
    margin-bottom: 30px;
}

/* qualitative remont */


/* approach-to-work */
.approach-to-work {
    background: url('/podhod-k-rabote.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.approach-to-work::before {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(94deg, #000000 31%, #FFFFFF00 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.91;
}
.approach-to-work__title {
    font-family: "Tahoma", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: 0.7px;
    color: #F1F1F1;
    text-align: center;
    margin-bottom: 56px;
}
.approach-to-work__content {
    position: relative;
    padding-top: 75px;
    padding-bottom: 93px;
}

.approach-to-work__points {
    display: flex;
    flex-direction: column;
    width: 75%;
}
.approach-to-work__point-left {
    padding-left: 20px;
    padding-bottom: 42px;
    position: relative;
}
.approach-to-work__point-left-square {
    border: 5px solid #F1F1F1;
    width: 130px;
    height: 127.5px;
    position: relative;
    top: -5px;
    right: -5px
}
.approach-to-work__point-left-icon {
    position: absolute;
    left: 0;
    bottom: 22.5px;
    background: #BD1313;
    border-radius: 7px;
    padding: 5px;
    font-family: "Arial", Sans-serif;
    font-size: 63px;
    font-weight: 600;
    line-height: 63px;
    color: #313131F7;
}
.approach-to-work__point-left-icon h4 {
    padding-right: 5px;
}
.approach-to-work__point {
    display: flex;
    gap: 40px;
}
.approach-to-work__point-right {
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    /* height: 160px; */
    position: relative;
    top: -5px;
    height: 127.5px;
}
.approach-to-work__point-right h3 {
    font-family: "Rubik", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 26px;
    color: #FFF;
}
.approach-to-work__point-right p {
    margin-bottom: 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFF;
}
/* approch-to-work */

/* remont kinds */
.remont-kinds__items {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.remont-kinds__items:not(:last-of-type) {
    margin-bottom: 40px;
}
.remont-kinds__items:last-of-type {
    padding-bottom: 90px;
}
.remont-kinds__item {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}
.remont-kinds__item-image-wrapper {
    box-shadow: 0 0 7px 0 rgb(0 0 0 / .5);;
}
.remont-kinds__item-content {
    padding: 25px;
}
.remont-kinds__item-content h3 {
    padding-bottom: 20px;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.remont-kinds__item-content p {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.4px;
}
.remont-kinds__content {
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    position: relative;
}
.remont-kinds__title-wrapper {
    position: relative;
}
.remont-kinds__title {
    font-family: "Tahoma", Sans-serif;
    font-size: 59px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: .7px;
    color: #2C2C2C;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.remont-kinds__rectangle::before {
    content: '';
    border: 5px solid #BD1313;
    position: absolute;
    top: -32.5px;
    left: 0px;
    min-height: 142.5px;
    width: 275.5px;
}

.remont-kinds__item-image-wrapper,
.remont-kinds__item-content {
    width: 50%;
}
.remont-kinds__item-content {
    width: calc(50% + 25px);
}
.remont-kinds__item-image-wrapper,
.remont-kinds__item-image-wrapper img {
    border-radius: 10px 0 0 10px;
}
.remont-kinds__item-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.remont-kinds__items:nth-of-type(1) .remont-kinds__item:nth-of-type(2) .remont-kinds__item-image-wrapper img {
    object-position: bottom right;
}
.remont-kinds__items:nth-of-type(1) .remont-kinds__item:nth-of-type(1) .remont-kinds__item-image-wrapper img {
    object-position: center left;
}
.remont-kinds__items:nth-of-type(2) .remont-kinds__item:nth-of-type(1) .remont-kinds__item-image-wrapper img {
    object-position: center center;
}
.remont-kinds__items:nth-of-type(2) .remont-kinds__item:nth-of-type(2) .remont-kinds__item-image-wrapper img {
    object-position: center center;
}
.remont-kinds__items:nth-of-type(3) .remont-kinds__item:nth-of-type(1) .remont-kinds__item-image-wrapper img {
    object-position: center right;
}
.remont-kinds__items:nth-of-type(3) .remont-kinds__item:nth-of-type(2) .remont-kinds__item-image-wrapper img {
    object-position: center center;
}
.remont-kinds__items:nth-of-type(4) .remont-kinds__item:nth-of-type(1) .remont-kinds__item-image-wrapper img {
    object-position: center center;
}
.remont-kinds__items:nth-of-type(4) .remont-kinds__item:nth-of-type(2) .remont-kinds__item-image-wrapper img {
    object-position: center center;
}
.remont-kinds__button {
    padding: 17px 28px 17px 28px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
    border-radius: 9px;
    background: #BD1313;
    font-family: "Rubik", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 100px;
    cursor: pointer;
    align-self: center;
}
/* remont kinds */

/* our work */
.our-work {
    background: #E9E9E9;
}
.our-work__content {
    padding-top: 50px;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-work__title {
    font-family: "Tahoma", Sans-serif;
    font-size: 59px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: 0.7px;
    color: #2C2C2C;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.our-work__videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.our-work__video {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
}
.our-work__video video {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 1px rgba(127.5, 127.5, 127.5, 0.5);
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    aspect-ratio: 0.5625;
    object-fit: cover;
}
.our-work__video p {
    font-family: "Rubik", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.our-work__information {
    display: flex;
    gap: 20px;
    padding-top: 60px;
}
.our-work__information-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 5px;
}
.our-work__information-left p {
    font-family: "Rubik", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-top: 7px;
}
.our-work__information-right h3 {
    text-align: center;
    font-family: "Tahoma", Sans-serif;
    font-size: 53px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: .5px;
    color: #2C2C2C;
    padding-bottom: 30px;
}
.our-work__information-right div p:last-of-type {
    margin-bottom: 20px;
}
.our-work__information-right {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-right: 5px;
}
.our-work__information-right p {
    text-align: start;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #101010;
    margin-bottom: 30px;
}
.our-work__information-right > p {
    margin-bottom: 20px;
}
.our-work__information-left {
    max-width: 562.2px;
    margin-top: 20px;
}
.our-work__information-slider {
    max-height: 771.69px;
}
.our-work__information-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-work__information-left,
.our-work__information-right {
    width: 50%;
}
.our-work__information-right h4 {
    margin-bottom: 18px;
    text-align: start;
    font-family: "Raleway", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #101010;
}
/* our work */

/* popular-questions */
.popular-questions__items-column:last-of-type .popular-questions__item:last-of-type {
    margin-bottom: 0;
}
.popular-questions__content {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 120px;
}
.popular-questions__title {
    padding-bottom: 30px;
    text-align: center;
    font-family: "Tahoma", Sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: .7px;
    color: #2C2C2C;
}
.popular-questions__items {
    display: flex;
    gap: 24px;
}
.popular-questions__item h3 {
    font-size: 27px;
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
    line-height: 33px;
}
.popular-questions__item-header {
    padding: 24px;
    border: 1px solid #E70000;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
}
.popular-questions__item.active .popular-questions__item-header,
.popular-questions__item-header:hover {
    border-color: #0201017D;
}
.popular-questions__item-header:focus {
    box-shadow: 0 0 3px 0 #2f5aae;
}
.popular-questions__item-header svg {
    width: 13.13px;
    height: 15px;
    fill: #BD1313;
}
.popular-questions__items-column {
    width: 50%;
}
.popular-questions__item {
    margin-bottom: 16px;
}
.popular-questions__item-icon {
    display: flex;
    align-items: center;
}
.popular-questions__item-icon svg:last-child {
    display: none;
}
.popular-questions__item-content p {
    font-family: "Raleway", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px !important;
    color: #161616;
}
.popular-questions__item-content {
    
    transition: max-height 0.3s ease, padding 0.3s ease;
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .3s;
}
.popular-questions__item-content p {
    min-height: 0;
}
.popular-questions__item.active .popular-questions__item-content {
    grid-template-rows: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
}

@keyframes accordeon-open {
    0% {
        padding-top: 0;
        padding-bottom: 0;
    }
    100% {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* popular-questions */

/* submit-application */
.submit-application {
    background: url('/чертежи-план.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}
.submit-application::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff0;
    background-image: linear-gradient(94deg, #000000ED 51%, #9292927D 83%);
    opacity: 0.91;
}
.submit-application__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 98px;
}
.submit-application__left {
    margin: 64px 0;
    flex-shrink: 1;
    flex-grow: 0;
}
.submit-application__right {
    flex-shrink: 1;
    flex-grow: 0;
    max-width: 536px;
    width: 100%;
}
.submit-application__benefits {
    display: flex;
    flex-direction: column;
    gap: 56px;
}
.submit-application__benefit-left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD1313;
    border-radius: 10px;
    padding: 15px;
    margin-left: 14.5px;
    margin-right: 14.5px;
    align-self: start;
}
.submit-application__benefit-left svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.submit-application__benefit {
    display: flex;
}
.submit-application__benefit h3 {
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #EBEBEB;
}
.submit-application__benefit p {
    margin-bottom: 30px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
}
.submit-application__form-wrapper {
    margin-bottom: 50px;
    margin-top: -50px;
    height: 100%;
}
.submit-application__form {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 -3px 9px 4px rgb(36 33 33 / .15);
    padding: 0 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.submit-application__form a {
    color: #2f5aae;
}
.submit-application__form-title {
    font-family: "Tahoma", Sans-serif;
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 1.7px;
    color: #060607;
    padding: 10px;
    text-wrap: nowrap;
    text-align: center;
}
.submit-application__form-button {
    background-color: #BD1313;
    padding: 15px 20px 15px 20px;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / .5);
    margin-top: 10px;
    cursor: pointer;
}
.submit-application__form-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.submit-application__form-input {
    
}
.submit-application__form-input .error {
    border-color: #f00 !important;
}
.submit-application__form-input label {
    margin-bottom: 5px;
    display: block;
    color: #060607;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}
.submit-application__form-checkbox:has(.error) .submit-application__form-checkbox-check {
    border-color: #f00 !important;
}
.submit-application__form-input input {
    margin-top: 1px;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    color: #000;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    background: #fff;
    width: 100%;
    border: unset;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    transition: all .2s linear;
}
.submit-application__form-input input:focus {
    box-shadow: 0 0 3px 0 #2f5aae;
    border-color: #4285f478;
}
.submit-application__form-checkbox {
    display: flex;
    align-items: center;
}
.submit-application__form-checkbox label {
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    cursor: pointer;
}
.submit-application__form-checkbox-check {
    transition: all .2s linear;
    color: #202020;
    border-radius: 3px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #202020;
    background: #fff;
    line-height: 1;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 7px;
}
.submit-application__form-checkbox-check svg {
    opacity: 0;
    transition: all .2s;
    width: 12px;
    height: 12px;
}
.submit-application__form-label a {
    position: relative;
    z-index: 3;
}
.submit-application__form-checkbox:has(input:checked) svg {
    opacity: 1;
}
.submit-application__form-checkbox {
    position: relative;
}
.submit-application__form-checkbox label:first-of-type {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
/* submit-application */

/* contacts */
.contacts {
    overflow: hidden;
    min-height: 400px;
    position: relative;
}
.contacts__card {
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 10px;
    box-shadow: 0px -3px 9px 5px rgba(36, 33, 33, 0.15);
    background: #fff;
    margin-left: 200px;
    width: 460px;
    position: absolute;
    top: 25%;
}
.contacts__card p {
    margin-bottom: 30px;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
}
.contacts__card-title {
    font-family: "Tahoma", Sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #000000;
}
.contacts__links {
    display: flex;
    gap: 20px;
}
.contacts__links svg {
    fill: #000;
    width: 25px;
    height: 25px;
}
/* contacts */

/* form-popup */
.form-popup {
    width: 800px;
    max-height: 485px;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    position: relative;
    overflow: clip;
    animation: fadeInDown;
    animation-duration: .75s;
    animation-fill-mode: forwards;
}
.form-popup__content {
     display: flex;
     overflow: auto;
     height: 100%;
     width: 100%;
}
.form-popup-left {
    max-width: 378.95px;
    width: 100%;
    background-image: url(/42095631_800_q70.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form-popup-right .submit-application__form-title {
    text-align: center;
}
.form-popup-right .submit-application__form-input input::placeholder {
    font-size: 14px;
}
.form-popup-right {
    max-width: 421.05px;
    width: 100%;
}
.form-popup-left,
.form-popup-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.form-popup-right .submit-application__form {
    padding: 40px;
    justify-content: center;
    box-shadow: none;
    border-radius: unset;
    overflow-y: auto;
}
.form-popup-right .submit-application__form .submit-application__form-title {
    padding-top: 0;
}
/* form-popup */

/* privacy policy wrapper and form popup */
.privacy-policy__content {
    display: flex;
    flex-direction: column;
    gap: 20px
}
.form-popup-trigger,
.privacy-policy-trigger {
    cursor: pointer;
}
.form-popup-wrapper,
.privacy-policy-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5);
    z-index: 100000000;
}
.form-popup-wrapper.active,
.privacy-policy-wrapper.active {
    display: flex;
}
.privacy-policy {
    width: 80%;
    max-height: 80vh;
    height: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: fadeInDown;
    animation-duration: .75s;
    animation-fill-mode: forwards;
}
.privacy-policy__content {
    overflow: auto;
    padding: 40px 50px 30px 50px;
}
.privacy-policy__title {
    font-family: "Tahoma", Sans-serif;
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #000000;
    margin-bottom: 45px;
    text-align: center;
}
.privacy-policy h3 {
    font-family: "Tahoma", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #000000;
}
.privacy-policy__text p {
    margin-bottom: 30px;
    font-family: "Tahoma", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 1.7;
}
.privacy-policy__text p:last-of-type {
    margin-bottom: 8px;
}
.privacy-policy__text:last-of-type p:last-of-type {
    margin-bottom: 30px;
}
.close-button-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
}
.close-button {
    cursor: pointer;
    position: fixed;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
    box-shadow: rgba(255, 255, 255, 1) 0px 0px 15px 5px;
    background: rgba(255, 255, 255, 0.635);
    border-radius: 50%;
}
.close-button:after, .close-button:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    top: 12px;
    background: #000;
}
.close-button:before {
    transform: rotate(45deg);
}
.close-button:after {
    transform: rotate(-45deg);
}
/* privacy policy wrapper */

.white-link {
    color: #CFCFCF !important;
    text-decoration: underline !important;
    text-decoration-color: #CFCFCF;
    transition: text-decoration-color .3s;
}

.white-link:hover {
    text-decoration-color: transparent !important;
}

/* form */
.mf-response-msg-wrap {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
    -webkit-transition: all .45s;
    transition: all .45s;
    background-color: unset;
    position: relative;
}
.mf-response-msg-wrap[data-show="0"] {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}
.mf-response-msg {
    border-radius: 10px;
    border: 1px solid #c3c2c2;
    background-color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: metform-responseOpen;
    animation-name: metform-responseOpen;
    text-align: center;
    padding: 15px 34px;
    height: 100%;
   
}
.mf-response-msg p {
    font-size: 17px;
    line-height: 20px;
    color: #101010;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.mf-success-icon {
    margin-bottom: 5px;
    fill: #101010;
    width: 30px;
    height: 30px;
}

@keyframes metform-responseOpen {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
        opacity: 1;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }
}
/* form */

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .approach-to-work__point-right {
        top: unset;
        padding-top: unset;
    }
    .header__topbar-left {
        padding-left: 20px;
    }
    .header__main-left-title {
        font-size: 27px;
    }
    .header__main-left-subtitle {
        font-size: 14px;
        width: 99%;
    }
    .header__main .container {
        padding: 7px 0;
        padding-left: 7px;
        padding-right: 10px;
    }
    .header__main-left {
        width: 36%;
    }
    .header__main-right {
        margin: 0;
        max-width: 100%;
    }
    .header__main-right-info p {
        font-size: 12px;
        line-height: 1.6;
        text-wrap: wrap;
    }
    .header__main-right {
        gap: 30px;
    }
    .header__main-right-button {
        font-size: 16px;
        line-height: 16px;
    }
    .header__main-right-button span {
        margin-top: 0;
    }
    .header__main-right .header__main-right-info:first-of-type {
        width: 32%;
    }
    .header__main-right .header__main-right-info:nth-of-type(2) {
        width: 28%;
    }
    .header__main-right-button {
        width: 32%;
    }

    /* contacts */
    .contacts__card-title {
        font-size: 29px;
    }
    .contacts__card p {
        font-size: 19px;
    }
    /* contacts */

    /* popular-questions */
    .popular-questions__item h3 {
        line-height: 28px;
        font-size: 22px;
    }
    .popular-questions__title {
        font-size: 40px;
        line-height: 50px;
    }
    .popular-questions__content {
        padding-top: 30px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .popular-questions__items {
        flex-direction: row;
    }

    .popular-questions__items-column {
        width: 100%;
    }
    /* popular-questions */

    /* privacy-policy */
    .privacy-policy {
        width: 90%;
    }
    .privacy-policy__title {
        margin-bottom: 10px;
    }
    .privacy-policy__text p {
        line-height: 1.6;
    }
    /* privacy-policy */

    /* form popup */
    .form-popup {
        max-width: 90%;
        width: 100%;
        max-height: 462px;
    }
    .form-popup-left {
        max-width: 439.89px;
        width: 50%;
    }
    .form-popup-right {
        justify-content: center;
        max-width: 481.7px;
        width: calc(50% + 45px);
    }
    /* form popup */

    /* submit-application */
    .submit-application .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .submit-application__left {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .submit-application__benefits {
        gap: 0;
    }
    .submit-application__form-title {
        font-size: 28px;
    }
    .submit-application__benefit h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .submit-application__benefit p {
        font-size: 14px;
        line-height: 19px;
    }
    .submit-application__benefit-right {
        padding-left: 20px;
    }
    .submit-application__benefit-left {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .submit-application__form {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
        justify-content: flex-start;
        height: unset;
    }
    .submit-application__content {
        gap: 30px;
    }
    .submit-application__form-wrapper {
        margin-bottom: 40px;
    }
    .submit-application__form-input input {
        line-height: 21px;
    }

    .submit-application__right {
        max-width: 487px;
    }
    .submit-application__left,
    .submit-application__right {
        width: 50%;
    }
    .submit-application__right .submit-application__form-wrapper {
        margin-bottom: 40px;
    }
    .submit-application__right .submit-application__form {
        height: calc(100% + 10px);
        justify-content: center;
    }
    /* submit-application */

    /* contacts */
    .contacts__card {
        margin-left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* contacts */

    /* footer */
    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__top-left,
    .footer__top-left img {
        max-height: 62.125px;
    }
    .footer__top-left, .footer__top-left img {
        height: auto;
    }
    .footer__top-left,
    .footer__top-right {
        width: 25%;
    }
    .footer__top-center {
        width: 50%;
    }
    .footer__top-left img {
        width: 100%;
    }
    .footer__top-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer__top-right {
        padding: 0 7.35px;
    }
    .footer__top-right-button {
        text-wrap: nowrap;
    }
    /* footer */

    /* first-screen */
    .first-screen__left-title {
        font-size: 34px;
        line-height: 38px;
    }

    .first-screen__left {
        padding-right: 20px;
        width: 50%;
    }
    .first-screen__right {
        width: 50%;
    }
    .first-screen > .container {
        padding: 20px 0;
        padding-left: 30px;
    }
    .first-screen__benefit-right p {
        font-size: 17px;
        line-height: 19px;
    }
    .first-screen__benefit-left {
        min-width: 100px;
    }
    .first-screen__benefit-left-icon {
        left: 2.5px;
    }
    .first-screen__right {
        padding: 20px 10px;
        align-items: center;
        display: flex;
    }
    /* first-screen */

    /* qualitative-remont */
    .qualitative-remont {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .qualitative-remont p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .qualitative-remont__title {
        width: 87.5%;
        align-self: center;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 0;
        font-size: 40px;
        line-height: 50px;
    }
    .qualitative-remont__rectangle {
        min-height: 142.5px;
        width: 375px;
        top: 10px;
        right: 55px;
    }
    /* qualitative-remont */

    /* approach-to-work */
    .approach-to-work__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .approach-to-work__content {
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 20px;
    }
    .approach-to-work__points {
        gap: 20px;
        width: 85%;
    }
    .approach-to-work__points {
    }
    .approach-to-work__point-right p {
        line-height: 22px;
    }
    .approach-to-work__point-right h3 {
        margin-bottom: 5px;
    }
    .approach-to-work__point-left-square {
        top: 0;
        left: 0;
    }
    /* approach-to-work */

    /* remont-kinds */
    .remont-kinds__title {
        font-size: 40px;
        line-height: 50px;
        margin-left: 27.5px;
    }
    .remont-kinds__content {
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .remont-kinds__rectangle::before {
        min-height: 115px;
        width: 285.5px;
        left: 20px;
    }
    .remont-kinds__item-content h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .remont-kinds__item-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .remont-kinds__item-content {
        padding: 20px;
    }
    .remont-kinds__item {
        gap: 0;
    }
    .remont-kinds__items {
        gap: 10px;
    }
    .remont-kinds__items:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .remont-kinds__item-content {
        width: calc(50% + 15px);
        padding-right: 10px;
    }
    .remont-kinds__button {
        margin-bottom: 40px;
    }
    .remont-kinds__items:last-of-type {
        padding-bottom: 40px;
    }
    /* remont-kinds */

    /* our-work */
    .our-work__title {
        font-size: 40px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .our-work__title,
    .our-work__videos {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-work__video {
        gap: 12.5px;
    }
    .our-work__information {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .our-work__information-right {
        margin-right: 0;
    }
    .our-work__information-right p {
        font-size: 15px;
        line-height: 20px;
    }
    .our-work__information-right h3 {
        padding-bottom: 30px;
    }
    .our-work__information-left {
        max-width: unset;
        width: calc(50% - 12.5px);
    }
    .our-work__information-right h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .our-work__information-right h4 {
        font-size: 22px;
        line-height: 1.5;
    }
    .our-work__information-left p {
        margin-top: 0;
    }
    .our-work__information-right div p:last-of-type {
        margin-bottom: 20px;
    }
    .our-work__information-right > p {
        margin-bottom: 20px;
    }
    .our-work__information-right h4 {
        margin-bottom: 18px;
    }
    .our-work__information-right {
        padding-left: 0;
    }
    .our-work__content {
        padding-bottom: 40px;
    }
    /* our-work */

    .contacts__card p {
        line-height: 30.4px;
    }
}
@media (max-width: 959px) {
    body {
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .submit-application__right .submit-application__form {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }
    .remont-kinds__item-image-wrapper, .remont-kinds__item-image-wrapper img {
        border-radius: 10px 10px 0px 0px;
    }
    /* header */
    .header__main .container {

    }
    .header__main-left {
        gap: 0;
    }
    .header__main-left-subtitle {
        text-wrap: nowrap;
    }
    .header__main-right {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
    }
    .header__main-right-info {
        justify-content: center;
    }
    .header__main-right-button svg {
        margin-top: 0;
        height: 22px;
        width: 22px;
    }
    .header__main-right-button {
        gap: 8.59px;
    }
    .header__topbar .container {
        padding-top: 20px;
    }
    .header__topbar-right {
        min-width: 100%;
        padding-top: 17px;
        padding-bottom: 15px;
        justify-content: center;
    }
    .header__navbar .container {
        padding-bottom: 20px;
    }
    .header__topbar-button {
        padding: 13px 20px;
    }
    .header__topbar-left {
        padding-bottom: 10px;
        padding-left: 0;
    }
    .header__main-right-button-icon {
        min-height: unset;
        justify-content: center;
    }
    .header__main-logo img {
        max-width: 100px;
        max-height: 100px;
        min-height: 100px;
        min-width: 100px;
    }
    .header__main-left-title {
        font-size: 26px;
        line-height: 28px;
        text-align: center;
    }
    .header__main-right-wrapper {
        justify-content: center;
    }
    .header__main-right-button {
        width: unset;
    }
    .header__main-right .header__main-right-info:nth-of-type(2),
    .header__main-right .header__main-right-info:first-of-type {
        width: 100%;
    }
    .header__topbar .container,
    .header__main-right,
    .header__main-left,
    .header__main .container,
    .header__navbar .container {
        flex-direction: column;
        align-items: center;
    }
    .header__main-right-button {
        width: 100%;
        flex-direction: column;
    }
    .header__main-left-title {
        text-wrap: nowrap;
    }
    .header__main-left-subtitle {
        text-align: center;
        padding-left: 10px;
    }
    /* header */
    /* footer */
    .footer__bottom {
        padding-bottom: 38.59px;
    }
    .footer__top-center {
        gap: 10px;
    }
    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer__bottom-third p {
        line-height: 17px;
    }
    .footer__bottom-second p {
        margin-top: 15px;
    }
    .footer__top {
        padding-top: 7px;
    }
    .footer__top-left, .footer__top-left img {
        max-height: 112px;
    }
    .footer__top-left img {
        width: 100%;
    }
    .footer__bottom-third,
    .footer__bottom .container,
    .footer__top .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__top-right {
        margin-top: -34px;
        justify-content: center;
    }
    .footer__top .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        padding-top: 20px;
    }
    .footer__top-left, .footer__top-left img {
        height: auto;
    }
    .footer__top-left {
        height: 100%;
    }
    .footer__top-left,
    .footer__top-center,
    .footer__top-right {
        width: 100%;
    }
    .footer__top-left img {
        padding: 0 6px;
        object-fit: contain;
    }
    .footer__top {
        padding-bottom: 0;
    }
    .footer__top {
        padding-top: 15px;
    }
    /* footer */

    /* contacts */
    .contacts__card {
        transform: unset;
        margin-top: 10px;
        width: calc(100% - 40px);
        top: 0;
        margin-left: 0;
        left: 20px;
    }
    .contacts__card-title {
        font-size: 25px;
    }
    .contacts__card p {
        font-size: 19px;
    }
    /* contacts */

    /* submit-application */
    .submit-application__content {
        flex-direction: column;
    }
    /* submit-application */

    /* remont-kinds */
    .remont-kinds__items {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .remont-kinds__items:not(:last-of-type) {
        margin-bottom: 20px;
    }
    /* remont-kinds */

    /* first-screen */
    .first-screen .container {
        flex-direction: column;
        padding-top: 0;
    }
    .first-screen__left {
        width: 100%;
        padding: 30px;
        margin: 0;
    }
    .first-screen__right {
        width: 100%;
    }
    .first-screen__left-title {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .first-screen__benefit {
        flex-direction: column;
        gap: 0;
    }
    .first-screen__benefit-left-square {
        min-height: 100px;
        width: 100%;
        position: unset;
    }
    .first-screen__benefit-left {
        padding-left: 32.5px;
        padding-bottom: 42px;
        height: auto;
    }
    .first-screen__benefit-left-icon {
        left: 2.5px;
    }
    .first-screen__benefit-right p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px;
        margin-top: 0;
        height: unset;
        display: block;
    }
    .first-screen > .container {
        padding-left: 0;
    }
    .first-screen__left {
        padding-bottom: 10px;
    }
    .first-screen__right {
        padding: 20px 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }
    .first-screen > .container {
        padding-bottom: 22.5px;
    }
    /* first-screen */
    /* qualitative-remont */
    .qualitative-remont {
        padding: 0;
    }
    .qualitative-remont__content {
        padding: 0 20px;
        padding-top: 20px;
    }
    .qualitative-remont__title {
        
        font-size: 30px;
        line-height: 33px;
        margin: 0px 0px 0px;
        margin-top: 10px;
        margin-bottom: 12px;
        width: 93%;
        position: relative;
        top: 3px;
    }
    .qualitative-remont__rectangle {
        right: 20px;
        top: 20px;
        height: 90px;
        width: 120px;
        min-height: unset;
    }
    .qualitative-remont p {
        padding: 0 5px;
        font-size: 16px;
        line-height: 25px;
    }
    /* qualitative-remont */

    /* approach-to-work */
    .approach-to-work__title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .approach-to-work__content {
        padding-top: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .approach-to-work__points {
        width: 100%;
        gap: 10px;
    }
    .approach-to-work__point {
        flex-direction: column;
        gap: 0;
    }
    .approach-to-work__point-right {
        justify-content: unset;
        height: unset;
    }
    .approach-to-work__point-right p {
        margin-bottom: 40px;
        font-size: 17px;
        line-height: 22px;
    }
    .approach-to-work__point-right h3 {
        padding-bottom: 0px;
        font-size: 27px;
        line-height: 30px;
    }
    .approach-to-work__point-left-square {
        width: 100%;
        height: 100px;
    }
    /* approach-to-work */

    /* popular-questions */
    .popular-questions__title {
        padding-bottom: 24px;
        font-size: 30px;
        line-height: 33px;
        position: relative;
        top: -2px;
    }
    .popular-questions__content {
        padding-top: 27px;
        padding-bottom: 30px;
        line-height: 27px;
    }
    .popular-questions__items {
        flex-direction: column;
        gap: 0;
    }
    /* popular-questions */

    /* our-work */
    .our-work__videos {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .our-work__title,
    .our-work__videos {
        padding-left: 0;
        padding-right: 0;
    }
    .our-work__videos .our-work__video:last-of-type p {
        margin-bottom: 10px;
    }
    .our-work__title {
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .our-work__content {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .our-work__information {
        flex-direction: column;
        align-items: center;
    }
    .our-work__information-left,
    .our-work__information-right {
        width: 100%;
    }
    .our-work__information {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .our-work__information-right h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .our-work__information-right {
        margin-top: 2px;
        padding-left: 0;
    }
    .our-work__information-right p {
        font-size: 16px;
        line-height: 25px;
    }
    .our-work__information-right h4 {
        font-size: 20px;
        line-height: 1.6;
    }
    .our-work__information-left p {
        padding-left: 2.5px;
    }
    .our-work__information-right h4:first-of-type {
        margin-bottom: 20px;
    }
    .our-work__information-right h3 {
        padding-bottom: 20px;
    }
    .our-work__information-right > p:nth-of-type(2) {
        margin-bottom: 0;
    }
    .our-work__information-right div p:last-of-type {
        margin-bottom: 17.5px;
    }
    .our-work__information-right > p:nth-of-type(1) {
        margin-bottom: 20px;
    }
    /* our-work */

    /* remont-kinds */
    .remont-kinds__items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .remont-kinds__items:last-of-type {
        padding-bottom: 40px;
    }
    .remont-kinds__title {
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 70px;
    }
    .remont-kinds__content {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .remont-kinds__item {
        flex-direction: column;
        gap: 0;
    }
    .remont-kinds__item-image-wrapper,
    .remont-kinds__item-content {
        width: 100%;
    }
    .remont-kinds__item-image-wrapper img,
    .remont-kinds__item-image-wrapper {
        max-height: 225px;
        height: 225px;
    }
    .remont-kinds__item-content {
        padding: 20px;
    }
    .remont-kinds__item-content h3 {
        font-size: 22px;
    }
    .remont-kinds__item-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .remont-kinds__button {
        margin-bottom: 40px;
    }
    .remont-kinds__rectangle::before {
        min-height: 51px;
        top: 1px;
        width: 115px;
        left: 0px;
    }
    .remont-kinds__title {
        padding-bottom: 0px;
        margin-left: 25px;
        margin-top: 15.5px;
        margin-bottom: 34px;
        width: 90%;
        align-self: center;
        position: relative; 
        top: -1px;
    }
    /* remont-kinds */

    /* privacy-policy */
    .close-button:after, .close-button:before {
        width: 22px;
    }
    .privacy-policy__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .privacy-policy__content {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .privacy-policy {
        max-height: calc(100dvh - 160px);
    }
    .privacy-policy h3 {
        font-size: 21px;
    }
    .privacy-policy__text p {
        line-height: 1.6;
    }
    .privacy-policy__text:last-of-type p:last-of-type {
        margin-bottom: 0;
    }
    /* privacy-policy */

    /* form popup */
    .form-popup-right {
        justify-content: center;
    }
    .form-popup {
        max-height: 1000px;
        height: calc(100dvh - 160px);
    }
    .form-popup__content {
        flex-direction: column;
    }
    .form-popup-left {
        display: none;
    }
    .form-popup-left,
    .form-popup-right {
        width: auto;
    }
    .form-popup-left {
        max-width: 100%;
        max-height: 100px;
        height: 100%;
        flex-shrink: 0;
    }
    .form-popup-right {
        max-width: 100%;
    }
    /* form popup */

    /* submit-application */
    .submit-application__right {
        max-width: 100%;
    }
    .submit-application__form-title {
        font-size: 25px;
        text-wrap: wrap;
    }
    .form-popup .submit-application__form-title {
        padding-top: 0;
    }
    .form-popup .submit-application__form {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .submit-application__form {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .submit-application__form-wrapper {
        margin-bottom: 30px;
    }
    .submit-application__benefit {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .submit-application__left {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .submit-application__left,
    .submit-application__right {
        width: 100%;
    }
    .submit-application__right .submit-application__form-wrapper {
        margin-bottom: 30px;
    }
    .submit-application__benefits {
        margin-bottom: 20px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 10px;
    }
    .submit-application__benefit-left {
        align-self: unset;
        margin-bottom: 8.69px;
    }
    .submit-application__benefit h3 {
        margin-bottom: 8px;
    }
    .submit-application__benefit p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 38px;
    }
    .submit-application__benefit-left {
        padding: 12px;
    }
    .submit-application__benefit-left svg {
        width: 24px;
        height: 24px;
    }
    .submit-application__form-wrapper {
        margin-top: 0;
    }
    .submit-application__content {
        gap: 0;
    }
    .submit-application__form-title {
        padding-top: 20px;
    }
    /* submit-application */

    .submit-application__benefit-right,
    .submit-application__benefits {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .qualitative-remont__rectangle {
        height: 125px;
        width: 125px;
    }
}
@media (max-width: 359px) {
    .qualitative-remont__rectangle {
        height: 160px;
        width: 160px;
    }
}
@media (max-width: 560px) {
    .header__topbar-right {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
    }
}
@media (max-width: 339px) {
    .footer__top-center {
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 25px;
        padding-top: 15px;
    }
}

@media (max-width: 326px) {
    .qualitative-remont__rectangle {
        /*height: 207.5px;
        width: 207.5px;*/
    }
    .qualitative-remont__title {
        top: 4px;
        font-size: 26px;
        width: 92%;
    }
}
@media (max-width: 292px) {
    .qualitative-remont__title {
        font-size: 25px;
    }
}
@media (max-width: 282px) {
    .qualitative-remont__rectangle {
        height: 190px;
        width: 190px;
    }
}
@media (max-width: 1037px) and (min-width: 1025px) {
    .remont-kinds__rectangle::before {
        min-height: 197.5px;
    }
}
@media (max-width: 625px) {
    .remont-kinds__rectangle::before {
        min-height: 84px;
    }
}
@media (max-width: 351px) {
    .remont-kinds__rectangle::before {
        min-height: 114px;
        width: 150px;
    }
}
@media (max-width: 242px) {
    .remont-kinds__rectangle::before {
        min-height: 147px;
    }
}
.first-screen__left {
    position: relative;
}
.first-screen__left > img {
    position: absolute;
    content: url(/main-logo.webp);
    left: -460px;
    top: -4px;
    display: block;
    width: 446px;
    height: 498px;
    object-fit: contain;
}
@media (max-width: 1024px) {
    .first-screen__left > img {
        display: none;
    }
}

@media (max-width: 767px) {
    .header__topbar-button,
    .header__topbar-link a,
    .header__topbar-left {
        font-family: sans-serif;;
    }
}
@media (max-width: 351px) {
    .remont-kinds__rectangle::before {
        top: 2px;
    }
}


.yandex-map iframe {
    pointer-events: none;
}