@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  src: local("Verdana"), url("../fonts/Verdana.woff2") format("woff2"), url("../fonts/Verdana.woff") format("woff"), url("../fonts/Verdana.ttf") format("ttf"), url("../fonts/Verdana.eot") format("eot");
}
@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: bold;
  src: local("Verdana-Bold"), url("../fonts/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana-Bold.woff") format("woff"), url("../fonts/Verdana-Bold.ttf") format("ttf"), url("../fonts/Verdana-Bold.eot") format("eot");
}
:root {
  --color-white: #ffffff;
  --color-main: #233746;
  --color-gray: #ebecec;
  --color-hover: #8a8d8e;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-28: 1.75rem;
  --font-size-34: 2.125rem;
  --font-size-48: 3rem;
  --font-size-50: 3.125rem;
  --font-size-55: 3.4375rem;
  --font-family: "Verdana";
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: var(--font-family);
  color: var(--color-main);
}

body {
  background-color: var(--color-gray);
}

html {
  scroll-behavior: smooth;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  html {
    font-size: 1rem;
  }
}

p,
button,
span,
a,
li,
input,
textarea {
  line-height: 28px;
  font-size: 1rem;
  font-family: var(--font-family);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--color-main);
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-hover);
}

ul li {
  letter-spacing: none;
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: inherit;
}

h2 {
  text-align: center;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-weight: bold;
}

h4 {
  text-transform: uppercase;
}

.container {
  max-width: 1440px;
  padding: 0 10px;
  margin: 0 auto;
}

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mb-100 {
  margin: 0 auto 50px;
}
@media (min-width: 800px) {
  .mb-100 {
    margin: 0 auto 100px;
  }
}

.mb-50 {
  margin: 0 0 30px 0;
}
@media (min-width: 800px) {
  .mb-50 {
    margin: 0 auto 50px;
  }
}

.header-top__info {
  padding: 30px 10px;
}
@media (min-width: 600px) {
  .header-top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-top__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main);
  padding: 20px 0;
}
.header-top__menu ul li a {
  color: var(--color-white);
  text-transform: uppercase;
}
.header-top__menu ul li a:hover {
  color: var(--color-hover);
}
@media (min-width: 800px) {
  .header-top__menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu-top__logo {
  max-width: 260px;
  margin: 0 auto 20px;
}
.menu-top__logo a img {
  max-width: 100%;
}
@media (min-width: 600px) {
  .menu-top__logo {
    margin: 0 10px 0 0;
  }
}
.menu-top__contacts {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.menu-top__contacts div:not(:last-child) {
  margin: 0 0 5px 0;
}
@media (min-width: 600px) {
  .menu-top__contacts {
    margin: 0;
  }
}
.menu-top__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-top__address::before {
  background-image: url(../img/address.png);
}
.menu-top__phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-top__phone::before {
  background-image: url(../img/phone.png);
}
.menu-top__email {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-top__email::before {
  background-image: url(../img/email.png);
}

:is(.menu-top__address, .menu-top__phone, .menu-top__email, .services__content ul li, .contacts__container ul li) {
  position: relative;
  padding: 0 0 0 30px;
}

:is(.menu-top__address,
.menu-top__phone,
.menu-top__email,
.services__content ul li,
.contacts__container ul li)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.burger {
  display: none;
}

.header {
  width: 100%;
  position: relative;
}
.header__content {
  height: 533px;
  background-image: url(../img/header-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}
@media (min-width: 800px) {
  .header__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 106px;
    background-image: url("data:image/svg+xml,%3Csvg width='1420' height='106' viewBox='0 0 1420 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1420 0H0V31.5L1420 106V0Z' fill='url(%23paint0_linear_946_4)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_946_4' x1='710' y1='0' x2='710' y2='106' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2C8CC'/%3E%3Cstop offset='0.395833' stop-color='%23BBC2C7'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
.header .feedback {
  background-color: var(--color-main);
  padding: 3px 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px var(--color-main) solid;
  border-radius: 3px;
  color: var(--color-white);
  margin: 30px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 800px) {
  .header .feedback {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 25px;
    background-color: var(--color-white);
    color: var(--color-main);
    margin: 0;
  }
}

.services__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__content ul li {
  position: relative;
}
.services__content ul li::before {
  top: 10px;
  background-image: url(../img/nut-bolt.png);
}
.services__content ul li p {
  border-bottom: 1px var(--color-main) solid;
  line-height: 1.2;
  padding: 0 0 5px 0;
}
@media (min-width: 550px) {
  .services__content ul li {
    width: 45%;
  }
}
@media (min-width: 550px) {
  .services__content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.advantages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages ul li h4 {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
}
.advantages ul li h4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/ok.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 550px) {
  .advantages ul li {
    width: 45%;
  }
}
@media (min-width: 550px) {
  .advantages ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.remont {
  max-width: 960px;
}
.remont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 0 0 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.remont ul li {
  position: relative;
  padding: 120px 0 0 0;
}
.remont ul li:nth-child(1)::before {
  background-image: url(../img/remont-1.png);
}
@media (min-width: 550px) {
  .remont ul li:nth-child(1) {
    width: 28%;
  }
}
.remont ul li:nth-child(2)::before {
  background-image: url(../img/remont-2.png);
}
@media (min-width: 550px) {
  .remont ul li:nth-child(2) {
    width: 28%;
  }
}
.remont ul li:nth-child(3)::before {
  background-image: url(../img/remont-3.png);
}
@media (min-width: 550px) {
  .remont ul li:nth-child(3) {
    width: 28%;
  }
}
.remont ul li:nth-child(4)::before {
  background-image: url(../img/remont-4.png);
}
@media (min-width: 550px) {
  .remont ul li:nth-child(4) {
    width: 40%;
  }
}
.remont ul li:nth-child(5)::before {
  background-image: url(../img/remont-5.png);
}
@media (min-width: 550px) {
  .remont ul li:nth-child(5) {
    width: 40%;
  }
}
.remont ul li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.remont ul li p {
  text-align: center;
}
@media (min-width: 550px) {
  .remont ul li p {
    text-align: inherit;
  }
}
@media (min-width: 550px) {
  .remont ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.desc {
  text-transform: uppercase;
  font-size: var(--font-size-28);
  text-align: center;
  font-weight: bold;
  max-width: 700px;
  line-height: 1.3;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .desc {
    margin: 0 auto 50px;
  }
}

.prices {
  background-image: url(../img/price.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
}
.prices__content {
  max-width: 600px;
  margin: 0 auto;
}
.prices__content h3 {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 5px 0;
}
.prices__content table {
  border-collapse: collapse;
  width: 100%;
}
.prices__content table :is(thead, tbody) tr td {
  border: 1px var(--color-main) solid;
}
.prices__content table tr td {
  padding: 2px 5px;
}
.prices__content table :is(thead, tbody) tr td:is(:nth-child(1), :nth-child(3)) {
  text-align: center;
}
.prices__content table :is(thead, tbody) tr td:nth-child(1) {
  width: 75px;
}
.prices__content table :is(thead, tbody) tr td:nth-child(3) {
  width: 110px;
}
.prices__content table tfoot tr td:nth-child(1) {
  text-align: right;
}
.prices__content table tfoot tr td:nth-child(2) {
  text-align: center;
  background-color: var(--color-main);
  color: var(--color-white);
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__container ul {
  margin: 0 0 30px 0;
}
.contacts__container ul li:not(:last-child) {
  margin: 0 0 5px 0;
}
@media (min-width: 800px) {
  .contacts__container ul {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 800px) {
  .contacts__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contacts__map {
  max-height: 300px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .contacts__map {
    width: 65%;
  }
}
.contacts__address::before {
  background-image: url(../img/address.png);
}
.contacts__phone::before {
  background-image: url(../img/phone.png);
}
.contacts__email::before {
  background-image: url(../img/email.png);
}

.footer {
  padding: 50px 0;
  background-color: var(--color-main);
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__content :is(p, span) {
  color: var(--color-white);
}
.footer__content ul li:not(:last-child) {
  margin: 0 0 5px 0;
}
.footer__content a {
  display: block;
  color: var(--color-white);
}
@media (min-width: 800px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.footer__menu {
  text-align: center;
}
@media (min-width: 800px) {
  .footer__menu {
    text-align: right;
  }
}
.footer__logo {
  max-width: 200px;
  margin: 0 0 20px 0;
}
.footer__logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 800px) {
  .footer__logo {
    margin: 0 20px 0;
  }
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedback-form .feedback-text {
  margin: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 550px) {
  .feedback-form .feedback-text {
    margin: 0 20px 0 0;
    width: 50%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.feedback-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.feedback-form form :is(input, textarea) {
  padding: 5px 10px;
  margin: 0 0 15px 0;
}
.feedback-form form textarea {
  resize: none;
}
.feedback-form form [name=forbot] {
  display: none;
}
.feedback-form form [type=submit] {
  background-color: var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px auto;
}
.feedback-form form p {
  font-size: var(--font-size-14);
  line-height: 1;
  text-align: right;
}
.feedback-form form p a {
  font-weight: bold;
  font-size: var(--font-size-14);
  line-height: 1;
}
@media (min-width: 550px) {
  .feedback-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.personal-data,
.politics {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 55, 70, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal-data .container,
.politics .container {
  background-color: var(--color-white);
  padding: 50px 10px 10px 10px;
  overflow: hidden;
  height: 95vh;
  overflow-y: auto;
  position: relative;
}
.personal-data .container .close,
.politics .container .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px var(--color-main) solid;
  border-radius: 50%;
  font-size: var(--font-size-24);
  padding: 0 6px 2px;
  cursor: pointer;
}

.banner .banner-img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 400px;
  display: block;
  margin: 0 0 0 auto;
}

.hidden {
  display: none;
}

.over {
  overflow: hidden;
}

.bottom-info-company {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  color: white;
  margin-top: 40px;
}

@media (min-width: 560px) {
	.bottom-info-company {
		flex-direction: row;
	}
}

.bottom-info-company p {
	margin-bottom: 5px;
  color: var(--color-white);;
}

.cookies {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);;
  background-color: #ebecec;
  padding: 20px;
}

.button__text {
  color: var(--color-white);;
}

.cookies__button {
  background-color: var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0px 10px auto;
  padding: 5px 10px;
}