@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=cyrillic');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }
/*# sourceMappingURL=normalize.min.css.map */
html, body {
  height: 100%;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  box-sizing: border-box; }

html {
  font-size: 14px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: rgba(38, 38, 38, 0.7);
  background: #f9f9f9;
  font-family: 'Roboto', 'sans-serif';
  line-height: 1.4; }

img {
  max-width: 100%; }

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .fixed-bg__pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    .fixed-bg__pic.darken_bg:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .fixed-bg__pic.blured_bg {
      -webkit-filter: blur(26px);
      filter: blur(26px); }

.site-inst.site_inst_inverse .inst-info__title, .site-inst.site_inst_inverse .inst-social__title, .site-inst.site_inst_inverse .inst-map__title {
  color: #262626; }
  .site-inst.site_inst_inverse .inst-info__desc, .site-inst.site_inst_inverse .inst-copy {
    color: rgba(38, 38, 38, 0.7); }
    .site-inst.site_inst_inverse .inst-info__desc a, .site-inst.site_inst_inverse .inst-copy a {
      color: rgba(38, 38, 38, 0.7); }
  .site-inst.fixed_msgs .site-inst__inner {
    padding-bottom: 160px; }
    @media (max-width: 359px) {
    .site-inst.fixed_msgs .site-inst__inner {
      padding-bottom: 150px; } }
  .site-inst__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0; }
  @media (max-width: 1260px) {
    .site-inst__inner {
      padding: 50px 16px; } }
  @media (max-width: 767px) {
    .site-inst__inner {
      padding: 30px 16px; } }
  .site-inst__body {
    position: relative;
    z-index: 1;
    max-width: 646px;
    margin: 0 auto;
    width: 34%; }
   .site-inst__body:first-child {margin: auto;}
  @media (max-width: 1260px) {
    .site-inst__body {
      width: 100%;
      max-width: 560px; } }
  .site-inst__body.last_block {
    z-index: inherit;
    margin-top: auto; }

.inst-info {
  text-align: center; }
  .inst-info__pic {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px; }
  .inst-info__pic-link {
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    text-decoration: none; }
  .inst-info__title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }
  .inst-info__title-link {
    color: inherit;
    vertical-align: top;
    display: inline-block;
    text-decoration: none; }
  .inst-info__desc {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: normal; }
  .inst-info__btn {
    margin-top: 30px; }
  @media (max-width: 767px) {
    .inst-info__btn {
      margin-top: 20px; } }
  .inst-info__btn a {
    position: relative;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px;
    padding: 19px 30px 20px;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
    color: rgba(38, 38, 38, 0.8);
    background-clip: padding-box;
    border: 1px solid rgba(38, 38, 38, 0.1); }
    @media (min-width: 1260px) {
      .inst-info__btn a:hover {
        transform: translate(0, -5px); } }

.inst-msgs {
  margin-top: 50px; }
  @media (max-width: 1260px) {
  .inst-msgs {
    margin-top: 30px; } }
  @media (max-width: 767px) {
  .inst-msgs {
    margin-top: 20px; } }
  .inst-msgs.only_icon_items {
    margin-top: 46px; }
  .inst-msgs.only_icon_items .inst-msgs__items {
    margin: 4px -4px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .inst-msgs.only_icon_items .inst-msgs__text {
    display: none; }
  .inst-msgs.only_icon_items .inst-msgs__icon {
    margin: 0 !important; }
  .inst-msgs.only_icon_items .inst-msgs__item {
    margin: 4px 4px 0;
    flex: 1 1 calc(16.66% - 8px); }
    .inst-msgs.only_icon_items .inst-msgs__item a {
      padding: 0;
      width: 100%;
      height: 48px; }
  .inst-msgs.fixed_msgs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 4; }
  .inst-msgs.fixed_msgs .inst-msgs__items {
    display: flex;
    align-items: stretch; }
  .inst-msgs.fixed_msgs .inst-msgs__item {
    margin: 0;
    flex: 1 0 33%; }
    .inst-msgs.fixed_msgs .inst-msgs__item:nth-child(2) {
      flex: 1 0 34%; }
    .inst-msgs.fixed_msgs .inst-msgs__item a {
      padding: 20px 30px;
      width: auto;
      height: 120px;
      border-radius: 0; }
      @media (max-width: 1260px) {
    .inst-msgs.fixed_msgs .inst-msgs__item a {
      flex-direction: column;
      text-align: center; } }
      @media (max-width: 479px) {
    .inst-msgs.fixed_msgs .inst-msgs__item a {
      font-size: 13px;
      line-height: 16px;
      padding: 10px; } }
      @media (max-width: 359px) {
    .inst-msgs.fixed_msgs .inst-msgs__item a {
      height: 110px; } }
  .inst-msgs.fixed_msgs .inst-msgs__icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    order: -1;
    margin-left: 0;
    margin-right: 10px; }
    @media (max-width: 1260px) {
    .inst-msgs.fixed_msgs .inst-msgs__icon {
      margin: 0 0 15px; } }
    @media (max-width: 767px) {
    .inst-msgs.fixed_msgs .inst-msgs__icon {
      margin-bottom: 10px; } }
  .inst-msgs__item {
    margin-bottom: 12px; }
  .inst-msgs__item:last-child {
    margin-bottom: 0; }
  .inst-msgs__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    border-radius: 5px;
    padding: 17px 20px;
    transition: all 0.2s; }
    @media (max-width: 767px) {
    .inst-msgs__item a {
      font-size: 15px;
      line-height: 18px; } }
    .inst-msgs__item a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s;
      background: rgba(255, 255, 255, 0.1); }
    .inst-msgs__item a:hover:before {
      opacity: 1;
      visibility: visible; }
  .inst-msgs__text {
    color: #fff;
    z-index: 2; }
  .inst-msgs__icon {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    margin-left: 10px;
    min-height: 22px;
    max-width: 22px; }
  .inst-msgs__icon img, .inst-msgs__icon svg {
    max-width: 100%;
    max-height: 100%; }

.inst-social {
  margin-top: 50px; }
  @media (max-width: 1260px) {
  .inst-social {
    margin-top: 40px; } }
  @media (max-width: 767px) {
  .inst-social {
    margin-top: 34px; } }
  .inst-social.only_icon_items .inst-social__title {
    margin-bottom: 8px; }
  .inst-social.only_icon_items .inst-social__items {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .inst-social.only_icon_items .inst-social__text {
    display: none; }
  .inst-social.only_icon_items .inst-social__icon {
    margin-left: 0; }
  .inst-social.only_icon_items .inst-social__item {
    flex: 1 1 calc(16.66% - 8px);
    margin: 4px 4px 0; }
    .inst-social.only_icon_items .inst-social__item a {
      padding: 0;
      width: 100%;
      height: 48px;
      overflow: hidden; }
      @media (max-width: 359px) {
    .inst-social.only_icon_items .inst-social__item a {
      height: 42px; } }
  .inst-social__title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 12px; }
  .inst-social__item {
    margin-bottom: 12px; }
  .inst-social__item:last-child {
    margin-bottom: 0; }
  .inst-social__item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    border-radius: 5px;
    padding: 17px 20px;
    transition: all 0.2s; }
    @media (max-width: 767px) {
    .inst-social__item a {
      font-size: 15px;
      line-height: 18px; } }
    .inst-social__item a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s;
      background: rgba(255, 255, 255, 0.1); }
    .inst-social__item a:hover:before {
      opacity: 1;
      visibility: visible; }
    .inst-social__item a svg, .inst-social__item a img {
      max-width: 100%; }
    .inst-social__item a svg {
      max-height: 100%; }
  .inst-social__text {
    z-index: 2;
    color: #fff; }
  .inst-social__icon {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    margin-left: 10px; }

.inst-map {
  margin-top: 50px; }
  @media (max-width: 1260px) {
  .inst-map {
    margin-top: 40px; } }
  @media (max-width: 767px) {
  .inst-map {
    margin-top: 30px; } }
  .inst-map__title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 12px; }
  .inst-map__map {
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: #fff; }
  .inst-map__map #map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .inst-map__items {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .inst-map__items {
      margin-top: 14px; } }
  .inst-map__item {
    padding: 17px 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 1px;
    text-align: center; }
  @media (max-width: 767px) {
    .inst-map__item {
      padding: 12px 20px; } }
  .inst-map__item:last-child {
    margin-bottom: 0; }
  .inst-map__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0; }
  .inst-map__icon {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .inst-map__icon {
      margin-right: 7px; } }
  .inst-map__text {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; }
  .inst-map__desc {
    margin-top: 7px;
    font-size: 14px;
    color: rgba(38, 38, 38, 0.7); }

.inst-copy {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff; }
  .inst-copy a {
    color: #fff;
    text-decoration: none; }
  .inst-copy span {
    font-size: 14px !important; }

@media (max-width: 639px) {
  body .s3solution-panel-toggler__arr {
    top: 33%; }

  body .s3solution-panel--closed {
    transform: translateY(100%); }

  body .roistat-promo-wrap {
    display: none; }

  body .s3solution-panel-toggler__btn {
    padding: 3px 19px 5px 8px;
    font-size: 10px;
    line-height: 1; }

  body .s3solution-panel-toggler {
    top: -18px; } }
    
.s3solution__item--switch {display: none;}