*, *: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; }

ul li, ol li {
  list-style: none; }

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

html {
  scroll-behavior: smooth; }

body {
  font: 400 14px 'Ubuntu', 'PT Sans', sans-serif;
  color: #2f2e2f;
  background: #fff; }

sup {
  font-size: 10px;
  line-height: 0;
  position: relative;
  top: -7px;
  vertical-align: baseline; }

p {
  font: 400 14px 'Ubuntu', 'PT Sans', sans-serif;
  color: #2f2e2f;
  line-height: 170%;
  margin: 0 0 12px; }
  p:last-child {
    margin: 0; }

h1, h2, h3 {
  margin: 0 0 12px; }

h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 24px; }

h2 {
  font-size: 24px;
  font-weight: 500; }

h3 {
  font-size: 18px;
  font-weight: 700; }

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

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; }

button, button[type="submit"], input[type="submit"] {
  cursor: pointer; }

form {
  position: relative; }

input::placeholder, textarea::placeholder {
  font-size: 16px;
  color: #a6b1b8; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #a6b1b8; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
  color: #a6b1b8;
  opacity: 1; }

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

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

@media (max-width: 1199px) {
  .container {
    width: auto;
    max-width: 960px; } }

@media (max-width: 991px) {
  .container {
    max-width: 720px; } }

@media (max-width: 767px) {
  .container {
    max-width: 540px;
    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; }

.fancybox-opened .fancybox-my-skin {
  box-shadow: none; }

.fancybox-my-skin {
  color: #2f2e2f;
  background: #fff;
  border-radius: 10px; }

.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; } }
