:root {
  --primary-text-collor: #212121;
  --secondary-text-collor: #757575;
  --white-text-collor: #ffffff;
  --accent-text-collor: #2196f3;
  --sec-bgc-color: #f5f4fa;
  --black-text-collor: #000000;
  --accent-btn-collor: #188ce8;
  --conteiner-bgc-collor: #eeeeee;
  --footer-bgc-collor: #2f303a;
  --white-bgc-collor: #ffffff;
  --high-line-collor: #ececec;
  --icon-normal-color: #afb1b8;
  --icon-accent-color: #2196f3;
  --gradient-bgc: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4));
  --timing-action: cubic-bezier(0, 1, 0.88, 0.03);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button {
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.no-scroll {
  overflow: hidden;
}

ul, ol, li {
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
  width: 100%;
}

body {
  padding-top: var(--header-height);
  background-color: var(--white-text-collor);
  color: var(--primary-text-collor);
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

input,
textarea {
  cursor: pointer;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.section {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .section {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.menu-open-btn {
  background-color: transparent;
  border: none;
  display: block;
  margin-left: auto;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .menu-open-btn {
    display: none;
  }
}

.menu-toggle {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: transparent;
  align-items: center;
  padding: 21px 21px;
  cursor: pointer;
  border: none;
  outline: none;
}
.menu-toggle:hover .menu-close-icon, .menu-toggle:focus .menu-close-icon {
  fill: var(--accent-text-collor);
}
@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none;
  }
}

.menu-close-icon {
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-menu__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}

.mob-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 40px 0 40px 48px;
  background-color: var(--white-bgc-collor);
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1), transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 11;
  transform: translateX(100%);
}
.mob-menu.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 767px) {
  .mob-menu {
    display: none;
  }
}

.mob-nav {
  margin-top: 60px;
  margin-bottom: 30px;
}

.mob-nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mob-nav__link {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--primary-text-collor);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-nav__link:hover, .mob-nav__link:focus {
  color: var(--accent-text-collor);
}
@media screen and (min-width: 480px) {
  .mob-nav__link {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .mob-nav__link {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1200px) {
  .mob-nav__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
}

.mob-nav__link.current {
  color: var(--accent-text-collor);
  position: relative;
}

.mob-contact {
  margin-left: auto;
  margin-bottom: 64px;
}

.mob-contact a {
  display: block;
  margin-bottom: 32px;
  text-decoration: none;
  align-items: center;
}

.mob-mail {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--secondary-text-collor);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-mail:hover, .mob-mail:focus {
  color: var(--accent-text-collor);
}

.mob-phone {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--accent-text-collor);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-phone:hover, .mob-phone:focus {
  color: var(--secondary-text-collor);
}

.menu__smm-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: flex-end;
}

.menu__smm-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid grey;
}

.menu__smm-link {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: var(--accent-text-collor);
  transition: color, 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu__smm-link:hover, .menu__smm-link:focus {
  color: var(--icon-normal-color);
}

.smm__item {
  color: rgba(33, 33, 33, 0.2);
  padding: 0 10px;
}

.contact__list {
  margin-left: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contact__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .contact__list {
    flex-direction: row;
    align-items: center;
  }
}

.contact__list a {
  display: flex;
  color: var(--secondary-text-collor);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1200px) {
  .contact__list a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.contact__list a:hover,
.contact__list a:focus {
  color: var(--accent-text-collor);
}

@media screen and (min-width: 768px) {
  .mail__item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .mail__item {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.mail-icon {
  width: 16px;
  height: 12px;
  margin-right: 10px;
  fill: currentColor;
}

.mail__item:hover .mail-icon,
.mail__item:focus .mail-icon {
  fill: var(--accent-btn-collor);
}

.phone {
  font-weight: 900 !important;
}

.phone-icon {
  width: 10px;
  height: 16px;
  margin-right: 10px;
  fill: currentColor;
}

.phone__item:hover .phone-icon,
.phone__item:focus .phone-icon {
  fill: var(--accent-btn-collor);
}

.logo {
  display: flex;
  text-decoration: none;
  font-family: "Raleway";
  line-height: 1.2;
  color: var(--black-text-collor);
}
.logo:hover, .logo:focus {
  color: var(--black-text-collor);
}
@media screen and (max-width: 1200px) {
  .logo {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  .logo {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
}

.wht {
  margin-left: 2px;
  color: var(--white-text-collor);
}

.blue {
  font-size: 8px;
  text-transform: uppercase;
  color: var(--accent-text-collor);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__item:not(:first-child) {
  margin-left: 50px;
}

.nav__list {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav__list {
    gap: 60px;
  }
}

.nav__link {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--primary-text-collor);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__link:hover,
.nav__link:focus {
  color: var(--accent-text-collor);
}

.nav__link.current {
  color: var(--accent-text-collor);
  position: relative;
}

.nav__link.current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -6%;
  border-radius: 2px;
  background-color: var(--accent-text-collor);
}

.btn__hero {
  margin-top: 30px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.06em;
  align-items: center;
  text-align: center;
  color: var(--white-text-collor);
  background: var(--accent-text-collor);
  border-radius: 8px;
  border: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__hero:hover, .btn__hero:focus {
  color: var(--white-text-collor);
  background-color: var(--accent-btn-collor);
}
@media screen and (max-width: 767px) {
  .btn__hero {
    padding: 10px 24px;
  }
}
@media screen and (min-width: 768px) {
  .btn__hero {
    padding: 10px 24px;
    font-size: 22px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .btn__hero {
    padding: 15px 42px;
  }
}

.btn__modal {
  padding: 10px 52px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--white-text-collor);
  background-color: var(--icon-accent-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__modal:hover, .btn__modal:focus {
  background-color: var(--accent-btn-collor);
}

.btn__subscribe {
  display: flex;
  position: relative;
  padding: 10px 62px 10px 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.06em;
  align-items: center;
  text-align: center;
  color: var(--white-text-collor);
  background-color: var(--accent-btn-collor);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__subscribe:hover, .btn__subscribe:focus {
  background-color: var(--icon-accent-color);
}

.btn__filter {
  padding: 6px 22px;
  display: flex;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: var(--primary-text-collor);
  background: var(--sec-bgc-color);
  border-radius: 4px;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.oferta__btn-list .btn__filter:hover, .oferta__btn-list .btn__filter:focus {
  color: var(--white-text-collor);
  background: var(--accent-btn-collor);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12);
}
.btn__filter.current {
  color: var(--white-text-collor);
  background: var(--accent-text-collor);
}

@media screen and (max-width: 767px) {
  .smm__box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .smm__box {
    display: inline-block;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .smm__box {
    display: inline-flex;
    margin: 0 auto;
    flex-direction: column;
  }
}

.smm__title-footer {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-text-collor);
}

.smm__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.smm__link {
  display: flex;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--icon-normal-color);
  transition: background-color, 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.smm__link:hover, .smm__link:focus {
  background-color: var(--accent-btn-collor);
  color: var(--white-bgc-collor);
}

.smm__icon {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.smm__icon:hover, .smm__icon:focus {
  fill: var(--white-text-collor);
}

.smm__link-footer {
  display: flex;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--icon-normal-color);
  transition: background-color, 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.smm__link-footer:hover, .smm__link-footer:focus {
  background-color: var(--accent-btn-collor);
  color: var(--white-bgc-collor);
}

.bgc__icon-footer {
  display: inline-flex;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.smm__icon-footer {
  height: 20px;
  width: 20px;
  fill: var(--white-text-collor);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.backdrop__title {
  display: flex;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  justify-content: center;
}

.backdrop-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  fill: currentColor;
  cursor: pointer;
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form__field:hover > .backdrop-icon {
  fill: var(--icon-accent-color);
}
.form__field:focus-within > .backdrop-icon {
  fill: var(--icon-accent-color);
}

.modal__box {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background-color: var(--white-bgc-collor);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (max-width: 1200px) {
  .modal__box {
    width: 95%;
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .modal__box {
    max-width: 528px;
  }
}

.modal-text {
  position: absolute;
  overflow: auto;
}

.form {
  padding: 40px;
}

.form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.form__field option {
  font-size: 12px;
}
.form__field select:hover, .form__field select:focus {
  border-color: var(--accent-text-collor);
}

.form__field label {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
  color: var(--secondary-text-collor);
}

.form__field input {
  margin: 0;
  padding: 12px 42px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form__field input:hover, .form__field input:focus {
  border-color: var(--accent-text-collor);
}
.form__field input[type=checkbox] {
  margin: 7px;
}

textarea {
  resize: none;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 4px;
}
textarea:focus {
  outline-color: var(--icon-accent-color);
}
textarea::-moz-placeholder {
  color: rgba(117, 117, 117, 0.5);
}
textarea::placeholder {
  color: rgba(117, 117, 117, 0.5);
}
@media screen and (min-width: 480px) {
  textarea {
    width: 370px;
  }
}
@media screen and (min-width: 768px) {
  textarea {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  textarea {
    width: 448px;
  }
}

.comment-active {
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.comment-active:hover {
  border-color: var(--icon-accent-color);
}

.policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .policy {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .policy {
    font-size: 14px;
  }
}
.policy h2 {
  margin: 30px 0 8px 0;
}

.policy label {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: var(--secondary-text-collor);
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .policy label {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .policy label {
    font-size: 14px;
  }
}

.policy__link {
  color: var(--accent-text-collor);
}

.checkbox__label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox__label > span {
  width: 16px;
  height: 15px;
  border: 2px solid black;
  border-radius: 2px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: transparent;
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.checkbox__input:checked + .checkbox__label > span {
  background-color: var(--icon-accent-color);
  border-color: transparent;
  fill: var(--white-bgc-collor);
}
.checkbox__input:hover + .checkbox__label > span, .checkbox__input:focus + .checkbox__label > span {
  border-color: var(--icon-accent-color);
}
@media screen and (min-width: 1200px) {
  .checkbox__label > span {
    margin-left: 12px;
  }
}

.check-icon {
  width: 16px;
  height: 15px;
}

.btn__esc {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: var(--white-bgc-collor);
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.close-icon {
  width: 18px;
  height: 18px;
  fill: var(--secondary-text-collor);
  transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__esc:hover > .close-icon, .btn__esc:focus > .close-icon {
  fill: var(--icon-accent-color);
}

.header {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  min-height: var(--header-height);
  background-color: var(--white-bgc-collor);
  border-bottom: 1px solid var(--high-line-collor);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.menu {
  display: flex;
  width: 100%;
  padding: 0;
  margin-left: 28px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu {
    margin-left: 100px;
  }
}

.header__container {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 480px) {
  .header__container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .header__container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .header__container {
    width: 1200px;
  }
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo__img {
  width: 170px;
  height: 66px;
}
@media screen and (min-width: 768px) {
  .logo__img {
    width: 190px;
  }
}

.about {
  background-color: var(--footer-bgc-collor);
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 215px;
  padding-bottom: 415px;
  background-image: var(--gradient-bgc), url(../images/klima7.jpg);
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .about {
    background-image: url(../images/klima7.jpg);
    background-size: cover;
  }
}

.about-logo {
  width: 300px;
  background-color: rgba(109, 109, 109, 0.1);
}
@media screen and (min-width: 768px) {
  .about-logo {
    width: 700px;
  }
}

@media screen and (min-width: 1200px) {
  .features__page {
    display: flex;
    flex-wrap: wrap;
  }
}

.about__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__box span {
  font-size: 70px;
  font-weight: 700;
}
.about__box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--secondary-text-collor);
}
.about__box b {
  color: black;
}
@media screen and (min-width: 768px) {
  .about__box {
    padding: 20px 80px;
  }
}

.about__title {
  margin-bottom: 50px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 36px;
  }
}

.about__list {
  gap: 30px;
}
@media screen and (min-width: 480px) {
  .about__list {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .about__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .about__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.features__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--title-text-color);
}
@media (max-width: 767px) {
  .features__title {
    text-align: center;
  }
}

.about__item {
  background-color: var(--white-text-collor);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
}
@media screen and (min-width: 480px) {
  .about__item {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .about__item {
    flex-wrap: wrap;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .about__item {
    width: calc((100% - 90px) / 4);
  }
}
.about__item p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.features__icon-bgc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-bgc-color);
}

.features__icon {
  height: 70px;
  width: 70px;
}

.hero {
  background-color: var(--footer-bgc-collor);
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .hero {
    max-width: 480px;
    height: 400px;
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
  }
}
@media screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi), screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .hero {
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    max-width: 1600px;
    height: 500px;
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .hero {
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    max-width: 1600px;
    height: 750px;
    padding: 100px 0;
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
  }
}
@media screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 192dpi), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .hero {
    background-image: var(--gradient-bgc), url(../images/klima-desk-2x.jpeg);
    background-size: cover;
  }
}

.hero__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 480px) {
  .hero__container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .hero__container {
    width: 768px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .hero__container {
    display: block;
    width: 1200px;
  }
}

.hero__title {
  text-align: center;
  text-transform: uppercase;
  color: var(--accent-btn-collor);
  background-color: rgba(245, 244, 249, 0.9);
  border-radius: 15px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.62;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.36;
    letter-spacing: 0.06em;
  }
}

.btn__hero-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.slogan {
  padding: 0 20px;
  display: inline-flex;
  gap: 10px;
  justify-content: left;
  font-style: italic;
  text-align: left;
  color: var(--accent-btn-collor);
  background-color: rgba(245, 244, 249, 0.9);
  border-radius: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .slogan {
    font-weight: 900;
    font-size: 14px;
    line-height: 1.62;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .slogan {
    padding: 0 40px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.62;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px) {
  .slogan {
    padding: 0 40px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.36;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 1200px) {
  .features__page {
    display: flex;
    flex-wrap: wrap;
  }
}

.features__list {
  margin: 0 auto;
  gap: 30px;
}
@media screen and (min-width: 480px) {
  .features__list {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .features__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .features__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.features__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--title-text-color);
}
@media (max-width: 767px) {
  .features__title {
    text-align: center;
  }
}

.features__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.03em;
  color: var(--secondary-text-collor);
}

@media screen and (min-width: 480px) {
  .features__item {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .features__item {
    flex-wrap: wrap;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .features__item {
    width: calc((100% - 90px) / 4);
  }
}
.features__item p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .features__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.features__icon-bgc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
  height: 120px;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-bgc-color);
}

.features__icon {
  height: 70px;
  width: 70px;
}

@media screen and (min-width: 1200px) {
  .production {
    display: flex;
    justify-content: center;
  }
}

.production__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .production__item {
    width: calc((100% - 30px) / 2);
  }
}

.production__title {
  margin-bottom: 50px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .production__title {
    font-size: 36px;
  }
}

.production__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .production__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
  }
}
.production__list li {
  position: relative;
  z-index: 10;
}

.production__thumb p {
  display: flex;
  position: absolute;
  width: 100%;
  height: 70px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.14;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  color: var(--white-text-collor);
  background-color: rgba(47, 48, 58, 0.8);
}
@media screen and (min-width: 768px) {
  .production__thumb p {
    font-size: 24px;
  }
}
.production__thumb img {
  height: auto;
}

.test {
  width: 80%;
  margin: 0 auto;
}

.client__title {
  margin-bottom: 50px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .client__title {
    font-size: 36px;
  }
}

.client__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .client__list {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .client__list {
    gap: 30px;
  }
}

.client__box {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 480px) {
  .client__box {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
  }
}
@media screen and (min-width: 768px) {
  .client__box {
    display: inline-block;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .client__box {
    width: calc((100% - 150px) / 6);
  }
}

.client__link {
  display: flex;
  width: 100%;
  height: 92px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: var(--icon-normal-color);
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.client__link:hover, .client__link:focus {
  border-color: var(--accent-btn-collor);
  color: var(--accent-btn-collor);
}

.client__icon {
  width: 106px;
  height: 60px;
  fill: currentColor;
}

.footer {
  background-color: var(--footer-bgc-collor);
}

.footer-top {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer-top {
    padding: 0 75px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer-top {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.footer__container {
  display: flex;
  margin: 0 auto;
  padding: 60px 15px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 480px) {
  .footer__container {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .footer__container {
    width: 768px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .footer__container {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
  }
}

.logo-footer {
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .logo-footer {
    justify-content: left;
  }
}

.adress__box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adress__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .adress__box {
    display: inline-block;
    text-align: left;
  }
}

.adress {
  display: inline-block;
  margin-top: 20px;
}

.adress__list a {
  color: var(--white-text-collor);
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.adress__list a:hover, .adress__list a:focus {
  color: var(--accent-text-collor);
}

.adress__list > li:not(:last-child) {
  margin-bottom: 8px;
}

.adress__street a {
  color: var(--white-text-collor);
}
.adress__street a:hover, .adress__street a:focus {
  color: var(--secondary-text-collor);
}

.subscribe__box {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .subscribe__box {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe__box {
    margin: 0;
  }
}

.subscribe {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .subscribe {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }
}

.subscribe__form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .subscribe__form {
    display: block;
  }
}

.subscribe__box label {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white-text-collor);
}
@media screen and (min-width: 1200px) {
  .subscribe__box label {
    text-align: left;
  }
}

.subscribe__input {
  padding: 15px 16px;
  width: 100%;
  height: 50px;
  color: var(--white-text-collor);
  background-color: var(--footer-bgc-collor);
  border: 1px solid rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .subscribe__input {
    width: 358px;
  }
}

.subscribe__text {
  display: block;
}

.subscribe__input {
  cursor: pointer;
}

.icon-subscribe {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translatey(-50%);
  width: 24px;
  height: 24px;
}

.map {
  display: flex;
  margin: 60px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .map {
    margin: 0;
    width: auto;
  }
}/*# sourceMappingURL=main.css.map */