#content time {
  display: block;
}

.content time {
  display: block;
}

.content-wrapper p,
.main-content {
  text-indent: 0;
  font-size: 1em;
  line-height: 1.5;
}

.main-content,
.content-wrapper p {
  font-size: 1.14em;
}

.main-content p {
  /*font-size: 1em;*/
  font-size: 14px;
}
.main-content h1,
.main-content h2 {
  font-size: 1.75em;
}
.main-content h3 {
  font-size: 1.31em;
}
.main-content h4,
.main-content h5 {
  font-size: 1em;
}
.main-content h6 {
  font-size: .66em;
}
.main-content .news .news-item .item-title {
  font-size: 0.97em;
}

.alert.alert-danger {
  background: #fee;
  color: #e83333;
  font-size: .933em;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e53d50;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert, .thumbnail {
  margin-bottom: 20px;
}

blockquote,
.blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 19px;
  border-left: 3px solid #e53d50;
}

.video-youtube-bx {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.video-youtube-bx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.regular-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.regular-list > li {
  padding-left: 20px;
  position: relative;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}

.regular-list > li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 6px; height: 6px;
  background: #e53d50;
}

.numeric-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  counter-reset: item;
}

.numeric-list > li {
  padding-left: 20px;
  position: relative;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}

.numeric-list > li:before {
  content: counter(item) '. ';
  counter-increment: item;
  font-weight: bold;
  color: #e53d50;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 24px;
}

.resp-image img {
  max-width: 100%;
}

.block-with-divider {
  padding: 50px 0;
  text-align: center;
  margin: 50px 0;
  border-top: 3px solid #F25353;
  border-bottom: 3px solid #F25353;
}

.block-with-divider .block .block-title {
  margin-bottom: 0;
}

hr.title-delimiter {
  display: block;
  width: 6.25rem;
  border-top: 0.31rem solid #F25353;
  border-radius: 0.5rem;
  margin: 2rem auto 1.5rem;
}

.block-with-bg {
  border: 0;
  background: rgb(242 83 83 / 10%);
}

.block21-1 .video-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 888px;
}

.block21-1 .video-preview {
  display: block;
}

.block21-1 .video, .block21-1 .video-preview {
  position: relative;
  padding-top: 60%;
}

.block21-1 .video-preview::before {
  width: 100px;
  height: 100px;
  z-index: 1;
  top: calc((100% - 100px) / 2);
  left: calc((100% - 100px) / 2);
  border-radius: 100%;
}

.block21-1 .video-preview::before {
  content: "";
  position: absolute;
  transition: transform ease .3s;
}

.theme-before-bg::before {
  background-color: #e53d50;
}

.block21-1 .video-preview::after {
  top: calc(50% - 16px);
  left: calc(50% - 9px);
  border: 16px solid transparent;
  border-left: 28px solid #fff;
  z-index: 2;
}

.block21-1 .video-preview::after {
  content: "";
  position: absolute;
  transition: transform ease .3s;
}

.block21-1 .video-preview img {
  object-fit: cover;
}

.block21-1 .video iframe,
.block21-1 .video-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block21-1 .video-note {
  margin-top: 11px;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  color: #666666;
}

.tizers {
  text-align: center;
}

.tizers .big-int {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  color: #e53d50;
}

.tizers div p {
  margin: 0;
}

.text-block-center {
  text-align: center;
}

.text-block-center img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
}

.text-with-image img {
  max-width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 1.0;
  /*-webkit-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-o-user-select: none;*/
  /*user-select: none;*/
  cursor: default;
}

/*img {
  margin-left: 10px;
  margin-right: 10px;
}*/

img.colorbox {
  /*padding: 10px;*/
  /*vspace: 5px;*/
  /*hspace: 5px;*/
  margin: 10px; /* поля вокруг картинки в 10px */
  margin-right: 0;
  margin-left: 0;
}
img.colorbox[align="left"] {
  margin-left: 0;
  margin-right: 30px;
}
img.colorbox[align="right"] {
  margin-left: 30px;
  margin-right: 0;
}
.sp-image img.colorbox {
  display: block;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

table {
  width: 100%; /* Ширина таблицы */
}

td {
  background: none; /* Цвет фона */
  padding: 0px 15px 5px 15px; /* Поля в ячейках */
  vertical-align: top; /* Выравнивание по верхнему краю ячеек */
  valign: top;
}
td:first-child {
  padding-left: 0;
}
td:last-child {
  padding-right: 0;
}
tr:first-child td {
  padding-top: 0;
}
tr:last-child td {
  padding-bottom: 0;
}

table img.colorbox {
  margin: 0;
}

.gallery {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.gallery .photo {
  margin: 1rem 0 0 0;
  width: calc(100% / 6);
}

.gallery .photo__link {
  display: inline-block;
}

.gallery .photo__img {
  max-height: 100px;
}

.bloki {
  max-width: 1200px;
}

.special-settings {
  display: none;
}

.special-aaVersion-on .special-settings {
  display: block;
}

.aa-show {
  display: none;
}

.special-aaVersion-on .aa-show {
  display: inline-block;
  float: right;
}

.special-aaVersion-on .aa-hide {
  display: none;
}

.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

.footer-wrapper {
  background-color: #ffffff;
}

.footer .copyright {
  /*font-size: 14px;*/
  font-size: 1em;
  color: #000000;
  line-height: 1.23;
}

.zapolnenie {
  height: 100vh;
  background: linear-gradient(blue, red);
}

.innova_slider_inner {
  padding: 30px 4vw;
  /*height: 300px;*/
  padding-top: calc(300 / 1140 * 100%);
}

.innova_slider_inner .innova_slide_innerH1 {
  /*font-size: 24px;*/
  font-size: 3em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  margin: 0;
  user-select: none;
  margin-top: -3em;
}

a:link, a:visited{
  color: #e53d50;
  -webkit-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -moz-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -o-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

a:visited,
.news a:visited .item-title  {
  color: #b40eb4;
}

a:hover {
  text-decoration: underline;
}

a:link, a:hover {
  color: #e53d50;
  -webkit-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -moz-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -o-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

a {
  color: #e53d50;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -moz-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  -o-transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
  transition: color 0.15s ease 0s, border-color 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.news a {
  color: #e53d50;
  text-decoration: none;
}

.news a:link {
  color: #e53d50;
  text-decoration: none;
}

.news a:link, .news a:hover {
  color: #e53d50;
  text-decoration: none;
}

.news a {
  color: #e53d50;
  text-decoration: none;
}

.news a:link {
  color: #e53d50;
  text-decoration: none;
}

news a:link, a:hover {
  color: #e53d50;
  text-decoration: none;
}

.a:link {
  color: #e53d50;
  text-decoration: none;
}

li {
  list-style-type: none;
  /* Убираем маркеры */
}

.news .item-pic {
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, rgb(216, 10, 88) 0%, rgb(230, 110, 30) 100%);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/*img {
 padding: 2px; !* Толщина рамки *!
}*/

.slider .item-caption {
  width: 100%;
  position: absolute;
  bottom: 73px;
  left: 10px;
  right: 10px;
}

.slider .item-caption {
  text-align: left;
}

.slider .slider-item {
  display: block;
  position: relative;
}

.slider .slider-item {
  text-decoration: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: none;
}

.slider .item-title {
  text-decoration: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: none;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
  /*font-size: 18px;*/
  font-size: 1.4em;
  color: #ffffff;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a > i {
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.search-form {
  margin-top: -5px;
}

.graditext, #top.graditext, #content .graditext {
  background: linear-gradient(to right, rgb(216, 10, 88) 0%, rgb(230, 110, 30) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graditext2, #top.graditext2, #content .graditext2 {
  color: linear-gradient(to right, rgb(216, 10, 88) 0%, rgb(230, 110, 30) 100%);
}

.news .item-date2 {
  display: table;
  margin-top: 8px;
  margin-left: 10px;
}

.news .item-date2 {
  /*font-size: 12px;*/
  font-size: .85em;
  color: #cccccc;
  line-height: 20px;
}

.news .item-date {
  display: table;
  margin-top: 8px;
  margin-left: 10px;
}

.news .item-date {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}

.news .item-title {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.news .item-title {
  font-size: 1.1em;
  color: #000000;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news .item-title .a {
  color: #dc3956;
  text-decoration: none;
}

.news .item-title .a:visited {
  color: #dc3956;
  text-decoration: none;
}

.news .item-title .a:hover {
  color: #dc3956;
  text-decoration: underline;
}

.container.moloko {
  position: relative;
}

/*.container.moloko > div:last-child{
	position: absolute;
    right: 0px;
    bottom: 20px;
	text-align:right;
}*/

.header--row > div:last-child {
  text-align: center;
}

.header--row > div:last-child .item-title {
  text-align: center;
}

.ten { border: 0px solid #cccccc; border-radius: 1px; box-shadow: 0px 0px 0px 0px; /*margin-top: 20px;*/ }

.news

.2
item-pic-wrapper {
  width: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: top;
}

.news

.2
item-pic {
  width: 100%;
  max-width: 100%;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.news

.2
item-pic {
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  background-color: #d0e0e3;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.news

.2
item-caption {
  vertical-align: top;
  max-width: 500px;
  text-decoration: none;
}

#logo {
  display: inline-block !important;
  /*color: rgb(255, 255, 255);*/
  width: 10em;
  height: 10em;
  position: static;
  top: -3.33em;
  left: 0px;
  /*text-align: center;*/
  z-index: 20;
  /*border: 3px solid rgb(255, 255, 255) !important;*/
  /*border-radius: 6em;*/
  /*background: linear-gradient(135deg, rgb(230, 109, 30) 0%, rgb(216, 10, 89) 100%);*/
  /*text-decoration: none;*/
  background: url(img/logo.svg) no-repeat center/contain;
}
.lang-en #logo {
  background-image: url(img/logo-en.svg);
}
#logo .header {
  display: none;
}

#header #logo {
  margin-bottom: -3em;
  margin-top: -3em;
}

#logo > .header {
  font-size: 2.17em;
  font-weight: normal;
  margin: 1em 0px 0px;
}

#logo > div {
  font-size: 0.83em;
  margin: 0 1em;
  line-height: 1.0;
}

.footer #logo {
  width: 8em;
  height: 8em;
}
.footer #logo > .header {
  font-size: 1.17em;
  margin: 1.5em 0px 0px;
}

.mb20 {
  margin-bottom: 20px;
}

.round-search {
  margin-top: 20px;
}

.input-round-search {
  border-radius: 20px 0 0 20px;
  margin-bottom: 0;
  float: left;
  border-right: 0;
  width: 190px;
}

.input-search {
  border-radius: 20px;
  padding: 0 20px;
  border-color: #cecece;
}

.input {
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 12px;
  color: #4c4c4c;
  vertical-align: middle;
  border: solid 1px #b4b4b4;
  outline: none;
  background-color: #ffffff;
  -webkit-appearance: none;
  border-radius: 2px;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 5%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.top-search {
  background-color: #ffffff;
  border: 1px solid #cecece;
  border-left: none;
  outline: none;
  box-shadow: inset 0 2px 1px rgb(0 0 0 / 5%);
}

.btn-round-search {
  border-radius: 0 20px 20px 0;
  padding: 0;
  width: 80px;
}

.btn {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
  font: normal 17px/1 Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #e53d50;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  height: auto;
  padding: 0 20px;
  border-radius: 8px;
  text-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.btn:link,
a.btn:visited,
.btn:hover {
  color: #fff;
}

.gradient, #top.gradient, #content .gradient {
  background: linear-gradient(to right, rgb(216, 10, 88) 0%, rgb(230, 110, 30) 100%);
}

.gradient, #top.gradient, #content .gradient {
  background: #d80a58;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4MGE1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjZlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #d80a58 0%, #e66e1e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d80a58), color-stop(100%, #e66e1e));
  background: -webkit-linear-gradient(left, #d80a58 0%, #e66e1e 100%);
  background: -o-linear-gradient(left, #d80a58 0%, #e66e1e 100%);
  background: -ms-linear-gradient(left, #d80a58 0%, #e66e1e 100%);
  background: linear-gradient(to right, #d80a58 0%, #e66e1e 100%);
}

.verhpolosa-wrapper,
.verhpolosa {
  width: 100%;
  height: 50px;
  padding-top: 10px;
  vertical-align: middle;
  background-image: url(/knd/fon.jpg);
  background-color: #ffffff;
}

.verhpolosa.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}

.star_OWLCAROUSEL_item {
  position: relative;
}

.star_OWLCAROUSEL_item .OWLCAROUSEL_name {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
  padding: 15px;
  /*width: calc(100% - 4px);*/
  /*margin-left:2px;*/
  /*margin-bottom:2px;*/
  height: 86px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.star_OWLCAROUSEL_item:hover .OWLCAROUSEL_name {
  padding-top: 100px !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.navbar-nav > li.dropdown.more > a[href="javascript:void(0)"], .navbar-nav > li.dropdown.more.open > a[href="javascript:void(0)"] {
  /*color: transparent;*/
  font-size: 21px;
}

/*.navbar-nav > li.dropdown.more > a[href="javascript:void(0)"]:after {
  !*content: "|||";*!
  content: var(--icon-burger);
  font-family: Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -10px;
  !*transform: rotate(90deg);*!
  !*-webkit-transform: rotate(90deg);*!
  !*-moz-transform: rotate(90deg);*!
  !*-ms-transform: rotate(90deg);*!
  !*-o-transform: rotate(90deg);*!
  !*opacity: 0.5;*!
  font-weight: normal;
  color: white;
}*/

li.dropdown.more a ul a {
  color: #3d4b52;
}

.content-wrapper .sp-gallery,
.content-wrapper .star_OWLCAROUSEL_outer {
  margin-bottom: 20px;
}