*, h1, h2, p, ol, ul, li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2F3132;
  position: relative;
}

.container {
  min-width: 375px;
  width: 100%;
  padding-left: calc(50% - 640px);
  padding-right: calc(50% - 640px);
}

.inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 20px;
}

.text {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.logo {
  display: block;
  width: 130px;
  height: 38px;
  background: url("../img/header/Logo_Logitech_dark.png") no-repeat;
  background-size: contain;
}

.header {
  background-color: #E0E1E2;
  padding: 25px 0;
}
.header__logo {
  margin: 0 auto;
}
.header__burger-checkbox {
  display: none;
}
.header__burger-checkbox:checked ~ .header__burger {
  position: fixed;
  height: 28px;
  top: 22px;
}
.header__burger-checkbox:checked ~ .header__burger:before {
  transform: rotate(45deg);
  top: 14px;
  background-color: #FFFFFF;
}
.header__burger-checkbox:checked ~ .header__burger:after {
  transform: rotate(-45deg);
  top: 14px;
  background-color: #FFFFFF;
}
.header__burger-checkbox:checked ~ .header__mob-menu {
  display: block;
}
.header__mob-menu {
  display: none;
}
.header__burger {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 28px;
}
.header__burger:hover {
  cursor: pointer;
}
.header__burger:before, .header__burger:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #2F3132;
  position: absolute;
  z-index: 2;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger-span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #2F3132;
  position: absolute;
  top: 8px;
}

.mob-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #2F3132;
  overflow-y: scroll;
}
.mob-menu__logo-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #2F3132;
}
.mob-menu__logo {
  margin: 25px auto;
  background: url("../img/header/Logo_Logitech.png") no-repeat;
  background-size: contain;
}
.mob-menu__list {
  margin-top: 160px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mob-menu__item {
  text-align: center;
  padding: 6px;
  margin-bottom: 20px;
  border-bottom: 2px solid #2F3132;
}
.mob-menu__item:hover {
  border-bottom: 2px solid #FFFFFF;
}
.mob-menu__link {
  color: #C4C4C4;
  text-decoration: none;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
}
.mob-menu__link:hover {
  color: #FFFFFF;
}

.menu {
  display: none;
}
.menu__list {
  display: flex;
  align-items: center;
}
.menu__item {
  padding: 7px 0;
  margin: 0 19px;
  border-left: 1px solid #494949;
  border-bottom: 1px solid transparent;
}
.menu__item:first-child {
  border-left: none;
  margin-left: 0;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__item:hover {
  border-bottom: 1px solid #FFFFFF;
}
.menu__link {
  text-decoration: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.first {
  background-color: #E0E1E2;
}
.first__inner {
  padding-top: 69px;
  padding-bottom: 48px;
}
.first__img {
  width: 100%;
  padding-bottom: 49%;
  background: url("../img/first/MX-Master-3.png") no-repeat;
  background-size: contain;
  margin-bottom: 67px;
}
.first__text {
  width: 65%;
  margin-bottom: 40px;
}
.first__arrow {
  display: block;
  width: 40px;
  height: 20px;
  color: #FF2947;
}

.wireless {
  background-color: #EDEDED;
}
.wireless__inner {
  padding-top: 42px;
  padding-bottom: 16px;
}
.wireless__icon {
  width: 18px;
  height: 34px;
  margin-bottom: 27px;
}
.wireless__text {
  width: 82%;
  margin-bottom: 101px;
}
.wireless__img {
  width: 100%;
  padding-top: 58.13%;
  background: url("../img/wireless/MX-Master-3.png") no-repeat;
  background-size: contain;
  position: relative;
}
.wireless__img-header {
  position: absolute;
  top: -70px;
  width: 100%;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #C4C4C4;
}

.any-table {
  background-color: #FFFFFF;
}
.any-table__inner {
  padding-top: 70px;
  padding-bottom: 63px;
}
.any-table__text {
  width: 65%;
  margin-bottom: 30px;
}
.any-table__spec-wrap {
  width: 91%;
  max-width: 370px;
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 28px;
}
.any-table__spec {
  flex: 0 0 166px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  outline: 1px solid #2F3132;
}
.any-table__spec:first-child {
  padding: 9px 0 14px;
}
.any-table__spec-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.any-table__spec-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.any-table__slider {
  width: 100%;
  padding-top: 64%;
  margin-bottom: 114px;
}
.any-table__text-bottom {
  width: 80%;
}

.device {
  background: #EDEDED;
}
.device__inner {
  padding-top: 70px;
  background: url("../img/device/MX-Lifestyle.png") no-repeat center bottom;
  background-size: 100% auto;
}
.device__title {
  width: 80%;
}
.device__text {
  width: 82%;
  margin-bottom: 30px;
}
.device__list {
  width: 70%;
}
.device__item {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  list-style-position: inside;
  width: 220px;
  margin-bottom: 16px;
}
.device__img {
  margin-top: -90px;
  width: 100%;
  padding-bottom: 82.27%;
}

.settings {
  background: #EDEDED;
}
.settings__inner {
  padding-top: 70px;
}
.settings__text {
  width: 82%;
  margin-bottom: 30px;
}
.settings__slider {
  width: 88%;
  padding-top: 108%;
  margin-bottom: 95px;
}
.settings__img {
  display: none;
}
.settings__apps {
  background-color: #C4C4C4;
  padding: 23px 0 26px;
}
.settings__apps-icons {
  height: 22px;
  width: 324px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
.settings__apps-text {
  color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
}

.slider {
  position: relative;
}
.slider__switch {
  position: absolute;
  top: -130px;
  left: 0;
}
.slider__images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider__image {
  display: none;
  width: 100%;
  height: 100%;
}
.slider__image--any-table > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.slider__image--settings {
  object-fit: contain;
}
.slider__image:first-child {
  display: block;
}
.slider__prev, .slider__next {
  display: block;
  position: absolute;
  top: 0;
  bottom: -89px;
  width: 12%;
}
.slider__prev-arrow, .slider__next-arrow {
  display: block;
  width: 13px;
  height: 19px;
  position: absolute;
  bottom: 0;
}
.slider__prev {
  left: 0;
}
.slider__prev-arrow {
  right: 0;
}
.slider__next {
  right: 0;
}
.slider__next-arrow {
  left: 0;
}
.slider__text--any-table {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -44px;
}
.slider__links {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
.slider__links--any-table {
  bottom: -94px;
  width: 64%;
  left: 18%;
}
.slider__links--settings {
  bottom: -35px;
  width: 44%;
  left: 28%;
}
.slider__link {
  text-decoration: none;
  border-radius: 50%;
}
.slider__link--any-table {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
}
.slider__link--any-table:first-child {
  border: 2px solid #2F3132;
}
.slider__link--any-table.wood {
  background: url("../img/any-table/texture-wood.png") center center no-repeat;
}
.slider__link--any-table.glass {
  background: url("../img/any-table/texture-glass.png") center center no-repeat;
}
.slider__link--any-table.linoleum {
  background: url("../img/any-table/texture-linoleum.png") center center no-repeat;
}
.slider__link--any-table.cloth {
  background: url("../img/any-table/texture-cloth.png") center center no-repeat;
}
.slider__link--any-table.marble {
  background: url("../img/any-table/texture-marble.png") center center no-repeat;
}
.slider__link--settings {
  width: 15px;
  height: 15px;
  background: #C4C4C4;
}
.slider__link--settings:first-child {
  background: #2F3132;
}

/* any-table__slider */
.any-table__slider > *:target ~ .slider__images > .slider__image--any-table {
  display: none;
}

#slideA-1:target ~ .slider__images > .slider__image--any-table:nth-child(1) {
  display: block;
}

#slideA-2:target ~ .slider__images > .slider__image--any-table:nth-child(2) {
  display: block;
}

#slideA-3:target ~ .slider__images > .slider__image--any-table:nth-child(3) {
  display: block;
}

#slideA-4:target ~ .slider__images > .slider__image--any-table:nth-child(4) {
  display: block;
}

#slideA-5:target ~ .slider__images > .slider__image--any-table:nth-child(5) {
  display: block;
}

.any-table__slider > *:target ~ .slider__links--any-table > a {
  border: 2px solid transparent;
}

#slideA-1:target ~ .slider__links--any-table > a:nth-child(1) {
  border: 2px solid #2F3132;
}

#slideA-2:target ~ .slider__links--any-table > a:nth-child(2) {
  border: 2px solid #2F3132;
}

#slideA-3:target ~ .slider__links--any-table > a:nth-child(3) {
  border: 2px solid #2F3132;
}

#slideA-4:target ~ .slider__links--any-table > a:nth-child(4) {
  border: 2px solid #2F3132;
}

#slideA-5:target ~ .slider__links--any-table > a:nth-child(5) {
  border: 2px solid #2F3132;
}

/* settings__slider */
.settings__slider > *:target ~ .slider__images > .slider__image--settings {
  display: none;
}

#slide-1:target ~ .slider__images > .slider__image--settings:nth-child(1) {
  display: block;
}

#slide-2:target ~ .slider__images > .slider__image--settings:nth-child(2) {
  display: block;
}

#slide-3:target ~ .slider__images > .slider__image--settings:nth-child(3) {
  display: block;
}

#slide-4:target ~ .slider__images > .slider__image--settings:nth-child(4) {
  display: block;
}

#slide-5:target ~ .slider__images > .slider__image--settings:nth-child(5) {
  display: block;
}

#slide-6:target ~ .slider__images > .slider__image--settings:nth-child(6) {
  display: block;
}

.settings__slider > *:target ~ .slider__links--settings > a {
  background: #C4C4C4;
}

#slide-1:target ~ .slider__links--settings > a:nth-child(1) {
  background: #2F3132;
}

#slide-2:target ~ .slider__links--settings > a:nth-child(2) {
  background: #2F3132;
}

#slide-3:target ~ .slider__links--settings > a:nth-child(3) {
  background: #2F3132;
}

#slide-4:target ~ .slider__links--settings > a:nth-child(4) {
  background: #2F3132;
}

#slide-5:target ~ .slider__links--settings > a:nth-child(5) {
  background: #2F3132;
}

#slide-6:target ~ .slider__links--settings > a:nth-child(6) {
  background: #2F3132;
}

.comfort {
  background: #FFFFFF;
}
.comfort__inner-first, .comfort__inner-second {
  padding-top: 70px;
}
.comfort__text-wrap-first, .comfort__text-wrap-second {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comfort__text-first, .comfort__text-second {
  width: 82%;
  margin-bottom: 20px;
}
.comfort__img-first, .comfort__img-second {
  width: 100%;
  padding-top: 82.67%;
}
.comfort__img-first {
  background: url("../img/comfort/image 1.jpg") center no-repeat;
  background-size: cover;
}
.comfort__img-second {
  background: url("../img/comfort/image 2.jpg") center no-repeat;
  background-size: cover;
}

.footer__inner {
  padding: 22px 0 37px;
  background-color: #2F3132;
}
.footer__text {
  font-weight: normal;
  font-size: 7px;
  line-height: 8px;
  text-align: center;
  color: #C7C8C8;
}

@media (min-width: 768px) {
  .title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;
  }

  .text {
    font-size: 24px;
    line-height: 28px;
  }

  .logo {
    width: 240px;
    height: 72px;
  }

  .header {
    padding: 54px 0;
  }
  .header__burger-checkbox:checked ~ .header__burger {
    height: 52px;
    top: 64px;
  }
  .header__burger-checkbox:checked ~ .header__burger:before {
    top: 22px;
  }
  .header__burger-checkbox:checked ~ .header__burger:after {
    top: 22px;
  }
  .header__burger {
    width: 61px;
    height: 40px;
    top: 54px;
    right: 58px;
  }
  .header__burger:before, .header__burger:after {
    width: 61px;
    height: 8px;
  }
  .header__burger-span {
    width: 61px;
    height: 8px;
    top: 16px;
  }

  .mob-menu__logo-wrap {
    height: 150px;
  }
  .mob-menu__logo {
    margin: 54px auto;
  }
  .mob-menu__item {
    padding: 6px;
    margin-bottom: 46px;
    border-bottom: 4px solid transparent;
  }
  .mob-menu__item:hover {
    border-bottom: 4px solid #FFFFFF;
  }
  .mob-menu__link {
    font-size: 40px;
    line-height: 47px;
  }

  .first__inner {
    padding-top: 106px;
    padding-bottom: 80px;
  }
  .first__img {
    margin-bottom: 124px;
  }
  .first__text {
    margin-bottom: 76px;
  }
  .first__arrow {
    width: 57px;
    height: 29px;
  }

  .wireless__inner {
    padding-top: 80px;
  }
  .wireless__icon {
    width: 21px;
    height: 40px;
    margin-bottom: 39px;
  }
  .wireless__text {
    width: 83%;
    margin-bottom: 175px;
  }
  .wireless__img-header {
    top: -96px;
    font-size: 150px;
    line-height: 176px;
  }

  .any-table__inner {
    padding-bottom: 61px;
  }
  .any-table__text {
    width: 80%;
    margin-bottom: 50px;
  }
  .any-table__spec-wrap {
    width: 71%;
    max-width: 700px;
    height: 170px;
    margin-bottom: 50px;
  }
  .any-table__spec {
    flex: 0 0 300px;
    padding: 10px 0 14px;
  }
  .any-table__spec:first-child {
    padding: 24px 0 32px;
  }
  .any-table__spec-title {
    font-size: 40px;
    line-height: 47px;
  }
  .any-table__spec-text {
    font-size: 24px;
    line-height: 28px;
  }
  .any-table__slider {
    margin-bottom: 163px;
  }

  .device__inner {
    background: #EDEDED url("../img/device/MX-Lifestyle-big.jpg") no-repeat center bottom;
    background-size: 100% auto;
  }
  .device__title {
    width: 70%;
  }
  .device__text {
    width: 86%;
    margin-bottom: 62px;
  }
  .device__list {
    width: 88%;
    display: flex;
  }
  .device__item {
    font-size: 20px;
    line-height: 23px;
    flex-grow: 1;
    width: auto;
    padding: 8px 20px 8px;
    border-left: 1px solid #494949;
  }
  .device__item:first-child {
    border-left: none;
  }
  .device__img {
    margin-top: -150px;
    padding-bottom: 69.8%;
  }

  .settings__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .settings__text {
    width: 85%;
    margin-bottom: 54px;
  }
  .settings__slider {
    width: 55.5%;
    padding-top: 68%;
    margin-bottom: 148px;
  }
  .settings__apps {
    width: 85.4%;
    padding: 38px 0 29px;
  }
  .settings__apps-icons {
    height: 35px;
    width: 512px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
  }
  .settings__apps-text {
    width: 85%;
    font-size: 20px;
    line-height: 23px;
  }

  .slider__switch {
    top: -130px;
  }
  .slider__prev, .slider__next {
    bottom: -134px;
    width: 29%;
  }
  .slider__prev-arrow, .slider__next-arrow {
    width: 17px;
    height: 28px;
  }
  .slider__text--any-table {
    font-size: 24px;
    line-height: 28px;
    bottom: -78px;
  }
  .slider__links--any-table {
    bottom: -141px;
    width: 36%;
    left: 32%;
  }
  .slider__links--settings {
    bottom: -78px;
    width: 56%;
    left: 22%;
  }
  .slider__link--any-table {
    width: 40px;
    height: 40px;
  }
  .slider__link--settings {
    width: 25px;
    height: 25px;
  }

  .comfort__text {
    width: 88%;
    margin-bottom: 50px;
  }
  .comfort__img-first, .comfort__img-second {
    padding-top: 61.41%;
  }

  .footer__inner {
    padding: 47px 0 71px;
  }
  .footer__text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
  }

  .text {
    font-size: 20px;
    line-height: 23px;
  }

  .logo {
    width: 150px;
    height: 45px;
    background: url("../img/header/Logo_Logitech.png") no-repeat;
    background-size: contain;
  }

  .header {
    padding: 28px calc(50% - 560px);
    background-color: #2F3132;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo {
    margin-left: 10px;
    margin-right: 0;
  }
  .header__mob-menu, .header__burger {
    display: none;
  }
  .header__menu {
    display: block;
    margin-right: 10px;
  }

  .first__inner {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .first__img {
    padding-top: 80px;
    max-width: 1166px;
    max-height: 671px;
    margin-bottom: 8px;
  }
  .first__text {
    width: auto;
    margin-bottom: 49px;
  }

  .wireless__inner {
    padding-top: 44.5px;
    padding-bottom: 48px;
  }
  .wireless__text {
    width: 58%;
    margin-bottom: 133px;
  }
  .wireless__img {
    background: url("../img/wireless/MX-Master-3-FRONT.png") left center no-repeat, url("../img/wireless/MX-Master-3-LEFT.png") right 10px no-repeat;
    max-width: 1245px;
    padding-top: 24%;
  }
  .wireless__img-header {
    top: -85px;
    left: 363px;
    font-size: 96px;
    line-height: 140px;
    display: flex;
    width: auto;
  }
  .wireless__img-span {
    font-size: 300px;
    line-height: 300px;
  }

  .any-table__inner {
    padding-bottom: 70px;
  }
  .any-table__text {
    width: 48%;
  }
  .any-table__spec-wrap {
    width: 40%;
    height: 140px;
  }
  .any-table__spec {
    flex: 0 0 237px;
  }
  .any-table__spec-title {
    font-size: 36px;
    line-height: 42px;
  }
  .any-table__spec-text {
    font-size: 20px;
    line-height: 23px;
  }
  .any-table__slider {
    padding-top: 45%;
    max-width: 1280px;
    max-height: 576px;
    margin-bottom: 152px;
  }
  .any-table__text-bottom {
    max-width: 770px;
  }

  .device__title {
    width: auto;
  }
  .device__text {
    max-width: 960px;
    margin-bottom: 66px;
  }
  .device__list {
    max-width: 1080px;
  }
  .device__item {
    padding: 8px 60px 8px;
  }
  .device__img {
    margin-top: -260px;
  }

  .settings__text {
    width: 85%;
    margin-bottom: 54px;
  }
  .settings__slider {
    display: none;
  }
  .settings__img {
    display: block;
    width: 90%;
    max-width: 1171px;
    height: 698px;
    background: url("../img/settings/mouse-set-big.png") no-repeat;
    background-size: contain;
  }
  .settings__apps {
    margin-top: -58px;
    max-width: 749px;
  }

  .slider__switch {
    top: -130px;
  }
  .slider__prev, .slider__next {
    bottom: -113px;
    width: 36%;
  }
  .slider__text--any-table {
    font-size: 20px;
    line-height: 23px;
    bottom: -62px;
  }
  .slider__links--any-table {
    bottom: -117px;
    width: 24%;
    left: 38%;
  }

  .comfort__inner-first {
    flex-direction: row-reverse;
    padding-top: 0;
  }
  .comfort__inner-second {
    flex-direction: row;
    padding-top: 0;
  }
  .comfort__text-wrap-first, .comfort__text-wrap-second {
    flex: 0 1 628px;
    padding: 0 36px;
  }
  .comfort__text-wrap-first {
    align-items: flex-start;
  }
  .comfort__text-wrap-second {
    align-items: flex-end;
  }
  .comfort__title-first {
    width: 290px;
    text-align: left;
  }
  .comfort__title-second {
    width: 320px;
    text-align: right;
  }
  .comfort__text-first {
    width: 400px;
    text-align: left;
  }
  .comfort__text-second {
    width: 350px;
    text-align: right;
  }
  .comfort__img-first, .comfort__img-second {
    flex: 0 1 640px;
    height: 557px;
    padding-top: 0;
  }
  .comfort__img-first {
    background: url("../img/comfort/image 1-big.png") no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=style.css.map */
