@font-face {
  font-family: "OpenSans";
  src: url("../fonts/opensans.woff2") format("woff2"), url("../fonts/opensans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/opensansbold.woff2") format("woff2"), url("../fonts/opensansbold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.page {
  font-size: 15px;
  line-height: 24px;
  font-family: "OpenSans", "Arial", sans-serif;
  color: #444444;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 0;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
}
.button {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #444444;
  padding-top: 16px;
  padding-bottom: 14px;
  width: 256px;
  text-align: center;
}
.button:hover {
  background-color: #444444;
  color: #ffffff;
}
.button:focus {
  color: rgba(255, 255, 255, 0.3);
}
.button:active {
  color: rgba(255, 255, 255, 0.3);
}
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.page-header__logo {
  margin-left: 116px;
  margin-right: 66px;
  margin-top: 22px;
  height: 40px;
}
.page-header__logo[href] {
  z-index: 10;
}
.page-header__logo[href]:hover {
  opacity: 0.6;
}
.page-header__logo[href]:active {
  opacity: 0.3;
}
.page-header__logo[href]:focus {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .page-header {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-header__logo {
    margin-left: 0;
    margin-right: 170px;
    margin-top: 18px;
  }
  .page-header__logo-image {
    width: 113px;
    height: auto;
  }
}
@media (min-width: 1150px) {
  .page-header {
    position: relative;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 93px;
  }
  .page-header__logo {
    margin-top: -135px;
    margin-left: 450px;
  }
  .page-header__logo-image {
    width: 148px;
  }
}
.main-nav {
  position: relative;
}
/*Класс для открытого с помощью JS меню - не в потоке(как в макете) */
.main-nav__wrapper--opened {
  position: absolute;
  z-index: 1;
  top: -35px;
  left: 0;
}
/*Класс для закрытого с помощью JS меню */
.main-nav__wrapper--closed .main-nav__list {
  top: 10px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.main-nav__wrapper {
  position: relative;
}
.main-nav__toggle {
  background: none;
  border: none;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 32px;
  opacity: 0;
  /* Класс для иконки закрытия меню - реализация с помощью JS*/
  /* Класс для иконки открытия меню - реализация с помощью JS*/
}
.main-nav__toggle--closed {
  background-image: url("../img/icon-menu-close.svg");
  opacity: 1;
}
.main-nav__toggle--opened {
  background-image: url("../img/icon-menu-open.svg");
  opacity: 1;
}
.main-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -272px;
  margin-top: 40px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  z-index: 10;
}
.main-nav__list--site {
  margin-top: 0;
}
.main-nav__list--promo {
  display: none;
}
.main-nav__link {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.main-nav__link:hover {
  opacity: 0.6;
}
.main-nav__link:active {
  opacity: 0.3;
}
.main-nav__linkfocus {
  opacity: 0.3;
}
.main-nav__item {
  background-color: #ffffff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: -1px;
  min-width: 320px;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center;
}
.main-nav__item--search::after {
  display: none;
}
.main-nav__item--search::before {
  display: none;
}
.main-nav__delivery {
  display: none;
}
.main-nav__icon--cart {
  display: none;
}
.main-nav__icon--search {
  display: none;
}
@media (min-width: 768px) {
  .main-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    position: relative;
  }
  .main-nav__toggle {
    display: none;
  }
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .main-nav__list--promo {
    display: none;
  }
  .main-nav__list--catalog {
    margin-top: -5px;
    margin-left: -285px;
    font-size: 15px;
  }
  .main-nav__list--site {
    margin-left: -16px;
  }
  .main-nav__item {
    background: none;
    border-top: none;
    border-bottom: none;
    min-width: 200px;
  }
  .main-nav__item--cart {
    text-align: right;
  }
  .main-nav__item--search {
    position: relative;
  }
  .main-nav__item--search::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background: #ececec;
    top: -7px;
    left: 52px;
  }
  .main-nav__item--search::after {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 90px;
    background: #ececec;
    top: -7px;
    right: 65px;
  }
  .main-nav__item--catalog {
    text-align: left;
    min-width: 167px;
  }
  .main-nav__item--order {
    margin: 0;
    text-align: left;
  }
  .main-nav__delivery {
    display: block;
    position: absolute;
    bottom: 13px;
    right: 0;
    font-size: 15px;
    z-index: 10;
  }
  .main-nav__link--text {
    display: none;
  }
  .main-nav__icon--cart {
    display: block;
    position: absolute;
    right: 212px;
    top: 30px;
  }
  .main-nav__icon--search {
    display: block;
    position: absolute;
    right: 95px;
    top: 32px;
  }
  .main-nav__icon--search:hover {
    fill: #63d1bb;
  }
  .main-nav__link--cart:hover .main-nav__icon--cart {
    fill: #63d1bb;
  }
}
@media (min-width: 1150px) {
  .main-nav__wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-nav__list--promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-right: auto;
    margin-top: 23px;
  }
  .main-nav__list--site {
    margin-left: auto;
  }
  .main-nav__list--catalog {
    margin-left: 0;
    font-size: 17px;
    margin-top: 0;
  }
  .main-nav__delivery {
    position: static;
    margin-left: auto;
    margin-top: 22px;
  }
  .main-nav__item--catalog {
    width: 173px;
  }
  .main-nav__item--order {
    text-align: right;
  }
  .main-nav__item--promo {
    text-align: left;
    padding: 0;
    width: 220px;
  }
  .main-nav__item--search::before {
    height: 93px;
  }
  .main-nav__item--search::after {
    height: 93px;
  }
  .main-nav__icon--cart {
    right: 214px;
    top: 34px;
  }
  .main-nav__icon--search {
    right: 98px;
    top: 35px;
  }
}
.page-main__slogan {
  padding: 0;
  background-image: url("../img/hero-mobile@1x.jpg");
  height: 283px;
  background-position: center -20px;
  background-repeat: no-repeat;
  margin-top: -20px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .page-main__slogan {
    background-image: url("../img/hero-mobile@2x.jpg");
    background-size: auto 283px;
    background-position: center;
  }
}
.page-main__heading {
  padding-top: 72px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 27px;
  line-height: 30px;
  color: #010000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-main__slogan {
    margin-top: -70px;
    background-color: #f9f9f9;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-top: 1px solid #ececec;
    padding-top: 52px;
    height: 700px;
    background-position: center;
    background-image: url("../img/hero-tablet@1x.jpg");
  }
  .page-main__decoration {
    position: absolute;
    background-image: url("../img/bg-zigzag-fill.svg");
    left: 0;
    width: 100%;
    z-index: 20;
    background-position: -4px 0;
    background-size: 775px 30px;
    height: 20px;
    bottom: 0;
    background-repeat: repeat-x;
  }
  .page-main__heading {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    font-size: 43px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .page-main__slogan {
    background-image: url("../img/hero-tablet@2x.jpg");
    background-size: 768px auto;
  }
}
@media (min-width: 1150px) {
  .page-main__slogan {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    padding-top: 45px;
    background-size: 1250px 744px;
    background-image: url("../img/hero-desktop@1x.jpg");
    overflow: hidden;
  }
  .page-main__decoration {
    position: absolute;
    background-image: url("../img/bg-zigzag-fill.svg");
    left: 0;
    width: 100%;
    z-index: 20;
    background-position: 15px 0;
    background-size: 1248px 40px;
    height: 20px;
    bottom: 0;
    background-repeat: repeat-x;
  }
  .page-main__heading {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    font-size: 53px;
    line-height: 57px;
  }
}
@media (min-width: 1150px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1150px) and (min-resolution: 144dpi), (min-width: 1150px) and (min-resolution: 1.5dppx) {
  .page-main__slogan {
    background-image: url("../img/hero-desktop@2x.jpg");
  }
}
.goods {
  margin-top: 0;
  margin-bottom: 27px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 205px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #63d1bb;
}
.goods__item {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 27px 185px 28px 30px;
  position: relative;
  height: 102px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.goods__item--interior {
  background-color: #63d1bb;
}
.goods__item--toys {
  background-color: #56c3b2;
}
.goods__item--toys:hover {
  height: 107px;
}
.goods__item--toys:focus {
  height: 107px;
}
.goods__item--toys:active {
  height: 107px;
}
.goods__item:hover {
  padding-top: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.goods__item:focus {
  color: rgba(255, 255, 255, 0.3);
}
.goods__item:focus .goods__icon {
  opacity: 0.3;
}
.goods__item:active {
  color: rgba(255, 255, 255, 0.3);
}
.goods__item:active .goods__icon {
  opacity: 0.3;
}
.goods__icon--interior {
  position: absolute;
  left: 240px;
  top: 22px;
}
.goods__icon--toy {
  position: absolute;
  left: 230px;
  top: 20px;
}
.goods__link {
  text-decoration: none;
}
@media (min-width: 768px) {
  .goods {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -125px;
    height: 125px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
  }
  .goods__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .goods__item {
    min-width: 334px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    padding-left: 35px;
    min-height: 118px;
  }
  .goods__item:hover {
    min-height: 123px;
    padding-top: 22px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .goods__item:focus {
    min-height: 123px;
    padding-top: 22px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.3);
  }
  .goods__item:focus .goods__icon {
    opacity: 0.3;
  }
  .goods__item:active {
    min-height: 123px;
    padding-top: 22px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    color: rgba(255, 255, 255, 0.3);
  }
  .goods__item:active .goods__icon {
    opacity: 0.3;
  }
  .goods__icon--interior {
    left: 255px;
    top: 30px;
  }
  .goods__icon--toy {
    left: 240px;
    top: 30px;
  }
}
@media (min-width: 1150px) {
  .goods {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -120px;
    margin-bottom: 105px;
  }
  .goods__item {
    min-width: 525px;
  }
  .goods__icon--interior {
    left: 450px;
    top: 30px;
  }
  .goods__icon--toy {
    left: 430px;
    top: 30px;
  }
}
.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.promo {
  margin-bottom: 0;
  background-image: url("../img/bg-zigzag-line.svg");
  background-repeat: repeat-x;
  background-position: 8px 792px;
  padding-bottom: 48px;
  background-size: 320px 7px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.promo__wrapper {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
}
.promo__title {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 10px;
}
.promo__subtitle {
  color: #63d1bb;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
}
.promo__description {
  margin-bottom: 16px;
  padding-right: 10px;
}
.promo__info {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.promo__field {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
  min-width: 100px;
}
.promo__value {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ececec;
  min-width: 160px;
}
.promo__image {
  margin-bottom: 20px;
}
.promo__price {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 68px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .promo {
    margin-top: 30px;
    margin-bottom: 39px;
    background-image: url("../img/bg-zigzag-line.svg");
    background-repeat: repeat-x;
    padding-bottom: 76px;
    background-position: 17px 573px;
    background-size: 768px 17px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .promo__wrapper {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .promo__title {
    margin-left: -2px;
  }
  .promo__subtitle {
    width: 80px;
    margin-left: 140px;
    margin-top: 22px;
    text-align: center;
    line-height: 17px;
  }
  .promo__wrapper-info {
    width: 335px;
    margin-top: 15px;
  }
  .promo__description {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    width: 290px;
    margin-bottom: 35px;
    margin-top: 14px;
  }
  .promo__field {
    min-width: 95px;
  }
  .promo__price {
    margin-right: auto;
    min-width: 600px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 33px;
    margin-top: -112px;
  }
  .promo__order {
    margin-right: auto;
    width: 285px;
    margin-top: -55px;
  }
  .promo__image-wrapper {
    margin-top: 40px;
    width: 333px;
    height: 403px;
    background-color: #ececec;
    margin-left: 0;
  }
  .promo__image {
    width: 333px;
    height: 403px;
  }
}
@media (min-width: 1150px) {
  .promo {
    margin-bottom: 60px;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/bg-zigzag-line.svg");
    padding-bottom: 95px;
    background-size: 1050px 25px;
    background-position: 23px bottom;
  }
  .promo__wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  .promo__wrapper-info {
    margin-top: 20px;
    margin-left: 176px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .promo__title {
    width: 600px;
    margin-left: 42px;
    z-index: 5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    margin-top: 12px;
  }
  .promo__description {
    width: 290px;
    margin-bottom: 45px;
    margin-top: 17px;
  }
  .promo__subtitle {
    width: 90px;
    margin-left: 37px;
    margin-top: 27px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .promo__image-wrapper {
    width: 526px;
    height: 637px;
    margin-left: 12px;
    margin-top: -125px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .promo__image {
    width: 526px;
    height: 637px;
  }
  .promo__price {
    margin-top: -110px;
    margin-left: 180px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .promo__order {
    width: 289px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 175px;
    margin-top: -53px;
  }
}
.about-us {
  margin-bottom: 37px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.about-us__wrapper {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
}
.about-us__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-us__item {
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  padding: 65px 50px 18px 2px;
}
.about-us__item--ecology {
  background-image: url("../img/icon-feature-flower.svg");
  background-position: 10px 10px;
}
.about-us__item--prices {
  background-image: url("../img/icon-feature-money.svg");
  background-position: 2px 12px;
}
.about-us__item--likes {
  background-image: url("../img/icon-feature-heart.svg");
  background-position: 10px 17px;
  padding-right: 65px;
}
.about-us__item--nice {
  background-image: url("../img/icon-feature-ball.svg");
  background-position: 5px 15px;
}
.about-us__item--domestic {
  background-image: url("../img/icon-feature-rocket.svg");
  background-position: -2px 15px;
  padding-right: 0;
}
.about-us__item--package {
  background-image: url("../img/icon-feature-gift.svg");
  background-position: 5px 15px;
}
@media (min-width: 768px) {
  .about-us {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
  .about-us__wrapper {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us__title {
    margin-left: -3px;
    margin-bottom: 38px;
  }
  .about-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-us__item {
    font-size: 20px;
    line-height: 22px;
    width: 334px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 29px;
  }
  .about-us__item--ecology {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .about-us__item--prices {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 80px;
  }
  .about-us__item--likes {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-right: 120px;
  }
  .about-us__item--nice {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-us__item--domestic {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about-us__item--package {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1150px) {
  .about-us {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }
  .about-us__wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us__list {
    margin-left: 174px;
    margin-right: 176px;
  }
  .about-us__item {
    width: 350px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-us__item--package {
    padding-right: 80px;
  }
  .about-us__item--prices {
    padding-right: 90px;
  }
  .about-us__title {
    margin-left: 170px;
  }
}
.reviews {
  margin-bottom: 20px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/bg-zigzag-line.svg");
  background-repeat: repeat-x;
  padding-bottom: 65px;
  background-position: 8px 620px;
  background-size: 320px 7px;
}
.reviews__wrapper {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
}
.reviews__text {
  line-height: 30px;
  margin-bottom: 30px;
  padding-left: 2px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviews__author-name {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  font-style: normal;
}
.reviews__author-instagram {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #444444;
  font-style: normal;
  text-decoration: none;
  padding-left: 4px;
}
.reviews__item {
  margin: 0 0 30px;
}
.reviews__toggle {
  background: none;
  border: 1px solid #ececec;
  background-repeat: no-repeat;
  width: 132px;
  height: 50px;
  background-position: center;
  margin-bottom: 38px;
  margin-right: 0;
  outline: none;
}
.reviews__toggle--backward {
  background-image: url("../img/icon-left-arrow.svg");
}
.reviews__toggle--forward {
  background-image: url("../img/icon-right-arrow.svg");
  margin-left: -3px;
}
.reviews__toggle:hover {
  opacity: 0.6;
}
.reviews__toggle:active {
  opacity: 0.3;
}
.reviews__toggle:focus {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .reviews {
    width: 100%;
    background-image: url("../img/bg-zigzag-line.svg");
    background-repeat: repeat-x;
    padding-bottom: 1px;
    background-position: 15px 525px;
    background-size: 768px 17px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .reviews__wrapper {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    min-height: 456px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 105px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url("../img/review@1x.jpg");
    background-size: 350px 456px;
    background-repeat: no-repeat;
    position: relative;
  }
  .reviews__title {
    margin-left: -5px;
    margin-bottom: 47px;
  }
  .reviews__text {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 57px;
    padding-left: 0;
  }
  .reviews__write {
    position: absolute;
    right: 50px;
    top: 77px;
    width: 171px;
  }
  .reviews__author-name {
    font-size: 18px;
    padding-left: 0;
  }
  .reviews__author-instagram {
    display: inline-block;
    margin-top: 5px;
    padding-left: 0;
  }
  .reviews__toggle {
    position: absolute;
    margin-bottom: 0;
    border: none;
  }
  .reviews__toggle--backward {
    right: 115px;
    bottom: 48px;
  }
  .reviews__toggle--forward {
    right: 30px;
    bottom: 48px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .reviews__wrapper {
    background-image: url("../img/review@2x.jpg");
  }
}
@media (min-width: 1150px) {
  .reviews {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/bg-zigzag-line.svg");
    background-repeat: repeat-x;
    padding-bottom: 1px;
    margin-bottom: 63px;
    background-size: 1050px 25px;
    background-position: 28px 525px;
  }
  .reviews__wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 175px;
    margin-bottom: 100px;
    padding-top: 28px;
  }
  .reviews__text {
    margin-bottom: 36px;
    width: 770px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reviews__write {
    top: 80px;
    right: 0;
  }
  .reviews__title {
    margin-bottom: 50px;
  }
  .reviews__author-name {
    font-size: 17px;
    padding-top: 5px;
  }
  .reviews__toggle--backward {
    right: 65px;
    bottom: 95px;
  }
  .reviews__toggle--forward {
    right: -25px;
    bottom: 95px;
  }
}
.contacts {
  margin-bottom: 40px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.contacts__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
}
.contacts__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.contacts__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__info {
  margin-left: 30px;
  margin-right: 30px;
  line-height: 30px;
  margin-bottom: 21px;
}
.contacts__field {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 15px;
  min-width: 76px;
  vertical-align: top;
}
.contacts__value {
  margin: 0;
  padding: 12px 0 15px;
  min-width: 182px;
  vertical-align: bottom;
  position: relative;
}
.contacts__value--email::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 180px;
  top: 42px;
  left: 2px;
  background-color: #46c1ae;
}
.contacts__value--email:hover {
  color: #46c1ae;
}
.contacts__value--email:active::after {
  opacity: 0.3;
}
.contacts__value--email:focus::after {
  opacity: 0.3;
}
.contacts__value--email:active {
  opacity: 0.3;
}
.contacts__value--email:focus {
  opacity: 0.3;
}
.contacts__map-wrapper {
  margin-bottom: 31px;
  position: relative;
}
.contacts__map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contacts__map-iframe {
  width: 100%;
}
.contacts__write {
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .contacts {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
  }
  .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 30px;
    margin-left: 47px;
    margin-bottom: 43px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contacts__value--email::after {
    width: 200px;
  }
  .contacts__title {
    font-size: 43px;
    line-height: 50px;
    padding-left: 0;
    margin-left: 47px;
    margin-bottom: 36px;
    position: relative;
  }
  .contacts__title::before {
    content: "";
    position: absolute;
    background-image: url("../img/icon-flag.svg");
    background-repeat: no-repeat;
    width: 45px;
    height: 90px;
    bottom: -24px;
    right: 56px;
  }
  .contacts__email {
    width: 300px;
    margin-right: 30px;
    padding-left: 3px;
    padding-top: 3px;
  }
  .contacts__adress {
    width: 334px;
    padding-left: 3px;
    padding-top: 3px;
  }
  .contacts__write {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 227px;
  }
  .contacts__map {
    width: 768px;
    height: 458px;
  }
  .contacts__map-wrapper {
    width: 768px;
    height: 458px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1150px) {
  .contacts {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .contacts__wrapper {
    width: 925px;
    margin-left: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 500px;
  }
  .contacts__title {
    width: 250px;
    font-size: 53px;
    line-height: 57px;
    margin-top: 70px;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 33px;
  }
  .contacts__title::before {
    top: -10px;
    left: -105px;
    bottom: auto;
    right: auto;
  }
  .contacts__info {
    display: block;
    padding-left: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    margin: 0;
  }
  .contacts__map-wrapper {
    width: 525px;
    height: 457px;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .contacts__map {
    width: 525px;
    height: 457px;
  }
  .contacts__email {
    width: 300px;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    padding-top: 4px;
  }
  .contacts__adress {
    width: 300px;
    margin: 0;
    padding: 0;
  }
  .contacts__write {
    margin-left: 5px;
    margin-right: 0;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 44px;
  }
}
.page-footer {
  background-color: #f1f1f1;
  padding-top: 5px;
  min-height: 161px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}
.page-footer__wrapper {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.page-footer__social {
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid #ececec;
}
.page-footer__logo-image {
  display: none;
}
@media (min-width: 768px) {
  .page-footer__wrapper {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    padding-top: 45px;
  }
  .page-footer__logo-image {
    margin-top: 0;
    display: block;
    margin-right: 40px;
  }
  .page-footer__logo[href]:hover .page-footer__logo-image {
    fill: #46c1ae;
  }
  .page-footer__logo[href]:active .page-footer__logo-image {
    fill: #46c1ae;
    opacity: 0.3;
  }
  .page-footer__logo[href]:focus .page-footer__logo-image {
    fill: #46c1ae;
    opacity: 0.3;
  }
}
@media (min-width: 1150px) {
  .page-footer__wrapper {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-footer__logo-image {
    margin-top: 5px;
    margin-right: 232px;
  }
}
.social__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social__link {
  display: inline-block;
  background-repeat: no-repeat;
  width: 25px;
  height: 40px;
  background-position: center;
}
.social__link--instagram {
  background-image: url("../img/icon-insta.svg");
}
.social__link--instagram:hover {
  background-image: url("../img/icon-insta-blue.svg");
}
.social__link--facebook {
  background-image: url("../img/icon-fb.svg");
  background-position: 5px 5px;
}
.social__link--facebook:hover {
  background-image: url("../img/icon-fb-blue.svg");
}
.social__link--twitter {
  background-image: url("../img/icon-twitter.svg");
  margin-right: 47px;
}
.social__link--twitter:hover {
  background-image: url("../img/icon-twitter-blue.svg");
}
.social__link:focus {
  opacity: 0.3;
}
.social__link:active {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .social__list {
    width: 188px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4px;
  }
}
@media (min-width: 1150px) {
  .social__list {
    width: 190px;
    margin-top: 5px;
    margin-right: 190px;
  }
}
.copyright {
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  color: #000000;
  width: 265px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
.copyright__logo-htmlacademy {
  position: absolute;
  right: 12px;
  top: -5px;
}
.copyright:hover .copyright__logo-htmlacademy {
  fill: #46c1ae;
}
.copyright:active {
  opacity: 0.3;
}
.copyright:focus {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .copyright {
    width: 145px;
    margin-top: 15px;
  }
  .copyright__logo-htmlacademy {
    right: -50px;
  }
}
@media (min-width: 1150px) {
  .copyright {
    margin-top: 15px;
  }
}
.catalog-main__title-wrapper {
  background-color: #f1f1f1;
  padding-top: 55px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 28px;
}
.catalog-main__title {
  font-size: 27px;
  line-height: 30px;
  color: #010000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .catalog-main__title-wrapper {
    margin-top: -72px;
    padding-top: 70px;
    margin-bottom: 70px;
    background-image: url("../img/bg-zigzag-fill.svg");
    background-repeat: repeat-x;
    padding-bottom: 60px;
    background-position: 0 214px;
    background-size: 768px 30px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-main__title {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (min-width: 1150px) {
  .catalog-main__title-wrapper {
    margin-top: -56px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: 127px;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-position: 0 234px;
    background-size: 1150px 40px;
  }
  .catalog-main__title {
    font-size: 53px;
    line-height: 57px;
  }
}
.catalog-goods__list {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
.catalog-goods__item {
  padding: 0;
  margin: 0 0 30px 4px;
  position: relative;
}
.catalog-goods__item:hover .catalog-goods__info-wrapper {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.catalog-goods__item:active .catalog-goods__info-wrapper {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.catalog-goods__item:focus .catalog-goods__info-wrapper {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.catalog-goods__link-title {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.catalog-goods__image {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 195px;
}
.catalog-goods__link-image {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 195px;
  display: block;
}
.catalog-goods__title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  padding-left: 27px;
  padding-top: 9px;
  padding-bottom: 0;
}
.catalog-goods__info {
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #444444;
  margin: 0;
  padding: 0 0 0 30px;
  margin-left: -3px;
  margin-top: -12px;
  position: relative;
}
.catalog-goods__info-wrapper {
  border: 1px solid #ededed;
  margin-top: 0;
  width: 258px;
}
.catalog-goods__price {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  padding-left: 27px;
  padding-bottom: 11px;
  margin-top: 42px;
  position: relative;
}
.catalog-goods__price::after {
  content: "";
  position: absolute;
  background-color: #ededed;
  width: 200px;
  height: 1px;
  bottom: 57px;
  left: 28px;
}
.catalog-goods__icon-cart {
  position: absolute;
  right: 28px;
  bottom: 31px;
}
.catalog-goods__price-cart:hover .catalog-goods__icon-cart {
  fill: #63d1bb;
}
.catalog-goods__price-cart:focus .catalog-goods__icon-cart {
  fill: #d0f1ea;
  opacity: 0.3;
}
.catalog-goods__price-cart:active .catalog-goods__icon-cart {
  fill: #d0f1ea;
  opacity: 0.3;
}
.catalog-goods__price-cart:hover .catalog-goods__price {
  opacity: 0.6;
}
.catalog-goods__price-cart:focus .catalog-goods__price {
  opacity: 0.3;
}
.catalog-goods__price-cart:active .catalog-goods__price {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .catalog-goods {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-goods__list {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-goods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 54px;
    min-height: 334px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catalog-goods__link-image {
    display: block;
    width: 334px;
    height: 334px;
    background-color: #e6e5e3;
  }
  .catalog-goods__link-title:hover {
    opacity: 0.6;
  }
  .catalog-goods__link-title:focus {
    opacity: 0.3;
  }
  .catalog-goods__link-title:active {
    opacity: 0.3;
  }
  .catalog-goods__image {
    width: 334px;
    height: 334px;
  }
  .catalog-goods__title {
    font-size: 20px;
    margin-top: 15px;
  }
  .catalog-goods__info-wrapper {
    width: 333px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-goods__info {
    font-size: 15px;
    margin-top: -16px;
  }
  .catalog-goods__price-cart {
    margin-top: auto;
  }
  .catalog-goods__price {
    font-size: 17px;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .catalog-goods__price::after {
    width: 270px;
    left: 30px;
    bottom: 48px;
  }
  .catalog-goods__icon-cart {
    left: 615px;
    bottom: 32px;
  }
}
@media (min-width: 1150px) {
  .catalog-goods {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-goods__list {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-goods__image {
    width: 318px;
    height: 462px;
  }
  .catalog-goods__link-image {
    width: 318px;
    min-height: 462px;
  }
  .catalog-goods__info-wrapper {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: auto;
    min-height: 195px;
  }
  .catalog-goods__price-cart {
    margin-top: auto;
    margin-bottom: 0;
  }
  .catalog-goods__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 659px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-goods__icon-cart {
    left: 265px;
    bottom: 32px;
  }
}
.production {
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.production__wrapper {
  padding-top: 10px;
  border: 1px solid #ededed;
  margin-left: 4px;
}
.production__wrapper:hover {
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.production__wrapper:active {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.production__wrapper:focus {
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.production__title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  padding-left: 90px;
  background-image: url("../img/icon-video.svg");
  background-position: 33px 5px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  width: 140px;
}
.production__info {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #444444;
  padding-left: 34px;
  padding-right: 40px;
  margin-bottom: 24px;
}
.production__order {
  width: 187px;
  margin-left: 33px;
  margin-bottom: 30px;
}
.production__video-wrapper {
  margin-bottom: 25px;
  width: 260px;
  height: 151px;
  position: relative;
  background-image: url("../img/video-mobile@1x.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .production__video-wrapper {
    background-image: url("../img/video-mobile@2x.jpg");
    background-size: 260px auto;
  }
}
.production__play {
  position: absolute;
  border: none;
  background: none;
  left: 72px;
  bottom: 32px;
  outline: none;
}
.production__play:hover {
  left: 62px;
  bottom: 25px;
}
.production__play:hover .production__play-icon {
  width: 120px;
  height: 91px;
}
.production__play:active .production__play-icon {
  width: 80px;
  height: 60px;
  opacity: 0.3;
}
.production__play:active {
  left: 82px;
  bottom: 40px;
}
.production__play:focus .production__play-icon {
  width: 80px;
  height: 60px;
  opacity: 0.3;
}
.production__play:focus {
  left: 82px;
  bottom: 40px;
}
@media (min-width: 768px) {
  .production {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    margin-top: -15px;
  }
  .production__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 12px;
  }
  .production__title {
    width: 250px;
    font-size: 20px;
    margin-left: 11px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-position: 28px -4px;
    margin-bottom: 8px;
  }
  .production__order {
    width: 581px;
    margin-right: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 38px;
  }
  .production__video-wrapper {
    width: 664px;
    height: 455px;
    background-color: #dfddde;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
    background-image: url("../img/video-tablet@1x.jpg");
  }
  .production__info {
    font-size: 15px;
    line-height: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 33px;
  }
  .production__play {
    left: 275px;
    bottom: 185px;
  }
  .production__play:hover {
    left: 265px;
    bottom: 177px;
  }
  .production__play:active {
    left: 285px;
    bottom: 193px;
  }
  .production__play:focus {
    left: 285px;
    bottom: 193px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
  .production__video-wrapper {
    background-image: url("../img/video-tablet@2x.jpg");
    background-size: 668px auto;
  }
}
@media (min-width: 1150px) {
  .production {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .production__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    height: 456px;
    margin-left: 0;
  }
  .production__video-wrapper {
    width: 683px;
    height: 456px;
    margin: 0;
    background-image: url("../img/video-desktop@1x.jpg");
  }
  .production__info {
    width: 226px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 10px;
    padding-top: 5px;
  }
  .production__order {
    padding-bottom: 17px;
    margin-top: 47px;
    margin-left: 57px;
    height: 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 229px;
    padding-top: 14px;
  }
  .production__title {
    width: 155px;
    margin-top: 48px;
    padding-left: 0;
    margin-left: 54px;
    padding-top: 48px;
    background-position: 3px -6px;
  }
  .production__play {
    left: 285px;
    bottom: 185px;
  }
  .production__play:hover {
    left: 275px;
    bottom: 177px;
  }
  .production__play:active {
    left: 295px;
    bottom: 193px;
  }
  .production__play:focus {
    left: 295px;
    bottom: 193px;
  }
}
@media (min-width: 1150px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1150px) and (min-resolution: 144dpi), (min-width: 1150px) and (min-resolution: 1.5dppx) {
  .production__video-wrapper {
    background-image: url("../img/video-desktop@2x.jpg");
    background-size: 683px auto;
  }
}
.form-main {
  margin-top: 15px;
}
.form-main__title-wrapper {
  background-color: #f1f1f1;
  padding-top: 55px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.form-main__title {
  font-size: 27px;
  line-height: 30px;
  color: #010000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .form-main__title-wrapper {
    margin-top: -85px;
    padding-top: 65px;
    margin-bottom: 65px;
    background-image: url("../img/bg-zigzag-fill.svg");
    background-repeat: repeat-x;
    padding-bottom: 58px;
    background-position: 0 210px;
    background-size: 768px 30px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-main__title {
    font-size: 43px;
    line-height: 50px;
    font-weight: 700;
  }
}
@media (min-width: 1150px) {
  .form-main__title-wrapper {
    margin-top: -55px;
    padding-top: 58px;
    padding-bottom: 88px;
    margin-bottom: 105px;
    background-position: 0 240px;
    background-size: 1150px 40px;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-main__title {
    font-size: 53px;
    line-height: 57px;
    font-weight: 700;
  }
}
.form {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
.form__promo {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 23px;
  padding-left: 30px;
  padding-right: 40px;
}
.form__list {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 92px;
}
.form__list--username {
  padding-left: 30px;
  margin-bottom: 37px;
}
.form__item {
  margin-bottom: 13px;
}
.form__item--color {
  margin-bottom: 37px;
}
.form__item--username {
  margin-bottom: 22px;
}
.form__type {
  margin-bottom: 40px;
}
.form__title {
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  color: #63d1bb;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.form__title--username {
  margin-bottom: 25px;
}
.form__title--username::after {
  content: "";
  position: absolute;
  background-color: #63d1bb;
  height: 1px;
  width: 198px;
  left: 62px;
  top: 9px;
}
.form__title--tel {
  margin-bottom: 10px;
  margin-left: 0;
}
.form__title--tel::after {
  content: "";
  position: absolute;
  background-color: #63d1bb;
  height: 1px;
  width: 198px;
  left: 62px;
  top: 9px;
}
.form__title--email {
  margin-bottom: 10px;
  margin-left: 0;
}
.form__title--email::after {
  content: "";
  position: absolute;
  background-color: #63d1bb;
  height: 1px;
  width: 177px;
  left: 82px;
  top: 7px;
}
.form__title--additional {
  margin-bottom: 23px;
}
.form__title--additional::after {
  content: "";
  position: absolute;
  background-color: #63d1bb;
  height: 1px;
  width: 198px;
  left: 62px;
  top: 5px;
}
.form__title--color {
  margin-bottom: 32px;
}
.form__input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.form__input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.form__input:-moz-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.form__input:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.form__input--username {
  min-width: 260px;
  border: none;
  font-size: 17px;
  line-height: 18px;
  padding-top: 79px;
  padding-bottom: 14px;
  padding-top: 13px;
  position: relative;
  border-bottom: 2px solid #444444;
}
.form__input--username:hover {
  border-bottom-color: #62d1ba;
}
.form__input--username:active {
  border-bottom-color: #62d1ba;
}
.form__input--username:focus {
  border-bottom-color: #62d1ba;
}
.form__input--tel {
  min-width: 260px;
  border: none;
  font-size: 17px;
  line-height: 18px;
  padding-top: 79px;
  padding-bottom: 14px;
  padding-top: 13px;
  background-image: url("../img/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: 230px 5px;
  border-bottom: 2px solid #444444;
}
.form__input--tel:hover {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-phone-blue.svg");
}
.form__input--tel:active {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-phone-blue.svg");
}
.form__input--tel:focus {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-phone-blue.svg");
}
.form__input--email {
  min-width: 260px;
  border: none;
  font-size: 17px;
  line-height: 18px;
  padding-top: 79px;
  padding-bottom: 14px;
  padding-top: 13px;
  background-image: url("../img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: 227px 5px;
  border-bottom: 2px solid #444444;
}
.form__input--email:hover {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-mail-blue.svg");
}
.form__input--email:active {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-mail-blue.svg");
}
.form__input--email:focus {
  border-bottom-color: #62d1ba;
  background-image: url("../img/icon-mail-blue.svg");
}
.form__input--additional {
  font-size: 17px;
  line-height: 18px;
  padding-top: 18px;
  margin-left: 30px;
  padding-left: 17px;
  padding-right: 8px;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #444444;
  resize: none;
}
.form__input--additional:hover {
  border-color: #62d1ba;
}
.form__input--additional:active {
  border-color: #62d1ba;
  outline: none;
}
.form__input--additional:focus {
  border-color: #62d1ba;
  outline: none;
}
.form__input:active {
  outline: none;
}
.form__input:focus {
  outline: none;
}
.form__label {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  color: #000000;
  position: relative;
}
.form__label--type::before {
  content: "";
  width: 35px;
  height: 35px;
  border: 2px solid #444444;
  border-radius: 40px;
  position: absolute;
  left: -60px;
  top: -5px;
}
.form__label--type:hover::before {
  border-color: #62d1ba;
}
.form__label--type:active::before {
  border-color: #c7c7c7;
}
.form__label--type:focus::before {
  border-color: #c7c7c7;
}
.form__label--color::before {
  content: "";
  width: 35px;
  height: 35px;
  border: 2px solid #444444;
  position: absolute;
  left: -60px;
  top: -7px;
}
.form__label--color:hover::before {
  border-color: #62d1ba;
}
.form__label--color:active::before {
  border-color: #c7c7c7;
}
.form__label--color:focus::before {
  border-color: #c7c7c7;
}
.form__label--type::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 40px;
  background-color: #62d1ba;
  position: absolute;
  left: -50px;
  top: 5px;
  display: none;
}
.form__label--color::after {
  content: url("../img/icon-tick-small.svg");
  position: absolute;
  left: -55px;
  top: 5px;
  display: none;
}
.form__color-wrapper {
  margin-bottom: 40px;
}
.form__tel {
  margin-top: -6px;
  padding-bottom: 4px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.form__email {
  margin-bottom: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
}
.form__additional {
  margin-bottom: 5px;
}
.form__warning {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 31px;
  margin-left: 30px;
}
.form__submit {
  background-color: #ffffff;
  width: 260px;
  margin-left: 30px;
  padding-bottom: 12px;
  cursor: pointer;
}
.form__input--type:checked ~ .form__label--type::after {
  display: block;
}
.form__input--color:checked ~ .form__label--color::after {
  display: block;
}
.form__item--username:hover .form__label--username::after {
  background-color: #62d1ba;
}
.form__item--username:focus .form__label--username::after {
  background-color: #62d1ba;
}
.form__item--username:active .form__label--username::after {
  background-color: #62d1ba;
}
@media (min-width: 768px) {
  .form {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .form__promo {
    display: block;
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    padding-right: 20px;
    margin-bottom: 70px;
  }
  .form__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 22px;
    margin-bottom: 15px;
  }
  .form__color-wrapper {
    background-color: #f1f1f1;
    min-height: 302px;
    margin-top: 0;
  }
  .form__tel-email-wrapper {
    background-color: #f1f1f1;
    min-height: 228px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 67px;
    margin-top: -23px;
    margin-bottom: 48px;
  }
  .form__color {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 65px;
    margin-left: 20px;
    margin-bottom: 70px;
  }
  .form__item--type {
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 0;
  }
  .form__item--color {
    width: 210px;
    margin-bottom: 52px;
  }
  .form__item--username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
    margin-bottom: 38px;
  }
  .form__item--tel {
    background-color: rgba(0, 0, 0, 0);
  }
  .form__label {
    font-size: 19px;
    line-height: 19px;
    margin-left: 0;
    padding-left: 0;
  }
  .form__label--type::before {
    width: 47px;
    height: 47px;
    top: -11px;
    left: -80px;
  }
  .form__label--type::after {
    width: 25px;
    height: 25px;
    top: 2px;
    left: -67px;
  }
  .form__label--color::before {
    width: 49px;
    height: 49px;
    left: -80px;
    top: -10px;
  }
  .form__label--color::after {
    content: url("../img/icon-tick.svg");
    left: -70px;
    top: 5px;
  }
  .form__label--username {
    margin-right: 25px;
  }
  .form__title--additional {
    padding-top: 12px;
  }
  .form__list--type {
    margin-left: 0;
    padding-left: 78px;
  }
  .form__list--color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    padding-left: 205px;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 470px;
  }
  .form__list--username {
    padding-left: 0;
  }
  .form__title {
    width: 167px;
    text-align: left;
  }
  .form__title--username::after {
    display: none;
  }
  .form__title--tel::after {
    display: none;
  }
  .form__title--email {
    padding-top: 15px;
  }
  .form__title--email::after {
    display: none;
  }
  .form__title--additional::after {
    display: none;
  }
  .form__username {
    min-width: 600px;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .form__tel {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin-left: 20px;
    width: 700px;
    margin-bottom: 18px;
  }
  .form__email {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin-left: 20px;
    width: 700px;
  }
  .form__additional {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    margin-right: 0;
    min-width: 700px;
    margin-bottom: 60px;
  }
  .form__input {
    padding-left: 15px;
    font-size: 19px;
  }
  .form__input--username {
    min-width: 300px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
  }
  .form__input--tel {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 0;
    min-width: 300px;
    background-position: 450px -2px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
  }
  .form__input--email {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-position: 445px 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  .form__input--additional {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 0;
  }
  .form__footer {
    width: 668px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -26px;
  }
  .form__warning {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 17px;
    line-height: 30px;
  }
  .form__submit {
    width: 230px;
    margin-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    height: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -5px;
  }
}
@media (min-width: 1150px) {
  .form {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .form__promo {
    display: block;
    width: 700px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 225px;
    margin-right: auto;
  }
  .form__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    margin-left: 85px;
  }
  .form__title {
    width: 110px;
  }
  .form__title--email {
    padding-top: 8px;
  }
  .form__title--additional {
    padding-top: 15px;
  }
  .form__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    margin-left: 85px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .form__color-wrapper {
    padding-bottom: 0;
    min-height: 230px;
    margin-bottom: 63px;
  }
  .form__item--color {
    width: 190px;
  }
  .form__item--username {
    width: 700px;
  }
  .form__input--tel {
    background-position: 670px -2px;
  }
  .form__input--email {
    padding-top: 5px;
    background-position: 665px 3px;
  }
  .form__input--additional {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .form__list--type {
    padding-left: 80px;
  }
  .form__list--color {
    margin-left: 0;
    padding-left: 80px;
    padding-top: 0;
    width: 795px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  .form__username {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 175px;
    padding-left: 0;
    margin-left: 85px;
  }
  .form__tel {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 61px;
    padding-right: 175px;
    margin-bottom: 28px;
  }
  .form__footer {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 175px;
    padding-right: 175px;
    margin-bottom: -33px;
  }
  .form__additional {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 0;
    margin-left: 85px;
    padding-right: 210px;
    margin-bottom: 54px;
  }
  .form__email {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-left: 61px;
    padding-right: 175px;
  }
  .form__input--username {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .form__submit {
    width: 230px;
    margin-left: 0;
    padding-bottom: 7px;
    padding-top: 7px;
    height: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -3px;
  }
}
.section-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 43px;
    line-height: 50px;
  }
}
@media (min-width: 1150px) {
  .section-title {
    font-size: 53px;
    line-height: 57px;
  }
}
.add-cart {
  display: none;
}
.add-cart--show {
  display: block;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
}
.add-cart__wrapper {
  position: absolute;
  top: 1200px;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.add-cart__wrapper-catalog {
  position: absolute;
  top: 1150px;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  -webkit-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.add-cart__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 34px;
}
.add-cart__text {
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.add-cart__label {
  display: inline-block;
  width: 79px;
  height: 48px;
  border: 2px solid #ececec;
  text-align: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 34px;
  margin-right: 7px;
}
.add-cart__label:hover {
  border-color: #c7c7c7;
}
.add-cart__label:nth-of-type(3) {
  margin-right: 0;
}
.add-cart__input:checked + .add-cart__label {
  border-color: #62d1ba;
}
.add-cart__button {
  background-color: #63d1bb;
  color: #ffffff;
  border: none;
  width: 260px;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .add-cart--show {
    width: 569px;
    margin-left: auto;
    margin-right: auto;
  }
  .add-cart__wrapper {
    top: 1300px;
    width: 569px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 105px;
    padding-right: 105px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: none;
    border-bottom: none;
  }
  .add-cart__wrapper-catalog {
    top: 1100px;
    width: 569px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 105px;
    padding-right: 105px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: none;
    border-bottom: none;
  }
  .add-cart__title {
    font-size: 30px;
    line-height: 57px;
    padding-top: 50px;
  }
  .add-cart__label {
    width: 110px;
  }
  .add-cart__button {
    width: 355px;
  }
}
@media (min-width: 1150px) {
  .add-cart {
    width: 566px;
  }
  .add-cart__wrapper-catalog {
    top: 800px;
    width: 566px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 105px;
    padding-right: 105px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.5);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: none;
    border-bottom: none;
  }
}
