* {
  box-sizing: border-box;
}

/* Шрифты */
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), local("Open-Sans"), local("Open Sans"),
    url("../fonts/OpenSans.woff") format("woff"),
    url("../fonts/OpenSans.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSansSemibold"), local("Open-Sans-Semibold"),
    local("Open Sans Semibold"),
    url("../fonts/OpenSansSemibold.woff") format("woff"),
    url("../fonts/OpenSansSemibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSansBold"), local("Open-Sans-Bold"), local("Open Sans Bold"),
    url("../fonts/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "RobotoСondensed";
  src: local("RobotoСondensed"), local("Roboto-Сondensed"),
    local("Roboto Сondensed"),
    url("../fonts/RobotoСondensed.woff") format("woff"),
    url("../fonts/RobotoСondensed.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  --h1: 46px;
  --h2: 36px;
  --fontM: 14px;
  --fontS: 12px;
  --sans: "OpenSans";
  --roboto: "RobotoСondensed";
  --first-color: #0087ab;
  --second-color: #6dbcdb;
  --third-color: #f5fcff;
  --hover-link: #81e6ff;
  --footer-bg: #015d74;
  --section-mb: 84px;
  --title-mb: 48px;
  --lh: 25.6px;
}

html,
body {
  font-family: var(--sans), "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  max-width: 1920px;
  min-width: 360px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  text-indent: 2em;
  line-height: var(--lh);
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

img {
  width: 100%;
}
button,
a {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

button:focus,
input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section {
  margin-bottom: var(--section-mb);
}

fieldset {
  border: none;
  padding: 0;
}

address {
  font-style: normal;
}

details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.btn {
  text-transform: uppercase;
  font-size: var(--fontM);
  font-weight: 600;
  border: 2px solid var(--second-color);
  padding: 20px 26px;
  background-color: #fff;
  color: var(--second-color);
}

.burger {
  display: none;
  width: 38px;
  height: 38px;
  border: none;
  background-color: #fff;
  background-image: url("../img/burger.svg");
}

.main__title {
  font-size: var(--h1);
  font-family: var(--roboto);
  margin-bottom: var(--title-mb);
}

.section__title {
  font-size: var(--h2);
  font-family: var(--roboto);
  font-weight: 400;
  margin-bottom: var(--title-mb);
}

.breadcrumb-section {
  margin-bottom: 40px;
}

.customScroll {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: scroll;
}

.customScroll .simplebar-horizontal {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10px;
  background-color: #f2f2f2;
  border: 1px solid #d2d2d2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.customScroll .simplebar-horizontal .simplebar-visible {
  background-color: var(--bg-nav);
  border-radius: 10px;
}
.customScroll .simplebar-horizontal .simplebar-scrollbar:before {
  background-color: var(--bg-nav);
}

/* стилизация слайдеров */
.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  min-width: 0;
}

/* стрелки слайдеров */
.slick-arrow {
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 48px;
  font-size: 0;
  border: none;
  background-color: #f4f4f4;
}

.slick-arrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-image: url("../img/arrow_slider.svg");
}

.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}

/* пагинация слайдеров */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li.slick-active button {
  background-color: var(--second-color);
}

.slick-dots button {
  border: none;
  width: 12px;
  height: 12px;
  background-color: var(--first-color);
  font-size: 0;
}

/* header-top */
.header-top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.header-top__el {
  display: flex;
  flex-direction: column;
}

.logo {
  width: 10%;
}

.header-top-address__daily {
  display: block;
  position: relative;
  margin-bottom: 12px;
}

.header-top-address__daily:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../img/time.svg");
}

.header-top-phone {
  text-align: right;
}

.header-top-phone__link {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.header-top-phone__link:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../img/phone.svg");
}

.header-top-phone__time {
  font-size: var(--fontS);
}

.header-top__btn:hover {
  color: #fff;
  background-color: var(--first-color);
  border-color: var(--first-color);
}

/* header-bottom */
.header-bottom {
  margin-bottom: 24px;
  background-color: var(--first-color);
}

.header-bottom__list {
  display: flex;
  justify-content: space-between;
}

.header-bottom__item {
  padding: 18px 0;
}

.header-bottom__item_invisible {
  display: none;
}

.header-bottom__link {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  padding-right: 60px;
  border-right: 1px solid var(--second-color);
}

li.header-bottom__item:nth-child(6) .header-bottom__link {
  padding-right: 0;
  border-right: none;
}

.header-bottom__link:hover {
  color: var(--hover-link);
}

/* hero */
.hero__slider {
  padding: 0 100px;
  position: relative;
}

.hero__slider .slick-arrow {
  top: 40%;
}

.hero__slider .slick-prev.slick-arrow {
  left: 0%;
}
.hero__slider .slick-next.slick-arrow {
  right: 0%;
}

/* Строчный ремонт окон */
.price__table,
.calc__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--title-mb);
}

.price__caption {
  text-align: left;
  margin-bottom: 36px;
}

.price__header,
.calc__header {
  border-bottom: 2px solid var(--second-color);
  font-weight: 600;
  text-transform: uppercase;
}

.calc__footer {
  border-top: 2px solid var(--second-color);
}

.price__table tr td,
.calc__table tr td,
.calc__table tr th {
  padding: 20px 32px;
  font-weight: 600;
}

.calc__table tr td {
  font-weight: 400;
}

.calc__table tr th {
  white-space: nowrap;
}

.calc__table tr th:last-child {
  padding-right: 0;
}

.calc__table tr th:nth-child(3),
.calc__table tr td:nth-child(3) {
  padding-right: 0;
  padding-left: 0;
}

.price__body tr:nth-child(even),
.calc__body tr:nth-child(even) {
  background-color: var(--third-color);
}

.price__btn:hover,
.calc__btn:hover {
  color: #fff;
  background-color: var(--first-color);
  border-color: var(--first-color);
}

.calc__input {
  width: 80%;
  border: 1px solid var(--second-color);
}

.calc__btn {
  display: block;
  margin-left: auto;
}

.calc__number,
.calc__result {
  font-weight: 700;
}

.calc__result {
  display: block;
  text-align: right;
}

/* Преимущества */
.advantage {
  padding: 84px 0 40px 0;
  background-color: var(--first-color);
}

.advantage__title {
  color: #fff;
}

.advantage__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantage__item {
  display: flex;
  width: 42%;
  margin-bottom: var(--title-mb);
}

.advantage__item::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 25px;
  width: 60px;
  height: 60px;
}

.advantage__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.advantage__icn1::before {
  background-image: url("../img/economy.svg");
}
.advantage__icn2::before {
  background-image: url("../img/security.svg");
}
.advantage__icn3::before {
  background-image: url("../img/like.svg");
}
.advantage__icn4::before {
  background-image: url("../img/guarantee.svg");
}

.advantage__name {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.advantage__desc {
  color: #fff;
  line-height: var(--lh);
}

/* наши клиенты */
.clients__slider .slide-item, .clients-page__slider .slide-item {
  display: flex;
  justify-content: center;
  margin: 0 15px;
  box-shadow: 0px 0px 30px rgba(109, 188, 219, 0.12);
}

.clients__img, .clients-page__img {
  width: 75%;
  height: 100px;
  margin: auto;
}

/* срочный ремонт */
.text span {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.text ul {
  margin-bottom: 32px;
}

.text li {
  line-height: 22.4px;
}

.text li:not(:last-child) {
  margin-bottom: 12px;
}

.text li:before {
  content: "";
  display: inline-block;
  transform: translateY(4px);
  margin-right: 16px;
  width: 16px;
  height: 16px;
  background-color: var(--second-color);
}

.text p {
  margin-bottom: 10px;
}

.text a {
  color: var(--first-color);
  text-decoration: underline;
}

.text table {
  width: 100%;
  border-collapse: collapse;
}

.text table tr td,
.text table tr th {
  border: 2px solid var(--second-color);
  padding: 10px;
  font-size: 14px;
}

.text table tbody tr:nth-child(even) {
  background-color: var(--third-color);
}

/* Отзывыв слайдер */
.recall__slider,
.recall-page__slider {
  position: relative;
  margin-bottom: 60px;
}

.recall__slider .slide-item,
.recall-page__slider .slide-item {
  padding: 10px;
  margin: 0 15px;
}

.recall-page__slider .slide-item {
  margin: 0 5px;
}

.recall__name,
.recall-page__name {
  display: block;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.recall__comment,
.recall-page__comment {
  line-height: var(--lh);
}

.recall__slider .slick-arrow {
  bottom: -15%;
}

.recall-page__slider .slick-arrow {
  bottom: -7%;
}

.recall__slider .slick-arrow.slick-prev {
  left: 45%;
}

.recall-page__slider .slick-arrow.slick-prev {
  left: 40%;
}

.recall__slider .slick-arrow.slick-next {
  right: 45%;
}

.recall-page__slider .slick-arrow.slick-next {
  right: 40%;
}

.recall__btn:hover {
  color: #fff;
  background-color: var(--first-color);
  border-color: var(--first-color);
}

/* почему мы */
.whywe__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.whywe__item {
  width: 28%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: var(--lh);
}

.whywe__item:not(:last-child) {
  margin-right: auto;
}

.whywe__item::before {
  content: "";
  display: inline-block;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.whywe__icn1::before {
  background-image: url("../img/hours.svg");
}
.whywe__icn2::before {
  background-image: url("../img/years.svg");
}
.whywe__icn3::before {
  background-image: url("../img/master.svg");
}

/* оставьте заявку */
.request,
.request-page {
  margin-bottom: 0;
  padding: 84px 0;
  background-color: var(--first-color);
}

.request-page {
  padding: 50px 0;
  margin-bottom: var(--section-mb);
}

.request__title {
  color: #fff;
  text-align: center;
  margin-bottom: var(--title-mb);
}

.request__form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.request__fieldset {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.request-page .request__fieldset {
  width: 90%;
}

.request__el {
  border: none;
  padding: 14px 24px;
}

.request__input {
  width: 48%;
  margin-bottom: 24px;
}

.request__input:first-child {
  margin-right: auto;
}

.request__textarea {
  width: 100%;
  margin-bottom: 32px;
}

.request__policy {
  width: 60%;
  display: block;
  margin-right: auto;
  color: #fff;
}

.request__btn {
  color: #fff;
  border-color: #fff;
  background-color: var(--first-color);
}

/* часто задаваемые вопросы */
.question__item {
  position: relative;
  margin-bottom: 8px;
}

.question__subtitle {
  padding: 20px 75px 20px 32px;
  font-weight: 600;
  background-color: var(--third-color);
  cursor: pointer;
}

.question__subtitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 15px;
  width: 26px;
  height: 26px;
  background-image: url("../img/marker.svg");
}

.question__item[open] .question__subtitle:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13%;
  right: 15px;
  width: 26px;
  height: 26px;
  background-image: url("../img/marker_open.svg");
}

.question__item[open] .question__subtitle {
  background-color: var(--second-color);
  color: #fff;
}

.question__inner {
  padding: 20px 32px;
}

/* ремонт фурнитуры */
.furniture__slider .slide-item {
  margin: 0 15px;
  padding: 16px 50px;
  box-shadow: 0px 0px 30px rgba(109, 188, 219, 0.12);
}

.furniture__img {
  display: block;
  width: 80%;
  margin: auto;
}

/* footer */
.footer {
  padding: 48px 0;
  background-color: var(--footer-bg);
}

.footer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}

.footer__list {
  width: 40%;
}

.footer__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer__link {
  color: #fff;
}

.footer__link:hover {
  color: var(--second-color);
}

.footer__contacts {
  display: flex;
  flex-direction: column;
}

.footer__contacts address,
.footer__contacts a,
.footer__contacts span {
  color: #fff;
  margin-bottom: 16px;
}

.footer__contacts a:hover {
  color: var(--second-color);
}

.copyright {
  display: flex;
  color: #fff;
  align-items: flex-end;
}

/* модальное окно обратный звонок */
.popup-fade__callback,
.popup-fade__recall {
  display: none;
}

.popup-fade__callback::before,
.popup-fade__recall::before {
  content: "";
  background: #000;
  opacity: 0.8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
}

.popup__callback,
.popup__recall {
  position: fixed;
  top: 10%;
  left: 30%;
  width: 834px;
  height: 570px;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 84px;
}

.popup__recall {
  height: 500px;
}

.popup-close {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border: none;
  display: block;
  background-color: #fff;
  background-image: url("../img/close.svg");
  background-size: cover;
  top: 25px;
  right: 25px;
}

.popup__title {
  font-size: var(--h2);
  font-weight: 400;
  font-family: var(--roboto);
  margin-bottom: 30px;
}

.fieldset__callback,
.fieldset__recall {
  display: flex;
  flex-direction: column;
}

form .popup__input {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 16px;
  border: 1px solid var(--second-color);
}

.popup__textarea {
  padding: 14px 18px;
  margin-bottom: 16px;
  border: 1px solid var(--second-color);
}

.popup__consert {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-size: var(--fontM);
}

.popup__btn {
  display: block;
  margin: 0 auto;
}

/* баннер на детальной старнице */
.banner__container {
  display: flex;
  flex-wrap: wrap;
}
.banner__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__title {
  color: var(--footer-bg);
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0px 3px 6px 12px rgba(255, 255, 255, 0.45);
  border-radius: 6px;
}

.banner__form {
  background-color: var(--first-color);
  padding: 20px;
  width: 25%;
}

.banner__subtitle {
  margin-bottom: 20px;
  color: #fff;
}

.banner__fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__input {
  font-size: 14px;
  width: 100%;
  border: none;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.banner__policy {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.banner__btn {
  padding: 20px 26px;
}

/* контент */
.content__container {
  display: flex;
  justify-content: space-between;
}

/* левое меню */
.content__left {
  display: inline-block;
  width: 30%;
}

.menu-left__item:not(:last-child) {
  margin-bottom: 16px;
}

.dropbtn,
.menu__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #fff;
  padding: 16px 24px;
  text-align: left;
  width: 100%;
  border: none;
  background-color: var(--second-color);
}

.dropbtn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 13px;
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(180deg);
  background-image: url("../img/marker_open.svg");
}

.dropdown__content {
  display: none;
}

.dropdown_open {
  display: block;
}

.dropdown__list,
.menu__content {
  padding: 16px 24px;
  background-color: var(--third-color);
}

.dropdown__item {
  padding: 16px 0;
}

.dropdown__item:not(:last-child) {
  border-bottom: 1px solid #c1edff;
}

.dropdown__link:hover {
  color: var(--first-color);
}

.menu__content {
  font-size: var(--fontM);
  line-height: 16.8px;
}

.menu__link {
  color: var(--first-color);
  font-size: var(--fontM);
  text-decoration: underline;
}

/* контент */
.content__right {
  display: inline-block;
  width: 65%;
}

/* секция наши работы */
.ourwork__slider {
  position: relative;
  padding: 0 50px;
}
.ourwork__slider .slide-item {
  margin: 0 15px;
}

.ourwork__slider .slick-arrow {
  top: 40%;
}

.ourwork__slider .slick-arrow.slick-prev {
  left: 0;
}
.ourwork__slider .slick-arrow.slick-next {
  right: 0;
}

/* страница контакты */
.contacts-page {
  display: flex;
  flex-direction: column;
}

.contacts-page span {
  display: block;
  margin-bottom: 10px;
}

.contacts-page address {
  margin-bottom: 10px;
}

.contacts-page div {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.contacts-page div a {
  text-decoration: underline;
  color: var(--first-color);
  margin-bottom: 10px;
}

/* страница о компании */
.about-page__img {
  float: left;
  width: 42%;
  margin-right: 15px;
}

.about-page__desc {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
}

/* разводная страница */
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalog__item {
  width: 30%;
  margin-bottom: 20px;
}

.catalog__link:hover {
  color: var(--first-color);
}

.catalog__img {
  margin-bottom: 10px;
}

.catalog__name {
  display: block;
  text-align: center;
}

/* страница статьи */
.articles__header {
  display: flex;
}

.articles__item {
  display: flex;
}

.articles__item:not(:last-child) {
  margin-bottom: 50px;
}

.articles__time {
  padding: 0 10px;
  font-size: 14px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: var(--first-color);
  color: #fff;
  font-weight: 600;
}

.articles__img {
  width: 35%;
}

.articles__subtitle {
  margin-bottom: 20px;
}

.articles__desc {
  display: flex;
  flex-direction: column;
}

.articles__description {
  display: inline-block;
}

/* Страница отзывы */
.recall__list {
  margin-bottom: 40px;
}

.recall__item {
  margin-bottom: 30px;
}

.recall__btn {
  background-color: #fff;
  color: var(--second-color);
}

/* форма на странице отзывы */
.recall__fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recall__input {
  width: 47%;
  margin-bottom: 16px;
  padding: 14px 18px;
  border: 1px solid var(--second-color);
}

.recall__comment,
.recall-page__comment {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--second-color);
  margin-bottom: 16px;
}

/* монтажники */
.adjuster__slider {
  position: relative;
  width: 100%;
  padding: 0 50px;
}

.adjuster__slider .slide-item {
  margin: 0 30px;
}

.adjuster-page .adjuster__slider .slide-item {
  margin: 0 15px;
}

.adjuster__img {
  width: 100%;
  border: 4px solid var(--first-color);
  border-radius: 50%;
  margin-bottom: 25px;
}

.adjuster__slider .slick-arrow {
  top: 31%;
}

.adjuster__slider .slick-arrow.slick-prev {
  left: 0;
}
.adjuster__slider .slick-arrow.slick-next {
  right: 0;
}

.adjuster__name {
  text-align: center;
  color: var(--second-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.adjuster__params {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adjuster__el {
  display: block;
  margin-bottom: 10px;
}

/* наши работы на главной */
.ourwork-main__slider {
  position: relative;
  width: 100%;
  padding: 0 50px;
}

.ourwork-main__slider .slide-item {
  margin: 0 30px;
}

.ourwork-main__slider .slick-arrow {
  top: 35%;
}

.ourwork-main__slider .slick-arrow.slick-prev {
  left: 0;
}
.ourwork-main__slider .slick-arrow.slick-next {
  right: 0;
}

/* другие наши услуги */
.other-page__slider {
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.other-page__slider .slide-item {
  position: relative;
  margin: 0 15px;
  height: 160px;
}

.other-page__slider .slick-arrow {
  top: 35%;
}

.other-page__slider .slick-arrow.slick-next {
  right: 0;
}

.other-page__slider .slick-arrow.slick-prev {
  left: 0;
}

.other-page__img {
  height: 100%;
}

.other-page__slider .slide-item:hover .other-page__link {
  height: 100%;
}

.other-page__link {
  height: 40%;
  padding: 10px;
  background-color: var(--first-color);
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}

/* адаптив */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  /* header-bottom */
  .header-top-address {
    font-size: var(--fontM);
  }

  .header-bottom__link {
    font-size: var(--fontM);
  }

  /* отзывыв слайдер */
  .recall__slider .slick-arrow.slick-prev {
    left: 40%;
  }
  .recall__slider .slick-arrow.slick-next {
    right: 40%;
  }

  /* footer */
  .footer__left,
  .footer__right {
    width: 100%;
  }

  .footer__right {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }

  /* модальное окно */
  .popup__callback,
  .popup__recall {
    left: 14%;
  }

  /* баннер на детальной станице */
  .banner__block {
    width: 64%;
  }
  .banner__form {
    width: 31%;
  }

  /*монтажники на страницах услугах*/
  .adjuster-page .adjuster__el {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  /* header-bottom */
  .logo {
    width: 15%;
  }

  .header-top-address {
    display: none;
  }
  .header-bottom__link {
    padding-right: 30px;
  }

  /* отзывыв слайдер */
  .recall__slider .slide-item {
    padding: 15px;
    margin: 0 10px;
  }

  .recall__slider .slick-arrow {
    bottom: -20%;
  }
  /* почему мы */
  .whywe__item {
    width: 45%;
    margin-bottom: 20px;
  }

  .whywe__item::before {
    width: 90px;
  }

  .whywe__item:nth-child(2) {
    margin-right: 0;
  }

  /* оставьте заявку */
  .request__fieldset {
    width: 80%;
  }
  /* модальное окно */
  .popup__callback,
  .popup__recall {
    width: 600px;
    left: 19%;
  }

  /* баннер на детальной старнице */
  .banner {
    position: relative;
    padding-top: 40px;
  }

  .banner__container {
    justify-content: flex-end;
    align-items: center;
  }

  .banner__block {
    justify-content: start;
    align-items: start;
    position: absolute;
    padding-top: 40px;
    padding-left: 40px;
    z-index: -1;
    width: 100%;
    height: calc(100% + 40px);
    left: 0;
    top: 0;
  }

  .banner__form {
    width: 41%;
  }

  /* левая колонка контента */
  .content__left {
    width: 35%;
  }

  .content__right {
    width: 60%;
  }

  /* страница о компании */
  .about-page__img {
    width: 100%;
    margin-bottom: 10px;
  }

  /* разводящя страница */
  .catalog__item {
    width: 47%;
  }

  /* форма на странице отзывы */
  .recall__input {
    width: 100%;
  }

  .recall-page__btn {
    margin: 0 auto;
  }

  /* форма на траница услуги */
  .request-page .request__el {
    width: 100%;
  }

  .request-page .request__policy {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .request-page .request__btn {
    display: block;
    margin: 0 auto;
  }

  /* отзывы на страницах услуги */
  .recall-page__slider .slick-arrow {
    bottom: -9%;
  }

  .recall-page__slider .slick-arrow.slick-prev {
    left: 35%;
  }

  .recall-page__slider .slick-arrow.slick-next {
    right: 35%;
  }

  /* другие наши услуги */
  .other-page__slider .slide-item {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0 30px;
  }

  .section__title {
    text-align: center;
  }

  .header {
    position: relative;
  }

  /* header-top */
  .header-top {
    margin-bottom: 32px;
    border-bottom: 2px solid var(--first-color);
  }

  .logo {
    width: 18%;
  }

  .header-top-phone__link {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .header-top-phone__link:before {
    left: -23px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-top__btn {
    display: none;
  }

  /* header-bottom */
  .header-bottom {
    display: none;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .burger {
    display: block;
  }
  .burger_active {
    width: 100%;
    z-index: 2;
    display: block;
    position: absolute;
    top: 100%;
  }

  .header-bottom__list {
    flex-direction: column;
    align-items: center;
  }

  .header-bottom__item_invisible {
    display: block;
    margin-bottom: 12px;
  }

  .header-bottom__link {
    padding-right: 0;
    border-right: none;
    font-size: 16px;
  }

  .header-bottom__btn {
    background-color: var(--first-color);
    border-color: #fff;
    color: #fff;
  }

  .header-bottom__daily {
    display: inline-block;
    color: #fff;
  }

  .header-bottom__daily:before {
    content: "";
    display: inline-block;
    transform: translateY(3px);
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../img/time_w.svg");
  }

  .header-bottom__address {
    color: #fff;
  }

  /* hero */
  .hero__slider {
    padding: 0;
  }

  .hero__slider .slick-prev.slick-arrow {
    left: -4%;
  }
  .hero__slider .slick-next.slick-arrow {
    right: -4%;
  }

  /* стоимость ремонта окон */
  .price__caption {
    text-align: center;
  }

  /* преимущества */
  .advantage__item {
    width: 100%;
  }

  /* отзывыв слайдер */
  .recall__slider {
    margin-bottom: 80px;
  }

  /* оставьте заявку */
  .request__input {
    width: 100%;
  }

  .request__policy {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-bottom: 32px;
  }
  .request__btn {
    margin: auto;
  }

  /* footer */
  .footer__left {
    flex-wrap: nowrap;
  }

  /* модальное окно */
  .popup__callback,
  .popup__recall {
    width: 100%;
    left: 0;
    top: 0;
  }

  /* баннер на детальной старнице */
  .banner {
    padding-top: 0;
    padding-left: 0;
  }
  .banner__container {
    flex-direction: column;
  }

  .banner__block {
    position: static;
    height: 260px;
    left: auto;
    top: auto;
    margin-bottom: 32px;
  }

  .banner__form {
    width: 100%;
  }

  .banner__input {
    width: 60%;
  }

  /* контент */
  .content__container {
    flex-direction: column;
  }

  .content__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .content__right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  :root {
    --h2: 32px;
  }
  /* header-top */
  .header-top-phone__link {
    font-size: 17px;
  }
  .header-top-phone__link:before {
    left: 0px;
  }

  /* стоимость ремонта окна */
  .price__table tr td {
    padding: 20px 10px;
    font-size: 12px;
  }

  /* преимущества */
  .advantage__item::before {
    width: 80px;
  }
  /* отзывыв слайдер */
  .recall__slider {
    margin-bottom: 100px;
  }

  .recall__slider .slide-item {
    margin: 0 5px;
    padding: 5px;
  }

  .recall__slider .slick-arrow {
    bottom: -25%;
  }

  .recall__slider .slick-arrow.slick-prev {
    left: 30%;
  }
  .recall__slider .slick-arrow.slick-next {
    right: 30%;
  }

  .recall__btn {
    display: flex;
    margin: 0 auto;
  }
  /* почему мы */
  .whywe__item {
    width: 100%;
  }
  .whywe__item::before {
    width: 60px;
  }

  /* оставьте заявку */
  .request__fieldset {
    width: 100%;
  }

  .request__policy {
    width: 100%;
  }

  /* footer */
  .footer__left {
    flex-wrap: wrap;
  }
  .footer__list {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__contacts {
    width: 100%;
  }

  .footer__right {
    justify-content: flex-start;
  }
  /* модальное окно */
  .popup__callback,
  .popup__recall {
    padding: 40px 50px;
  }

  /* баннер на детальной странице */
  .banner__input {
    width: 100%;
  }

  /* разводящая страница */
  .catalog__item {
    width: 100%;
  }
  /* отзывы на страницах услуги */
  .recall-page__slider .slick-arrow {
    bottom: -9%;
  }

  .recall-page__slider .slick-arrow.slick-prev {
    left: 30%;
  }

  .recall-page__slider .slick-arrow.slick-next {
    right: 30%;
  }
}
@media (max-width: 360px) {
}
