/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
a:active,
button:active {
  opacity: 0.8;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.hidden {
  display: none;
}
@media (max-width: 1199px) {
  br {
    display: none;
  }
}
@-webkit-keyframes opening {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opening {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes closing {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes closing {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
  min-width: 320px;
  margin: 0 auto;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #1d1d1f;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
@media (min-width: 1200px) {
  main {
    padding-top: 0 !important;
  }
}
picture {
  line-height: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline-color: rgba(0, 144, 212, 0.4);
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 10px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #e7e7ee;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #4091b8;
}
::-webkit-resizer {
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 10px;
}
img {
  max-width: 100%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.mw-none {
  max-width: none !important;
}
.border-none {
  border: none !important;
}
.bg--white {
  background-color: #ffffff;
}
.bg--gray {
  background-color: #f2f2f5;
}
.bg--blue {
  background-color: #0090d4;
  color: #ffffff;
}
.bg--blue p a {
  color: #ffffff;
}
.bg--img {
  color: #ffffff;
  position: relative;
}
.bg--img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.bg--img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.bg-breathe {
  background-color: #0090d4;
  background-image: url(../img/bg-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
}
.bg-breathe-blue {
  background-color: #ffffff;
  background-image: url(../img/bg-line-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.img-wrapper {
  line-height: 0;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.img-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-preview .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 0;
  width: 100%;
  background-color: #a0a0a0;
}
@media (min-width: 1200px) {
  .hover-block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: none;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
  }
  .hover-parent:hover .hover-block {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .hover-block {
    display: none;
  }
}
.fluid-block {
  border-radius: 12px;
  padding: 54px 56px;
}
.fluid-block > * {
  max-width: 720px;
}
@media (max-width: 1199px) {
  .fluid-block {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .fluid-block {
    padding: 24px;
  }
}
.br-block {
  border-radius: 12px;
}
.br-block__cont {
  padding: 79px 71px;
}
@media (max-width: 1199px) {
  .br-block__cont {
    padding: 40px 55px;
  }
}
@media (max-width: 767px) {
  .br-block__cont {
    padding: 24px 39px;
  }
}
.br-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 0;
}
.br-block__img img {
  height: auto;
}
.show-more-btn {
  outline: none;
  cursor: pointer;
}
.show-more-block {
  display: none;
}
.link-res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-res img {
  margin-left: 4px;
}
.container--content {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  .container--content {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .container--content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .container--post {
    max-width: calc(595px + 30px);
  }
}
@media (min-width: 1200px) {
  .container--post {
    max-width: calc(787px + 30px);
  }
}
.container--content-sm {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 1199px) {
  .container--content-sm {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .container--content-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mt-xs {
  margin-top: 16px !important;
}
.mt-s {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .mt-s {
    margin-top: 24px !important;
  }
}
.mt-sm {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .mt-sm {
    margin-top: 32px !important;
  }
}
@media (max-width: 575px) {
  .mt-sm {
    margin-top: 24px !important;
  }
}
.mt-m {
  margin-top: 56px !important;
}
.mt-l {
  margin-top: 72px !important;
}
.mt-xl {
  margin-top: 96px !important;
}
.mb-xs {
  margin-bottom: 16px !important;
}
.mb-s {
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .mb-s {
    margin-bottom: 24px !important;
  }
}
.mb-sm {
  margin-bottom: 40px !important;
}
.mb-m {
  margin-bottom: 56px !important;
}
.mb-l {
  margin-bottom: 72px !important;
}
.mb-xl {
  margin-bottom: 96px !important;
}
.mr-xs {
  margin-right: 16px !important;
}
.mr-s {
  margin-right: 32px !important;
}
.mr-sm {
  margin-right: 40px !important;
}
.mr-m {
  margin-right: 56px !important;
}
.mr-l {
  margin-right: 72px !important;
}
.mr-xl {
  margin-right: 96px !important;
}
.ml-xs {
  margin-left: 16px !important;
}
.ml-s {
  margin-left: 32px !important;
}
.ml-sm {
  margin-left: 40px !important;
}
.ml-m {
  margin-left: 56px !important;
}
.ml-l {
  margin-left: 72px !important;
}
.ml-xl {
  margin-left: 96px !important;
}
.pt-xs {
  padding-top: 16px !important;
}
.pt-s {
  padding-top: 32px !important;
}
.pt-m {
  padding-top: 56px !important;
}
.pt-l {
  padding-top: 72px !important;
}
.pt-xl {
  padding-top: 96px !important;
}
.pb-xs {
  padding-bottom: 16px !important;
}
.pb-s {
  padding-bottom: 32px !important;
}
.pb-sm {
  padding-bottom: 40px !important;
}
.pb-m {
  padding-bottom: 56px !important;
}
.pb-l {
  padding-bottom: 72px !important;
}
.pb-xl {
  padding-bottom: 96px !important;
}
.pb-xxl {
  padding-bottom: 250px !important;
}
.p-xs {
  padding: 16px !important;
}
.p-s {
  padding: 32px !important;
}
.p-m {
  padding: 56px !important;
}
.p-l {
  padding: 72px !important;
}
.p-xl {
  padding: 96px !important;
}
.p-xxl {
  padding: 250px !important;
}
h1,
.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h2,
.h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
h3,
.h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 21px;
  }
}
h4,
.h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
}
h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}
h4:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  h4 {
    margin-top: 24px;
  }
}
.caption {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .caption {
    font-size: 12px;
  }
}
p {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}
.text-small,
.text-small > * {
  font-size: 14px !important;
  line-height: 1.5;
}
.text-big,
.text-big > *:not(.text-def) {
  font-size: 18px !important;
}
.text-def {
  font-size: initial !important;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0090d4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #33a6dd;
}
p > a,
span > a,
li > a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
p > a:hover,
span > a:hover,
li > a:hover,
p > a:focus,
span > a:focus,
li > a:focus {
  -webkit-text-decoration-color: #0090d4;
  text-decoration-color: #0090d4;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg--blue .list-marked {
  list-style-image: url('../img/list-point-white.svg');
}
.list-marked {
  margin: 16px 0;
  line-height: 1.4;
  list-style-image: url('../img/list-point.svg');
  padding-left: 20px;
}
.list-marked li {
  padding-left: 5px;
}
.list-marked li:not(:last-of-type) {
  margin-bottom: 6px;
}
.list-marked li p {
  margin-bottom: 4px;
}
ul,
.list-unmarked {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 16px;
}
.list-unmarked li:not(:last-of-type) {
  margin-bottom: 6px;
}
.list-mini {
  font-size: 14px !important;
  line-height: 1.5;
}
.list-mini li:not(:last-of-type) {
  margin-bottom: 10px;
}
.list-mini .list-title {
  font-size: 16px;
  font-weight: 500;
}
.list-mini p {
  margin-bottom: 3px;
}
.list-mini li .list-mini {
  margin-top: 12px;
  padding-left: 12px;
}
.list-marked.list-mini li:not(:last-of-type) {
  margin-bottom: 2px;
}
.list-img img {
  margin-right: 16px;
}
.list-img li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px !important;
  line-height: 1.5;
}
.list-img li + li {
  margin-top: 16px;
}
.links-list ul {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.links-list li + li {
  margin-top: 8px;
}
.links-list li a {
  display: block;
}
.links-list a + ul {
  margin: 8px 0;
}
.links-list a + ul li::before {
  content: '—';
  display: inline-block;
  margin-right: 8px;
  color: #a0a0a0;
}
.links-list a + ul li a {
  display: inline-block;
}
.links-list__title {
  font-size: 18px;
  font-weight: 600;
  color: #0090d4;
  margin-bottom: 16px;
}
.list-t li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-t li + li {
  margin-top: 8px;
}
.list-t .t-head {
  width: 60%;
}
.list-t .t-value {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.list-t .t-head {
  position: relative;
  max-width: 405px;
}
.list-t .t-head::after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom: 1px dashed rgba(29, 29, 31, 0.12);
  z-index: -1;
}
.list-t .t-head span {
  background-color: #ffffff;
  padding-right: 8px;
}
.list-t .t-value {
  padding-left: 8px;
}
@media (max-width: 575px) {
  .list-t .t-head {
    width: 70%;
  }
  .list-t .t-value {
    width: 30%;
  }
}
.table-wrap {
  overflow-y: auto;
  margin: 20px 0;
}
@media (max-width: 1359px) {
  .table-wrap {
    padding-bottom: 15px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #E3E3E4;
  overflow: hidden;
}
table td {
  padding: 16px;
}
@media (max-width: 767px) {
  table td {
    padding: 12px;
  }
}
thead {
  background-color: #f2f2f5;
  color: #a0a0a0;
  border-bottom: 1px solid #E3E3E4;
}
tbody tr:not(:last-child) td {
  border-bottom: 1px solid #E3E3E4;
}
.table-marked tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.42);
}
.table-marked tr + tr td {
  padding-top: 12px;
}
.table-marked td {
  padding: 4px;
}
.table-marked td.right {
  text-align: right;
}
.table-marked td.left {
  text-align: left;
}
.black {
  color: #1d1d1f;
}
.blue {
  color: #0090d4;
}
.gray {
  color: rgba(29, 29, 31, 0.72);
}
.light-gray {
  color: #f2f2f5;
}
.op-4 {
  opacity: 0.4;
}
.flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flag > * {
  margin-bottom: 0 !important;
}
.flag .icon-flag {
  margin-right: 5px;
}
.icon-flag {
  display: inline-block;
  width: 17px;
}
.text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.btn-default {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
}
.btn-default:hover,
.btn-default:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-default:disabled,
.btn-default.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 1rem;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  color: #1d1d1f;
  background-color: transparent;
  border: 1px solid #0090d4;
}
.btn:hover,
.btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn:disabled,
.btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn:not(.arrow):not(.btn-more):hover,
.btn:not(.arrow):not(.btn-more):focus,
.btn:not(.arrow).active {
  color: #ffffff;
  background-color: #0090d4;
  border-color: #0090d4;
}
.btn-prev::before,
.btn.arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #1d1d1f;
}
.btn.arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
}
.btn.arrow:hover::after,
.btn.arrow:focus::after,
.btn.arrow:active::after {
  margin-left: 20px;
}
.btn-bg {
  color: #ffffff;
  background-color: #0090d4;
}
.btn-bg:not(.arrow):hover,
.btn-bg:not(.arrow):focus,
.btn-bg:not(.arrow).active {
  background-color: #33a6dd;
  border-color: #33a6dd;
}
.btn-bg.arrow::after {
  border-color: #ffffff;
}
.btn-bg.arrow:hover::after {
  border-color: #ffffff;
  margin-left: 15px;
}
.btn-prev {
  min-width: 150px;
}
.btn-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 8px;
}
.btn-prev:hover::before {
  border-color: #ffffff;
}
.btn-slider {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0090d4;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.btn-slider:hover,
.btn-slider:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-slider:disabled,
.btn-slider.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn-slider::before,
.btn-slider::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-slider::before {
  right: 0;
  background-image: url(../img/icon-arrow-blue.svg);
}
.btn-slider::after {
  left: -100%;
  background-image: url(../img/icon-arrow-white.svg);
}
.btn-all {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0090d4;
  font-size: 14px;
}
.btn-all:hover,
.btn-all:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-all:disabled,
.btn-all.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn-all::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 7px;
  width: 7px;
  margin-left: 8px;
  margin-top: -3px;
  border-bottom: 1px solid #0090d4;
  border-right: 1px solid #0090d4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-small {
  font-size: 14px;
  padding: 9px 32px;
}
.btn-medium {
  font-size: 16px;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .btn-medium {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.btn-big {
  padding: 19px 32px;
}
@media (max-width: 767px) {
  .btn-big {
    padding: 15px 32px;
  }
}
.btn-white {
  background: #ffffff;
  border-color: #ffffff;
}
.btn-text {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
button.btn-text {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #0090d4;
}
button.btn-text:hover,
button.btn-text:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
button.btn-text:disabled,
button.btn-text.disabled {
  opacity: 0.4;
  pointer-events: none;
}
button.btn-text:hover,
button.btn-text:focus {
  color: #33a6dd;
}
.btn-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 14px;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #f2f2f5;
  background-color: #ffffff;
  color: #1d1d1f;
}
.btn-icon__img {
  display: block;
  padding: 18px 12px 16px 20px;
  border-right: 1px solid #f2f2f5;
}
.btn-icon__desc {
  padding: 21px 24px;
}
.btn-burger {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-burger:hover,
.btn-burger:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-burger:disabled,
.btn-burger.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn-burger span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #000;
}
.btn-burger span + span {
  margin-top: 6px;
}
.active .btn-burger span:nth-child(1) {
  -webkit-transform: translateY(8px) translateZ(0) rotate(45deg);
  transform: translateY(8px) translateZ(0) rotate(45deg);
}
.active .btn-burger span:nth-child(2) {
  opacity: 0;
}
.active .btn-burger span:nth-child(3) {
  -webkit-transform: translateY(-8px) translateZ(0) rotate(-45deg);
  transform: translateY(-8px) translateZ(0) rotate(-45deg);
}
.btn-more {
  padding-right: 17px !important;
}
.btn-more::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
  background: url(../img/icon-dropdown-menu-white.svg) no-repeat center;
  -webkit-transform-origin: center 58%;
  transform-origin: center 58%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.btn-more.active::after,
.btn-more:active::after {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.btn-add {
  padding: 12px 32px;
  font-size: 1rem;
  line-height: 1.4;
}
.marks {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mark {
  margin: 4px;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 1;
  background-color: #f2f2f5;
  border-radius: 100px;
  word-break: break-word;
}
.mark-blue {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #0090d4;
  border: 1px solid #0090d4;
  border-radius: 12px;
  display: inline-block;
  padding: 2px 8px;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .mark-blue {
    font-size: 8px;
  }
}
.mark-mini {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #a0a0a0;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mark-mini {
    font-size: 11px;
  }
}
.acc {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.acc--mini .acc__title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
.acc--mini .acc__title::after {
  width: 24px;
  height: 24px;
  border: none;
  background: url(../img/icon-cross.svg);
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
@media (max-width: 1199px) {
  .acc--mini .acc__title {
    font-size: 16px;
  }
}
.acc--mini .acc__title:focus {
  outline: none;
}
.acc--mini .acc__title:focus::after {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.acc--mini .acc__title.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
.acc--mini .acc__item {
  padding-bottom: 14px;
  border-bottom: 1px solid #f2f2f5;
}
.acc--mini .acc__item + .acc__item {
  margin-top: 22px;
}
.acc--mini .acc__body {
  padding: 14px 10px;
}
.acc__title-container {
  display: block;
}
.acc__title {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  word-break: break-word;
}
.acc__title:hover,
.acc__title:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.acc__title:disabled,
.acc__title.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.acc__title::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 9px;
  width: 9px;
  margin-left: 10px;
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acc__title:hover::after,
.acc__title:focus::after {
  border-color: #0090d4;
}
.acc__title.active::after {
  border-color: #0090d4;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: 5px;
}
.acc__title.active + .acc__body {
  opacity: 1;
}
.acc__body {
  display: none;
  opacity: 0;
  padding: 16px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .acc-wrap + .acc-wrap {
    margin-top: 22px;
  }
}
.bc {
  margin: 0;
}
.bc__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bc__item {
  line-height: 1.5;
  color: #a0a0a0;
}
.bc__item a {
  color: #a0a0a0;
  text-decoration: none;
}
.bc__item a:hover,
.bc__item a:focus {
  opacity: 0.7;
}
.bc__item a:hover {
  text-decoration: none;
}
.bc__item:not(:last-of-type)::after {
  content: '/';
  margin: 0 8px;
}
.bc__item.active > * {
  color: #1d1d1f;
  pointer-events: none;
}
.bc--on-img {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.bc--on-img .bc__item {
  color: #ccc;
}
.bc--on-img .bc__item a {
  text-decoration: none;
  color: #ccc;
}
.bc--on-img .bc__item a:hover {
  text-decoration: none;
}
.bc--on-img .bc__item.active > * {
  color: #ffffff;
}
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.title__header {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .title__header {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .title__header {
    font-size: 36px;
  }
}
.title__link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  font-weight: 500;
  margin-top: 12px;
}
.title__link:hover,
.title__link:focus {
  -webkit-text-decoration-color: #0090d4;
  text-decoration-color: #0090d4;
}
.bg--blue .title__link {
  color: #ffffff;
}
.video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  color: #ffffff;
}
.video-link::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/icon-play-btn.svg) no-repeat center;
  background-size: contain;
}
.video-link span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-left: 12px;
}
.video-link:hover,
.video-link:focus {
  color: #ffffff;
}
.video-link:hover::before,
.video-link:focus::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-link:hover span,
.video-link:focus span {
  opacity: 0.7;
}
.tabs {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs.scroll-mobile {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.tabs__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs__title:first-of-type button {
  padding-left: 0;
}
.tabs__title button {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  padding: 14px 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
}
.tabs__title button:hover,
.tabs__title button:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.tabs__title button:disabled,
.tabs__title button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tabs__title button:focus {
  text-shadow: 0 0 1px #1d1d1f;
}
.tabs__title button::before,
.tabs__title button::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #0090d4;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tabs__title button .count {
  color: #A9AFB7;
}
.tabs__title:not(.active) button {
  color: #a0a0a0;
}
.tabs__title.active button {
  text-shadow: 0 0 1px #1d1d1f;
}
.tabs__title.active button .count {
  text-shadow: none;
}
.tabs__title.active button::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tabs__content {
  position: relative;
}
.tabs__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.tabs__item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.tabs__item.active.def {
  overflow: initial;
}
.content-page {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-page__section {
  position: relative;
  overflow: hidden;
}
.content-page__bc {
  padding: 24px 0;
}
@media (max-width: 575px) {
  .content-page__bc {
    font-size: 13px;
  }
}
.content-page__section:first-of-type > .container:not(.pt-def) {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .content-page__section:first-of-type > .container:not(.pt-def) {
    padding-top: 16px;
  }
}
.content-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f5;
}
@media (min-width: 1200px) {
  .content-page__header.big .content-page__header-container {
    padding-bottom: 130px;
    padding-top: 130px;
    min-height: 560px;
  }
}
.content-page__header.small {
  min-height: 400px;
}
@media (min-width: 1200px) {
  .content-page__header.small .content-page__header-container {
    padding-bottom: 110px;
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .content-page__header {
    min-height: 480px;
  }
}
@media (max-width: 1199px) {
  .content-page__header {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .content-page__header {
    min-height: 480px;
  }
}
.content-page__fluid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 56px;
}
.content-page__fluid-header .title {
  margin-bottom: 16px;
}
.content-page__fluid-header p {
  margin-bottom: 0;
}
.content-page__fluid-header p + p {
  margin-top: 16px;
}
.content-page__fluid-header button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .content-page__fluid-header {
    padding-bottom: 40px;
  }
}
.content-page__header-container .content-page__fluid-header {
  padding: 0;
  max-width: 640px;
}
.content-page__header-container > .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-page__header-container > .col-12 button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.content-page__header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  padding-bottom: 110px;
  padding-top: 110px;
}
@media (max-width: 767px) {
  .content-page__header-container {
    padding-bottom: 85px;
    padding-top: 115px;
  }
}
.content-page__header-bottom {
  width: 100%;
  margin-top: auto;
  line-height: 0;
}
.content-page__header-bottom .file-download {
  border-radius: 4px 4px 0 0;
}
.content-page__header-wrap {
  max-width: 600px;
}
.content-page__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-page__title {
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .content-page__title {
    margin-bottom: 8px;
  }
}
.content-page__desc {
  margin-top: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.content-page__desc p + p {
  margin-top: 16px;
}
.content-page__desc ul:not(.list-t) {
  margin: 16px 0;
  line-height: 1.4;
  list-style-image: url('../img/list-point.svg');
  padding-left: 20px;
}
.content-page__desc ul:not(.list-t) li {
  padding-left: 5px;
}
.content-page__desc ul:not(.list-t) li:not(:last-of-type) {
  margin-bottom: 6px;
}
.content-page__desc ul:not(.list-t) li p {
  margin-bottom: 4px;
}
.content-page__desc + .content-page__btns {
  margin-top: 32px;
}
.content-page__content {
  padding-bottom: 96px;
}
.content-page__content section:first-of-type {
  padding-top: 32px;
}
.content-page__btns-wrap {
  margin-top: 24px;
}
.content-page__btns-wrap .content-page__btns {
  margin-top: 0;
}
@media (max-width: 767px) {
  .content-page__btns-wrap {
    margin-top: 16px;
  }
}
.content-page__btns-wrap .container {
  position: relative;
}
.content-page__btns-container {
  overflow: hidden;
}
.content-page__btns-drop-wrap {
  position: relative;
}
.content-page__btns-drop {
  position: absolute;
  border: 1px solid #f2f2f5;
  z-index: 1;
  max-width: 100%;
  display: none;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.content-page__btns-drop .dropdown__menu-list {
  min-width: 0;
  max-width: none;
  max-width: 100%;
}
@media (max-width: 575px) {
  .content-page__btns-drop .dropdown__menu-list {
    width: 100%;
  }
}
.content-page__btns-drop .dropdown__item {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .content-page__btns-drop .dropdown__item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .content-page__btns-drop {
    width: 100%;
  }
}
.content-page__btns-drop.active {
  display: block;
}
.content-page__btns {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .content-page__btns {
    margin-top: 16px;
  }
}
.content-page__btn {
  white-space: nowrap;
  padding: 13px 24px;
}
@media (max-width: 767px) {
  .content-page__btn {
    padding: 9px 24px;
  }
}
.content-page__btns.small .content-page__btn {
  font-size: 14px;
  padding: 9px 24px;
}
.content-page__btns-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .content-page__btns-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.content-page__btns-item {
  margin: 4px;
}
.content-page__list-wrapper {
  margin-top: 8px;
}
.content-page__row-item + .content-page__row-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.content-page__row-item {
  padding: 40px 0;
}
.content-page__row-item:first-of-type {
  padding-top: 0;
}
.content-page__row-item:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .content-page__row-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.content-page__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.content-page__list.reverse .content-page__item {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-page__list.reverse .content-page__item {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .content-page__list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.content-page__item {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .content-page__item {
    margin-top: 24px;
    padding: 0 8px;
  }
  .content-page__item .preview {
    max-width: 350px;
    margin: 0 auto;
  }
}
.content-page__paginator-wrapper {
  margin-top: 32px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .content-page__paginator-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
  }
}
.content-page__list-desc {
  margin-top: 96px;
}
.content-page__list-desc * + h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .content-page__list-desc {
    margin-top: 72px;
  }
}
@media (max-width: 991px) {
  .content-page__list-desc {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .content-page__list-desc {
    margin-top: 40px;
  }
  .content-page__list-desc * + h2 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.content-page__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .content-page__img-wrap {
    min-height: 385px;
  }
}
@media (max-width: 1199px) {
  .content-page__img-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .content-page__img-wrap {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .content-page__img-wrap img {
    max-height: 200px;
  }
}
.content-page__slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.content-page__slider-btns > * {
  position: static;
  top: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.content-page__slider-btns .slick-prev {
  margin-right: 15px;
}
.content-page__header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-page__header-line > * {
  margin-right: 16px;
}
@media (min-width: 576px) {
  .content-page__header-line {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 575px) {
  .content-page__header-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-page__header-line > * {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .scroll-mobile .content-page__item {
    min-width: 220px;
    max-width: 250px;
  }
}
.scroll-mobile .content-page__item:first-of-type > * {
  width: calc(100% - 8px);
}
.content-page__tabs-sect .tabs__title button {
  padding: 18px 20px;
}
@media (max-width: 575px) {
  margin-top: 32px;
}
.content-page__tabs-wrap {
  overflow: hidden;
}
.content-page__tabs-content {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .content-page__tabs-content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .content-page__timer-wrap {
    max-width: none;
    padding: 0;
  }
}
.content-page__tabs-timer {
  position: relative;
}
.content-page__tabs-timer::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.12);
}
.content-page__tabs-container {
  min-height: 72px;
}
.content-page__links-wrap {
  margin-top: 56px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .content-page__links-wrap {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .content-page__links-wrap {
    margin-bottom: 20px;
  }
}
.content-page__reviews-list {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-top: 48px;
}
.content-page__reviews-list .review-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 16px;
}
@media (max-width: 1359px) {
  .content-page__reviews-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .content-page__reviews-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .content-page__reviews-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 575px) {
  .content-page__review-btn {
    width: 100%;
    margin-top: 16px;
  }
}
.cabinets .content-page__btns-wrap {
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  .cabinets .content-page__btns-wrap {
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .cabinets .content-page__btns-wrap {
    padding-bottom: 24px;
  }
}
.cabinets .content-page__item {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cabinets .content-page__item {
    margin-bottom: 24px;
  }
}
.cabinets * + h3 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cabinets * + h3 {
    margin-top: 8px;
  }
}
.cabinet__btn {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .cabinet__btn {
    margin-top: 32px;
    width: 100%;
  }
}
form input,
form input[type="file"] + label,
form textarea,
form select {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(11, 31, 53, 0.05);
  border: 1px solid #f2f2f5;
  border-radius: 4px;
  padding: 16px;
  margin: 4px;
}
form input:disabled,
form input[type="file"] + label:disabled,
form textarea:disabled,
form select:disabled {
  opacity: 0.4;
  pointer-events: none;
}
form input:hover,
form input[type="file"] + label:hover,
form textarea:hover,
form select:hover {
  border-color: rgba(11, 31, 53, 0.12);
}
form input:focus,
form input[type="file"] + label:focus,
form textarea:focus,
form select:focus {
  background-color: #ffffff;
  border-color: rgba(11, 31, 53, 0.12);
  outline: none;
}
form label,
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select,
form select option[value=""][disabled] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(11, 31, 53, 0.64);
}
form label,
form input::-moz-placeholder,
form textarea::-moz-placeholder,
form select,
form select option[value=""][disabled] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(11, 31, 53, 0.64);
}
form label,
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder,
form select,
form select option[value=""][disabled] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(11, 31, 53, 0.64);
}
form label,
form input::placeholder,
form textarea::placeholder,
form select,
form select option[value=""][disabled] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(11, 31, 53, 0.64);
}
form input,
form textarea,
form select option {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1d1d1f;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  cursor: pointer;
}
select option[value=""][disabled] {
  display: none;
}
select > option {
  padding: 10px;
}
textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 90px;
}
form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
form input[type="file"] + label {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 55px;
}
form input[type="file"] + label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #0090d4 url("../img/icon-paperclip.svg") no-repeat center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  word-break: break-all;
}
form input[type="file"]:focus + label {
  background-color: #ffffff;
  border-color: rgba(11, 31, 53, 0.12);
}
.file-download,
.file {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1d1d1f;
  overflow: hidden;
  background-color: #ffffff;
}
.file-download span,
.file span {
  padding: 17px;
  font-size: 14px;
  line-height: 1;
  background-color: #ffffff;
}
.file-download.bg--gray,
.file.bg--gray {
  color: #a0a0a0;
}
.file-download.bg--gray:hover,
.file.bg--gray:hover,
.file-download.bg--gray:focus,
.file.bg--gray:focus {
  color: #1d1d1f;
}
.file-download.bg--gray span,
.file.bg--gray span {
  background: #e7e9eb;
}
.file-download {
  background-color: #0090d4;
}
.file-download::before {
  content: "";
  width: 50px;
  min-height: 50px;
  background: #0090d4 url("../img/icon-download.svg") no-repeat center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  word-break: break-all;
}
.file-download span {
  padding: 17px 24px;
}
@media (max-width: 575px) {
  .file-download span {
    padding: 18px 16px;
    font-size: 13px;
  }
}
.file {
  border-radius: 4px;
  background-color: #0090d4;
}
.file span {
  background-color: #f2f2f5;
}
.file::after {
  content: "";
  width: 50px;
  min-height: 50px;
  background: #0090d4 url("../img/icon-download.svg") no-repeat center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  word-break: break-all;
}
.file + .file {
  margin-top: 8px;
}
.file-download:hover::before {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.file:hover::after {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__row .form__item {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__row .form__item {
    max-width: none;
  }
}
.form__row-range {
  margin-top: 24px;
  margin-bottom: 8px;
}
.form__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
}
.form__item label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(16px + 1px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__item input[type="file"] + label {
  height: 100%;
}
.form__item input,
.form__item input[type="file"] + label,
.form__item textarea,
.form__item select {
  margin: 0;
  width: 100%;
}
.form__item input {
  padding-top: 22px;
  padding-bottom: 10px;
}
.form__item input::-webkit-input-placeholder {
  opacity: 0;
}
.form__item input::-moz-placeholder {
  opacity: 0;
}
.form__item input::-ms-input-placeholder {
  opacity: 0;
}
.form__item input::placeholder {
  opacity: 0;
}
.form__item input:not([type="file"]):focus + label,
.form__item input:not([type="file"]):not(:placeholder-shown) + label {
  font-size: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form__item textarea + label {
  display: none;
}
.form__footer {
  padding: 4px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .form__footer {
    margin-top: 12px;
  }
}
.form__checkboxes > * + * {
  margin-top: 12px;
}
.form__btn {
  border-radius: 4px;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .form__btn {
    margin-top: 32px;
    width: 100%;
    border-radius: 100px !important;
  }
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(11, 31, 53, 0.05);
  border: 1px solid #f2f2f5;
  border-radius: 4px;
  border-color: rgba(29, 29, 31, 0.04);
}
input[type="checkbox"] + label:hover::before,
input[type="radio"] + label:hover::before {
  border-color: rgba(11, 31, 53, 0.12);
}
input[type="checkbox"] + label a,
input[type="radio"] + label a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
input[type="checkbox"] + label a:hover,
input[type="radio"] + label a:hover,
input[type="checkbox"] + label a:focus,
input[type="radio"] + label a:focus {
  -webkit-text-decoration-color: #0090d4;
  text-decoration-color: #0090d4;
}
input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  outline: auto;
}
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  opacity: 0.4;
  pointer-events: none;
}
input[type="checkbox"]:checked + label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0090d4 url(../img/icon-checkbox.svg) center no-repeat;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
input[type="radio"] + label::before {
  border-radius: 50%;
}
input[type="radio"]:checked + label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border-color: #0090d4;
  border-width: 5px;
}
.select {
  position: relative;
  width: 100%;
}
.select select {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}
.select select:hover + .select__btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.select select:focus + .select__btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.select:hover select:focus + .select__btn {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.select .select__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url(../img/icon-dropdown-arrow.svg) no-repeat center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.search-line {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.search-line input {
  width: 100%;
  margin: 0;
  padding: 18px 16px;
  padding-right: 65px;
  background: none;
}
.search-line__btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-color: #0090d4;
  background-image: url(../img/icon-search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.search-line__btn:hover,
.search-line__btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.search-line__btn:disabled,
.search-line__btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search-line__btn:hover {
  background-color: #33a6dd;
}
.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__input {
  margin: 0;
  padding-right: 65px;
}
.search__input:focus {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border-color: #0090d4;
}
.search__btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 50px;
  height: calc(100% - 2px);
  background-image: url(../img/icon-search-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.search__btn:hover,
.search__btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.search__btn:disabled,
.search__btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.search__btn:hover,
.search__btn:focus {
  outline: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.search-page .container {
  padding-top: 8px;
}
.search-page .content-page__btns-wrap {
  margin-top: 32px;
}
.search-page .content-page__row-item {
  padding: 0;
}
.sidebar {
  padding: 24px 16px;
  border: 1px solid #f2f2f5;
  text-align: center;
}
.sidebar > * {
  font-weight: 600;
}
.sidebar__list > * + * {
  margin-top: 8px;
}
.slider-counter {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.slider-counter__control {
  background: #ffffff;
  border-radius: 12px 12px 0px 0px;
  z-index: 1000;
}
.slider-counter__counter .current {
  color: #1d1d1f;
}
.slider-counter__btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  min-height: 56px;
  height: 100%;
  background: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 48px;
}
.slider-counter__btn:hover,
.slider-counter__btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.slider-counter__btn:disabled,
.slider-counter__btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.slider-counter__btn span {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: rgba(29, 29, 31, 0.64);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-counter__btn span::before {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  content: "";
  display: block;
  width: 0;
  height: 2px;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: all;
  transition-property: all;
  background: rgba(29, 29, 31, 0.64);
  top: -1px;
  right: 0;
  position: absolute;
}
.slider-counter__btn--prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-counter__btn--prev span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slider-counter__btn--next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.slider-counter__btn--next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-counter__btn:hover span,
.slider-counter__btn:focus span {
  border-color: #0090d4;
}
@media (min-width: 768px) {
  .slider-counter__btn:hover span::before,
  .slider-counter__btn:focus span::before {
    width: 12px;
    background-color: #0090d4;
    -webkit-animation: opacity 0.3s;
    animation: opacity 0.3s;
  }
}
.slider-counter__btn:focus {
  outline-color: rgba(0, 144, 212, 0.4);
}
.slider-counter__btn:active span {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .slider-counter__btn--prev:hover span,
  .slider-counter__btn--prev:focus span {
    margin-right: 3px;
  }
  .slider-counter__btn--next:hover span,
  .slider-counter__btn--next:focus span {
    margin-left: 3px;
  }
}
.slider-counter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-counter__counter {
  padding: 20px 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-counter__counter span {
  display: inline-block;
  min-width: 18px;
}
.slider-counter__counter span.current {
  text-align: right;
  margin-right: 6px;
}
.slick-slide .info__title {
  opacity: 0;
}
.slick-slide.slick-active .info__title {
  opacity: 1;
}
.slick-slide:not(.slick-current) .info__title {
  -webkit-animation: closing 0.8s;
  animation: closing 0.8s;
}
.slick-slide.slick-current .info__title {
  -webkit-animation: opening 0.8s;
  animation: opening 0.8s;
}
.slider-counter__counter .slick-dots li {
  pointer-events: none;
}
.slider-counter__counter .slick-dots li:not(.slick-active) {
  display: none;
}
.slider-counter__counter .slick-dots li .current {
  -webkit-animation: opening 0.5s;
  animation: opening 0.5s;
}
.slider-counter__counter .slick-dots {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
}
.simple-arrows .slick-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simple-arrows .slick-arrow:not(.slick-disabled):hover::before,
.simple-arrows .slick-arrow:not(.slick-disabled):focus::before {
  border-color: #0090d4;
}
.simple-arrows .slick-arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid rgba(29, 29, 31, 0.64);
  border-right: 2px solid rgba(29, 29, 31, 0.64);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.simple-arrows .slick-next {
  right: 0;
}
.simple-arrows .slick-prev {
  left: 0;
}
.simple-arrows .slick-prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.simple-arrows .slick-next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.simple-slider .slick-track {
  margin: 0;
}
.simple-slider .slick-slide {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
}
.simple-slider .slick-slide + .slick-slide {
  margin-left: 20px;
}
.simple-slider .slick-slide:focus {
  outline: none;
}
.simple-slider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.simple-slider .slick-next {
  right: -25px;
}
.simple-slider .slick-prev {
  left: -35px;
}
@media (max-width: 767px) {
  .simple-slider .slick-next {
    right: -15px;
  }
  .simple-slider .slick-prev {
    left: -15px;
  }
}
.simple-slider .slick-slide > * > a:focus {
  outline: none;
}
.slider-double {
  position: relative;
}
.slider-double-alt {
  line-height: 0;
}
.slider-double__slide {
  height: auto;
  outline: none;
  cursor: pointer;
}
.slider-double__slide img,
.slider-double-alt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-double__child-wrap {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .slider-double__child-wrap {
    margin-top: 18px;
  }
}
.slider-double__child {
  position: static;
  margin: 0 auto;
  max-width: calc(100% - 70px * 2);
}
.slider-double__child .slider-double__slide {
  margin: 0 8px;
}
.slider-double__child .slider-double__slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 4px;
  border: 2px solid #f2f2f5;
}
@media (max-width: 1199px) {
  .slider-double__child .slider-double__slide img {
    width: 48px;
    height: 48px;
  }
}
.slider-double__child .slick-arrow::before {
  border-color: #a0a0a0;
}
.slider-double__child .slick-next {
  right: 5px;
}
.slider-double__child .slick-prev {
  left: 0;
}
.slider-double__child .slick-current img {
  border-color: #0090d4;
}
@media (max-width: 1359px) {
  .slider-double__child {
    max-width: calc(100% - 55px * 2);
  }
}
@media (max-width: 1199px) {
  .slider-double__child {
    max-width: calc(100% - 45px * 2);
  }
}
@media (max-width: 767px) {
  .slider-double__child {
    max-width: calc(100% - 50px * 2);
  }
}
@media (max-width: 575px) {
  .slider-double__child {
    max-width: calc(100% - 35px * 2);
  }
}
@media (max-width: 350px) {
  .slider-double__child {
    max-width: calc(100% - 30px * 2);
  }
  .slider-double__child .slider-double__slide img {
    width: 42px;
    height: 42px;
  }
}
.slider-wrap {
  position: relative;
}
.slider-wrap .slick-track {
  margin: 0;
}
.arrows-top .slick-arrow {
  top: -50px;
}
.arrows-top .slick-next {
  right: 0;
}
.arrows-top .slick-prev {
  left: auto;
  right: 45px;
}
.arrows-top-big .slick-arrow {
  top: -50px;
}
.arrows-top-big .slick-next {
  right: 0;
}
.arrows-top-big .slick-prev {
  left: auto;
  right: 45px;
}
.arrows-top-big .slick-arrow {
  top: -75px;
}
.slider-price:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews-slider .slider-counter__control {
  padding-left: 0;
  background-color: transparent;
  margin-top: 24px;
}
.reviews-slider .slider-counter__control:empty {
  display: none;
}
@media (max-width: 1199px) {
  .reviews-slider .slider-counter__control {
    margin-top: 16px;
  }
}
.reviews-slider .slick-active {
  color: rgba(255, 255, 255, 0.4);
}
.reviews-slider .slick-active .current {
  color: #ffffff;
}
.reviews-slider .slick-active .total {
  color: rgba(255, 255, 255, 0.4);
}
.reviews-slider .slider-counter__btns {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0;
}
.reviews-slider .review-slide .review-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews-slider .review-slide .review-item__info {
  margin-top: auto;
}
.reviews-slider .review-item__text {
  margin-bottom: 24px;
}
.reviews-slider .slider-counter__btn span::before {
  background: rgba(255, 255, 255, 0.4);
}
.reviews-slider .slider-counter__btn span {
  border-color: rgba(255, 255, 255, 0.4);
}
.reviews-slider .slider-counter__btn:hover span,
.reviews-slider .slider-counter__btn:focus span {
  border-color: #ffffff;
}
.reviews-slider .slider-counter__btn:hover span::before,
.reviews-slider .slider-counter__btn:focus span::before {
  background: #ffffff;
}
.preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.preview__link {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.preview__link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  min-height: 155px;
}
@media (min-width: 1200px) {
  .preview__link img {
    min-height: 240px;
  }
}
@media (min-width: 1200px) {
  .preview__link:hover img,
  .preview__link:focus img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.preview__label {
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  left: 8px;
  bottom: 0;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #0090d4;
  background: #ffffff;
}
.preview__label:empty {
  display: none;
}
.preview__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 16px;
}
@media (min-width: 1199px) {
  .preview__desc {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) {
  .preview__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.preview__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 16px;
}
.preview__title a {
  color: #1d1d1f;
}
.preview__title a:hover,
.preview__title a:focus {
  color: #0090d4;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .preview__title {
    font-size: 14px;
  }
}
.preview__date {
  display: inline-block;
  margin-top: auto;
}
.date {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #a0a0a0;
}
@media (min-width: 1200px) {
  .preview:hover .preview__link img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.text-block__desc h3 {
  margin: 0;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .text-block__desc {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .text-block__desc h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .text-block__desc h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.text-block__title {
  margin-bottom: 24px;
}
.block-bg {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
}
.block-bg:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .block-bg {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .block-bg {
    min-height: 300px;
  }
}
.block-bg.simple .block-bg__desc {
  background: #f2f2f5;
  color: #1d1d1f;
}
.block-bg.simple .block-bg__btn > span:last-of-type {
  color: #0090d4;
}
.block-bg.simple:hover .block-bg__desc,
.block-bg.simple:focus .block-bg__desc {
  color: #1d1d1f;
}
.bg--gray .block-bg.simple .block-bg__desc {
  background: #ffffff;
  color: #1d1d1f;
}
.block-bg__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 0;
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  overflow: hidden;
}
.block-bg__img-wrapper img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.block-bg__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 32px;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56));
  z-index: 2;
}
.block-bg__desc h3 {
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .block-bg__desc h3 {
    font-size: 21px;
  }
}
.block-bg__desc p {
  font-size: 14px;
  margin-top: 0;
}
.block-bg__desc.light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
}
@media (max-width: 1199px) {
  .block-bg__desc {
    padding: 24px;
  }
}
.block-bg__btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-bg__btn > span:last-of-type {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}
.block-bg__btn .btn-slider {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .block-bg__btn .btn-slider {
    display: none;
  }
}
.block-bg:hover .block-bg__desc,
.block-bg:focus .block-bg__desc {
  color: #ffffff;
}
.block-bg:hover .block-bg__img-wrapper img,
.block-bg:focus .block-bg__img-wrapper img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.block-bg:hover .btn-slider,
.block-bg:focus .btn-slider {
  background: #0090d4;
  color: #ffffff;
}
.block-bg:hover .btn-slider::before,
.block-bg:focus .btn-slider::before {
  right: -100%;
}
.block-bg:hover .btn-slider::after,
.block-bg:focus .btn-slider::after {
  left: 0;
}
.block-bg:hover .btn-icon,
.block-bg:focus .btn-icon {
  color: #0090d4;
}
.border-block {
  border-radius: 12px;
  overflow: hidden;
  padding: 56px;
}
.border-block button {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .border-block {
    padding: 24px;
  }
}
.border-block__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .border-block__title {
    margin-bottom: 12px;
  }
}
.border-block + .border-block {
  margin-top: 32px;
}
.block-img {
  border-radius: 12px;
  overflow: hidden;
}
.block-img + .block-img {
  margin-top: 32px;
}
.block-img__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-img__text {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.block-img__text p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .block-img__text {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .block-img__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .block-img__text h3,
  .block-img__text h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.block-img__img-wrap {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  .block-img__img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 992px) {
  .bg--gray .block-img__img::after {
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f5), color-stop(27.6%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #f2f2f5 0%, rgba(255, 255, 255, 0) 27.6%);
  }
}
@media (min-width: 992px) {
  .bg--white .block-img__img::after {
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(27.6%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 27.6%);
  }
}
.block-img__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.block-img__img picture {
  width: 100%;
}
@media (min-width: 992px) {
  .block-img__img::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(27.6%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 27.6%);
  }
}
.block-img__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 991px) {
  .block-img__img img {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .block-img__img img {
    max-height: 160px;
  }
}
.card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer;
}
.card-block__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #1d1d1f;
}
.card-block__link:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .card-block__link:hover .card-block__img img,
  .card-block__link:focus .card-block__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -o-object-position: center;
    object-position: center;
  }
}
.card-block__img {
  position: relative;
  display: block;
  min-width: 100%;
  overflow: hidden;
}
.card-block__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .card-block__img {
    min-height: 200px;
  }
  .card-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
[data-scroll-wrap] .card-block__title .main-def {
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
}
.card-block__title {
  margin: 0;
  padding-top: 16px;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-block__title .main {
  font-weight: 600;
  margin: 0;
  display: inline;
}
.card-block__title .main-def {
  font-weight: 400;
  display: block;
}
.card-block__title .count {
  color: #a0a0a0;
}
.card-block__title .count-def {
  font-size: 16px;
}
@media (max-width: 767px) {
  .card-block__title {
    padding-top: 8px;
    font-size: 12px;
  }
}
.card-block__title.def {
  font-size: 16px;
}
.card-block--bg {
  overflow: hidden;
  border: 1px solid #f2f2f5;
}
.card-block--bg .card-block__title {
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .card-block--bg {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .card-block--bg .card-block__title {
    padding: 8px;
  }
}
.card-block--br {
  overflow: hidden;
  border: 1px solid #f2f2f5;
  border-radius: 12px;
}
.card-block--br .card-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 24px;
}
.card-block--br .card-block__title .text-small {
  line-height: 18px;
}
.card-block--br .card-block__btn {
  margin-top: auto;
}
.card-block--br .card-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card__title-little {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .card__title-little {
    margin-bottom: 16px;
  }
}
.card-block__btn {
  display: inline-block;
  color: #0090d4;
  margin-top: 24px;
}
.card-block .desc-row {
  margin-bottom: 8px;
}
.desc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.desc-row > * {
  margin-bottom: 0;
  margin: 4px 0;
  margin-right: 8px;
}
.post a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.post a:hover,
.post a:focus {
  -webkit-text-decoration-color: #0090d4;
  text-decoration-color: #0090d4;
}
.post .table-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post .post__item-wrapper {
  margin: 30px 0;
}
.post ul:not(.list-t):not(.post__marks) {
  margin: 16px 0;
  line-height: 1.4;
  list-style-image: url('../img/list-point.svg');
  padding-left: 20px;
}
.post ul:not(.list-t):not(.post__marks) li {
  padding-left: 5px;
}
.post ul:not(.list-t):not(.post__marks) li:not(:last-of-type) {
  margin-bottom: 6px;
}
.post ul:not(.list-t):not(.post__marks) li p {
  margin-bottom: 4px;
}
.post__header {
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .post__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .post__header {
    margin-bottom: 32px;
  }
}
.post__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .post__title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .post__title {
    font-size: 36px;
  }
}
.post__marks,
.post__date {
  margin-top: 16px;
}
.post__date {
  display: block;
}
.post__poster {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .post__poster {
    margin-bottom: 24px;
  }
}
.post__slider {
  margin: 40px 0;
}
.post__slide {
  height: 400px;
  padding: 0 16px;
  outline: none;
  cursor: pointer;
}
.post__slide.slick-active .post__wrapper::before,
.post__slide.slick-current .post__wrapper::before,
.post__slide.slick-center .post__wrapper::before {
  opacity: 0;
  height: 0;
}
.post__slide .post__wrapper::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 1;
}
@media (max-width: 1199px) {
  .post__slide {
    height: 380px;
  }
}
@media (max-width: 991px) {
  .post__slide {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .post__slide {
    height: 280px;
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .post__slide {
    height: 200px;
    padding: 0 8px;
  }
}
.post__slide:not(.slick-active) + .post__slide[data-slide="slide-1"].slick-cloned .post__wrapper::before {
  opacity: 0;
  height: 0;
}
@media (min-width: 1200px) {
  .post__main {
    font-size: 18px;
  }
}
.post__wrapper {
  position: relative;
  width: 100%;
  min-width: 780px;
  max-width: 780px;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post__wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .post__wrapper {
    min-width: 620px;
    max-width: 620px;
    max-height: 380px;
  }
}
@media (max-width: 991px) {
  .post__wrapper {
    min-width: 480px;
    max-width: 480px;
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .post__wrapper {
    min-width: 420px;
    max-width: 420px;
    max-height: 350px;
  }
}
@media (max-width: 575px) {
  .post__wrapper {
    min-width: 280px;
    max-width: 280px;
    max-height: 200px;
  }
}
.post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.post__social {
  margin-left: 12px;
}
.post__social li {
  margin: 4px;
}
.video {
  position: relative;
  display: inline-block;
}
.video a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}
.video a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.video a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 90px;
  height: 90px;
  background: url("../img/icon-play-btn.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .video a::after {
    width: 64px;
    height: 64px;
  }
}
.video a:hover::after {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}
.video.mini a::after {
  width: 64px;
  height: 64px;
}
.post__item a {
  width: 100%;
  height: 100%;
  outline: none;
}
.post__item img {
  height: 100%;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
@media (max-width: 575px) {
  .modal {
    background-color: #ffffff;
  }
}
.modal.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1999;
  opacity: 1;
  visibility: visible;
}
.modal--info .modal__wrapper {
  max-width: 640px;
}
.modal--info .modal__cont {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .modal--info .modal__cont {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .modal--info img {
    max-width: 90px;
  }
}
.modal__wrapper {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  max-width: 786px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 32px;
  background-color: #ffffff;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal__wrapper {
    padding: 24px;
  }
}
@media (min-width: 576px) {
  .modal__wrapper {
    border-radius: 12px;
    width: 95%;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 575px) {
  .modal__wrapper {
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .modal__container {
    max-width: 540px;
    padding: 16px;
    max-height: 100%;
    overflow-y: auto;
  }
}
.modal__close {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  width: 24px;
  height: 24px;
  background: #ffffff url(../img/icon-cancel.svg) no-repeat center;
  background-size: cover;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal__close:hover,
.modal__close:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.modal__close:disabled,
.modal__close.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 575px) {
  .modal__close {
    width: 32px;
    height: 32px;
  }
}
.modal__title {
  font-weight: 700;
  font-size: 26px;
  margin: 0;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .modal__title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .modal__title {
    padding-right: 0;
    font-size: 16px;
  }
}
.modal__title-mini {
  font-size: 14px !important;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.72);
  margin-top: 8px;
}
.modal__block {
  margin-top: 28px;
}
@media (max-width: 575px) {
  .modal__form {
    margin-top: 20px;
  }
  .modal__form .form__checkbox input[type=checkbox] + label {
    font-size: 12px;
  }
  .modal__form .form__btn {
    margin-top: 24px;
  }
  .modal__form .form__checkbox + .form__checkbox {
    margin-top: 8px;
  }
}
.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__desc {
  margin-right: 20px;
}
.paginator {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.paginator__item {
  margin: 2px;
}
.paginator__item a {
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  background-color: #f2f2f5;
  color: #1d1d1f;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
}
.paginator__item a:hover {
  text-decoration: none;
}
.paginator__item a:hover {
  background-color: #0090d4;
  color: #ffffff;
}
.paginator__item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.paginator__item.active a {
  background-color: #0090d4;
  color: #ffffff;
}
.paginator__item--prev,
.paginator__item--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin: 6px;
}
.paginator__item--prev a,
.paginator__item--next a {
  border-radius: 0;
  background: transparent url(../img/icon-dropdown-arrow.svg) no-repeat center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.paginator__item--prev a:hover,
.paginator__item--next a:hover,
.paginator__item--prev a:focus,
.paginator__item--next a:focus {
  background-color: transparent;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.paginator__item--prev a {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.paginator__item--next a {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-paginator-dots] {
  display: block;
  padding: 4px 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links a {
  margin-right: 12px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .links a {
    margin: 12px;
    margin-left: 0;
  }
}
.links .active {
  color: #1d1d1f;
  pointer-events: none;
}
.links .disabled {
  color: #a0a0a0;
  pointer-events: none;
}
.social {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social a:hover {
  opacity: 1;
}
.social a:hover svg.vk {
  fill: #4680C2;
}
.social a:hover svg.fb {
  fill: #3b5998;
}
.social a:hover svg.odn {
  fill: #ed812b;
}
.social a:hover svg.yt {
  fill: #FF0000;
}
.social--light svg {
  fill: #a0a0a0;
}
.social--light a:hover svg {
  fill: #ffffff;
}
.social--dark svg {
  fill: rgba(0, 0, 0, 0.56);
}
.social--dark a:hover svg {
  fill: #0090d4;
}
.social--dark li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f2f2f5;
}
.o-list {
  width: 100%;
  color: #a0a0a0;
  line-height: 1.5;
  border: none;
}
.o-list tr {
  border-bottom: 1px solid #f2f2f5;
}
.o-list td {
  padding: 16px 12px 12px 0;
}
.o-list__number {
  width: 20px;
}
.o-list__number + td {
  padding-left: 25px;
}
.img-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.img-list svg {
  fill: #ffffff;
}
.img-list a {
  color: #1d1d1f;
}
.img-list a:hover,
.img-list a:focus {
  color: #0090d4;
}
.img-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}
.img-list__item + .img-list__item {
  margin-top: 24px;
}
.img-list__text {
  margin-left: 16px;
  line-height: 1.5;
}
.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps.row .step + .step {
  margin-left: 0;
}
.steps.row .step {
  padding-right: 40px;
}
.steps.row .step:not(:last-of-type) .step__point::after {
  width: calc(100% + 55px);
}
.steps-slider .step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.steps-slider .step .step__point::after {
  display: none;
}
.steps-slider .chronology__slider-progress {
  top: 41px;
}
.steps-slider .step__text {
  max-width: none;
}
.steps-slider .chronology__slider-progress.end {
  left: calc(-200vw + ((1230px - 30px) / 4) * 3 + 40px);
}
@media (max-width: 1359px) {
  .steps-slider .chronology__slider-progress.end {
    left: calc(-200vw + ((1140px - 30px) / 4) * 3 + 40px);
  }
}
@media (max-width: 1199px) {
  .steps-slider .chronology__slider-progress.end {
    left: calc(-200vw + ((1140px - 30px)/3)*2 - 65px);
  }
}
@media (max-width: 991px) {
  .steps-slider .chronology__slider-progress.end {
    left: calc(-200vw + ((960px - 30px)/2)*1 - 65px);
  }
}
@media (max-width: 767px) {
  .steps-slider .chronology__slider-progress.end {
    left: calc(-200vw + ((540px - 30px)/2)*1 + 40px);
  }
}
@media (max-width: 575px) {
  .steps-slider .chronology__slider-progress.end {
    left: calc(-200vw + 40px);
  }
}
.step {
  position: relative;
  width: 230px;
}
.step .step__point {
  position: relative;
  z-index: 2;
}
.step:not(:last-of-type) .step__point::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  width: calc(100% + 40px);
  height: 1px;
  background: #0090d4;
  z-index: -1;
}
.step:hover .icon-step .step-circle {
  fill: #0090d4;
  stroke: #0090d4;
}
.step:hover .icon-step .step-dot {
  fill: #f2f2f5;
}
.icon-step {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.icon-step .step-circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #f2f2f5;
  stroke: #a9afb7;
}
.icon-step .step-dot {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #0090d4;
}
.step + .step {
  margin-left: 40px;
}
.step__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0090d4;
  margin-bottom: 16px;
}
.step__point {
  margin-bottom: 16px;
}
.step__desc {
  font-size: 18px !important;
  font-weight: 600;
}
.step__desc + * {
  margin-top: 4px;
}
.step__text {
  max-width: 200px;
  line-height: 1.5;
}
.tooltip {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 1px;
  background-color: #a0a0a0;
  border-radius: 50%;
  cursor: help;
  outline: none;
}
.tooltip:hover,
.tooltip:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.tooltip:disabled,
.tooltip.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.tooltip::before {
  position: absolute;
  top: calc(100% - 6px);
  content: "";
  border: 8px solid transparent;
  border-bottom-color: rgba(29, 29, 31, 0.72);
}
.tooltip::after {
  position: absolute;
  top: calc(100% + 10px);
  content: attr(aria-label);
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 225px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.5;
  background: rgba(29, 29, 31, 0.72);
  border-radius: 8px;
  text-align: left;
}
.tooltip::before,
.tooltip::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.tooltip:hover,
.tooltip:focus {
  background-color: #0090d4;
}
.tooltip:hover::before,
.tooltip:focus::before,
.tooltip:hover::after,
.tooltip:focus::after {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.tooltip--top::before {
  top: auto;
  bottom: calc(100% - 6px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tooltip--top::after {
  top: auto;
  bottom: calc(100% + 10px);
}
.tooltip--right::after {
  right: -15px;
}
.tooltip--left::after {
  left: -15px;
}
.sort-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort-btns__title {
  margin-bottom: 0;
  margin-right: 32px;
}
.sort-btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
}
.sort-btn:hover,
.sort-btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.sort-btn:disabled,
.sort-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sort-btn.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort-btn.arrow .arrow-icon {
  margin-left: 8px;
  height: 16px;
  width: 8px;
}
.sort-btn.arrow-down .arrow-icon {
  background: url(../img/icon-sort-arrow-down.svg) no-repeat center;
}
.sort-btn.arrow-up .arrow-icon {
  background: url(../img/icon-sort-arrow-up.svg) no-repeat center;
}
.sort-btn:hover,
.sort-btn:focus,
.sort-btn.active {
  outline: none;
  color: #0090d4;
}
.sort-btn + .sort-btn {
  margin-left: 32px;
}
.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.range__item svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #ECECF0;
}
.range__item.active svg {
  fill: #FFC700;
}
button.range__item {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
}
button.range__item:hover,
button.range__item:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
button.range__item:disabled,
button.range__item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.range__item + .range__item {
  margin-left: 4px;
}
.range-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.range-row > * {
  margin: 4px;
}
.range-row .range {
  margin-right: 8px;
}
.range-row span {
  font-size: 14px !important;
  line-height: 1.5;
  color: #a0a0a0;
}
.point p {
  font-size: 14px !important;
  line-height: 1.5;
  margin: 0;
  max-width: 270px;
}
.point p + p {
  margin-top: 8px;
}
.point__date {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: #0090d4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .point__date {
    font-size: 60px;
  }
}
.point__img {
  position: relative;
  margin-bottom: 16px;
}
.pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pictures.l > *:not(:last-child) {
  margin-right: 64px;
}
.pictures.m > *:not(:last-child) {
  margin-right: 32px;
}
.pictures.s > *:not(:last-child) {
  margin-right: 16px;
}
.picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
}
@media (max-width: 767px) {
  .picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.picture__tooltip {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -18px;
  margin-left: -5px;
  width: 24px;
  height: 24px;
  background: #0090d4;
}
@media (min-width: 1200px) {
  .picture__tooltip::before {
    top: auto;
    bottom: calc(100% - 6px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .picture__tooltip::after {
    top: auto;
    bottom: calc(100% + 10px);
  }
}
@media (max-width: 1199px) {
  .picture__tooltip {
    display: none;
  }
}
.price-block-wrap {
  height: auto;
  padding: 0 15px;
}
.price-block {
  border-radius: 12px;
  background: #f2f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.price-block__sect {
  padding: 32px;
}
.price-block__top {
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}
.price-block__center {
  font-size: 14px !important;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.72);
}
.price-block__center p {
  margin: 0;
}
.price-block__center p + p {
  margin-top: 5px;
}
.price-block__bottom {
  margin-top: auto;
  padding-top: 0;
}
.price-block__cat {
  margin-bottom: 4px;
}
.price-block__title {
  color: #0090d4;
  margin: 0;
}
.price-block__title span {
  color: #A9AFB7;
}
.price-block__inf {
  font-size: 14px;
  color: rgba(29, 29, 31, 0.72);
  text-align: right;
  margin: 0;
  margin-left: auto;
  max-width: 130px;
}
.price-block__btn {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 1rem;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  color: #1d1d1f;
  background-color: transparent;
  border: 1px solid #0090d4;
  color: #ffffff;
  background-color: #0090d4;
  width: 100%;
  padding: 16px;
}
.price-block__btn:hover,
.price-block__btn:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.price-block__btn:disabled,
.price-block__btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.price-block__btn:not(.arrow):not(.btn-more):hover,
.price-block__btn:not(.arrow):not(.btn-more):focus,
.price-block__btn:not(.arrow).active {
  color: #ffffff;
  background-color: #0090d4;
  border-color: #0090d4;
}
.price-block__btn:not(.arrow):hover,
.price-block__btn:not(.arrow):focus,
.price-block__btn:not(.arrow).active {
  background-color: #33a6dd;
  border-color: #33a6dd;
}
.search-res {
  padding: 24px 0;
}
.search-res:hover .search-res__title {
  color: #0090d4;
}
.search-res__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .search-res__title {
    font-size: 18px;
  }
}
.search-res__prev {
  font-size: 14px !important;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.72);
  margin-bottom: 8px;
}
.search-res__link {
  font-size: 12px;
  line-height: 18px;
}
.product__title-link {
  font-size: 14px !important;
  line-height: 1.5;
  display: inline-block;
  margin-top: 8px;
}
.product__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.product__logo p {
  margin-bottom: 0;
}
.product__logo span {
  margin-top: 4px;
}
.product__logo img {
  margin-right: 16px;
  max-width: 160px;
  max-height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .product__logo {
    margin-bottom: 24px;
  }
  .product__logo img {
    max-width: 150px;
    max-height: 50px;
  }
}
.product__logo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 8px 0;
}
.product__logo-info span {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
}
.product__logo-info a {
  text-decoration: none;
  color: #1d1d1f;
}
.product__logo-info a:hover {
  text-decoration: none;
}
.product__logo-info a:hover,
.product__logo-info a:focus {
  color: #a0a0a0;
}
.product__tabs {
  margin-top: 40px;
}
.product__desc {
  padding-top: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.72);
}
@media (max-width: 767px) {
  .product__desc {
    padding-top: 32px;
  }
}
.product__desc p {
  font-size: 14px;
  line-height: 1.5;
}
.product__desc h2,
.product__desc h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px;
  color: #1d1d1f;
}
.product__desc * + h2,
.product__desc *:not(.visually-hidden) + h3 {
  margin-top: 24px;
}
.product__desc ul:not(.list-t) {
  margin: 16px 0;
  line-height: 1.4;
  list-style-image: url('../img/list-point.svg');
  padding-left: 20px;
}
.product__desc ul:not(.list-t) li {
  padding-left: 5px;
}
.product__desc ul:not(.list-t) li:not(:last-of-type) {
  margin-bottom: 6px;
}
.product__desc ul:not(.list-t) li p {
  margin-bottom: 4px;
}
.product__desc .list-t {
  max-width: 800px;
}
.product__desc .product__reviews {
  font-size: initial !important;
}
.product__desc .product__reviews p {
  font-size: initial !important;
}
@media (max-width: 1199px) {
  .product__reviews-wrap {
    margin-bottom: 56px;
  }
}
.product__reviews {
  margin-top: 56px;
}
.product__reviews-alt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__reviews-alt p {
  font-size: 1rem;
  margin: 0;
}
.product__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__video {
  margin-bottom: 32px;
}
.product__video .video {
  width: 100%;
}
.product__video img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .product__video {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .product__video .video {
    width: 100%;
  }
  .product__video img {
    max-height: 200px;
    width: 100%;
  }
}
.product__video-desc {
  padding: 16px 0;
}
.product__video-desc p {
  margin-top: 6px;
  margin-bottom: 0;
}
.product__video-title {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.product__info {
  color: rgba(29, 29, 31, 0.72);
}
@media (max-width: 991px) {
  .product__info {
    font-size: 14px;
  }
}
.product__title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .product__title {
    margin-bottom: 10px;
  }
}
.product__slider {
  max-width: 477px;
}
@media (max-width: 991px) {
  .product__slider {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .product__slider {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .product__slider {
    max-width: 345px;
  }
}
.product__slider .slider-double__child.non-transform .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .product__info-block {
    margin-top: 32px;
  }
}
.product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}
.product__btns > * {
  font-size: 14px;
  margin: 4px;
  padding: 16px 24px;
}
@media (max-width: 1359px) {
  .product__btns > * {
    padding: 16px 20px;
  }
}
@media (max-width: 1199px) {
  .product__btns > * {
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .product__btns > * {
    padding: 16px 22px;
  }
}
@media (max-width: 575px) {
  .product__btns > * {
    width: 98%;
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .product__btns {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .product__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .product__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .product__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product__files > * {
  margin: 0;
  margin: 4px;
}
@media (max-width: 1199px) {
  .product__files {
    margin-top: 32px;
  }
}
.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
.review__name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  color: #1d1d1f;
  margin-bottom: 8px;
}
.review__res {
  margin-bottom: 16px;
}
.review__range {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.review__date {
  margin-top: 16px;
  font-size: 14px !important;
  line-height: 1.5;
  color: #a0a0a0;
}
.review + .review {
  margin-top: 32px;
}
.review-slide {
  border-radius: 12px;
  background-color: #f2f2f5;
  font-size: 15px;
  line-height: 24px;
  height: auto;
}
.review-slide .btn-text {
  font-size: 15px;
  line-height: 24px;
}
.review-slide .row {
  height: 100%;
}
@media (max-width: 767px) {
  .review-slide {
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
  }
  .review-slide .btn-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .review-slide .row > *:nth-child(2) {
    margin-top: auto;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
  }
}
.review-slide + .review-slide {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .review-slide + .review-slide {
    margin-left: 0;
  }
}
.review-slide__container {
  padding: 24px;
  height: 100%;
}
@media (min-width: 768px) {
  .review-slide__container.first {
    padding-left: 32px;
    border-right: 1px solid rgba(29, 29, 31, 0.12);
  }
}
.review-slide__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.review-slide__cat {
  font-size: 17px;
}
.review-item {
  background-color: #f2f2f5;
  border-radius: 12px;
  padding: 32px;
  color: #1d1d1f;
}
@media (max-width: 1199px) {
  .review-item {
    padding: 24px;
  }
}
.bg--blue .review-item {
  background-color: #ffffff;
}
.review-item__text {
  font-size: 16px;
  margin-bottom: 0;
}
.review-item__info {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .review-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.review-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background: rgba(29, 29, 31, 0.12);
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 50%;
  overflow: hidden;
}
.review-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .review-item__img {
    margin-bottom: 5px;
  }
}
.review-item__info {
  font-size: 14px;
}
.review-item__name {
  font-weight: 600;
  margin-bottom: 2px;
}
.review-item__mark {
  margin-bottom: 0;
  color: #a0a0a0;
}
.shop-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f2f2f5;
  border-radius: 12px;
}
.shop-block__desc {
  position: absolute;
  bottom: 0;
  padding: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-block__text {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.shop-block__btn {
  margin-top: 24px;
  padding: 12px 32px;
}
.category-page .content-page__btns-wrap {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .category-page .content-page__list {
    margin-top: -40px;
  }
}
section.category-page {
  overflow: inherit;
}
.category-page__body .container {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .category-page__body .container {
    padding-top: 32px;
  }
}
.eng__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
}
.eng__info-title {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .eng__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.eng__info.cert {
  border-radius: 12px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eng__info.cert .eng__info-text {
  padding: 24px;
}
@media (min-width: 1200px) {
  .eng__info.cert .eng__info-text {
    padding: 56px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .eng__info.cert .eng__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .eng__info.cert .eng__info-title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .eng-page .content-page__bc li:last-of-type {
    display: none;
  }
  .eng-page .content-page__bc .bc__item:nth-last-of-type(2)::after {
    display: none;
  }
}
.eng .content-page__header-container button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .eng .content-page__header-container button {
    margin-top: 24px;
  }
}
.text-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .text-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-result__img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 98px;
  height: 98px;
  background-color: #a0a0a0;
}
.text-result__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .text-result__img-wrap {
    margin-bottom: 16px;
  }
}
.text-result + .text-result {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .text-result + .text-result {
    margin-top: 40px;
  }
}
.text-result__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 8px;
}
.text-result__desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.72);
  margin-bottom: 0;
}
.seo-block__centred {
  max-width: 790px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}
.seo-block .text p {
  margin: 0;
}
.seo-block .text p + p {
  margin-top: 16px;
}
.seo__img-wrap img {
  width: 100%;
  border-radius: 12px;
}
.seo__img-wrap.full {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .seo__img-wrap.full {
    margin-top: 32px;
  }
}
.seo__text p {
  color: #a0a0a0;
}
.seo__text .list-marked {
  margin-top: 32px;
}
.seo__text .list-marked li + li {
  margin-top: 16px;
}
.seo__title {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .seo__title {
    font-size: 24px;
  }
}
.seo__title-mini {
  font-size: 20px;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .seo__title-mini {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .seo__elem {
    margin-bottom: 32px;
  }
}
.seo__img-list svg {
  fill: #0090d4;
  stroke: #0090d4;
}
.seo__img-list .img-list__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bg--blue .seo__img-list svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.bg--blue .seo__text p {
  color: #ffffff;
}
.seo__feat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seo__feat p {
  text-align: center;
  font-size: 14px;
}
.seo__feat .seo__title-mini {
  text-align: center;
  margin-bottom: 8px;
}
.seo__feat-img {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .seo__feat + .seo__feat {
    margin-top: 24px;
  }
}
.header {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  z-index: 110;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__map {
  background-color: #f2f2f5;
  font-size: 12px;
  font-weight: 500;
  height: 37px;
}
.header__lang {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__fb {
  background-color: transparent;
  border: none;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
.header__fb img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .header__fb img {
    width: 20px;
    height: 20px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header__fb {
    margin-left: 12px;
  }
  .header__fb span {
    display: none;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .header__list.show .header__item:not(.active) {
    display: block;
  }
  .header__list.show .header__item.active::after {
    -webkit-transform: translateY(3px) rotate(180deg);
    transform: translateY(3px) rotate(180deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .header__list .header__item:not(.active) {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #f2f2f5;
    border-radius: 4px;
    left: 0;
    z-index: 102;
    padding: 0;
  }
  .header__list .header__item:not(.active) a {
    display: block;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .header__list .header__item:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header__list .header__item.active .header__link {
    font-size: 12px;
    font-weight: 400;
    color: #1d1d1f;
  }
}
@media (max-width: 767px) {
  .header__list .header__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__list .header__item.active::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    content: '';
    background: url(../img/icon-dropdown-menu.svg) no-repeat center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 14px;
    height: 14px;
    margin-left: 5px;
  }
}
.header__item {
  padding: 12px;
}
.header__item.active .header__link {
  color: #0090d4;
  font-weight: 600;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header__item {
    padding: 12px 10px;
  }
}
.header__lang {
  margin-left: auto;
  text-transform: uppercase;
}
.header__lang .header__item {
  padding: 5px;
  padding-left: 0;
  color: #a0a0a0;
}
.header__lang .header__item:not(:last-of-type)::after {
  content: "/";
  display: inline;
}
.header__lang .header__link {
  color: inherit;
}
.header__link {
  text-decoration: none;
  color: #1d1d1f;
}
.header__link:hover {
  text-decoration: none;
}
.header__phone {
  margin-left: 27px;
}
.header__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1d1f;
  font-weight: 600;
}
.header__phone a:hover,
.header__phone a:focus {
  color: #a0a0a0;
}
.header__phone span {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .header__phone {
    margin-left: 12px;
  }
  .header__phone span {
    display: none;
  }
  .header__phone img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .header__nav.fixed {
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  }
  .header__nav.active.fixed {
    height: 100%;
  }
  .header__nav.active.fixed .navbar__collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav .header__container {
    height: 100%;
  }
  .header__nav .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__nav .navbar__collapse {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__nav .header__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .header__nav .navbar__collapse {
    display: none;
  }
}
.dropdown.big {
  position: static;
}
.dropdown.big .dropdown__menu {
  width: 100%;
  max-width: none;
  background-color: #f2f2f5 !important;
  z-index: -1;
}
.dropdown.big .dropdown__menu-list {
  position: static;
  max-width: 320px;
  background-color: #ffffff;
  width: auto;
  min-width: auto;
}
.dropdown.big .dropdown__menu-hover {
  opacity: 1;
  visibility: visible;
  display: none;
  left: 320px;
  width: calc(100% - 320px);
  max-width: none;
  background-color: #f2f2f5;
}
.dropdown.big .dropdown__menu-hover .dropdown__menu-list {
  max-width: none;
  padding: 32px 64px;
  background-color: #f2f2f5;
}
.dropdown.big .dropdown__menu-hover .dropdown__link {
  display: block;
}
.dropdown.big .dropdown-hover.show > .dropdown__link {
  color: #0090d4;
  background-color: #f2f2f5;
  outline: none;
}
.dropdown.big .dropdown-hover.show .dropdown__menu-hover {
  z-index: 111;
  display: block;
}
.dropdown.big.show .dropdown__menu {
  display: block;
}
.dropdown.big .dropdown__link.show,
.dropdown.big .dropdown__link:focus,
.dropdown.big .dropdown__link:hover {
  background: none;
}
.dropdown__menu {
  border: 1px solid #f2f2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: -1;
  display: none;
}
.dropdown__menu-list {
  position: relative;
  padding: 8px 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 160px;
  max-width: 256px;
}
.dropdown__item {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
}
.dropdown__item-simple .dropdown__link {
  font-weight: 600;
  font-size: 13px;
}
.dropdown__link {
  text-decoration: none;
  color: #1d1d1f;
  display: block;
  padding: 9px 16px;
  padding-right: 12px;
}
.dropdown__link:hover {
  text-decoration: none;
}
.dropdown__link:hover,
.dropdown__link:focus {
  color: #0090d4;
}
.dropdown__link.show,
.dropdown__link:hover,
.dropdown__link:focus {
  background-color: #f2f2f5;
  outline: none;
}
.dropdown-hover > .dropdown__link.show {
  color: #0090d4;
}
.dropdown-hover > .dropdown__link.show + .dropdown__menu-hover {
  display: block;
}
.dropdown-hover .dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dropdown-hover .dropdown__link.show .dropdown__toggle,
.dropdown-hover .dropdown__link:hover .dropdown__toggle,
.dropdown-hover .dropdown__link:focus .dropdown__toggle {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.dropdown-hover .dropdown__toggle {
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown__menu-hover.show {
  z-index: 111;
  opacity: 1;
  visibility: visible;
}
.dropdown__menu-hover {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: -1px;
  left: calc(100% - 2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  color: #1d1d1f;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 160px;
  max-width: 258px;
  background-color: #ffffff;
  border: 1px solid #f2f2f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: calc(100% + 2px);
}
.dropdown__menu-hover > * {
  height: 100%;
}
.dropdown__menu-list {
  background-color: #ffffff;
}
.cookie-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(720px);
  z-index: 101;
}
@media (max-width: 767px) {
  .cookie-wrap {
    max-width: calc(720px + 32px);
    bottom: 45px;
  }
}
.cookie {
  background-color: #ffffff;
  padding: 17px 32px;
  -webkit-box-shadow: 0px 4px 20px rgba(29, 29, 31, 0.12);
  box-shadow: 0px 4px 20px rgba(29, 29, 31, 0.12);
  border-radius: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie .cookie-link {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  margin-left: auto;
  margin-right: 32px;
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cookie .cookie-link:hover,
.cookie .cookie-link:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.cookie .cookie-link:disabled,
.cookie .cookie-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.cookie button {
  font-size: 14px;
  max-width: 270px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 767px) {
  .cookie {
    margin: 0 16px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    max-width: 480px;
  }
  .cookie .cookie-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    margin: 0;
    border: 1px solid #f2f2f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 8px;
  }
  .cookie .cookie-link,
  .cookie button {
    width: 100%;
    padding: 12px;
    font-size: 12px;
    max-width: 270px;
  }
  .cookie button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.cookie p {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .cookie p {
    margin-bottom: 24px;
  }
}
.footer {
  margin-top: auto;
  background-color: #1d1d1f;
  color: #a0a0a0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .footer {
    line-height: 2;
  }
}
.footer__top {
  display: none;
  padding-top: 30px;
}
.footer__top .footer__list--social {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__top .footer__list--social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__top .footer__list--social a svg {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .footer__top {
    display: block;
  }
}
.footer__nav {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .footer__nav {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    padding-top: 30px;
    padding-bottom: 8px;
    margin-left: -9px;
    margin-right: -9px;
  }
}
.footer__title {
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.footer__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer__list li + li {
  margin-top: 16px;
}
.footer__list a {
  text-decoration: none;
  color: #ffffff;
}
.footer__list a:hover {
  text-decoration: none;
}
.footer__list a:hover,
.footer__list a:focus {
  color: #a0a0a0;
}
@media (max-width: 991px) {
  .footer__list li + li {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .footer__list li + li {
    margin-top: 12px;
  }
}
.footer__list--contacts address {
  display: inline-block;
  font-style: normal;
  color: #ffffff;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .footer__list--contacts address br {
    display: none;
  }
}
.footer__list--contacts address + a {
  color: #a0a0a0;
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
}
.footer__list--contacts address + a:hover,
.footer__list--contacts address + a:focus {
  opacity: 0.7;
}
.footer__list--social {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__list--social li + li {
  margin-top: 0;
  margin-left: 16px;
}
.footer__bottom {
  padding: 32px 0;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 0;
  }
}
.footer__list--conf li + li {
  margin-top: 2px;
}
.footer__list--conf a {
  color: #a0a0a0;
}
.footer__list--conf a:hover,
.footer__list--conf a:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__list--conf {
    padding: 24px 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  }
}
@media (max-width: 767px) {
  .footer__copy {
    display: inline-block;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .footer__column {
    margin-bottom: 32px;
    padding: 0 9px;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown__toggle {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  width: 15px;
  height: 15px;
}
.dropdown__toggle:hover,
.dropdown__toggle:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.dropdown__toggle:disabled,
.dropdown__toggle.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .dropdown__toggle {
    margin-left: 5px;
    background: url(../img/icon-dropdown-menu.svg) no-repeat center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform-origin: center 58%;
    transform-origin: center 58%;
  }
  .dropdown__toggle:focus {
    outline: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.dropdown__menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  position: absolute;
  left: 0;
  color: #1d1d1f;
}
.navbar {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.navbar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__brand a {
  line-height: 1;
}
.navbar__brand img {
  height: 45px;
}
.navbar__brand span {
  font-size: 9px;
  line-height: 12px;
  color: #A9AFB7;
  max-width: 105px;
  margin-left: 16px;
}
@media (max-width: 1199px) {
  .navbar__brand {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .navbar__brand span {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar__brand img {
    width: 135px;
  }
  .navbar__brand span {
    font-size: 8px;
    margin-left: 10px;
  }
}
.navbar__brand:focus,
.navbar__brand:hover {
  text-decoration: none;
}
.navbar__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__nav-wrap {
  display: none;
}
@media (min-width: 1200px) {
  .navbar__nav-wrap {
    display: block;
  }
}
.navbar__nav-wrap.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .navbar__nav-wrap.mobile {
    display: block;
  }
}
.navbar__nav .dropdown__menu {
  top: calc(100% - 10px);
  z-index: -1;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.dropdown.show .dropdown__menu {
  z-index: 110;
  display: block;
}
.nav__item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
  }
  .nav__item.show > .dropdown__toggle {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav__item:hover .nav__link {
    color: #a0a0a0;
  }
  .nav__item:hover .nav__link + .dropdown__toggle {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media (max-width: 1199px) {
  .nav__item {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .nav__item {
    font-size: 16px;
  }
}
.nav__link {
  text-decoration: none;
  color: #1d1d1f;
}
.nav__link:hover {
  text-decoration: none;
}
.nav__link:hover,
.nav__link:focus {
  color: #a0a0a0;
}
.navbar__form input {
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .navbar__form {
    margin-left: 16px;
  }
  .navbar__form input {
    padding: 10px 15px;
    padding-left: 36px;
    background: #f2f2f5 url(../img/icon-search-blue.svg) no-repeat 10px center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .navbar__form button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar__form {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    margin-bottom: 16px;
  }
  .navbar__form input {
    width: 100%;
    padding-left: 30px;
  }
  .navbar__form button {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .navbar__form input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.navbar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__bottom {
  display: none;
}
@media (max-width: 1199px) {
  .navbar__bottom {
    margin-top: auto;
    padding: 30px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .navbar__nav-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.navbar__nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .navbar__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.navbar__nav .dropdown__menu {
  position: absolute;
  background-color: #ffffff;
}
.navbar__collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .navbar__collapse {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar__collapse > * {
    width: 100%;
  }
}
.navbar__toggler {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  width: 40px;
  height: 40px;
  display: none;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar__toggler:hover,
.navbar__toggler:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.navbar__toggler:disabled,
.navbar__toggler.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navbar__toggler.active .btn-burger span {
  background-color: #0090d4;
}
@media (max-width: 1199px) {
  .navbar__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .navbar__collapse {
    margin-left: 0;
  }
}
.navbar__nav-wrap.mobile {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.navbar__nav-wrap.mobile > .navbar__nav {
  overflow-y: auto !important;
  padding-right: 30px;
}
.navbar__nav-wrap.mobile .navbar__nav {
  overflow: hidden;
}
.navbar__nav-wrap.mobile .navbar__nav.active:not(.hidden):not(.moved-out) {
  overflow-y: auto;
  padding-right: 30px;
  margin-bottom: 16px;
}
.navbar__nav-wrap.mobile .nav__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__nav-wrap.mobile .nav__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.navbar__nav-wrap.mobile .nav__toggle {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  width: 15px;
  min-height: 40px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
  background: url(../img/icon-dropdown-menu-mob.svg) no-repeat 100% center;
  outline: none;
}
.navbar__nav-wrap.mobile .nav__toggle:hover,
.navbar__nav-wrap.mobile .nav__toggle:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.navbar__nav-wrap.mobile .nav__toggle:disabled,
.navbar__nav-wrap.mobile .nav__toggle.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navbar__nav-wrap.mobile .nav__item .navbar__nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  padding-right: 30px;
}
.navbar__nav-wrap.mobile .nav__item .navbar__nav.hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.navbar__nav-wrap.mobile .go-back {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0s;
  transition: 0s;
  width: 100%;
  text-align: left;
}
.navbar__nav-wrap.mobile .go-back:hover,
.navbar__nav-wrap.mobile .go-back:focus {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.navbar__nav-wrap.mobile .go-back:disabled,
.navbar__nav-wrap.mobile .go-back.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navbar__nav-wrap.mobile .go-back img {
  margin-right: 5px;
}
.navbar__nav-wrap.mobile .navbar__nav.moved-out > .nav__item > .nav__control,
.navbar__nav-wrap.mobile .navbar__nav.moved-out > .nav__item > .go-back {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.navbar__nav-wrap.mobile .nav__link {
  padding: 14px 0;
  line-height: 1.5;
}
.info__slider {
  position: relative;
}
.info__slider .slider-counter__control-container {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.info__slider .slider-counter__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f2f2f5;
}
.info__slider .slider-counter__timer {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 10;
}
.info__slider .slider-counter__counter {
  position: relative;
  border-right: 1px solid #f2f2f5;
}
@media (max-width: 767px) {
  .info__slider .slider-counter__btns {
    display: none;
  }
  .info__slider .slider-counter__counter {
    border: none;
  }
}
@media (max-width: 575px) {
  .info__slider .slider-counter__control {
    background-color: transparent;
    margin-left: -16px;
    border: none;
  }
  .info__slider .slider-counter__counter {
    padding: 24px 16px 32px;
    border: none;
  }
  .info__slider .slider-counter__counter .current {
    color: #ffffff;
  }
}
.info__container {
  z-index: 10;
}
.info__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 560px;
}
.info__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.info__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .info__item {
    min-height: 520px;
  }
}
.info__item picture {
  position: absolute;
  width: 100%;
  height: 100%;
}
.info__text {
  max-width: 800px;
  color: #ffffff;
}
.info__title {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  margin-top: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .info__title {
    font-size: 32px;
  }
}
.info__title-mini {
  margin-bottom: 0;
  margin-top: 16px;
}
.info__btn {
  padding: 19px 32px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .info__btn {
    padding: 15px 32px;
  }
}
.slider-counter__timer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 4px;
  background-color: #0090d4;
}
@media (max-width: 575px) {
  .slider-counter__timer {
    height: 8px;
  }
}
.span-info {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .span-info {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .span-info {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .brands__title {
    margin-bottom: 45px;
  }
}
.brands__slider {
  padding: 32px;
}
@media (max-width: 991px) {
  .brands__slider {
    padding: 10px 32px;
  }
}
@media (max-width: 767px) {
  .brands__slider {
    padding: 24px 0;
  }
}
.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  padding: 0 10px;
  height: auto;
}
.brand__link {
  outline: none;
}
.brand__link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
  max-height: 50px;
}
@media (max-width: 1199px) {
  .brand__link img {
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .brand__link img {
    max-height: 38px;
  }
}
.brand__link:hover img,
.brand__link:focus img {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
.brands-list .card-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}
.brands-list .card-block__img img {
  width: auto;
  margin: 0 auto;
  height: auto;
  max-height: 150px;
  max-width: 95%;
}
@media (max-width: 767px) {
  .brands-list .card-block__img {
    max-height: 90px;
  }
  .brands-list .card-block__img img {
    max-height: 90px;
    max-width: 90%;
  }
}
.brands-list .mark-blue {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .brands-list .content-page__list {
    margin-top: -24px;
  }
}
.brand-text {
  color: rgba(29, 29, 31, 0.72);
}
.brand-text > *:not(:last-of-type) {
  margin-bottom: 24px;
}
.brand-info {
  font-size: 14px;
  line-height: 1.5;
}
.brand-info img {
  max-height: 110px;
}
.brand-info p {
  margin: 16px 0;
}
@media (max-width: 991px) {
  .brand-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 16px;
  }
  .brand-info p {
    margin: 0;
  }
  .brand-info p + p {
    margin-top: 8px;
  }
  .brand-info img {
    margin-right: 24px;
    max-height: 70px;
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .brand-info__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.brands__btns-wrap {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .brands__btns-wrap {
    margin-bottom: 16px;
  }
}
.news__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .content-page__item {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .news__list[data-scroll] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news__list[data-scroll] .news__item.col-4 {
    min-width: calc(280px + 16px);
  }
  .news__list[data-scroll] .news__item.col-3 {
    min-width: calc(220px + 16px);
  }
}
.news__list[data-scroll] .news__item {
  padding-left: 8px;
  padding-right: 8px;
}
.scroll-mobile-wrap {
  position: absolute;
  left: 0;
  width: 100%;
}
.scroll-mobile {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 15px;
  margin: 0;
}
.scroll-mobile::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.scroll-mobile > *:nth-child(1) {
  padding-left: 0;
}
.scroll-mobile.p-def {
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  [data-scroll] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 15px;
    margin: 0;
  }
  [data-scroll] .content-page__item:first-of-type > * {
    width: calc(100% - 8px);
  }
  [data-scroll]::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  [data-scroll] > *:nth-child(1) {
    padding-left: 0;
  }
  [data-scroll].p-def {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  [data-scroll] .content-page__item {
    min-width: 220px;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .adapt-before-scroll .news__item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .adapt-before-scroll .news__item {
    margin-bottom: 32px;
  }
}
.company,
.assort {
  font-size: 18px;
}
.company p,
.assort p {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .company,
  .assort {
    font-size: 14px;
  }
  .company p:not(:last-of-type),
  .assort p:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.company h1,
.assort h1 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .company h1,
  .assort h1 {
    margin-bottom: 14px;
  }
}
.company .text-block__btn {
  min-width: 270px;
  color: #ffffff;
  border-color: #ffffff;
}
.company .text-block__btn::after {
  border-color: inherit;
}
.company .text-block__btn:hover {
  outline: #ffffff;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0px 1px #ffffff;
  box-shadow: 0 0 0px 1px #ffffff;
}
.company__count-list {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .company__count-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.company__count {
  font-size: 18px;
  margin-top: 24px;
  line-height: 1.5;
}
.company__count h3 {
  margin-bottom: 6px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .company__count {
    font-size: 12px;
  }
  .company__count h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .company__count {
    padding-left: 5px;
    padding-right: 5px;
  }
  .company__count h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .company .content-page__header-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .company__video {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .company__video {
    min-height: 240px;
  }
}
@media (max-width: 575px) {
  .company__video {
    min-height: 200px;
  }
}
.services__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .services.sm .block-bg__desc h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .services.end {
    margin-top: 20px;
  }
}
.services__item {
  padding: 15px;
}
.services__item > * {
  border-radius: 12px;
}
.services__item .block-bg__img-wrapper,
.services__item .block-bg__desc {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .services__item {
    padding-bottom: calc(15px / 2);
    padding-top: calc(15px / 2);
  }
}
.services__title {
  margin-bottom: calc(32px - 15px);
}
@media (max-width: 767px) {
  .services__title {
    margin-bottom: calc(24px - 15px / 2);
  }
}
.services__list.simple .block-bg {
  min-height: 200px;
}
@media (max-width: 991px) {
  .services__list.simple .block-bg {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .services__list.simple-def .block-bg {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .services__list.simple-def .block-bg {
    min-height: 180px;
  }
}
@media (max-width: 575px) {
  .services__list.simple-def .block-bg {
    min-height: 160px;
  }
}
.bg--gray .services__list.simple .block-bg__desc,
.bg--gray .services__list.simple-def:not(.simple-def-img) .block-bg__desc {
  color: #1d1d1f;
  background: #ffffff;
}
.services__desc-row {
  margin-top: 72px;
}
.services__desc-row p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .services__desc-row {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .services__desc-row {
    margin-top: 32px;
  }
}
.projects__slider {
  border-radius: 12px;
}
.projects__slider .slider-counter__counter,
.projects__slider .slider-counter__btns {
  position: absolute;
}
.projects__slider .slider-counter__counter {
  bottom: 1px;
}
.projects__slider .slider-counter__btns {
  bottom: 0;
}
.projects__slider .slider-counter__counter {
  left: 14px;
}
.projects__slider .slider-counter__btns {
  right: 40px;
}
.projects__slider .project {
  border-radius: 12px;
  padding: 0;
  outline: none;
  min-height: 400px;
  height: auto;
}
@media (min-width: 768px) {
  .projects__slider .project {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.projects__slider .project__desc {
  margin-top: 0;
  max-width: 33.3%;
  padding: 50px 40px 50px 50px;
}
.projects__slider .project__img-wrapper img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .projects__slider .project__desc {
    padding: 24px;
    padding-bottom: 48px;
  }
  .projects__slider .slider-counter__counter {
    padding: 16px;
    left: 0;
  }
  .projects__slider .slider-counter__btn {
    min-height: 40px;
  }
  .projects__slider .project {
    min-height: 315px;
  }
}
@media (max-width: 991px) {
  .projects__slider .project__desc {
    max-width: 250px;
  }
  .projects__slider .project__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .projects__slider .project__img-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .projects__slider {
    background-color: #ffffff;
  }
  .projects__slider .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  .projects__slider .project__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    padding-bottom: 60px;
  }
  .projects__slider .project__img-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 240px;
  }
  .projects__slider .slider-counter__counter {
    padding: 24px 16px;
    bottom: 0;
  }
  .projects__slider .slider-counter__btns {
    right: 0;
  }
  .projects__slider .slider-counter__btn {
    min-height: 56px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .projects__slider .project__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .projects__slider .project__title {
    font-size: 18px;
  }
}
.projects__slider--gray .project {
  background: #f2f2f5;
}
.projects__slider--gray .slider-counter__counter {
  background: transparent;
}
@media (max-width: 767px) {
  .projects__slider--gray .slider-counter__control {
    background-color: transparent;
  }
}
.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #ffffff;
}
.project__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1359px) {
  .project__desc {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .project__desc {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .project__desc {
    font-size: 14px;
  }
}
.project__title {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
}
.project__title a {
  color: inherit;
}
@media (max-width: 1359px) {
  .project__title {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .project__title {
    font-size: 18px;
  }
}
.project__marks {
  margin-bottom: 16px;
}
.project__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.project__img-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 350px;
}
@media (max-width: 767px) {
  .project__img-wrapper img {
    min-height: auto;
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .project__img-wrapper img {
    max-height: 200px;
  }
}
@media (max-width: 991px) {
  .project__img-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.projects__slider .project__img-wrapper img {
  min-height: auto;
  max-height: none;
}
.project__bottom {
  margin-top: auto;
}
@media (max-width: 991px) {
  .project__bottom {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  .project__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .project__desc {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .projects + .feedback .feedback__container {
    padding-top: 0;
  }
}
.assort {
  background: url(../img/bg-icons.png) no-repeat center 100%;
}
@media (max-width: 1199px) {
  .assort {
    background-size: 1100px auto;
  }
}
@media (max-width: 991px) {
  .assort {
    background-size: 860px auto;
  }
}
@media (max-width: 767px) {
  .assort {
    background-size: 620px auto;
    margin-bottom: 40px;
  }
}
.assort .text-block__btn {
  min-width: 235px;
}
.assort .text-block__btn:hover,
.assort .text-block__btn:focus {
  color: #1d1d1f;
  -webkit-box-shadow: 0 0 0px 1px #0090d4;
  box-shadow: 0 0 0px 1px #0090d4;
}
.assort__container {
  padding-bottom: 270px;
}
@media (max-width: 1199px) {
  .assort__container {
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .assort__container {
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .assort__container {
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .feedback {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
  }
}
@media (min-width: 1200px) {
  .feedback__container {
    padding-top: 32px;
  }
}
.feedback__block-wrapper {
  border-radius: 12px;
  padding: 56px 103px;
  border: 1px solid rgba(160, 160, 160, 0.2);
}
@media (max-width: 1199px) {
  .feedback__block-wrapper {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .feedback__block-wrapper {
    border-radius: 0;
    padding: 0;
    border: none;
  }
}
.feedback__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-top: 0;
}
@media (max-width: 767px) {
  .feedback__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .feedback__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 1199px) and (min-width: 768px) {
  .feedback__title {
    font-size: 21px;
  }
}
.bg--gray .feedback__block-wrapper {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .bg--gray .feedback__block-wrapper {
    background-color: transparent;
  }
}
.branches .content-page__list {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .branches .content-page__list {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .branches .content-page__list {
    margin-top: 40px;
  }
}
.branches .map-block {
  margin-top: 56px;
}
@media (max-width: 991px) {
  .branches .map-block {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .branches .map-block {
    margin-top: 40px;
  }
}
.branch + .branch {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .branch + .branch {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .branch + .branch {
    margin-top: 40px;
  }
}
.branch__img-list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .branch__img-list {
    margin-bottom: 24px;
  }
}
.branch__img {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .branch__img {
    margin-bottom: 24px;
  }
}
.contacts__title {
  margin-bottom: 24px;
}
.contacts__item {
  margin-top: 24px;
}
.contacts__item p {
  margin: 0;
}
.contacts__item a {
  text-decoration: none;
  color: #1d1d1f;
}
.contacts__item a:hover {
  text-decoration: none;
}
.contacts__item a:hover,
.contacts__item a:focus {
  color: #a0a0a0;
}
.contacts__desc {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(29, 29, 31, 0.72);
}
.contacts__feedback {
  padding: 72px 0;
}
.contacts__feedback .title__header {
  font-size: 32px;
}
@media (max-width: 767px) {
  .contacts__feedback {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .contacts__feedback {
    padding: 40px 0;
  }
}
.contacts__map {
  line-height: 0;
  height: 400px;
}
.contacts__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__img {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .contacts__img {
    margin-top: 32px;
  }
}
.map-block {
  height: 400px;
  background-color: #a0a0a0;
}
.bg-map {
  height: 690px;
  background: url(../img/map-gray.svg) no-repeat center;
}
@media (min-width: 768px) {
  .bg-map {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .bg-map {
    height: auto;
    background-image: url(../img/map-gray-mini.svg);
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .bg-map {
    background-size: cover;
  }
}
.bg--gray .bg-map {
  background-image: url(../img/map.svg);
}
@media (max-width: 767px) {
  .bg--gray .bg-map {
    background-image: url(../img/map-mini.svg);
  }
}
.branches .bg-map {
  height: 690px;
  background-image: url(../img/map-branches.svg);
}
@media (max-width: 991px) {
  .branches .bg-map {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .branches .bg-map {
    background-image: url(../img/map-mini.svg);
    height: auto;
  }
}
@media (min-width: 768px) {
  .bg-map--sm {
    background-size: 120%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .bg-map--sm {
    height: 590px;
  }
}
@media (min-width: 1200px) {
  .bg-map--sm {
    background-position: bottom;
  }
}
@media (max-width: 767px) {
  .bg-map--sm {
    height: auto;
  }
}
.bg-for-fluid {
  height: 200px;
}
.fluid {
  overflow: inherit;
}
.fluid-top {
  overflow: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .map-list-wrap {
    display: none;
  }
}
.map-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map-list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 20px;
  background: url(../img/map-pin.svg);
  margin-right: 6px;
}
.map-list li + li {
  margin-top: 8px;
}
.empty-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.empty-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .empty-block__container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.bg-breathe-blue .empty-block__container {
  padding-bottom: 280px;
}
@media (max-width: 991px) {
  .bg-breathe-blue .empty-block__container {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.block-404 {
  text-align: center;
}
.block-404__status {
  display: inline-block;
  font-weight: 600;
  font-size: 144px;
  line-height: 1;
  color: #0090d4;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .block-404__status {
    font-size: 80px;
    margin-bottom: 15px;
  }
}
.block-404__title {
  margin-bottom: 8px;
}
.block-404__title + * {
  color: #a0a0a0;
}
@media (max-width: 991px) {
  .block-404__title {
    font-size: 25px;
  }
}
.block-404__links > * {
  display: inline-block;
  margin: 8px;
}
.vacancy__list {
  margin-top: 40px;
}
.vacancy__list ul:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .vacancy__list {
    margin-top: 32px;
  }
}
.vacancy__item {
  border-radius: 12px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  overflow: hidden;
}
.vacancy__item + .vacancy__item {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .vacancy__item + .vacancy__item {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .vacancy__item + .vacancy__item {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .vacancy__item {
    border-radius: 0;
  }
  .vacancy__item:not(:last-of-type) {
    border-bottom: none;
  }
}
.vacancy__container {
  padding-top: 0;
}
@media (max-width: 575px) {
  .vacancy__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.vacancy__title {
  padding: 30px 32px;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: left;
}
.vacancy__title::after {
  width: 15px;
  height: 15px;
  border-color: #a0a0a0;
  margin-left: 32px;
}
@media (max-width: 1199px) {
  .vacancy__title::after {
    width: 12px;
    height: 12px;
  }
}
.vacancy__title .text-main {
  display: block;
  margin: 0;
}
.vacancy__title .caption {
  display: inline-block;
  color: #0090d4;
}
.vacancy__title .caption + .text-main {
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .vacancy__title .caption + .text-main {
    margin-top: 8px;
  }
}
@media (max-width: 1199px) {
  .vacancy__title {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .vacancy__title {
    padding: 16px;
  }
  .vacancy__title .text-main {
    font-size: 18px;
    line-height: 1.5;
  }
}
.vacancy__title:hover,
.vacancy__title:focus {
  outline: none;
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.vacancy__title.active {
  background-color: #f5f5f7;
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}
.vacancy__title.active::after {
  margin-top: 10px;
}
.vacancy__body {
  padding: 32px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .vacancy__body {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .vacancy__body {
    padding: 16px;
  }
}
.vacancy__btn {
  margin-top: 56px;
}
@media (max-width: 1199px) {
  .vacancy__btn {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .vacancy__btn {
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  .vacancy__btn {
    width: 100%;
  }
}
.reward__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reward__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .reward__container {
    padding: 0;
  }
}
.reward-wrapper:hover .reward__desc {
  color: #a0a0a0;
}
@media (min-width: 768px) {
  .reward-wrapper + .reward-wrapper {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
  }
}
@media (max-width: 767px) {
  .reward-wrapper {
    padding: 0;
  }
  .reward-wrapper:not(:last-of-type) .reward__desc {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  }
  .reward-wrapper .reward__desc {
    padding: 24px 0;
  }
}
.reward__img-wrapper {
  margin-right: 40px;
}
.reward__img-wrapper img {
  min-width: 55px;
}
.reward__desc {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  color: #1d1d1f;
}
.filter {
  border: 1px solid #f2f2f5;
}
.filter__item {
  background-color: #ffffff;
}
.filter__item + .filter__item {
  margin-top: 8px;
}
.filter__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.filter__title:focus {
  outline: none;
}
.filter__title:focus::after {
  border-color: #33a6dd;
}
.filter__item-body {
  padding: 0;
}
.filter__form-section {
  padding: 16px;
}
.filter__form-section:first-of-type + .filter__form-section {
  border-top: 1px solid #f2f2f5;
}
.filter__form input {
  width: 100%;
  margin: 0;
}
.filter__form label {
  color: #1d1d1f;
}
.filter__form label .amount {
  margin-left: 5px;
  color: #a0a0a0;
}
.filter__form-item + .filter__form-item {
  margin-top: 12px;
}
.feat {
  max-width: 370px;
}
.feat img {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .feat img {
    max-width: 105px;
    margin-bottom: 4px;
  }
}
.feat p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .feat-list .feat img {
    width: 56px;
  }
}
@media (min-width: 1200px) {
  .feat-list .feat__title {
    font-size: 18px;
    font-weight: 600;
  }
}
.feat__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
.feat__title + * {
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feat__title {
    margin-top: 16px;
  }
}
.feat__ps-img {
  font-style: normal;
  font-weight: 700;
  font-size: 36px !important;
  line-height: 1.2;
  color: #0090d4;
}
.feat-list > * {
  margin-top: 40px;
}
.feat-list.reverse * {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .feat-list > * {
    margin-top: 32px;
  }
  .feat-list.reverse * {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.chronology .slick-track {
  margin: 0;
}
.chronology__slider {
  position: relative;
}
.chronology__slider-progress {
  -webkit-transition: 500ms;
  transition: 500ms;
  position: absolute;
  top: 111px;
  height: 2px;
  background: #0090d4;
  z-index: 1;
  width: 200vw;
}
.chronology__slider-progress.start {
  right: auto;
  left: 1px;
}
.chronology__slider-progress.middle {
  left: -100vw;
}
.chronology__slider-progress.end {
  left: calc(-200vw + ((1230px - 30px) / 4) * 3);
}
@media (max-width: 1199px) {
  .chronology__slider-progress.end {
    left: calc(-200vw + ((1140px - 30px) / 4) * 3);
  }
}
@media (max-width: 991px) {
  .chronology__slider-progress.end {
    left: calc(-200vw + ((960px - 30px) / 3) * 3);
  }
}
@media (max-width: 767px) {
  .chronology__slider-progress.end {
    left: calc(-200vw + ((720px - 30px) / 2) * 3);
  }
}
@media (max-width: 575px) {
  .chronology__slider-progress.end {
    left: calc(-200vw + ((540px - 30px) / 1) * 3);
  }
}
@media (max-width: 767px) {
  .chronology__slider-progress {
    top: 92px;
  }
}
.chronology__slider {
  z-index: 2;
}
.chronology__item {
  -webkit-transition: 1200ms;
  transition: 1200ms;
  outline: none;
  opacity: 0;
}
.chronology__item.slick-active {
  opacity: 1;
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax-doc {
  display: none;
  height: 480px;
}
@media (min-width: 1200px) {
  .parallax-doc {
    display: block;
  }
}
.layer {
  -webkit-transition: 2500ms;
  transition: 2500ms;
  position: absolute;
  width: 100%;
  height: 100%;
}
.layer-2 {
  background-image: url(../img/par-layer-1.png);
  background-repeat: no-repeat;
  background-position-x: center;
  -webkit-transform: translateY(230px);
  transform: translateY(230px);
}
.layer-1 {
  background-image: url(../img/par-layer-2.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100% auto;
  -webkit-transform: translateY(115px);
  transform: translateY(115px);
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .navbar__form {
    max-width: 200px
  }
}
.navbar__form input {
  max-width: 100%
}
@media (min-width: 1360px) {
  .navbar__form {
    max-width: 260px;

  }
  .navbar__brand span {
    max-width: 110px;
    font-size: 8px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px
  }
}