.visualy-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
textarea {
  resize: none;
}
.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 17px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #444;
  background: #fff;
  border: 2px solid #444;
  outline: none;
  transition: color .3s ease, background .3s ease;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
  background: #444;
}
.btn:active {
  color: rgba(255, 255, 255, 0.2);
  background: #444;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans.woff') format('woff'), url('../fonts/ opensans.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensansbold.woff') format('woff'), url('../fonts/ opensansbold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
.header {
  min-width: 320px;
}
@media (min-width: 768px) {
  .header {
    position: relative;
    min-height: 70px;
  }
}
.header__logo {
  height: 85px;
}
@media (min-width: 768px) {
  .header__logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
  }
}
.header__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .header__wrapper {
    margin: 0 auto;
    width: 668px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 768px;
  }
}
@media (min-width: 1150px) {
  .header__wrapper {
    width: 1050px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 1150px;
  }
}
.about-as__wrapper {
  margin: 0 auto;
  width: 260px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .about-as__wrapper {
    width: 668px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1150px) {
  .about-as__wrapper {
    width: 1050px;
    padding-bottom: 35px;
  }
}
.about-as__title {
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .about-as__title {
    font-size: 43px;
    margin-top: 59px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1150px) {
  .about-as__title {
    font-size: 53px;
    margin-left: 175px;
    margin-top: 75px;
    margin-bottom: 23px;
  }
}
.about-as__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
}
@media (min-width: 768px) {
  .about-as__list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
  }
}
@media (min-width: 1150px) {
  .about-as__list {
    margin-left: 175px;
  }
}
.about-as__list-item {
  position: relative;
  padding-top: 55px;
  padding-bottom: 28px;
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 768px) {
  .about-as__list-item {
    width: 50%;
    padding-bottom: 56px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1150px) {
  .about-as__list-item {
    width: 350px;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 50px;
  }
}
.about-as__list-item--eco::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  display: block;
  width: 32px;
  height: 37.3px;
  background: url(../img/icon-feature-1.svg) no-repeat 50% 50%;
  background-size: 32px 37.3px;
}
.about-as__list-item--price::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 46.5px;
  height: 27.3px;
  background: url(../img/icon-feature-3.svg) no-repeat 50% 50%;
  background-size: 46.5px 27.3px;
}
.about-as__list-item--likes::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 33px;
  height: 27.9px;
  background: url(../img/icon-feature-5.svg) no-repeat 50% 50%;
  background-size: 33px 27.9px;
}
.about-as__list-item--handmade::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 34.3px;
  height: 34.3px;
  background: url(../img/icon-feature-2.svg) no-repeat 50% 50%;
  background-size: 34.3px;
}
.about-as__list-item--native::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -5px;
  display: block;
  width: 54.1px;
  height: 23.2px;
  background: url(../img/icon-feature-4.svg) no-repeat 50% 50%;
  background-size: 54.1px 23.2px;
}
.about-as__list-item--giftwrap::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 32.7px;
  height: 32.5px;
  background: url(../img/icon-feature-6.svg) no-repeat 50% 50%;
  background-size: 32.7px 32.5px;
}
@media (min-width: 768px) {
  .about-as__list-item--eco {
    -ms-flex-order: 0;
        order: 0;
  }
  .about-as__list-item--price {
    -ms-flex-order: 2;
        order: 2;
  }
  .about-as__list-item--likes {
    -ms-flex-order: 4;
        order: 4;
  }
  .about-as__list-item--handmade {
    -ms-flex-order: 1;
        order: 1;
  }
  .about-as__list-item--native {
    -ms-flex-order: 3;
        order: 3;
  }
  .about-as__list-item--giftwrap {
    -ms-flex-order: 5;
        order: 5;
  }
}
.catalog-item {
  margin-top: 30px;
  border: 1px solid #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 27px;
}
.catalog-item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.catalog-item:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .catalog-item {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0;
    margin-top: 54px;
  }
}
@media (min-width: 1150px) {
  .catalog-item {
    width: 315px;
    height: 660px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 768px) {
  .catalog-item__description {
    padding-left: 37px;
    padding-right: 37px;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (min-width: 1150px) {
  .catalog-item__description {
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .catalog-item__photo {
    width: 50%;
  }
}
@media (min-width: 1150px) {
  .catalog-item__photo {
    height: 465px;
    width: 100%;
  }
}
.catalog-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.catalog-item__title {
  font-size: 17px;
  text-align: left;
  width: 204px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.catalog-item__title:hover {
  opacity: .6;
}
.catalog-item__title:active {
  opacity: .3;
}
@media (min-width: 768px) {
  .catalog-item__title {
    text-align: left;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 304px;
    padding-top: 5px;
    margin-bottom: 6px;
  }
}
.catalog-item__title a {
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  color: #000;
}
.catalog-item__about {
  width: 204px;
  margin: 0 auto;
  font-size: 13px;
  color: #444;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .catalog-item__about {
    font-size: 15px;
    margin: 0 0 auto 0;
  }
}
@media (min-width: 1150px) {
  .catalog-item__about {
    padding-bottom: 0;
    width: 100%;
  }
}
.catalog-item__buy {
  border-top: 1px solid #ececec;
  padding-top: 23px;
  width: 204px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .catalog-item__buy {
    width: auto;
    margin: 0 ;
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1150px) {
  .catalog-item__buy {
    padding-top: 20px;
  }
}
.catalog-item__price {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
}
@media (min-width: 768px) {
  .catalog-item__price {
    font-size: 17px;
  }
}
.catalog-item__cart-icon {
  fill: #221f1f;
  opacity: .2;
}
.catalog-item__cart-icon:hover {
  opacity: 1;
  fill: #63d1bb;
}
.catalog-item__cart-icon:active {
  fill: #63d1bb;
  opacity: .3;
}
@media (min-width: 768px) {
  .catalog-items {
    padding-top: 15px;
  }
}
@media (min-width: 1150px) {
  .catalog-items {
    display: -ms-flexbox;
    display: flex ;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-evenly;
    padding-top: 57px;
  }
}
@media (min-width: 1150px) {
  .contacts {
    margin: 0 auto;
    width: 1050px;
  }
}
.contacts__wrapper {
  width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts__wrapper {
    width: 668px;
    position: relative;
  }
}
@media (min-width: 1150px) {
  .contacts__wrapper {
    width: 1050px;
    margin: 0;
  }
}
.contacts__btn {
  width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts__btn {
    width: 230px;
  }
}
@media (min-width: 1150px) {
  .contacts__btn {
    margin-left: 175px;
  }
}
.contacts__title {
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 44px;
  margin-bottom: 12px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .contacts__title {
    font-size: 43px;
    margin-top: 75px;
  }
}
@media (min-width: 1150px) {
  .contacts__title {
    font-size: 53px;
    margin-left: 175px;
    margin-top: 150px;
  }
}
.contacts__flag {
  display: none;
}
@media (min-width: 768px) {
  .contacts__flag {
    display: block;
    position: absolute;
    right: 0;
    top: -25px;
  }
}
@media (min-width: 1150px) {
  .contacts__flag {
    position: relative;
    top: -60px;
    padding-left: 70px;
  }
}
.contacts__main-info {
  padding-top: 16px;
  padding-bottom: 37px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .contacts__main-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 51px;
    padding-bottom: 57px;
    font-size: 16px;
  }
}
@media (min-width: 1150px) {
  .contacts__main-info {
    margin-top: -80px;
    display: block;
    float: left;
    width: 350px;
    margin-left: 175px;
    padding-bottom: 75px;
  }
}
.contacts__e-mail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 768px) {
  .contacts__e-mail {
    width: 50%;
    padding-bottom: 29px;
  }
}
@media (min-width: 1150px) {
  .contacts__e-mail {
    width: 300px;
    padding-bottom: 4px;
  }
}
.contacts__item {
  margin: 0;
  line-height: 30px;
  color: #444;
}
.contacts__address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 768px) {
  .contacts__address {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1150px) {
  .contacts__address {
    width: 300px;
  }
}
.contacts__map {
  padding-bottom: 39px;
  line-height: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .contacts__map img {
    width: 100%;
    height: 455px;
  }
}
@media (min-width: 768px) {
  .contacts__map {
    padding-bottom: 55px;
  }
}
@media (min-width: 1150px) {
  .contacts__map {
    -ms-flex-order: 2;
        order: 2;
    width: 525px;
    float: right;
    margin-top: -205px;
  }
}
.contacts__item--value {
  width: 180px;
}
@media (min-width: 768px) {
  .contacts__item--value {
    padding-left: 22px;
    width: 234px;
  }
}
.contacts__e-mail-link {
  color: #000;
  text-decoration: none;
  transition: color .3s ease;
}
.contacts__e-mail-link:hover {
  color: #63d1bb;
}
.contacts__e-mail-link:active {
  color: #000;
  opacity: .3;
}
.contacts__item--underline {
  padding-bottom: 2px;
  border-bottom: 1.5px solid #63d1bb;
}
.contacts__item--name {
  width: 50%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contacts__item--name {
    width: auto;
  }
}
.main {
  min-width: 320px;
}
.main__wrapper {
  margin: 0 auto;
  width: 260px;
}
@media (min-width: 768px) {
  .main__wrapper {
    width: 668px;
  }
}
@media (min-width: 1150px) {
  .main__wrapper {
    width: 1050px;
  }
}
.main__title {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background: #f1f1f1;
  height: 176px;
  width: 100%;
  padding-top: 73px;
  margin: 0;
  min-width: 320px;
  border-top: 1px solid #ececec;
}
@media (min-width: 768px) {
  .main__title {
    font-size: 43px;
    margin-top: -60px;
    background-image: url(../img/bg-zigzag-fill.svg);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-size: auto 23px;
    padding-bottom: 138px;
    padding-top: 107px;
  }
}
@media (min-width: 1150px) {
  .main__title {
    font-size: 53px;
    background-size: auto;
    padding-top: 111px;
    padding-bottom: 162px;
  }
}
@media (min-width: 768px) {
  .main__title--form {
    padding-bottom: 132px;
  }
}
@media (min-width: 1150px) {
  .main__title--form {
    padding-bottom: 162px;
  }
}
.main__description {
  font-size: 13px;
  padding-bottom: 11px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .main__description {
    padding-top: 45px;
    padding-bottom: 0px;
    font-size: 17px;
  }
}
@media (min-width: 1150px) {
  .main__description {
    padding-left: 170px;
    padding-right: 175px;
    padding-top: 86px;
    margin-bottom: 23px;
    line-height: 30px;
  }
}
.main-nav {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.main-nav__toggle {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 11;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: 0 0;
  border: none;
  outline: none;
}
.main-nav__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  margin: 0;
  z-index: 2;
  list-style: none;
}
.main-nav__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ececec;
}
.main-nav__item a {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-left: 50px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.main-nav__item--logo {
  padding-top: 23px;
  padding-bottom: 23px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
  border-bottom: 0;
  line-height: 0;
  width: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-nav__item--cart {
  position: relative;
}
.main-nav__item--cart a {
  position: relative;
}
.main-nav__item--cart a svg {
  position: absolute;
  left: 20px;
  fill: rgba(0, 0, 0, 0.2);
}
.main-nav__item--cart :hover svg {
  fill: #63d1bb;
}
.main-nav__item--cart:active svg {
  fill: #63d1bb;
  opacity: .3;
}
.main-nav__item--search {
  position: relative;
}
.main-nav__item--search a {
  position: relative;
}
.main-nav__item--search a svg {
  position: absolute;
  left: 20px;
  fill: rgba(0, 0, 0, 0.2);
}
.main-nav__item--search :hover svg {
  fill: #63d1bb;
}
.main-nav__item--search:active svg {
  fill: #63d1bb;
  opacity: .3;
}
@media (min-width: 768px) {
  .main-nav__item--search a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .main-nav__item--search a svg {
    left: 32px;
  }
}
.main-nav__item--delivery {
  display: none;
}
.main-nav__item--new {
  display: none;
}
.main-nav__item--sale {
  display: none;
}
.main-nav--closed .main-nav__toggle::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 13;
  width: 20px;
  height: 14px;
  background: url(../img/icon-menu-open.svg) no-repeat 50% 50%;
  background-size: 20px 14px;
}
.main-nav--opened .main-nav__toggle {
  content: "";
  position: absolute;
  top: 5px;
  right: 4px;
  width: 21px;
  height: 21px;
}
.main-nav--opened .main-nav__toggle::before,
.main-nav--opened .main-nav__toggle::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #000;
}
.main-nav--opened .main-nav__toggle::before {
  transform: rotate(45deg);
  box-shadow: none;
}
.main-nav--opened .main-nav__toggle::after {
  transform: rotate(-45deg);
}
.main-nav--opened .main-nav__toggle:active::before,
.main-nav--opened .main-nav__toggle:active::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-nav__item a {
  padding-top: 26px;
  padding-bottom: 28px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  width: 260px;
  position: relative;
}
.main-nav__search-icon {
  position: absolute;
  top: 30px;
  left: 10px;
  display: block;
  width: 17.6px;
  height: 17.6px;
  cursor: pointer;
  fill: #221f1f;
  opacity: .2;
}
.main-nav__cart-icon {
  position: absolute;
  top: 30px;
  left: 10px;
  display: block;
  width: 17.6px;
  height: 17.6px;
  cursor: pointer;
  fill: #221f1f;
  opacity: .2;
}
a.main-nav__main-link {
  width: auto;
}
@media (min-width: 768px) {
  .main-nav--closed .main-nav__item {
    position: relative;
  }
  .main-nav__item--catalog a {
    padding-left: 50px;
  }
  .main-nav {
    width: 1150px;
  }
  .main-nav__item--logo img {
    width: 112px;
    height: 46px;
  }
  .main-nav__cart-icon {
    top: 35px;
    left: 10%;
  }
  .main-nav__toggle,
  .order-form__item-name::after {
    display: none;
  }
  .main-nav__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .main-nav__item {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 26%;
    font-size: 15px;
    border-top: none;
  }
  .main-nav__item a {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 28px;
    padding-left: 50px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
  }
  .main-nav__item--logo {
    -ms-flex-order: -3;
        order: -3;
    width: 48.2%;
    padding-top: 22px;
    padding-bottom: 13px;
    padding-left: 6.25%;
    border-top: none;
    border-bottom: 0;
  }
  .main-nav__item--search {
    -ms-flex-order: -2;
        order: -2;
    width: 10.94%;
    font-size: 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 0;
    border-top: none;
  }
  .main-nav__item--catalog:hover {
    opacity: .6;
  }
  .main-nav__item--catalog:active {
    opacity: .3;
  }
  .main-nav__item--order:hover {
    opacity: .6;
  }
  .main-nav__item--order:active {
    opacity: .3;
  }
  .main-nav__item--cart {
    -ms-flex-order: -1;
        order: -1;
    width: 40.86%;
    font-size: 17px;
    border-bottom: 0;
  }
  .main-nav__item--cart a {
    padding: 31px 50px 33px 0;
    text-align: right;
    position: relative;
  }
  .main-nav__item--cart a svg {
    position: absolute;
    left: 32px;
    fill: rgba(0, 0, 0, 0.2);
  }
  .main-nav__item--cart :hover svg {
    fill: #63d1bb;
  }
  .main-nav__item--cart:active svg {
    fill: #63d1bb;
    opacity: .3;
  }
  .main-nav__item--delivery {
    -ms-flex-order: 1;
        order: 1;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
  }
  .main-nav__item--delivery span {
    width: 100%;
    padding-right: 50px;
    text-align: right;
    color: #444;
  }
  .main-nav__item--sale:hover {
    opacity: .6;
  }
  .main-nav__item--sale:active {
    opacity: .3;
  }
  .main-nav__item--sale a {
    padding-left: 35px;
  }
  .main-nav__item--new:hover {
    opacity: .6;
  }
  .main-nav__item--new:active {
    opacity: .3;
  }
  .main-nav__search-icon {
    top: 36.5px;
    left: 40%;
  }
  .main-nav__item a,
  .main-nav__item span {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: left;
  }
  .main-nav__item--search a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .main-nav__item--cart a {
    padding: 31px 50px 33px 0;
    text-align: right;
  }
  .main-nav__item--order a {
    padding-left: 26px;
  }
  .main-nav__item--delivery span {
    width: 100%;
    padding-right: 50px;
    font-weight: 400;
    text-align: right;
    color: #444;
    font-size: 15px;
  }
  .main-nav__search-span {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-nav--closed .main-nav__item {
    position: absolute;
    top: -1000px;
    transform: scale(0);
    transition: none;
  }
  .main-nav--closed .main-nav__item--logo {
    position: relative;
    top: 0;
    transform: scale(1);
  }
  .main-nav--nojs .main-nav__item {
    position: relative;
    transform: none;
    top: 0;
  }
}
@media (min-width: 1150px) {
  .main-nav {
    max-width: 1300px;
    margin: 0 auto;
  }
  .main-nav__item--cart a,
  .main-nav__item--catalog a,
  .main-nav__item--order a {
    padding-top: 31px;
    padding-bottom: 33px;
    font-size: 17px;
  }
  .main-nav__list {
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-width: 1150px;
  }
  .main-nav__item--catalog,
  .main-nav__item--order {
    -ms-flex-order: -8;
        order: -8;
    border-bottom: 0;
  }
  .main-nav__item {
    font-size: 15px;
    width: 20.7%;
  }
  .main-nav__item--logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-order: -6;
        order: -6;
    width: 23.8%;
    padding-top: 8.5px;
    padding-bottom: 6px;
    padding-left: 24px;
  }
  .main-nav__item--logo:hover {
    opacity: .6;
  }
  .main-nav__item--logo:active {
    opacity: .3;
  }
  .main-nav__item--logo img {
    width: 148px;
    height: 73px;
  }
  .main-nav__item--catalog {
    -ms-flex-order: -8;
        order: -8;
    font-size: 17px;
    border-bottom: 0;
  }
  .main-nav__item--order {
    -ms-flex-order: -7;
        order: -7;
    border-left: 1px solid #ececec;
  }
  .main-nav__item--search {
    -ms-flex-order: -5;
        order: -5;
    width: 7.4%;
    font-size: 0;
  }
  .main-nav__item--cart {
    -ms-flex-order: -4;
        order: -4;
    width: 27.3%;
    font-size: 17px;
  }
  .main-nav__item--new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -3;
        order: -3;
    font-size: 15px;
  }
  .main-nav__item--sale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -3;
        order: -3;
    font-size: 15px;
  }
  .main-nav__item--delivery {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    font-size: 15px;
  }
}
a.main-nav__main-link {
  padding: 0;
}
.order-form-page__description {
  font-size: 13px;
  line-height: 1.85;
  color: #444;
  width: 320px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto 20px;
}
.order-form-page {
  padding-bottom: 56px;
}
.order-form-page__title {
  margin-bottom: 23px;
}
.order-form__fieldset--color {
  margin-bottom: -6px;
}
@media (min-width: 768px) {
  .order-form__fieldset--color {
    background-color: #e7e7e7;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset--color {
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .order-form__fieldset--tel {
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) {
  .order-form__fieldset--email {
    background-color: #e7e7e7;
  }
}
@media (min-width: 768px) {
  .order-form__fieldset-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 30px;
  }
  .order-form__fieldset-wrap--tel {
    padding-bottom: 10px;
  }
  .order-form__fieldset-wrap--email {
    padding-top: 10px;
  }
}
.order-form__fieldset-legend {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #63d1bb;
  position: relative;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .order-form__fieldset-legend {
    width: 167px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 20px;
  }
  .order-form__fieldset-legend--email {
    margin-top: -45px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset-legend {
    text-align: left;
    padding-top: 32px;
    padding-left: 60px;
  }
  .order-form__fieldset-legend--email {
    margin-top: -60px;
  }
}
.order-form__fieldset-legend--color {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .order-form__fieldset-legend--color {
    margin-top: 7px;
  }
}
.order-form__fieldset-legend--name {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .order-form__fieldset-legend--name {
    padding-top: 37px;
  }
}
.order-form__fieldset-legend::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 11px;
  left: 0;
  z-index: -1;
  height: 1px;
  background: #63d1bb;
  display: block;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .order-form__fieldset-legend::after {
    display: none;
  }
}
.order-form__fieldset-title {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  margin-bottom: 28px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .order-form__fieldset-title {
    background-color: transparent;
  }
}
.order-form__fieldset-title--email {
  width: 129px;
  margin-bottom: 12px;
}
.order-form__fieldset-title--tel {
  margin-bottom: 21px;
}
.order-form__fieldset-title--extra {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .order-form__fieldset-title--extra {
    padding-top: 20px;
  }
}
.order-form__type-variant {
  display: none;
}
.order-form__type-variant:checked + .order-form__type-variant-label::before {
  background: #62d1ba;
}
.order-form__color-variant:disabled + .order-form__color-variant-label,
.order-form__type-variant:disabled + .order-form__type-variant-label {
  opacity: 0.3;
}
.order-form__type-variant-label {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.06;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-left: 63px;
  position: relative;
}
@media (min-width: 768px) {
  .order-form__type-variant-label {
    line-height: 52px;
    padding-left: 80px;
  }
}
.order-form__type-variant-label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  background: #fff;
  border: 9px solid #fff;
  box-shadow: 0 0 0 2px #444;
  border-radius: 50%;
  margin-right: 27px;
  margin-left: 4px;
  margin-top: -5px;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .order-form__type-variant-label::before {
    width: 52px;
    height: 52px;
    border: 15px solid #fff;
  }
}
.order-form__type-variant-label:hover:before {
  box-shadow: 0 0 0 2px #62d1ba;
}
.order-form__type-variant-label:active:before {
  box-shadow: 0 0 0 2px #c7c7c7;
}
.order-form__color-variant {
  display: none;
}
.order-form__color-variant:checked + .order-form__color-variant-label::before {
  background: url(../img/icon-tick.svg) 6px 10px no-repeat;
  background-size: 65%;
}
@media (min-width: 768px) {
  .order-form__color-variant:checked + .order-form__color-variant-label::before {
    background-position-x: 10px;
    background-position-y: 15px;
  }
}
.order-form__color-variant-label,
.order-form__name-field-label {
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.06;
  cursor: pointer;
}
.order-form__color-variant-label {
  width: 100%;
  position: relative;
  padding-left: 62px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .order-form__color-variant-label {
    padding-left: 80px;
    padding-top: 5px;
  }
}
.order-form__color-variant-label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 39px;
  border: 2px solid #444;
  position: absolute;
  top: -11px;
  left: 0;
}
@media (min-width: 768px) {
  .order-form__color-variant-label::before {
    width: 52px;
    height: 51px;
  }
}
.order-form__color-variant-label:hover:before,
.order-form__name-field:hover {
  border-color: #62d1ba;
}
.order-form__color-variant-label:active:before {
  border-color: #c7c7c7;
}
@media (min-width: 768px) {
  .order-form__color-variants-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 23px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1150px) {
  .order-form__color-variants-wrap {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .order-form__color-variant-label {
    width: 50%;
  }
}
@media (min-width: 1150px) {
  .order-form__color-variant-label {
    width: 33%;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .order-form__color-variant-label--name {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .order-form__name-fields-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1150px) {
  .order-form__name-fields-wrap {
    padding-top: 25px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .order-form__name-field-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .order-form__name-field-label {
    padding-right: 20px;
    padding-top: 15px;
  }
}
.order-form__name-field {
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 21px;
  padding-bottom: 16px;
  padding-top: 12px;
  font-size: 17px;
  line-height: 1.06;
  color: #444;
  outline: none;
}
@media (min-width: 768px) {
  .order-form__name-field {
    padding-left: 20px;
    font-size: 19px;
    padding-bottom: 21px;
  }
}
.order-form__name-field--invalid {
  border-bottom: 2px solid #f0b1b1;
  outline: none;
}
.order-form__name-field:focus {
  border-color: #62d1ba;
}
.order-form__tel {
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 37px;
  padding-bottom: 17px;
  font-size: 17px;
  line-height: 1.06;
  color: #444;
  outline: none;
}
@media (min-width: 768px) {
  .order-form__tel {
    background-color: #e7e7e7;
    font-size: 19px;
    padding-left: 20px;
    padding-top: 21px;
  }
}
@media (min-width: 1150px) {
  .order-form__tel {
    padding-top: 30px;
  }
}
.order-form__tel--invalid {
  border-bottom: 2px solid #f0b1b1;
  outline: none;
}
.order-form__tel:hover {
  border-color: #62d1ba;
}
.order-form__tel:hover + svg,
.order-form__tel:hover + svg path {
  fill: #62d1ba;
}
.order-form__tel:focus + svg,
.order-form__tel:focus + svg path {
  fill: #62d1ba;
}
.order-form__tel:focus {
  border-color: #62d1ba;
}
.order-form__tel[placeholder] {
  color: rgba(68, 68, 68, 0.3);
}
.order-form__email::-moz-placeholder,
.order-form__tel:-moz-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.order-form__tel:-ms-.order-form__tel-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.order-form__tel:focus::-webkit-input-placeholder {
  color: #444;
}
.order-form__tel:focus:-moz-placeholder,
.order-form__tel:focus::-moz-placeholder {
  color: #444;
}
.order-form__tel:focus:-ms-input-placeholder {
  color: #444;
}
.order-form__tel:focus[placeholder] {
  color: #444;
}
.order-form__fieldset--email,
.order-form__fieldset--tel {
  position: relative;
}
.order-form__fieldset--type {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .order-form__fieldset--type {
    padding-bottom: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset--type {
    padding-bottom: 0;
  }
}
.order-form__fieldset--name {
  margin-bottom: 0;
}
.order-form__email {
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 31px;
  padding-bottom: 17px;
  padding-top: 11px;
  font-size: 17px;
  line-height: 1.06;
  color: #444;
  outline: none;
}
@media (min-width: 768px) {
  .order-form__email {
    background-color: #e7e7e7;
    font-size: 19px;
    padding-left: 20px;
    margin-top: -40px;
  }
}
.order-form__fieldset--email {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .order-form__fieldset--email {
    padding-bottom: 23px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset--email {
    padding-bottom: 5px;
  }
}
.order-form__fieldset--extra {
  margin-top: -10px;
}
.order-form__email--invalid {
  border-bottom: 2px solid #f0b1b1;
  outline: none;
}
.order-form__email:hover {
  border-color: #62d1ba;
}
.order-form__email:hover + svg,
.order-form__email:hover + svg path {
  fill: #62d1ba;
}
.order-form__email:focus + svg,
.order-form__email:focus + svg path {
  fill: #62d1ba;
}
.order-form__email:focus {
  border-color: #62d1ba;
}
.order-form__extra {
  border: 2px solid #444;
  width: 260px;
  height: 142px;
  font-size: 17px;
  line-height: 1.06;
  color: #444;
  padding: 12px 15px;
  outline: none;
  max-width: 100%;
}
@media (min-width: 768px) {
  .order-form__extra {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1150px) {
  .order-form__extra {
    margin-top: 29px;
  }
}
.order-form__extra--invalid {
  border: 2px solid #f0b1b1;
  outline: none;
}
.order-form__extra:focus {
  color: #444;
  border-color: #62d1ba;
}
.order-form__extra:hover {
  border-color: #62d1ba;
}
.order-form__condition {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
@media (min-width: 768px) {
  .order-form__condition {
    margin-right: 0;
    width: 100%;
    text-align: right;
    font-size: 17px;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1150px) {
  .order-form__condition {
    font-size: 17px;
  }
}
.btn--order-form-send {
  width: 260px;
}
@media (min-width: 768px) {
  .btn--order-form-send {
    -ms-flex-order: -1;
        order: -1;
    width: 340px;
  }
}
.order-form__fieldset-wrap {
  margin: 0 auto;
  width: 260px;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .order-form__fieldset-wrap {
    width: 668px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0px;
    padding-top: 37px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset-wrap {
    width: 1050px;
    padding-right: 175px;
    padding-top: 30px;
    padding-bottom: 14px;
  }
  .order-form__fieldset-wrap--send {
    padding-left: 170px;
    padding-top: 23px;
    padding-bottom: 0;
  }
}
.order-form__fieldset-wrap--tel svg {
  position: absolute;
  top: 38px;
  right: 8px;
  fill: #ccc;
}
@media (min-width: 768px) {
  .order-form__fieldset-wrap--tel svg {
    top: 60px;
    right: 23px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset-wrap--tel svg {
    right: 180px;
  }
}
.order-form__fieldset-wrap--email svg {
  position: absolute;
  top: 37px;
  right: 4px;
  fill: #ccc;
}
@media (min-width: 768px) {
  .order-form__fieldset-wrap--email svg {
    top: 10px;
    right: 23px;
  }
}
@media (min-width: 1150px) {
  .order-form__fieldset-wrap--email svg {
    right: 180px;
    top: 5px;
  }
}
.order-form__color-variants-wrap label:nth-of-type(3n) {
  margin-right: 0;
}
.order-form {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .order-form {
    margin-bottom: -28px;
  }
}
@media (min-width: 768px) {
  .order-form__fieldset--color .order-form__fieldset-wrap {
    padding-right: 50px;
    padding-bottom: 5px;
  }
}
.product-of-week {
  background-image: url(../img/bg-zigzag-line.svg);
  background-repeat: repeat-x;
  background-position: 1px bottom;
  background-size: auto 6px;
}
.product-of-week::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .product-of-week {
    background-position: 0 bottom;
    background-size: auto 15px;
  }
}
.product-of-week__wrapper {
  margin: 0 auto;
  width: 260px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .product-of-week__wrapper {
    width: 668px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 77px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__wrapper {
    width: 1050px;
    padding-bottom: 90px;
  }
}
table.product-of-week__features {
  width: 100%;
  line-height: 37px;
  font-size: 15px;
}
@media (min-width: 768px) {
  table.product-of-week__features {
    width: 45%;
    float: left;
    padding-bottom: 55px;
    padding-top: 20px;
  }
}
@media (min-width: 1150px) {
  table.product-of-week__features {
    line-height: 40px;
    padding-left: 175px;
    padding-bottom: 105px;
  }
}
.product-of-week__features td {
  border-bottom: 1px solid #ececec;
}
.product-of-week__title {
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .product-of-week__title {
    font-size: 43px;
    margin-top: 60px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__title {
    font-size: 53px;
    margin-left: 175px;
    margin-top: 135px;
  }
}
.product-of-week__caption {
  font-size: 17px;
  font-weight: bold;
  color: #63d1bb;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-of-week__caption {
    width: 120px;
    margin-top: -30px;
    text-align: center;
    float: right;
    line-height: 17px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__caption {
    float: left;
    line-height: 17px;
    margin-top: -35px;
    font-size: 17px;
    margin-left: 18px;
  }
}
.product-of-week__description {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-of-week__description {
    font-size: 17px;

    padding-top: 46px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__description {
    line-height: 32px;


    margin-bottom: 30px;
  }
}
.product-of-week__options,
.product-of-week__value {
  /*border-bottom: 1px solid #ececec;*/
}
.product-of-week__item-picture {
  padding-top: 27px;
  padding-bottom: 18px;
}
.product-of-week__item-picture img {
  width: 100%;
}
@media (min-width: 768px) {
  .product-of-week__item-picture {
    float: right;
    width: 50%;
    margin-top: -111px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__item-picture {
    margin-top: -300px;
  }
}
.product-of-week__price {
  font-family: "Open Sans", Arial, sans-serif;
  padding-bottom: 26px;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  color: #444;
}
@media (min-width: 768px) {
  .product-of-week__price {
    width: 300px;
    font-size: 20px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__price {
    width: 470px;

    padding-bottom: 36px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .product-of-week__btn {
    width: 290px;
  }
}
@media (min-width: 1150px) {
  .product-of-week__btn {
    margin-left: 175px;
  }
}
.promo {
  position: relative;
  background-color: #f9f9f9;
  width: 100%;
  min-width: 320px;
  font-family: "Open Sans", Arial, sans-serif;
}
@media (min-width: 768px) {
  .promo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 15px;
    background-image: url(../img/bg-zigzag-fill.svg);
    background-repeat: repeat-x;
    background-position: -5px top;
    background-size: auto 23px;
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 1150px) {
  .promo::after {
    bottom: 0;
    background-size: auto;
    background-position: 0 top;
  }
}
.promo__wrapper {
  border-top: 1px solid #ececec;
}
@media (min-width: 768px) {
  .promo__wrapper {
    z-index: 1;
    margin-top: -60px;
  }
}
.promo__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 103px;
  padding-bottom: 120px;
  background: #f9f9f9 url(../img/hero-mobile@1x.jpg) no-repeat 50% -18px;
}
@media (min-width: 768px) {
  .promo__header {
    padding-top: 151px;
    padding-bottom: 375px;
    background-size: 1150px 746px;
    background-image: url(../img/hero-desktop@1x.jpg);
  }
}
.promo__title {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  word-spacing: 5px;
}
@media (min-width: 768px) {
  .promo__title {
    font-size: 43px;
    width: 600px;
    word-spacing: 7px;
    line-height: 50px;
  }
}
@media (min-width: 1150px) {
  .promo__title {
    width: 650px;
    font-size: 53px;
    line-height: 57px;
    word-spacing: 10px;
  }
}
@media (min-width: 768px) {
  .promo__item {
    width: 100%;
  }
}

.active{

  margin-top: -5px;

}


.active.promo__item--inter a, .active.promo__item--kid-toys a {

  padding-bottom: 5px;
}


.active.promo__item--inter a, .active.promo__item--kid-toys a:hover {

  padding-bottom: 5px;
}

.promo__item a {
  display: block;
  padding-top: 26px;
  line-height: 24px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.promo__item a:hover {
  margin-top: -5px;
  padding-bottom: 5px;
}
.promo__item a:active {
  color: rgba(255, 255, 255, 0.3);
}
.promo__item a:active svg {
  fill: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .promo__item a {
    width: 100%;
    padding-top: 27px;
    padding-left: 36px;
    font-size: 20px;
    line-height: 30px;
  }
}
.promo__item div {
  margin: 0 auto;
  width: 260px;
  min-height: 45px;

  position: relative;
}


@media (min-width: 768px) {
  .promo__item div {
    width: 260px;
    padding-bottom: 30px;
    min-height: 95px;
  }
}
@media (min-width: 1150px) {
  .promo__item div {
    width: 100%;
  }
}
.promo__item--inter {
  position: relative;
}
.promo__item--inter a {
  background-color: #63d1bb;
}
@media (min-width: 768px) {
  .promo__item--inter {

    width: 334px;
  }
}
@media (min-width: 1150px) {
  .promo__item--inter {

    width: 334px;
  }
}

.promo__item--kid-toys {
  position: relative;
}
.promo__item--kid-toys a {
  background-color: #56c3b2;
}


.promo__item--kid2-toys a {
  background-color: #20ff78;
}


@media (min-width: 768px) {
  .promo__item--kid-toys {

    width: 334px;
  }
}
@media (min-width: 1150px) {
  .promo__item--kid-toys {

    width: 334px;
  }
}
.promo__inter-icon,
.promo__toys-icon {
  position: absolute;
  top: 23px;
  height: 62.5px;
  opacity: .5;
  cursor: pointer;
  fill: #149080;
  transition: opacity .3s ease, top .3s ease;
}
.promo__inter-icon {
  top: 0;
  right: 15px;
}
@media (min-width: 1150px) {
  .promo__inter-icon {
    right: 30px;
  }
}
.promo__toys-icon {
  top: 0;
  right: 15px;
}
@media (min-width: 1150px) {
  .promo__toys-icon {
    right: 30px;
  }
}
.promo__type:active .promo__inter-icon,
.promo__type:hover .promo__inter-icon {
  top: 25px;
}
@media (min-width: 768px) {
  .promo__list {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.product {
  /* Зигзаг был здесь */
}
.product::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .product {
    background-position: 0 bottom;
    background-size: auto 15px;
  }
}
.product__wrapper {
  margin: 0 auto;
  width: 260px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .product__wrapper {
    width: 668px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 77px;
  }
}
@media (min-width: 1150px) {
  .product__wrapper {
    width: 1050px;
    padding-bottom: 90px;
  }
}
table.product__features {
  width: 100%;
  line-height: 37px;
  font-size: 15px;
}
@media (min-width: 768px) {
  table.product__features {
    width: 45%;
    float: left;
    padding-bottom: 55px;
    padding-top: 20px;
  }
}
@media (min-width: 1150px) {
  table.product__features {
    line-height: 40px;
    padding-left: 175px;
    padding-bottom: 105px;
  }
}
.product__features td {
  border-bottom: 1px solid #ececec;
}
.product__caption {
  font-size: 17px;
  font-weight: bold;
  color: #63d1bb;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product__caption {
    width: 120px;
    margin-top: -30px;
    text-align: center;
    float: right;
    line-height: 17px;
  }
}
@media (min-width: 1150px) {
  .product__caption {
    float: left;
    line-height: 17px;
    margin-top: -35px;
    font-size: 17px;
    margin-left: 18px;
  }
}
.product__description {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .product__description {
    font-size: 17px;

    padding-top: 46px;
    margin-top: 60px;
  }
}
@media (min-width: 1150px) {
  .product__description {
    line-height: 32px;

    width: 50%;
    margin-top: 135px;
    margin-bottom: 30px;
  }
}
.product__options,
.product__value {
  /*border-bottom: 1px solid #ececec;*/
}
.product__item-picture {
  padding-top: 27px;
  padding-bottom: 18px;
}
.product__item-picture img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: center center;
}
.product__item-picture .modal img {
  display: block;
  padding: 0;
  border-radius: 8px;
}
/* Slick btn */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  
  src: url('/themes/Default/vendor/slick/fonts/slick.eot');
  src: url('/themes/Default/vendor/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/themes/Default/vendor/slick/fonts/slick.woff') format('woff'), url('/themes/Default/vendor/slick/fonts/slick.ttf') format('truetype'), url('/themes/Default/vendor/slick/fonts/slick.svg#slick') format('svg');
}
.product__item-picture .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  z-index: 1000;
}
.product__item-picture .slick-arrow:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product__item-picture .slick-arrow.slick-next {
  right: 30px;
}
.product__item-picture .slick-arrow.slick-next:before {
  content: '→';
}
.product__item-picture .slick-arrow.slick-prev {
  left: 30px;
}
.product__item-picture .slick-arrow.slick-prev:before {
  content: '←';
}
@media (min-width: 768px) {
  .product__item-picture {
    float: right;
    width: 50%;
    margin-top: -111px;
  }
}
@media (min-width: 1150px) {
  .product__item-picture {
    margin-top: -300px;
  }
}
.product__price {
  font-family: "Open Sans", Arial, sans-serif;
  padding-bottom: 26px;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  color: #444;
}
@media (min-width: 768px) {
  .product__price {
    width: 300px;
    font-size: 20px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1150px) {
  .product__price {
    width: 470px;
    padding-left: 175px;
    padding-bottom: 36px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .product__btn {
    width: 290px;
  }
}
@media (min-width: 1150px) {
  .product__btn {
    margin-left: 175px;
  }
}
.reviews {
  position: relative;
}
.reviews::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  background-image: url(../img/bg-zigzag-line.svg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: auto 6px;
  z-index: 2;
}
@media (min-width: 768px) {
  .reviews::after {
    height: 25px;
    background-position: -5px top;
    background-size: auto 15px;
  }
}
@media (min-width: 1150px) {
  .reviews::after {
    bottom: 0;
    background-size: auto;
    background-position: 0 top;
  }
}
.reviews__wrapper {
  margin: 0 auto;
  width: 260px;
  padding-bottom: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-image: none;
}
@media (min-width: 768px) {
  .reviews__wrapper {
    margin: 0 auto 0 0;
    width: 774px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    background-image: url(../img/review@1x.jpg);
    background-repeat: no-repeat;
    background-size: 350px 457px;
    padding-top: 70px;
    padding-bottom: 105px;
    padding-left: 50px;
  }
}
@media (min-width: 1150px) {
  .reviews__wrapper {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 140px;
    margin: 0 auto;
    width: 1050px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px), (min-resolution: 1.5dppx) and (min-width: 768px), (min-resolution: 144dpi) and (min-width: 768px) {
  .reviews__wrapper {
    background-image: url(../img/review@2x.jpg);
  }
}
.reviews__title {
  font-family: "Open Sans", Arial, sans-serif;
  margin-top: 21px;
  font-size: 25px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .reviews__title {
    font-size: 43px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-order: -2;
        order: -2;
  }
}
@media (min-width: 1150px) {
  .reviews__title {
    font-size: 53px;
    margin-left: 175px;
    margin-top: 90px;
  }
}
.reviews__slide {
  margin: 0;
}
.reviews__author {
  padding-top: 11px;
}
@media (min-width: 768px) {
  .reviews__author {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.reviews__author-name {
  padding-bottom: 7px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
}
@media (min-width: 1150px) {
  .reviews__author-name {
    margin-left: 175px;
  }
}
@media (min-width: 1150px) {
  .reviews__author-name {
    padding-left: 5px;
    padding-bottom: 20px;
  }
}
.reviews__user-review {
  line-height: 30px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .reviews__user-review {
    font-size: 17px;
    margin-top: 45px;
    margin-bottom: 45px;
    width: 660px;
  }
}
@media (min-width: 1150px) {
  .reviews__user-review {
    margin-left: 175px;
    margin-right: 80px;
    margin-top: 52px;
    margin-bottom: 35px;
    width: 775px;
  }
}
.reviews__author-contacts {
  font-style: normal;
  margin-top: 5px;
}
@media (min-width: 1150px) {
  .reviews__author-contacts {
    margin-left: 175px;
  }
}
.reviews__controls {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 38px;
  padding-top: 33px;
}
@media (min-width: 768px) {
  .reviews__controls {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: 13px;
  }
}
.reviews__btn {
  padding: 12px 41px 12px 37px;
  font-size: 0;
  line-height: 0;
  border: 1px solid #ececec;
  transition: opacity .3s ease;
}
.reviews__btn:hover {
  opacity: .6;
}
.reviews__btn:active {
  opacity: .3;
}
@media (min-width: 768px) {
  .reviews__btn {
    padding: 12px 11px 12px 37px;
    border: none;
  }
}
@media (min-width: 768px) {
  .reviews__send {
    -ms-flex-order: -1;
        order: -1;
    width: 175px;
    margin-top: 9px;
  }
}
@media (min-width: 1150px) {
  .reviews__send {
    margin-top: 80px;
  }
}
.footer {
  background: #f1f1f1;
  margin-top: 40px;
  min-width: 320px;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 60px;
  }
}
.footer__wrapper {
  margin: 0 auto;
  width: 260px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__wrapper {
    width: 668px;
    -ms-flex-direction: row;
        flex-direction: row;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 33px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1150px) {
  .footer__wrapper {
    width: 1050px;
  }
}
.footer__logo-container {
  display: none;
}
@media (min-width: 768px) {
  .footer__logo-container {
    display: block;
    width: 33%;
  }
  .footer__logo-container:hover {
    opacity: 1;
    fill: #63d1bb;
  }
  .footer__logo-container:active {
    fill: #63d1bb;
    opacity: .3;
  }
}
.footer__copyright {
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 22px;
  padding-bottom: 20px;
}
.footer__copyright:hover {
  opacity: .6;
}
.footer__copyright:active {
  opacity: .3;
}
@media (min-width: 768px) {
  .footer__copyright {
    width: 33%;
  }
}
@media (min-width: 1150px) {
  .footer__copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer__copyright a {
  color: #000;
  text-decoration: none;
  transition: color .3s ease;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #63d1bb;
}
.footer__copyright a:hover {
  color: #63d1bb;
}
.footer__copyright a:active {
  color: #000;
  opacity: .3;
}
.page-footer__logo-academy {
  fill: #63d1bb;
  transition: fill .3s ease, opacity .3s ease;
}
@media (min-width: 1150px) {
  .page-footer__logo-academy {
    margin-left: 27px;
  }
}
.page-footer__logo-academy:hover {
  opacity: 1;
  fill: #63d1bb;
}
.page-footer__logo-academy:active {
  fill: #63d1bb;
  opacity: .3;
}
.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .social {
    width: 33%;
    border-bottom: 0;
  }
}
@media (min-width: 1150px) {
  .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1150px) {
  .social__item {
    width: 60px;
  }
}
.social__item:hover svg {
  opacity: 1;
  fill: #63d1bb;
}
.social__item:active svg {
  fill: #63d1bb;
  opacity: .3;
}
.production-process {
  margin-top: 30px;
  border: 1px solid #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .production-process {
    margin-top: 54px;
    padding-bottom: 27px;
  }
}
@media (min-width: 1150px) {
  .production-process {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 455px;
    margin-top: 60px;
    margin-bottom: 105px;
  }
}
.production-process:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.production-process:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.production-process__title {
  position: relative;
  padding-top: 10px;
  padding-left: 75px;
  padding-bottom: 10px;
  width: 200px;
  font-size: 17px;
  text-align: left;
}
@media (min-width: 768px) {
  .production-process__title {
    width: 584px;
    padding-left: 100px;
    padding-top: 15px;
  }
}
@media (min-width: 1150px) {
  .production-process__title {
    padding-left: 60px;
    width: 185px;
    padding-top: 77px;
    font-size: 20px;
    padding-bottom: 13px;
  }
}
.production-process__title::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 32px;
  height: 32px;
  background: url(/img/icon-video.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
@media (min-width: 768px) {
  .production-process__title::before {
    left: 40px;
    top: 10px;
  }
}
@media (min-width: 1150px) {
  .production-process__title::before {
    top: 24px;
    left: 60px;
  }
}
.production-process__video-container {
  position: relative;
}
@media (min-width: 768px) {
  .production-process__video-container {
    -ms-flex-order: -1;
        order: -1;
  }
}
@media (min-width: 768px) {
  .production-process__video-container img {
    width: 100%;
  }
}
@media (min-width: 1150px) {
  .production-process__video-container img {
    width: 681px;
  }
}
.production-process__play-btn {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 101px;
  height: 77px;
  font-size: 0;
  line-height: 0;
  background: url(../img/icon-play.svg) no-repeat 50% 50%;
  background-size: 101px 77px;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.production-process__play-btn:hover {
  background-size: contain;
  top: 30px;
  left: 72px;
  width: 121px;
  height: 92px;
}
.production-process__play-btn:active {
  top: 50px;
  left: 88px;
  width: 80px;
  height: 61px;
  opacity: .6;
}
@media (min-width: 768px) {
  .production-process__play-btn {
    top: 200px;
    left: 300px;
  }
  .production-process__play-btn:hover {
    top: 190px;
    left: 290px;
    width: 121px;
    height: 92px;
  }
  .production-process__play-btn:active {
    top: 210px;
    left: 307px;
    width: 80px;
    height: 61px;
    opacity: .6;
  }
}
.production-process__text {
  width: 190px;
  margin: 0 auto;
  font-size: 13px;
  color: #444;
  padding-bottom: 24px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .production-process__text {
    width: 584px;
    font-size: 15px;
    padding-top: 5px;
    line-height: 32px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1150px) {
  .production-process__text {
    margin: 0;
    padding-left: 60px;
    width: 310px;
    padding-bottom: 46px;
    line-height: 30px;
  }
}
.production-process__btn {
  width: 190px;
  margin: 0 auto;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .production-process__btn {
    width: 584px;
  }
}
@media (min-width: 1150px) {
  .production-process__btn {
    margin: 0;
    width: 230px;
  }
}
.modal-content {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  min-height: 337px;
  padding: 0 30px 45px;
  box-sizing: border-box;
  z-index: 40;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid #c7c7c7;
  box-shadow: 0 5px 10px -5px rgba(0, 1, 1, 0.25);
}
.modal-content--show {
  display: block;
}
@media (min-width: 768px) {
  .modal-content {
    width: 566px;
    padding: 0 105px;
    border: 1px solid #c7c7c7;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  }
}
.modal-content__title {
  padding-top: 30px;
  margin: 0 50px 25px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .modal-content__title {
    margin: 0;
    padding-top: 50px;
  }
}
.modal-content__text {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .modal-content__text {
    margin-bottom: 35px;
  }
}
.modal-content__input {
  display: none;
}
.modal-content__form {
  font-size: 0;
}
.modal-content__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: 52px;
  margin-right: 7px;
  color: #000000;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}
.modal-content__label:last-of-type {
  margin-right: 0;
}
.modal-content__label::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 82px;
  transform: translateY(-50%);
  height: 52px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 2px solid #ececec;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-content__label {
    width: 112px;
  }
  .modal-content__label::before {
    width: 112px;
  }
}
.modal-content__input:checked + .modal-content__label::before {
  border: 2px solid #62d1ba;
}
.modal-content__btn-wrapper {
  margin-top: 20px;
}
.modal-content__btn {
  color: #ffffff;
  background: #62d1ba;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  border: none;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-content__btn:hover {
  background: #46c1ae;
}
.modal-content__btn:active {
  background: rgba(70, 193, 174, 0.7);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.9);
}
.modal-overlay--show {
  display: block;
}

.blocker {
  z-index: 10000 !important;
}
.modal {
  z-index: 10100 !important;
  overflow: unset !important;
}

.simpleCart_items a{
  color: #0c0c0c;
}

.simpleCart_input{
  width: 60px;
  text-align: center;
}

.headerRow{
  line-height:45px;
}

a.simpleCart_remove {
  color: whitesmoke;
  background-color: darkred;
  border-radius: 13px;
  font-size: 8px;
  font-weight: 900;
  padding: 9px;
}

a.simpleCart_remove:hover{
  text-decoration: none;
  background-color: #d72626;
}

button:focus{
  outline: 0!important;

}