@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-900.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-700.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-300.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-100.woff') format('woff');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/FuturaPT-Heavy.woff2') format('woff2'), url('../fonts/FuturaPT-Heavy.woff') format('woff');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/FuturaPT-Demi.woff2') format('woff2'), url('../fonts/FuturaPT-Demi.woff') format('woff');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/FuturaPT-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/FuturaPT-Book.woff2') format('woff2'), url('../fonts/FuturaPT-Book.woff') format('woff');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/FuturaPT-Light.woff2') format('woff2'), url('../fonts/FuturaPT-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: 'Roboto', -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: #fafafa;
}

[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 {
  transition: all 0.3s;
  text-decoration: underline;
  color: #5b9b3d;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #5b9b3d;
}


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;
}

.stream-btn {
cursor: pointer;}

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;
  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;
}

.box {
  padding: 35px 95px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(84, 102, 112, 0.05);
}

.box_cart {
  position: relative;
}

.box_cart:before {
  position: absolute;
  z-index: -1;
  top: -111px;
  left: -120px;
  display: block;
  width: 301px;
  height: 333px;
  content: '';
  background: url(../img/svg/bg-cart.svg) 0 0 no-repeat;
  background-size: 301px 333px;
}

.box_review {
  margin-bottom: 15px;
}

/**
* Кнопки
*/

.btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #5b9b3d;
}

.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #61a73e;
}

/**
* Шапка
*/

.header {
  background: #3d4045;
}

.header__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.header__logo {
  margin-right: auto;
}

.header__nav {
  margin-right: 60px;
}

.header__phone {
  margin-right: 50px;
}

.header__phone-num {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  display: block;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.header__phone-num:hover {
  color: #ffffff;
}

.header__lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.header__lang-link {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  margin-right: 12px;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #c6c8ca;
}

.header__lang-link:hover {
  text-decoration: underline;
  color: #c6c8ca;
}

.header__lang-link:last-child {
  margin-right: 0;
}

.header__lang-link_current {
  font-weight: 600;
  color: #ffffff;
}

.header__lang-link_current:hover {
  color: #ffffff;
}

.header__user {
  margin-right: 20px;
}

.header__user-link {
  display: block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  background: url(../img/svg/ico-user.svg) center center no-repeat;
  background-size: 22px 22px;
}

.header__search-toggle {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: url(../img/svg/ico-search-gray.svg) center center no-repeat;
  background-size: 18px 18px;
}

.header__toggle {
  display: none;
  margin-left: 20px;
}

.header__toggle-btn {
  display: block;
  width: 28px;
  height: 22px;
  padding: 0;
  transition: none;
  border: none;
  background: url(../img/svg/ico-menu-open.svg) center center no-repeat;
  background-size: 27px auto;
}

.menu-opened .header__toggle-btn {
  background-image: url(../img/svg/ico-menu-close.svg);
  background-size: 21px 21px;
}

.logo__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.logo__ico {
  display: block;
}

.logo__title {
  font-family: 'Futura PT', sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  display: block;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.logo__title-dist {
  font-weight: 800;
}

.logo_footer .logo__title {
  color: #0d1c32;
}

.main-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item {
  margin-right: 25px;
}

.main-menu__item:last-child {
  margin-right: 0;
}

.main-menu__link {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.main-menu__link_hot {
  padding-left: 20px;
  background: url(../img/svg/ico-hot.svg) 0 center no-repeat;
  background-size: 14px auto;
}

.main-menu__link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.search-form {
  position: absolute;
  z-index: 500;
  top: 8px;
  right: 15px;
  left: 205px;
  display: none;
}

.search-form_active {
  display: block;
}

.search-form__control {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 90px 0 26px;
  letter-spacing: -0.01em;
  color: #000000;
  border: none;
  border-radius: 4px;
  background: #ffffff;
}

.search-form__control::-webkit-input-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control::-moz-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control:-ms-input-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control::-ms-input-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control::-webkit-input-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control:-ms-input-placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__control::placeholder {
  opacity: 1;
  color: #4f5355;
}

.search-form__reset {
  position: absolute;
  top: 50%;
  right: 60px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(../img/svg/ico-close.svg) center center no-repeat;
  background-size: 14px 14px;
}

.search-form__btn {
  position: absolute;
  top: 50%;
  right: 26px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(../img/svg/ico-search-black.svg) center center no-repeat;
  background-size: 18px 18px;
}

.menu-opened {
  overflow: hidden;
}

.mobile-bar {
  position: absolute;
  z-index: 900;
  top: 64px;
  right: 0;
  bottom: 0;
  display: none;
  width: 280px;
  padding: 20px 40px;
  background: #ffffff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.menu-opened .mobile-bar {
  display: block;
}

.mobile-bar__lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edeff3;
}

.mobile-bar__lang-link {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  margin-right: 10px;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #5c5c5c;
}

.mobile-bar__lang-link:last-child {
  margin-right: 0;
}

.mobile-bar__lang-link_current {
  font-weight: 600;
  color: #000000;
}

.mobile-bar__nav {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edeff3;
}

.mobile-bar__phone {
  font-size: 24px;
  font-weight: normal;
  line-height: 29px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: #000000;
}

.mobile-bar__phone-num {
  text-decoration: none;
  color: #000000;
}

.mobile-bar__phone-num:hover {
  color: #000000;
}

.mobile-bar__user-link {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  display: inline-block;
  padding: 3px 0 3px 30px;
  vertical-align: bottom;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #888c92;
  background: url(../img/svg/ico-user.svg) 0 center no-repeat;
  background-size: 22px 22px;
}

.mobile-bar__user-link:hover {
  text-decoration: underline;
  color: #888c92;
}

.overlay {
  position: fixed;
  z-index: 890;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(21, 24, 26, 0.4);
}

.menu-opened .overlay {
  display: block;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__item {
  margin-bottom: 14px;
}

.mobile-menu__item:last-child {
  margin-bottom: 0;
}

.mobile-menu__link {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #000000;
}

.mobile-menu__link:hover {
  text-decoration: none;
  color: #000000;
}

.mobile-menu__link_hot {
  padding-left: 22px;
  background: url(../img/svg/ico-hot.svg) 0 center no-repeat;
  background-size: 14px auto;
}

/**
* Подвал
*/

.footer {
  margin-top: 50px;
}

.footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footer__main {
  width: 25.67568%;
  padding-right: 40px;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__copyright {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #747b84;
}

.footer__phone {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  color: #000000;
}

.footer__phone-num {
  text-decoration: none;
  color: #000000;
}

.footer__phone-num:hover {
  text-decoration: none;
  color: #000000;
}

.footer__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__social-btn {
  display: block;
  margin-right: 10px;
  text-decoration: none;
}

.footer__social-btn:last-child {
  margin-right: 0;
}

.footer__category {
  width: 59.90991%;
  padding-right: 40px;
}

.footer__category-toggle {
  display: none;
}

.footer__category-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__subscribe {
  width: 14.41441%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.footer__bar {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #ffffff;
}

.footer__nav {
  margin-bottom: 24px;
}

.footer__tech {
  margin-top: 24px;
}

.category-menu {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
}

.category-menu:last-child {
  margin-right: 0;
}

.category-menu__item {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.category-menu__link {
  text-decoration: none;
  color: #0d1c32;
}

.category-menu__link:hover {
  text-decoration: underline;
  color: #0d1c32;
}

.footer-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__item {
  margin-right: 25px;
}

.footer-menu__item:last-child {
  margin-right: 0;
}

.footer-menu__link {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #000000;
}

.footer-menu__link_hot {
  padding-left: 20px;
  background: url(../img/svg/ico-hot.svg) 0 center no-repeat;
  background-size: 14px auto;
}

.footer-menu__link:hover {
  text-decoration: underline;
  color: #000000;
}

.tech-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-menu__item {
  margin-right: 25px;
}

.tech-menu__item:last-child {
  margin-right: 0;
}

.tech-menu__link {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #0d1c32;
}

.tech-menu__link:hover {
  text-decoration: underline;
  color: #0d1c32;
}

.scroll-top {
  position: fixed;
  z-index: 880;
  right: 20px;
  bottom: 20px;
  display: none;
}

.scroll-top__btn {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #2f7da9;
  border-radius: 50%;
  background: url(../img/svg/ico-arrow-top.svg) center 15px no-repeat;
  background-size: 20px auto;
}

.subscribe__head {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: #0d1c32;
}

.subscribe__group {
  margin-bottom: 10px;
}

.subscribe__control {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  letter-spacing: -0.01em;
  color: #747b84;
  border: 1px solid #d6e0e6;
  border-radius: 5px;
  background: #ffffff;
}

.subscribe__btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #5b9b3d;
  border: 1px solid #5b9b3d;
  border-radius: 5px;
  background: none;
}

.subscribe__btn:hover {
  color: #ffffff;
  background-color: #5b9b3d;
}

.subscribe__foot {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #747b84;
}

/**
* Типографика
*/

.head-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 95px;
}

.head-group__title {
  font-family: 'Futura PT', sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 0.9;
  width: 50%;
  margin: 0;
  letter-spacing: -0.01em;
  color: #000000;
}

.head-group__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  width: 50%;
  padding-left: 30px;
  letter-spacing: -0.01em;
  color: #4f5355;
}

.advant {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e6edf1;
}

.advant__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  padding-right: 20px;
}

.advant__value {
  font-family: 'Futura PT', sans-serif;
  font-size: 44px;
  font-weight: 600;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: -0.01em;
  color: #2f7da9;
}

.advant__label {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-left: 20px;
  padding: 2px 0;
  letter-spacing: -0.01em;
  color: #4f5355;
}

.article {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  color: #171717;
}

.article h2,
.article h3,
.article h4,
.article h5 {
  font-family: 'Futura PT', sans-serif;
  font-weight: 450;
  font-style: normal;
  line-height: 1.06;
  margin: 0 0 30px 0;
  letter-spacing: -0.01em;
  color: #000000;
}

.article h2 {
  font-size: 33px;
}

.article h3 {
  font-size: 30px;
}

.article h4 {
  font-size: 27px;
}

.article h5 {
  font-size: 24px;
}

.article p {
  margin-bottom: 24px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article p.text-lg {
  font-size: 20px;
  line-height: 27px;
}

.article b,
.article strong {
  font-weight: 600;
}

.article ul,
.article ol {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

.article ul li,
.article ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 60px;
}

.article ul li:last-child,
.article ol li:last-child {
  margin-bottom: 0;
}

.article ol {
  counter-reset: list;
}

.article ol li:before {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  top: 2px;
  left: 22px;
  width: 20px;
  height: 20px;
  content: counter(list);
  counter-increment: list;
  text-align: center;
  letter-spacing: -0.01em;
  color: #2f7da9;
  border: 1px solid #2f7da9;
  border-radius: 50%;
}

.article ul li:before {
  position: absolute;
  top: 6px;
  left: 32px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  border: 2px solid #2f7da9;
  border-radius: 50%;
}

.article table {
  width: 100%;
  margin: 0 0 30px 0;
}

.article table th {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  background: #bac1c6;
}

.article table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 15px 20px;
  letter-spacing: -0.01em;
  color: #000000;
}

.article table tbody tr:nth-child(2n+2) {
  background: #fafafa;
}

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-bottom: 30px;
  margin-left: 40px;
}

.img-circle {
  position: relative;
}

.img-circle:before {
  position: absolute;
  top: 17px;
  right: 17px;
  display: block;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  background: #5b9b3d url(../img/svg/ico-info.svg) center center no-repeat;
  background-size: 10px auto;
}

.img-circle img {
  border-radius: 50%;
}

.accent {
  margin: 0 0 30px 0;
  padding: 22px 40px 22px 125px;
  border-radius: 4px;
  background: #fbf4f7 url(../img/svg/ico-accent.svg) 64px 25px no-repeat;
  background-size: 44px 44px;
}

.accent__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  color: #a92464;
}

.accent__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #262e33;
}

.faq {
  margin-bottom: 40px;
}

.faq__head {
  font-family: 'Futura PT', sans-serif;
  font-size: 33px;
  font-weight: 450;
  font-style: normal;
  line-height: 1.06;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  color: #000000;
}

.faq__item {
  border-bottom: 1px solid #e6eaec;
}

.faq__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  padding: 20px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -0.01em;
  color: #171717;
  background: url(../img/svg/ico-faq.svg) 6px center no-repeat;
  background-size: 16px 16px;
}

.faq__title:before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  content: '';
  transition: all 0.3s;
  background: url(../img/svg/ico-arrow-faq.svg) 0 0 no-repeat;
  background-size: 12px 6px;
}

.faq__item_open .faq__title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: none;
  padding-bottom: 20px;
  padding-left: 40px;
  letter-spacing: -0.01em;
  color: #171717;
}

.article-foot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.article-foot__rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}

.article-foot__rating-desc {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin-right: 40px;
  text-align: right;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.article-foot__rating-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.article-foot__rating-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 12px;
  letter-spacing: -0.01em;
  color: #000000;
}

.article-foot__action {
  margin-left: auto;
}

.rating {
  position: relative;
  width: 140px;
  height: 24px;
  background: url(../img/svg/stars-gray.svg) 0 0 no-repeat;
  background-size: 140px auto;
}

.rating:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 24px;
  content: '';
  background: url(../img/svg/stars-yellow.svg) 0 0 no-repeat;
  background-size: 140px auto;
}

.rating_5:before {
  width: 140px;
}

.rating_4:before {
  width: 113px;
}

.rating_3:before {
  width: 85px;
}

.rating_2:before {
  width: 55px;
}

.rating_1:before {
  width: 26px;
}

/**
* Первый экран / фильтр
*/

.welcome {
  margin-bottom: 30px;
  padding: 26px 0 35px 0;
  border-bottom: 5px solid #f8f9fa;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(84, 102, 112, 0.05);
}

.welcome__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.welcome__title {
  font-family: 'Futura PT', sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  width: 44.14414%;
  padding-right: 35px;
  letter-spacing: -0.01em;
  color: #000000;
  border-right: 1px solid #eceff1;
}

.welcome__title-dist {
  font-weight: 300;
}

.welcome__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  width: 55.85586%;
  padding-left: 35px;
  letter-spacing: -0.01em;
  color: #879399;
}

.filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.filter__sum {
  width: 380px;
  padding: 0 15px;
}

.filter__control {
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 26px;
  letter-spacing: -0.01em;
  color: #000000;
  border: 1px solid #e0e8ed;
  border-radius: 4px;
  background: #ffffff;
}

.filter__control::-webkit-input-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control::-moz-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control:-ms-input-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control::-ms-input-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control::-webkit-input-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control:-ms-input-placeholder {
  opacity: 1;
  color: #879399;
}

.filter__control::placeholder {
  opacity: 1;
  color: #879399;
}

.filter__term {
  width: 380px;
  padding: 0 15px;
}

.filter__select {
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 26px 0 26px;
  letter-spacing: -0.01em;
  color: #000000;
  border: 1px solid #e0e8ed;
  border-radius: 4px;
  background: #ffffff url(../img/svg/ico-arrow-select.svg) calc(100% - 20px) center no-repeat;
  background-size: 12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter__select::-ms-expand {
  display: none;
}

.filter__select:focus {
  color: #000000;
}

.filter__submit {
  width: 190px;
  padding: 0 15px;
}

.filter__btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  letter-spacing: -0.01em;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  background: #5b9b3d;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.filter__btn:hover {
  background: #61a73e;
}

.filter__btn-count {
  font-size: 8px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 50%;
  background: #375f15;
}

/**
* Офферы
*/

.offer-list {
  margin-bottom: 30px;
}

.offer-list_other {
  position: relative;
  margin-bottom: 45px;
}

.offer-list_other:before {
  position: absolute;
  z-index: -1;
  top: -111px;
  left: -120px;
  display: block;
  width: 301px;
  height: 333px;
  content: '';
  background: url(../img/svg/bg-cart.svg) 0 0 no-repeat;
  background-size: 301px 333px;
}

.offer {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 29px 29px 19px 29px;
  transition: box-shadow 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(84, 102, 112, 0.05);
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.offer:hover {
  box-shadow: 0 4px 30px rgba(10, 29, 39, 0.18);
}

.offer:before {
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  padding: 3px 12px 3px 24px;
  content: '';
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 4px;
  background-repeat: no-repeat;
}

.offer:last-child {
  margin-bottom: 0;
}

.offer_profit {
  border-color: #e18c91;
}

.offer_profit:before {
  content: 'Выгодно!';
  background-color: #dd4d56;
  background-image: url(../img/svg/ico-offer-profit.svg);
  background-position: 8px 3px;
  background-size: 11px auto;
}

.offer_verified {
  border-color: #9abe7b;
}

.offer_verified:before {
  content: 'Проверено!';
  background-color: #598b42;
  background-image: url(../img/svg/ico-offer-verified.svg);
  background-position: 6px center;
  background-size: 12px 12px;
}

.offer_recom {
  border-color: #87a5d0;
}

.offer_recom:before {
  content: 'Рекомендуем';
  background-color: #4984bb;
  background-image: url(../img/svg/ico-offer-recom.svg);
  background-position: 7px center;
  background-size: 12px auto;
}

.offer_stock {
  border-color: #eac997;
}

.offer_stock:before {
  content: 'Акция!';
  background-color: #e39b2d;
  background-image: url(../img/svg/ico-offer-stock.svg);
  background-position: 8px 4px;
  background-size: 10px auto;
}

.offer__main {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.offer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f4f5;
}

.offer__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-right: 15px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  -ms-flex-align: center;
}

.offer__rating {
  width: 290px;
}

.offer__rating-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.offer__rating-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.offer__rating-value {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-left: 10px;
  letter-spacing: -0.01em;
  color: #000000;
}

.offer__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
}

.offer__data-unit {
  margin-right: 24px;
}

.offer__data-unit:last-child {
  margin-right: 0;
}

.offer__data-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.offer__data-value {
  font-family: 'Futura PT', sans-serif;
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  display: inline-block;
  padding: 0 9px;
  vertical-align: bottom;
  letter-spacing: -0.01em;
  color: #000000;
  border-radius: 5px;
  background: #f5f5f5;
}

.offer__data-value span {
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

.offer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.offer__list-head {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  width: 160px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.offer__list-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer__list-unit {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 12px;
  padding-left: 14px;
  letter-spacing: -0.01em;
  color: #000000;
  background: url(../img/svg/ico-check.svg) 0 center no-repeat;
  background-size: 8px auto;
}

.offer__list-unit:last-child {
  margin-right: 0;
}

.offer__action {
  width: 160px;
  padding-bottom: 21px;
  border-bottom: 1px solid #f0f4f5;
}

.offer__go-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 4px;
  background: #5b9b3d;
}

.offer__go-btn:hover {
  color: #ffffff;
  background: #2f7da9;
}

.offer__more {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin-top: 7px;
  text-align: center;
  letter-spacing: -0.01em;
}

.offer__more-link {
  text-decoration: none;
  color: #7d858a;
}

.offer__more-link:hover {
  text-decoration: underline;
  color: #7d858a;
}

.stars {
  position: relative;
  width: 86px;
  height: 14px;
  background: url(../img/svg/stars-gray.svg) 0 0 no-repeat;
  background-size: 86px auto;
}

.stars:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 14px;
  content: '';
  background: url(../img/svg/stars-yellow.svg) 0 0 no-repeat;
  background-size: 86px auto;
}

.stars_5:before {
  width: 86px;
}

.stars_4:before {
  width: 70px;
}

.stars_3:before {
  width: 52px;
}

.stars_2:before {
  width: 34px;
}

.stars_1:before {
  width: 16px;
}

/**
* Обзор
*/

.welcome-review {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #ffffff url(../img/img-review-illustration.png) calc(50% + 390px) center no-repeat;
}

.welcome-review__img {
  margin-bottom: 28px;
}

.welcome-review__title {
  font-family: 'Futura PT', sans-serif;
  font-size: 55px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
  color: #000000;
}

.welcome-review__rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.welcome-review__rating-value {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 10px;
  letter-spacing: -0.01em;
  color: #000000;
}

.welcome-review__rating-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-left: 18px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.welcome-review__rating-plate {
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  margin-left: 30px;
  padding: 3px 12px 3px 24px;
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 4px;
  background-color: #dd4d56;
  background-image: url(../img/svg/ico-offer-profit.svg);
  background-repeat: no-repeat;
  background-position: 8px 3px;
  background-size: 11px auto;
}

.welcome-review__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.welcome-review__data-unit {
  margin-right: 34px;
}

.welcome-review__data-unit:last-child {
  margin-right: 0;
}

.welcome-review__data-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.welcome-review__data-value {
  font-family: 'Futura PT', sans-serif;
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #000000;
}

.welcome-review__data-value span {
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

.welcome-review__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.welcome-review__go {
  margin-right: 26px;
}

.user-btn {
  display: block;
  padding: 9px 60px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d8dcdf;
  border-radius: 4px;
  background: url(../img/svg/ico-user.svg) 30px 5px no-repeat;
  background-size: 22px 22px;
}

.user-btn__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

.user-btn__value {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.review-nav {
  margin-bottom: 20px;
  padding: 5px 0;
  background: #f1f3f4;
}

.review-nav__menu {
  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;
}

.review-nav__item {
  margin-top: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.review-nav__item:last-child {
  margin-right: 0;
}

.review-nav__link {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  display: block;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #535353;
}

.review-nav__link:hover {
  text-decoration: underline;
  color: #535353;
}

.heading {
  font-family: 'Futura PT', sans-serif;
  font-size: 33px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.095;
  margin: 0 0 30px 0;
  letter-spacing: -0.01em;
  color: #000000;
}

.review-terms {
  margin-bottom: 40px;
}

.review-table tr:nth-child(2n+1) {
  background: #f8f9fa;
}

.review-table td {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  width: 50%;
  padding: 8px 25px;
  letter-spacing: -0.01em;
  color: #171717;
}

.review-table td:first-child {
  font-size: 17px;
  font-weight: 400;
}

.review-step {
  margin-bottom: 40px;
}

.review-step__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.review-step__item {
  position: relative;
  width: 33.333333%;
  padding: 0 15px 0 60px;
}

.review-step__num {
  font-family: 'Futura PT', sans-serif;
  font-size: 44px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 15px;
  letter-spacing: -0.01em;
  color: #2f7da9;
}

.review-step__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #000000;
}

.review-step__action {
  margin-top: 15px;
}

.review-step__btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 7px 30px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #ffffff;
  border-radius: 4px;
  background: #5b9b3d;
}

.review-step__btn:hover {
  color: #ffffff;
  background-color: #61a73e;
}

.review-repay {
  margin-bottom: 50px;
}

.review-repay__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.review-repay__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.333333% - 30px);
  margin: 0 15px;
  padding: 20px 28px;
  border-radius: 4px;
  background: #f8f9fa;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.review-repay__ico {
  -webkit-flex: 0 0 33px;
  -ms-flex: 0 0 33px;
  flex: 0 0 33px;
}

.review-repay__desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-left: 22px;
  letter-spacing: -0.01em;
  color: #000000;
}

.review-about {
  margin-bottom: 50px;
}

.review-advant {
  position: relative;
  margin-right: -30px;
  margin-bottom: 40px;
  margin-left: -30px;
  padding: 40px 70px 30px 70px;
  border: 1px solid #c4d7e1;
  border-radius: 5px;
}

.review-advant__head {
  position: absolute;
  top: -22px;
  left: 48px;
  margin: 0;
  padding: 0 12px;
  background-color: #ffffff;
}

.review-advant__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-advant__item {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
  width: 50%;
  padding-left: 40px;
  letter-spacing: -0.01em;
  color: #171717;
  background: url(../img/svg/ico-check-advant.svg) 0 5px no-repeat;
  background-size: 20px 20px;
}

.review-comment {
  position: relative;
}

.review-comment__add {
  position: absolute;
  top: 1px;
  right: 0;
}

.review-comment__add-btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  padding: 5px 34px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  border: 1px solid #d8dcdf;
  border-radius: 4px;
}

.review-comment__add-btn:hover {
  color: #1a1a1a;
  background-color: #d8dcdf;
}

.comment {
  margin-bottom: 24px;
  padding: 30px 60px;
  border-radius: 4px;
  background: #f8f9fa;
}

.comment__name {
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: #171717;
}

.comment__rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.comment__rating-label {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-right: 10px;
  letter-spacing: -0.01em;
  color: #7d858a;
}

.comment__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #383a3c;
}

.more {
  text-align: center;
}

.more__btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  padding: 0 0 0 26px;
  text-align: center;
  vertical-align: bottom;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  border: none;
  background: url(../img/svg/ico-refresh.svg) 0 center no-repeat;
  background-size: 14px 16px;
}

/**
* jQuery UI
*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: '';
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -0.25em;
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  display: block;
  margin-left: -8px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  margin: -1px 6px 0 6px;
  text-align: left;
  background-color: transparent;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  border: 4px solid #5b9b3d;
  border-radius: 50%;
  outline: none;
  background-color: #ffffff;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: #5b9b3d;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 1px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -8px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/**
* Медиазапросы
*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .box {
    padding-right: 40px;
    padding-left: 40px;
  }

  .head-group {
    padding-right: 40px;
    padding-left: 40px;
  }

  .offer {
    padding-right: 19px;
    padding-left: 19px;
  }

  .offer__rating {
    width: 200px;
  }

  .offer__data {
    width: 420px;
  }

  .offer__action {
    width: 140px;
  }
}

@media (max-width: 991px) {
  .header__nav {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .header__lang {
    display: none;
  }

  .header__toggle {
    display: block;
  }

  .footer__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__main {
    width: 50%;
    padding-right: 20px;
  }

  .footer__category {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }

  .footer__subscribe {
    width: 50%;
    padding-left: 20px;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  .head-group {
    display: block;
  }

  .head-group__title {
    width: auto;
    margin-bottom: 20px;
  }

  .head-group__desc {
    width: auto;
    padding-left: 0;
  }

  .advant {
    margin-right: -15px;
    margin-left: -15px;
  }

  .advant__item {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .advant__label {
    margin-top: 10px;
    margin-left: 0;
  }

  .article-foot {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .article-foot__action {
    margin-top: 30px;
    margin-left: 0;
  }

  .welcome__main {
    display: block;
    margin-bottom: 30px;
  }

  .welcome__title {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0;
    text-align: center;
    border-right: none;
  }

  .welcome__desc {
    width: auto;
    padding-left: 0;
    text-align: center;
  }

  .filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter__sum {
    width: 50%;
  }

  .filter__term {
    width: 50%;
  }

  .filter__submit {
    width: auto;
    margin-top: 20px;
  }

  .offer {
    display: block;
  }

  .offer__rating {
    width: 180px;
  }

  .offer__data {
    width: 340px;
  }

  .offer__data-value {
    font-size: 25px;
  }

  .offer__list-head {
    display: none;
  }

  .offer__action {
    width: auto;
    margin-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .welcome-review {
    background-image: none;
  }

  .welcome-review__data-value {
    font-size: 25px;
  }

  .review-nav__item {
    margin-right: 15px;
  }

  .review-step__body {
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .review-step__item {
    width: 50%;
    margin-bottom: 20px;
  }

  .review-repay__body {
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .review-repay__body {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .review-repay__item {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .review-repay__item:last-child {
    margin-bottom: 0;
  }

  .review-advant {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .review-advant__head {
    left: 20px;
  }

  .review-advant__item {
    width: 100%;
  }

  .review-comment__add {
    position: static;
    margin-top: 24px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .box {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-form {
    left: 15px;
  }

  .scroll-top {
    right: 10px;
    bottom: 10px;
  }

  .head-group {
    padding-right: 0;
    padding-left: 0;
  }

  .advant__value {
    font-size: 34px;
  }

  .article {
    font-size: 15px;
    line-height: 20px;
  }

  .article p.text-lg {
    font-size: 18px;
    line-height: 26px;
  }

  .article table th {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
  }

  .article table td {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
  }

  .alignleft {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .alignright {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .accent {
    padding: 80px 20px 20px 20px;
    background-position: 20px 20px;
  }

  .faq__head {
    font-size: 27px;
  }

  .faq__title {
    padding-right: 30px;
    padding-left: 30px;
    background-position-x: 0;
  }

  .faq__title:before {
    right: 0;
  }

  .faq__desc {
    padding-left: 30px;
  }

  .article-foot__rating {
    display: block;
  }

  .article-foot__rating-desc {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .article-foot__rating-main {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .offer__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__rating {
    width: auto;
  }

  .offer__data {
    width: 100%;
    margin-top: 15px;
  }

  .welcome-review__title {
    font-size: 42px;
  }

  .welcome-review__action {
    display: block;
  }

  .welcome-review__go {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .welcome-review__go-btn {
    display: block;
    width: 100%;
  }

  .review-repay__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .comment {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .btn {
    font-size: 17px;
    padding: 12px 30px;
  }

  .footer__inner {
    margin-bottom: 20px;
  }

  .footer__category-toggle {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    text-align: left;
    letter-spacing: -0.01em;
    color: #171717;
    border: none;
    border-bottom: 1px solid #e6eaec;
    background: none;
  }

  .footer__category-toggle:before {
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 12px;
    height: 6px;
    content: '';
    transition: all 0.3s;
    background: url(../img/svg/ico-arrow-faq.svg) 0 0 no-repeat;
    background-size: 12px 6px;
  }

  .footer__category-toggle_active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer__category-nav {
    display: none;
  }

  .head-group__title {
    font-size: 27px;
  }

  .advant {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .advant__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .advant__item:last-child {
    margin-bottom: 0;
  }

  .advant__value {
    font-size: 27px;
    text-align: right;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .advant__label {
    margin-top: 0;
    margin-left: 20px;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  .article h2 {
    font-size: 27px;
  }

  .article h3 {
    font-size: 24px;
  }

  .article h4 {
    font-size: 21px;
  }

  .article h5 {
    font-size: 17px;
  }

  .article p.text-lg {
    font-size: 16px;
    line-height: 20px;
  }

  .article ul li,
  .article ol li {
    padding-left: 34px;
  }

  .article ol li:before {
    left: 0;
  }

  .article ul li:before {
    left: 4px;
  }

  .article table {
    display: block;
  }

  .article table thead {
    display: none;
  }

  .article table tbody {
    display: block;
  }

  .article table tr {
    display: block;
    margin-bottom: 15px;
    background: #fafafa;
  }

  .article table td {
    display: block;
  }

  .article table td:not(:last-child) {
    padding-bottom: 0;
  }

  .article table td:before {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    content: attr(data-head);
  }

  .accent__title {
    font-size: 17px;
  }

  .accent__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .welcome {
    padding: 20px 0;
  }

  .welcome__title {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .welcome__desc {
    display: none;
  }

  .filter {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .filter__sum {
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .filter__term {
    width: auto;
    padding: 0;
  }

  .filter__submit {
    padding: 0;
  }

  .filter__btn {
    width: 100%;
  }

  .offer__inner {
    padding-bottom: 15px;
  }

  .offer__rating-group {
    padding: 5px 0;
  }

  .offer__data-unit {
    margin-right: 18px;
  }

  .offer__data-value {
    font-size: 20px;
    line-height: 26px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .welcome-review {
    padding: 20px 0;
    text-align: center;
  }

  .welcome-review__img {
    margin-bottom: 14px;
  }

  .welcome-review__title {
    font-size: 27px;
  }

  .welcome-review__rating {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .welcome-review__data {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .welcome-review__data-unit {
    margin-right: 18px;
  }

  .welcome-review__data-value {
    font-size: 20px;
    line-height: 26px;
  }

  .heading {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .review-table {
    display: block;
  }

  .review-table thead,
  .review-table tbody {
    display: block;
  }

  .review-table tr {
    display: block;
  }

  .review-table td {
    font-size: 14px;
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .review-table td:first-child {
    font-size: 15px;
  }

  .review-table td:not(:last-child) {
    padding-bottom: 0;
  }

  .review-step__item {
    width: 100%;
  }

  .review-step__btn {
    width: 100%;
  }

  .review-advant__item {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0 5px 30px;
  }
}

@media (max-width: 425px) {
  .footer__inner {
    display: block;
  }

  .footer__main {
    width: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer__subscribe {
    width: auto;
    padding-left: 0;
  }

  .faq__title {
    font-size: 17px;
    line-height: 20px;
  }

  .faq__desc {
    font-size: 15px;
    line-height: 20px;
  }

  .offer__rating-label span {
    display: none;
  }

  .welcome-review__rating-label {
    display: none;
  }
}

@media (max-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .search-form {
    right: 10px;
    left: 10px;
  }

  .search-form__control {
    padding-right: 74px;
  }

  .search-form__reset {
    right: 50px;
  }

  .search-form__btn {
    right: 16px;
  }

  .footer-menu__item {
    margin-right: 15px;
  }

  .offer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .offer__data-label span {
    display: none;
  }

  .welcome-review__data-label span {
    display: none;
  }
}