* {
  box-sizing: border-box;
}

html,
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'TildaSans', Arial, sans-serif;
  background: white;
  overflow-anchor: none;
  /* fix chrome bug https://github.com/utatti/perfect-scrollbar/issues/612 */
  overflow-wrap: break-word;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Tilda */
.t-container {
  max-width: 1550px;
}

.t-col_12 {
  width: 100%;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.t-uptitle {
  letter-spacing: 0px;
}

/* comment cause: overrides link styles set in design editor
a {
    color: rgb(0, 0, 238);
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
*/

/* a:not([href]) {
  cursor: default !important;
} */

img {
  height: auto;
  max-width: 100%
}

.text-block-wrap-div {
  flex-grow: 1;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.text-block-wrap-div span a {
  color: inherit;
}

.is-removed {
  display: none !important;
}

.for-mobile-view {
  overflow: auto;
}

.mosaic-marquee__text {
  white-space: nowrap;
}

select,
textarea {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

[data-block-layout] .root {
  min-height: auto;
}

[type=submit],
button,
label,
.mosaic-accordion__title,
.cursor-pointer {
  cursor: pointer;
}

.mosaic-wrap {
  color: #000000;
}

.mosaic-map {
  background-image: none !important;
}

.mosaic-form,
.mosaic-form__form {
  max-width: 100%;
}

.mosaic-form .mosaic-form__field[data-type-field="input_hidden"],
.tt-form .tt-form__field[data-type-field="input_hidden"] {
  display: none !important;
}

.mosaic-form__field--captcha.is-invisible .mosaic-form__header,
.mosaic-form__field--captcha.is-invisible .mosaic-form__error {
  display: none;
}

.mosaic-form .mosaic-form__field a,
.tt-form .tt-form__field a {
  color: inherit;
}

.mosaic-video-iframe:not([src]),
.mosaic-video-iframe[src=""],
.mosaic-video-widget__iframe:not([src]),
.mosaic-video-widget__iframe[src=""],
.mosaic-video-widget__video:not([src]),
.mosaic-video-widget__video[src=""] {
  display: none !important;
}

.pswp__img--placeholder--blank {
  background-color: transparent !important;
}

.mosaic-wrap .hor-menu .hor-menu__more_list {
  display: none;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¾Ñ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸, ÐµÑÐ»Ð¸ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒ Ð² Ð½Ð°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ°Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° Ð¾Ñ‚ÐºÐ»ÑŽÑ‡Ð¸Ð» Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸ÑŽ. */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
  padding: 5px;
  border: 1px solid #dedede;
  vertical-align: top;
}

table.table0 td {
  border: none;
}

table.table2 th {
  padding: 8px 5px;
  background: #777777;
  border: 1px solid #dedede;
  font-weight: normal;
  text-align: left;
  color: #fff;
}


.mosaic-tabs__body {
  min-width: 0;
}

.mosaic-tabs__body,
.mosaic-tabs__content,
.mosaic-tabs__content__outer {
  max-width: 100%;
}

.mosaic-video-iframe,
.mosaic-video-widget__iframe {
  border-style: none;
}

/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð¾Ð¹ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ Ñ ÑÑ„Ñ„ÐµÐºÑ‚Ð¾Ð¼ fade */
@media (min-width: 992px) {
  [data-zero-opacity~=screen] {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-zero-opacity~=tablet-portrait] {
    opacity: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  [data-zero-opacity~=mobile-landscape] {
    opacity: 0;
  }
}

@media (max-width: 479px) {
  [data-zero-opacity~=mobile-portrait] {
    opacity: 0;
  }
}

.tt-rich-text p:empty::after {
  content: '\00A0';
}

.tt-rich-link {
  color: #0d70ff;
  text-decoration: underline;
}

.tt-rich-code-block {
  background-color: #D9D9D9;
  color: #333333;
  padding: 10px 20px;
  border-radius: 5px;
}

.tt-rich-blockquote {
  border-left: 4px solid #CACED6;
  padding: 1px 0 1px 20px;
}

.tt-rich-blockquote p:first-child {
  margin-top: 0;
}

.tt-rich-blockquote p:last-child {
  margin-bottom: 0;
}

.tt-rich-figure {
  display: table;
  margin: 0;
}

.tt-rich-figure :is(img, video, iframe) {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}

.tt-rich-figure iframe {
  aspect-ratio: 16 / 9;
}

.tt-rich-place-center {
  margin-left: auto;
  margin-right: auto;
}

.tt-rich-width-default {
  width: 60%;
}

.tt-rich-width-full {
  width: 100%;
}

:is(.tt-rich-width-custom, .tt-rich-width-default, .tt-rich-width-full) :is(img, video, iframe) {
  width: 100%;
}

.tt-rich-place-float-left {
  float: left;
  margin-right: 1em;
}

.tt-rich-place-float-right {
  float: right;
  margin-left: 1em;
}

.tt-rich-fit-cover :is(img, video, iframe) {
  object-fit: cover;
}

.tt-rich-fit-contain :is(img, video, iframe) {
  object-fit: contain;
}

.tt-rich-fit-none :is(img, video, iframe) {
  object-fit: none;
}

/* Формы */

.mosaic-form--u-iuef3qouk .t-input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.t-form__submit button:hover {
  box-shadow: 0px 0px rgba(200, 175, 178, 0) !important;
  transition-property: all;
  transition-duration: 350ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
}

.t-form__submit button {
  transition-property: all;
  transition-duration: 350ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
}

.t702 .t-input-group_cb {
  margin-top: 25px;
}

.t702 .t-input-group:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 461px) {
  .t702 .t702__wrapper {
    padding: 50px;
  }
}

.t-popup__block-close {
  top: 0px;
  right: 0px !important;
  width: 50px;
  height: 50px;
  background-color: #68151d;
}

.t-popup__block-close-button {
  padding: 15px;
}

.t-popup__block-close-button svg {
  width: 20px;
}

@media screen and (max-width: 560px) {
  .t702 .t-popup__block-close {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: normal;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #68151d;
  }
}

@media screen and (max-width: 560px) {
  .t702 .t-popup__block-close-button {
    padding: 16px;
  }
}

.t135 {
  text-align: left !important;
  padding: 10px 20px 30px !important;
  position: relative !important;
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
  z-index: 1 !important;
}