@charset 'UTF-8';

/**
* Fonts
*/

@font-face {
  font-family: 'Muller';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerBold.woff2') format('woff2'), url('../fonts/MullerBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  font-weight: 700;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerBoldItalic.woff2') format('woff2'), url('../fonts/MullerBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Muller';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerMedium.woff2') format('woff2'), url('../fonts/MullerMedium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerMediumItalic.woff2') format('woff2'), url('../fonts/MullerMediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Muller';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerRegular.woff2') format('woff2'), url('../fonts/MullerRegular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  font-weight: 400;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerRegularItalic.woff2') format('woff2'), url('../fonts/MullerRegularItalic.woff') format('woff');
}

@font-face {
  font-family: 'Muller';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerLight.woff2') format('woff2'), url('../fonts/MullerLight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MullerLightItalic.woff2') format('woff2'), url('../fonts/MullerLightItalic.woff') format('woff');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'), url('../fonts/SFProDisplay-Heavy.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/SFProDisplay-Semibold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/SFProDisplay-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff');
  font-display: swap;
}

/**
* 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: Muller, -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: #f3f5f6;
}

[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: #3758a4;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #3758a4;
}

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 {
  display: none;
  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;
}

/**
* General
*/

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.wrap {
  overflow: hidden;
  max-width: 1370px;
  margin-top: -56px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  padding: 25px 0;
}

.content__aside {
  width: 25%;
  padding: 0 15px;
}

.content__main {
  width: 75%;
  padding: 0 15px;
}

/**
* Buttons
*/

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

/**
* Header
*/

.header__bar {
  background-color: #f3f5f6;
}

.header__bar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header__anonim {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 25px;
  color: #94949e;
  background: url(../img/svg/ico-anonymity.svg) 0 center no-repeat;
  background-size: 14px 16px;
}

.header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__phone-unit {
  font-family: 'SF Pro Display';
  line-height: 16px;
  margin-right: 25px;
  color: #181818;
}

.header__phone-unit:last-child {
  margin-right: 0;
}

.header__phone-label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}

.header__phone-value {
  font-size: 15px;
  font-weight: 600;
}

.header__chat-link {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  padding-left: 26px;
  text-decoration: none;
  color: #181818;
  background: url(../img/svg/ico-chat.svg) 0 center no-repeat;
  background-size: 18px auto;
}

.header__main {
  background-color: #ffffff;
}

.header__main-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header__advant {
  background: url(../img/bg-header.jpg) center 0 no-repeat;
}

.header__advant-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  padding-bottom: 56px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header__advant-head {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-right: 90px;
  color: #ffffff;
}

.header__advant-head span {
  font-weight: 700;
}

.header__advant-body {
  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__advant-unit {
  font-family: 'SF Pro Display';
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 36px;
  padding-left: 25px;
  color: #dfe9ee;
  background: url(../img/svg/ico-check.svg) 0 center no-repeat;
  background-size: 18px 18px;
}

.header__advant-unit:last-child {
  margin-right: 0;
}

.header__mob {
  display: none;
}

.header__mob-toggle {
  display: none;
}

.header__mob-phone {
  display: none;
}

.logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.logo__desc {
  font-family: 'SF Pro Display';
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  color: #181818;
  border-left: 1px solid #e5e8ee;
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu__item {
  margin-right: 30px;
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__link {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #181818;
}

.cart-widget__link {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 50px;
  text-decoration: none;
  background: url(../img/svg/ico-cart.svg) 0 center no-repeat;
  background-size: 28px 27px;
}

.cart-widget__count {
  font-family: 'SF Pro Display';
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #d25078;
}

.cart-widget__desc {
  font-family: 'SF Pro Display';
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #94949e;
}

.cart-widget__sum {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 4px;
  color: #181818;
}

.mob-menu {
  margin: 0;
  padding: 15px 30px;
  list-style: none;
  border-top: 1px solid #ebf0f5;
  border-bottom: 1px solid #ebf0f5;
}

.mob-menu__item {
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #181818;
}

.mob-menu__link {
  text-decoration: none;
  color: #181818;
}

.nav-toggle {
  display: none;
}

/**
* Nav
*/

/**
* Footer
*/

.footer {
  background-color: #293548;
}

.footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  border-top: 1px solid #394355;
  border-bottom: 1px solid #394355;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  text-decoration: none;
  opacity: 0.13;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer__anonim {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 25px;
  color: #94949e;
  background: url(../img/svg/ico-anonymity.svg) 0 center no-repeat;
  background-size: 14px 16px;
}

.footer__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__phone-unit {
  font-family: 'SF Pro Display';
  line-height: 16px;
  margin-right: 25px;
  color: #ffffff;
}

.footer__phone-unit:last-child {
  margin-right: 0;
}

.footer__phone-label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
}

.footer__phone-value {
  font-size: 15px;
  font-weight: 600;
}

.footer__chat-link {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  padding-left: 26px;
  text-decoration: none;
  color: #ffffff;
  background: url(../img/svg/ico-chat.svg) 0 center no-repeat;
  background-size: 18px auto;
}

.footer__chat-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu__item {
  font-family: 'SF Pro Display';
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  width: 33.333333%;
}

.footer-menu__link {
  text-decoration: none;
  color: #ffffff;
}

.footer-menu__link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.foot-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.foot-logo__desc {
  font-family: 'SF Pro Display';
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  color: #b2b2b2;
  border-left: 1px solid #586272;
}

/**
* Typography
*/

.heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 25px 0;
  color: #3758a4;
}

.heading_check {
  padding-left: 58px;
  background: url(../img/svg/ico-heading-check.svg) 0 0 no-repeat;
  background-size: 38px 38px;
}

.heading_logo {
  padding-left: 58px;
  background: url(../img/svg/ico-heading-logo.svg) 0 0 no-repeat;
  background-size: 38px 38px;
}

.heading_letter {
  padding-left: 58px;
  background: url(../img/svg/ico-heading-letter.svg) 0 0 no-repeat;
  background-size: 38px 38px;
}

.article {
  margin-bottom: 40px;
}

.article__hide {
  /*display: none;*/
}

.article h2 {
  font-size: 20px;
  font-weight: 700;
}

.article p {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #495358;
}

.article .dist {
  font-family: Muller;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #181818;
}

.article ul {
  margin: 30px 0;
  padding: 0 0 0 40px;
  list-style: none;
}

.article ul li {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  padding-left: 30px;
  color: #181818;
  background: url(../img/svg/ico-check.svg) 0 6px no-repeat;
  background-size: 14px 14px;
}

.hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #ebeef0;
}

.more-link {
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  color: #3758a4;
  border-bottom: 1px solid #bcc9e7;
}

.more-link:hover {
  border-bottom-color: transparent;
}

/**
* Up arrow
*/

.scroll-top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  display: none;
}

.scroll-top__link {
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 50%;
  background: #3758a4 url(../img/svg/ico-arrow-top.svg) center center no-repeat;
  background-size: 24px auto;
}

/**
* Brands
*/

.brand {
  background-color: #f6f8fa;
}

.brand__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.brand__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 0 30px;
  border-right: 1px solid #e0e5e7;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.brand__item:last-child {
  border-right: none;
}

/**
* Saidbar
*/

.trustpilot {
  margin-bottom: 20px;
  padding: 23px 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #f6fbf9;
}

.trustpilot__desc {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 14px;
  color: #82838d;
}

.widget-nav {
  margin-bottom: 25px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #f8fbfe;
}

.widget-nav__head {
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 0;
  color: #3758a4;
  border-bottom: 1px solid #e7eef6;
}

.widget-menu {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.widget-menu__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  padding: 10px 0;
  vertical-align: bottom;
  text-decoration: none;
  color: #181818;
}

.widget-menu__sub {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.widget-menu__sub-link {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 5px 20px 5px 0;
  vertical-align: bottom;
  text-decoration: none;
  color: #495358;
}

.widget-menu__sub-link:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 4px;
  height: 8px;
  margin-top: -4px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background: url(../img/svg/ico-arrow-widget-menu.svg) 0 0 no-repeat;
  background-size: 4px 8px;
}

.widget-menu__sub-link:hover {
  color: #3758a4;
}

.widget-menu__sub-link:hover:before {
  right: 0;
  opacity: 1;
}

.widget-menu__sub-link_current {
  font-weight: 600;
  color: #3758a4;
}

.widget-menu__sub-link_current:before {
  right: 0;
  opacity: 1;
}

/**
* Advant
*/

.advant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -200px;
  margin-bottom: 40px;
  margin-left: -200px;
  padding: 30px 185px;
  background-color: #f6f8fa;
}

.advant__group {
  width: 50%;
  padding: 0 15px;
}

.advant__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-bottom: 14px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.advant__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px;
  color: #181818;
}

.advant__desc {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #94949e;
}

.advant-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.advant-second__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.advant-second__main {
  width: 50%;
}

.advant-second__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px;
  color: #181818;
}

.advant-second__desc {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #94949e;
}

.advant-second__img {
  width: 50%;
}

/**
* Subscribe
*/

.subscribe {
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#2c7aa9), to(#486caa));
  background: linear-gradient(to right, #2c7aa9 0%, #486caa 100%);
}

.subscribe__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.subscribe__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 15px 0 11px 64px;
  color: #ffffff;
  background: url(../img/svg/ico-subscribe.svg) 0 center no-repeat;
  background-size: 43px 47px;
}

.subscribe__control {
  font-family: 'SF Pro Display';
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 568px;
  height: 46px;
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
}

.subscribe__btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 38px 0 0;
  color: #ffffff;
  border: none;
  background: url(../img/svg/ico-arrow-btn.svg) right center no-repeat;
  background-size: 13px 12px;
}

/**
* Product list
*/

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list__item {
  width: 33.333333%;
  margin-bottom: 20px;
  border-right: 1px solid #f3f5f6;
}

.product-item {
  position: relative;
  padding: 0 20px 20px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}

.product-item__img {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.product-item__plate {
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 2px 12px 0 12px;
  color: #333333;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #ffffff;
}

.product-item__plate_popular {
  color: #d14872;
  border-color: #cf3e6a;
}

.product-item__plate_new {
  color: #91a61f;
  border-color: #91a61f;
}

.product-item__discount {
  font-family: 'SF Pro Display';
  font-size: 11px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 38px;
  height: 38px;
  padding-top: 2px;
  text-transform: uppercase;
  color: #6e7a8a;
  border: 1px solid #e4e9eb;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-item__discount-label {
  font-weight: 800;
}

.product-item__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  color: #181818;
}

.product-item__pack {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  color: #525f7d;
}

.product-item__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-item__price {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #94949e;
}

.product-item__cost {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}

.product-item__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 6px 30px 4px 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 14px;
  background-color: #487bc0;
}

.product-item__btn:hover {
  color: #ffffff;
  background-color: #5187cf;
}

.product-item__desc {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #94949e;
}

/**
* Tabs nav
*/

.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e9ebec;
}

.tabs-nav__item {
  font-size: 25px;
  font-weight: 300;
  line-height: 33px;
  margin-right: 40px;
  margin-bottom: -1px;
  padding-bottom: 15px;
  cursor: pointer;
  color: #9ca3a7;
  border-bottom: 1px solid transparent;
}

.tabs-nav__item:last-child {
  margin-right: 0;
}

.tabs-nav__item_sell {
  margin-left: auto;
}

.tabs-nav__item_active {
  font-weight: 700;
  cursor: default;
  color: #181818;
  border-bottom-color: #5d8cc6;
}

.tabs-nav__percent {
  font-weight: 700;
  color: #d25078;
}

.tabs-content {
  display: none;
}

.tabs-content_active {
  display: block;
}

/**
* Card Product
*/

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ebec;
}

.product__img {
  margin-bottom: 10px;
}

.product__content {
  -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;
}

.product__title {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px 0;
  color: #181818;
}

.product__plate {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
  border: 2px solid transparent;
  border-radius: 9px;
  background-color: #ffffff;
}

.product__plate_popular {
  color: #d14872;
  border-color: #d14872;
}

.product__plate_new {
  color: #91a61f;
  border-color: #91a61f;
}

.product__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #181818;
}

.product__list {
  margin: 13px 0;
  padding: 0;
  list-style: none;
}

.product__list-unit {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  padding: 0 0 0 32px;
  color: #181818;
  background: url(../img/svg/ico-check.svg) 4px 5px no-repeat;
  background-size: 14px 14px;
}

.product__advant {
  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;
}

.product__advant-about {
  width: 50%;
}

.product__advant-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px;
  color: #181818;
}

.product__advant-desc {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #94949e;
}

.product__advant-img {
  width: 50%;
}

.scale {
    padding-top: 10px;
   }

.stars {
  position: relative;
  width: 66px;
  height: 11px;
  background: url(../img/svg/stars-gray.svg) 0 0 no-repeat;
  background-size: 66px 11px;
}

.stars:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 11px;
  content: '';
  background: url(../img/svg/stars-green.svg) 0 0 no-repeat;
  background-size: 66px 11px;
}

.stars_5:before {
  width: 66px;
}

.stars_4:before {
  width: 53px;
}

.stars_3:before {
  width: 39px;
}

.stars_2:before {
  width: 26px;
}

.stars_1:before {
  width: 12px;
}

.rating {
  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;
}

.rating__label {
  font-family: 'SF Pro Display';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 7px;
  color: #94949e;
}

.product-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.product-pack__head {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 25px;
  color: #181818;
}

.product-pack__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-pack__item {
  font-family: 'SF Pro Display';
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 12px;
  cursor: pointer;
  text-decoration: none;
  color: #495358;
  border: 1px solid #e4e9eb;
  border-radius: 12px;
  background-color: #ffffff;
}

.product-pack__item_active {
  color: #ffffff;
  border-color: #3758a4;
  background-color: #3758a4;
}

.product-content {
  display: none;
}

.product-content_active {
  display: block;
}

.product-group {
  margin-bottom: 40px;
}

.product-group__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f0f2f3;
}

.product-group__item_hit {
  box-shadow: inset 0 0 0 1px #efdd44;
}

.product-group__item_hit:before {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  padding: 3px 6px 0 6px;
  content: 'HIT EVER';
  color: #3a3939;
  background-color: #efdd44;
}

.product-group__item_best {
  box-shadow: inset 0 0 0 1px #acc817;
}

.product-group__item_best:before {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  padding: 3px 6px 0 6px;
  content: 'BEST SALE';
  color: #ffffff;
  background-color: #acc817;
}

.product-group__item_optimal {
  box-shadow: inset 0 0 0 1px #bfcce7;
}

.product-group__item_optimal:before {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  padding: 3px 6px 0 6px;
  content: 'OPTIMAL';
  color: #ffffff;
  background-color: #bfcce7;
}

.product-group__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 208px;
  padding: 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product-group__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-group__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #181818;
}

.product-group__pack {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8px;
  padding: 0 12px;
  color: #94949e;
  border-radius: 11px;
  background-color: #f4f5f5;
}

.product-group__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  padding: 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-group__cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-group__cost-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 7px;
  color: #94949e;
}

.product-group__cost-current {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #3758a4;
}

.product-group__cost-old {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 7px;
  text-decoration: line-through;
  color: #495358;
}

.product-group__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-group__unit-cost {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #181818;
}

.product-group__unit-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 7px;
  color: #94949e;
}

.product-group__gift {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 264px;
  padding: 12px 10px 8px 56px;
  color: #181818;
  background: url(../img/svg/ico-gift.svg) 22px center no-repeat;
  background-size: 20px 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product-group__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86px;
  padding: 10px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product-group__btn {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/svg/ico-cart-add.svg) center center no-repeat;
  background-size: 30px auto;
}

.product-group__btn_added {
  background-image: url(../img/svg/ico-cart-added.svg);
}

.product-about {
  margin-bottom: 40px;
  padding: 30px 60px;
  border-radius: 5px;
  background-color: #f6f9ff;
}

.product-about__head {
  margin-bottom: 10px;
}

.product-about__body {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #495358;
}

.product-about__body ul:last-child {
  margin-bottom: 0;
}

.letter {
  margin-bottom: 40px;
}

.letter__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.letter__title {
  font-size: 27px;
  line-height: 28px;
  width: 41.37931%;
  margin-bottom: 0;
}

.letter__img {
  width: 58.62069%;
}

.letter__desc {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #495358;
}

.delivery {
  margin-bottom: 40px;
  padding: 30px 40px 20px 40px;
  border-radius: 5px;
  background-color: #f8fafb;
}

.delivery__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.delivery__main {
  width: 174px;
  padding: 25px 35px;
  border: 1px solid #a9b8d8;
  border-radius: 5px;
}

.delivery__main-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  color: #181818;
}

.delivery__main-value {
  font-size: 27px;
  font-weight: 700;
  line-height: 25px;
  color: #3758a4;
}

.delivery__main-note {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #495358;
}

.delivery__inner {
  margin-left: 15px;
  -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;
}

.delivery__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  background-color: #ffffff;
}

.delivery__group-img {
  margin-top: 29px;
  margin-right: 20px;
}

.delivery__group-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;
}

.delivery__group-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 5px;
  color: #181818;
}

.delivery__group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery__group-item {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
  border: 1px solid #f0f2f3;
  background-color: #ffffff;
}

.delivery__group-item_active {
  border-color: #f4e9ec;
  background-color: #f4e9ec;
}

.delivery__group-date {
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  color: #181818;
}

.delivery__group-month {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #3758a4;
}

.delivery__group-day {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #a6afb3;
}

.delivery__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eaedef;
}

.delivery__unit:last-child {
  border-bottom: none;
}

.delivery__unit-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.delivery__unit-img {
  width: 60px;
}

.delivery__unit-type {
  width: 25.20548%;
}

.delivery__unit-term {
  width: 21.09589%;
}

.delivery__unit-price {
  width: 20.82192%;
}

.delivery__unit-note {
  width: 32.87671%;
  padding-top: 17px;
}

.delivery__unit-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  margin-bottom: 5px;
  color: #94949e;
}

.delivery__unit-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #181818;
}

.delivery__unit-sum {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #3758a4;
}

.delivery__unit-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #181818;
}

.advant-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advant-list__item {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  width: 33.333333%;
  margin-bottom: 9px;
  padding-right: 10px;
  padding-left: 28px;
  color: #181818;
  background: url(../img/svg/ico-check.svg) 0 1px no-repeat;
  background-size: 14px 14px;
}

/**
* Отзывы
*/

.review-head {
  margin-bottom: 40px;
}

.review-head__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: #181818;
}

.review-head__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-head__desc {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #495358;
  -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;
}

.review-head__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  display: block;
  padding: 0 26px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  border-radius: 17px;
  background-color: #487bc0;
}

.review-head__btn:hover {
  color: #ffffff;
  background-color: #5187cf;
}

.review-list {
  margin-bottom: 40px;
}

.review-list__item {
  margin-bottom: 20px;
}

.review-list__item_answer {
  margin-left: 50px;
}

.review {
  position: relative;
  padding: 25px 30px 25px 80px;
  border: 2px solid #edf1f3;
  border-radius: 5px;
}

.review_admin {
  border-color: #f6f9ff;
  background-color: #f6f9ff;
}

.review__avatar {
  position: absolute;
  top: 20px;
  left: 35px;
}

.review__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.review__author {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 15px;
  color: #181818;
}

.review__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #94949e;
}

.review__rating {
  margin-left: auto;
}

.review__desc {
  font-family: 'SF Pro Display';
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #495358;
}

.review_admin .review__desc {
  font-weight: 500;
}

.review__reply {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
  color: #3758a4;
}

.review__reply-link {
  text-decoration: none;
  color: #3758a4;
  border-bottom: 1px solid #bcc9e7;
}

.review__reply-link:hover {
  color: #3758a4;
  border-bottom-color: transparent;
}

.review-form {
  margin-bottom: 40px;
}

.review-form__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #181818;
}

.review-form__vote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.review-form__vote-label {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 15px;
  color: #000000;
}

.review-form__group {
  margin-bottom: 25px;
}

.review-form__control {
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 25px;
  color: #000000;
  border: 1px solid #ced7db;
  border-radius: 5px;
  background-color: #ffffff;
}

.review-form__control_textarea {
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}

.review-form__foot {
  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;
}

.review-form__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  height: 46px;
  padding: 10px 60px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 23px;
  background-color: #487bc0;
}

.review-form__btn:hover {
  color: #ffffff;
  background-color: #5187cf;
}

.vote {
  position: relative;
  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;
}

.vote__control {
  position: absolute;
  opacity: 0;
}

.vote__label {
  position: relative;
  z-index: 5;
  display: block;
  width: 26px;
  height: 24px;
  margin: 0 2px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/svg/ico-star-gray.svg) center center no-repeat;
  background-size: 26px 24px;
}

.vote__control:checked ~ .vote__label {
  background-image: url(../img/svg/ico-star-green.svg);
}

/**
* Bag
*/

.heading-cart {
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 20px 0;
  padding-left: 50px;
  color: #181818;
  background: url(../img/svg/ico-cart-heading.svg) 0 0 no-repeat;
  background-size: 28px 27px;
}

.cart {
  margin-bottom: 30px;
}

.cart__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f0f2f3;
  background-color: #ffffff;
}

.cart__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-right: 30px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cart__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  padding: 0 5px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #181818;
}

.cart__title-link {
  text-decoration: none;
  color: #181818;
}

.cart__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.cart__pack {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #9ca3a7;
}

.cart__desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  width: 100%;
  margin-top: 10px;
  color: #9ca3a7;
}

.cart__price {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  text-align: center;
  color: #9ca3a7;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  border-right: 1px solid #f0f2f3;
  border-left: 1px solid #f0f2f3;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart__cost {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  text-align: center;
  color: #000000;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: 8px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cart__remove-btn {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: url(../img/svg/ico-remove-default.svg) 0 0 no-repeat;
  background-size: 10px 10px;
}

.cart__remove-btn:hover {
  background-image: url(../img/svg/ico-remove-hover.svg);
}

.cart__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #f6f8f9;
}

.cart__delivery {
  width: 611px;
  padding: 30px 60px;
}

.cart__delivery-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  color: #3758a4;
}

.cart__total {
  width: 259px;
  padding: 35px;
  border-left: 1px solid #e7eaeb;
}

.cart__total-label {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  color: #495358;
}

.cart__total-value {
  font-size: 33px;
  font-weight: 700;
  line-height: 34px;
  color: #3758a4;
}

.cart-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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-action__back {
  margin-right: 40px;
}

.cart-action__back-link {
  font-family: 'SF Pro Display';
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  padding-left: 18px;
  text-decoration: none;
  color: #495358;
}

.cart-action__back-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 8px;
  margin-top: -4px;
  content: '';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/svg/ico-arrow-widget-menu.svg) 0 0 no-repeat;
  background-size: 4px 8px;
}

.cart-action__btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  width: 268px;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 23px;
  background-color: #487bc0;
}

.cart-action__btn:hover {
  color: #ffffff;
  background-color: #5187cf;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.number__control {
  font-size: 18px;
  font-weight: 700;
  width: 42px;
  height: 26px;
  padding: 0;
  text-align: center;
  color: #000000;
  border: none;
  background: none;
}

.number__btn {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #d3d8da;
  border-radius: 50%;
  background: #ffffff;
}

.number__btn:before,
.number__btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d3d8da;
}

.number__btn:before {
  width: 8px;
  height: 2px;
  margin-top: -1px;
  margin-left: -4px;
}

.number__btn_plus:after {
  width: 2px;
  height: 8px;
  margin-top: -4px;
  margin-left: -1px;
}

.number__btn:hover {
  border-color: #3758a4;
}

.number__btn:hover:before,
.number__btn:hover:after {
  background-color: #3758a4;
}

.delivery-check {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
}

.delivery-check:last-child {
  margin-bottom: 0;
}

.delivery-check__control {
  position: absolute;
  opacity: 0;
}

.delivery-check__label {
  font-family: 'SF Pro Display';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 34px;
  color: #495358;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.delivery-check__label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border: 1px solid #bac3c7;
  border-radius: 50%;
  background-color: #ffffff;
}

.delivery-check__control:checked + .delivery-check__label:before {
  border: 4px solid #3859a5;
}

.delivery-check__ico {
  margin-right: 10px;
}

.delivery-check__sum {
  font-family: Muller;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: #000000;
}

.cart-gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 30px;
  border: 1px solid #dc8aa5;
  border-radius: 5px;
  background-color: #f9f5f6;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.cart-gift__head {
  font-family: Muller;
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  width: 50%;
  padding-right: 20px;
  padding-left: 60px;
  color: #c66081;
  background: url(../img/svg/ico-gift.svg) 0 0 no-repeat;
  background-size: 35px 35px;
}

.cart-gift__body {
  width: 50%;
}

.cart-gift__item {
  font-family: 'SF Pro Display';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 9px;
  padding-left: 24px;
  color: #495358;
  background: url(../img/svg/ico-check.svg) 0 1px no-repeat;
  background-size: 14px 14px;
}

.cart-gift__item:last-child {
  margin-bottom: 0;
}

select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dc8aa5;
    background-color: #fff;
}

/**
* Media
*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media(max-width:575px) {
  
  .table-wrap {
    border-radius: 0
  }
  .table-wrap table {
    display: block
  }
  .table-wrap table thead {
    display: none
  }
  .table-wrap table tbody {
    display: block;
    width: 100%
  }

  .table-wrap table tr {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px
  }
  .table-wrap table tr td {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom-width: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px
  }
  .table-wrap table tr td:last-child {
    border-bottom: none
  }
  .table-wrap table tr td:before {
    content: attr(data-head);
    display: block;
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    -o-flex: 0 0 100px;
    flex: 0 0 100px;
    background-color: #f8fafb;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 12px;
    text-transform: uppercase;
    margin-left: -12px;
    margin-top: -8px;
    margin-right: 12px;
    margin-bottom: -9px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }
  
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .product-group__item {
    border-bottom: none;
  }

  .product-group__item:last-child {
    border-bottom: 1px solid #f0f2f3;
  }

  .product-group__main {
    border-right: 1px solid #f0f2f3;
  }

  .product-group__price {
    border-right: 1px solid #f0f2f3;
  }

  .product-group__buy {
    border-left: 1px solid #f0f2f3;
    background-color: rgba(243, 245, 246, 0.34);
  }

  .product-group__item_hit .product-group__buy {
    border-left-color: #efdd44;
  }

  .product-group__item_best .product-group__buy {
    border-left-color: #acc817;
  }

  .product-group__item_optimal .product-group__buy {
    border-left-color: #bfcce7;
  }

  .review-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }

  .review-form__row .review-form__group {
    width: 33.333333%;
    padding: 0 15px;
  }

  .cart__item {
    border-bottom: none;
  }

  .cart__item:last-child {
    border-bottom: 1px solid #f0f2f3;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .product-item:hover {
    z-index: 20;
    box-shadow: 0 16px 26.2px 16.8px rgba(13, 32, 45, 0.1);
  }

  .product-group__item:hover {
    z-index: 5;
    box-shadow: inset 0 0 0 1px #a3b8e8, 0 4px 16px rgba(5, 22, 26, 0.21);
  }

  .product-group__item:hover .product-group__buy {
    border-left-color: #a3b8e8;
  }

  .cart__item:hover {
    z-index: 10;
    box-shadow: inset 0 0 0 1px #a3b8e8, 0 4px 16px rgba(5, 22, 26, 0.21);
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }

  .product-list__item:nth-child(3n+3) {
    border-right: none;
  }
}

@media (max-width: 1229px) {
  .header__advant-head {
    font-size: 22px;
    line-height: 26px;
    margin-right: 40px;
  }

  .header__advant-unit {
    font-size: 18px;
    margin-right: 25px;
  }

  .logo__desc {
    display: none;
  }

  .footer__nav {
    width: 50%;
  }

  .brand__item {
    padding: 0 15px;
  }

  .subscribe__control {
    width: 400px;
  }

  .product-list__item {
    width: 50%;
  }

  .product-list__item:nth-child(2n+2) {
    border-right: none;
  }

  .tabs-nav__item {
    font-size: 22px;
    line-height: 30px;
    margin-right: 20px;
  }

  .product__aside {
    width: 200px;
  }

  .product__title {
    font-size: 28px;
    line-height: 34px;
  }

  .product__list-unit {
    font-size: 16px;
  }

  .product-group__gift {
    padding-left: 44px;
    background-position-x: 12px;
  }

  .product-about {
    padding: 20px 30px;
  }

  .delivery {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-nav__menu {
    margin-left: 20px;
  }
  .content-nav__sub {
    margin-left: 20px;
  } 
}

@media (max-width: 991px) {
  .wrap {
    margin-top: 0;
  }

  .content {
    display: block;
  }

  .content__aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    margin-bottom: 15px;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .content__main {
    width: auto;
  }

  .header {
    position: relative;
  }

  .menu-opened .header {
    z-index: 500;
  }

  .header__bar {
    display: none;
  }

  .header__main {
    position: relative;
  }

  .header__main-inner {
    height: 70px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .header__main .container {
    position: relative;
    z-index: 5;
  }

  .header__nav {
    display: none;
  }

  .header__mob {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  }

  .menu-opened .header__mob {
    display: block;
  }

  .header__mob-toggle {
    display: block;
    margin-left: 24px;
  }

  .header__mob-phone {
    display: block;
    margin-right: 24px;
    margin-left: auto;
  }

  .header__mob-tel {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/ico-mob-phone.png) 0 0 no-repeat;
    background-size: 28px 28px;
  }

  .header__mob-anonim {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 20px 0;
    padding-left: 25px;
    color: #94949e;
    background: url(../img/svg/ico-anonymity.svg) 0 center no-repeat;
    background-size: 14px 16px;
  }

  .header__mob-call {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
    color: #181818;
  }

  .header__mob-call b {
    font-size: 15px;
    font-weight: 600;
  }

  .header__mob-chat {
    font-family: 'SF Pro Display';
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-top: 20px;
    padding: 17px 30px 17px 48px;
    vertical-align: bottom;
    text-decoration: none;
    color: #181818;
    border-radius: 25px;
    background: #ebf0f5 url(../img/svg/ico-chat.svg) 22px center no-repeat;
    background-size: 19px 17px;
  }

  .header__mob-chat:hover {
    color: #181818;
  }

  .header__advant-inner {
    height: 86px;
    padding: 0;
  }

  .header__advant-head {
    display: none;
  }

  .header__advant-body {
    width: 100%;
  }

  .cart-widget__link {
    width: 36px;
    height: 28px;
    padding: 0;
  }

  .cart-widget__desc {
    display: none;
  }

  .nav-toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
  }

  .nav-toggle__bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #3758a4;
  }

  .nav-toggle__bar:nth-child(1) {
    top: 8px;
    left: 0;
    width: 36px;
  }

  .nav-toggle__bar:nth-child(2) {
    top: 17px;
    left: 0;
    width: 26px;
  }

  .menu-opened .nav-toggle__bar:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .menu-opened .nav-toggle__bar:nth-child(2) {
    top: 12px;
    width: 36px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .footer__main {
    display: block;
    padding: 20px 0;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__nav {
    width: auto;
  }

  .footer__brand-item {
    padding: 5px;
  }

  .footer__bar {
    display: block;
    height: auto;
    padding: 20px 0;
  }

  .footer__phone {
    margin: 15px 0;
  }

  .heading {
    font-size: 30px;
    line-height: 34px;
  }

  .heading_check,
  .heading_logo,
  .heading_letter {
    padding-top: 2px;
    padding-left: 50px;
    background-size: 34px auto;
  }

  .brand__item {
    padding: 5px 10px;
    border: none;
  }

  .trustpilot {
    margin-bottom: 15px;
    padding: 13px 10px;
  }

  .widget-nav {
    margin-bottom: 15px;
    padding: 10px 20px;
  }

  .widget-nav__head {
    font-size: 22px;
    line-height: 24px;
    position: relative;
    padding: 7px 0 3px 0;
    border: none;
  }

  .widget-nav__head:before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/svg/ico-arrow-aside-toggle.svg) center center no-repeat;
    background-size: 10px auto;
  }

  .widget-nav_open .widget-nav__head:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .widget-nav__body {
    display: none;
  }

  .subscribe__control {
    width: 300px;
  }

  .product-list {
    margin-right: -20px;
    margin-left: -20px;
  }

  .letter__title {
    font-size: 27px;
    line-height: 28px;
  }

  .cart__delivery {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart__total {
    padding-right: 20px;
    padding-left: 20px;
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header__advant-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .header__advant-unit {
    font-size: 16px;
    line-height: 16px;
    margin-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .header__advant-unit:last-child {
    display: none;
  }

  .footer__brand {
    height: auto;
    padding: 10px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__brand-item {
    padding: 0 5px;
  }

  .scroll-top {
    right: 10px;
    bottom: 10px;
  }

  .scroll-top__link {
    width: 36px;
    height: 36px;
    background-size: 20px auto;
  }

  .brand {
    display: none;
  }

  .advant {
    display: block;
  }

  .advant__group {
    width: auto;
    margin-bottom: 20px;
  }

  .advant__group:last-child {
    margin-bottom: 0;
  }

  .advant-second {
    display: block;
  }

  .advant-second__group {
    width: auto;
    margin-bottom: 30px;
  }

  .subscribe__title {
    display: none;
  }

  .subscribe__group {
    padding-right: 20px;
    -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;
  }

  .subscribe__control {
    width: 100%;
  }

  .subscribe__btn {
    padding-right: 22px;
  }

  .product-item__group {
    display: block;
  }

  .product-item__buy {
    margin-top: 10px;
  }

  .tabs-nav {
    display: block;
    border: none;
  }

  .tabs-nav__item {
    font-size: 20px;
    line-height: 24px;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom-color: #e9ebec;
  }

  .tabs-nav__item_active {
    border-bottom-color: #5d8cc6;
  }

  .product {
    display: block;
  }

  .product__aside {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .product-pack {
    display: block;
  }

  .product-pack__head {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-group__item {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-group__main {
    width: auto;
    min-height: 60px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
  }

  .product-group__buy {
    width: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .product-group__price {
    width: 100%;
    border-top: 1px solid #f0f2f3;
  }

  .product-group__gift {
    width: 100%;
  }

  .product-about {
    padding-right: 10px;
    padding-left: 10px;
  }

  .letter__head {
    display: block;
  }

  .letter__title {
    width: auto;
    margin-bottom: 20px;
  }

  .letter__img {
    width: auto;
  }

  .delivery {
    padding: 10px;
  }

  .delivery__body {
    display: block;
  }

  .delivery__main {
    width: auto;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
  }

  .delivery__inner {
    margin-left: 0;
  }

  .delivery__group {
    padding-right: 10px;
    padding-left: 20px;
  }

  .delivery__unit-img {
    text-align: center;
  }

  .delivery__unit-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .delivery__unit-type {
    width: auto;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .delivery__unit-term {
    width: auto;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .delivery__unit-price {
    width: auto;
    margin-bottom: 10px;
  }

  .delivery__unit-note {
    width: 100%;
    padding-top: 5px;
  }

  .advant-list__item {
    width: 50%;
  }

  .review-head__main {
    display: block;
  }

  .review-head__desc {
    margin-bottom: 15px;
  }

  .review-list__item_answer {
    margin-left: 30px;
  }

  .review {
    padding: 15px 20px;
  }

  .review__head {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .review__avatar {
    position: static;
    margin-right: 10px;
    margin-bottom: 2px;
  }

  .review-form__group {
    margin-bottom: 10px;
  }

  .review-form__foot {
    display: block;
  }

  .review-form__submit {
    margin-top: 15px;
  }

  .cart__item {
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart__main {
    width: 100%;
    min-height: 110px;
    padding-right: 20px;
    border-bottom: 1px solid #f0f2f3;
  }

  .cart__inner {
    display: block;
  }

  .cart__pack {
    margin-top: 5px;
  }

  .cart__remove {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    margin-right: 0;
  }

  .cart__num {
    width: 33.333333%;
    min-height: 60px;
    border: none;
  }

  .cart__price {
    width: 33.333333%;
    min-height: 60px;
  }

  .cart__cost {
    width: 33.333333%;
    min-height: 60px;
  }

  .cart__foot {
    display: block;
  }

  .cart__delivery {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cart__total {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e7eaeb;
  }

  .cart__total-label br {
    display: none;
  }

  .cart__total-value {
    font-size: 30px;
  }

  .cart-action {
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .cart-action__back {
    margin-top: 20px;
    margin-right: 0;
  }

  .cart-gift {
    display: block;
  }

  .cart-gift__head {
    width: auto;
    margin-bottom: 20px;
  }

  .cart-gift__body {
    width: auto;
  }

  .content-nav:before {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 425px) {
  .logo {
    width: 128px;
  }

  .footer__phone {
    display: block;
  }

  .footer__phone-unit {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer__phone-unit:last-child {
    margin-bottom: 0;
  }

  .footer-menu__item {
    width: 50%;
  }

  .heading {
    font-size: 26px;
    line-height: 28px;
  }

  .heading_check,
  .heading_logo,
  .heading_letter {
    padding-left: 40px;
    background-size: 28px auto;
  }

  .article .dist {
    font-size: 18px;
    line-height: 25px;
  }

  .article ul {
    margin: 20px 0;
    padding-left: 0;
  }

  .advant-second__group {
    display: block;
  }

  .advant-second__main {
    width: auto;
    margin-bottom: 10px;
  }

  .advant-second__img {
    width: auto;
  }

  .subscribe__group {
    padding-right: 15px;
  }

  .subscribe__control {
    padding-right: 12px;
    padding-left: 12px;
  }

  .subscribe__btn {
    font-size: 15px;
  }

  .product-list {
    margin-right: -10px;
    margin-left: -10px;
  }

  .product-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-item__title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }

  .product-item__pack {
    display: none;
  }

  .product-item__desc {
    display: none;
  }

  .product-item__group {
    margin-bottom: 0;
  }

  .product__advant {
    display: block;
    text-align: center;
  }

  .product__advant-about {
    width: auto;
    margin-bottom: 10px;
  }

  .product__advant-img {
    width: auto;
  }

  .advant-list__item {
    width: 100%;
  }

  .review__head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review__author {
    font-size: 14px;
  }

  .review__date {
    font-size: 13px;
  }

  .review__rating {
    width: 100%;
    margin-top: 10px;
  }

  .review__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .review-form__btn {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .review-form__vote {
    margin-bottom: 20px;
  }

  .review-form__vote-label {
    font-size: 14px;
    margin-right: 10px;
  }

  .heading-cart {
    font-size: 25px;
  }

  .cart__delivery {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cart__total {
    padding-right: 10px;
    padding-left: 10px;
  }

  .delivery-check__label {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .table-wrap {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px
}

.table-wrap table {
  width: 100%
}

.table-wrap table caption {
  caption-side: top
}

.table-wrap table th {
  background-color: #f8fafb;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px;
  text-transform: uppercase;
}

.table-wrap table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
  color: #495068;
  background-color: #fff;
  border-bottom: 2px solid #f1f1f3
}

.table-wrap table tbody tr:hover td {
  background-color: #eeeff1
}
}

/**
* Other
*/

.link-check {
    cursor: pointer;
}

.list-num-title {
    margin: 0;
    padding: 15px 0 0;
    font-size: 20px;
    line-height: 1.33;
    font-weight: 700;
    text-align: left;
    counter-reset: item;
}

.list-num-title li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 25px 25px;
    font-weight: 400;
    text-transform: none;
}

.list-num-title li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    content: counters(item, '') '.';
    counter-increment: item;
}


.list-num {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.42857;
    text-align: left;
    counter-reset: item;
}

.list-num li {
    display: block;
    position: relative;
    padding: 0 0 15px 32px;
}

.list-num li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counters(item, '.') '. ';
    counter-increment: item;
}

.list-num-title li h3:first-child {
  font-size: 18px;
}


.list-num li .list-num li {
    padding: 0 0 0 50px;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  padding: 0;
  font-size: 13px;
  margin-bottom: 10px;
  }
  
.breadcrumb li {
  margin: 5px;
  float: left;
  }
  
.breadcrumb li+li:before {
  padding: 0 5px 0 0;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.content-nav {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 35px 35px 35px;
  border: none;
  border-radius: 0 30px 30px 0;
  background-color: #f8fafb;
}

.content-nav:before {
  position: absolute;
  right: 30px;
  bottom: -40px;
  display: block;
  width: 280px;
  height: 280px;
  content: '';
  opacity: 0.09;
  background-size: 100% auto;
}

.content-nav>* {
  position: relative;
  z-index: 5;
}

.content-nav__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin: 0 0 15px 0;
  color: #000;
}

.content-nav__menu {
  margin-left: 40px;
  counter-reset: item;
}

.content-nav__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.content-nav__link {
  text-decoration: none;
  color: #3758a4;
}

.content-nav__link:before {
  font-weight: 700;
  content: counters(item, '.') '. ';
  counter-increment: item;
  color: #000;
}

.content-nav__link:hover {
  text-decoration: underline;
  color: #3758a4;
}

.content-nav__sub {
  margin-left: 25px;
  counter-reset: item;
}

.table-wrap {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px
}

.table-wrap table {
  width: 100%
}

.table-wrap table caption {
  caption-side: top
}

.table-wrap table th {
  background-color: #f8fafb;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px;
}

.table-wrap table td {
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
  background-color: #fff;
  border-bottom: 2px solid #f1f1f3
}

.table-wrap table tbody tr:hover td {
  background-color: #f8fafb
}
