@charset 'UTF-8';

/*
  Theme Name: bips.com.ua
  Version: 1.0
*/

/**
* Шрифты
*/

@font-face {
  font-family: 'Gordita';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('fonts/Gordita-Black.woff2') format('woff2'), url('fonts/Gordita-Black.woff') format('woff');
}

@font-face {
  font-family: 'Gordita';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('fonts/Gordita-Bold.woff2') format('woff2'), url('fonts/Gordita-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Gordita';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('fonts/Gordita-Medium.woff2') format('woff2'), url('fonts/Gordita-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Gordita';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('fonts/Gordita-Regular.woff2') format('woff2'), url('fonts/Gordita-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gordita';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('fonts/Gordita-Light.woff2') format('woff2'), url('fonts/Gordita-Light.woff') format('woff');
}

/**
* Normalize
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  text-decoration-skip-ink: none;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: 'Gordita', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000;
  background-color: #ffffff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
  color: #7a64ff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #7a64ff;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* Общие
*/

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrap {
  position: relative;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.main__content {
  position: relative;
  width: 76.5625%;
  padding-left: 50px;
}

.main__aside {
  position: relative;
  width: 23.4375%;
  padding-right: 10px;
}

.main__aside:before {
  position: absolute;
  top: -70px;
  right: 0;
  bottom: 0;
  left: -1000px;
  display: block;
  content: '';
  background-color: #f7f7f7;
}

.main__aside > * {
  position: relative;
  z-index: 5;
}

/**
* Шапка
*/

.header {
  position: relative;
  margin-bottom: 70px;
  background-color: #141414;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__logo {
  margin-right: 50px;
}

.header__logo-link {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.header__logo-link:hover {
  color: #ffffff;
}

.header__tagline {
  display: none;
}

.header__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__social-btn {
  margin-right: 30px;
  text-decoration: none;
}

.header__social-btn:last-child {
  margin-right: 0;
}

.header__social-btn:hover {
  opacity: 0.9;
}

.header__nav {
  width: 50%;
}

.header__phone {
  width: 25%;
}

.header__phone-num {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.header__phone-num:hover {
  color: #ffffff;
}

.header__dropdown {
  position: absolute;
  z-index: 900;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding: 30px 0;
  background-color: #f7f7f7;
}

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

.header__aside-nav {
  width: 25%;
}

.header__aside-cat {
  width: 50%;
}

.header__aside-phone {
  display: none;
}

.header__aside-address {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  width: 25%;
  color: #151515;
}

.header__toggle {
  display: none;
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .sub-menu {
  display: none;
}

.header-menu > li {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  width: 50%;
}

.header-menu > li > a {
  text-decoration: none;
  color: #ffffff;
}

.header-menu > li > a:hover {
  color: #dadada;
}

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

.main-menu > li {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  color: #151515;
}

.main-menu > li:last-child {
  margin-bottom: 0;
}

.main-menu > li > a {
  text-decoration: none;
  color: #151515;
}

.main-menu > li > a:hover {
  text-decoration: underline;
  color: #151515;
}

.category-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-menu > li {
  width: 50%;
}

.category-menu > li > a {
  display: none;
}

.category-menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-menu > li > ul > li {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
  color: #151515;
}

.category-menu > li > ul > li:last-child {
  margin-bottom: 0;
}

.category-menu > li > ul > li > a {
  text-decoration: none;
  color: #151515;
}

.category-menu > li > ul > li > a:hover {
  text-decoration: underline;
  color: #151515;
}

/**
* Кнопки
*/

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

.nav-toggle {
  display: none;
}

/**
* Навигация
*/

/**
* Подвал
*/

.footer {
  padding: 60px 0 40px 0;
  background-color: #d7d7d7;
}

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

.footer__contact {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.footer__copywrite {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
}

.footer__main {
  text-align: center;
}

.footer__logo {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 35px;
  text-align: center;
  color: #151515;
}

.footer__desc {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  color: #151515;
}

.footer__phone {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #151515;
}

.footer__phone-num {
  text-decoration: none;
  color: #151515;
}

.footer__phone-num:hover {
  color: #151515;
}

.footer__address {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 40px;
  color: #151515;
}

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

.footer-menu > li {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.footer-menu > li > a {
  text-decoration: none;
  color: #151515;
}

.footer-menu > li > a:hover {
  opacity: 0.8;
}

/**
* Типографика
*/

.heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.09;
  margin: 0 0 30px 0;
  color: #151515;
}

.heading_main {
  padding-right: 80px;
}

.textwidget {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #000000;
}

.article {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #000000;
}

.article_page {
  margin-bottom: 100px;
}

.article_product {
  margin-bottom: 60px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: bold;
  line-height: 1.09;
  margin: 50px 0 22px 0;
  color: #000000;
}

.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
  margin-top: 0;
}

.article h1:last-child,
.article h2:last-child,
.article h3:last-child,
.article h4:last-child,
.article h5:last-child,
.article h6:last-child {
  margin-bottom: 0;
}

.article h1 {
  font-size: 52px;
}

.article h2 {
  font-size: 48px;
}

.article h3 {
  font-size: 44px;
}

.article h4 {
  font-size: 36px;
}

.article h5 {
  font-size: 30px;
}

.article h6 {
  font-size: 26px;
}

.article p {
  margin-bottom: 22px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article ol,
.article ul {
  margin: 30px 0;
}

.article li {
  margin-bottom: 5px;
}

.article li:last-child {
  margin-bottom: 0;
}

/**
* Корзина
*/

.cart-widget {
  position: absolute;
  top: 0;
  right: 0;
}

.cart-widget__link {
  position: relative;
  display: block;
  width: 74px;
  height: 76px;
  text-decoration: none;
  background: url(img/ico-cart.png) 0 0 no-repeat;
}

.cart-widget__count {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 14px;
  right: -6px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #7a64ff;
}

.cart-form {
  margin-bottom: 70px;
}

.cart-form__group {
  margin-bottom: 30px;
}

.cart-form__label {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  color: #151515;
}

.cart-form__submit {
  margin-top: 50px;
}

.cart-form__btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  padding: 22px 80px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.cart-form__btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.form-control {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 25px;
  color: #151515;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #ffffff;
}

.form-control_name {
  width: 780px;
}

.form-control_phone {
  width: 520px;
}

.adn-control_error {
  border-color: red;
}

.error-alert {
  font-size: 18px;
  color: red;
  margin-top: 5px;
}

.select-control {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  width: 380px;
  height: 70px;
  padding: 0 70px 0 25px;
  color: #151515;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #ffffff url(img/svg/ico-arrow-dropdown.svg) -webkit-calc(100% - 20px) center no-repeat;
  background: #ffffff url(img/svg/ico-arrow-dropdown.svg) calc(100% - 20px) center no-repeat;
  background-size: 32px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-control::-ms-expand {
  display: none;
}

.order-num {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cart-table {
  margin-bottom: 20px;
}

.cart-table__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #000000;
}

.cart-table__toggle {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  border: none;
  background: url(img/svg/ico-arrow-down.svg) center center no-repeat;
  background-size: 18px 18px;
}

.cart-table__item_open .cart-table__toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart-table__toggle:hover {
  opacity: 1;
}

.cart-table__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #151515;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.cart-table__title-link {
  text-decoration: none;
  color: #151515;
}

.cart-table__price {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  width: 140px;
  color: #151515;
}

.cart-table__num {
  margin-right: 40px;
  margin-left: 20px;
}

.cart-table__remove {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
  border: none;
  background: url(img/svg/ico-close.svg) center center no-repeat;
  background-size: 18px 18px;
}

.cart-table__remove:hover {
  opacity: 1;
}

.cart-table__list {
  display: none;
}

.cart-table__unit {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px;
  color: #2b2b2b;
}

.cart-table__unit:first-child {
  margin-top: 20px;
}

.cart-table__label {
  font-weight: 500;
}

.cart-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cart-total__label {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-right: 60px;
  color: #151515;
}

.cart-total__value {
  font-size: 38px;
  font-weight: normal;
  line-height: 42px;
  color: #151515;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.number_border {
  width: 140px;
  height: 70px;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.number__control {
  font-size: 24px;
  font-weight: 500;
  width: 60px;
  height: 24px;
  padding: 0;
  text-align: center;
  border: none;
  background: none;
}

.number__btn {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}

.number__btn:hover {
  opacity: 1;
}

.number__btn:before,
.number__btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  background-color: #000000;
}

.number__btn:before {
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
}

.number__btn_plus:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}

.cart-product {
  margin-bottom: 50px;
}

.cart-product__head {
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 30px;
  color: #151515;
}

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

.cart-product__img {
  width: 38.94389%;
}

.cart-product__img img {
  border: 1px solid #000000;
  border-radius: 10px;
}

.cart-product__inner {
  width: 61.05611%;
  padding-left: 60px;
}

.cart-product__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-product__group {
  margin-right: 60px;
  margin-bottom: 40px;
}

.cart-product__group .select-control {
  width: auto;
}

.cart-product__label {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  color: #151515;
}

.cart-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cart-product__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cart-product__price-label {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-right: 25px;
  color: #151515;
}

.cart-product__price-value {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  color: #151515;
}

.cart-product__buy {
  margin-left: auto;
}

.cart-product__btn {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  padding: 20px 80px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.cart-product__btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.cart-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cart-action__btn {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  padding: 20px 80px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.cart-action__btn_continue {
  font-weight: 400;
  color: #151515;
  background: #dadada;
}

.cart-action__btn_continue:hover {
  color: #151515;
  background: #cecece;
}

.cart-action__btn_order {
  font-weight: 700;
  color: #ffffff;
  background: #7a64ff;
}

.cart-action__btn_order:hover {
  color: #ffffff;
  background: #6f56ff;
}

.cart-action__btn:hover {
  box-shadow: 0 0 0 transparent;
}

.cart-empty_hide {
  display: none;
}

.order-wrap {
  display: none;
}

.order-wrap_show {
  display: block;
}

/**
* Первый экран на главной
*/

.welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.welcome__main {
  width: 50%;
}

.welcome__head {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 22px;
  color: #151515;
}

.welcome__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 27px;
  color: #151515;
}

.welcome__desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 34px;
  color: #151515;
}

.welcome__phone-btn {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  display: inline-block;
  padding: 25px 30px;
  vertical-align: bottom;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  background: #7a64ff;
  box-shadow: 14px 22px 0 #ecebeb;
}

.welcome__phone-btn:hover {
  color: #ffffff;
  background-color: #6f56ff;
  box-shadow: 0 0 0 transparent;
}

.welcome__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.welcome__letter {
  font-size: 72px;
  font-weight: bold;
  line-height: 116px;
  display: block;
  width: 116px;
  height: 116px;
  margin-right: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #7a64ff;
}

.welcome__letter:last-child {
  margin-right: 0;
}

/**
* Блоки
*/

.block-category {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  padding: 70px 0 50px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-category:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4000px;
  margin-left: -2000px;
  content: '';
  background-color: #f7f7f7;
}

.block-category > * {
  position: relative;
  z-index: 5;
}

.block-category__group {
  width: 50%;
  margin-bottom: 30px;
}

.block-category__head {
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 30px;
  text-align: center;
  color: #151515;
}

.block-category__head-link {
  text-decoration: none;
  color: #151515;
}

.block-category__body {
  padding: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.block-category__item {
  font-size: 36px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 30px;
  color: #151515;
}

.block-category__item:last-child {
  margin-bottom: 0;
}

.block-category__link {
  text-decoration: none;
  color: #151515;
}

.block-advant {
  margin-top: 30px;
  margin-bottom: 70px;
}

.block-advant__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.block-advant__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4000px;
  margin-left: -2000px;
  content: '';
  background-color: #e2e2e2;
}

.block-advant__item:nth-child(2n+2):before {
  background-color: #f4f4f4;
}

.block-advant__label {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  z-index: 5;
  width: 26.5625%;
  color: #000000;
}

.block-advant__value {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  z-index: 5;
  width: 73.4375%;
  padding: 3px 0;
  padding-left: 20px;
  color: #000000;
}

.block-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 70px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-social__item {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 20px;
}

.block-social__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.block-social__link img {
  border-radius: 10px;
}

.block-social__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  left: 20px;
  text-align: center;
  color: #ffffff;
}

.block-desc {
  margin-bottom: 70px;
  margin-left: -50px;
}

.block-desc__item {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 50px;
  color: #151515;
  background-color: #e2e2e2;
}

.block-desc__item:nth-child(2n+2) {
  background-color: #f4f4f4;
}

/**
* Хлебные крошки
*/

.breadcrumbs {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 50px;
  padding-right: 80px;
  color: #151515;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #151515;
}

/**
* Сайдбар
*/

.widget {
  margin-bottom: 50px;
}

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

.widget_nav_menu .menu > li {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  color: #151515;
}

.widget_nav_menu .menu > li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu .menu > li > a {
  text-decoration: none;
  color: #151515;
}

.widget_nav_menu .menu > li > a:hover {
  text-decoration: underline;
}

.widget_nav_menu .menu > li > ul {
  margin: 15px 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.widget_nav_menu .menu > li > ul > li {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;
  color: #151515;
}

.widget_nav_menu .menu > li > ul > li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu .menu > li > ul > li > a {
  text-decoration: none;
  color: #151515;
}

.widget_nav_menu .menu > li > ul > li > a:hover {
  text-decoration: underline;
}

.widget-phone__btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  display: block;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  background: #7a64ff;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.widget-phone__btn:hover {
  color: #ffffff;
  background-color: #6f56ff;
  box-shadow: 0 0 0 transparent;
}

/**
* Каталог
*/

.advant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advant__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.advant__value {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #7a64ff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.advant__value_lg {
  font-size: 48px;
  line-height: 52px;
}

.advant__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  margin-left: 10px;
  color: #151515;
}

.video-slider {
  position: relative;
  margin-bottom: 50px;
}

.video-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.video-slider__dots li {
  margin: 0 8px;
}

.video-slider__dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  background-color: #444444;
}

.video-slider__dots li.slick-active button {
  opacity: 1;
}

.video-slider__link {
  position: relative;
  display: block;
}

.video-slider__link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  content: '';
  background: url(img/svg/ico-video-play.svg) center center no-repeat;
  background-size: 72px auto;
}

.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-left: -24px;
}

.catalog__main {
  width: 652px;
  padding: 0 24px;
}

.catalog__aside {
  width: 326px;
  padding: 0 24px;
}

.catalog-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: 30px;
  margin-left: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-list__item {
  width: 50%;
  margin-bottom: 48px;
  padding: 0 24px;
}

.catalog-list__link {
  display: block;
  text-decoration: none;
}

.catalog-list__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #151515;
}

.catalog-list__img {
  display: block;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 10px;
}

.catalog-set__head {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  color: #151515;
}

.catalog-set__item {
  margin-bottom: 20px;
}

.catalog-set__link {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  padding: 13px 28px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  background: #7a64ff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.catalog-set__link:hover {
  color: #ffffff;
  background-color: #6f56ff;
}

.catalog-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: 30px;
  margin-left: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-tile__item {
  width: 33.333333%;
  margin-bottom: 48px;
  padding: 0 24px;
}

.catalog-tile__link {
  display: block;
  text-decoration: none;
}

.catalog-tile__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #151515;
}

.catalog-tile__img {
  display: block;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 10px;
}

.catalog-tile__btn {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  margin-top: 25px;
  margin-right: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-left: 20px;
  padding: 13px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  background: #7a64ff;
  box-shadow: 6px 10px 0 #ecebeb;
}

.catalog-tile__link:hover .catalog-tile__btn {
  color: #ffffff;
  background-color: #6f56ff;
  box-shadow: 0 0 0 transparent;
}

.product-list__item {
  margin-bottom: 80px;
}

.product-item__title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 25px;
  color: #151515;
}

.product-item__title-link {
  text-decoration: none;
  color: #151515;
}

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

.product-item__img {
  overflow: hidden;
  width: 67.09677%;
  border: 1px solid #000000;
  border-radius: 10px;
}

.product-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 32.90323%;
  padding-left: 50px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.product-item__label {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 40px;
  color: #000000;
}

.product-item__desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 5px;
  color: #000000;
}

.product-item__more {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 40px;
  text-align: right;
  color: #000000;
}

.product-item__more-link {
  text-decoration: none;
  color: #000000;
}

.product-item__price {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-top: auto;
  margin-bottom: 50px;
  padding-bottom: 18px;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.product-item__look {
  margin-bottom: 16px;
}

.product-item__look-btn {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  width: 100%;
  padding: 19px 10px;
  text-align: center;
  text-decoration: none;
  color: #151515;
  border: none;
  border-radius: 10px;
  background: #dadada;
}

.product-item__look-btn:hover {
  color: #151515;
  background: #c9c9c9;
}

.product-item__buy-btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: block;
  width: 100%;
  padding: 19px 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.product-item__buy-btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.product-empty {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 60px;
}

/**
* Пагинация
*/

.pagination {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  text-align: center;
  color: #151515;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.page-numbers {
  margin: 0 10px;
  text-decoration: none;
  color: #151515;
}

/**
* Товар
*/

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.product__img {
  overflow: hidden;
  width: 67.09677%;
  border: 1px solid #000000;
  border-radius: 10px;
}

.product__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 32.90323%;
  padding-left: 50px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.product__label {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 40px;
  color: #000000;
}

.product__desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 30px;
  color: #000000;
}

.product__buy-btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: block;
  width: 100%;
  padding: 19px 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.product__buy-btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.table {
  width: 100%;
  margin-bottom: 40px;
}

.table th {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 15px 10px 15px 0;
  color: #151515;
  border-bottom: 1px solid #000000;
}

.table td {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  padding: 15px 10px 15px 0;
  color: #151515;
  border-bottom: 1px solid #000000;
}

.product-code {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 50px;
  color: #151515;
}

.product-code__value {
  font-weight: 400;
}

/**
* Фильтр
*/

.filter {
  margin-bottom: 50px;
  padding: 40px 60px 50px 60px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.filter__head {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 40px 0;
  text-align: center;
  color: #151515;
}

.filter__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter__group {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 30px;
}

.filter__group .select-control {
  width: 100%;
}

.filter__label {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  color: #151515;
}

.filter__foot {
  text-align: center;
}

.filter__btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  padding: 22px 80px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.filter__btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.filter-result__item {
  margin-bottom: 40px;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.filter-result__head {
  font-size: 36px;
  font-weight: bold;
  line-height: 39px;
  margin-bottom: 30px;
  color: #151515;
}

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

.filter-result__img {
  margin-right: 50px;
}

.filter-result__img img {
  border: 1px solid #000000;
  border-radius: 10px;
}

.filter-result__inner {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.filter-result__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 40px;
  color: #151515;
}

.filter-result__unit {
  font-size: 22px;
  font-weight: normal;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #151515;
}

.filter-result__label {
  font-weight: 700;
  width: 180px;
}

.filter-result__foot {
  margin-top: 30px;
  text-align: center;
}

.filter-result__btn {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  display: inline-block;
  padding: 19px 80px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #8ad800;
  box-shadow: 7px 14px 0 #e9e9e9;
}

.filter-result__btn:hover {
  color: #ffffff;
  background: #91e000;
  box-shadow: 0 0 0 transparent;
}

.filter-result__empty {
  font-size: 20px;
  margin-bottom: 40px;
}

/**
* Модальные окна
*/

.popup {
  display: none;
  width: 470px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.popup_cart {
  width: 98%;
  max-width: 1294px;
}

.fancybox-slide .popup {
  padding: 0;
  background: none;
}

.fancybox-slide--current .popup {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fancybox-is-closing .popup {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.popup .fancybox-close-small {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: url(img/svg/ico-close.svg) center center no-repeat;
  background-size: 100% auto;
}

.popup .fancybox-close-small:after {
  display: none;
}

.popup .fancybox-close-small:hover {
  opacity: 0.9;
}

.popup__inner {
  position: relative;
  overflow: hidden;
  padding: 60px 40px;
  border: 1px solid #000000;
  border-radius: 20px;
  background-color: #ffffff;
}

/**
* FancyBox 3
*/

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  right: 0;
  left: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background: #000000;
}

.fancybox-is-open .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.2;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  opacity: 0;
  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  opacity: 1;
}

.fancybox-infobar {
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  pointer-events: none;
  color: #cccccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr;
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  position: relative;
  display: inline-block;
  overflow: auto;
  box-sizing: border-box;
  margin: 44px 0 44px;
  padding: 24px;
  text-align: left;
  vertical-align: middle;
  border-width: 0;
  background-color: #ffffff;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  border: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  overflow: visible;
  width: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  height: 80%;
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  padding: 0;
  background: #ffffff;
}

.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #ffffff;
}

.fancybox-error {
  width: 100%;
  max-width: 380px;
  margin: 0;
  padding: 40px;
  cursor: default;
  background: #ffffff;
}

.fancybox-error p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #444444;
}

/* Buttons */

.fancybox-button {
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  outline: none;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6;
  color: #cccccc;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  z-index: 99997;
  top: 50%;
  width: 60px;
  height: 100px;
  margin: -50px 0 0 0;
  padding: 17px;
  background: transparent;
}

.fancybox-navigation button:before {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  content: '';
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:after {
  font: 22px/30px Arial,'Helvetica Neue',Helvetica,sans-serif;
  font-weight: 300;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  content: '×';
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  text-align: center;
  color: #888888;
  border-width: 0;
  border-radius: 50%;
  background-color: transparent;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888888;
}

.fancybox-close-small:hover:after {
  color: #555555;
  background: #eeeeee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaaaaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #ffffff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */

.fancybox-caption-wrap {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 2vw 0 2vw;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.fancybox-caption {
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  position: relative;
  pointer-events: all;
  /* Fix IE11 */
}

.fancybox-caption a {
  text-decoration: underline;
  color: #ffffff;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  background: transparent;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #222222;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  min-width: 130px;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
  outline: none;
  background: transparent;
}

/* Thumbs */

.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  box-sizing: border-box;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  position: absolute;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs > ul > li {
  position: relative;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  width: 100px;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.fancybox-thumbs > ul > li:before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  border: 4px solid #4ea7f9;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/**
* Slick Slider
*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(244, 244, 244, 0.5) url(img/svg/ico-arrow-slider.svg) center center no-repeat;
  background-size: 15px auto;
}

.slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c4c4c4;
}

.slick-dots li.slick-active button {
  background: #000000;
}

/**
* Медиазапросы
*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .header:hover .header__dropdown {
    display: block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1310px;
  }
}

@media (max-width: 1339px) {
  .cart-product__inner {
    padding-left: 40px;
  }

  .cart-product__group {
    margin-right: 40px;
  }

  .catalog {
    margin-right: -12px;
    margin-left: -12px;
  }

  .catalog__main {
    width: 66.666666%;
    padding: 0 12px;
  }

  .catalog__aside {
    width: 33.333333%;
    padding: 0 12px;
  }

  .catalog-list {
    margin-right: -12px;
    margin-left: -12px;
  }

  .catalog-list__item {
    margin-bottom: 30px;
    padding: 0 12px;
  }

  .catalog-set__link {
    font-size: 22px;
    line-height: 24px;
  }

  .catalog-tile {
    margin-right: -12px;
    margin-left: -12px;
  }

  .catalog-tile__item {
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .product-item__inner {
    padding-left: 30px;
  }

  .product-item__label {
    margin-bottom: 20px;
  }

  .product-item__more {
    margin-bottom: 20px;
  }

  .product-item__price {
    margin-bottom: 30px;
  }

  .product__inner {
    padding-left: 30px;
  }

  .product__label {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .header__logo {
    margin-right: 30px;
  }

  .header__social-btn {
    margin-right: 15px;
  }

  .header__phone-num {
    font-size: 22px;
    line-height: 24px;
  }

  .header__aside-address {
    font-size: 20px;
    line-height: 22px;
  }

  .header-menu > li {
    font-size: 22px;
    line-height: 24px;
  }

  .main-menu > li {
    font-size: 16px;
    line-height: 18px;
  }

  .category-menu > li {
    font-size: 16px;
    line-height: 18px;
  }

  .form-control {
    width: 100%;
  }

  .select-control {
    width: 100%;
  }

  .cart-table__toggle {
    margin-right: 15px;
  }

  .cart-table__title {
    font-size: 20px;
  }

  .cart-table__price {
    font-size: 20px;
    width: 120px;
  }

  .number {
    width: 80px;
  }

  .number_border {
    width: 140px;
  }

  .number__control {
    font-size: 20px;
    width: 40px;
  }

  .number_border .number__control {
    width: 60px;
  }

  .cart-product__row {
    display: block;
  }

  .cart-product__option {
    margin-right: -30px;
  }

  .cart-product__group {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .cart-product__price {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .welcome__letter {
    font-size: 54px;
    line-height: 94px;
    width: 94px;
    height: 94px;
    margin-right: 15px;
  }

  .welcome__phone-btn {
    font-size: 40px;
    line-height: 42px;
  }

  .block-category__head {
    font-size: 30px;
    line-height: 32px;
  }

  .block-category__body {
    padding: 30px;
  }

  .block-category__item {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .block-social {
    margin-right: -15px;
    margin-left: -15px;
  }

  .block-social__item {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .block-social__title {
    font-size: 20px;
    line-height: 22px;
    right: 10px;
    bottom: 20px;
    left: 10px;
  }

  .widget_nav_menu .menu > li {
    font-size: 16px;
    line-height: 18px;
  }

  .widget_nav_menu .menu > li > ul {
    padding-left: 15px;
  }

  .widget_nav_menu .menu > li > ul > li {
    font-size: 16px;
    line-height: 18px;
  }

  .widget-phone__btn {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .advant {
    margin-right: -10px;
    margin-left: -10px;
  }

  .advant__item {
    display: block;
    padding: 0 10px;
    text-align: center;
  }

  .advant__value {
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }

  .advant__value_lg {
    font-size: 38px;
  }

  .advant__label {
    margin-top: 10px;
    margin-left: 0;
  }

  .catalog {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .catalog__main {
    width: auto;
    padding: 0;
  }

  .catalog__aside {
    width: auto;
    padding: 0;
  }

  .catalog-set {
    margin-bottom: 30px;
  }

  .catalog-set__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-set__item {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .product-item__body {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }

  .product-item__look-btn {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .product-item__buy-btn {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .product__img {
    width: 60%;
  }

  .product__inner {
    width: 40%;
  }

  .product__buy-btn {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .filter__group {
    width: 100%;
  }

  .filter-result__item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .filter-result__img {
    margin-right: 30px;
  }

  .filter-result__unit {
    display: block;
  }

  .filter-result__label {
    display: inline;
    width: auto;
  }

  .filter-result__value {
    display: inline;
  }
}

@media (max-width: 991px) {
  .main {
    display: block;
  }

  .main__aside {
    display: none;
  }

  .main__content {
    width: auto;
    padding-left: 0;
  }

  .header {
    margin-bottom: 40px;
  }

  .header__inner {
    height: 60px;
  }

  .header__social {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .header__main {
    width: auto;
  }

  .header__tagline {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    color: #ffffff;
  }

  .header__toggle {
    display: block;
    margin-left: auto;
  }

  .header__toggle-btn {
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    background: url(img/svg/ico-menu.svg) center center no-repeat;
    background-size: 100% auto;
  }

  .header__aside {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__aside-nav {
    width: auto;
  }

  .header__aside-cat {
    width: auto;
    margin-left: auto;
  }

  .header__aside-phone {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .header__aside-num {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    color: #151515;
  }

  .header__aside-address {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .main-menu > li {
    margin-bottom: 10px;
  }

  .category-menu {
    display: block;
  }

  .category-menu > li {
    width: auto;
    margin-bottom: 20px;
  }

  .category-menu > li:last-child {
    margin-bottom: 0;
  }

  .category-menu > li > a {
    font-size: 18px;
    display: block;
    width: 220px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: #151515;
    border: 1px solid #7a64ff;
  }

  .category-menu > li > ul {
    display: none;
  }

  .nav-toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
  }

  .nav-toggle__bar {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    background: #ffffff;
  }

  .nav-toggle__bar:nth-child(2) {
    top: 17px;
  }

  .nav-toggle__bar:nth-child(3) {
    top: 25px;
  }

  .header__nav_open .nav-toggle__bar:nth-child(1),
  .header__nav_open .nav-toggle__bar:nth-child(3) {
    top: 16px;
  }

  .header__nav_open .nav-toggle__bar:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__nav_open .nav-toggle__bar:nth-child(1) {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__nav_open .nav-toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .footer {
    padding: 40px 0 20px 0;
  }

  .footer__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__contact {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .footer__main {
    width: 100%;
  }

  .footer__logo {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
  }

  .footer__desc {
    display: none;
  }

  .footer__copywrite {
    font-size: 12px;
  }

  .footer__nav {
    margin-bottom: 30px;
  }

  .footer__contact {
    margin-bottom: 30px;
  }

  .footer__phone {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .footer__address {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-menu > li {
    font-size: 20px;
    line-height: 32px;
  }

  .heading_main {
    padding-right: 0;
  }

  .cart-widget__link {
    width: 37px;
    height: 38px;
    background-size: 100% auto;
  }

  .cart-widget__count {
    font-size: 10px;
    line-height: 14px;
    top: 2px;
    width: 16px;
    height: 16px;
  }

  .cart-action__btn {
    font-size: 18px;
    padding: 16px 25px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .welcome {
    display: block;
  }

  .welcome__main {
    width: auto;
  }

  .welcome__name {
    display: none;
  }

  .welcome__head {
    font-size: 52px;
  }

  .welcome__title {
    font-size: 30px;
  }

  .welcome__phone-btn {
    font-size: 30px;
    line-height: 32px;
    padding: 20px 25px;
    box-shadow: 7px 14px 0 #ecebeb;
  }

  .block-category {
    display: block;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .block-category__group {
    width: auto;
  }

  .block-advant__item {
    display: block;
  }

  .block-advant__label {
    width: auto;
    margin-bottom: 10px;
  }

  .block-advant__value {
    width: auto;
    padding: 0;
  }

  .block-desc {
    margin-left: 0;
  }

  .block-desc__item {
    padding: 20px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 40px;
  }

  .article h1 {
    font-size: 44px;
  }

  .article h2 {
    font-size: 40px;
  }

  .article h3 {
    font-size: 36px;
  }

  .article h4 {
    font-size: 30px;
  }

  .article h5 {
    font-size: 26px;
  }

  .article h6 {
    font-size: 20px;
  }

  .cart-form__group {
    margin-bottom: 20px;
  }

  .cart-form__label {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .cart-form__submit {
    margin-top: 40px;
  }

  .cart-form__btn {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 40px;
  }

  .form-control {
    font-size: 20px;
    height: 60px;
    padding: 0 20px;
  }

  .select-control {
    font-size: 20px;
    height: 60px;
    padding-left: 20px;
  }

  .cart-table__item {
    position: relative;
    padding: 15px 40px 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-table__toggle {
    display: none;
  }

  .cart-table__title {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -ms-flex-preferred-size: auto;
  }

  .cart-table__num {
    margin-left: 0;
  }

  .cart-table__remove {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .cart-table__list {
    display: block;
  }

  .cart-table__unit:first-child {
    margin-top: 10px;
  }

  .number_border {
    height: 60px;
  }

  .cart-product__head {
    font-size: 28px;
    line-height: 30px;
  }

  .cart-product__body {
    display: block;
  }

  .cart-product__img {
    display: none;
  }

  .cart-product__inner {
    width: auto;
    padding-left: 0;
  }

  .cart-product__btn {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .block-category__head {
    font-size: 26px;
    line-height: 28px;
  }

  .block-category__item {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .block-social {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .block-social__item {
    width: auto;
    padding: 0;
  }

  .block-desc__item {
    font-size: 20px;
    line-height: 22px;
  }

  .breadcrumbs {
    font-size: 16px;
    line-height: 18px;
  }

  .advant__value {
    font-size: 18px;
    line-height: 20px;
    width: 70px;
    height: 70px;
  }

  .advant__value_lg {
    font-size: 28px;
  }

  .catalog-set__link {
    font-size: 18px;
    line-height: 20px;
    min-height: 100px;
    padding-left: 18px;
    padding-left: 18px;
  }

  .catalog-tile__item {
    width: 50%;
  }

  .catalog-tile__item:last-child {
    display: none;
  }

  .product-item__title {
    font-size: 40px;
  }

  .product-item__body {
    display: block;
  }

  .product-item__img {
    width: auto;
    margin-bottom: 20px;
  }

  .product-item__inner {
    width: auto;
    padding-left: 0;
  }

  .product-item__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }

  .product-item__look {
    width: 50%;
    padding: 0 10px;
  }

  .product-item__buy {
    width: 50%;
    padding: 0 10px;
  }

  .product {
    display: block;
  }

  .product__img {
    width: auto;
    margin-bottom: 20px;
  }

  .product__inner {
    width: auto;
    padding-left: 0;
  }

  .table th {
    font-size: 16px;
    line-height: 18px;
  }

  .table td {
    font-size: 20px;
    line-height: 22px;
  }

  .product-code {
    font-size: 20px;
    line-height: 22px;
  }

  .filter {
    padding: 30px;
  }

  .filter__head {
    font-size: 30px;
    line-height: 32px;
  }

  .filter__label {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .filter__group {
    margin-bottom: 20px;
  }

  .filter__btn {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 40px;
  }

  .filter-result__item {
    text-align: center;
  }

  .filter-result__body {
    display: block;
  }

  .filter-result__img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575px) {
  .cart-product__head {
    font-size: 22px;
    line-height: 24px;
  }

  .cart-product__option {
    margin-right: -20px;
  }

  .cart-product__group {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .cart-product__label {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .cart-product__price-label {
    font-size: 20px;
    line-height: 22px;
  }

  .cart-product__price-value {
    font-size: 28px;
    line-height: 30px;
  }

  .cart-action {
    flex-direction: column;
    margin-top: 40px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .cart-action__item {
    margin-bottom: 20px;
  }

  .cart-action__item:last-child {
    margin-bottom: 0;
  }

  .cart-action__btn_continue {
    padding: 12px 20px;
  }

  .cart-action__btn_order {
    font-size: 22px;
    padding: 18px 40px;
  }

  .block-desc {
    margin-right: -15px;
    margin-left: -15px;
  }

  .block-desc__item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .popup .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }

  .popup__inner {
    padding: 44px 15px;
  }
}

@media (max-width: 480px) {
  .header {
    margin-bottom: 20px;
  }

  .header__inner {
    height: 38px;
  }

  .header__logo {
    margin-right: 20px;
  }

  .header__logo-link {
    font-size: 18px;
    line-height: 20px;
  }

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

  .header__aside-address {
    font-size: 16px;
    line-height: 18px;
  }

  .category-menu > li > a {
    font-size: 16px;
    padding: 16px;
  }

  .footer__logo {
    font-size: 18px;
    line-height: 20px;
  }

  .footer__phone {
    font-size: 18px;
    line-height: 20px;
  }

  .footer__address {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-menu {
    padding-right: 10px;
  }

  .footer-menu > li {
    font-size: 18px;
    line-height: 30px;
  }

  .heading {
    font-size: 36px;
  }

  .article {
    font-size: 16px;
    line-height: 20px;
  }

  .article_page {
    margin-bottom: 50px;
  }

  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6 {
    margin-top: 50px;
  }

  .article h1 {
    font-size: 40px;
  }

  .article h2 {
    font-size: 36px;
  }

  .article h3 {
    font-size: 30px;
  }

  .article h4 {
    font-size: 26px;
  }

  .article h5 {
    font-size: 20px;
  }

  .article h6 {
    font-size: 16px;
  }

  .cart-form__label {
    font-size: 18px;
    line-height: 20px;
  }

  .cart-form__submit {
    margin-top: 30px;
  }

  .cart-form__btn {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    padding: 18px 10px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .form-control {
    font-size: 18px;
    height: 54px;
    padding: 0 15px;
  }

  .select-control {
    font-size: 18px;
    height: 54px;
    padding-right: 40px;
    padding-left: 15px;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    background-size: 22px auto;
  }

  .cart-table__title {
    font-size: 18px;
    line-height: 20px;
  }

  .cart-table__unit {
    font-size: 16px;
    line-height: 18px;
  }

  .cart-table__remove {
    width: 20px;
    height: 20px;
  }

  .cart-total {
    margin-bottom: 50px;
  }

  .cart-total__label {
    font-size: 20px;
    line-height: 22px;
    margin-right: 30px;
  }

  .cart-total__value {
    font-size: 28px;
    line-height: 30px;
  }

  .number_border {
    height: 54px;
  }

  .cart-product__label {
    font-size: 16px;
    line-height: 18px;
  }

  .welcome__head {
    font-size: 42px;
  }

  .welcome__title {
    font-size: 26px;
  }

  .welcome__desc {
    font-size: 16px;
  }

  .welcome__phone-btn {
    font-size: 20px;
    line-height: 20px;
  }

  .block-category__head {
    font-size: 22px;
    line-height: 24px;
  }

  .block-category__item {
    font-size: 18px;
    line-height: 20px;
  }

  .block-advant__label {
    font-size: 20px;
    line-height: 22px;
  }

  .block-advant__value {
    font-size: 16px;
    line-height: 20px;
  }

  .advant {
    margin-right: -5px;
    margin-left: -5px;
  }

  .advant__item {
    padding: 0 5px;
  }

  .advant__value {
    font-size: 16px;
    line-height: 18px;
    width: 60px;
    height: 60px;
  }

  .advant__value_lg {
    font-size: 22px;
    line-height: 24px;
  }

  .advant__label {
    font-size: 12px;
    line-height: 13px;
  }

  .catalog-list {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .catalog-list__item {
    width: auto;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000000;
  }

  .catalog-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .catalog-list__title {
    overflow: visible;
    margin: 0 10px 0 0;
    white-space: normal;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  .catalog-list__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .catalog-set__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .catalog-set__link {
    min-height: 84px;
  }

  .product-list__item {
    margin-bottom: 40px;
  }

  .product-item__title {
    font-size: 36px;
  }

  .pagination {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .filter {
    padding-right: 15px;
    padding-left: 15px;
  }

  .filter__label {
    font-size: 18px;
    line-height: 20px;
  }

  .filter__btn {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    padding: 18px 10px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .filter-result__item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .filter-result__head {
    font-size: 30px;
    line-height: 32px;
  }

  .filter-result__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .filter-result__unit {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .filter-result__btn {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    padding: 18px 10px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }
}

@media (max-width: 425px) {
  .header__logo {
    margin-right: 10px;
  }

  .header__toggle-btn {
    width: 34px;
  }

  .block-social__title {
    font-size: 18px;
    line-height: 20px;
  }

  .block-desc__item {
    font-size: 18px;
    line-height: 20px;
  }

  .catalog-tile {
    margin-right: -6px;
    margin-left: -6px;
  }

  .catalog-tile__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 6px;
  }

  .catalog-tile__title {
    font-size: 16px;
    line-height: 18px;
  }

  .catalog-tile__btn {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin-top: 12px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: bottom;
  }

  .product-item__look-btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-item__buy-btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .product__buy-btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 4px 9px 0 #e9e9e9;
  }

  .table th {
    font-size: 15px;
    line-height: 18px;
  }

  .table td {
    font-size: 18px;
    line-height: 20px;
  }

  .product-code {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .category-menu > li > a {
    width: 170px;
  }

  .advant {
    margin-right: -3px;
    margin-left: -3px;
  }

  .advant__item {
    padding: 0 3px;
  }

  .advant__label {
    font-size: 11px;
  }

  .catalog-list__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }

  .catalog-list__title {
    font-weight: 500;
  }

  .catalog-tile__btn {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}