html {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  height: 100%;
}


body {
  height: 100%;
  min-width: 320px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
}

/* h2 START*/

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (max-width: 480px) {
  h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
  h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
  }
}

/* h2 END*/

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color: #7166A9;
}


p {
  margin: 0;
}


audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}


textarea {
  resize: none;
}


section {
  position: relative;
}


input,
select,
button {
  outline: none;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[href*="scroogefrog.com"] {
  display: none !important;
}

main {
  display: block;
}


.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}


.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}


.text_content {
  margin: 40px 0;
  font-size: 14px;
  line-height: 19px;
  color: #676565;
}


.text_content p {
  margin: 10px 0;
}


.text_content ul {
  margin: 10px 0;
}


.text_content ul li {
  padding: 0 0 0 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.currency__rub {
  margin: 0 0 0 4px;
}


.main__title {
  margin: 0 0 40px;
}


.main__title-return {
  display: none;
  padding: 3px 5px 5px 0;
  margin: 0px 5px 0 0;
  vertical-align: middle;
}


.main__title-return-icon {
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: 291px, 291px;
}


.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}


.noscroll {
  overflow: hidden;
}


.disabled {
  pointer-events: none;
}


/* CONTAINER START */

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 36px);
}

.container__desktop {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 400px) {
  .container {
    max-width: calc(100% - 36px);
  }
}

@media screen and (min-width: 480px) {
  .container {
    max-width: calc(100% - 2036pxpx);
  }
}

@media screen and (min-width: 640px) {
  .container {
    max-width: calc(100% - 36px);
  }
}

@media screen and (min-width: 1024px) {

  .container,
  .container__desktop {
    max-width: 860px;
  }
}

@media screen and (min-width: 1440px) {

  .container,
  .container__desktop {
    max-width: 1060px;
  }
}

/* CONTAINER END */

@media screen and (max-width: 480px) {
  h1 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
  }


  .main__title {
    margin: 0 0 20px 0;
  }


  .main__title-return {
    display: inline-block;
  }

}

@media screen and (min-width: 480px) and (max-width: 640px) {
  .main__title {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
  }


  .main__title-return {
    display: inline-block;
  }

}

.form__search_submit:before {
  display: block;
  content: '';
  background-image: url("/build/images/svg/v2/search.svg");
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: none;
  background-size: contain;
}


.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid;
  border-radius: 24px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  outline: none;
}


.button:hover {
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}


.button.inactive {
  pointer-events: none;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  color: #9DB1C2;
  background: #F7F7F7;
  border-color: #F7F7F7;
}


.button__default {
  color: #ffffff;
  background: #FF416E;
  border-color: #FF416E;
}


.button__default:hover {
  color: #ffffff;
}


.button__transparent {
  color: #ffffff;
  border-color: #ffffff;
}


.button__transparent:hover {
  color: #ffffff !important;
  background: #FF416E;
  border-color: #FF416E !important;
}


.button__empty {
  color: #FF416E;
  border-color: #FF416E;
  background: #fff;
}


.button__empty:hover {
  color: #FF416E !important;
  text-shadow: none !important;
}


.button__in-cart {
  opacity: 1 !important;
}



@media screen and (max-width: 480px) {

  .button {
    width: 100%;
  }


  .button__default {}

}


::-webkit-input-placeholder {
  color: #9DB1C2;
}


::-moz-placeholder {
  color: #9DB1C2;
}


:-ms-input-placeholder {
  color: #9DB1C2;
}


::-ms-input-placeholder {
  color: #9DB1C2;
}


::placeholder {
  color: #9DB1C2;
}


:-ms-input-placeholder {
  color: #9DB1C2;
}


::-ms-input-placeholder {
  color: #9DB1C2;
}


.form__input,
.input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #D2E1EF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 0 20px;
}


.form__input:-moz-read-only,
.input:-moz-read-only {
  background: #DDDDDD;
}


.form__input:read-only,
.input:read-only {
  background: #DDDDDD;
}


.input.erorr {
  border: 1px solid red;
}


.radio__container,
.checkbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 15px;
}


.radio,
.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.radio.inactive,
.checkbox.inactive {
  pointer-events: none;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  color: #9DB1C2;
  background: #F7F7F7;
  border-color: #F7F7F7;
}


.radio__btn {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -824px, -824px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}


.radio:checked ~ .radio__btn {
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -872px, -872px;
}


.radio:checked ~ .radio__text {
  color: #FF416E;
}


.radio__text {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}


.radio__bold {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
}


.checkbox__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 2px solid #2D4850;
}


.checkbox:checked ~ .checkbox__btn {
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -875px, -875px;
  border: 3px solid #FF416E;
}


.textarea {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #D2E1EF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  outline: none;
}


.form__title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}


@media screen and (max-width: 480px) {

  .input {
    width: 100%;
    max-width: 100%;
  }

}


footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}


.footer {
  padding: 40px 0;
  background: linear-gradient(167deg, rgba(104, 85, 200, 0.80) 0%, rgba(255, 129, 187, 0.80) 100%);
  color: #fff;
}


.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.footer__menu-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}


.footer__menu-link {
  color: #fff;
  font-weight: 600;
}


.footer__menu-link:hover {
  opacity: .7;
  transition: .3s;
}


.footer__contacts-text {
  line-height: 19px;
}


.footer__phone {
  display: block;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}


.footer__bottom {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-gap: 50px;
  margin: 14px 0 0;
}


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


.footer__phones {
  text-align: right;
}


.footer__sn {
  margin-bottom: 20px;
}


.footer__sn-i,
.footer__sn-v {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}


.footer__sn-v {
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -638px, -638px;
  margin: 0 0 0 10px;
}


.footer__logo {
  display: block;
  margin: 0 0 50px;
}


.footer__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



@media screen and (max-width: 1024px) {

  .footer__top {
    flex-wrap: wrap;
  }


  .footer__contacts {
    order: 3;
    width: 100%;
  }


  .footer__logo {
    margin-bottom: 15px;
  }


  .footer__menu {
    justify-content: flex-start;
  }

}



@media screen and (max-width: 640px) {

  .footer__contacts {
    width: auto;
  }


  .footer__top {
    flex-wrap: nowrap;
    flex-direction: column;
  }


  .footer__menu {
    text-align: center;
    margin-bottom: 30px;
  }


  .footer__phones {
    text-align: center;
    margin-bottom: 30px;
  }


  .footer__contacts {
    text-align: center;
  }


  .footer__logo {
    margin: 0 auto 15px
  }


}


header {
  background: #fff;
}


.header {
  background: #fff;
  z-index: 1111;
  -webkit-transition: top 1s linear;
  -o-transition: top 1s linear;
  transition: top 1s linear;
}


.header__top {
  display: grid;
  grid-template-columns: 130px 400px 1fr 1.5fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 23px 0;
}


.header__logo-container {
  position: relative;
}


.header__logo {
  width: 100%;
  height: 75px;
  display: block;
  position: absolute;
  left: 0;
  background: url("/build/images/svg/logo.svg") left top no-repeat;
  cursor: pointer;
}


.header__search-form {
  position: relative;
  display: block;
  width: 100%;
}


.search__page-search .header__search-form {
  display: block !important;
  margin: 20px 0;
}


.search__page-search .form__input {
  width: 100% !important;
}


.header__search-submit {
  position: absolute;
  right: 2px;
  top: 1px;
  padding: 10px 20px 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  z-index: 111;
}


.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}


.header__phone-number-value-mob {
  display: none;
}


.header__search-small {
  display: none;
}


.header__phone-number {
  margin: 0 auto 5px;
  text-align: center;
}


.header__phone-number-value {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}


.header__descr {
  padding: 0 0 0 8px;
}


.header__descr-text-1,
.header__descr-text-2 {
  display: inline;
  font-weight: 600;
}


.header__descr-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}


.header__login {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.header__login-link {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 34px 0 0;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}


.header__login-link-title {
  font-weight: 600;
}


.header__login-link:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: -7px;
  width: 30px;
  height: 30px;
  background-image: url("/build/images/svg/v2/profile.svg");
  background-size: contain;
}


.header__cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}


.header__cart-link {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 0;
  cursor: pointer;
}


.header__cart-link:before {
  content: '';
  display: block;
  position: absolute;
  left: -35px;
  top: -2px;
  width: 30px;
  height: 30px;
  background-image: url("/build/images/svg/v2/cart.svg");
  background-size: contain;
}


.header__cart-count {
  display: block;
  margin: 6px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FF416E;
}


.header__bottom {
  position: relative;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 27px 0;
}


.top__menu {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
}


.top__menu-link-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/build/images/svg/v2/menu.svg");
  background-position: center center;
  background-size: contain;
}


.top__menu-button {
  display: flex;
  width: 71px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0 0 auto;
}


.top__menu-list {
  position: relative;
  display: flex;
  align-items: center;
}


.top__menu-drop_link:hover {
  opacity: .8;
}


.top__menu-item {
  color: #7166A9;
  margin: 0 42px 0 0;
  cursor: pointer;
}


.top__menu-item.active {
  color: #FF416E;
  border-bottom: 1px solid #FF416E;
}


.top__menu-drop_items {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  gap: 20px;
  flex-direction: column;
  z-index: 2000;
  background: #fff;
  border: 1px solid #7166A9;
  box-shadow: 0px 4px 10px 0px rgb(113 102 169 / 18%);
  padding: 30px;
}


.top__menu-drop_items.visible {
  display: flex;
}


.top__menu-drop {
  display: flex;
}


.top__menu-drop:after {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: url('/build/images/svg/collapse.svg') center center no-repeat;
  margin: 1px 0 0 7px;
  transform: rotate(180deg);
}


.top__menu-drop.active:after {
  transform: none;
}


body:not(.index-page) main.content {
  border-top: 1px solid #F6F6F6;
  padding: 40px 0 0;
}


.autocomplete__list-category {
  opacity: .6;
}


.autocomplete__more {
  background: #FF416E;
}


.autocomplete__more a {
  color: #fff;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 10px 30px rgba(192, 206, 218, 0.3);
  z-index: 1111;
}


.sticky .header__bottom {
  display: none;
}


.menu_carousel {
  display: none;
}


.phone__drop {
  gap: 14px;
}


.phone__drop_phone,
.phone__drop_addr {
  display: flex;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.phone__drop_phone:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url('/build/images/svg/phone.svg') center center no-repeat;
}


.phone__drop_phone:before,
.phone__drop_addr:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
}


.phone__drop_phone:before {
  background: url('/build/images/svg/phone.svg') center center no-repeat;
}


.phone__drop_addr:before {
  background: url('/build/images/svg/pin.svg') center center no-repeat;
}


.phone__drop_btn {
  display: flex;
  border-radius: 12px;
  background: #7166A9;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  padding: 6px 12px;
  margin: 0 auto;
}


.phone__drop_block {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
  background: #F8F8F8;
}


.phone__drop_val {
  color: rgba(0, 0, 0, 0.50);
  font-size: 10px;
  font-weight: 500;
  margin: 5px 0;
}


.phone__drop_vk {
  width: 22px;
  height: 22px;
  display: block;
  margin: 5px auto;
  background: url('/build/images/svg/vk.svg') center center no-repeat;
}



@media screen and (max-width: 1024px) {

  .header__phone-number {
    position: relative;
    display: flex;
  }


  .header__phone-number-value-mob:after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('/build/images/svg/collapse.svg') center center no-repeat;
    margin: 1px 0 0 7px;
    transform: rotate(180deg);
  }


  .header__phone-number-value-mob {
    display: flex !important;
  }


  .header__phone-number-value {
    display: none;
  }

}



@media screen and (max-width: 768px) {

  .sticky .header__bottom {
    display: flex;
  }


  body:not(.index-page) main.content {
    padding: 30px 0;
  }


  .header__top {
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 107px;
    margin: 0 auto;
  }


  .header__bottom {
    padding: 0;
    margin: 0;
    justify-content: flex-end;
  }


  .header__search-small {
    padding: 0 10px;
  }


  .header__search-small-icon {
    width: 18px;
    height: 18px;
    background: #ccc;
    display: block;
  }


  .header__top,
  .header__bottom {
    max-width: 280px;
    display: flex;
  }


  .header__top {
    width: 85%;
  }


  .header__bottom {
    width: 15%;
  }


  .header__logo {
    width: 100%;
    height: 37px;
    background-size: contain;
    margin: 0 0 0 0;
    top: 0;
  }


  .header__phone .header__phone-number {
    margin: 0;
  }


  .header__search-small {
    display: block;
    cursor: pointer;
  }


  .header__cart {
    width: 35px;
    height: 35px;
  }


  .header__search-form,
  .header__descr,
  .header__login,
  .top__menu-list,
  .header__cart-count-title,
  .header__cart-link-title {
    display: none;
  }


  .search__page-search .header__search-form {
    display: block;
  }


  .header {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-width: 280px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    width: 280px;
  }


  .header__logo-container {
    width: 28%;
    min-height: 40px;
  }


  .header__cart-count {
    position: absolute;
  }


  .top__menu {
    display: block;
  }


  .header__search {
    margin: 0;
  }


  .header__cart-link {
    display: block;
    padding: 0;
    width: 16px;
    height: 18px;
    position: relative;
  }


  .header__cart-link:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
  }


  .top__menu-button {
    justify-content: flex-end;
    max-width: 35px;
  }


  .top__menu-link {
    max-width: 35px;
  }


  .header__search-small-icon {
    background: url("/build/images/svg/search.svg") left top no-repeat;
  }


  .header__cart-count {
    position: absolute;
    right: -13px;
    top: -13px;
    margin: 0;
  }


  .header__cart-count-val {
    color: #fff;
    background: #FF416E;
    border-radius: 50%;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 4px;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .menu_carousel {
    display: block;
    overflow: hidden;
    height: 16px;
    margin: 0 0 30px;
  }


  .menu_carousel-items {
    background: transparent;
    position: relative;
  }


  .menu_carousel-items.right-shadow:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    pointer-events: none;
    z-index: 1;
    -webkit-box-shadow: inset -15px 0px 25px -5px rgba(255, 255, 255, 0.8);
    box-shadow: inset -15px 0px 25px -5px rgba(255, 255, 255, 0.8);
  }


  .menu_carousel-items.left-shadow:before {
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    z-index: 1;
    -webkit-box-shadow: inset 15px 0px 25px -5px rgba(255, 255, 255, 0.8);
    box-shadow: inset 15px 0px 25px -5px rgba(255, 255, 255, 0.8);
  }


  .top__menu-item:last-child {
    margin: 0;
  }


  .top__menu-link-icon {
    width: 28px;
    height: 28px;
  }


  .top__menu-item_info {
    display: none;
  }

}



@media screen and (max-width: 480px) {

  .header__top {
    margin: 0;
    max-width: 84%;
  }


  .header__bottom {
    /* width: 8%; */
  }


  .header__phone {
    flex-basis: 200px;
  }


  .top__menu-drop_items {
    min-width: 150px;
    padding: 10px;
  }

}



@media screen and (max-width: 400px) {

  .header__top {
    gap: 5px;
  }


  .header__phone-number-value {
    font-size: 12px;
  }

}



@media screen and (min-width: 400px) and (max-width: 480px) {

  .header {
    min-width: 360px;
  }


  .header__top {
    min-width: 260px;
  }


  .header__logo {
    width: 100%;
    height: 40px;
  }


  .sticky + .content {
    padding-top: 53px;
  }

}



@media screen and (min-width: 480px) and (max-width: 640px) {

  .header {
    min-width: 440px;
  }


  .header__top {
    min-width: 320px;
    margin: 0 auto;
  }


  .header__logo {
    width: 100%;
    height: 100%;
  }


  .header {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    min-width: 440px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 57px;
  }


  .header__top,
  .header__bottom {
    max-width: 440px;
  }


  .sticky + .content {
    padding-top: 175px;
  }

}



@media screen and (min-width: 640px) and (max-width: 768px) {

  .header__top {
    width: calc(100% - 71px);
    max-width: 100%;
  }


  .header {
    max-width: 100%;
    width: 100%;
    min-width: 600px;
    padding: 0 20px;
  }


  .header__logo-container {
    width: 24%;
  }


  .header__bottom {
    width: 35px;
  }


  .header__login-link-title {
    display: none;
  }


  .header__logo {
    height: 100%;
    width: 100%;
  }


  .header__phone-number-value {
    white-space: nowrap;
  }


  .sticky + .content {
    padding-top: 175px;
  }

}



@media screen and (min-width: 640px) {

  .header__search-small {
    display: none;
  }


  .header__search-form {
    display: block;
  }


  .header__login-link {
    margin: 0;
  }


  .header__phone {
    display: block;
  }


  .header__logo {
    margin: 0;
  }


  .header__search {
    margin: 0;
  }


  .sticky + .content {
    padding-top: 175px;
  }

}



@media screen and (min-width: 480px) {

  .sticky + .content {
    padding-top: 53px;
  }

}



@media screen and (min-width: 400px) {

  .sticky + .content {
    padding-top: 53px;
  }

}



@media screen and (min-width: 320px) {

  .sticky + .content {
    padding-top: 53px;
  }

}



@media screen and (min-width: 768px) {


  .header__top,
  .header__bottom {
    max-width: 620px;
  }


  .top__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .top__menu-item {
    margin: 0;
  }


  .header__descr-text-1,
  .header__descr-text-2 {
    display: block;
  }


  .header__top {
    grid-template-columns: 120px 320px 1fr 1.5fr 1fr 1fr;
  }


  .sticky + .content {
    padding-top: 175px;
  }


  .header__descr {
    display: none;
  }

}



@media screen and (min-width: 1024px) {


  .header__search-form,
  .header__phone,
  .header__descr {
    display: block;
  }


  .header__phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }


  .header__cart-count-title,
  .header__cart-link-title {
    display: inline;
  }


  .header__top,
  .header__bottom {
    max-width: 1000px;
  }


  .top__menu-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .top__menu-item {
    margin: 0;
  }


  .header__descr-text-1,
  .header__descr-text-2 {
    display: block;
  }


  .header__top {
    grid-template-columns: 120px 120px 1fr 2fr 0.7fr 0.7fr;
  }


  .sticky + .content {
    padding-top: 175px;
  }


  .header__phone {
    margin: 0;
  }

}



@media screen and (min-width: 1248px) {


  .header__top,
  .header__bottom {
    max-width: 1140px;
  }


  .top__menu-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .top__menu-item {
    margin: 0;
  }


  .header__descr-text-1,
  .header__descr-text-2 {
    display: block;
  }


  .header__top {
    grid-template-columns: 150px 135px 1fr 2.5fr 1fr 1fr;
  }


  .sticky + .content {
    padding-top: 175px;
  }

}



@media screen and (max-width: 1440px) {

  .header__logo {
    background-position: center center;
  }


  .header__search {
    display: flex;
    align-items: center;
  }

}




@media screen and (min-width: 1440px) {


  .header__top,
  .header__bottom {
    max-width: 1340px;
  }


  .header__descr-text-1,
  .header__descr-text-2 {
    display: inline;
  }


  .header__top {
    grid-template-columns: 150px 250px 1fr 2.1fr 0.7fr 0.7fr;
  }


  .sticky + .content {
    padding-top: 175px;
  }

}


.main__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 40px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 0 0 35px 35px;
}


.main__slider-list {
  position: relative;
  height: 400px;
}


.main__slider-item {
  height: 100%;
  background-repeat: no-repeat;
  outline: none;
  background-position: center center;
  background-size: cover;
}


.main__slider-item_container {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
}


.main__slider-item_wrapper {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 63%;
}


.main__slider-title,
.main__slider-title-second {
  margin: 0 0 12px;
  font-weight: 100;
  font-size: 58px;
  line-height: 70px;
  color: #ffffff;
}


.main__slider-title-first {
  color: #FFF;
  text-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
  font-family: Nunito;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}


.main__slider-title-second {
  color: #FFF;
  font-family: Nunito;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.main__slider-text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}


.main__slider-button {
  margin: 20px 0 0 0;
}


.main__slider-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  bottom: 0;
  margin: 0 0 20px;
  z-index: 1000;
}


.main__slider-paging li {
  cursor: pointer;
}


.main__slider-paging_item {
  margin: 0 10px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.slick-active .main__slider-paging_item {
  background: #FF416E;
}


.main__slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 70px;
  -ms-flex-item-align: center;
  align-self: center;
  pointer-events: none;
  width: 100%;
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1000;
}


.main__slider-arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: all;
}


.main__slider-arrow-left,
.main__slider-arrow-right {
  width: 40px;
  height: 40px;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -46px, -46px;
}


.main__slider-arrow-right {
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -176px, -176px;
}


.main__slider-arrow.arrow__left {
  position: absolute;
  left: -65px;
}


.main__slider-arrow.arrow__right {
  position: absolute;
  right: -65px;
}


.main__slider-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  outline: none;
}


.main__slider-list .slick-list {
  max-width: 100%;
  overflow: hidden;
}


/*Slides customization*/
.slide__love .main__slider-title,
.slide__love .main__slider-text {
  color: #ffffff;
}


.slide__love {
  background-color: #FEB1C5;
  background-image: url("/build/images/content/slide-1.png");
  background-position: 64% top;
}


.slide__black_baloon .main__slider-title,
.slide__black_baloon .main__slider-text {
  color: #000000;
}


.slide__birth {
  background-color: #4800AA;
  background-image: url("/build/images/content/slide_new/slide_birth-min.jpg");
}


.slide__oneyear {
  background-color: #F26D8C;
  background-image: url("/build/images/content/slide_new/slide_oneyear-min.jpg");
}


.slide__graduate {
  background-image: url("/build/images/content/slide_new/slide_graduate-min.jpg");
}


.slide__forhim {
  background-color: #110F0B;
  background-image: url("/build/images/content/slide_new/slide_forhim-min.jpg");
}


.slide__forher {
  background-color: #2568A8;
  background-image: url("/build/images/content/slide_new/slide_forher-min.jpg");
}


.slide__forlovers {
  background-image: url("/build/images/content/slide_new/slide_forlovers-min.jpg");
}


.slide__14feb {
  background-image: url("/build/images/content/slide_new/slide_14feb-min.jpg");
}


.slide__forkids {
  background-color: #0A1DA8;
  background-image: url("/build/images/content/slide_new/slide_forkids-min.jpg");
}


.slide__newyear {
  background-color: #0A1DA8;
  background-image: url("/build/images/content/slide_new/slide_new_year.jpg");
}


.slide__box {
  background-color: #fb4f84;
  background-image: url("/build/images/content/slide_new/slide_box-min.jpg");
}


.slide__multheroes {
  background-color: #308942;
  background-image: url("/build/images/content/slide_new/slide_multheroes-min.jpg");
}


.slide__mom {
  background-image: url("/build/images/content/slide_new/slide_mom-min.jpg");
}


.slide__trend {
  background-image: url("/build/images/content/slide_new/slide_trend-min.jpg");
}


.slide__sept {
  background-image: url("/build/images/content/slide_new/slide_sept-min.jpg");
}


.slide__23feb {
  background-image: url("/build/images/content/slide_new/slide-23feb-min.jpg");
}


.slide__8march {
  background-image: url("/build/images/content/slide_new/slide_8march-min.jpg");
}



@media screen and (max-width: 768px) {

  .main__slider-item {
    padding: 10px 0;
  }


  .main__slider-list {
    height: 160px;
  }


  .main__slider-list .slick-track {
    height: 160px;
  }


  .main__slider-paging {
    bottom: -38px;
  }


  .main__slider-paging_item {
    width: 8px;
    height: 8px;
  }


  .main__slider-paging_item {
    background: #E5E5E5;
  }


  .main__slider-title,
  .main__slider-title-second {
    font-size: 24px;
    line-height: 28px;
  }


  .main__slider-title-first {
    font-size: 18px;
    line-height: 24px;
  }


  .main__slider-item_wrapper {
    max-width: 70%;
  }


  .main__slider-text {
    display: none;
  }


  .main__slider-item_container {
    padding: 0;
  }


  .main__slider-paging_item {
    margin: 0 6px;
  }


  .main__slider-arrows {
    display: none;
  }


  .main__slider-title {
    margin: 0;
  }


  .main__slider-text_first {
    display: none;
  }


  .main__slider-item_container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }


  .main__slider-button .button__transparent {
    background: #FF416E;
    border: 1px solid #FF416E;
    -webkit-box-shadow: 0px 5px 15px rgba(255, 65, 110, 0.3);
    box-shadow: 0px 5px 15px rgba(255, 65, 110, 0.3);
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    border-radius: 24px;
    color: #fff;
  }


  .main__slider-button {
    margin: 0;
  }

}



@media screen and (min-width: 320px) and (max-width: 768px) {

  .main__slider {
    padding: 0 0 40px;
    margin: 0;
  }


  .main__slider-paging {
    bottom: 0;
  }

}



@media screen and (min-width: 480px) and (max-width: 768px) {

  .main__slider-item_container {
    max-width: 440px;
  }


  .main__slider-list,
  .main__slider-list .slick-track {
    height: 250px;
  }


  .main__slider-text_first {
    display: block;
  }


  .main__slider-title-first {
    font-size: 24px;
    line-height: 32px;
  }


  .main__slider-title,
  .main__slider-title-second {
    font-size: 38px;
    line-height: 42px;
  }


  .main__slider-text {
    display: none;
  }


  .main__slider-item_wrapper {
    max-width: 70%;
  }

}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .main__slider-item_container {
    max-width: 600px;
  }
}

.filter {
  margin: 0 0 10px 0;
}


.filter__title {
  color: #2D4850;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 10px 0 0;
}


.filter__field {
  cursor: pointer;
}


.sale__block {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 5px;
}


.sale__value,
.sale__title {
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -1.3px;
  padding: 2px;
}


.sale__value {
  background: #FF416E;
}


.sale__title {
  background: #7166A9;
  letter-spacing: 0px;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.photo__grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 25%);
  margin: 0 0 40px;
}


.photo__grid-item {
  display: block;
}


.photo__grid-link {
  display: block;
}


.photo__grid-image {
  display: block;
  width: 100%;
  height: auto;
}


.photo__grid-title {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 0;
}



@media screen and (min-width: 640px) and (max-width: 768px) {

  .photo__grid {
    grid-template-columns: repeat(3, 33.3%);
  }

}



@media screen and (min-width: 320px) and (max-width: 640px) {

  .photo__grid {
    grid-template-columns: repeat(2, 50%);
  }

}



@media screen and (max-width: 320px) {

  .photo__grid {
    grid-template-columns: repeat(2, 50%);
  }

}


.breadcrumbs {
  margin: 0 0 30px;
}


.breadcrumbs__item {
  font-size: 14px;
  line-height: 16px;
}


.breadcrumbs__item:not(:first-child):before {
  content: '/';
  display: inline-block;
  pointer-events: none;
  color: #7166A9;
  margin: 0 11px;
}


.breadcrumbs__item:last-child {
  color: #9DB1C2;
}


.breadcrumbs__item:last-child:hover {
  opacity: 1;
}


.breadcrumbs__item:hover {
  opacity: 0.8;
}


.breadcrumbs__item:hover:before {
  opacity: 1;
}



@media screen and (max-width: 480px) {

  .breadcrumbs {
    display: none;
  }

}



@media screen and (min-width: 480px) and (max-width: 640px) {

  .breadcrumbs {
    margin: 0 0 20px;
    display: block;
  }

}


.counter {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
  max-width: 133px;
  height: 40px;
  padding: 12px 13px;
  background: #F7F7F7;
  border-radius: 20px;
  box-sizing: border-box;
}


.counter__button {
  color: #FF416E;
  cursor: pointer;
}


.counter__button-minus {
  position: relative;
  top: -2px;
  font-weight: 100;
  user-select: none;
  font-size: 58px;
  line-height: 58px;
}


.counter__button-plus {
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 26px;
  line-height: 26px;
}


.counter__input {
  width: auto;
  max-width: 45px;
  text-align: center;
  background: none;
  border: none;
  color: #000000;
  font-weight: 500;
  display: block;
  min-height: 22px;
}


.table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #F6F6F6;
  margin: 0 0 40px;
}


.table th,
.table td {
  text-align: left;
  padding: 0;
  margin: 0;
}


.table th {
  font-weight: normal;
  padding: 11px 0 19px;
  border-bottom: 1px solid #F6F6F6;
  color: #2D4850;
}


.table td {
  padding: 20px 0;
  font-weight: 500;
}



@media screen and (max-width: 480px) {

  .table td {
    font-weight: 400;
  }

}


.menu {
  position: fixed;
  display: none;
  width: 100%;
  min-height: calc(100% + 196px);
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10001;
  padding: 5px 0 0 0;
}


.menu__close {
  position: absolute;
  left: -70px;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}


.menu__close-icon {
  width: 22px;
  height: 22px;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -247px, -247px;
}


.menu__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FF416E;
  margin: 0 0 40px;
}


.menu__container {
  display: block;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}


.menu__block {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 40px;
}


.menu__block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0 0 21px;
}


.menu__block-title a {
  color: #000000;
}


.menu__block-item {
  margin: 0 0 15px;
}


.menu__block-link {
  font-size: 14px;
  line-height: 12px;
  color: #65848D;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


.menu__block-link:hover {
  color: #7166A9;
}


.menu__block-link-bold {
  font-weight: 500;
  color: #FF416E;
}


.menu__block-mobile {
  display: none;
}


.menu__scroll-container {
  max-height: calc(100vh - 196px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}



@media screen and (max-width: 480px) {

  .menu__wrapper {
    height: calc(100% + 57px);
  }


  .menu__scroll-container {
    max-height: 100vh;
    overflow: hidden;
    height: 100%;
  }


  .menu__title {
    display: none;
  }


  .menu__block-title {
    margin: 0 0 15px;
  }


  .menu {
    margin: 48px 0px 0px;
    overflow: hidden;
    height: 100%;
  }


  .menu__container {
    columns: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }


  .top__menu-opened .top__menu-link-icon {
    width: 22px;
    height: 22px;
    background-image: url(/build/images/svg/sprite.svg);
    background-position: -247px, -247px;
    background-repeat: no-repeat;
    background-size: auto;
  }


  .menu__block {
    margin: 0 0 20px;
  }


  .menu__close {
    display: none;
  }


  .menu__block-mobile {
    display: block;
  }

}



@media screen and (min-width: 480px) and (max-width: 640px) {

  .menu__title {
    display: none;
  }


  .menu__block-title {
    margin: 0 0 15px;
  }


  .menu {
    margin: 48px 0px 0px;
    overflow: scroll;
    height: 100%;
    padding: 15px 0 40px;
  }


  .menu__container {
    columns: 2;
  }


  .menu__scroll-container {
    max-height: 100%;
  }


  .top__menu-opened .top__menu-link-icon {
    width: 22px;
    height: 22px;
    background-image: url(/build/images/svg/sprite.svg);
    background-position: -247px, -247px;
    background-repeat: no-repeat;
    background-size: auto;
  }


  .menu__block {
    margin: 0 0 20px;
  }


  .menu__close {
    display: none;
  }


  .menu__block-mobile {
    display: block;
  }

}



@media screen and (min-width: 1024px) {

  .menu__wrapper {
    max-width: 710px;
  }

}



@media screen and (min-width: 1248px) {

  .menu__wrapper {
    max-width: 860px;
  }

}



@media screen and (min-width: 1440px) {

  .menu__wrapper {
    max-width: 1060px;
  }

}


.content__page h2 {
  margin: 40px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}


.content__page ul {
  color: #2D4850;
}


.content__page ul li {
  font-size: 14px;
  line-height: 28px;
}


.content__page ul li:before {
  content: "\2014";
  display: block;
  float: left;
  margin: 0 7px 0 0;
}


.content__page ol {
  counter-reset: item;
  padding: 0;
  color: #2D4850;
}


.content__page ol li {
  margin: 0 0 20px;
  counter-increment: item;
  font-size: 14px;
  line-height: 20px;
}


.content__page ol li:before {
  display: inline-block;
  width: 1em;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-align: right;
  content: counter(item) ")";
}


.content__page p {
  margin: 40px 0;
  color: #2D4850;
  font-size: 14px;
  line-height: 20px;
}


.content__page .content__page-warning {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #FF416E;
}


.search__result-empty {
  text-align: left;
  color: #000;
  line-height: 20px;
  margin: 0 0 20px;
}


.search__result-empty h3 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}


.search__result-empty a {
  color: #ed4a90;
  text-decoration: underline;
}



@media screen and (max-width: 480px) {

  .main__title {
    font-size: 18px;
    line-height: 21px;
  }


  .content__page h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 20px;
  }


  .content__page p {
    margin: 20px 0;
  }

}


.offers {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 520px);
  margin: 40px 0;
}


.offers__item {
  height: 290px;
}


.offers__item-title {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin: 40px 0 0 35px;
}


.offers__item-label {
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background: #FF416E;
  padding: 15px 35px;
  margin: 8px 0 0 0;
  display: inline-block;
}


.offers__item-1 {
  background: url("/build/images/content/offers-1.jpg") left top no-repeat;
}


.offers__item-2 {
  background: url("/build/images/content/offers-2.jpg") left top no-repeat;
}


.offers__item-3 {
  background: url("/build/images/content/offers-3.jpg") left top no-repeat;
}


.offers__item-3 .offers__item-title {
  color: #fff;
}


.offers__item-4 {
  background: url("/build/images/content/offers-4.jpg") left top no-repeat;
}


.offers__item-4 .offers__item-title {
  color: #fff;
}



@media screen and (max-width: 480px) {

  .offers {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }


  .offers__item {
    background-size: contain;
    min-height: 156px;
    height: auto;
    width: 100%;
  }


  .offers__item-title {
    margin: 15px 0 0 15px;
    font-size: 24px;
    line-height: 28px;
  }


  .offers__item-label {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 16px;
  }

}


.paging {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, 40px);
  margin: 40px 0;
}


.paging__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: #F7F7F7;
  cursor: pointer;
}


.paging__item.paging__active {
  color: #fff;
  background: #FF416E;
  pointer-events: none;
}


.paging__item:hover {
  opacity: .8;
}


.paging__more {
  pointer-events: none;
}


.paging__prev {
  width: 100%;
  height: 100%;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -298px, -298px;
}


.paging__next {
  width: 100%;
  height: 100%;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -368px, -368px;
}


.popup__container {
  background: #FFF;
  max-width: 650px;
  margin: 40px auto;
  padding: 20px 30px;
  position: relative;
}


.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}


.popup__close:after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 22px;
  height: 22px;
  background-image: url(/build/images/svg/sprite.svg);
  background-position: -247px, -247px;
}


.popup__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0;
}

.product {
  display: grid;
  grid-template-columns: 430px 1fr;
  grid-gap: 40px;
  margin: 0 0 40px 0;
  overflow: hidden;
}


.main__title-mobile {
  display: none;
}


.product__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.product__images-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, 74px);
  grid-gap: 10px;
}


.product__images-thumb {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}


.product__images-thumb.product__images-thumb-active {
  opacity: 1;
}


.product__images-image {
  position: relative;
  min-width: 340px;
}


.product__images-image img {
  display: block;
}


.product__images-big {
  display: block;
}


.zoom-pane {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 0;
  left: calc(100% + 15px);
  z-index: 11111;
  pointer-events: none;
}


.product__info-header {
  margin: 0 0 40px;
}


.product__info-title {
  margin: 0 0 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}


.product__info-text {
  font-size: 14px;
  line-height: 20px;
  color: #2D4850;
}


.product__info-prop-value {
  display: inline-block;
  font-weight: 500;
}


.product__info-prop-line {
  content: '';
  display: block;
  height: 1px;
  margin: 0 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #dcdcdc), color-stop(0, transparent)) repeat-x bottom;
  background: -o-linear-gradient(left, #dcdcdc 33%, transparent 0) repeat-x bottom;
  background: linear-gradient(90deg, #dcdcdc 33%, transparent 0) repeat-x bottom;
  background-size: 3px 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.product__info-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  max-width: 63%;
}


.product__info-sku {
  margin: 0 0 12px;
}


.product__info-descr {
  margin: 0 0 40px;
}


.product__info-prices_list {
  margin: 0 0 45px 0;
}


.radio__text .currency__rub {
  margin: 0 5px 0 6px;
}


.product .counter__container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 10px 0 0 10px;
}


.product__info-options_list {
  margin: 0 0 40px;
}


.product__summary-total {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FF416E;
}


.product__summary-button {
  font-weight: 500;
  width: 180px;
  text-align: center;
  justify-content: center;
  position: relative;
  margin: 25px 0 0 0;
}


.product-page.main__title {
  display: none;
}


.product__slider-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  bottom: 0;
  margin: 9px 0 20px;
  z-index: 1000;
}


.product__slider-paging li {
  cursor: pointer;
}


.product__slider-paging_item {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  background: #E5E5E5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.slick-active .product__slider-paging_item {
  background: #FF416E;
}


.product__summary-button-total {
  display: none;
}


.product__images-thumb_image {
  max-width: 70px;
  max-height: 70px;
  display: block;
}


.playbutton {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.old__price-value {
  display: block;
  position: absolute;
  top: -17px;
  font-size: 14px;
  color: #676565;
  left: 15px;
  text-decoration: line-through;
}



@media screen and (max-width: 480px) {

  .main__title-mobile {
    display: block;
  }


  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .product-page.main__title {
    display: block;
  }


  .product__images-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    min-height: 300px;
    overflow: hidden;
    max-height: 500px;
  }


  .product__images-image img {
    margin: auto;
    width: 100%;
  }


  .product__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .product__images-thumbs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
  }


  .product__info-header {
    display: none;
  }


  .product__images-thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
  }


  .product__images-thumbs .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .product__info-descr-maininfo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }


  .product__info-prices {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 40px;
  }


  .product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .product__info-descr-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }


  .product__info-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
  }


  .product__info-prices_list {
    margin: 0 0 15px 0;
  }


  .product__hifloat .radio__text {
    font-size: 12px;
    line-height: 20px;
    color: #FF416E;
  }


  .product__hifloat {
    margin-top: 20px;
  }


  .product__summary .product__info-title {
    display: none;
  }


  .product__summary-total {
    display: none;
  }


  .product__summary-button {
    margin: 0;
  }


  .product__info-options_list {
    margin: 0;
  }


  .product__summary-button {
    left: 0;
    width: 100%;
    margin: 18px 0 0 0;
  }


  .product__summary-button-total {
    display: inline-block;
    margin: 0 0 0 4px;
  }


  .product__info-prop {
    width: 100%;
    max-width: 100%;
  }


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

  .product__info-descr-info .product__info-text p {
    font-size: 12px;
    line-height: 18px;
  }

  .product__info-descr-info {
    margin: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 640px) {

  .product-page .main__title {
    margin: 0 0 20px 0;
  }


  .product {
    grid-template-columns: 1fr;
  }


  .product__info-header {
    display: none;
  }


  .product__info-prop {
    width: 100%;
    max-width: 100%;
  }


  .product__info-descr {
    margin: 0 0 20px 0;
  }


  .product__images-big {
    max-width: 340px;
    max-height: 340px;
    display: block;
  }


  .product__images-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}


.cart__table-th-image {
  width: 90px;
}


.cart__table-th-sku {
  width: 91px;
}


.table .cart__table-td-name {
  padding-right: 20px;
  width: 313px;
}


.cart__table-th-price {
  padding-right: 20px;
  width: 153px;
}


.cart__table-th-hifloat {
  width: 128px;
}


.cart__table-th-count {
  width: 143px;
}


.cart__table .checkbox__container {
  margin: 0;
}


.cart__table-td-total {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FF416E;
}


.cart__table-delete {
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: -438px, -438px;
  cursor: pointer;
}


.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}


.cart__total-value {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FF416E;
}


.cart__info {
  color: #2D4850;
  margin: 7px 0 35px;
}


.cart__confirm {
  font-weight: 500;
  padding: 7px 15px;
}


.discount__input {
  max-width: 250px;
  margin: 0 20px 0 0;
}


.discount__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.cart__confirm-total {
  display: none;
}



@media screen and (max-width: 480px) {

  .cart__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 0 20px;
  }


  .cart__table table,
  .cart__table tbody,
  .cart__table th,
  .cart__table tr {
    display: block;
    padding: 0;
    margin: 0;
  }


  .cart__table tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 0 20px;
    width: 100%;
  }


  .cart__table thead {
    display: none;
  }


  .cart__table-image {
    max-width: 40px;
    display: block;
  }


  .cart__table-td-image {
    position: absolute;
    left: 0;
    top: 0;
  }


  .cart__table-td-actions {
    position: absolute;
    right: 0;
    top: 0;
  }


  .table .cart__table-td-name,
  .table .cart__table-td-hifloat,
  .table .cart__table-td-count,
  .table .cart__table-td-total,
  .table .cart__table-td-actions {
    display: block;
    padding: 0 0 0 60px;
  }


  .table .cart__table-td-image {
    padding: 0;
  }


  .table .cart__table-td-sku,
  .cart__table-td-price {
    display: none;
  }


  .table .cart__table-td-total {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: #000;
    margin: 0 0 10px;
  }


  .table .cart__table-td-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 10px;
  }


  .table .cart__table-td-hifloat {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 10px;
  }


  .cart__table-td-hifloat .radio__text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }


  .cart__table-td-count {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }


  .cart__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .cart__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .cart__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }


  .discount__form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .discount__input {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }


  .discount__button {
    margin: 0 0 20px;
  }


  .cart__info {
    font-size: 12px;
    line-height: 18px;
  }


  .cart__total-value {
    display: none;
  }


  .cart__confirm-total {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }


  .cart__confirm {
    -webkit-box-shadow: 0px 10px 30px rgba(255, 65, 110, 0.3);
    box-shadow: 0px 10px 30px rgba(255, 65, 110, 0.3);
    width: 100%;
  }


  .table .cart__table-td-actions {
    position: absolute;
  }


  .cart__table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

}


.order {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1.42fr 1fr;
}


.order__title {
  margin: 0 0 20px;
}


.order__input {
  max-width: 250px;
  margin: 0 0 15px;
}


.order__text {
  padding: 0 20px;
  margin: 0 0 10px;
}


.order__get-code {
  margin: 0 0 0 20px;
  cursor: pointer;
}


.order__get-code.disabled {
  color: #ccc;
}


.order__block {
  margin: 0 0 40px 0;
}


.order__block-code {
  display: none;
}


.order__input-error-text {
  color: red;
  font-size: 12px;
  position: relative;
  top: -7px;
  left: 20px;
}


.order__get-code-refresh {
  border-bottom: 1px dashed;
}


.order__delivery .order__text {
  margin: 6px 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #2D4850;
}


.order_total-form {
  margin: 48px 0 0;
  padding: 40px;
  border: 1px solid #D2E1EF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}


.order_total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}


.order_total-sub {
  width: 100%;
  margin: 11px 0 0 0;
}


.order_total-title,
.order_total-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}


.order_total-discount_value {
  color: #FF416E;
}


.order_result {
  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;
  margin: 37px 0 0;
  border-top: 1px solid #D2E1EF;
  padding: 40px 0 0;
}


.order_result-title,
.order_result-value {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}


.order_result-confirm {
  width: 100%;
  margin: 20px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


.order__confirm {
  padding: 7px 34px;
}


.order__total-text {
  margin: 40px 40px 0;
  color: #2D4850;
  font-size: 14px;
  line-height: 20px;
}


.order__confirm-mobile {
  display: none;
}


.order__delivery-time_block,
.order__delivery-address_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.order__delivery-time_block {
  margin: 0 0 15px;
}


.order__delivery-address_block {
  margin: 0 0 15px;
}


.order__input-date,
.order__input-street {
  width: 40%;
  min-width: 250px;
  margin: 0 20px 0 0;
}


.order__delivery-address .order__input {
  margin: 0 20px 0 0;
}


.order__delivery-address .order__input:last-child {
  margin-right: 0;
}


.order__right {
  margin: 0 0 40px;
}


.order__confirm-mobile {
  display: none;
}


.order__second.hidden {
  display: none;
}



@media screen and (max-width: 480px) {

  .order {
    grid-template-columns: 1fr;
  }


  .order__title {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
  }


  .order__text {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
  }


  .order__get-code {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }


  .order__block {
    margin: 0 0 40px;
  }


  .order__confirm-mobile {
    display: block;
  }


  .order__right {
    display: none;
  }


  .order {
    margin: 0 0 40px;
  }


  .order__input {
    max-width: 100%;
  }


  .order__input-date,
  .order__input-street {
    width: 100%;
    margin: 0 20px 0 0;
    min-width: auto;
  }


  .order__delivery-time_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .input.order__input-date,
  .input.order__input-street {
    width: 100%;
    margin: 0 0 15px;
  }


  .order__input-from,
  .order__input-to {
    wIdth: 45%;
  }


  .order__delivery-address_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .input.order__input-house,
  .input.order__input-corp,
  .input.order__input-flat {
    width: 30%;
    margin: 0;
  }


  .order__confirm-mobile {
    display: block;
  }


  .order__get-code-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

}


.auth {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
}


.auth__title {
  margin: 0 0 40px;
}


.auth .phone__input {
  text-align: center;
  width: 280px;
  margin: 0 0 20px;
}


.auth__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.auth__button {
  margin: 22px 0 0;
  width: 142px;
  text-align: center;
}


.auth__form-code {
  display: none;
}


.auth__inp-code-val {
  margin: 0 0 15px;
}


.auth__form-code-error {
  margin: 15px 0 0 0;
  color: red;
}


.auth__form .order__get-code {
  margin: 0;
}


.cabinet {
  padding-bottom: 40px;
}


.cabinet__logout {
  margin: 0 0 0 15px;
  padding: 0 4px;
  cursor: pointer;
}


.cabinet__logout-icon {
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url("/build/images/svg/sprite.svg");
  background-position: 71px, 71px;
}


.cabinet__nav {
  margin: 0 0 30px;
}


.cabinet__nav-link {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #7166A9;
  margin: 0 41px 0 0;
}


.cabinet__nav-active {
  color: #000;
}


.cabinet__table-th-id {
  width: 161px;
}


.cabinet__table-th-date {
  width: 178px;
}


.cabinet__table-th-count {
  width: 112px;
}


.cabinet__table-th-delivery {
  width: 270px;
}


.cabinet__table-th-sum {
  width: 182px;
}


.cabinet__table td {
  line-height: 20px;
}


.cabinet__table-td-sum {
  color: #FF416E;
}


.cabinet__table-td-id {
  color: #7166A9;
}


.cabinet__table-td-id-value {
  border-bottom: 1px dashed #7166A9;
  padding: 0 0 2px;
  cursor: pointer;
  outline: none;
}


.cabinet__nav-show,
.cabinet__table-td-address-mobile {
  display: none;
}


.order__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.order__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.order__items-image {
  margin: 0 10px 0 0;
}


.payment-form {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  border-radius: 5px;
  max-width: 70%;
}


.payment-form #email {
  display: block;
  margin: 10px 0;
  padding: 3px;
}


.payment-form #email.error {
  border: 2px solid red;
}


.payment-form label {
  display: block;
}



@media screen and (max-width: 480px) {

  .main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }


  .cabinet__nav {
    display: none;
  }


  .cabinet__logout {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
    margin-left: auto;
  }


  .cabinet__nav-show {
    width: 9px;
    height: 8px;
    cursor: pointer;
    display: block;
    padding: 5px;
    margin: 4px 0 0 0;
  }


  .cabinet__nav-show_icon {
    display: block;
    width: 9px;
    height: 8px;
    background-image: url("/build/images/svg/sprite.svg");
    background-position: 206px, 206px;
  }


  .cabinet__table {
    border-top: 1px solid #F6F6F6;
    font-size: 12px;
    line-height: 14px;
  }


  .cabinet__table,
  .cabinet__table tbody,
  .cabinet__table-td-address-mobile {
    display: block;
  }


  .cabinet__table-td-sum,
  .cabinet__table-td-address,
  .cabinet__table-td-count,
  .cabinet__table-td-delivery,
  .cabinet__table-th-count,
  .cabinet__table-th-delivery,
  .cabinet__table-th-sum {
    display: none;
  }


  .cabinet__table-th-id,
  .cabinet__table-th-date,
  .cabinet__table-th-status {
    width: 33.3%;
  }


  .cabinet__table-th-id {
    text-align: left !important;
  }


  .cabinet__table-th-date {
    text-align: center !important;
  }


  .cabinet__table-th-status {
    text-align: right !important;
  }


  .cabinet__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


  .cabinet__table thead {
    display: block;
  }

}


.faq .faq__item {
  margin: 0 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


.faq .faq__item:before {
  display: none;
}


.faq .faq__item.active .faq__item-title {
  color: #000;
  border-bottom: none;
}


.faq .faq__item.active .faq__item-content {
  display: block;
}


.faq .faq__item-title {
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #7166A9;
  border-bottom: 1px dashed #7166A9;
  cursor: pointer;
  margin: 3px 0;
}


.faq .faq__item-content {
  display: none;
}


.faq__list {
  margin: 40px 0;
}



@media screen and (max-width: 480px) {

  .faq .faq__item-title {
    font-size: 14px;
    line-height: 16px;
    border-bottom: medium none;
  }


  .faq__list {
    margin: 0 0 40px 0;
  }


  .faq .faq__item {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #F6F6F6;
  }


  .faq .faq__item.active .faq__item-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }


  .faq .faq__item-content {
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }

}


.restaurant {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  grid-gap: 40px 20px;
  margin: 40px 0;
}


.restaurant__item {
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}


.restaurant__item:hover {
  opacity: .8;
}


.restaurant__image {
  position: relative;
  margin: 0 0 20px;
}


.restaurant__count {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF416E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 7px 12px;
}


.restaurant__title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}


.restaurant__descr {
  font-size: 14px;
  line-height: 20px;
  color: #2D4850;
}


.restaurant__pic {
  display: block;
  width: 100%;
}



@media screen and (max-width: 480px) {

  .restaurant {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 20px 0 40px;
  }

}


h2.print__page-subheader {
  margin: 40px 0 30px;
}


.print__table th {
  font-weight: normal;
}


.print__table tbody td {
  color: #FF416E;
}


.print__table tbody td:first-child {
  color: #000;
}


.print__calc {
  margin: 40px 0;
  padding: 50px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEE567), color-stop(51.04%, #FEEC86), to(#FDED8B));
  background: -o-linear-gradient(top, #FEE567 0%, #FEEC86 51.04%, #FDED8B 100%);
  background: linear-gradient(180deg, #FEE567 0%, #FEEC86 51.04%, #FDED8B 100%);
}


.print__form {
  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;
  width: 50%;
}


.print__calc .input {
  max-width: 47%;
  background: transparent;
  border: 1px solid #000000;
}


.print__calc .input::-webkit-input-placeholder {
  color: #888787;
}


.print__calc .input::-moz-placeholder {
  color: #888787;
}


.print__calc .input:-ms-input-placeholder {
  color: #888787;
}


.print__calc .input::-ms-input-placeholder {
  color: #888787;
}


.print__calc .input::placeholder {
  color: #888787;
}


.print__calc .input:-ms-input-placeholder {
  color: #888787;
}


.print__calc .input::-ms-input-placeholder {
  color: #888787;
}


.print__header {
  margin: 0 0 26px;
}


.print__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}


.print__calc .print__form-count {
  max-width: 30%;
}


.print__calc .radio__text {
  font-weight: 500;
  padding: 0 0 0 6px;
  margin: 0 21px 0 0;
}


.print__form-radio_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 23px;
}


.print__form-btn {
  padding: 7px 42px;
}


.print__policity {
  margin: 19px 0;
  font-size: 14px;
  line-height: 20px;
  color: #2D4850;
}


h2.print__guarantee-title {
  margin: 40px 0 17px;
}


ul.print__guarantee-list li {
  line-height: 20px;
  margin: 0 0 20px;
}


.print__partners {
  display: grid;
  grid-gap: 14px 20px;
  grid-template-columns: repeat(6, 160px);
  margin: 23px 0 40px;
}


.print__partners-item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
}


.print__partners-item img {
  max-width: 130px;
}


.print__table-mobile {
  display: none;
}


.print__table-mobile {
  font-size: 14px;
  line-height: 16px;
}


.print__table-mobile_body-tr,
.print__table-mobile_header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}


.print__table-mobile_header {
  padding: 0 0 20px;
  border-bottom: 1px solid #F6F6F6;
}


.print__table-mobile_body-tr {
  padding: 20px 0;
  border-bottom: 1px solid #F6F6F6;
}


.print__table-mobile_body-row {
  margin: 0 0 10px 0;
}


.print__table-mobile_body-td-price {
  font-weight: 500;
  color: #FF416E;
}


.print__form-radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}


.form__count-inp.input {
  width: 100%;
  max-width: 70%;
}



@media screen and (max-width: 480px) {

  h2.print__page-subheader {
    margin: 20px 0;
  }


  .print__form {
    width: 100%;
  }


  .print__calc .input {
    max-width: 100%;
  }


  .print__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }


  .print__partners,
  .print__table,
  .print__guarantee-title {
    display: none;
  }


  .print__table-mobile {
    display: block;
  }


  .price__button-more {
    width: auto;
  }


  .print__input {
    margin: 0 0 20px;
  }


  ul.print__guarantee-list li {
    margin: 0 0 10px;
  }


  .print__guarantee-list {
    margin: 0 0 40px;
  }


  .print__calc {
    padding: 20px 0;
  }

}


/*CONTENT PAGE*/
.section__title {
  margin-bottom: 20px;
}


.howtobuy {
  padding-bottom: 40px;
}


.howtobuy__block,
.howtobuy p {
  font-size: 16px;
  line-height: 21px;
}


.howtobuy h2 {
  margin: 20px 0;
}


.faq__question {
  margin-bottom: 15px;
}


.faq__text,
.seo p {
  font-size: 16px;
  line-height: 21px;
}


.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7166A9;
}


.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}


textarea.inactive {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
  outline: none;
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(360deg);
  }

}


img.lazy {
  background: #ccc;
}