blockquote,
body,
button,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  font-weight: 400
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button,
input,
select,
textarea {
  border: none;
  font-family: inherit;
  color: inherit;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  outline: 0
}

body,
html {
  position: relative;
  width: 100%;
  min-width: 300px;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: break-word
}

html {
  -webkit-perspective: none !important
}

b,
strong {
  font-weight: 700 !important
}

a {
  color: inherit
}

.sb-body_overflow {
  height: 100%;
  overflow: hidden
}

.sb-body_overflow:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, .8)
}

.sb-body_with-footer .site-wrapper {
  box-sizing: border-box
}

.sb-body_hide-messenger {
  overflow: hidden
}

.sb-body_hide-messenger .messenger-button {
  display: none
}

.sb-padding-top_l {
  padding-top: 72px
}

.sb-padding-top_m {
  padding-top: 36px
}

.sb-padding-top_s {
  padding-top: 20px
}

.sb-padding-bottom_l {
  padding-bottom: 72px
}

.sb-padding-bottom_m {
  padding-bottom: 36px
}

.sb-padding-bottom_s {
  padding-bottom: 20px
}

.sb-hidden {
  display: none !important
}

@media screen and (max-width:639px) {
  .sb-hidden-mobile {
    display: none !important
  }
}

@media screen and (min-width:300px) {
  .sb-hidden-mobile-min {
    display: none !important
  }
}

@media (min-width:480px) and (max-width:639px) {
  .sb-hidden-mobile-interval {
    display: none !important
  }
}

@media screen and (max-width:959px) {

  .sb-body_with-footer .sb-block_fullscreen:only-child,
  .sb-body_with-footer .site-wrapper {
    min-height: calc(100vh - 44px)
  }

  .sb-hidden-tablet {
    display: none !important
  }
}

@media screen and (min-width:640px) {
  .sb-hidden-tablet-min {
    display: none !important
  }
}

@media (min-width:640px) and (max-width:959px) {
  .sb-hidden-tablet-interval {
    display: none !important
  }
}

@media screen and (max-width:1359px) {
  .sb-hidden-desktop {
    display: none !important
  }
}

@media screen and (min-width:960px) {

  .sb-body_with-footer .sb-block_fullscreen:only-child,
  .sb-body_with-footer .site-wrapper {
    min-height: calc(100vh - 60px)
  }

  .sb-hidden-desktop-min {
    display: none !important
  }
}

@media (min-width:960px) and (max-width:1359px) {
  .sb-hidden-desktop-interval {
    display: none !important
  }
}

@media screen and (min-width:1360px) {
  .sb-hidden-desktop-lg-min {
    display: none !important
  }
}

.sb-opacity {
  opacity: .4
}

.sb-align-center {
  text-align: center
}

.sb-align-left {
  text-align: left
}

.sb-pre-wrap {
  white-space: pre-wrap
}

.sb-text-ellipsis-focus:focus {
  text-overflow: clip !important
}
