*, *:focus, *:hover {
  outline: none; }

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

:disabled {
  pointer-events: none; }

html, body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ol, ul {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  min-height: 100%;
  text-rendering: optimizeSpeed;
  letter-spacing: normal; }

html {
  scroll-behavior: smooth; }

body {
  background: #f9fbfc; }

p {
  font: 400 14px 'Roboto', sans-serif;
  color: #212121; }

input, label, button, select, textarea {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none; }
  input:focus, label:focus, button:focus, select:focus, textarea:focus {
    outline: none; }

form {
  position: relative; }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none; }

.clear {
  margin: 0;
  padding: 0; }

.container {
  margin: 0 auto;
  width: 1232px;
  max-width: 100%;
  padding: 0 15px; }

.noselect {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.noappearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.transition {
  transition: 0.2s linear all; }

.d-flex {
  display: flex; }

.slider-notice {
  visibility: hidden; }

.slider-notice .slick-initialized {
  visibility: visible; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  .hidden-lg {
    display: none !important; } }
