* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Helvetica', 'Verdana', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100vh;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tpl-color-brand-darkest { color:var(--tpl-color-brand-darkest) }
.tpl-color-brand-darker { color:var(--tpl-color-brand-darker) }
.tpl-color-brand-dark { color:var(--tpl-color-brand-dark) }
.tpl-color-brand { color:var(--tpl-color-brand) }
.tpl-color-brand-light { color:var(--tpl-color-brand-light) }
.tpl-color-brand-lighter { color:var(--tpl-color-brand-lighter) }
.tpl-color-brand-lightest { color:var(--tpl-color-brand-lightest) }


body {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

body.tpl-body-site-1 .container,
body.tpl-body-site-1 .container-md,
body.tpl-body-site-1 .container-sm,
body.tpl-body-site-1 .container-xl {
  max-width: 1170px;
}

main a:not(.btn):not(.tpl-button) {
  color: var(--tpl-color-link-color);
}

.header {
  outline: none !important;
  align-content: center;
  align-items: stretch;
  background: var(--tpl-color-background-main-lighter);
  box-shadow: 0 0 0 2px var(--tpl-color-background-main-lighter);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 86px;
  min-height: 86px;
  justify-content: flex-start;
  padding: 0 4px;
  position: fixed;
  transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
  width: 100%;
  will-change: transform;
  z-index: 999;
}
.header.tpl-container .navbar {
  max-width: 1146px;
}
.header .h1 {
  flex: 1;
  font-size: 1.4rem !important;
  font-weight: 400;
}
.header .h1, .header .h2, .header .h3, .header .h4, .header .h5, .header .h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: inherit !important;
}
.header .navbar-brand {
  max-width: 220px;
}
.header .logo-plus img {
  height: 28px;
  width: auto;
}
@media (min-width: 992px) {
  .header .navbar-brand {
    max-width: 280px;
  }
  .header .logo-plus img {
    height: 40px;
    width: auto;
  }
}

.header button {
  border: none;
  cursor: pointer;
  height: 24px;
  margin-right: 16px;
  opacity: 0.54;
  outline: none;
  overflow: hidden;
  text-indent: -30000px;
  transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1);
  width: 24px;
}
html .login-link[type="button"] {
  -webkit-appearance: unset;
  appearance: unset;
}
#content + #content-right {
  padding-left: 5px;
}
@media (min-width: 769px) {
  #content + #content-right {
    padding-left: 15px;
  }
}

.footer {
  align-content: center;
  background: var(--tpl-color-brand-white);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 20px;
  min-height: 86px;
  justify-content: flex-start;
  padding: 10px 4px;
  transition: transform 0.233s cubic-bezier(0, 0, 0.21, 1) 0.1s;
  width: 100%;
  will-change: transform;
  flex-shrink: 0;
  align-items: center;
}
.footer .age-restiction {
  display: inline-block;
  width: 39px;
  height: 32px;
  background: url(/kinescope/images/wc_10.png);
}
.footer .nav {
  justify-content: start;
  align-items: center;
}
.footer .nav-item,
.footer .nav-item .nav-link {
  color: inherit;
  font-weight: 600;
  padding: .3rem .5rem;
}
.footer .nav-item .nav-link {
  padding: 0;
}
.card-spinner {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  width: 100%;
}

.card-spinner svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card-spinner svg circle {
  animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
  box-sizing: border-box;
  stroke: var(--tpl-color-brand);
  stroke-width: 3px;
  transform-origin: 50%;
}

@keyframes rotate {
  from { transform: rotate(0); }
  to { transform: rotate(450deg); }
}

@keyframes line {
  0% {
    stroke-dasharray: 2, 85.964;
    transform: rotate(0);
  }

  50% {
    stroke-dasharray: 65.973, 21.9911;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 2, 85.964;
    stroke-dashoffset: -65.973;
    transform: rotate(90deg);
  }
}

/**
 * Icons
 */

.icon {
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.add {
  background-image: url("../images/add.svg");
}

.icon.clear-day {
  background-image: url("../images/clear-day.svg");
}

.icon.clear-night {
  background-image: url("../images/clear-night.svg");
}

.icon.rain {
  background-image: url("../images/rain.svg");
}

.icon.snow {
  background-image: url("../images/snow.svg");
}

.icon.sleet {
  background-image: url("../images/sleet.svg");
}

.icon.wind {
  background-image: url("../images/wind.svg");
}

.icon.fog {
  background-image: url("../images/fog.svg");
}

.icon.cloudy {
  background-image: url("../images/cloudy.svg");
}

.icon.partly-cloudy-day {
  background-image: url("../images/partly-cloudy-day.svg");
}

.icon.partly-cloudy-night {
  background-image: url("../images/partly-cloudy-night.svg");
}

.icon.hail {
  background-image: url("../images/hail.svg");
}

.icon.thunderstorm {
  background-image: url("../images/thunderstorm.svg");
}

.icon.tornado {
  background-image: url("../images/tornado.svg");
}
.icon-smile {
  width: 33px;
  height: 33px;
  position: relative;
}
/**
 * Main body
 */

.main {
  flex: 1;
  padding-top: 86px;
}

.dialog {
  background: #fff;
  border-radius: 2px;
  box-shadow:
    0 0 14px rgba(0, 0, 0, 0.24),
    0 14px 28px rgba(0, 0, 0, 0.48);
  left: 50%;
  min-width: 280px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  transition: transform 0.333s cubic-bezier(0, 0, 0.21, 1) 0.05s;
}

.dialog > div {
  padding-left: 24px;
  padding-right: 24px;
}

.dialog-title {
  font-size: 1.25em;
  padding-top: 20px;
}

.dialog-body {
  padding-bottom: 24px;
  padding-top: 20px;
}

.dialog-body select {
  width: 100%;
}

.dialog-buttons {
  float: right;
  padding-bottom: 16px;
  padding-right: 17px !important;
}

.dialog .button {
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

.tpl-block {
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
}

.main .tpl-block {
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
.main .tpl-block:first-child {
  margin-top: 0;
}
.main .tpl-block:last-child {
  margin-bottom: 0;
}
.nav-item .nav-link {
  color: var(--tpl-color-brand-white);
  font-size: medium;
  font-weight: 400;
  white-space: nowrap;
}
.nav-item .nav-link:focus,
.nav-item .nav-link:hover,
.nav-item .nav-link:active,
.nav-item.active .nav-link {
  color: var(--tpl-color-brand-gold);
}
.nav-item .nav-link:focus {
  box-shadow: 0 0 0 1px var(--tpl-color-brand-gold-outline);
}

.header .navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  background: none;
  border-radius: 0;
}
.header .navbar-toggler.user-menu {
  border-radius: 50%;
  margin-right: .5rem;
}
.header .login-link,
.header .login-link a {
  color: var(--tpl-color-brand-darkest) !important;
  font-weight: 700;
  font-size: 18px;
}

.header .navbar-toggler.user-menu .iconify {
  width: 4rem;
  height: 4rem;
  color: var(--tpl-color-brand-light);
  margin: auto;
  text-align: center;
  padding: .375rem;
  font-size: 2.3rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.header .navbar-toggler.user-menu .iconify img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .header .navbar-toggler.user-menu .iconify {
    width: 2.375rem;
    height: 2.375rem;
    padding: .1rem;
    font-size: 1.25rem;
  }
  .video-pagination-link p {
    font-size: 13px;
    margin-bottom: 8px;
  }

}
.header .navbar-toggler .common-menu {
  position: fixed;
}
.collapsing  .tpl-block,
.collapse.show .tpl-block {
  background-color: var(--tpl-color-foreground-main-dark);
  margin: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  background-color: var(--tpl-color-brand-white);
}
#navbarPerson {
  position: absolute;
  right: 15px;
  top: 100%;
  color: var(--tpl-color-brand-white);
  box-shadow: 0 9px 7px 6px #00000017;
}
#navbarNav {
  position: absolute;
  left: 15px;
  top: 100%;
  color: var(--tpl-color-brand-white);
  box-shadow: 0 9px 7px 6px #00000017;
}
.menu-container {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  z-index: 2;
  height: 0;
}

.fa-question-circle {
  text-shadow: 0 0 3px #000;
  color: var(--tpl-color-brand-white);
  margin-right: -24px;
}
.mfp-ajax-holder .mfp-content {
  background-color: var(--tpl-color-background-main-lighter);
  padding: 10px 10px;
  max-width: 720px;
  height: auto;
  margin: auto;
  box-shadow: inset 0 0 0 10px var(--tpl-color-brand-light);
}
.comments-wall .comments-block .comments-block-user {
  color: var(--tpl-color-foreground-accent-lightest);
  background: var(--tpl-color-background-accent-lightest);
}
.comments-wall .comments-block .comments-block-user a {
  color: var(--tpl-color-link-color);
}
.comments-wall .comments-block .comments-block-user-name {
  color: var(--tpl-color-link-color);
  font-weight: bold;
}
.comments-wall .comments-block-content {
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.comments-wall .comments-block-body-text {
  padding: 4px 6px;
  margin: 2px 0 10px;
  background-color: inherit;
  box-shadow: none;
}
.comments-wall .comments-block-reply + .comments-block-reply {
  margin-left: 2rem;
}
.comments-wall .comments-block-icon {
  color: var(--tpl-color-background-main-dark);
  transform: rotate(180deg)
}
.comments-block-rating .list-group-item {
  padding: 0.29rem 0.75rem;
}
.tpl-property-vendor {
  font-weight: 700;
  color: var(--tpl-color-foreground-main-dark);
}
.tpl-property-description {
  font-size: 18px;
}
.teasers article .views {
  display: none;
}
.teasers article .details h4 a {
  font-size: 14px;
  margin-top: 0.4rem;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 10px 15px;
  text-align: left;
  font-weight: 500;
  display: block;
  left: 0;
  top: 0;
  line-height: 1.2;
  font-family: 'Montserrat';
}
.teasers article .details h4 a .tpl-property-name {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}
.teasers article .details h4 a .tpl-property-vendor {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  color: inherit;
  margin-top: -14px;
}
main .teasers .tpl-block-list-objects,
main .tpl-block-list-objects .teasers,
main .teasers {
  justify-content: center;
}
main .teasers article {
  margin: 0 5px 10px;
  width: 280px;
  height: auto;
  transition: all 0.1s ease;
  min-height: 120px;
  background-color: #dddddd3d;
}
main .teasers article:focus,
main .teasers article:hover {
  transform: scale(1.02);
  z-index: +1;
}
main .teasers article .details {
  transition: all 0.3s ease;
  display: none;
}
main .teasers article:hover .details,
main .teasers article:focus .details {
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--tpl-color-brand-white);
  background-color: rgba(0, 0, 0, 0.76);
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
.teasers article:hover .details a {
  color: #fff;
}

/* sub-69 ЛК */

main.sub-69 .teasers article:focus,
main.sub-69 .teasers article:hover {
  transform: unset;
}
main.sub-69 .teasers article:hover .details,
main.sub-69 .teasers article:focus .details {
  position: static;
  height: auto;
}

.owl-item a.owl-image {
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.tpl-block-list-objects .slider.teasers .article img,
.owl-item a.owl-image img {
  height: 100%;
  width: auto;
  margin: auto -80px;
}
.tpl-block-list-objects .slider.teasers .article {
  box-shadow: 0 0 0 5px transparent;
}
.tpl-block-list-objects .slider.teasers .article a,
.owl-item a.owl-link {
  color: inherit;
  font-family: "Montserrat";
  font-size: 18px;
}
#subscriptions_list .owl-carousel .owl-stage {
  margin: 0 auto;
}
.img-circle,
.image-circle {
  width: 160px !important;
  height: 160px !important;
  overflow: hidden !important;
  display: inline-block !important;
  text-align: center !important;
  border-radius: 50% !important;
}
.img-circle.transaction-logo {
  width: 210px !important;
  height: 210px !important;
}
.img-circle.transaction-logo-small {
  width: 106px !important;
  height: 106px !important;
}
.img-circle.transaction-logo img {
  height: 100% !important;
  width: auto !important;
  margin: auto -80px !important;
}
.img-circle.transaction-logo-small img {
  height: 100% !important;
  width: auto !important;
  margin: auto -53px !important;
}
.transaction-name,
.transaction-name a:link, .transaction-name a:visited {
  color: var(--tpl-color-brand-darkest) !important;
}

body.tpl-body-site-1 .articles {
  margin-top: 35px;
  margin-bottom: 30px;
}

.articles.tpl-block {
  background-color: var(--tpl-color-brand-white);
  position: relative;
  z-index: 1;
}
/* для инъекции JS скриптjv в другой блок  */
.articles.tpl-block::before,
.articles.tpl-block::after {
  content: ' ';
  background-color: var(--tpl-color-brand-white);
  position: absolute;
  height: 100%;
  width: 15px;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}
#main__container > .articles.tpl-block::before,
#main__container > .articles.tpl-block::after {
  display: none;
}

.articles.tpl-block:before {
  right: 100%;
}
.articles.tpl-block:after {
  left: 100%;
}
.articles_list_bg {
  position: absolute;
  z-index: -1;
  background: var(--tpl-color-brand-white);
  width: 100%;
}
.articles.tpl-block > .container {
  max-width: 1140px;
}
/* для инъекции... END  */

.object-item .item-info {
  background-color: var(--tpl-color-background-main-lighter);
  padding: 30px;
}
.object-item .item-info .object-item-title {
  color: var(--tpl-color-foreground-main-darker);
  font-weight: 700;
}
.object-item .item-info .object-secondary-title .author-name {
  color: var(--tpl-color-foreground-main-darkest);
  font-weight: normal;
}
.articles nav.pagination {display: none}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
.tpl-button,
a.nc-btn.button-brand,
.nc-btn.button-brand,
.nc-modal-dialog .nc-modal-dialog-footer .nc-btn.button-brand,
.nc-modal-dialog .nc-modal-dialog-footer button.button-brand,
.nc-form button.button-brand,
.nc-form input.button-brand[type="submit"],
.nc-form input.button-brand[type="button"],
.nc-admin form button.button-brand,
.nc-admin form input.button-brand[type="submit"],
.nc-admin form input.button-brand[type="button"],
.nc-modal-dialog .nc-form button.button-brand,
.nc-modal-dialog .nc-form input.button-brand[type="submit"],
.nc-modal-dialog .nc-form input.button-brand[type="button"],
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"],
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"],
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"],
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"],
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"],
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"],
 .button-brand {
  display: inline-block;
  padding: 16px 20px !important;
  min-width: 160px;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(to bottom, #231f20 , #231f20) border-box;
  /*
  background-color: transparent !important;
  background-image: url(../images/button_default.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 100% 100% !important;
  */
  border-radius: 40px;
  white-space: nowrap;
  line-height: 16px !important;
  font-size: 16px !important;
  overflow: hidden;
  position: relative;
  box-shadow: none !important;
  color: var(--tpl-color-button-color) !important;
  text-decoration: none !important;
  text-align: center !important;
  font-weight: bold !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 4px solid transparent;
}
.tpl-button:hover,
.nc-form button.button-brand:hover,
.nc-form input.button-brand[type="submit"]:hover,
.nc-form input.button-brand[type="button"]:hover,
.nc-admin form button.button-brand:hover,
.nc-admin form input.button-brand[type="submit"]:hover,
.nc-admin form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"]:hover,
 .button-brand:hover {
  border: 4px solid transparent;
  border-radius: 40px;
  height: unset;
  box-shadow: none !important;
  background-color: unset;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(to bottom, #8b4314, #ba782b) border-box;
  /*
  background-image: url(../images/button_hover.png) !important;
  color: var(--tpl-color-brand-accent-darkest) !important;
   */
}
.tpl-button:focus,
a.nc-btn.button-brand:focus,
.nc-btn.button-brand:focus,
.nc-modal-dialog .nc-modal-dialog-footer .nc-btn.button-brand:focus,
.nc-modal-dialog .nc-modal-dialog-footer button.button-brand:focus,
.nc-form button.button-brand:focus,
.nc-form input.button-brand[type="submit"]:focus,
.nc-form input.button-brand[type="button"]:focus,
.nc-admin form button.button-brand:focus,
.nc-admin form input.button-brand[type="submit"]:focus,
.nc-admin form input.button-brand[type="button"]:focus,
.nc-modal-dialog .nc-form button.button-brand:focus,
.nc-modal-dialog .nc-form input.button-brand[type="submit"]:focus,
.nc-modal-dialog .nc-form input.button-brand[type="button"]:focus,
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand:focus,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"]:focus,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"]:focus,
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand:focus,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"]:focus,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"]:focus,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand:focus,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"]:focus,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"]:focus,
 .button-brand:focus {
  height: unset;
  border: 4px solid transparent;
  outline: none;
  border-radius: 40px;
  color: var(--tpl-color-button-color-accent) !important;
  background-color: unset;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(to bottom, #8b4314, #ba782b) border-box;
  box-shadow: none !important;
}
.tpl-button:active,
.nc-form button.button-brand:active,
.nc-form input.button-brand[type="submit"]:active,
.nc-form input.button-brand[type="button"]:active,
.nc-admin form button.button-brand:active,
.nc-admin form input.button-brand[type="submit"]:active,
.nc-admin form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-form button.button-brand:active,
.nc-modal-dialog .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"]:active,
 .button-brand:active {
  transform: scale(0.99);
}
.nc-form button.button-brand:hover,
.nc-form button.button-brand:active,
.nc-form input.button-brand[type="submit"]:hover,
.nc-form input.button-brand[type="submit"]:active,
.nc-form input.button-brand[type="button"]:hover,
.nc-form input.button-brand[type="button"]:active,
.nc-admin form button.button-brand:hover,
.nc-admin form button.button-brand:active,
.nc-admin form input.button-brand[type="submit"]:hover,
.nc-admin form input.button-brand[type="submit"]:active,
.nc-admin form input.button-brand[type="button"]:hover,
.nc-admin form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-form button.button-brand:active,
.nc-modal-dialog .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-header .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"],
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-body .nc-form input.button-brand[type="button"]:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form button.button-brand:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"]:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="submit"]:active,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"]:hover,
.nc-modal-dialog .nc-modal-dialog-footer .nc-form input.button-brand[type="button"]:active,
 .button-brand:hover,
 .button-brand:active {
  height: unset;
  color: var(--tpl-color-button-color-accent) !important;
  border-radius: 40px;
  background-color: unset;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(to bottom, #8b4314, #ba782b) border-box;
  box-shadow: none !important;
}
body.tpl-body-site-1 .button-brand.button-brand-trans,
body.tpl-body-site-1 .personal-area__buttons .button-brand,
body.tpl-body-site-1 .get_more.button-brand,
body.tpl-body-site-1 .comments-button.button-brand {
  background: linear-gradient(var(--tpl-color-background-main-lighter),var(--tpl-color-background-main-lighter)) padding-box, linear-gradient(to bottom, var(--tpl-color-brand-darkest), var(--tpl-color-brand-darkest)) border-box;
}
body.tpl-body-site-1 .tpl-block-411 .get_more.button-brand {
  background: linear-gradient(var(--tpl-color-brand-white),var(--tpl-color-brand-white)) padding-box, linear-gradient(to bottom, var(--tpl-color-brand-darkest), var(--tpl-color-brand-darkest)) border-box;
}
body.tpl-body-site-1 .button-brand.button-brand-trans:hover,
body.tpl-body-site-1 .button-brand.button-brand-trans:active,
body.tpl-body-site-1 .personal-area__buttons .button-brand:hover,
body.tpl-body-site-1 .personal-area__buttons .button-brand:active,
body.tpl-body-site-1 .get_more.button-brand:hover,
body.tpl-body-site-1 .get_more.button-brand:active,
body.tpl-body-site-1 .comments-button.button-brand:hover,
body.tpl-body-site-1 .comments-button.button-brand:active {
  background: linear-gradient(var(--tpl-color-background-main-lighter),var(--tpl-color-background-main-lighter)) padding-box, linear-gradient(to bottom, #8b4314, #ba782b) border-box;
}
body.tpl-body-site-1 .button-brand.button-brand-color {
  padding: 12px 12px;
  background-color: var(--tpl-color-button-brand-bg) !important;
  background-image: none !important;
  background-size: 100% 100% !important;
  color: var(--tpl-color-button-color) !important;
  border: 0 none;
  box-shadow: inset 0 0 0 3px var(--tpl-color-button-color) !important;
}
 .button-brand-color:hover {
  padding: 12px 12px;
  background-image: none;
}
 .button-brand-color:active {
  padding: 12px 12px;
  background-image: none;
}
 .button-brand.button-brand-color-white {
  background-image: none;
  border: 4px solid var(--tpl-color-button-brand-border);
  color: var(--tpl-color-button-brand-border) !important
}
 .button-brand.button-brand-color-white:focus,
 .button-brand.button-brand-color-white:active,
 .button-brand.button-brand-color-white:hover {
  border: 4px solid var(--tpl-color-button-color-accent);
  color: var(--tpl-color-button-color-accent) !important;
}
.tpl-button.tpl-button-link {
  background: none;
  border: 0 none;
  padding-top: 4px !important;
}

 .button-brand.button-brand-lg {
  line-height: 20px !important;
  font-size: 20px !important;
  padding: 25px 30px !important;
  min-width: 270px;
}
 
.button-brand.button-brand-md {
  line-height: 20px !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  min-width: 20px;
  background-image: none !important;
  background-size: 100% 100% !important;
  color: var(--tpl-color-button-color) !important;
  border: 0 none;
  box-shadow: inset 0 0 0 3px var(--tpl-color-button-color) !important;
}
 .button-brand.button-brand-sm {
  line-height: 20px !important;
  font-size: 14px !important;
  padding: 5px 14px !important;
  min-width: 20px;
  background-image: none !important;
  background-size: 100% 100% !important;
  color: var(--tpl-color-button-color) !important;
  border: 0 none;
  box-shadow: inset 0 0 0 3px var(--tpl-color-button-color) !important;
}
 


.set_delete_status {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0;
  line-height: inherit !important;
}


.release-tools {
  background-color: var(--tpl-color-background-main);
}

.form-group input, .form-group textarea {
  max-width: 100% !important;
}

.transaction-link {
  color: var(--tpl-color-foreground-main-darkest)
}

/* кастомные настройки инфоблоков */
.tpl-block-411-list {
  padding: 0 0 25px;
}
.tpl-block-415-list,
.tpl-block-416-list {
  padding: 30px 0 25px;
}
.tpl-block-411-list .item-info {
  background-color: var(--tpl-color-brand-white);
}
.articles.tpl-block .object-item .item-info {
  background-color: var(--tpl-color-background-main-lighter);
  padding: 30px;
}
.object-full {
  background-color: var(--tpl-color-brand-white);
  padding: 30px;
}
.object-full h1 {
  font-weight: 700 !important;
}
/* кастомные настройки инфоблоков END */

.arrow__left {
  position: relative;
  z-index: 1;
  font-size: 20px !important;
  line-height: 30px !important;
}
.arrow__left::before {
  content: url(/kinescope/images/icons/arrow_07.png);
  position: absolute;
  z-index: 0;
  left: -25px;
}
.arrow__left > * {
  position: relative;
  z-index: 1;
}
.arrow__left a:link,
.arrow__left a:visited {
  color: var(--tpl-color-foreground-main-darkest) !important;
}
.arrow__left.arrow__left-reverse::before {
  content: url(/kinescope/images/icons/icon_video_03.png);
  left: auto;
  right: 100%;
}
.object-full {
  font-size: 16px;
}

.prev-next a {
  display: inline-block;
  padding: 20px 0 20px;
}
.prev-next a:link,
.prev-next a:visited {
  color: var(--tpl-color-foreground-main-darkest) !important;
  text-decoration: none;
}
.prev-next a:hover {
  color: var(--tpl-color-brand-accent-darkest) !important;
}
.video-article {
  background-color: var(--tpl-color-brand-white);
}
.video-article .transaction {
  border-left: 4px solid var(--tpl-color-background-main-light);
  padding-bottom: 15px;
}
.video-article .transaction + .transaction .transaction__body {
  margin-top: 0;
  padding-top: 10px;
  border-top: 4px solid var(--tpl-color-background-main-light);
}
.about-project .article__actions {
  max-width: 576px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .video-article .transaction {
    border-left: 0 none;
    border-bottom: 4px solid var(--tpl-color-background-main-light);
    margin-bottom: 30px;
  }
  .video-article .transaction + .transaction .transaction__body {
    border-top: 0 none;
  }
  .logo-plus {
    max-width: 190px;
  }
}
@media (min-width: 992px) {
    .video__like.col-lg-4 {
      -ms-flex: 0 0 29.333333%;
      flex: 0 0 29.333333%;
      max-width: 29.333333%;
    }
  .video__comments.col-lg-2,
  .video__viewCount.col-lg-2 {
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 13.666667%;
    max-width: 13.666667%;
  }
}
.video__share {
  height: 40px;
  min-width: 170px;
}

.tpl-body-site-1 .comments-wall {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-top: unset;
  margin-bottom: unset;
  color: inherit;
  background: inherit;
  padding: 15px;
}

.va-sub {
  vertical-align: sub;
}
.loading, .loader {
  z-index: 99;
  position: fixed;
}
/**
class="tocolor tocolor-1"
div[class^="tocolor-"], div[class*=" tocolor-"] {
    color:red
}
[class^="tocolor-"] — starts with "tocolor-".
[class*=" tocolor-"] — contains the substring "tocolor-" occurring directly after a space character.
*/
div[class^="tpl-widget-netshop-"] h2 {
  margin-top: 10px;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  font-size: 1.25rem;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
}

/* оформление заказа */
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page {
  max-width: 940px;
  margin: 27px auto 67px !important;
}
.cart-page-name a {
  color: var(--tpl-color-brand-darkest) !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label.active {
  color: var(--tpl-color-brand-lightest) !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-changeStatus {
  background: var(--tpl-color-brand-accent);
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-top {
  padding: 0 20px 0 20px !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-content {
  min-height: auto !important;
  padding-bottom: 35px;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label {
  display: inline-block !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label::after {
  display: inline !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-page-label:last-child:after{
  display: none !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .radio-fake {
  margin-left: -5px !important;
}
.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-stage-top {
  padding: 0 !important;
}

.tpl-component-netcat-module-netshop-order.tpl-template-single-page-checkout .tpl-component-cart-page .cart-subscribe {
  padding: 0 !important;
}

/* Статьи */
.object-item.tpl-text-default:hover,
.object-item.tpl-text-default:focus {
  transition: all 0.1s ease;
  transform: scale(1.02);
  z-index: +1;
}
.loading, .loader {
  border: 10px solid #ffd360;
  border-radius: 50%;
  border-top: 10px solid #db8f29;
  width: 84px;
  height: 84px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  transform: unset;
  left: calc(50% - 42px);
  position: fixed;
  top: calc(50% - 42px);
  z-index: 10001;
  box-shadow: 0 0 0 2000em rgba(0, 0, 0, 0.80);
  background: rgba(0, 0, 0, 0.80);
  display: block;
}

#main__container {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background-image 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pointer-event-none {
  pointer-events: none !important;
}

#content .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 32px;
  width: 32px;
  background-size: 32px 32px;
}

.comments-block-body-text > .text-reduced {
  height: 110px;
  overflow: hidden;
  position: relative;
}
.comments-block-body-text > .text-reduced::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6f5f0);
}
.comments-block-body-text .read-text-full .read-more {
  color: var(--tpl-color-brand);
  cursor: pointer;
  border-bottom: 1px dashed;
}
.comments-block-body-text .read-text-full .read-more:hover {
  color: var(--tpl-color-brand-gold);
}
.comments-block-body-text > .text-full + .read-text-full {
  display: none;
  cursor: pointer;
}


.tpl-template-357 .object-text {
  user-select: none;
}
.tpl-block-search {
  position: relative;
  width: 0;
  max-width: 230px;
  margin: 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  margin-left: auto;
}
.tpl-block-search-field {
  width: 230px;
  position: absolute;
  padding: 0;
  animation: 0.1s element-queries;
  line-height: 1;
  z-index: 1;
  right: 12px;
  left: unset;
  align-self: center;
}
.tpl-block-search-field::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  background-color: var(--tpl-color-brand-white);
  z-index: -1;
  box-shadow: 0 0 0 2px var(--tpl-color-brand-darkest);
}
.tpl-block-search .search-block {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: static;
  display: block;
  width: 100%;
}
.tpl-block-search-field .search-block-form {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.tpl-block-search-field .search-block-input:hover,
.tpl-block-search-field .search-block-input:focus,
.tpl-block-search-field .search-block-input:active,
.tpl-block-search-field .search-block-input {
  max-width: 100%;
  width: 200px;
  min-width: unset;
  border: 0 none !important;
  outline: none !important;
  background-color: transparent;
  box-shadow: none !important;
  padding: 14px 28px 14px 0;
  margin-left: 28px;
}
.tpl-block-search-button {
  z-index: 1;
  right: 28px;
  font-size: 15px;
  color: var(--tpl-color-background-main-dark);
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.search-block-form .tpl-block-search-button {
  color: var(--tpl-color-brand);
}
.tpl-block-search-discord {
  z-index: 1;
  left: 8px;
  font-size: 25px;
  color: var(--tpl-color-brand);
  cursor: pointer;
  position: absolute;
}

/* 2020-12 */

.promo-message {
  max-width: 1140px;
  margin: 25px auto 0;
}
.promo-header {
  font-size: 250%;
  line-height: normal;
}
.promo-club .promo-header {
  font-weight: 700;
  font-size: 250%;
}
.promo-text {
  font-size: 125%;
  line-height: 130%;
  font-weight: 500;
}
.promo-club .promo-text  {
  font-size: 175%;
}
.promo-text__accent {
  background-color: #231f20;
  color: #fff;
  padding: 0;
  position: relative;
}
.promo-text__accent.accent-light {
  background-color: #f9e2a1;
  color: #231f20;
}
.promo-header-1 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.tpl-block-484-list .promo-header-1 {
  padding-top: 30px;
}
.tpl-block-485-list .nc_row article {
  margin-left: 20px;
}
.tpl-block-485-list .nc_row:nth-child(1) {
  background: url(/kinescope/images/icons/numbers/1.svg) no-repeat  0 30px / 60px 60px;
}
.tpl-block-485-list .nc_row:nth-child(2) {
  background: url(/kinescope/images/icons/numbers/2.svg) no-repeat  0 30px / 60px 60px;
}
.tpl-block-485-list .nc_row:nth-child(3) {
  background: url(/kinescope/images/icons/numbers/3.svg) no-repeat  0 30px / 60px 60px;
}
.tpl-block-485-list .promo-header-3 {
  font-size: 150%;
  font-weight: 500;
  padding-left: 54px;
  padding-top: 24px;
  max-width: 990px;
  min-height: 50px;
}
.articles-carousel .item {
  text-align: left;
  padding: 30px 50px;
  min-height: 278px;
  background: url(/kinescope/images/promo/456_15.png) no-repeat 0 0 / 100% 100%;
}
.tpl-body-site-1 .articles-carousel .item a {
  color: inherit;
}
.tpl-body-site-1 .articles-carousel .item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 120%;
}

.tpl-template-401 .articles-carousel .tpl-block-list-objects {
  height: 278px;
  overflow: hidden;
  position: relative;
}
.tpl-template-401 .articles-carousel .tpl-block-411-list {
  max-width: 360px;
  margin: 0 auto;
}
.tpl-template-401 .articles-carousel .tpl-block-411-list > * {
  width: unset;
  margin: unset;
  align-self: unset;
}
.tpl-template-401 .articles-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tpl-template-401 .articles-carousel .owl-nav .owl-prev,
.tpl-template-401 .articles-carousel .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  opacity: 1;
  width: 32px;
  height: 34px;
  border-radius: 0 !important;
}
.tpl-template-401 .articles-carousel .owl-nav .owl-prev:hover,
.tpl-template-401 .articles-carousel .owl-nav .owl-next:hover {
  opacity: .3;
  transform: scale(1.1);
}
.tpl-template-401 .articles-carousel .owl-nav .owl-prev:active,
.tpl-template-401 .articles-carousel .owl-nav .owl-next:active {
  transform: scale(.9);
}
.tpl-template-401 .articles-carousel .owl-nav .owl-prev {
  left: 10px;
  background: url(/kinescope/images/icons/01_LeftArrow.svg) center / cover;
}
.tpl-template-401 .articles-carousel .owl-nav .owl-next {
  right: 10px;
  background: url(/kinescope/images/icons/02_rightArrow.svg) center / cover;
}
.tpl-template-401 .articles-carousel .owl-dots {
  position: absolute;
  top: 238px;
  left: 0;
  width: 100%;
}
.tpl-template-401 .articles-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 7px;
  background: #d09f62;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 3px;
  box-shadow: -1px 1px 1px #231f2094;
}
.tpl-template-401 .articles-carousel .owl-dots .owl-dot.active span,
.tpl-template-401 .articles-carousel .owl-dots .owl-dot:hover span {
  background: #231f20;
}
.tpl-template-401 .articles-carousel .owl-dots .owl-dot:hover span {
  transform: scale(1.1);
  opacity: .3;
}
.tpl-template-401 .articles-carousel .owl-dots .owl-dot:active span {
  transform: scale(.9);
  opacity: .3;
}
.tpl-template-401 .tpl-block-411-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  transform: unset;
  justify-content: flex-start;
}
.promo-articles {
  margin-top: 0;
  margin-bottom: 30px;
  background-color: var(--tpl-color-brand-white);
  position: relative;
  z-index: 1;
}
.promo-articles .video-container {
  position: relative;
  height: auto;
  max-width: 946px;
  width:100%;
  margin: 0 auto;
}
.promo-articles .tpl-block-list-objects img {
  max-width: 100%;
}
.promo-articles .block456 {
  margin-top: 70px
}
.promo-articles .block456 .tpl-block-list-objects {
  text-align: center;
}
.promo-club .container {
  max-width: 1170px;
}
.join-club {
  background: url(/kinescope/images/promo/join-club_11.png) no-repeat right bottom;
  width: 100%;
  min-width: 290px;
  height: 195px;
  text-align: center;
  margin: 40px auto 70px;
  position: relative;
  z-index: unset;
  display: flex;
}
.join-club::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: transparent;
  box-shadow: 0 26px 73px 6px #533e252e;
  z-index: -1;
  left: 0;
  top: 0;
}
.join-club .logo {
  max-width: 340px;
}
.join-club.join-club__fixed {
  display: flex;
  background: var(--tpl-color-brand-white);
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
}
.join-club.join-club__fixed .container {
  max-width: 740px;
}
.join-club.join-club__fixed .button-brand {
  transform: scale(.71);
  position: relative;
  left: -30px;
  top: 4px;
}
.join-club.join-club__fixed .button-brand:active {
  transform: scale(.7);
}
.join-club.join-club__fixed .tpl-block-list-objects {
  max-width: 670px;
  margin: 0 auto;
}

.join-club__fixed--placeholder {
  height: 100px;
}

.join-payment {
  max-width: 850px;
  margin: unset;
  text-align: unset;
}
.join-payment.promo-header {
  font-weight: 700;
  margin-top: 15px;
}
.join-club.join-club__fixed::before {
  box-shadow: 0 -20px 30px #533e250f;
  border-radius: 1px;
}
.join-club.join-payment {
  height: auto;
  text-align: unset;
}
.join-club.join-payment .button-brand {
  transform: scale(.7);
  margin-left: -30px;
}
.join-club.join-payment .button-brand:active {
  transform: scale(.65);
  margin-left: -22px;
}
.join-club.join-payment.join-payment__fixed .button-brand {
  transform: scale(.9);
  margin-left: -22px;
}
.join-club.join-payment.join-payment__fixed .button-brand:active {
  transform: scale(0.89);
}
.join-club.join-payment img {
  max-width: 100%;
}
.join-payment .promo-text {
  font-size: 175%;
}

.join-payment__container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  transition: transform .2s ease-in-out,opacity .2s ease-in-out;
  z-index: 1043;
  outline: none !important;
  backface-visibility: hidden;
  overflow: hidden;
  background: #000000c4;
  display: flex;
  align-items: center;
}
.join-payment__container--inner {
  max-width: 90%;
  min-width: 320px;
}
.join-payment__fixed {
  max-width: 1170px;
}

.promo-teasers .tpl-block-list-objects,
.tpl-block-list-objects .promo-teasers,
.promo-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.promo-videos .container {
  max-width: 1170px !important;
}
.promo-teaser {
  padding: 0 10px 20px;
  height: auto;
  transition: all 0.1s ease;
  min-height: 272px;
  min-width: 320px;
  max-width: 389px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 33.33%;
  position: relative;
}
.promo-teaser__inner {
  background-color: var(--tpl-color-brand-white);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.promo-teaser:hover {
  transform: scale(1.02);
  z-index: +1;
}
.promo-teaser img {
  width: 100%;
  max-width: 370px;
}
.promo-teaser .promo-data img {
  max-width: 26px;
}
.promo-teaser a:hover {
  text-decoration: none;
}
.promo-teaser .details {  
  padding: 15px 20px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-align: left;
}
.promo-data img {
  position: relative;
  top: -2px;
}
.promo-teaser .tpl-property-name {
  font-weight: 700;
  color: var(--tpl-color-foreground-main-dark);
}
.promo-teaser .tpl-property-vendor {
  font-weight: normal;
  color: var(--tpl-color-foreground-main-dark);
}
.preroll-link-container {
  padding-top: 30%;
  top: 100%;
}

.recurrent-status {
  background: var(--tpl-color-brand-white);
}
.recurrent-status__text p {
  margin: 0;
  padding: 24px 30px;
}
.personal-area .join-club {
  max-width: 870px;
  height: auto;
  margin-left: 0;
}

.big-video.promo-teaser {
  max-width: unset;
  min-height: 103px;
  padding: unset;
}
.big-video.promo-teaser:hover {
  transform: unset;
  z-index: unset;
}
.big-video.promo-teaser .tpl-property-name,
.big-video.promo-teaser .tpl-property-vendor {
  line-height: 1.2;
  font-size: 125%;
}
.brand-style {
  background-size: var(--background-width, 1920px) var(--background-height, auto);
  background-position: var(--background-position-x) var(--background-position-y);
}
.video-series {
  width: 100%;
  max-width: 720px;
}
.video-series__prefix {
  font-size: 32px;
  line-height: 120%;
}
.video-series__name {
  font-size: 48px;
  line-height: 120%;
  font-weight: bold;
}
.menuitems {
  position: relative;
  color: #000000;
}
.menuitem {
  position: relative;
  font-size: 18px;
  color: #000000 !important;
  text-decoration: none !important;
}
.menuitem:hover:after,
.menuitem.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 3px solid #ba7729;
}
.menuitem + .menuitem {
  margin-left: 20px;
}
#navbarNav .menuitem {
  color: var(--tpl-color-brand-white) !important;
  font-weight: bold;
}
#navbarNav li + li {
  margin-top: 20px;
}

.openvideo-header {
  font-size: 48px !important;
  font-weight: bold !important;
  padding: 0 10px 10px;
}
.openvideo-text {
  font-size: 32px;
  padding: 0 10px 25px;
  font-weight: 500;
}
.promo-teaser.promo-teaser__big {
  padding: 0;
  height: auto;
  min-height: unset;
  min-width: 320px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 33.33%;
  position: relative;
}
.promo-teaser.promo-teaser__big .tpl-property-image {
  width: 100%;
  height: 444px;
  text-align: center;
  overflow: hidden;
}
.promo-teaser.promo-teaser__big img {
	width: auto;
    height: 100%;
    margin: 0 -510px;
    max-width: unset;
}
.promo-teaser__big-suffix {
  background: url(/kinescope/images/podborka_suffix_big_03.png) no-repeat center top / 98% 100%;
  height: 24px;
  min-width: 320px;
  width: 100%;
}

.promo-teaser__head {
  position: absolute;
  font-weight: bold;
  left: 40px;
  top: 30px;
  font-size: 26px;
  color: var(--tpl-color-brand-white);
}

.books__book {
  color: var(--tpl-color-brand-darkest) !important;
  text-decoration: none !important;
  background: url(/kinescope/images/books/books_style_06_03.png) no-repeat 0 0 / cover;
  width: 100%;
  min-width: 320px;
  max-width: 350px;
  height: 453px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.books__book:hover {
  transform: scale(1.02);
  z-index: +1;
}
.books__book-bookmark {
  color: var(--tpl-color-brand-white) !important;
  text-decoration: none !important;
  background: url(/kinescope/images/books/bookmark.svg) no-repeat 0 0 / cover;
  width: 64px;
  height: 45px;
  font-size: small;
  text-align: center;
  padding-top: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
}
.book-content.card {
  border: 0 none;
}
.book-content__inner {
  border: 0 none;
  border-radius: 0;
}
.book-content__join-club {
  position: relative;
}
.book-content__join-club::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: transparent;
  box-shadow: 0 26px 73px 6px #533e252e;
  z-index: 0;
  left: 0;
  top: 0;
}
.book-content__join-club-inner {
  background: url(/kinescope/images/promo/join-club_11.svg) no-repeat right bottom / cover;
  width: 100%;
  min-width: 290px;
  height: 195px;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  z-index: unset;
  display: flex;
}
.page-for-reading {
  padding: 0 3.5cm 0 2.5cm;
}
.book-description {
  font-size: 18px;
  font-weight: 400;

}
.book-description.readMore {
  overflow: hidden;
  position: relative;
}
.book-description.readMore:after {
  content: ' ';
  display: block;
  position: absolute;
  background: linear-gradient(0, var(--tpl-color-brand-darkest), transparent);
  height: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.readMore-link {
  border-bottom: 1px dotted #999;
  text-decoration: none !important;
  font-weight: 300;
  color: #ededed !important;
  position: relative;
  top: -8px;
  font-size: small;
}
.book-toc__fixed {
  display: flex;
  justify-content: center;
  background: var(--tpl-color-brand-darkest);
  position: fixed;
  bottom: auto;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 69px;
}
.book-toc__fixed .collapse.show {
  box-shadow: 0 3px 3px var(--tpl-color-brand-darkest);
  background: var(--tpl-color-brand-white);
}
.book-toc__fixed .chapter-headings__inner {
  position: relative;
  min-width: 320px;
  max-width: 840px;
  width: 100%;
}

.chapter-headings.accordion .card {
  overflow: unset;
}

.chapter-image {
  text-align: center;
}
.chapter-image img {
  max-width: 100%;
}
.list-chapters {
  list-style: none !important;
}
.list-chapters__item {
  font-size: 18px;
  color: var(--tpl-color-brand-darkest);
  font-weight: 500;
  position: relative;
}
.list-chapters__item:before {
  content: "—"
}
.list-chapters__item.active:before {
  visibility: hidden;
}
.list-chapters__item.active::after {
  content: url(/kinescope/images/icons/icon_video_03.png);
  left: -33px;
  right: auto;
  position: absolute;
  z-index: 1;
  top: -4px;
}
.list-chapters__item a {
  color: var(--tpl-color-brand-darkest) !important;
  text-decoration: underline;
}
.list-chapters__item a:hover {
  text-decoration: none;
}
.search-no-result{
  margin:1.5rem 0;

}

body.promo2m{
	background: #f5f4ef url(../images/promo_bg.jpg) no-repeat center top;
	
}
body.promo2m header{
	background: none !important;
	box-shadow: none !important;
}
#content.promo .prformtxt{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
}
#content.promo .input_label{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}


.join-club.join-payment.percent5 {
  padding: 50px 6% 50px 6% !important;
}
.join-club.join-payment.percent5 .p1{
  font-weight: 500;    
}
.join-club.join-payment.percent5 .p1 > b {
font-weight: 500;
background: #fce6a6;
}

.join-club.join-payment.percent5 .p2{
  font-size: 16px;
  margin-top: 18px;
}
.div-down-info .promo h4{
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
.div-down-info .promo b {
  font-weight: 500;
  background: #fce6a6;
}
.div-down-info .promo .info-text{
  padding: 0;
  max-width: 650px;
  margin-right: 50px;
}
.div-down-info .promo{
  margin-bottom: 16px;
}
.div-down-info .promo .info-butt:after{
  display: none;
}
.div-down-info .promo .info-butt:before{
  content: '';
  background: url(/kinescope/images/promo_bot_bg.png) no-repeat;
  width: 346px;
  height: 160px;
  position: absolute;
  bottom: -42px;
}

#content.promo .prformtxt{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
}
#content.promo .input_label{
 text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
.button-brand.transparent-white,
.button-brand.transparent-white:hover{
  background: none;
  border: 4px solid #fff;
  color: #fff !important;
  padding: 17px 30px !important;
}
.button-brand.transparent-black,
.button-brand.transparent-black:hover{
  background: none; 
  border: 4px solid #000;
  color: #000 !important;
  padding: 17px 30px !important;
} 
.promo .button-brand.transparent-black,
.promo .button-brand.transparent-black:hover{
  padding: 10px 30px !important;
  margin-left: 25px;
  bottom: -24px;
}
body.promo2m{
    background: #f5f4ef url(../images/promo_bg.jpg) no-repeat center top;
    
}
body.promo2m header{
    background: none !important;
    box-shadow: none !important;
}

#socialLeftFix {
  background: #332e2f;
  padding: 12px;
  position: fixed;
  top: 50%;
  margin-top: -136px;
  z-index: 100;
  border-radius: 0 3px 3px 0;
}
#socialLeftFix div {
  margin-bottom: 12px;
  position: relative;
  height: 40px;
  width: 40px;
}
#socialLeftFix div:last-child {
  margin-bottom: 0;
}
#socialLeftFix div a {
  position: absolute;
  height: 40px;
}
#socialLeftFix div a svg {
  height: 100%;
  width: auto;
}
@media (max-width: 575.98px) {
  #socialLeftFix {
    display: none;
  }
}

@media (max-width: 667px) {
  .promo-club .promo-header {
    font-size: 150%;
  }
  .tpl-block-485-list .nc_row article {
    position: relative;
    right: -20px;
    font-size: 78%;
    line-height: 120%;
    margin: 0;
  }
  .tpl-block-485-list .promo-header-3 {
    font-size: 100%;
    line-height: 120%;
  }
  .promo-articles .block456 {
    margin-top: 0;
  }
  .join-club {
    height: 165px;
    margin: 40px auto;
  }
  .join-club .logo {
    height: 33px;
  }
  .join-club .button-brand {
    transform: scale(.74);
  }
  .join-club.join-payment__fixed .button-brand {
    transform: scale(.7);
    margin-left: -52px;
  }
  .tpl-block-485-list .nc_row:nth-child(1) {
    background: url(/kinescope/images/icons/numbers/1.svg) no-repeat -6px 29px / 60px 60px;
  }
  .tpl-block-485-list .nc_row:nth-child(2) {
    background: url(/kinescope/images/icons/numbers/2.svg) no-repeat -6px 29px / 60px 60px;
  }
  .tpl-block-485-list .nc_row:nth-child(3) {
    background: url(/kinescope/images/icons/numbers/3.svg) no-repeat -6px 29px / 60px 60px;
  }
  .tpl-block-485-list .promo-header-3 {
    padding-left: 40px;
  }
  .tpl-block-485-list .nc_row:nth-child(1) .promo-header-3 {
    padding-left: 20px;
  }
  .promo-header-1 {
    font-size: 150%;
  }
  .promo-club .promo-text  {
    font-size: 125%;
  }
  .payment-link, .preroll-link {
    transform: scale(.8);
  }
  .payment-link:active, .preroll-link:active {
    transform: scale(.59);
  }
  .preroll-link-container {
    padding-top: 0;
  }
  .video-series__container h1 {
    font-size: 120% !important;
  }
  .video-series .video-pagination .video-pagination-inner .video-pagination-link {
    font-size: small;
  }
  .openvideo-header {
    font-size: 32px !important;
    font-weight: bold !important;
    padding: 0 10px 0;
    margin-top: 0 !important;
  }
  .openvideo-text {
    font-size: 18px;
    padding: 0 10px 25px;
    font-weight: 500;
  }
}
@media (max-width: 769px) {
  .preroll-link-container {
    padding-top: 0;
  }
  .page-for-reading {
    padding: 0;
  }
}
@media (max-width: 993px) {
  .join-club.join-club__fixed .logo {
    display: none;
  }
  .video-series__prefix {
    font-size: 16px;
  }
  .video-series__name {
    font-size: 24px;
  }
  .big-video.promo-teaser .tpl-property-name,
  .big-video.promo-teaser .tpl-property-vendor {
    font-size: smaller;
    line-height: inherit;
  }
  .promo-teaser__head {
    position: absolute;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
    top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  body.tpl-body-site-1 .container {
    max-width: 990px;
  }
  .join-club.join-club__fixed .button-brand {
    transform: scale(.71);
    position: relative;
    left: auto;
    top: auto;
  }
  .join-payment .promo-text {
    font-size: 100%;
  }
  .footer .nav {
    justify-content: left;
  }
  
  .promo-teaser {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1109px) {
  .promo-teasers .tpl-block-list-objects, .tpl-block-list-objects .promo-teasers, .promo-teasers {
    justify-content: center;
  }
  .promo-teaser {
    padding: 0 0.5rem 1rem;
  }
}
@media (max-width: 1140px) {
  .teasers article .details h4 a .tpl-property-vendor,
  .teasers article .details h4 a .tpl-property-name {
    font-size: 12px;
  }
  .promo-teaser__big-suffix {
    background: url(/kinescope/images/podborka_suffix_big_03.png) no-repeat center top / 97% 100%;
  }
}
@media (min-width: 992px) {
  .articles-carousel .item {
    padding: 40px 54px;
  }
  .promo-header {
    font-size: 400%;
    margin-bottom: 0.35em !important;
  }
  .promo-header-1 {
    font-size: 250%;
  }
  .tpl-block-484-list .promo-header-1 {
    padding-top: 75px;
    text-align: center;
  }
  .tpl-block-485-list .promo-header-3 {
    font-size: 200%;
    padding-left: 200px;
    padding-top: 64px;
  }
  .promo-text {
    font-size: 265%;
  }
  .tpl-block-485-list .nc_row article {
    margin-left: 0;
  }
  .tpl-block-485-list .nc_row:nth-child(1) {
    background: url(/kinescope/images/icons/numbers/1.svg) no-repeat 20px 60px / 160px 160px;
  }
  .tpl-block-485-list .nc_row:nth-child(2) {
    background: url(/kinescope/images/icons/numbers/2.svg) no-repeat 20px 60px / 160px 160px;
  }
  .tpl-block-485-list .nc_row:nth-child(3) {
    background: url(/kinescope/images/icons/numbers/3.svg) no-repeat 20px 60px / 160px 160px;
  }
  .join-club {
    background-size: cover;
  }
  .join-club .logo {
    max-width: 620px;
  }
  .button-brand.button-brand-md {
    padding: 10px 25px !important;
  }
}
@media screen and (max-width: 1124px) {
  .div-down-info .promo{
      margin-bottom: 36px;
  }
  .div-down-info .promo .info-text {
      max-width: 50%;
  }
  .promo .button-brand.transparent-black,
  .promo .button-brand.transparent-black:hover{
      bottom: -42px;
  }
  .div-down-info .promo .info-butt:before {
      bottom: -62px;
  }
}
@media screen and (max-width: 945px) {
  .div-down-info .promo .info-text {
      max-width: 100%;
  }
  .div-down-info .info-butt:before {
     display: none;
  }
  .div-down-info .info-butt{
      width: 100%;
      text-align: center;
  }
  .promo .button-brand.transparent-black,
  .promo .button-brand.transparent-black:hover{
      bottom: -29px;
      margin-bottom: -20px;
  }
}
@media (max-width: 993px) {
  .promo-teaser.promo-teaser__big .tpl-property-image {
    height: 375px;
  }
  .promo-teaser__big-suffix {
    background: url(/kinescope/images/podborka_suffix_big_03.png) no-repeat center top / 97% 100%;
    height: 16px;
  }
}
@media (max-width: 667px) {
  .promo-teaser.promo-teaser__big .tpl-property-image {
    height: 265px;
  }
  .promo-teaser__big-suffix {
    background: url(/kinescope/images/podborka_suffix_03.png) no-repeat center top / 95% 100%;
    height: 16px;
  }
}
@media (max-width: 421px) {
  .promo-teaser.promo-teaser__big .tpl-property-image {
    height: 170px;
  }
  .transaction-info {
    font-size: small;
  }
  #content.promo .prformtxt{
    font-size: 18px;
    margin-bottom: 25px; 
  }
  #content.promo .input_label{
    font-size: 16px;
  }
  .button-brand.button-brand-lg{
    min-width: 220px;
  } 
  body.aliens{
		background: #f5f4ef url(../images/aliens_s.png) no-repeat center 50px;
		background-size: contain;
	}	
	body.aliens header{
	    margin-bottom: 70px;
	}
  .div-down-info .promo .info-butt{
    margin-top: 35px;
  }
}


body.aliens{
	background: #f5f4ef url(../images/aliens_b.png) no-repeat center top;
	
}
body.aliens header{
	background: none !important;
	box-shadow: none !important;
}

@media (min-width: 540px) and (max-width: 768.99px) {
  .tpl-block-493-list { display: flex; flex-direction: row; flex-wrap: wrap; }
  .tpl-block-493-list > * {
    width: calc(50.0000% - 17.5000px);
    margin: 12.5px 17.5px;
    align-self: flex-start;
  }
  .tpl-block-493-list > *:nth-child(-n+2) { margin-top: 0 }
  .tpl-block-493-list > *:nth-child(2n) { margin-right: 0 }
  .tpl-block-493-list > *:nth-child(2n+1) { margin-left: 0 }
  .tpl-block-493-list > *:nth-last-child(-n+2) { margin-bottom: 0; }
  }
  @media (min-width: 769px) {
  .tpl-block-493-list { display: flex; flex-direction: row; flex-wrap: wrap; }
  .tpl-block-493-list > * {
    width: calc(33.3333% - 23.3333px);
    margin: 12.5px 17.5px; 
    align-self: flex-start;
  }
  .tpl-block-493-list > *:nth-child(-n+3) { margin-top: 0 }
  .tpl-block-493-list > *:nth-child(3n) { margin-right: 0 }
  .tpl-block-493-list > *:nth-child(3n+1) { margin-left: 0 }
  .tpl-block-493-list > *:nth-last-child(-n+3) { margin-bottom: 0; }
  }
  .tpl-component-400 .about-video{
    padding: 0px 30px !important;
  }