@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.woff2") format("woff2"), url("../fonts/roboto.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/robotomedium.woff2") format("woff2"), url("../fonts/robotomedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/robotobold.woff2") format("woff2"), url("../fonts/robotobold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

img {
  width: 100%;
  height: auto; }

.page-body {
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #283136;
  background-color: #ffffff; }

.page-body__header {
  padding-top: 50px; }

.page-body__main {
  margin-bottom: 70px; }

.page-body__footer {
  padding-bottom: 70px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.button {
  padding: 0;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-color: #fb565a;
  cursor: pointer; }
  .button:hover {
    background-color: #e74246; }
  .button:active {
    color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
    background-color: #d7373b; }

.input-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 30px;
  color: #444444; }

.input-text__label {
  font-weight: 700; }

.input-text__field {
  padding: 10px;
  font: inherit;
  border: 2px solid #d7dcde;
  border-radius: 3px; }
  .input-text__field::-webkit-input-placeholder {
    font: inherit;
    color: rgba(68, 68, 68, 0.5); }
  .input-text__field:-ms-input-placeholder {
    font: inherit;
    color: rgba(68, 68, 68, 0.5); }
  .input-text__field::-ms-input-placeholder {
    font: inherit;
    color: rgba(68, 68, 68, 0.5); }
  .input-text__field::placeholder {
    font: inherit;
    color: rgba(68, 68, 68, 0.5); }
  .input-text__field:hover {
    border-color: #b4b9bb; }
  .input-text__field:focus {
    border-color: #000000; }
  .input-text__field--textarea {
    resize: none; }

.page-header {
  background-color: #eeeeee; }

.page-header__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase; }

.navigation__logo {
  width: 160px;
  height: 65px;
  margin-right: 200px; }
  .navigation__logo--link:hover .navigation__image {
    fill: rgba(0, 0, 0, 0.8); }
  .navigation__logo--link:active .navigation__image {
    fill: rgba(0, 0, 0, 0.3); }

.navigation__site-list {
  width: 600px; }

.navigation__user-list {
  width: 160px; }

.navigation__item {
  position: relative; }
  .navigation__item--current::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #fb565a; }

.navigation__link {
  position: relative;
  color: #283136; }
  .navigation__link:hover {
    color: #fb565a; }
  .navigation__link:active {
    color: rgba(40, 49, 54, 0.3); }

.site-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }

.site-navigation__item {
  margin-right: 47px; }

.site-navigation__link {
  color: inherit;
  text-decoration: none; }

.user-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: auto; }

.user-navigation__link {
  color: inherit;
  text-decoration: none; }
  .user-navigation__link--basket::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-right: 25px;
    vertical-align: baseline;
    background-image: url("../img/basket.svg");
    background-repeat: no-repeat;
    background-position: top left; }

.page-main__slider {
  margin-bottom: 80px;
  background-color: #eeeeee; }

.page-main__info {
  margin-bottom: 73px; }

.page-main__projects {
  margin-bottom: 80px; }

.page-main__adress {
  margin-bottom: 70px; }

.page-main__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }

.page-main__box-title {
  margin-bottom: 55px;
  background-color: #eeeeee; }

.page-main__title {
  margin: 0;
  padding-top: 80px;
  padding-bottom: 105px;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  text-align: center; }

.page-main__shop {
  margin-bottom: 60px; }

.page-main__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1); }
  .page-main__overlay--active {
    display: block; }

.slider__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.slider__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.slider__item {
  display: none;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .slider__item--first {
    background-image: url("../img/slide-1.png"); }
  .slider__item--second {
    background-image: url("../img/slide-2.png"); }
  .slider__item--third {
    background-image: url("../img/slide-3.png"); }
  .slider__item--active {
    display: block; }

.slider__content {
  width: 510px; }

.slider__title {
  margin: 0;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400; }

.slider__text {
  margin: 0;
  margin-bottom: 38px; }

.slider__button {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 16px 55px;
  margin-bottom: 79px;
  color: #ffffff; }

.slider__controls {
  position: absolute;
  left: 555px;
  bottom: 90px;
  z-index: 10; }

.slider__toggle {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer; }
  .slider__toggle:hover {
    background-image: radial-gradient(circle, #ffffff 2px, #dfdfdf 2px, #dfdfdf 4px, #ffffff 4px); }
  .slider__toggle:active, .slider__toggle--active {
    background-image: radial-gradient(circle, #ffffff 2px, #c2c2c2 2px, #c2c2c2 4px, #ffffff 4px); }

.suggestions__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }
  .suggestions__wrapper::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #eeeeee;
    background-clip: padding-box; }

.suggestions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px; }

.suggestions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  min-height: 347px; }
  .suggestions__item::before {
    content: "";
    display: block;
    width: 300px;
    height: 145px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: top left; }
  .suggestions__item--site::before {
    background-color: #fb565a;
    background-image: url("../img/sites.png"); }
  .suggestions__item--app::before {
    background-color: #00ca74;
    background-image: url("../img/apps.png"); }
  .suggestions__item--presentation::before {
    background-color: #efc84a;
    background-image: url("../img/presentations.png"); }

.suggestions__title {
  margin: 0;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase; }

.suggestions__text {
  margin: 0;
  margin-bottom: 32px; }

.suggestions__button {
  color: inherit;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  padding: 16px 40px;
  color: #ffffff; }
  .suggestions__button--app {
    background-color: #00ca74; }
    .suggestions__button--app:hover {
      background-color: #00bc6c; }
    .suggestions__button--app:active {
      background-color: #00aa62; }
  .suggestions__button--presentation {
    background-color: #efc84a; }
    .suggestions__button--presentation:hover {
      background-color: #eab534; }
    .suggestions__button--presentation:active {
      background-color: #e5a722; }

.info__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.info__about-us {
  width: 700px; }

.info__statistic {
  width: 360px; }

.about-us__title {
  margin: 0;
  margin-top: 73px;
  margin-bottom: 35px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500; }

.about-us__text {
  margin: 0;
  margin-bottom: 38px; }

.about-us__subtitle {
  text-transform: uppercase;
  font-weight: 700; }

.about-us__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px; }

.about-us__item:not(:last-child) {
  margin-bottom: 25px; }

.about-us__item::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fb565a; }

.statistic {
  padding-top: 40px; }

.statistic__logo {
  margin-bottom: 30px; }

.statistic__caption {
  margin-bottom: 43px;
  font-weight: 700;
  text-transform: uppercase; }

.statistic__table {
  border-collapse: collapse; }

.statistic__number {
  width: 120px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px; }

.statistic__percent {
  font-size: 24px;
  line-height: 24px;
  vertical-align: super; }

.statistic__text {
  padding-top: 13px;
  line-height: 18px; }

.projects__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px; }
  .projects__wrapper::before, .projects__wrapper::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #eeeeee;
    background-clip: padding-box; }

.projects__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0; }

.projects__item {
  position: relative; }
  .projects__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 29px;
    right: -20px;
    width: 2px;
    height: 52px;
    background-color: #eeeeee; }

.projects__link {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 260px;
  height: 110px;
  opacity: 0.2; }
  .projects__link:hover, .projects__link:focus {
    opacity: 1; }
  .projects__link:active {
    opacity: 0.1; }

.adress {
  position: relative; }

.adress__map {
  width: 100%;
  height: 415px;
  background-image: url("../img/map-marker.jpg");
  background-position: center; }

.adress__iframe {
  width: 100%; }

.adress__contacts {
  position: absolute;
  left: 4%;
  top: 54px;
  z-index: 1;
  width: 220px;
  padding: 50px;
  padding-bottom: 47px;
  background-color: #ffffff; }

.adress__title {
  font-size: 18px;
  line-height: 30px; }

.adress__text {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 4px; }

.adress__button {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  margin-top: 35px;
  text-align: center;
  color: #ffffff; }

.shop__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.shop__filter {
  width: 260px; }

.shop__content {
  width: 760px; }

.shop__sorting {
  margin-bottom: 48px; }

.filter-form__section {
  padding: 0;
  margin: 0;
  border: none; }

.filter-form__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase; }
  .filter-form__title--cost {
    margin-bottom: 48px; }

.filter-form__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 42px; }
  .filter-form__list--features {
    margin-bottom: 45px; }

.filter-form__item:not(:last-child) {
  margin-bottom: 17px; }

.filter-form__range {
  margin-bottom: 55px; }

.filter-form__button {
  width: 100%;
  padding: 14px 0;
  font: inherit;
  font-weight: 500;
  color: #283136;
  background-color: #eeeeee; }
  .filter-form__button:hover {
    background-color: #dfdfdf; }
  .filter-form__button:active {
    color: rgba(40, 49, 54, 0.3);
    background-color: #d5d5d5; }

.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.range__box {
  position: relative;
  width: 260px;
  height: 80px;
  margin-bottom: 14px;
  background-color: #eeeeee;
  border-radius: 3px; }

.range__line {
  position: absolute;
  top: 39px;
  left: 20px;
  width: 220px;
  height: 2px;
  background-image: linear-gradient(to right, #00ca10 150px, #d7dcde 150px); }
  .range__line::before, .range__line::after {
    content: "";
    position: absolute;
    top: -9px;
    width: 4px;
    height: 4px;
    background: #ababab;
    border: 8px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .range__line::after {
    right: 60px; }

.range__text {
  margin: 0; }

.range__label {
  margin-right: 8px;
  line-height: 22px;
  text-transform: uppercase; }

.range__input {
  width: 80px;
  padding: 7px 0;
  font: inherit;
  text-align: center;
  background-color: #eeeeee;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio {
  color: #283136;
  cursor: pointer; }
  .radio:hover {
    color: #000000; }
    .radio:hover .radio__control {
      border-color: #4d4d4d; }
    .radio:hover .radio__input:checked + .radio__control {
      background-color: #4d4d4d; }

.radio__control {
  display: inline-block;
  width: 9px;
  height: 9px;
  padding: 4px;
  margin-right: 10px;
  vertical-align: top;
  background-clip: content-box;
  border: 4px solid rgba(77, 77, 77, 0.4);
  border-radius: 50%; }

.radio__input:checked + .radio__control {
  background-color: rgba(77, 77, 77, 0.4); }

.radio__input:checked:focus + .radio__control {
  border-color: #4d4d4d;
  background-color: #4d4d4d; }

.radio__input:disabled + .radio__control,
.radio__input:disabled:focus + .radio__control {
  border-color: rgba(77, 77, 77, 0.1); }

.radio__input:disabled:checked + .radio__control,
.radio__input:disabled:checked:focus + .radio__control {
  border-color: rgba(77, 77, 77, 0.1);
  background-color: rgba(77, 77, 77, 0.1); }

.radio__input:disabled ~ .radio__text,
.radio__input:disabled:focus ~ .radio__text {
  color: rgba(40, 49, 54, 0.3); }

.checkbox {
  color: #283136;
  cursor: pointer; }
  .checkbox:hover {
    color: #000000; }
    .checkbox:hover .checkbox__control,
    .checkbox:hover .checkbox__input:checked + .checkbox__control::before {
      border-color: #4d4d4d; }
    .checkbox:hover .checkbox__text {
      color: #000000; }

.checkbox__control {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 13px;
  vertical-align: top;
  border: 2px solid rgba(77, 77, 77, 0.4);
  border-radius: 3px; }

.checkbox__input:checked + .checkbox__control::before {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  border-left: 4px solid rgba(77, 77, 77, 0.4);
  border-bottom: 4px solid rgba(77, 77, 77, 0.4);
  -webkit-transform: translate(3px, 2px) rotate(-45deg);
          transform: translate(3px, 2px) rotate(-45deg); }

.checkbox__input:disabled + .checkbox__control,
.checkbox__input:checked:disabled + .checkbox__control::before {
  border-color: rgba(77, 77, 77, 0.1); }

.checkbox__input:focus + .checkbox__control,
.checkbox__input:checked:focus + .checkbox__control::before {
  border-color: #4d4d4d; }

.checkbox__input:focus ~ .checkbox__text,
.checkbox__input:checked:focus ~ .checkbox__text {
  color: #000000; }

.checkbox__input:disabled ~ .checkbox__text,
.checkbox__input:disabled:focus ~ .checkbox__text,
.checkbox__input:disabled:checked ~ .checkbox__text,
.checkbox__input:disabled:checked:focus ~ .checkbox__text {
  color: rgba(40, 49, 54, 0.3); }

.sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.sorting__title {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase; }

.sorting__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto; }

.sorting__link {
  color: inherit;
  text-decoration: none;
  margin-right: 25px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.3; }
  .sorting__link:hover {
    opacity: 0.6; }
  .sorting__link--current, .sorting__link:active {
    opacity: 1; }
  .sorting__link--wane, .sorting__link--growth {
    display: inline-block;
    margin-right: 0;
    width: 11px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .sorting__link--wane {
    margin-left: 25px;
    margin-right: 17px;
    background-image: url("../img/sorting-down.svg"); }
  .sorting__link--growth {
    background-image: url("../img/sorting-up.svg"); }

.shop-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 27px; }

.shop-list__item {
  position: relative;
  margin-bottom: 33px;
  width: 360px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: -webkit-box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s;
  transition: box-shadow ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s; }
  .shop-list__item:hover {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); }
    .shop-list__item:hover .shop-list__browser-head {
      fill: #4d4d4d; }
    .shop-list__item:hover .shop-list__description {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }

.shop-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.shop-list__browser-head {
  width: 360px;
  height: 40px;
  fill: rgba(77, 77, 77, 0.12); }

.shop-list__description {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  padding: 30px 60px 42px;
  background-color: #eeeeee;
  -webkit-transform: translateY(200px) scale(0);
          transform: translateY(200px) scale(0);
  -webkit-transition: -webkit-transform ease-in-out 0.8s;
  transition: -webkit-transform ease-in-out 0.8s;
  transition: transform ease-in-out 0.8s;
  transition: transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s; }

.shop-list__title {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase; }

.shop-list__text {
  margin-bottom: 33px;
  line-height: 18px;
  color: #666666;
  text-align: center; }

.shop-list__button {
  color: inherit;
  text-decoration: none;
  padding: 16px 60px;
  color: #ffffff; }

.paginator {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.paginator__item {
  margin-right: 11px; }

.paginator__link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 16px 80px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  background-color: #eeeeee;
  border-radius: 3px; }
  .paginator__link--page {
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center; }
  .paginator__link--current {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 3px #dbdbdb;
            box-shadow: inset 0 0 0 3px #dbdbdb; }
  .paginator__link[href]:hover {
    background-color: #dfdfdf; }
  .paginator__link[href]:active {
    color: rgba(40, 49, 54, 0.3);
    background-color: #d5d5d5;
    -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1); }

.page-footer__wrapper {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.page-footer__invite {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 10px; }

.page-footer__social {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 140px; }

.page-footer__text {
  line-height: 22px; }
  .page-footer__text--big {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700; }

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.social__item:not(:last-child) {
  margin-right: 10px; }

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  background-color: #e1e1e1;
  border-radius: 50%; }
  .social__link:hover {
    background-color: #e74246; }
  .social__link:active {
    background-color: #d7373b; }
    .social__link:active .social__icon {
      fill: rgba(255, 255, 255, 0.3); }

.social__icon {
  margin: auto; }
  .social__icon--vkontakte {
    width: 26px;
    height: 15px; }
  .social__icon--facebook {
    width: 12px;
    height: 22px; }
  .social__icon--instagram {
    width: 21px;
    height: 21px; }

.feedback-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  margin-top: -290px;
  margin-left: -480px;
  padding: 65px 100px 84px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75); }
  .feedback-popup--active {
    display: block;
    -webkit-animation: show-popup 0.6s;
            animation: show-popup 0.6s; }

.feedback-popup__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500; }

.feedback-popup__button-close {
  position: absolute;
  top: 80px;
  right: 90px;
  background: none; }
  .feedback-popup__button-close:hover, .feedback-popup__button-close:focus {
    background: none; }
    .feedback-popup__button-close:hover .feedback-popup__close-cross, .feedback-popup__button-close:focus .feedback-popup__close-cross {
      fill: #fb565a; }
  .feedback-popup__button-close:active {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .feedback-popup__button-close:active .feedback-popup__close-cross {
      fill: rgba(251, 86, 90, 0.1); }

.feedback-popup__close-cross {
  display: block;
  width: 21px;
  height: 21px;
  fill: rgba(251, 86, 90, 0.3); }

@-webkit-keyframes show-popup {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes show-popup {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.feedback-form {
  width: 760px; }

.feedback-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }

.feedback-form__name,
.feedback-form__email {
  width: 360px; }

.feedback-form__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.feedback-form__button {
  padding: 15px 80px;
  font: inherit;
  font-weight: 500; }
