/*
  Автор - Sergey Popov.
  Сайт автора: http://ourworkspace.ru
  Email: tovarov.piter@gmail.com
  Из Санкт-Петербурга с любовью
*/
/*=== слой фундамент ===*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
textarea {
  overflow: auto;
  resize: none;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*=== базовый слой ===*/
/*=== компоненты ===*/
/* половина отступа между колонками */
.row {
  /* строка */
  margin: 0 -20px;
}
.row:after,
.row:before {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media (max-width: 959px) {
  .row {
    margin: 0;
  }
}
.row--inline {
  /* модифкатор для строки с inline-block */
  font-size: 0;
}
.row--inline > .col {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.row--inline:after {
  display: none;
}
.row .col {
  /* стили колонок */
}
.row .col--single {
  margin: 0 auto;
  float: none;
}
.clearfix:after,
.clearfix:before,
.error-404__comment:after,
.error-404__comment:before {
  content: "";
  display: table;
}
.clearfix:after,
.error-404__comment:after {
  clear: both;
}
.col {
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  min-height: 1px;
}
@media (max-width: 959px) {
  .col {
    padding: 0;
  }
}
.s-1 {
  width: 8.333333%;
}
.s-2 {
  width: 16.666666%;
}
.s-3 {
  width: 25%;
}
.s-4 {
  width: 33.333333%;
}
.s-5 {
  width: 41.666666%;
}
.s-6 {
  width: 50%;
}
.s-7 {
  width: 58.333333%;
}
.s-8 {
  width: 66.666666%;
}
.s-9 {
  width: 75%;
}
.s-10 {
  width: 83.333333%;
}
.s-11 {
  width: 91.666666%;
}
.s-12 {
  width: 100%;
}
.s-20 {
  width: 20%;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.main-page-card {
  height: 370px;
}
@media (max-width: 959px) {
  .main-page-card {
    height: auto;
  }
}
/*=====================
  Базовая типографика
=====================*/
@font-face {
  font-family: "rotondac-bold";
  src: url("/newpredanie/font/rotondac-bold.eot");
  src: url("/newpredanie/font/rotondac-bold.eot?#iefix") format("embedded-opentype"), url("/newpredanie/font/rotondac-bold.woff") format("woff"), url("/newpredanie/font/rotondac-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rotondac";
  src: url("/newpredanie/font/rotondac.eot");
  src: url("/newpredanie/font/rotondac.eot?#iefix") format("embedded-opentype"), url("/newpredanie/font/rotondac.woff") format("woff"), url("/newpredanie/font/rotondac.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHCEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/GpWpM_6S4VQLPNAQ3iWvVRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/7dSh6BcuqDLzS2qAASIeuhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/DVKQJxMmC9WF_oplMzlQqRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
}
strong,
b {
  font-weight: 700;
}
a {
  color: #00aeef;
}
a:hover {
  text-decoration: none;
}
.price-red {
  font-weight: 700;
  color: #ff0000;
}
/*=====================
  Формы
=====================*/
input[type='text'],
textarea,
select,
input[type='password'] {
  /* поля */
  box-sizing: border-box;
  outline: none;
  font-family: "PT Sans", Arial, sans-serif;
}
label {
  cursor: pointer;
}
button {
  cursor: pointer;
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1f4e66;
  opacity: 0.4;
}
input::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #1f4e66;
  opacity: 0.4;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
  margin: 20px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 25px;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  margin: -3px 17px 0 0;
  background: #fff;
  border: 1px solid #c7dce8;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label::before {
  background: #fff url("/newpredanie/img/ico/ico-check.png") no-repeat center;
}
select {
  height: 43px;
  padding: 0 20px 0 10px;
  margin-right: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: #1f4e66;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  background-color: #fff;
  background-image: url("/newpredanie/img/ico/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  border: 1px solid #c7dce8;
  transition: .2s linear border;
}
.file-upload {
  width: 170px;
  margin: 0 auto;
  display: block;
  padding: 8px 16px 7px;
  position: relative;
  cursor: pointer;
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  outline: none;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 #c3dae5;
  background-color: #f0f5f7;
  background-color: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  border-bottom: 1px solid #c7dce8;
}
.file-upload:hover {
  background-color: #e6eef2;
  background-color: linear-gradient(to bottom, #e6eef2 0%, #f0f5f7 100%);
  border-bottom: 1px solid #c7dce8;
}
.file-upload:active {
  opacity: .8;
}
.file-upload__button {
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.file-upload input[type=file] {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
}
/*=====================
  Меню + моб. версия
=====================*/
.main-menu,
.f-main-menu {
  width: 1024px;
  float: left;
  font-size: 0;
}
.main-menu ul,
.f-main-menu ul {
  padding: 8px 0 0;
  display: flex;
  justify-content: space-between;
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  webkit-justify-content: space-between;
  text-align: justify;
  text-align-last: justify;
}
.main-menu__item,
.f-main-menu__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  display: -webkit-box;
}
.main-menu__item:last-child,
.f-main-menu__item:last-child {
  margin-right: 15px;
}
.main-menu__item a,
.f-main-menu__item a {
  color: #1f4e66;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease color;
}
.main-menu__item a:hover,
.f-main-menu__item a:hover {
  color: #9cadb7;
}
.main-menu__item a:active,
.f-main-menu__item a:active {
  color: #fff;
}
.main-menu__item--active a,
.f-main-menu__item--active a {
  color: #805012;
}
.main-menu__item--active a:hover,
.f-main-menu__item--active a:hover,
.main-menu__item--active a:active,
.f-main-menu__item--active a:active {
  color: #805012;
}
/*=====================
  Мобильное меню
=====================*/
.overlay-mobile-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}
.js-mobile-open.active {
  display: block;
}
.mobile-menu {
  min-width: 260px;
  height: 100%;
  padding: 20px 15px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 20;
}
.mobile-menu__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 5px;
}
.mobile-menu__phone {
  color: #98aab3;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.mobile-menu__phone b {
  color: #000;
  font-size: 27px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.mobile-menu__search {
  width: 100%;
  height: 30px;
  outline: none;
  margin: 10px 0 5px;
  padding: 0 15px;
  border-radius: 30px;
  border: 1px solid #e6eef2;
  box-sizing: border-box !important;
  background-image: url("/newpredanie/img/ico/icon-search.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  transition: 0.3s ease all;
}
.mobile-menu__search:hover {
  opacity: 0.6;
}
.mobile-menu__search:focus {
  opacity: 1;
  border-color: #ffe67e;
}
.mobile-menu__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__item {
  display: block;
  margin: 20px 0;
}
.mobile-menu__link {
  color: #1f4e66;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease color;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu__link:hover {
  color: #9cadb7;
}
.mobile-menu__link:active {
  color: #fff;
}
.mobile-menu__btn {
  margin-left: 12px;
  padding: 5px 15px 5px!important;
}
.nav-toggle {
  display: none;
  overflow: hidden;
  width: 35px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent;
  transition: 0.3s ease background;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 20;
}
@media screen and (max-width: 959px) {
  .nav-toggle {
    top: 30px;
  }
}
.nav-toggle span {
  width: 33px;
  height: 4px;
  display: block;
  background: #000;
  position: relative;
  transition: background 0 0.3s;
  border: 1px solid #fffef7;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  width: 33px;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
  border: 1px solid #fff;
}
.nav-toggle span::before {
  top: -6px;
}
.nav-toggle span::after {
  top: 10px;
}
.nav-toggle.active span {
  background: transparent;
}
.nav-toggle.active span::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span::after {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.active span::before,
.nav-toggle.active span::after {
  transition-delay: 0, 0.3s;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .nav-toggle {
    display: block;
  }
  .main-menu {
    display: none;
  }
}
/*=====================
  Кнопки
=====================*/
.btn {
  font-size: 18px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
.btn--default {
  color: #7594a3;
  font-weight: 700;
}
.btn--yellow {
  color: #805012;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 8px 16px 7px;
  border-radius: 20px;
  border: 0;
  background-image: linear-gradient(to top, #ffe57d 0%, #ffff7f 100%);
  box-shadow: 0 1px 2px #ffc700;
}
.btn--yellow:hover {
  opacity: .8;
}
.btn--yellow:active {
  opacity: .8;
  box-shadow: 0 1px 2px #ffc700;
  background-image: linear-gradient(to top, #ffff7f 0%, #ffe57d 100%);
}
.btn--white {
  color: #805012;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 8px 16px 7px;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 1px 1px 0 #ebd175;
  background-color: #fff;
}
.btn--white:hover {
  opacity: .8;
}
.btn--white:active {
  opacity: .8;
  position: relative;
  box-shadow: none;
  bottom: -1px;
}
.btn--yellow-arrow {
  padding-right: 12px;
}
.btn--yellow-arrow:after {
  content: "";
  width: 10px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  background: url("/newpredanie/img/ico/icon-btn-arrow.png");
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.btn--blue {
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 8px 16px 7px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 #c3dae5;
  background-image: linear-gradient(to top, #e6eef2 0%, #eff4f7 100%);
}
.btn--blue:hover {
  opacity: .8;
  box-shadow: 0 1px 2px #c3dae5;
  background-image: linear-gradient(to top, #e6eef2 0%, #eff4f7 100%);
}
.btn--blue:active {
  box-shadow: 0 1px 2px #c3dae5;
  background-image: linear-gradient(to top, #eff4f7 0%, #e6eef2 100%);
}
.btn--blue--border {
  border-radius: 20px;
}
.btn--ivory {
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 8px 16px 7px;
  border-radius: 5px;
  background-color: #fffdf7;
  box-shadow: 0 1px 2px #c3dae5;
}
.btn--ivory:hover {
  opacity: .7;
}
.btn--ivory:active {
  opacity: .9;
}
.btn--red-big {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px 0 13px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin-bottom: 10px;
  background-color: #fe3232;
  background-color: linear-gradient(to bottom, #fe3232 0%, #cf0403 100%);
  border-bottom: 1px solid #cf0403;
}
.btn--red-big:hover {
  background-color: #cf0403;
  background-color: linear-gradient(to bottom, #cf0403 0%, #fe3232 100%);
  border-bottom: 1px solid #cf0403;
}
.btn--red-big:active {
  opacity: .8;
}
.btn--green-big {
  color: #588012;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px 0 13px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin-bottom: 10px;
  background-color: #dfff7f;
  background-color: linear-gradient(to bottom, #dfff7f 0%, #ace574 100%);
  border-bottom: 1px solid #70d834;
}
.btn--green-big:hover {
  background-color: #ace574;
  background-color: linear-gradient(to bottom, #ace574 0%, #dfff7f 100%);
  border-bottom: 1px solid #70d834;
}
.btn--green-big:active {
  opacity: .8;
}
.btn--linsten,
.btn--look,
.btn--read {
  padding-left: 55px;
  position: relative;
}
.btn--linsten::after,
.btn--look::after,
.btn--read::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 6px;
}
.btn--linsten::after {
  width: 18px;
  height: 24px;
  background: url("/newpredanie/img/ico/ico-audio.png") no-repeat center;
}
.btn--look::after {
  width: 22px;
  height: 22px;
  background: url("/newpredanie/img/ico/ico-video.png") no-repeat center;
}
.btn--read::after {
  left: 25px;
  width: 16px;
  height: 22px;
  background: url("/newpredanie/img/ico/ico-doc.png") no-repeat center;
}
.btn--back {
  background-image: url("/newpredanie/img/ico/icon-btn-back.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  padding-left: 39px;
}
.btn--fluid {
  width: 100%;
}
.btn-ago {
  color: #1f4e66;
  width: 180px;
  display: block;
  margin: 25px auto 0;
  font-size: 16px;
  padding: 13px 10px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
  background-color: #f0f5f7;
  border-bottom: 1px solid #c7dce8;
  box-shadow: 0px 2px 1px 0 #c3dae5;
  box-sizing: border-box;
}
.btn-ago:hover {
  opacity: 0.9;
}
.btn-ago--back:before {
  content: "";
  width: 16px;
  height: 12px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/newpredanie/img/ico/icon-btn-back.png");
}
.fast-nav {
  background-color: #f0f5f7;
  background-color: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  overflow: hidden;
}
.fast-nav__container {
  padding: 20px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #1f4e66;
}
.fast-nav__container:after,
.fast-nav__container:before {
  content: "";
  display: table;
}
.fast-nav__container:after {
  clear: both;
}
.fast-nav__content {
  margin-right: 205px;
}
@media (max-width: 959px) {
  .fast-nav__content {
    margin-right: 0;
  }
}
.fast-nav__title {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 6px;
}
.fast-nav__title a {
  color: #1f4e66;
}
@media (max-width: 959px) {
  .fast-nav__title {
    font-size: 19px;
    line-height: 20px;
  }
}
.fast-nav__text {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.fast-nav__text a {
  color: #1f4e66;
}
@media (max-width: 959px) {
  .fast-nav__text {
    display: none;
  }
}
.fast-nav__sum {
  margin-top: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.fast-nav__sum:last-child {
  margin-right: 0;
}
@media (max-width: 959px) {
  .fast-nav__sum {
    display: none;
  }
}
.fast-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.fast-nav__item {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.fast-nav__item::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 0;
  width: 1px;
  background: #e2ba32;
  z-index: 30;
}
.fast-nav__item:first-child a {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.fast-nav__item:last-child a {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.fast-nav__item:last-child::after {
  display: none;
}
.fast-nav__item--first {
  width: 39%;
}
.fast-nav__item--second {
  width: 19%;
}
.fast-nav__item--third {
  width: 30%;
}
.fast-nav__item--fourth {
  width: 12%;
}
.fast-nav__item--main {
  display: none;
}
.fast-nav__item--active {
  position: relative;
  z-index: 5;
}
.fast-nav__item--active::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fffc7f;
  border: 1px solid #f2f0a1;
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 3;
}
.fast-nav__link {
  width: 100%;
  padding: 15px 0;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-decoration: none;
  color: #1f4e66;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 5;
  background-image: linear-gradient(to top, #ffe57d 0%, #ffff7f 100%);
}
@media (max-width: 959px) {
  .fast-nav__link {
    font-size: 14px;
    list-style: 16px;
    padding: 9px;
  }
}
.fast-nav--fond {
  background: none;
}
.fast-nav--fond .btn {
  min-width: 105px;
}
.fast-nav--fond .fast-nav__container {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.donate-video {
  width: 200px;
  float: right;
  text-align: center;
  margin-top: 18px;
}
.donate-video img {
  height: 200px;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .donate-video {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .donate-video a.btn {
    display: block;
  }
}
.donate-video iframe {
  width: inherit;
  height: 110px;
  border: 0;
  box-shadow: 0 2px 5px 0 #7495a6;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .donate-video iframe {
    height: 180px;
  }
}
.donate-banner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 5px #c3dae5;
  margin-bottom: 20px;
}
.donate-banner a {
  display: block;
  height: 205px;
  text-align: center;
  overflow: hidden;
}
.donate-banner img {
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.donate-banner__text {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #1f4e66;
  font-size: 22px;
  line-height: 27px;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: #31a214;
}
.search {
  padding: 10px 15px;
  background-image: linear-gradient(to top, #ffe57d 0%, #ffff7f 100%);
  box-shadow: 0 1px 1px #ffc700;
  border-radius: 7px;
}
.search__field {
  border-radius: 100px;
  height: 30px;
  padding: 0 30px 0 20px;
  border: none;
  box-shadow: inset 0 1px 2px #ffc800;
  background: #ffffff url("/newpredanie/img/ico/ico-search.png") no-repeat 95% center;
  transition: 0.3s ease border;
}
.search--top--right {
  width: 640px;
  float: right;
  padding: 14px 9px 13px;
  position: relative;
  top: 28px;
  background: transparent;
  box-shadow: none;
}
.search--top--right input.search__field {
  width: 100%;
  border: 1px solid #e6eef2;
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  .search--top--right {
    border: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    float: none;
    position: inherit;
  }
}
.search--large {
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
  background: transparent;
}
.search--large .search__field {
  width: 100%;
  box-shadow: none;
  border: 1px solid #e6eef2;
  color: #516e7f;
  font-size: 16px;
  background: #ffffff url("/newpredanie/img/ico/ico-search.png") no-repeat 98% center;
}
.search--large .search__field:hover {
  opacity: 0.6;
}
.search--large .search__field:focus {
  opacity: 1;
  border-color: #ffe67e;
}
.card {
  font-size: 14px;
  border: 1px solid #e4ebeb;
  border-bottom: 4px solid #e4ebeb;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 40px;
}
.card__header {
  background-image: linear-gradient(to top, #ffe57d 0%, #ffff7f 100%);
  padding: 10px 20px;
  border-bottom: 1px solid #e2b932;
}
.card__header:after,
.card__header:before {
  content: "";
  display: table;
}
.card__header:after {
  clear: both;
}
.card__title {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #1f4e66;
  font-weight: 600;
  float: left;
  margin: 0;
}
@media (max-width: 959px) {
  .card__title {
    font-size: 14px;
    line-height: 16px;
  }
}
.card__link {
  float: right;
  color: #1f4e66;
  margin-right: 20px;
}
.card__link:first-of-type {
  margin-right: 0;
}
.card__content {
  position: relative;
  padding: 20px 15px;
  padding-bottom: 10px;
  background: #fffef7;
}
/*=====================
  Ссылки
=====================*/
.link {
  color: #00aeef;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease all;
  position: relative;
}
.link--more {
  color: #00b9ee;
  font-size: 14px;
  line-height: 17px;
}
.link--all {
  margin: 5px 0 20px;
  display: inline-block;
  vertical-align: top;
}
.link--footer {
  color: #7594a3;
}
.link:hover {
  text-decoration: none;
}
.link:active {
  color: #a3def7;
}
.link.default {
  color: #7b0041;
}
.link--icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.link--feedback:before {
  width: 22px;
  height: 22px;
  background-image: url("/newpredanie/img/ico/icon-feedback.png");
}
.link--rss:before {
  width: 18px;
  height: 19px;
  background-image: url("/newpredanie/img/ico/icon-rss.png");
  position: relative;
  top: -2px;
}
.link--rss-gray:before {
  width: 16px;
  height: 17px;
  background-image: url("/newpredanie/img/ico/icon-rss-gray.png");
}
.link--email:before {
  width: 22px;
  height: 17px;
  background-image: url("/newpredanie/img/ico/icon-email.png");
}
.link--email-gray:before {
  width: 20px;
  height: 15px;
  background-image: url("/newpredanie/img/ico/icon-email-gray.png");
}
.link--phone:before {
  width: 17px;
  height: 17px;
  background-image: url("/newpredanie/img/ico/icon-phone.png");
  position: absolute;
  left: -25px;
}
.link--arrow:before {
  width: 8px;
  height: 13px;
  background-image: url("/newpredanie/img/ico/icon-arrow--link.png");
  position: relative;
  top: -2px;
}
.link--ekzeget {
  margin-top: 3%;
}
/*========================
  Форма: Оформить подписку
========================== */
.subscribe {
  text-align: left;
  border-radius: 3px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  padding: 10px 19px;
}
.subscribe:after,
.subscribe:before {
  content: "";
  display: table;
}
.subscribe:after {
  clear: both;
}
.subscribe--aside {
  padding: 15px 20px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.subscribe--aside .subscribe__title {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
.subscribe--aside .subscribe__title--min {
  font-size: 18px;
  line-height: 19px;
  text-align: left;
}
.subscribe--aside .subscribe__field {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .subscribe {
    text-align: center;
    padding: 20px;
  }
}
.subscribe__title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.subscribe__label {
  float: left;
  font-size: 20px;
  line-height: 35px;
  font-family: "rotondac-bold", Arial, sans-serif;
  width: 230px;
}
@media (max-width: 959px) {
  .subscribe__label {
    text-align: center;
    width: 100%;
    float: none;
    margin-bottom: 15px;
    display: block;
  }
}
.subscribe__field {
  float: left;
  width: 210px;
  height: 35px;
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  padding: 0 30px 0 20px;
  border-radius: 3px;
  border: 1px solid #c7dce8;
  background: #fff;
  margin-right: 30px;
  transition: 0.2s linear border;
}
.subscribe__field:focus {
  border-color: #5b98bb;
}
@media (max-width: 959px) {
  .subscribe__field {
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.subscribe__text {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #1f4e66;
}
.subscribe .btn {
  width: 210px;
  float: right;
}
.subscribe .btn--fluid {
  width: 100%;
  float: none;
}
@media (max-width: 959px) {
  .subscribe .btn {
    float: none;
    margin: 0 auto;
  }
}
/*=====================
  Верхняя навигация
=====================*/
.navigation {
  padding: 9px 0 8px;
  background-color: #f0f5f7;
  background-color: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  box-shadow: 0 3px 6px 0 #c3dae5;
}
.personal,
.f-personal {
  width: 300px;
  float: left;
  font-size: 0;
  text-align: center;
  position: relative;
}
.personal__wrapper:before,
.f-personal__wrapper:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #c7dce8;
}
.personal__wrapper:after,
.f-personal__wrapper:after {
  margin-left: 23px;
}
.personal__wrapper:before,
.f-personal__wrapper:before {
  margin-right: 23px;
}
.personal__label,
.f-personal__label {
  color: #1f4e66;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.personal--active:after,
.f-personal--active:after {
  content: "";
  width: 256px;
  height: 6px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffe67e;
  border-radius: 0px 0px 10px 10px;
  box-shadow: inset 0px 1px 0.5px 0.5px #e2ba32;
}
.social,
.f-social {
  width: 115px;
  float: right;
  font-size: 0;
  line-height: 37px;
}
.social__link,
.f-social__link {
  width: 26px;
  height: 26px;
  font-size: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
}
.social__link--tw,
.f-social__link--tw {
  background-image: url("/newpredanie/img/ico/icon-tw.png");
}
.social__link--fb,
.f-social__link--fb {
  background-image: url("/newpredanie/img/ico/icon-fb.png");
}
.social__link--vk,
.f-social__link--vk {
  background-image: url("/newpredanie/img/ico/icon-vk.png");
}
.social__link:hover,
.f-social__link:hover {
  opacity: 0.6;
}
/*=====================
  Sub-header (описание)
=====================*/
.page-header,
.page-footer {
  padding: 23px 0 30px;
}
.page-header__logo,
.page-footer__logo,
.page-header__description,
.page-footer__description,
.page-header__contact,
.page-footer__contact {
  float: left;
  box-sizing: border-box;
}
.page-header__logo,
.page-footer__logo {
  width: 250px;
}
.page-header__description,
.page-footer__description {
  width: 250px;
  margin-top: 12px;
  padding-left: 53px;
}
.page-header__description--big,
.page-footer__description--big {
  width: 458px;
  margin-right: 30px;
  text-align: right;
}
.page-header__contact,
.page-footer__contact {
  width: 192px;
  margin-top: 12px;
  margin-left: 30px;
}
.page-header__text,
.page-footer__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin: 16px 0 8px;
  text-align: left;
}
.page-header__text--mt,
.page-footer__text--mt {
  margin-top: 30px;
}
.page-header__text--dash,
.page-footer__text--dash {
  position: relative;
}
.page-header__text--dash:before,
.page-footer__text--dash:before {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background: #c7dce8;
  position: absolute;
  top: 50%;
  left: -32px;
}
.page-header__phone,
.page-footer__phone {
  color: #98aab3;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}
.page-header__phone b,
.page-footer__phone b {
  color: #000;
  font-size: 27px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.main-logo {
  width: 256px;
  /*height: 105px;*/
  display: inline-block;
  vertical-align: top;
  transition: .2s ease opacity;
}
.main-logo:hover {
  opacity: .7;
}
.main-logo img {
  max-width: 100%;
  height: auto;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .navigation,
  .social,
  .personal {
    display: none;
  }
  .main-logo {
    width: 183px;
  }
  .page-header {
    padding: 12px 0;
  }
  .page-header_logo {
    width: 100%;
    float: none;
  }
  .page-header__description,
  .page-header__contact {
    display: none;
  }
}
/*=====================
  Подвал сайта
=====================*/
.page-footer {
  margin-top: 40px;
  padding: 10px 0;
  background: #fffef7;
  border-top: 4px solid #d2e3ec;
}
.page-footer__text,
.page-footer__phone {
  color: #7594a3;
}
.page-footer__phone b {
  color: #7594a3;
}
.f-navigation {
  padding-bottom: 15px;
}
.f-main-menu__item a {
  color: #7594a3;
}
.f-main-menu__item--active a {
  color: #805012;
  opacity: 0.5;
}
.f-personal__label {
  color: #7594a3;
}
.f-social {
  opacity: 0.7;
}
.f-info {
  padding: 22px 0 18px;
  font-size: 0;
}
.copyright {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.copyright span {
  color: #7594a3;
  font-size: 16px;
  line-height: 19px;
}
.statistics {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .f-navigation {
    display: none;
  }
  .page-footer {
    padding-top: 20px;
  }
  .page-footer__logo,
  .page-footer__description,
  .page-footer__contact {
    display: none;
  }
  .page-footer__phone {
    display: block;
    text-align: left;
  }
  .page-footer__contact {
    text-align: center;
  }
  .page-footer__contact--mobile {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .copyright {
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .statistics {
    display: none;
  }
}
.author-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-bottom: 25px;
}
.author-list__item {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 18px;
}
.author-list__item:last-child {
  margin-right: 0;
}
.author-list__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.author-list__link:hover {
  opacity: .8;
}
.author {
  background-color: #fffef7;
  border: 1px solid #c7dce8;
  padding: 17px;
}
.author__composition-title {
  margin: 0;
  margin-top: 15px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .author__composition-title {
    text-align: center;
  }
}
.author__picture {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 5px #7495a6;
}
.author__title {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0;
}
@media screen and (max-width: 959px) {
  .author__title {
    text-align: center;
  }
  .author__title a {
    margin-bottom: 15px;
  }
}
.author__text {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.author__description {
  font-size: 14px;
  line-height: 19px;
  color: #1f4e66;
}
.author-l-catalog {
  margin-bottom: 40px;
  margin-top: 15px;
}
.author-l-catalog:after,
.author-l-catalog:before {
  content: "";
  display: table;
}
.author-l-catalog:after {
  clear: both;
}
.author-l-catalog__title {
  margin: 0;
  margin-bottom: 15px;
  font-family: "rotondac-bold", Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 34px;
}
.author-l-aside {
  width: 260px;
  float: left;
}
@media screen and (max-width: 959px) {
  .author-l-aside {
    float: none;
    width: 100%;
  }
}
.author-l-aside__main-title {
  font-size: 24px !important;
  line-height: 27px;
  margin: 5px 0 10px;
  font-family: "rotondac-bold", Arial, sans-serif !important;
}
.author-l-aside .btn {
  margin: 0 auto 18px;
  max-width: 205px;
  display: block;
}
.author-l-list {
  width: 660px;
  float: right;
}
@media screen and (max-width: 959px) {
  .author-l-list {
    float: none;
    width: 100%;
  }
}
.author-l-list__main-title {
  margin: 20px 0 10px;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
@media screen and (max-width: 959px) {
  .author-l-list__main-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.more {
  width: 150px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 20px auto 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .more {
    font-size: 14px;
    line-height: 17px;
  }
}
.author-l-bread {
  /* строка */
  margin: 0 -20px;
  margin-bottom: 20px;
}
.author-l-bread:after,
.author-l-bread:before {
  content: "";
  display: table;
}
.author-l-bread:after {
  clear: both;
}
@media (max-width: 959px) {
  .author-l-bread {
    margin: 0;
  }
}
.author-l-bread--inline {
  /* модифкатор для строки с inline-block */
  font-size: 0;
}
.author-l-bread--inline > .col {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.author-l-bread--inline:after {
  display: none;
}
.author-l-bread .col {
  /* стили колонок */
}
.author-l-bread .col--single {
  margin: 0 auto;
  float: none;
}
.author-l-bread a {
  font-size: 16px;
  line-height: 20px;
}
.list-sorting {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.list-sorting__head {
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .list-sorting__head {
    margin: 0;
    display: block;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 959px) {
  .list-sorting {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 959px) {
  .page-header--position {
    height: 120px;
    /*overflow: hidden;*/
  }
}
.category {
  padding: 0px 17px 5px;
  background-color: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
  border-radius: 3px;
  line-height: 17px !important;
}
.category__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #9baeb5;
}
.category__item:last-child {
  border-bottom: none;
}
.category__item ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.category__item ul li {
  margin-bottom: 10px;
}
.category__item ul li ul {
  display: none;
  margin-left: 30px;
  margin-top: 10px;
}
.category__title {
  font-size: 18px;
  line-height: 22px !important;
  margin: 10px 0 15px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.category__title--sub {
  margin-top: 16px;
  margin-bottom: 0;
  color: black;
  text-decoration: none;
}
.category__title--main {
  margin-top: 10px;
}
.category__title--p {
  margin-top: 16px;
}
.category__link {
  color: #1f4e66 !important;
  color: rgba(31, 78, 102, 0.8) !important;
  display: block;
  font-size: 16px;
  line-height: 18px !important;
  margin-bottom: 12px;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
  position: relative;
  padding-right: 10px;
}
.category__link--decorate {
  width: 235px;
  margin: 10px 0;
  margin-left: -25px;
  padding: 6px 0 6px 25px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #f0f5f7;
  background-image: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  box-shadow: 0 2px 2px 0 #c3dae5;
  border-bottom: 1px solid #c7dce8;
  position: relative;
}
.category__link--decorate:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: -28px;
  top: 0;
  box-sizing: border-box;
  border: 16px solid transparent;
  border-left: 15px solid #f0f5f7;
}
.category__link--decorate-active {
  width: 968px;
  position: relative;
  z-index: 10;
}
.category__link--green {
  width: 100px;
  margin: 10px 0;
  margin-left: -25px;
  padding: 6px 0 6px 25px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #b5e976;
  background-image: linear-gradient(to bottom, #d9fc7e 0%, #ade574 100%);
  box-shadow: 0 2px 2px 0 #84e93e;
  position: relative;
}
.category__link--green:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: -28px;
  top: 0;
  box-sizing: border-box;
  border: 16px solid transparent;
  border-left: 15px solid #c8f37a;
}
.category__link--pre-arrow {
  color: rgba(31, 78, 102, 0.8) !important;
  font-family: rotondac-bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px !important;
  margin-bottom: 12px;
  padding-right: 0;
  text-decoration: none;
}
.category__link--arrow,
.category__link--arrow-down {
  background: rgba(0, 0, 0, 0) url("/newpredanie/img/ico/icon-category.png") no-repeat scroll center center;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 20px;
  margin: 0 0 0 10px;
  width: 12px;
}
.category__link--arrow-down {
  background: rgba(0, 0, 0, 0) url("/newpredanie/img/ico/icon-category-down.png") no-repeat scroll center center;
}
.category__link--arrow:after {
  content: "";
  width: 8px;
  height: 12px;
  display: none;
  background: url("/newpredanie/img/ico/icon-category.png") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.social-widget {
  border: 1px solid #c7dce8;
  padding: 17px;
  margin-top: 25px;
  text-align: left;
}
.social-widget__title {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 18px;
  margin-top: 0;
  line-height: 22px;
  padding-bottom: 20px;
  margin-top: 10px;
  color: #adafb1;
  border-bottom: 1px solid #c7dce8;
}
.decoration-menu {
  border: 1px solid #c7dce8;
  padding: 9px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d9d3b8;
  background: #fffef7;
  margin-bottom: 20px;
  clear: both;
}
.decoration-menu--media {
  width: 640px;
  float: right;
  padding: 14px 9px 13px;
  position: relative;
  top: -58px;
}
.decoration-menu--media .decoration-menu__item--active:before {
  bottom: -4px;
}
.decoration-menu--fluid {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  padding: 14px 2px 13px;
  box-sizing: border-box;
}
.decoration-menu--fluid .decoration-menu__item--active:before {
  bottom: -4px;
}
.decoration-menu--fond {
  width: 100%;
  text-align: center;
  padding: 14px 2px 13px;
}
@media (max-width: 959px) {
  .decoration-menu--fond {
    padding: 0;
  }
}
.decoration-menu--fond .decoration-menu__item--active:before {
  bottom: -4px;
}
.decoration-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.decoration-menu__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #c7dce8;
  box-sizing: border-box;
}
.decoration-menu__item--main {
  color: #1f4e66;
  display: none;
  background-image: url(/newpredanie/img/ico/icon-decmenu.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.decoration-menu__item--main:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url(/newpredanie/img/bg-tr-author.png) center no-repeat;
  position: absolute;
  bottom: 9px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 150%);
}
.decoration-menu__item--media {
  width: 25%;
}
.decoration-menu__item--fluid {
  width: auto;
  padding: 0 3.22222%;
}
.decoration-menu__item:last-child {
  border-right: 0;
}
.decoration-menu__item--active {
  position: relative;
}
.decoration-menu__item--active::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("/newpredanie/img/bg-tr-author.png") no-repeat center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
}
.decoration-menu__link {
  color: #1f4e66;
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-decoration: none;
  transition: 0.2s linear color;
}
.decoration-menu__link:hover {
  color: #805012;
}
.decoration-menu__link:active {
  opacity: 0.6;
}
.decoration-menu__item--active .decoration-menu__link {
  color: #805012;
}
.decoration-menu--fond .decoration-menu__item {
  width: auto;
  padding: 0 32px;
}
@media (max-width: 959px) {
  .decoration-menu--fond .decoration-menu__item {
    width: 100%;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #c7dce8;
    box-shadow: 0 2px 3px #d9d3b8;
  }
  .decoration-menu--fond .decoration-menu__item--active:before {
    bottom: 9px;
  }
  .decoration-menu--fond .decoration-menu__item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 959px) {
  .decoration-menu--fond .decoration-menu__link {
    width: 100%;
    display: block;
    line-height: 42px;
  }
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .decoration-menu--media {
    width: 420px;
    top: auto;
    float: none;
    padding: 10px 9px 9px;
  }
  .decoration-menu--media .decoration-menu__link {
    font-size: 14px;
    line-height: 16px;
  }
  .decoration-menu--media .decoration-menu__item--active:before {
    bottom: -2px;
  }
  .decoration-menu--reading {
    padding: 0;
    width: 100%;
  }
  .decoration-menu--reading .decoration-menu__item {
    width: 100%;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #c7dce8;
    box-shadow: 0 2px 3px #d9d3b8;
    display: none;
  }
  .decoration-menu--reading .decoration-menu__item--main {
    display: block;
    background-image: url(/newpredanie/img/ico/icon-decmenu.png);
  }
  .decoration-menu--reading .decoration-menu__item--active:before {
    display: none;
  }
  .decoration-menu--reading .decoration-menu__item:last-child {
    border-bottom: 0;
  }
  .decoration-menu--reading .decoration-menu__link {
    font-size: 16px;
    line-height: 36px;
  }
  .decoration-menu--active .decoration-menu__item {
    display: block;
  }
  .decoration-menu--active .decoration-menu__item--main {
    background-image: url("/newpredanie/img/ico/icon-decmenu-active.png");
  }
  .decoration-menu--active .decoration-menu__item--main .decoration-menu__link {
    color: #805012;
  }
}
.composition {
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  background: #fffef7;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #c7dce8;
}
.composition:after,
.composition:before {
  content: "";
  display: table;
}
.composition:after {
  clear: both;
}
.composition__main-title {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 27px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.composition--items {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.composition--items .col {
  width: 33.3333%;
}
.composition--items .composition__main-title {
  margin-bottom: 20px;
}
.composition__content {
  float: left;
  margin-left: 1px;
  width: 455px;
}
.composition__picture {
  width: 145px;
  float: right;
  height: 210px;
  overflow: hidden;
  margin-right: 6px;
}
.composition__picture img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px #d9d3b8;
}
.composition__date {
  float: right;
  width: 105px;
  font-size: 16px;
  line-height: 32px;
}
.composition__title,
.composition__author {
  margin: 0;
  color: #1f4e66;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.composition__title:hover,
.composition__author:hover {
  color: #2b6c8d;
}
.composition__title {
  width: 330px;
  float: left;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 5px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.composition__author {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  margin-bottom: 5px;
}
.composition__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin: 0px 0 10px;
}
.composition__btns .btn {
  margin-bottom: 5px;
  margin-right: 15px;
  padding-left: 50px;
}
.composition__btns .btn:last-child {
  margin-right: 0;
}
.composition__arrow-down {
  width: 12px;
  height: 8px;
  font-size: 0;
  display: block;
  margin: 7px auto 0;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
}
.composition--main {
  background-color: #f0f5f7;
  box-shadow: 0 2px 1px 0px #c7dce8;
}
.composition--main .btn {
  background-color: #fffef7;
}
.composition--slider {
  position: relative;
}
.composition-item__image {
  width: 100px;
  display: block;
  margin: 10px auto 0;
}
.composition-item__image img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 6px 0 #7495a6;
}
.composition-item__title,
.composition-item__author {
  margin: 5px 0;
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
}
.composition-item__title {
  font-family: "rotondac-bold", Arial, sans-serif;
}
.composition-item__author {
  font-style: italic;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .composition {
    padding: 8px 12px;
  }
  .composition__main-title {
    font-size: 14px;
    line-height: 17px;
  }
  .composition__content {
    width: 100%;
    float: none;
  }
  .composition__picture {
    display: none;
  }
  .composition__title {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 2px;
  }
  .composition__date {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
  .composition__author {
    font-size: 12px;
    line-height: 15px;
  }
  .composition__text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
  }
  .composition__btns .btn {
    font-size: 14px;
    text-align: center;
  }
  .composition__btns .btn--linsten,
  .composition__btns .btn--look,
  .composition__btns .btn--read {
    padding: 5px 10px;
  }
  .composition__btns .btn--linsten:after,
  .composition__btns .btn--look:after,
  .composition__btns .btn--read:after {
    display: none;
  }
  .composition--slider:before,
  .composition--slider:after {
    display: none;
  }
}
/*=====================
  Стили для баннеров
=====================*/
.banner {
  margin-bottom: 40px;
}
.banner img {
  width: 100%;
  display: block;
}
.fond-banners {
  width: 650px;
  float: left;
  margin-top: 25px;
}
.fond-banners__main-title {
  color: #000;
  margin: 0;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-banners__desc {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
.banner-item {
  margin: 20px 0 35px;
}
.banner-item .s-4 {
  padding-right: 0;
}
.banner-item__title {
  color: #000;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.banner-item__image {
  margin-bottom: 10px;
}
.banner-item__image--468-60 {
  width: 468px;
  height: 60px;
}
.banner-item__image--200-300 {
  width: 200px;
  height: 300px;
}
.banner-item__image--200-100 {
  width: 200px;
  height: 100px;
}
.banner-item__image--120-240 {
  width: 120px;
  height: 240px;
}
.banner-item__image--240-100 {
  width: 240px;
  height: 100px;
}
.banner-item__image--250-80 {
  width: 250px;
  height: 80px;
}
.banner-item__image--btn {
  width: 90px;
  height: 32px;
}
.banner-item__image img {
  width: 100%;
  height: auto;
}
.banner-item__wrapper {
  font-size: 0;
  margin-bottom: 20px;
}
.banner-item__colors {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.banner-item__colors--white {
  background: #fff;
  border: 1px solid #ccc;
}
.banner-item__colors--blue {
  background: #7fdff9;
}
.banner-item__colors--yellow {
  background: #fff87f;
}
.banner-item__colors--green {
  background: #9cdaa4;
}
.banner-item__colors--red {
  background: #ff0000;
}
.banner-item .link {
  color: #00bff3;
}
.banner-item__iframe {
  width: 200px;
  height: 130px;
  padding: 7px;
  display: none;
  margin: 10px 0;
  overflow: scroll;
  border: 1px solid #e6eef2;
  box-sizing: border-box;
}
.banner-item__iframe--open {
  display: block;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-banners {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 0;
  }
  .fond-banners__main-title {
    font-size: 18px;
    line-height: 21px;
  }
  .fond-banners__desc {
    font-size: 14px;
    line-height: 17px;
  }
  .banner-item {
    margin-bottom: 10px;
  }
  .banner-item__title {
    font-size: 14px;
    line-height: 17px;
  }
  .banner-item__iframe {
    width: 100%;
    height: 87px;
  }
  .banner-item .col {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
ul.bg-tema li,
ul.bg-tema-mobile li {
  height: 35px;
  margin-bottom: 20px;
  padding-right: 7px;
}
ul.bg-tema li {
  float: left;
  width: 24%;
}
ul.bg-tema-mobile li {
  float: left;
  width: 100%;
}
.hidden {
  display: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.5;
}
.error-container {
  color: red;
}
.banner-area img {
  width: 100%;
}
div.modal[size=lg] {
  width: 900px;
}
.tos div {
  padding-left: 4%;
}
.tos a {
  margin-right: 35px;
}
.tos-mobile article {
  height: 20px;
  text-align: center;
}
.banner-area {
  margin: 20px 0;
}
.banner-area:hover {
  color: #FFF;
}
.banner-area-660 {
  background-image: url(/newpredanie/img/bannerBg660.jpg);
  display: block;
  height: 220px;
  width: 660px;
}
.banner-area-660 img.person {
  left: 48px;
  position: relative;
  top: 48px;
  width: 126px;
}
.banner-area-660 .banner-text {
  color: #fff;
  display: inline-block;
  left: 48px;
  text-align: right;
  top: 48px;
  width: 400px;
}
.banner-area-660 .banner-left-half {
  float: left;
  width: 33%;
}
.banner-area-660 .banner-right-half {
  float: left;
  padding-top: 45px;
  width: 67%;
}
.banner-area-660 .banner-right-half .title {
  font-size: 28px;
}
.banner-area-660 .banner-right-half .subtitle {
  height: 28px;
  overflow: hidden;
  margin-bottom: 10px;
}
.banner-area-660 .banner-right-half .amount {
  font-size: 20px;
  margin-top: 30px;
  color: #000;
}
.banner-area-660 .banner-right-half .banner-amount {
  color: #000;
  border-bottom: 3px solid #000;
}
.banner-area-570 {
  background-image: url("/newpredanie/img/bannerBg570.jpg");
  display: block;
  height: 220px;
  width: 570px;
}
.banner-area-570 img.person {
  left: 48px;
  position: relative;
  top: 48px;
  width: 126px;
}
.banner-area-570 .banner-text {
  color: #fff;
  display: inline-block;
  left: 48px;
  text-align: right;
  top: 48px;
  width: 356px;
}
.banner-area-570 .banner-left-half {
  float: left;
  width: 33%;
}
.banner-area-570 .banner-right-half {
  float: left;
  padding-top: 45px;
  width: 67%;
}
.banner-area-570 .banner-right-half .title {
  font-size: 20px;
}
.banner-area-570 .banner-right-half .subtitle {
  height: 28px;
  overflow: hidden;
  margin-bottom: 30px;
}
.banner-area-570 .banner-right-half .amount {
  font-size: 18px;
  margin-top: 30px;
  color: #000;
}
.banner-area-570 .banner-right-half .banner-amount {
  color: #000;
  border-bottom: 3px solid #000;
}
.banner-area-570 .banner-right-half .banner-text .amount {
  color: #000;
  border-bottom: 1px solid #000;
}
.banner-area-260 {
  background-image: url('/newpredanie/img/bannerBg260.jpg');
  display: block;
  height: 340px;
  width: 260px;
}
.banner-area-260 img.person {
  left: 68px;
  position: relative;
  top: 34px;
  width: 126px;
}
.banner-area-260 p {
  height: 160px;
}
.banner-area-260 .banner-text {
  color: #fff;
  display: inline-block;
  left: 48px;
  text-align: center;
  top: 48px;
  width: 260px;
}
.banner-area-260-mobile {
  background-image: url(/newpredanie/img/bannerBg260-mobile12.jpg);
  display: block;
  height: 245px;
  width: 260px;
  margin: 0 auto;
}
.banner-background-mobile {
  background-color: #2d90a7;
  width: 97%;
  height: 285px;
  margin: 20px auto;
  border: 4px double #ffffff;
  text-align: center;
}
span.forums-section__text-570 {
  display: block;
  width: 100%;
  height: 280px;
}
span.banner-text-mobile {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.main-menu__item a.fos_profile {
  margin-top: -8px;
}
.lesson-detail iframe {
  width: 100%;
}
.lesson-detail div.lecture-card__info {
  padding-left: 0;
}
.katehizacia div.lecture-card__info {
  padding-left: 0;
}
.f-advertising {
  margin-top: 3%;
  float: left;
}
.f-contact {
  float: right;
  width: 74%;
}
.f-partnership {
  float: left;
}
.f-social-block {
  float: left;
  margin-left: 32%;
  margin-top: -7%;
  width: 73%;
}
.f-logo-block {
  margin-top: -2%;
}
.f-contact-mobile {
  width: 100%;
  padding-top: 3%;
  margin-left: -31%;
}
.copyright-mobile {
  padding-top: 59%;
}
.tema__link__color {
  color: #00aeef;
}
.header-top-banner {
  margin: auto;
  text-align: center;
  padding: 10px;
  background-color: #414141;
}
@media screen and (max-width: 959px) {
  .header-top-banner {
    padding: 10px 70px 10px 10px;
  }
  .header-top-banner img {
    width: 99%;
    text-align: center;
  }
}
.slider {
  margin-bottom: 45px;
  background: #eef4f6;
}
.comment-form {
  border: 1px solid #c7dce8;
  border-radius: 5px;
  background: #fffef7;
  margin-bottom: 20px;
}
.comment-form__title {
  color: #1f4e66;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 2px 0 #c3dae5;
  background-color: #f0f5f7;
  background-color: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  border-bottom: 1px solid #c7dce8;
  padding: 15px 0;
  border-radius: 5px;
}
.comment-form__content {
  padding: 20px 30px;
}
.comment-form__content:after,
.comment-form__content:before {
  content: "";
  display: table;
}
.comment-form__content:after {
  clear: both;
}
.comment-form table {
  width: 100%;
}
.comment-form td {
  padding-bottom: 20px;
  vertical-align: top;
}
.comment-form td:first-child {
  width: 115px;
}
.comment-form tr:last-child td {
  padding-bottom: 0;
}
.comment-form__label {
  font-size: 18px;
  color: #1f4e66;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 3px;
  display: inline-block;
  vertical-align: top;
}
.comment-form__field {
  width: 100%;
  background: #fff;
  border: 1px solid #c7dce8;
  border-radius: 5px;
  padding: 3px 10px;
}
.comment-form__field:focus {
  border-color: #7fafca;
}
.comment-form textarea {
  height: 125px;
  padding: 10px;
}
.comment-form textarea:focus {
  border-color: #7fafca;
}
.comment-form .btn {
  min-width: 130px;
  border-radius: 100px;
}
.comment-form .btn--right {
  float: right;
  margin-top: 14px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .comment-form__title {
    font-size: 16px;
    padding: 12px 0;
  }
  .comment-form__content {
    padding: 10px 18px 20px;
  }
  .comment-form__label {
    font-size: 16px;
  }
  .comment-form textarea {
    height: 80px;
  }
  .comment-form .btn--right {
    float: none;
    display: block;
    margin: 14px auto 0;
    font-size: 16px;
  }
}
.comment {
  text-align: left;
  border: 1px solid #c7dce8;
  border-radius: 5px;
  background: #fffef7;
  margin-bottom: 15px;
  padding: 10px 20px 12px;
  margin-top: 10px;
}
.comment__title {
  margin: 0;
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.comment__picture {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.comment__date {
  float: right;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  color: #6c7980;
}
.comment__text {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0;
  padding: 0 48px;
  background: url("/newpredanie/img/ico/ico-quote.png") no-repeat 17px 3px;
}
.comment--help {
  border: none;
  border-radius: 0;
  background: none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 0;
}
.comment--help .comment__date {
  float: none;
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  color: #6c7980;
  font-weight: 400;
}
.comment--help .comment__title {
  line-height: 22px;
}
.comment--help .comment__title:after,
.comment--help .comment__title:before {
  content: "";
  display: table;
}
.comment--help .comment__title:after {
  clear: both;
}
.comment--help .comment__title a {
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
}
.comment--help .comment__picture {
  float: left;
}
.comment__sum {
  margin: 0;
  color: #000;
  float: right;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
}
.comment__for {
  font-size: 14px;
  line-height: 19px;
  color: #6c7980;
  margin: 0 0 5px 30px;
}
.comment--help .comment__text {
  padding: 0 0 0 30px;
  background: url("/newpredanie/img/ico/ico-quote.png") 3px 3px no-repeat;
  font-size: 14px;
  line-height: 19px;
  color: #6c7980;
  min-height: 25px;
}
.comment--transfer {
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #9baeb5;
  margin-bottom: 0;
  background: url("/newpredanie/img/ico/ico-transfer.png") no-repeat 0px 22px;
}
.comment--transfer:first-of-type {
  border-top: 1px solid #9baeb5;
}
.comment--transfer .comment__title {
  margin-bottom: 12px;
}
.comment--transfer .comment__for {
  margin-left: 0;
}
.comment--transfer .comment__text {
  padding: 0;
  background: none;
}
.comment--complete {
  padding-top: 8px;
  background: url("/newpredanie/img/ico/ico-return.png") no-repeat 0px 12px;
}
.comment--complete .comment__title {
  color: #25823b;
}
.ico {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-top: 10px;
}
.ico img {
  display: inline-block;
  vertical-align: middle;
}
.ico span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #00aeef;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.ico span:hover {
  text-decoration: none;
}
.note {
  text-align: left;
  border-radius: 5px;
  background: #fffef7;
  margin: 10px 0 15px;
  padding: 15px 20px 5px;
  border: 1px solid #c7dce8;
}
.note__head:after,
.note__head:before {
  content: "";
  display: table;
}
.note__head:after {
  clear: both;
}
.note__image {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
}
.note__image img {
  width: 100%;
  height: auto;
}
.note__title {
  width: 390px;
  float: left;
  margin-left: 10px;
}
.note__name {
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 4px;
  text-decoration: none;
  display: inline-block;
}
.note__link {
  color: #00aeef;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  display: block;
}
.note__date {
  color: #6c7980;
  font-size: 14px;
  line-height: 20px;
  float: right;
  width: 80px;
}
.note__sum {
  color: #000;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  text-align: right;
  float: right;
  width: 88px;
}
.note__text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-left: 48px;
}
.note__text--quote {
  padding-left: 28px;
  background: url("/newpredanie/img/ico/ico-quote.png") 0px 2px no-repeat;
}
.note__doc .ico {
  margin-right: 20px;
}
.note--help {
  padding-bottom: 10px;
  padding-left: 42px;
  background-color: #fffffb;
  background-image: url("/newpredanie/img/ico/ico-transfer.png");
  background-position: 13px 18px;
  background-repeat: no-repeat;
}
.note--help .note__text {
  margin: 0;
}
.note--help .note__name {
  float: left;
  margin-bottom: 8px;
}
.note--help .note__text--desc {
  margin-top: 8px;
}
.note--complete {
  background-image: url("/newpredanie/img/ico/ico-return.png");
}
.note--complete .note__name {
  color: #25823b;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .comment__title {
    font-size: 16px;
  }
  .comment__text {
    font-size: 14px;
    padding-right: 0;
  }
  .comment--help .comment__title {
    display: block;
    margin-bottom: 2px;
  }
  .comment--help .comment__title a {
    font-size: 16px;
    line-height: 18px;
  }
  .notes-wrapper {
    max-width: 100%;
  }
  .note {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px 8px;
  }
  .note__title {
    width: 160px;
    margin-left: 5px;
  }
  .note__name {
    font-size: 16px;
    line-height: 18px;
  }
  .note__link,
  .note__text {
    font-size: 14px;
    line-height: 16px;
  }
  .note__sum {
    width: 70px;
    font-size: 16px;
    line-height: 18px;
  }
  .note__date {
    float: none;
    margin: 15px 0 0 45px;
  }
  .note--help {
    padding: 15px 10px 18px 40px;
  }
  .note--help .note__date {
    margin: 0 0 8px;
  }
  .note--complete .note__text--desc {
    margin-top: 2px;
  }
}
.tema {
  border: 1px solid #c7dce8;
  border-radius: 5px;
  background: #fffef7;
  margin-bottom: 20px;
  padding: 20px;
}
.tema__title {
  color: #000;
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.tema__col {
  width: 25%;
  float: left;
}
.tema .row {
  margin: 0;
}
.tema__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tema li {
  margin-bottom: 20px;
}
.tema__link {
  font-size: 16px;
  line-height: 18px;
  color: #738b97;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.tema__link:hover {
  color: #5c717b;
}
.tema__link:active {
  opacity: .8;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .tema {
    padding: 12px 15px 2px;
  }
  .tema__col {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tema li {
    margin-bottom: 4px;
  }
  .tema__title {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 15px;
  }
  .tema__link {
    font-size: 14px;
    line-height: 16px;
  }
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumb__item {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #1f4e66;
  font-weight: 400;
}
.breadcrumb__item::after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  width: 15px;
  text-align: center;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link {
  color: #1f4e66;
}
.breadcrumb__link:hover {
  text-decoration: none;
}
/*=====================
  Страницы:
  reports.html
  one-report.html
=====================*/
.reports {
  margin-top: 30px;
}
.reports__month,
.reports__years {
  width: 670px;
  float: left;
}
.reports__years {
  text-align: center;
}
.reports__sidebar {
  width: 260px;
  float: right;
}
.reports__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 5px;
  text-align: left;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.reports__main-title--column {
  width: 160px;
  float: left;
}
@media (max-width: 959px) {
  .reports__main-title--column {
    width: 33.333333%;
  }
}
.reports__title {
  color: #000;
  font-size: 24px;
  line-height: 27px;
  margin: 0 0 13px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.reports__subtitle {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 22px 0;
}
.reports__text,
.reports__list {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
}
.reports__text {
  margin-top: 0;
}
.reports__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.one-report {
  text-align: left;
  margin: 2px 0 20px;
  border-radius: 3px;
  padding: 16px 20px 10px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
}
.one-report__desc {
  width: 450px;
  float: left;
}
.one-report__image {
  width: 140px;
  float: right;
}
.one-report__title {
  min-width: 170px;
  max-width: 350px;
  float: left;
  margin: 0 0 5px;
  color: #1f4e66;
  font-size: 22px;
  line-height: 25px;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-decoration: none;
  transition: 0.2s ease all;
}
.one-report__title:hover {
  opacity: 0.6;
}
.one-report__title:active {
  opacity: 1;
}
.one-report__date {
  width: 100px;
  float: right;
  text-align: right;
  font-size: 16px;
  line-height: 25px;
}
.one-report__text {
  margin: 5px 0;
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
}
.one-report__links {
  margin-top: 18px;
}
.one-report__links a {
  font-size: 0;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  transition: 0.2s linear opacity;
}
.one-report__links a:last-child {
  margin-right: 0;
}
.one-report__links a:hover {
  opacity: 0.5;
}
.ordering {
  margin-bottom: 20px;
  padding: 16px 20px;
  border-radius: 3px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  border-bottom: 4px solid #e4ebeb;
  box-sizing: border-box;
}
.ordering__item {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  margin: 20px 0 44px;
  display: block;
}
.ordering__item:last-child {
  margin-bottom: 20px;
}
.ordering__item:hover {
  opacity: 0.6;
}
.ordering__item:active {
  opacity: 1;
}
.ordering__item--pdf {
  padding-left: 70px;
  position: relative;
}
.ordering__item--pdf:before {
  content: "";
  width: 51px;
  height: 65px;
  background: url("/newpredanie/img/ico/icon-pdf.png");
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select-year {
  float: right;
  font-size: 16px;
}
.select-year select {
  width: 90px;
  height: 30px;
  margin-right: 0;
}
.list-years {
  margin: 0;
  width: 460px;
  float: right;
  margin-top: 7px;
  text-align: right;
}
.list-years__item {
  margin: 0 12px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.list-years__item a {
  color: #00aeef;
  font-size: 16px;
  line-height: 19px;
}
.list-years__item--active a {
  color: #000;
  cursor: default;
  text-decoration: none;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .reports__month,
  .reports__sidebar,
  .reports__years {
    width: 100%;
    float: none;
  }
  .reports__years-header {
    margin-bottom: 10px;
  }
  .reports__month {
    margin-bottom: 20px;
  }
  .reports__sidebar {
    margin-top: 20px;
  }
  .reports__main-title {
    font-size: 20px;
    line-height: 25px;
  }
  .reports__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .one-report {
    width: 100%;
    padding: 9px;
    box-sizing: border-box;
    border-bottom: 4px solid #e4ebeb;
    position: relative;
    padding-bottom: 65px;
  }
  .one-report__desc {
    width: 72%;
  }
  .one-report__text {
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
  }
  .one-report__image {
    width: 25%;
  }
  .one-report__image img {
    width: 100%;
    height: auto;
  }
  .one-report__title {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
    float: none;
  }
  .one-report__date {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 15px;
  }
  .one-report__links {
    width: 100%;
    position: absolute;
    bottom: 5px;
  }
  .one-report__links a {
    margin-right: 16%;
  }
  .banner {
    display: none;
  }
  .list-years {
    width: 66.666666%;
    padding: 0;
    margin: 0;
    text-align: right;
    box-sizing: border-box;
  }
  .list-years li {
    margin: 6px 12px;
  }
}
/*=============================
  Боковая колонка на стр. фонда
===============================*/
.fond-sidebar {
  float: right;
  width: 260px;
  margin-top: 30px;
}
.fond-sidebar__title {
  color: #000;
  font-size: 20px;
  line-height: 23px;
  margin: 25px 0 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-sidebar__title--small {
  font-size: 16px;
  line-height: 19px;
}
.fond-sidebar__title--middle {
  font-size: 19px;
}
.fond-sidebar__link a {
  color: #1f4e66;
  font-size: 20px;
  line-height: 30px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-sidebar__link a:hover {
  text-decoration: none;
}
.fond-sidebar .help-stat {
  margin-bottom: 20px;
}
.fond-sidebar .subscribe {
  padding: 20px 15px;
}
.fond-sidebar .subscribe__title {
  color: #000;
  font-size: 17px;
  line-height: 19px;
}
.fond-sidebar .banner {
  display: block;
  margin-top: 25px;
}
.fond-sidebar .more {
  font-size: 16px;
  line-height: 19px;
  margin: 5px auto 15px;
}
.contact-info {
  color: #1f4e66;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 15px;
  background: #fffef7;
  border-radius: 3px;
  border: 1px solid #c7dce8;
}
.requists {
  color: #1f4e66;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 15px 5px;
  background: #fffef7;
  border-radius: 3px;
  border: 1px solid #c7dce8;
}
.requists__title {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.requists p {
  font-size: 14px;
  line-height: 24px;
  margin: 2px 0 12px;
}
.requists__table {
  width: 100%;
  display: table;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.requists__table td:first-child {
  width: 23%;
}
.requists__table td:last-child {
  font-style: italic;
}
.requists .link {
  font-size: 14px;
  line-height: 20px;
}
.pray-image {
  margin-bottom: 20px;
}
.pray-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px 0 #7495a6;
}
.prayers {
  padding: 25px 15px 5px 15px;
  background: #fffef7;
  border-radius: 3px;
  border: 1px solid #c7dce8;
  margin-bottom: 20px;
}
.prayers .btn {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.prayers__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-sidebar {
    float: none;
    width: 100%;
  }
  .fond-sidebar__title {
    font-size: 18px;
  }
  .fond-sidebar__link {
    display: none;
  }
  .fond-sidebar .requists {
    margin-bottom: 25px;
  }
  .fond-sidebar .subscribe__title {
    text-align: left;
  }
  .fond-sidebar .pray-image {
    padding: 0 20px;
  }
}
/*======================
  Под-меню на страницах
========================*/
.submenu {
  border-radius: 5px;
  background: #fffef7;
  box-shadow: 0 2px 5px #d9d3b8;
  border: 1px solid #c7dce8;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  padding: 14px 2px 13px;
  box-sizing: border-box;
}
.submenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.submenu__item {
  width: auto;
  padding: 0 14px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #c7dce8;
}
.submenu__item:last-child {
  border-right: 0;
}
.submenu__item--active {
  position: relative;
}
.submenu__item--active::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("/newpredanie/img/bg-tr-author.png") no-repeat center;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 150%);
}
.submenu__item--main {
  display: none;
  color: #1f4e66;
  position: relative;
  background-image: url("/newpredanie/img/ico/icon-decmenu.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.submenu__item--main::before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("/newpredanie/img/bg-tr-author.png") no-repeat center;
  position: absolute;
  bottom: 8px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 150%);
}
.submenu__link {
  color: #1f4e66;
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-decoration: none;
  transition: 0.2s linear color;
}
.submenu__link:hover {
  color: #805012;
}
.submenu__link:active {
  opacity: 0.6;
}
.submenu__item--active .submenu__link {
  color: #805012;
}
.submenu--prayer .submenu__item {
  width: 25%;
  padding: 0 10px;
}
.submenu--prayer .submenu__item--main {
  width: 100%;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .submenu {
    padding: 0;
  }
  .submenu__item {
    width: 100%;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #c7dce8;
    box-shadow: 0 2px 3px #d9d3b8;
    display: none;
  }
  .submenu__item--main {
    display: block;
  }
  .submenu__item--active:before {
    display: none;
  }
  .submenu__item:last-child {
    border-bottom: 0;
  }
  .submenu__link {
    font-size: 16px;
    line-height: 36px;
  }
  .submenu--prayer .submenu__item {
    width: 100%;
  }
  .submenu--active .submenu__item {
    display: block;
  }
  .submenu--active .submenu__item--main {
    background-image: url("/newpredanie/img/ico/icon-decmenu-active.png");
  }
  .submenu--active .submenu__item--main .submenu__link {
    color: #805012;
  }
}
/*=================================
  Совет, сотрудники, известные люди
==================================*/
.partner {
  margin: 2px 0 20px;
  border-radius: 3px;
  padding: 15px 20px;
  text-align: left;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
}
.partner__write {
  width: 420px;
  float: left;
}
.partner__image {
  width: 185px;
  float: right;
}
.partner__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
  box-shadow: 0 2px 5px #7495a6;
}
.partner__name {
  color: #1f4e66;
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 25px;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-align: left;
}
.partner__position {
  color: #000;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 19px;
}
.partner__desc {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 14px;
  text-align: left;
  text-align: justify;
}
.partner__video {
  width: 100%;
  height: 340px;
  margin-bottom: 15px;
}
.partner__link {
  font-size: 16px;
  line-height: 19px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .partner {
    border-bottom: 4px solid #e4ebeb;
  }
  .partner__write {
    width: 70%;
  }
  .partner__image {
    width: 28%;
  }
  .partner__desc {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .partner__name,
  .partner__position,
  .partner__link {
    font-size: 14px;
    line-height: 17px;
  }
}
.hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  font-size: 0;
  overflow-y: scroll;
  z-index: 10000;
}
.modal-overlay--open {
  display: block;
}
.modal {
  padding: 20px 40px 35px;
  width: 560px;
  position: absolute;
  top: 50px;
  margin-bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
  z-index: 11000;
}
.modal__close {
  position: absolute;
  background: none;
  outline: none;
  border: 0;
  width: 40px;
  height: 40px;
  top: -35px;
  right: -35px;
}
.modal__close:hover {
  opacity: .8;
}
.modal__close:active {
  opacity: 1;
}
.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__title {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.modal__title--white {
  color: #fff;
}
.modal--gradient {
  background-image: linear-gradient(#12100b 0%, #736a42 100%);
}
.modal-thanks {
  text-align: center;
}
.modal-thanks__title {
  color: #1f4e66;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px;
}
.modal-thanks .btn-ago {
  margin: 15px auto 25px;
}
.modal-thanks .social-label {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.modal-thanks .social {
  float: none;
  margin: 5px auto;
  text-align: center;
}
.modal-thanks .subscribe {
  width: 335px;
  margin: 15px auto 0;
  padding: 0;
  border: 0;
  background: none;
}
.modal-thanks .subscribe__title {
  font-size: 16px;
  line-height: 19px;
}
.modal-thanks .subscribe__text {
  padding: 0 10px;
}
.modal-thanks .subscribe__field,
.modal-thanks .subscribe .btn {
  width: 215px;
  margin-left: auto;
  margin-right: auto;
}
.modal-howtopray__image {
  width: 212px;
  float: left;
}
.modal-howtopray__image img {
  width: 100%;
  height: auto;
}
.modal-howtopray__desc {
  width: 330px;
  float: right;
}
.modal-howtopray__title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.modal-howtopray__text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 2px 0 15px;
  height: 293px;
  overflow: hidden;
}
.modal-howtopray__text p {
  margin-top: 8px;
}
.modal-howtopray .link {
  color: #fff;
}
.modal-pay {
  padding: 20px 30px 25px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
  border-radius: 3px;
}
.modal-pay input[type="text"],
.modal-pay textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #1f4e66;
  padding: 0 20px;
  height: 46px;
  background: #fff;
  border: 1px solid #c7dce8;
  border-radius: 5px;
  font-weight: 700;
  transition: .2s linear border;
}
.modal-pay input[type="text"]:focus,
.modal-pay textarea:focus {
  border-color: #5b98bb;
}
.modal-pay textarea {
  padding: 20px;
  height: 160px;
}
.modal-pay .row {
  margin-top: 20px;
}
.modal-pay .checkbox {
  margin-top: 10px;
}
.modal-pay__checkbox {
  margin: 10px 0;
  padding-left: 30px;
}
.modal-pay__checkbox label {
  margin: 8px 0;
}
.modal-pay .btn-ago {
  margin: 0;
  float: left;
  width: 300px;
}
.modal-pay .btn--yellow {
  width: 205px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
}
.modal-pay__image {
  width: 90px;
  float: right;
  padding: 7px 20px 2px 0;
}
.modal-pay__image img {
  width: 100%;
  height: auto;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .modal__title {
    font-size: 20px;
    line-height: 23px;
  }
  .modal-thanks__title {
    font-size: 20px;
    line-height: 23px;
  }
  .modal-thanks .btn-ago {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-thanks .social {
    display: block;
  }
  .modal-thanks .subscribe {
    width: 100%;
  }
  .modal-thanks .subscribe__field,
  .modal-thanks .subscribe .btn {
    width: 80%;
  }
  .modal-howtopray__text,
  .modal-howtopray__title {
    font-size: 14px;
    line-height: 17px;
  }
  .modal-howtopray__image {
    float: none;
    margin: 0 auto 10px;
  }
  .modal-howtopray__desc {
    width: 100%;
    float: none;
  }
  .btn-ago--howtopray {
    width: 100%;
    background-position: 35% 48%;
  }
  .modal__title--white {
    font-size: 16px;
    margin: 10px 0;
  }
  .modal-pay {
    padding: 0;
  }
  .modal-pay .btn-ago {
    width: 100%;
    float: none;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .modal-pay__image {
    float: none;
    width: 90px;
    padding: 0;
    margin: 20px auto 10px;
  }
  .modal-pay .row {
    width: 90%;
    margin: 0 auto;
  }
  .modal-pay .col {
    width: 100%;
    float: none;
    margin: 10px auto;
  }
  .modal-pay .col.s-7 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .modal-pay .col.s-12 {
    margin-bottom: 0;
  }
  .modal-pay .checkbox {
    margin-bottom: 0;
    text-align: center;
  }
  .modal-pay .checkbox label {
    font-size: 14px;
    line-height: 17px;
  }
  .modal-pay textarea {
    height: 72px;
  }
  .modal-pay .btn--yellow {
    margin-bottom: 20px;
  }
  .modal-pay__checkbox {
    padding-left: 5%;
  }
  .modal-pay__checkbox input[type=checkbox] + label,
  .modal-pay__checkbox input[type=radio] + label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 640px) {
  .modal {
    width: 95%;
    position: absolute;
    top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 20px;
  }
  .modal--min {
    padding: 20px 10px 20px;
  }
  .modal__close {
    display: none;
  }
  .modal--gradient .modal__close {
    display: none;
  }
  .btn-ago--howtopray {
    background-position: 23% 48%;
  }
}
/*=====================
  Элемент стр - табы
=====================*/
.tabs {
  margin: 30px 0 20px;
}
.tabs__head {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  bottom: -1px;
}
.tabs__control {
  float: left;
  width: 34.3333%;
  margin-right: 1%;
  padding: 9px 0;
  cursor: pointer;
  text-align: center;
  color: #1f4e66;
  font-size: 16px;
  line-height: 24px;
  font-family: "rotondac-bold", Arial, sans-serif;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #c7dce8;
  background-color: #f0f5f7;
  background-color: linear-gradient(to bottom, #f0f5f7 0%, #e6eef2 100%);
  box-shadow: 0 2px 1px 0 #c3dae5;
}
.tabs__control:first-child {
  width: 29%;
}
.tabs__control:last-child {
  margin-right: 0;
}
.tabs__control:hover {
  background-color: #e6eef2;
  background-color: linear-gradient(to bottom, #e6eef2 0%, #f0f5f7 100%);
}
.tabs__control--active,
.tabs__control--active:hover {
  cursor: default;
  background: #fffef7;
  border-bottom: none;
  box-shadow: none;
  border-top: 1px solid #c7dce8;
  border-left: 1px solid #c7dce8;
  border-right: 1px solid #c7dce8;
}
.tabs__content {
  padding: 16px 22px;
  border-radius: 0 3px 3px 3px;
  background-color: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
}
.tabs__item {
  display: none;
}
.tabs__item--active {
  display: block;
}
/*=====================
  Адаптивность
=====================*/
@media (max-width: 959px) {
  .tabs__control {
    font-size: 13px;
    line-height: 19px;
    box-sizing: border-box;
    margin-right: 1.111111%;
  }
}
/**
 * Swiper 3.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: January 10, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* custom styles */
.swiper-button-next {
  top: 15px;
  right: 13px;
  margin-top: 0;
  width: 26px;
  height: 26px;
  background-image: url("/newpredanie/img/ico/icon-slider-arrow--right.png");
  background-size: contain;
}
.swiper-button-next:hover {
  opacity: .8;
}
.swiper-button-next:active {
  opacity: .9;
}
.swiper-button-next.media {
  top: 50%;
  right: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}
.swiper-button-next.mobile {
  right: 20px;
  display: none;
}
.swiper-button-prev {
  top: 15px;
  margin-top: 0;
  right: 43px;
  left: auto;
  width: 26px;
  height: 26px;
  background-image: url("/newpredanie/img/ico/icon-slider-arrow--left.png");
  background-size: contain;
}
.swiper-button-prev:hover {
  opacity: .8;
}
.swiper-button-prev:active {
  opacity: .9;
}
.swiper-button-prev.media {
  top: 50%;
  left: -18px;
  right: auto;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}
.swiper-button-prev.mobile {
  left: 20px;
  display: none;
}
@media screen and (max-width: 959px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: -30px;
  }
  .swiper-button-next.media,
  .swiper-button-prev.media {
    display: none;
  }
  .swiper-button-next.mobile,
  .swiper-button-prev.mobile {
    display: block;
  }
  .swiper-button-prev {
    right: 36px;
  }
  .swiper-button-next {
    right: 6px;
  }
}
.btn--ivory,
.pagination__item--active,
.pagination__prev-btn,
.pagination__next-btn {
  color: #1f4e66;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  padding: 8px 16px 7px;
  border-radius: 5px;
  background-color: #fffdf7;
  box-shadow: 0 1px 2px #c3dae5;
}
.btn--ivory:hover,
.pagination__item--active:hover,
.pagination__prev-btn:hover,
.pagination__next-btn:hover {
  opacity: .7;
}
.btn--ivory:active,
.pagination__item--active:active,
.pagination__prev-btn:active,
.pagination__next-btn:active {
  opacity: .9;
}
.btn--rounded,
.pagination__item--active,
.pagination__prev-btn,
.pagination__next-btn {
  border-radius: 20px;
}
.pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination__prev-btn,
.pagination__next-btn,
.pagination__item {
  margin: 0 5px;
}
.pagination__prev-btn:first-child,
.pagination__next-btn:first-child,
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__prev-btn:last-child,
.pagination__next-btn:last-child,
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #1f4e66;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.pagination__prev-btn,
.pagination__next-btn {
  text-decoration: none;
  cursor: pointer;
}
.pagination__prev-btn {
  padding-right: 22px;
}
.pagination__prev-btn .icon {
  width: 7px;
  height: 12px;
  margin-right: 17px;
  vertical-align: baseline;
}
.pagination__next-btn {
  padding-left: 22px;
}
.pagination__next-btn .icon {
  width: 7px;
  height: 12px;
  margin-left: 17px;
  vertical-align: baseline;
}
@media (max-width: 959px) {
  .pagination {
    padding-bottom: 60px;
    position: relative;
  }
  .pagination__prev-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pagination__next-btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.groups-home__pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.video-global-container {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 250px !important;
  z-index: 101;
  box-shadow: 0 2px 5px #7495a6;
  line-height: 0;
}
.video-global-container #video-player {
  width: 100%;
}
.video-global-container .close {
  color: #fff;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #777;
  top: 5px;
}
.video-global-container .close:after {
  content: 'X';
  /* ANSI X letter */
}
.video-container #video-player {
  width: 100% !important;
  position: inherit;
  z-index: 101;
  box-shadow: none;
  margin-top: 16px;
}
.video-container .video-global-container {
  position: inherit;
  bottom: unset;
  left: unset;
  box-shadow: none;
  width: auto !important;
}
.video-container .close {
  display: none;
}
.bootstrap-4 {
  /* new bootstrap start here*/
}
.bootstrap-4 *,
.bootstrap-4 ::after,
.bootstrap-4 ::before {
  box-sizing: border-box;
}
.bootstrap-4 img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap-4 a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap-4 dl,
.bootstrap-4 ol,
.bootstrap-4 ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-4 ol ol,
.bootstrap-4 ol ul,
.bootstrap-4 ul ol,
.bootstrap-4 ul ul {
  margin-bottom: 0;
}
.bootstrap-4 dt {
  font-weight: 700;
}
.bootstrap-4 dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.bootstrap-4 blockquote {
  margin: 0 0 1rem;
}
.bootstrap-4 b,
.bootstrap-4 strong {
  font-weight: bolder;
}
.bootstrap-4 small {
  font-size: 80%;
}
.bootstrap-4 sub,
.bootstrap-4 sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-4 sub {
  bottom: -0.25em;
}
.bootstrap-4 sup {
  top: -0.5em;
}
.bootstrap-4 table {
  border-collapse: collapse;
}
.bootstrap-4 caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap-4 th {
  text-align: inherit;
}
.bootstrap-4 label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap-4 button {
  border-radius: 0;
}
.bootstrap-4 button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-4 button,
.bootstrap-4 input,
.bootstrap-4 optgroup,
.bootstrap-4 select,
.bootstrap-4 textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-4 button,
.bootstrap-4 input {
  overflow: visible;
}
.bootstrap-4 button,
.bootstrap-4 select {
  text-transform: none;
}
.bootstrap-4 [type=button],
.bootstrap-4 [type=reset],
.bootstrap-4 [type=submit],
.bootstrap-4 button {
  -webkit-appearance: button;
}
.bootstrap-4 [type=button]::-moz-focus-inner,
.bootstrap-4 [type=reset]::-moz-focus-inner,
.bootstrap-4 [type=submit]::-moz-focus-inner,
.bootstrap-4 button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap-4 input[type=checkbox],
.bootstrap-4 input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-4 input[type=date],
.bootstrap-4 input[type=datetime-local],
.bootstrap-4 input[type=month],
.bootstrap-4 input[type=time] {
  -webkit-appearance: listbox;
}
.bootstrap-4 textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap-4 fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-4 legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.bootstrap-4 progress {
  vertical-align: baseline;
}
.bootstrap-4 [type=number]::-webkit-inner-spin-button,
.bootstrap-4 [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-4 [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.bootstrap-4 [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-4 ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap-4 output {
  display: inline-block;
}
.bootstrap-4 summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap-4 template {
  display: none;
}
.bootstrap-4 [hidden] {
  display: none !important;
}
.bootstrap-4 .h1,
.bootstrap-4 .h2,
.bootstrap-4 .h3,
.bootstrap-4 .h4,
.bootstrap-4 .h5,
.bootstrap-4 .h6,
.bootstrap-4 h1,
.bootstrap-4 h2,
.bootstrap-4 h3,
.bootstrap-4 h4,
.bootstrap-4 h5,
.bootstrap-4 h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.bootstrap-4 .h1,
.bootstrap-4 h1 {
  font-size: 2.5rem;
}
.bootstrap-4 .h2,
.bootstrap-4 h2 {
  font-size: 2rem;
}
.bootstrap-4 .h3,
.bootstrap-4 h3 {
  font-size: 1.75rem;
}
.bootstrap-4 .h4,
.bootstrap-4 h4 {
  font-size: 1.5rem;
}
.bootstrap-4 .h5,
.bootstrap-4 h5 {
  font-size: 1.25rem;
}
.bootstrap-4 .h6,
.bootstrap-4 h6 {
  font-size: 1rem;
}
.bootstrap-4 .w-25 {
  width: 25% !important;
}
.bootstrap-4 .w-50 {
  width: 50% !important;
}
.bootstrap-4 .w-75 {
  width: 75% !important;
}
.bootstrap-4 .w-100 {
  width: 100% !important;
}
.bootstrap-4 .w-auto {
  width: auto !important;
}
.bootstrap-4 .h-25 {
  height: 25% !important;
}
.bootstrap-4 .h-50 {
  height: 50% !important;
}
.bootstrap-4 .h-75 {
  height: 75% !important;
}
.bootstrap-4 .h-100 {
  height: 100% !important;
}
.bootstrap-4 .h-auto {
  height: auto !important;
}
.bootstrap-4 .mw-100 {
  max-width: 100% !important;
}
.bootstrap-4 .mh-100 {
  max-height: 100% !important;
}
.bootstrap-4 .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap-4 .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap-4 .vw-100 {
  width: 100vw !important;
}
.bootstrap-4 .vh-100 {
  height: 100vh !important;
}
.bootstrap-4 .m-0 {
  margin: 0 !important;
}
.bootstrap-4 .mt-0,
.bootstrap-4 .my-0 {
  margin-top: 0 !important;
}
.bootstrap-4 .mr-0,
.bootstrap-4 .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-4 .mb-0,
.bootstrap-4 .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-4 .ml-0,
.bootstrap-4 .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-4 .m-1 {
  margin: 0.25rem !important;
}
.bootstrap-4 .mt-1,
.bootstrap-4 .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap-4 .mr-1,
.bootstrap-4 .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap-4 .mb-1,
.bootstrap-4 .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap-4 .ml-1,
.bootstrap-4 .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap-4 .m-2 {
  margin: 0.5rem !important;
}
.bootstrap-4 .mt-2,
.bootstrap-4 .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap-4 .mr-2,
.bootstrap-4 .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap-4 .mb-2,
.bootstrap-4 .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap-4 .ml-2,
.bootstrap-4 .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap-4 .m-3 {
  margin: 1rem !important;
}
.bootstrap-4 .mt-3,
.bootstrap-4 .my-3 {
  margin-top: 1rem !important;
}
.bootstrap-4 .mr-3,
.bootstrap-4 .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap-4 .mb-3,
.bootstrap-4 .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap-4 .ml-3,
.bootstrap-4 .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap-4 .m-4 {
  margin: 1.5rem !important;
}
.bootstrap-4 .mt-4,
.bootstrap-4 .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap-4 .mr-4,
.bootstrap-4 .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap-4 .mb-4,
.bootstrap-4 .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap-4 .ml-4,
.bootstrap-4 .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap-4 .m-5 {
  margin: 3rem !important;
}
.bootstrap-4 .mt-5,
.bootstrap-4 .my-5 {
  margin-top: 3rem !important;
}
.bootstrap-4 .mr-5,
.bootstrap-4 .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap-4 .mb-5,
.bootstrap-4 .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap-4 .ml-5,
.bootstrap-4 .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap-4 .p-0 {
  padding: 0 !important;
}
.bootstrap-4 .pt-0,
.bootstrap-4 .py-0 {
  padding-top: 0 !important;
}
.bootstrap-4 .pr-0,
.bootstrap-4 .px-0 {
  padding-right: 0 !important;
}
.bootstrap-4 .pb-0,
.bootstrap-4 .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-4 .pl-0,
.bootstrap-4 .px-0 {
  padding-left: 0 !important;
}
.bootstrap-4 .p-1 {
  padding: 0.25rem !important;
}
.bootstrap-4 .pt-1,
.bootstrap-4 .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap-4 .pr-1,
.bootstrap-4 .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap-4 .pb-1,
.bootstrap-4 .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap-4 .pl-1,
.bootstrap-4 .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap-4 .p-2 {
  padding: 0.5rem !important;
}
.bootstrap-4 .pt-2,
.bootstrap-4 .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap-4 .pr-2,
.bootstrap-4 .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap-4 .pb-2,
.bootstrap-4 .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap-4 .pl-2,
.bootstrap-4 .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap-4 .p-3 {
  padding: 1rem !important;
}
.bootstrap-4 .pt-3,
.bootstrap-4 .py-3 {
  padding-top: 1rem !important;
}
.bootstrap-4 .pr-3,
.bootstrap-4 .px-3 {
  padding-right: 1rem !important;
}
.bootstrap-4 .pb-3,
.bootstrap-4 .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap-4 .pl-3,
.bootstrap-4 .px-3 {
  padding-left: 1rem !important;
}
.bootstrap-4 .p-4 {
  padding: 1.5rem !important;
}
.bootstrap-4 .pt-4,
.bootstrap-4 .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap-4 .pr-4,
.bootstrap-4 .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap-4 .pb-4,
.bootstrap-4 .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap-4 .pl-4,
.bootstrap-4 .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap-4 .p-5 {
  padding: 3rem !important;
}
.bootstrap-4 .pt-5,
.bootstrap-4 .py-5 {
  padding-top: 3rem !important;
}
.bootstrap-4 .pr-5,
.bootstrap-4 .px-5 {
  padding-right: 3rem !important;
}
.bootstrap-4 .pb-5,
.bootstrap-4 .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap-4 .pl-5,
.bootstrap-4 .px-5 {
  padding-left: 3rem !important;
}
.bootstrap-4 .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap-4 .mt-n1,
.bootstrap-4 .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap-4 .mr-n1,
.bootstrap-4 .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap-4 .mb-n1,
.bootstrap-4 .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap-4 .ml-n1,
.bootstrap-4 .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap-4 .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap-4 .mt-n2,
.bootstrap-4 .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap-4 .mr-n2,
.bootstrap-4 .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap-4 .mb-n2,
.bootstrap-4 .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap-4 .ml-n2,
.bootstrap-4 .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap-4 .m-n3 {
  margin: -1rem !important;
}
.bootstrap-4 .mt-n3,
.bootstrap-4 .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap-4 .mr-n3,
.bootstrap-4 .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap-4 .mb-n3,
.bootstrap-4 .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap-4 .ml-n3,
.bootstrap-4 .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap-4 .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap-4 .mt-n4,
.bootstrap-4 .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap-4 .mr-n4,
.bootstrap-4 .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap-4 .mb-n4,
.bootstrap-4 .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap-4 .ml-n4,
.bootstrap-4 .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap-4 .m-n5 {
  margin: -3rem !important;
}
.bootstrap-4 .mt-n5,
.bootstrap-4 .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap-4 .mr-n5,
.bootstrap-4 .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap-4 .mb-n5,
.bootstrap-4 .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap-4 .ml-n5,
.bootstrap-4 .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap-4 .m-auto {
  margin: auto !important;
}
.bootstrap-4 .mt-auto,
.bootstrap-4 .my-auto {
  margin-top: auto !important;
}
.bootstrap-4 .mr-auto,
.bootstrap-4 .mx-auto {
  margin-right: auto !important;
}
.bootstrap-4 .mb-auto,
.bootstrap-4 .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-4 .ml-auto,
.bootstrap-4 .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-4 .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-sm-0,
  .bootstrap-4 .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-sm-0,
  .bootstrap-4 .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-sm-0,
  .bootstrap-4 .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-sm-0,
  .bootstrap-4 .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-4 .mt-sm-1,
  .bootstrap-4 .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-4 .mr-sm-1,
  .bootstrap-4 .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-4 .mb-sm-1,
  .bootstrap-4 .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-4 .ml-sm-1,
  .bootstrap-4 .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-4 .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-4 .mt-sm-2,
  .bootstrap-4 .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-4 .mr-sm-2,
  .bootstrap-4 .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-4 .mb-sm-2,
  .bootstrap-4 .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-4 .ml-sm-2,
  .bootstrap-4 .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-4 .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-4 .mt-sm-3,
  .bootstrap-4 .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-4 .mr-sm-3,
  .bootstrap-4 .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-4 .mb-sm-3,
  .bootstrap-4 .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-4 .ml-sm-3,
  .bootstrap-4 .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-4 .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-4 .mt-sm-4,
  .bootstrap-4 .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-4 .mr-sm-4,
  .bootstrap-4 .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-4 .mb-sm-4,
  .bootstrap-4 .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-4 .ml-sm-4,
  .bootstrap-4 .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-4 .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-4 .mt-sm-5,
  .bootstrap-4 .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-4 .mr-sm-5,
  .bootstrap-4 .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-4 .mb-sm-5,
  .bootstrap-4 .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-4 .ml-sm-5,
  .bootstrap-4 .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-4 .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-sm-0,
  .bootstrap-4 .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-sm-0,
  .bootstrap-4 .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-sm-0,
  .bootstrap-4 .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-sm-0,
  .bootstrap-4 .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-4 .pt-sm-1,
  .bootstrap-4 .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-4 .pr-sm-1,
  .bootstrap-4 .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-4 .pb-sm-1,
  .bootstrap-4 .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-4 .pl-sm-1,
  .bootstrap-4 .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-4 .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-4 .pt-sm-2,
  .bootstrap-4 .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-4 .pr-sm-2,
  .bootstrap-4 .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-4 .pb-sm-2,
  .bootstrap-4 .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-4 .pl-sm-2,
  .bootstrap-4 .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-4 .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-4 .pt-sm-3,
  .bootstrap-4 .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-4 .pr-sm-3,
  .bootstrap-4 .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-4 .pb-sm-3,
  .bootstrap-4 .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-4 .pl-sm-3,
  .bootstrap-4 .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-4 .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-4 .pt-sm-4,
  .bootstrap-4 .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-4 .pr-sm-4,
  .bootstrap-4 .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-4 .pb-sm-4,
  .bootstrap-4 .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-4 .pl-sm-4,
  .bootstrap-4 .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-4 .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-4 .pt-sm-5,
  .bootstrap-4 .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-4 .pr-sm-5,
  .bootstrap-4 .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-4 .pb-sm-5,
  .bootstrap-4 .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-4 .pl-sm-5,
  .bootstrap-4 .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-4 .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-4 .mt-sm-n1,
  .bootstrap-4 .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-4 .mr-sm-n1,
  .bootstrap-4 .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-4 .mb-sm-n1,
  .bootstrap-4 .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-4 .ml-sm-n1,
  .bootstrap-4 .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-4 .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-4 .mt-sm-n2,
  .bootstrap-4 .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-4 .mr-sm-n2,
  .bootstrap-4 .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-4 .mb-sm-n2,
  .bootstrap-4 .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-4 .ml-sm-n2,
  .bootstrap-4 .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-4 .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-4 .mt-sm-n3,
  .bootstrap-4 .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-4 .mr-sm-n3,
  .bootstrap-4 .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-4 .mb-sm-n3,
  .bootstrap-4 .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-4 .ml-sm-n3,
  .bootstrap-4 .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-4 .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-4 .mt-sm-n4,
  .bootstrap-4 .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-4 .mr-sm-n4,
  .bootstrap-4 .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-4 .mb-sm-n4,
  .bootstrap-4 .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-4 .ml-sm-n4,
  .bootstrap-4 .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-4 .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-4 .mt-sm-n5,
  .bootstrap-4 .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-4 .mr-sm-n5,
  .bootstrap-4 .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-4 .mb-sm-n5,
  .bootstrap-4 .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-4 .ml-sm-n5,
  .bootstrap-4 .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-4 .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-sm-auto,
  .bootstrap-4 .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-sm-auto,
  .bootstrap-4 .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-sm-auto,
  .bootstrap-4 .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-sm-auto,
  .bootstrap-4 .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-md-0,
  .bootstrap-4 .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-md-0,
  .bootstrap-4 .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-md-0,
  .bootstrap-4 .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-md-0,
  .bootstrap-4 .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-4 .mt-md-1,
  .bootstrap-4 .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-4 .mr-md-1,
  .bootstrap-4 .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-4 .mb-md-1,
  .bootstrap-4 .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-4 .ml-md-1,
  .bootstrap-4 .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-4 .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-4 .mt-md-2,
  .bootstrap-4 .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-4 .mr-md-2,
  .bootstrap-4 .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-4 .mb-md-2,
  .bootstrap-4 .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-4 .ml-md-2,
  .bootstrap-4 .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-4 .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-4 .mt-md-3,
  .bootstrap-4 .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-4 .mr-md-3,
  .bootstrap-4 .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-4 .mb-md-3,
  .bootstrap-4 .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-4 .ml-md-3,
  .bootstrap-4 .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-4 .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-4 .mt-md-4,
  .bootstrap-4 .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-4 .mr-md-4,
  .bootstrap-4 .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-4 .mb-md-4,
  .bootstrap-4 .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-4 .ml-md-4,
  .bootstrap-4 .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-4 .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-4 .mt-md-5,
  .bootstrap-4 .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-4 .mr-md-5,
  .bootstrap-4 .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-4 .mb-md-5,
  .bootstrap-4 .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-4 .ml-md-5,
  .bootstrap-4 .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-4 .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-md-0,
  .bootstrap-4 .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-md-0,
  .bootstrap-4 .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-md-0,
  .bootstrap-4 .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-md-0,
  .bootstrap-4 .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-4 .pt-md-1,
  .bootstrap-4 .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-4 .pr-md-1,
  .bootstrap-4 .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-4 .pb-md-1,
  .bootstrap-4 .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-4 .pl-md-1,
  .bootstrap-4 .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-4 .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-4 .pt-md-2,
  .bootstrap-4 .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-4 .pr-md-2,
  .bootstrap-4 .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-4 .pb-md-2,
  .bootstrap-4 .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-4 .pl-md-2,
  .bootstrap-4 .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-4 .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-4 .pt-md-3,
  .bootstrap-4 .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-4 .pr-md-3,
  .bootstrap-4 .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-4 .pb-md-3,
  .bootstrap-4 .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-4 .pl-md-3,
  .bootstrap-4 .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-4 .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-4 .pt-md-4,
  .bootstrap-4 .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-4 .pr-md-4,
  .bootstrap-4 .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-4 .pb-md-4,
  .bootstrap-4 .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-4 .pl-md-4,
  .bootstrap-4 .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-4 .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-4 .pt-md-5,
  .bootstrap-4 .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-4 .pr-md-5,
  .bootstrap-4 .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-4 .pb-md-5,
  .bootstrap-4 .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-4 .pl-md-5,
  .bootstrap-4 .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-4 .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-4 .mt-md-n1,
  .bootstrap-4 .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-4 .mr-md-n1,
  .bootstrap-4 .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-4 .mb-md-n1,
  .bootstrap-4 .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-4 .ml-md-n1,
  .bootstrap-4 .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-4 .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-4 .mt-md-n2,
  .bootstrap-4 .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-4 .mr-md-n2,
  .bootstrap-4 .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-4 .mb-md-n2,
  .bootstrap-4 .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-4 .ml-md-n2,
  .bootstrap-4 .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-4 .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-4 .mt-md-n3,
  .bootstrap-4 .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-4 .mr-md-n3,
  .bootstrap-4 .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-4 .mb-md-n3,
  .bootstrap-4 .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-4 .ml-md-n3,
  .bootstrap-4 .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-4 .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-4 .mt-md-n4,
  .bootstrap-4 .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-4 .mr-md-n4,
  .bootstrap-4 .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-4 .mb-md-n4,
  .bootstrap-4 .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-4 .ml-md-n4,
  .bootstrap-4 .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-4 .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-4 .mt-md-n5,
  .bootstrap-4 .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-4 .mr-md-n5,
  .bootstrap-4 .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-4 .mb-md-n5,
  .bootstrap-4 .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-4 .ml-md-n5,
  .bootstrap-4 .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-4 .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-md-auto,
  .bootstrap-4 .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-md-auto,
  .bootstrap-4 .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-md-auto,
  .bootstrap-4 .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-md-auto,
  .bootstrap-4 .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-lg-0,
  .bootstrap-4 .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-lg-0,
  .bootstrap-4 .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-lg-0,
  .bootstrap-4 .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-lg-0,
  .bootstrap-4 .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-4 .mt-lg-1,
  .bootstrap-4 .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-4 .mr-lg-1,
  .bootstrap-4 .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-4 .mb-lg-1,
  .bootstrap-4 .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-4 .ml-lg-1,
  .bootstrap-4 .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-4 .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-4 .mt-lg-2,
  .bootstrap-4 .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-4 .mr-lg-2,
  .bootstrap-4 .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-4 .mb-lg-2,
  .bootstrap-4 .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-4 .ml-lg-2,
  .bootstrap-4 .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-4 .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-4 .mt-lg-3,
  .bootstrap-4 .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-4 .mr-lg-3,
  .bootstrap-4 .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-4 .mb-lg-3,
  .bootstrap-4 .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-4 .ml-lg-3,
  .bootstrap-4 .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-4 .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-4 .mt-lg-4,
  .bootstrap-4 .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-4 .mr-lg-4,
  .bootstrap-4 .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-4 .mb-lg-4,
  .bootstrap-4 .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-4 .ml-lg-4,
  .bootstrap-4 .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-4 .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-4 .mt-lg-5,
  .bootstrap-4 .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-4 .mr-lg-5,
  .bootstrap-4 .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-4 .mb-lg-5,
  .bootstrap-4 .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-4 .ml-lg-5,
  .bootstrap-4 .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-4 .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-lg-0,
  .bootstrap-4 .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-lg-0,
  .bootstrap-4 .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-lg-0,
  .bootstrap-4 .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-lg-0,
  .bootstrap-4 .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-4 .pt-lg-1,
  .bootstrap-4 .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-4 .pr-lg-1,
  .bootstrap-4 .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-4 .pb-lg-1,
  .bootstrap-4 .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-4 .pl-lg-1,
  .bootstrap-4 .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-4 .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-4 .pt-lg-2,
  .bootstrap-4 .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-4 .pr-lg-2,
  .bootstrap-4 .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-4 .pb-lg-2,
  .bootstrap-4 .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-4 .pl-lg-2,
  .bootstrap-4 .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-4 .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-4 .pt-lg-3,
  .bootstrap-4 .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-4 .pr-lg-3,
  .bootstrap-4 .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-4 .pb-lg-3,
  .bootstrap-4 .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-4 .pl-lg-3,
  .bootstrap-4 .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-4 .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-4 .pt-lg-4,
  .bootstrap-4 .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-4 .pr-lg-4,
  .bootstrap-4 .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-4 .pb-lg-4,
  .bootstrap-4 .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-4 .pl-lg-4,
  .bootstrap-4 .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-4 .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-4 .pt-lg-5,
  .bootstrap-4 .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-4 .pr-lg-5,
  .bootstrap-4 .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-4 .pb-lg-5,
  .bootstrap-4 .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-4 .pl-lg-5,
  .bootstrap-4 .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-4 .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-4 .mt-lg-n1,
  .bootstrap-4 .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-4 .mr-lg-n1,
  .bootstrap-4 .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-4 .mb-lg-n1,
  .bootstrap-4 .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-4 .ml-lg-n1,
  .bootstrap-4 .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-4 .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-4 .mt-lg-n2,
  .bootstrap-4 .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-4 .mr-lg-n2,
  .bootstrap-4 .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-4 .mb-lg-n2,
  .bootstrap-4 .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-4 .ml-lg-n2,
  .bootstrap-4 .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-4 .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-4 .mt-lg-n3,
  .bootstrap-4 .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-4 .mr-lg-n3,
  .bootstrap-4 .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-4 .mb-lg-n3,
  .bootstrap-4 .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-4 .ml-lg-n3,
  .bootstrap-4 .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-4 .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-4 .mt-lg-n4,
  .bootstrap-4 .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-4 .mr-lg-n4,
  .bootstrap-4 .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-4 .mb-lg-n4,
  .bootstrap-4 .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-4 .ml-lg-n4,
  .bootstrap-4 .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-4 .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-4 .mt-lg-n5,
  .bootstrap-4 .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-4 .mr-lg-n5,
  .bootstrap-4 .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-4 .mb-lg-n5,
  .bootstrap-4 .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-4 .ml-lg-n5,
  .bootstrap-4 .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-4 .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-lg-auto,
  .bootstrap-4 .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-lg-auto,
  .bootstrap-4 .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-lg-auto,
  .bootstrap-4 .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-lg-auto,
  .bootstrap-4 .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-4 .mt-xl-0,
  .bootstrap-4 .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-4 .mr-xl-0,
  .bootstrap-4 .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-4 .mb-xl-0,
  .bootstrap-4 .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-4 .ml-xl-0,
  .bootstrap-4 .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-4 .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-4 .mt-xl-1,
  .bootstrap-4 .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-4 .mr-xl-1,
  .bootstrap-4 .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-4 .mb-xl-1,
  .bootstrap-4 .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-4 .ml-xl-1,
  .bootstrap-4 .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-4 .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-4 .mt-xl-2,
  .bootstrap-4 .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-4 .mr-xl-2,
  .bootstrap-4 .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-4 .mb-xl-2,
  .bootstrap-4 .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-4 .ml-xl-2,
  .bootstrap-4 .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-4 .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-4 .mt-xl-3,
  .bootstrap-4 .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-4 .mr-xl-3,
  .bootstrap-4 .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-4 .mb-xl-3,
  .bootstrap-4 .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-4 .ml-xl-3,
  .bootstrap-4 .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-4 .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-4 .mt-xl-4,
  .bootstrap-4 .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-4 .mr-xl-4,
  .bootstrap-4 .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-4 .mb-xl-4,
  .bootstrap-4 .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-4 .ml-xl-4,
  .bootstrap-4 .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-4 .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-4 .mt-xl-5,
  .bootstrap-4 .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-4 .mr-xl-5,
  .bootstrap-4 .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-4 .mb-xl-5,
  .bootstrap-4 .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-4 .ml-xl-5,
  .bootstrap-4 .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-4 .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-4 .pt-xl-0,
  .bootstrap-4 .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-4 .pr-xl-0,
  .bootstrap-4 .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-4 .pb-xl-0,
  .bootstrap-4 .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-4 .pl-xl-0,
  .bootstrap-4 .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-4 .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-4 .pt-xl-1,
  .bootstrap-4 .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-4 .pr-xl-1,
  .bootstrap-4 .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-4 .pb-xl-1,
  .bootstrap-4 .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-4 .pl-xl-1,
  .bootstrap-4 .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-4 .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-4 .pt-xl-2,
  .bootstrap-4 .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-4 .pr-xl-2,
  .bootstrap-4 .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-4 .pb-xl-2,
  .bootstrap-4 .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-4 .pl-xl-2,
  .bootstrap-4 .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-4 .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-4 .pt-xl-3,
  .bootstrap-4 .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-4 .pr-xl-3,
  .bootstrap-4 .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-4 .pb-xl-3,
  .bootstrap-4 .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-4 .pl-xl-3,
  .bootstrap-4 .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-4 .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-4 .pt-xl-4,
  .bootstrap-4 .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-4 .pr-xl-4,
  .bootstrap-4 .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-4 .pb-xl-4,
  .bootstrap-4 .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-4 .pl-xl-4,
  .bootstrap-4 .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-4 .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-4 .pt-xl-5,
  .bootstrap-4 .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-4 .pr-xl-5,
  .bootstrap-4 .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-4 .pb-xl-5,
  .bootstrap-4 .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-4 .pl-xl-5,
  .bootstrap-4 .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-4 .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-4 .mt-xl-n1,
  .bootstrap-4 .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-4 .mr-xl-n1,
  .bootstrap-4 .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-4 .mb-xl-n1,
  .bootstrap-4 .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-4 .ml-xl-n1,
  .bootstrap-4 .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-4 .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-4 .mt-xl-n2,
  .bootstrap-4 .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-4 .mr-xl-n2,
  .bootstrap-4 .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-4 .mb-xl-n2,
  .bootstrap-4 .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-4 .ml-xl-n2,
  .bootstrap-4 .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-4 .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-4 .mt-xl-n3,
  .bootstrap-4 .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-4 .mr-xl-n3,
  .bootstrap-4 .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-4 .mb-xl-n3,
  .bootstrap-4 .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-4 .ml-xl-n3,
  .bootstrap-4 .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-4 .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-4 .mt-xl-n4,
  .bootstrap-4 .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-4 .mr-xl-n4,
  .bootstrap-4 .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-4 .mb-xl-n4,
  .bootstrap-4 .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-4 .ml-xl-n4,
  .bootstrap-4 .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-4 .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-4 .mt-xl-n5,
  .bootstrap-4 .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-4 .mr-xl-n5,
  .bootstrap-4 .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-4 .mb-xl-n5,
  .bootstrap-4 .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-4 .ml-xl-n5,
  .bootstrap-4 .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-4 .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-4 .mt-xl-auto,
  .bootstrap-4 .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-4 .mr-xl-auto,
  .bootstrap-4 .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-4 .mb-xl-auto,
  .bootstrap-4 .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-4 .ml-xl-auto,
  .bootstrap-4 .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-4 .d-none {
  display: none !important;
}
.bootstrap-4 .d-inline {
  display: inline !important;
}
.bootstrap-4 .d-inline-block {
  display: inline-block !important;
}
.bootstrap-4 .d-block {
  display: block !important;
}
.bootstrap-4 .d-table {
  display: table !important;
}
.bootstrap-4 .d-table-row {
  display: table-row !important;
}
.bootstrap-4 .d-table-cell {
  display: table-cell !important;
}
.bootstrap-4 .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.bootstrap-4 .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .bootstrap-4 .d-md-none {
    display: none !important;
  }
  .bootstrap-4 .d-md-inline {
    display: inline !important;
  }
  .bootstrap-4 .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-4 .d-md-block {
    display: block !important;
  }
  .bootstrap-4 .d-md-table {
    display: table !important;
  }
  .bootstrap-4 .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-4 .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-4 .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bootstrap-4 .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.bootstrap-4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-4 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .container {
    max-width: 1140px;
  }
}
.bootstrap-4 .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-4 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-4 .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-4 .no-gutters > .col,
.bootstrap-4 .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-4 .col,
.bootstrap-4 .col-1,
.bootstrap-4 .col-10,
.bootstrap-4 .col-11,
.bootstrap-4 .col-12,
.bootstrap-4 .col-2,
.bootstrap-4 .col-3,
.bootstrap-4 .col-4,
.bootstrap-4 .col-5,
.bootstrap-4 .col-6,
.bootstrap-4 .col-7,
.bootstrap-4 .col-8,
.bootstrap-4 .col-9,
.bootstrap-4 .col-auto,
.bootstrap-4 .col-lg,
.bootstrap-4 .col-lg-1,
.bootstrap-4 .col-lg-10,
.bootstrap-4 .col-lg-11,
.bootstrap-4 .col-lg-12,
.bootstrap-4 .col-lg-2,
.bootstrap-4 .col-lg-3,
.bootstrap-4 .col-lg-4,
.bootstrap-4 .col-lg-5,
.bootstrap-4 .col-lg-6,
.bootstrap-4 .col-lg-7,
.bootstrap-4 .col-lg-8,
.bootstrap-4 .col-lg-9,
.bootstrap-4 .col-lg-auto,
.bootstrap-4 .col-md,
.bootstrap-4 .col-md-1,
.bootstrap-4 .col-md-10,
.bootstrap-4 .col-md-11,
.bootstrap-4 .col-md-12,
.bootstrap-4 .col-md-2,
.bootstrap-4 .col-md-3,
.bootstrap-4 .col-md-4,
.bootstrap-4 .col-md-5,
.bootstrap-4 .col-md-6,
.bootstrap-4 .col-md-7,
.bootstrap-4 .col-md-8,
.bootstrap-4 .col-md-9,
.bootstrap-4 .col-md-auto,
.bootstrap-4 .col-sm,
.bootstrap-4 .col-sm-1,
.bootstrap-4 .col-sm-10,
.bootstrap-4 .col-sm-11,
.bootstrap-4 .col-sm-12,
.bootstrap-4 .col-sm-2,
.bootstrap-4 .col-sm-3,
.bootstrap-4 .col-sm-4,
.bootstrap-4 .col-sm-5,
.bootstrap-4 .col-sm-6,
.bootstrap-4 .col-sm-7,
.bootstrap-4 .col-sm-8,
.bootstrap-4 .col-sm-9,
.bootstrap-4 .col-sm-auto,
.bootstrap-4 .col-xl,
.bootstrap-4 .col-xl-1,
.bootstrap-4 .col-xl-10,
.bootstrap-4 .col-xl-11,
.bootstrap-4 .col-xl-12,
.bootstrap-4 .col-xl-2,
.bootstrap-4 .col-xl-3,
.bootstrap-4 .col-xl-4,
.bootstrap-4 .col-xl-5,
.bootstrap-4 .col-xl-6,
.bootstrap-4 .col-xl-7,
.bootstrap-4 .col-xl-8,
.bootstrap-4 .col-xl-9,
.bootstrap-4 .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-4 .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-4 .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bootstrap-4 .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrap-4 .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-4 .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrap-4 .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bootstrap-4 .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-4 .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bootstrap-4 .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bootstrap-4 .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-4 .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bootstrap-4 .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bootstrap-4 .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-4 .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-4 .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap-4 .nav-link:focus,
.bootstrap-4 .nav-link:hover {
  text-decoration: none;
}
.bootstrap-4 .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap-4 .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-4 .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.bootstrap-4 .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap-4 .nav-tabs .nav-link:focus,
.bootstrap-4 .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap-4 .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-4 .nav-tabs .nav-item.show .nav-link,
.bootstrap-4 .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap-4 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-4 .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.bootstrap-4 .nav-pills .nav-link.active,
.bootstrap-4 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.bootstrap-4 .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap-4 .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.bootstrap-4 .tab-content > .tab-pane {
  display: none;
}
.bootstrap-4 .tab-content > .active {
  display: block;
}
.bootstrap-4 .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap-4 .navbar > .container,
.bootstrap-4 .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bootstrap-4 .navbar-brand:focus,
.bootstrap-4 .navbar-brand:hover {
  text-decoration: none;
}
.bootstrap-4 .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-4 .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-4 .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap-4 .navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: 0.5rem;
}
.bootstrap-4 .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap-4 .navbar-toggler:focus,
.bootstrap-4 .navbar-toggler:hover {
  text-decoration: none;
}
.bootstrap-4 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap-4 .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .bootstrap-4 .navbar-expand-sm > .container,
  .bootstrap-4 .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-4 .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrap-4 .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrap-4 .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-4 .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-4 .navbar-expand-sm > .container,
  .bootstrap-4 .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrap-4 .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrap-4 .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-4 .navbar-expand-md > .container,
  .bootstrap-4 .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrap-4 .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrap-4 .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-4 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-4 .navbar-expand-md > .container,
  .bootstrap-4 .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrap-4 .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrap-4 .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-4 .navbar-expand-lg > .container,
  .bootstrap-4 .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrap-4 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrap-4 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-4 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-4 .navbar-expand-lg > .container,
  .bootstrap-4 .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrap-4 .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrap-4 .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-4 .navbar-expand-xl > .container,
  .bootstrap-4 .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bootstrap-4 .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bootstrap-4 .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-4 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-4 .navbar-expand-xl > .container,
  .bootstrap-4 .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bootstrap-4 .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bootstrap-4 .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap-4 .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bootstrap-4 .navbar-expand > .container,
.bootstrap-4 .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-4 .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.bootstrap-4 .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap-4 .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: 0.5rem;
}
.bootstrap-4 .navbar-expand > .container,
.bootstrap-4 .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.bootstrap-4 .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.bootstrap-4 .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap-4 .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-4 .navbar-light .navbar-brand:focus,
.bootstrap-4 .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-4 .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-4 .navbar-light .navbar-nav .nav-link:focus,
.bootstrap-4 .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap-4 .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap-4 .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-4 .navbar-light .navbar-nav .nav-link.active,
.bootstrap-4 .navbar-light .navbar-nav .nav-link.show,
.bootstrap-4 .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-4 .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap-4 .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-4 .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-4 .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-4 .navbar-light .navbar-text a:focus,
.bootstrap-4 .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-4 .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap-4 .navbar-dark .navbar-brand:focus,
.bootstrap-4 .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.bootstrap-4 .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-4 .navbar-dark .navbar-nav .nav-link:focus,
.bootstrap-4 .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap-4 .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap-4 .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-4 .navbar-dark .navbar-nav .nav-link.active,
.bootstrap-4 .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-4 .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.bootstrap-4 .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap-4 .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-4 .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-4 .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap-4 .navbar-dark .navbar-text a:focus,
.bootstrap-4 .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.bootstrap-4 .navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap-4 .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.bootstrap-4 .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-4 .collapse:not(.show) {
  display: none;
}
.bootstrap-4 .align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}
.bootstrap-4 .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.bootstrap-4 .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.bootstrap-4 .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.bootstrap-4 .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.bootstrap-4 .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.bootstrap-4 .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.bootstrap-4 .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.bootstrap-4 .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.bootstrap-4 .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.bootstrap-4 .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.bootstrap-4 .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.bootstrap-4 .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.bootstrap-4 .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.bootstrap-4 .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.bootstrap-4 .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.bootstrap-4 .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.bootstrap-4 .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.bootstrap-4 .form-control {
  display: block;
  width: 100%;
  height: calc(4.25rem);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bootstrap-4 .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap-4 .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bootstrap-4 .btn {
    transition: none;
  }
}
.bootstrap-4 .dropdown,
.bootstrap-4 .dropleft,
.bootstrap-4 .dropright,
.bootstrap-4 .dropup {
  position: relative;
}
.bootstrap-4 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-4 .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap-4 .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap-4 .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-4 .dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .bootstrap-4 .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-4 .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-4 .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-4 .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.bootstrap-4 .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap-4 .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-4 .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap-4 .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-4 .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap-4 .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap-4 .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.bootstrap-4 .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap-4 .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-4 .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-4 .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap-4 .dropdown-menu[x-placement^=bottom],
.bootstrap-4 .dropdown-menu[x-placement^=left],
.bootstrap-4 .dropdown-menu[x-placement^=right],
.bootstrap-4 .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.bootstrap-4 .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap-4 .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-4 .dropdown-item:first-child {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bootstrap-4 .dropdown-item:last-child {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.bootstrap-4 .dropdown-item:focus,
.bootstrap-4 .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap-4 .dropdown-item.active,
.bootstrap-4 .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bootstrap-4 .dropdown-item.disabled,
.bootstrap-4 .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap-4 .dropdown-menu.show {
  display: block;
}
.bootstrap-4 .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap-4 .dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.new_header {
  /* custom.css start here */
  font-family: 'PT sans', sans-serif;
  font-size: 18px;
  color: #2f2f2f;
  background: #f4fafe;
  line-height: 1.5;
  /*Меню*/
  /*.search-area{
    width: 18rem;
    height: 23px;
    margin-left: 7px;
    margin-top: -1px;
  }*/
  /*Мобильное меню*/
  /*Мобильный поиск*/
  /*Подменю*/
}
.new_header a,
.new_header a:hover,
.new_header a:active {
  color: inherit;
}
.new_header a {
  /*color: #007bff;*/
  text-decoration: none;
  background-color: transparent;
}
.new_header .underline {
  text-decoration: underline;
}
.new_header .container {
  max-width: 1140px;
}
.new_header .navbar {
  margin-bottom: 0.1rem;
}
.new_header h3 {
  font-weight: 700;
}
.new_header .yellow {
  color: #ffc107 !important;
}
.new_header .header {
  background: #f4fafe;
}
.new_header .firstline {
  padding-top: 20px;
  max-width: 100%;
}
.new_header .nav-link {
  color: #1f4e66;
  text-decoration: none;
  transition: 0.2s all ease;
}
.new_header .nav-link:hover {
  text-decoration: none;
  color: #1f4e66;
  border-bottom: 3px #1f4e66 solid;
}
.new_header .nav-link.active {
  border-bottom: 3px #1f4e66 solid;
}
.new_header .icons__item {
  font-size: 18px;
  color: #b0cfe1;
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  text-align: center;
  border-radius: 30px;
  transition: 0.2s all ease;
}
.new_header .icons__item--dzen svg {
  margin-top: 3px;
  margin-left: 1px;
}
.new_header .icons__item:hover {
  color: #1f4e66;
  /*opacity: 0.5;*/
  background: #fcfdfe;
}
.new_header .icons__item::before {
  content: "";
  position: absolute;
  display: block;
  border: 1px #b0cfe1 solid;
  border-radius: 31px;
  width: 35px;
  height: 35px;
  margin-top: -4px;
}
.new_header .icons__item:active::before {
  border-color: #1f4e66;
  outline: none;
}
.new_header .icons__item:hover .twitter-hover {
  display: block;
}
.new_header .menu_big {
  padding-top: 5px;
}
.new_header .form-control {
  border: 1px #b0cfe1 solid;
  border-radius: 50px;
  color: grey;
  height: 35px;
  background: #f4fafe;
  transition: 0.2s all ease;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .new_header .form-control {
    padding-right: 60px;
  }
}
.new_header .form-control:hover {
  background: #f8fcfe;
}
.new_header .form-control:focus {
  background: #fff;
  border-color: #1f4e66;
  box-shadow: none;
}
.new_header .search-area::-ms-clear {
  display: none;
}
.new_header .icons,
.new_header .nav-item {
  list-style: none;
  padding: 0;
}
.new_header .icons {
  justify-content: space-around;
}
.new_header .search-btn {
  border: 0;
  z-index: 500;
  color: #1f4e66;
  position: absolute;
  right: 25px;
  transition: 0.1s all ease;
}
.new_header .search-btn:hover {
  font-size: 17px;
  color: #1f4e66;
}
.new_header .search-btn:focus {
  box-shadow: none;
}
.new_header .search-area {
  width: 20rem;
  margin-left: 7px;
  margin-top: -1px;
}
.new_header .main-menu-header {
  margin-top: 10px;
  margin-left: -7px;
}
.new_header .nav-link {
  padding: 0.2rem;
}
.new_header .slider {
  position: absolute !important;
  left: -160px;
  background: #f4fafe;
  color: #1f4e66;
  font-size: 18px;
  box-shadow: 0px 11px 33px -17px;
  border: 1px #fff solid;
  border-top: 0;
}
.new_header .dropdown-item {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new_header .dropdown-item:hover {
  background: #fff;
}
.new_header .logo {
  width: 100%;
}
@media screen and (max-width: 950px) {
  .new_header .search-area {
    width: auto;
  }
}
.new_header .mobile-logo {
  width: 48px;
}
.new_header .icon-sizer {
  font-size: 24px;
}
.new_header .m-menu {
  background: #f4fafe;
  transition: 0.2s all ease;
  font-weight: 700;
  font-size: 18px;
}
.new_header .m-menu__title {
  font-size: 22px;
  color: #2f2f2f;
}
.new_header .nav-item-m {
  height: 43px;
  border-bottom: 2px #fff solid;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  color: #1f4e66;
}
.new_header .nav-item-m2 {
  height: 43px;
  border-bottom: 2px #fff solid;
  width: 100%;
}
.new_header .nav-link-m {
  width: 100%;
}
.new_header .nav-item-m:hover,
.new_header .nav-item-m2:hover,
.new_header .nav-item-m2:focus {
  background: #fff;
  text-decoration: none;
}
.new_header .nav-item-m:active,
.new_header .nav-item-m2:active {
  background: #fff;
  text-decoration: none;
}
.new_header .nav-item-m0 {
  margin-top: 20px;
  margin-left: 25px;
  display: flex;
  margin: 0 auto;
}
.new_header .nav-link-m2 {
  padding-left: 40px;
  width: 100%;
  line-height: 2.5rem;
  display: block;
}
.new_header .nav-link-m2.active {
  background: #fff;
  text-decoration: none;
}
.new_header .nav-link-m0 {
  margin: 0 auto;
  width: 330%;
  margin-bottom: 10px;
  margin-top: 10px;
  filter: invert(100%);
}
.new_header .m-items {
  box-shadow: 0px 11px 20px -17px grey inset;
}
.new_header .sub_sub {
  background: #f8fcfe;
  box-shadow: 0px 11px 20px -17px grey inset;
  font-weight: 400;
}
.new_header .navbar-toggler:focus,
.new_header .navbar-toggler:active {
  box-shadow: none;
  outline: none;
}
.new_header .search-mobile {
  height: 45px;
}
.new_header .search__choise {
  padding-bottom: 24px;
}
.new_header .search__choise_item {
  padding-right: 7px;
}
.new_header .search__choise_dd {
  border-bottom: 2px #1f4e66 dotted;
  padding-bottom: 5px;
}
.new_header .dropdown-menu.show {
  background: #f4fafe;
  border: none;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 11px 33px -17px;
}
.new_header .subnav {
  background: #f8fcfe;
  margin-bottom: 15px;
}
.new_header .paragraph {
  font-size: 24px;
  color: #1f4e66;
}
.new_header .headline,
.new_header .subnav__item {
  align-items: baseline;
}
.new_header .subnav__item {
  padding-right: 25px;
}
.new_header .subnav__title {
  margin-top: 18px;
  margin-left: 38px;
  align-items: center;
}
.new_header .subnav__title__name {
  padding-left: 6px;
}
.new_header .mail {
  font-size: 20px;
  padding: 10px 10px 0 10px;
}
.new_header .email-name {
  color: #1f4e66;
  text-decoration: underline;
}
.new_header .subnav__menu {
  padding-left: 42px;
  margin-top: -5px;
}
.new_header .subnav__menu__link {
  margin-right: 20px;
  color: #1f4e66;
}
.new_header .subnav__menu__link.active,
.new_header .subnav__menu__link:hover {
  border-bottom: 3px #ffd512 solid;
  color: #1f4e66;
}
.new_header .app-img {
  height: 35px;
  transition: .2s all ease;
}
.new_header .app-img:hover {
  box-shadow: 0px 11px 15px -10px;
  margin-top: -1px;
}
.new_header .app-img:active {
  box-shadow: none;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .new_header .subnav__title__name {
    font-size: 2.0rem;
  }
}
.new_header .subslider {
  right: 10px;
  background: #f8fcfe;
  color: #1f4e66;
}
.new_header .search {
  padding: unset;
  background: none;
  box-shadow: none;
  border-radius: unset;
}
.new_header .search-btn-fixed {
  padding: 0 .75rem !important;
}
.new_header .search .my-2 {
  margin-top: 0 !important;
}
.new_header .row:before {
  content: unset;
}
.new_header .elastic-search ul.dropdown-menu {
  width: 355px;
  background: #f4fafe;
  border: none;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 11px 33px -17px;
  font-weight: 400;
  line-height: 1.5;
  left: auto;
}
.new_header .elastic-search ul.dropdown-menu li {
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  border-bottom: 1px dotted #ddd;
  white-space: normal;
  cursor: pointer;
}
.new_header .elastic-search ul.dropdown-menu li small {
  color: grey;
}
.new_header .elastic-search ul.dropdown-menu li:last-child {
  border: 0;
}
.new_header .elastic-search ul.dropdown-menu li.active {
  background: #ffffff;
}
.new_header .elastic-search ul.dropdown-menu li:first-child {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.new_header .elastic-search ul.dropdown-menu li:last-child {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.new_header .elastic-search .mobile ul.dropdown-menu {
  width: 100%;
  left: 0 !important;
}
/*Футер*/
.new_footer {
  background: #1f4e66;
  height: auto;
  color: #fff;
  font-size: 14px;
  padding-bottom: 40px;
  line-height: 1.5;
}
.new_footer .footer__logoline {
  padding-top: 40px;
  margin-left: 0px;
}
.new_footer .footer__title {
  margin-left: 20px;
}
.new_footer .footer__content {
  padding-top: 20px;
  padding-bottom: 15px;
}
.new_footer .footer__content_item {
  width: 230px;
  color: #fff;
  padding: 15px;
  line-height: 1.2rem;
}
.new_footer .footer__content_item:hover,
.new_footer .footer__copy_link {
  color: #fff;
  text-decoration: underline;
}
.new_footer .container {
  max-width: 1140px;
}
.new_footer .row:before,
.new_footer .row:after {
  content: unset;
}
/*=== страницы ===*/
.container {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 460px;
    padding: 0 10px;
  }
}
@media (max-width: 959px) {
  .mobile-hide {
    display: none!important;
  }
}
.desktop-hide {
  display: none!important;
}
@media (max-width: 959px) {
  .desktop-hide {
    display: block!important;
  }
}
.overflow {
  overflow: hidden;
}
.index-l-row:after,
.index-l-row:before {
  content: "";
  display: table;
}
.index-l-row:after {
  clear: both;
}
.index-l-donate-banner {
  width: 265px;
  float: right;
}
.index-l-fast-nav {
  margin-right: 285px;
}
@media (max-width: 959px) {
  .index-l-fast-nav {
    margin-right: 0;
  }
}
.index-l-card {
  margin-top: 40px;
}
@media (max-width: 959px) {
  .index-l-card .s-6 {
    width: 100%;
  }
}
.index-l-subscribe p {
  margin: 0;
}
.index-l-subscribe p:first-child {
  margin-top: 6px;
}
.fond-index-l-top {
  margin: 25px 0 30px;
}
.fond-index-l-top:after,
.fond-index-l-top:before {
  content: "";
  display: table;
}
.fond-index-l-top:after {
  clear: both;
}
@media (max-width: 959px) {
  .fond-index-l-top {
    display: none;
  }
}
.fond-index-l-slider {
  float: left;
  width: 660px;
}
.fond-index-l-help {
  float: right;
  width: 260px;
}
.fond-index-l-content:after,
.fond-index-l-content:before {
  content: "";
  display: table;
}
.fond-index-l-content:after {
  clear: both;
}
.fond-index-l-catalog {
  float: left;
  width: 660px;
}
@media (max-width: 959px) {
  .fond-index-l-catalog {
    width: 100%;
  }
}
.fond-index-l-sidebar {
  float: right;
  width: 260px;
  text-align: center;
}
@media (max-width: 959px) {
  .fond-index-l-sidebar {
    width: 100%;
  }
}
.slider-need {
  padding: 26px 40px 28px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
  position: relative;
}
.slider-controls__arrow {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.slider-controls__arrow--left {
  left: 15px;
  background-image: url('/newpredanie/img/ico/icon-arrow--left.png');
  background-position: 0 50%;
}
.slider-controls__arrow--right {
  right: 15px;
  background-image: url('/newpredanie/img/ico/icon-arrow--right.png');
}
.help-stat {
  padding: 20px 15px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  color: #1f4e66;
}
.help-stat__title {
  margin: 0;
  margin-top: 10px;
  font-weight: 700;
}
.help-stat__text {
  margin: 0;
  font-weight: 400;
}
.help-stat__link {
  font-weight: 700;
  text-decoration: underline;
  color: #1f4e66;
}
.help-stat__link:hover {
  text-decoration: none;
}
.fond-title {
  margin: 0;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 12px;
  text-align: left;
}
.fond-title--mt {
  margin-top: 30px;
}
@media (max-width: 959px) {
  .fond-title {
    font-size: 19px;
    line-height: 25px;
  }
}
.project-filter {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  text-align: left;
}
.project-filter:after,
.project-filter:before {
  content: "";
  display: table;
}
.project-filter:after {
  clear: both;
}
.project-filter__filter {
  float: left;
}
.project-filter__sort {
  float: right;
}
.project-filter__sort a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}
.project {
  padding: 16px 20px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
  margin-bottom: 20px;
  border-bottom: 4px solid #c7dce8;
}
.project__picture {
  float: right;
  margin-top: 4px;
}
@media (max-width: 959px) {
  .project__picture {
    float: none;
  }
}
.project__picture img {
  display: block;
  box-shadow: 0 2px 5px 0 #7495a6;
  border-radius: 5px;
  width: 175px;
}
@media (max-width: 959px) {
  .project__picture img {
    width: 105px;
    margin-bottom: 6px;
  }
}
.project__content {
  margin-right: 195px;
  color: #000;
}
@media (max-width: 959px) {
  .project__content {
    margin-right: 0px;
  }
}
.project__title {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
.project__title:hover {
  opacity: .6;
}
@media (max-width: 959px) {
  .project__title {
    font-size: 18px;
    line-height: 19px;
  }
}
.project__sub-title {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 2px;
  height: 40px;
}
@media (max-width: 959px) {
  .project__sub-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.project__text {
  font-size: 14px;
  line-height: 19px;
  color: #6c7980;
  margin: 0;
  padding-bottom: 10px;
  text-align: justify;
  height: 110px;
}
@media (max-width: 959px) {
  .project__text {
    display: none;
  }
}
.project__btns {
  padding-top: 15px;
}
.project__btns:after,
.project__btns:before {
  content: "";
  display: table;
}
.project__btns:after {
  clear: both;
}
.project__btns .btn {
  border-radius: 100px;
}
@media (max-width: 959px) {
  .project__btns .btn {
    font-size: 16px;
  }
}
.project__btns .btn--yellow {
  margin: 0 40px;
}
@media (max-width: 959px) {
  .project__btns .btn--yellow {
    margin: 0 10px;
  }
}
.project .social {
  float: right;
  margin-top: 7px;
  line-height: 0;
}
.project .social.desktop-hide {
  margin: 12px 0 5px;
  text-align: left;
  float: none;
}
.project .social.desktop-hide .social__link:first-child {
  margin-left: 0;
}
.progress {
  position: relative;
  margin: 25px 0;
  height: 5px;
  box-sizing: border-box;
  background: #eef4f6;
  border-radius: 10px;
  border-bottom: 1px solid #d2e3ea;
  box-shadow: 1px 0 0 1px #eef4f6;
  color: #000;
  font-size: 16px;
}
@media (max-width: 959px) {
  .progress {
    margin-top: 45px;
  }
}
.progress__bar {
  height: 5px;
  box-sizing: border-box;
  background: #fff27f;
  border-radius: 10px;
  border-bottom: 1px solid #d2be3b;
  box-shadow: 1px 0 0 1px #fff27f;
  position: relative;
}
.progress__bar::after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url("/newpredanie/img/ico/ico-progress.png") no-repeat center;
  position: absolute;
  right: -6px;
  top: -20px;
}
.progress__start {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 16px;
  color: #1f4e66;
  font-weight: 700;
}
.progress__end {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 16px;
  color: #1f4e66;
  font-weight: 700;
}
.progress__date {
  position: absolute;
  bottom: -25px;
  left: 0;
}
.progress__sum {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 16px;
  color: #ff0000;
  font-weight: 700;
}
.news-container {
  padding: 20px 20px 12px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
  margin-bottom: 5px;
  border-bottom: 4px solid #c7dce8;
}
.news {
  text-align: left;
  margin-bottom: 17px;
}
.news:after,
.news:before {
  content: "";
  display: table;
}
.news:after {
  clear: both;
}
.news__picture {
  float: left;
  width: 50px;
}
.news__picture img {
  width: 100%;
  border-radius: 5px;
}
.news__date {
  margin: 0;
  margin-left: 60px;
  font-size: 12px;
  color: #6c7980;
  line-height: 12px;
}
.news__text {
  display: block;
  margin-left: 60px;
  font-size: 14px;
  line-height: 19px;
  color: #1f4e66;
}
.news__text:hover {
  text-decoration: none;
}
.news__more {
  width: 12px;
  height: 8px;
  display: block;
  margin: 0 auto;
  background-image: url("/newpredanie/img/ico/icon-arrow--bottom.png");
  background-repeat: no-repeat;
}
.help-list {
  padding: 3px 13px 13px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
  margin-bottom: 20px;
  border-bottom: 4px solid #c7dce8;
}
.help-list__more {
  width: 12px;
  height: 8px;
  display: block;
  margin: 0 auto;
  background-image: url("/newpredanie/img/ico/icon-arrow--bottom.png");
  background-repeat: no-repeat;
}
.fond-single-l .fond-index-l-content {
  padding-top: 20px;
}
@media (max-width: 959px) {
  .fond-single-l .fond-index-l-content {
    padding-top: 0;
  }
}
.fond-single-l .fond-index-l-content .fond-sidebar {
  margin-top: 20px;
}
@media (max-width: 959px) {
  .fond-single .fond-title {
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0;
  }
}
.fond-single .btnhelp-wrapper {
  padding: 30px 0 0;
  text-align: left;
}
@media (max-width: 959px) {
  .fond-single .btnhelp-wrapper {
    padding: 15px 0 0;
    text-align: center;
  }
}
.fond-single .btnhelp-wrapper .btn {
  margin-right: 30px;
}
.fond-single .btnhelp-wrapper .btn:last-child {
  margin-right: 0;
}
.fond-single__sum {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-top: 10px;
}
.fond-single__sum span {
  font-weight: 700;
  color: #1f4e66;
}
.fond-single__sum:last-of-type {
  margin-left: 60px;
}
.fond-single__btns {
  padding: 30px 0 20px;
}
@media (max-width: 959px) {
  .fond-single__btns {
    padding: 0;
  }
}
.fond-single__btns .social {
  width: 225px;
  float: left;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 959px) {
  .fond-single__btns .social {
    width: 110px;
    display: block;
  }
}
.fond-single__btns .ico-wrapper {
  width: 420px;
  float: right;
  text-align: left;
}
.fond-single__btns .ico-wrapper .ico {
  margin-top: 0;
  margin-right: 40px;
}
.fond-single__btns .ico-wrapper .ico:last-child {
  margin-right: 0;
}
.fond-single__inform {
  padding: 15px 0 30px;
}
@media (max-width: 959px) {
  .fond-single__inform {
    padding: 5px 0 15px;
    text-align: center;
  }
}
.fond-single__inform .btn {
  margin-right: 50px;
}
@media (max-width: 959px) {
  .fond-single__inform .btn {
    margin-right: 0;
  }
}
.fond-single__picture {
  width: 225px;
  float: left;
}
@media (max-width: 959px) {
  .fond-single__picture {
    width: 105px;
  }
}
.fond-single__picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #7495a6;
}
.fond-single__picture--finish {
  position: relative;
}
.fond-single__picture--finish::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -4px;
  width: 109px;
  height: 108px;
  background: url("/newpredanie/img/ico/ico-finish.png") no-repeat center;
}
.fond-single__picture--die {
  position: relative;
}
.fond-single__picture--die::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 103px;
  height: 103px;
  background: url("/newpredanie/img/ico/ico-die.png") no-repeat center;
}
.fond-single__text {
  width: 420px;
  float: right;
}
@media (max-width: 959px) {
  .fond-single__text {
    width: auto;
    float: none;
    margin-left: 120px;
  }
}
.fond-single__name {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 6px;
}
@media (max-width: 959px) {
  .fond-single__name {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
  }
}
.fond-single__text-desc {
  color: #6c7980;
  font-size: 14px;
  line-height: 19px;
  height: 173px;
  margin: 0 0 5px;
  overflow: hidden;
  text-align: justify;
}
@media (max-width: 959px) {
  .fond-single__text-desc {
    color: #1f4e66;
    font-size: 12px;
    line-height: 15px;
    height: 60px;
  }
}
.fond-single__count p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.fond-single__count p span {
  color: #1f4e66;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
@media (max-width: 959px) {
  .fond-single__content .s-6 {
    width: 100%;
  }
  .fond-single__content .s-6 img {
    width: 100%;
  }
}
.fond-single__content p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 15px;
}
.fond-single__content-title {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.fond-single__content img {
  max-width: 100%;
  display: block;
  margin: 20px 0;
}
.fond-single__content iframe {
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
  border: 0;
}
.what-do {
  margin-bottom: 20px;
}
.what-do__title {
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  color: #1f4e66;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 0;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 13px 22px;
  position: relative;
  top: 1px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .what-do__title {
    width: 100%;
    background: #f0f5f7;
    text-align: center;
    padding: 13px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #c3dae5;
    background-color: #f0f5f7;
    background-color: linear-gradient(to bottom, #f0f5f7 0, #e6eef2 100%);
    border-bottom: 1px solid #c7dce8;
  }
}
.what-do__content {
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px 20px;
}
.what-do__text {
  height: 247px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .what-do__text {
    margin-bottom: 10px;
  }
}
.what-do__text p {
  font-size: 16px;
  line-height: 19px;
  color: #6c7980;
  margin: 0;
  margin-bottom: 20px;
}
.payment {
  padding: 0;
  margin: 0 -13px;
  list-style: none;
}
.payment__link {
  margin: 15px 13px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.payment__link--bank {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px dashed #00aeef;
}
.payment__link--bank a {
  text-decoration: none;
}
.payment__link--bank:hover {
  border-bottom: none;
}
.payment__link--bank:before {
  content: "";
  width: 22px;
  height: 24px;
  display: block;
  cursor: pointer;
  background-image: url(/newpredanie/img/bybank.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.convention {
  margin-top: 60px;
}
@media (max-width: 959px) {
  .convention {
    margin-top: 30px;
  }
}
.convention__link {
  float: left;
  width: 33.333%;
  font-size: 16px;
  line-height: 19px;
}
.convention__link:first-child {
  width: 28%;
}
.convention__link:last-child {
  width: 37%;
}
@media (max-width: 959px) {
  .convention__link {
    float: none;
    width: 100%;
    display: block;
    margin: 5px 0;
    white-space: nowrap;
  }
}
@media (max-width: 959px) {
  .donation-desc {
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 0 10%;
  }
}
.form-donation__row {
  margin: 15px 0 5px;
}
.form-donation__row:after,
.form-donation__row:before {
  content: "";
  display: table;
}
.form-donation__row:after {
  clear: both;
}
.form-donation__field {
  float: left;
  width: 220px;
  height: 43px;
  padding: 0 18px;
  margin-right: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #1f4e66;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background: #fff;
  border: 1px solid #c7dce8;
  transition: .2s linear border;
}
.form-donation__field:last-child {
  margin-right: 0;
}
.form-donation__field:focus {
  border-color: #5b98bb;
}
@media (max-width: 959px) {
  .form-donation__field {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.form-donation__select {
  width: 131px;
  float: left;
}
@media (max-width: 959px) {
  .form-donation__select {
    float: none;
    width: 100%;
    background-position: 95% 50%;
  }
}
.form-donation__label {
  float: left;
  margin-top: 6px;
}
@media (max-width: 959px) {
  .form-donation__label {
    float: none;
    margin-bottom: 10px;
    font-size: 14px!important;
  }
}
.form-donation .btn--right {
  float: right;
}
@media (max-width: 959px) {
  .form-donation .btn--right {
    float: none;
    width: 140px;
    display: block;
    margin: 10px auto 0;
  }
}
.form-donation__column-left {
  width: 290px;
  float: left;
}
@media (max-width: 959px) {
  .form-donation__column-left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.form-donation__column-left label {
  display: block;
  margin-bottom: 8px;
}
.form-donation__column-left select {
  width: 100%;
  background-position: 95% 50%;
}
.form-donation__column-right {
  width: 222px;
  float: right;
}
@media (max-width: 959px) {
  .form-donation__column-right {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.fond-pay-list-l .fond-index-l-catalog {
  width: 670px;
}
@media screen and (max-width: 959px) {
  .fond-pay-list-l .fond-index-l-catalog {
    box-sizing: border-box;
    width: 100%;
  }
}
.fond-pay-list-l .fond-index-l-catalog,
.fond-pay-list-l .fond-index-l-sidebar {
  margin-top: 20px;
}
.fond-pay-list-l .help-stat {
  margin-bottom: 20px;
}
.fond-pay-list-l .fond-title {
  float: left;
  width: 60%;
}
@media screen and (max-width: 959px) {
  .fond-pay-list-l .fond-title {
    float: none;
    width: 100%;
  }
}
.fond-pay-list-l .project-filter {
  float: right;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .fond-pay-list-l .project-filter {
    display: none;
  }
}
/*=====================
  Страница о фонде
=====================*/
.fond-about {
  float: left;
  width: 670px;
  margin-top: 25px;
}
.fond-about__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  margin: 0;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-about__doc {
  float: right;
  display: none;
  line-height: 30px;
}
.fond-about__doc a {
  margin-left: 15px;
}
.fond-about__title {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
  margin: 8px 0 0;
  font-weight: bold;
}
.fond-about p {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-about {
    float: none;
    width: 100%;
  }
  .fond-about__main-title {
    font-size: 20px;
  }
  .fond-about__main-title--mobile {
    float: left;
  }
  .fond-about__doc {
    display: block;
  }
}
/*=============================================
  Попечительский совет, Команда, Известные люди
===============================================*/
.synod-wrapper .fond-sidebar,
.command-wrapper .fond-sidebar,
.famous-wrapper .fond-sidebar,
.friends-wrapper .fond-sidebar {
  margin-top: 65px;
}
.synod,
.command,
.famous,
.friends {
  width: 660px;
  float: left;
  margin-top: 20px;
  text-align: center;
  box-sizing: border-box;
}
.synod__main-title,
.command__main-title,
.famous__main-title,
.friends__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  text-align: left;
  margin-bottom: 13px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.peoples {
  margin: 0 0 20px;
  border-radius: 3px;
  padding: 20px 15px 12px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
}
.peoples__column {
  width: 33.3333%;
  float: left;
}
.peoples__link {
  display: block;
  color: #738b97;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.peoples__link:hover {
  color: #1f4e66;
}
.peoples__link:active {
  opacity: 0.5;
}
.companies {
  font-size: 0;
}
.companies .partner {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}
.companies .partner:nth-child(2n) {
  margin-right: 0;
}
.companies .partner__name {
  margin: 8px 0 12px;
}
.companies .partner__desc {
  height: 155px;
  overflow: hidden;
}
.companies .partner__image {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #7495a6;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .synod,
  .command,
  .famous,
  .friends {
    width: 100%;
    float: none;
  }
  .synod .friends,
  .command .friends,
  .famous .friends,
  .friends .friends {
    margin-top: 0;
  }
  .synod__main-title,
  .command__main-title,
  .famous__main-title,
  .friends__main-title {
    font-size: 20px;
  }
  .fond-about {
    margin-top: 10px;
  }
  .peoples {
    text-align: left;
  }
  .peoples__column {
    width: 100%;
    float: none;
  }
  .peoples__link {
    margin-bottom: 5px;
  }
  .partner--top {
    position: relative;
    padding-top: 55px;
  }
  .partner--top .partner__wrapper {
    width: 100%;
    position: absolute;
    top: 10px;
  }
  .partner--top .partner__image {
    position: relative;
    top: -40px;
  }
  .companies .partner {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .companies .partner__image {
    height: 135px;
    margin-bottom: 10px;
  }
  .companies .partner__name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
  }
  .companies .partner__desc {
    height: 74px;
    text-align: justify;
  }
  .companies .partner__desc,
  .companies .partner__link {
    font-size: 12px;
    line-height: 15px;
  }
}
/*======================
  Страница - им помогли
======================== */
.remember {
  margin-top: 25px;
}
.remember__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
  margin: 0;
}
.remember__pagination {
  text-align: center;
}
.remember__pagination a {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.remember-report:after,
.remember-report:before {
  content: "";
  display: table;
}
.remember-report:after {
  clear: both;
}
.remember-report__item {
  width: 29%;
  float: left;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.remember-report__item:first-child {
  text-align: left;
}
.remember-report__item:last-child {
  width: 12%;
  text-align: right;
}
.remember-filter {
  margin: 10px 0 20px;
}
.remember-filter .search {
  width: 270px;
  margin: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.remember-filter .search__field {
  background-position: 96% 50%;
}
.remember-filter__type {
  width: 200px;
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 19px;
}
.remember-filter__date {
  width: 461px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.remember-filter__date label {
  font-size: 16px;
  line-height: 19px;
  margin: 0 10px;
}
.remember-filter__date .field-date {
  width: 120px;
  height: 23px;
  outline: none;
  text-align: center;
}
.remember-item {
  margin: 15px 0;
  border-radius: 3px;
  padding: 15px 23px 12px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  border-bottom: 4px solid #c7dce8;
  box-sizing: border-box;
}
.remember-item:after,
.remember-item:before {
  content: "";
  display: table;
}
.remember-item:after {
  clear: both;
}
.remember-item__info {
  width: 420px;
  float: left;
  margin-right: 30px;
}
.remember-item__name {
  margin: 0;
  color: #1f4e66;
  font-size: 22px;
  line-height: 25px;
  font-family: "rotondac-bold", Arial, sans-serif;
  float: left;
  width: 50%;
  text-decoration: none;
}
.remember-item__collection {
  margin: 0;
  width: 50%;
  float: right;
  font-size: 16px;
  text-align: right;
  line-height: 25px;
  margin-top: 3px;
}
.remember-item__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  margin: 6px 0;
}
.remember-item__record {
  margin: 10px 0;
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 19px;
}
.remember-item__record strong {
  font-size: 20px;
}
.remember-item__record--right {
  width: 50%;
  float: right;
  text-align: right;
}
.remember-item__image {
  width: 180px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.remember-item__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #7495a6;
}
.remember-item__desc {
  width: 255px;
  float: right;
}
.remember-item__desc-head {
  color: #1f4e66;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 21px;
}
.remember-item__desc-text {
  height: 130px;
  color: #1f4e66;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
  overflow: hidden;
  padding-right: 5px;
  margin-bottom: 7px;
  margin-top: 8px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .remember__main-title {
    font-size: 16px;
    line-height: 19px;
    padding-right: 36%;
    margin-bottom: 10px;
  }
  .remember__pagination a {
    font-size: 14px;
    margin: 0 5px;
  }
  .remember-filter__date {
    width: 100%;
  }
  .remember-filter__date .field-date {
    width: 100px;
  }
  .remember-report {
    position: relative;
  }
  .remember-report__item {
    width: 100%;
    float: none;
    margin: 5px 0;
    text-align: center!important;
  }
  .remember-report__item--mobile {
    width: auto!important;
    position: absolute;
    top: -32px;
    right: 0;
  }
  .remember-filter {
    margin-top: 15px;
    text-align: center;
  }
  .remember-filter .search {
    width: 100%;
  }
  .remember-filter__date {
    margin-top: 15px;
    text-align: center;
  }
  .remember-filter__date label {
    margin: 0 2px;
    vertical-align: middle;
  }
  .remember-item {
    padding: 13px 13px 10px;
    position: relative;
  }
  .remember-item__name {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
  .remember-item__info {
    width: 100%;
  }
  .remember-item__collection {
    float: none;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
  .remember-item__text {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }
  .remember-item__image {
    width: 130px;
    float: none;
    display: block;
    margin: 10px auto;
  }
  .remember-item__record {
    margin-top: 0px;
    font-size: 12px;
    line-height: 15px;
  }
  .remember-item__record strong {
    font-size: 12px;
  }
  .remember-item__desc {
    float: none;
    width: 100%;
  }
  .remember-item__desc-head {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .remember-item__desc-text {
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    height: 73px;
  }
  .remember-item__desc .link {
    font-size: 14px;
  }
}
/*======================
  Страница - им помогли
======================== */
.fond-news {
  margin-top: 25px;
}
.fond-news__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
  margin: 0;
}
.fond-news__pagination {
  text-align: center;
}
.fond-news__block {
  width: 660px;
  float: left;
}
.fond-news .fond-sidebar {
  margin-top: 15px;
  text-align: center;
}
.fond-news .fond-sidebar .news-container {
  margin-bottom: 10px;
}
.fond-news .fond-sidebar .subscribe {
  margin-top: 20px;
}
.fond-news .fond-sidebar .news__more {
  margin: 0 auto;
  display: block;
}
.news-item {
  margin: 15px 0 20px;
  border-radius: 3px;
  padding: 15px 23px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  border-bottom: 4px solid #c7dce8;
  box-sizing: border-box;
}
.news-item:after,
.news-item:before {
  content: "";
  display: table;
}
.news-item:after {
  clear: both;
}
.news-item__desc {
  width: 400px;
  float: left;
}
.news-item__name {
  margin: 0;
  color: #1f4e66;
  font-size: 22px;
  line-height: 25px;
  font-family: "rotondac-bold", Arial, sans-serif;
  float: left;
  width: 70%;
  text-decoration: none;
}
.news-item__name a {
  color: #1f4e66;
  text-decoration: none;
}
.news-item__name a:last-child {
  font-size: 18px;
  line-height: 19px;
}
.news-item__date {
  margin: 0;
  width: 30%;
  float: right;
  text-align: right;
  font-size: 16px;
  line-height: 25px;
}
.news-item__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  margin-top: 10px;
}
.news-item__image {
  width: 188px;
  float: right;
}
.news-item__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #7495a6;
}
.news-item .btn {
  width: 100%;
}
.news-item--app .news-item__desc {
  float: none;
  width: 100%;
}
.news-item__documents a {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.news-item__documents img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.description {
  text-align: left;
  border-radius: 3px;
  padding: 15px 20px 15px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  box-sizing: border-box;
}
.description__image img {
  width: 100%;
  height: auto;
}
.description__title {
  margin: 5px 0;
  font-size: 24px;
  line-height: 27px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.description__sub-title {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.description__text {
  color: #1f4e66;
  font-size: 14px;
  line-height: 19px;
  height: 187px;
  overflow: hidden;
}
.news-article p {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  margin: 10px 0 18px;
}
.news-article a {
  color: #00b9ee;
}
.news-article__image {
  width: 165px;
  height: 165px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 #7495a6;
}
.news-article__image--left {
  float: left;
  margin: 0 20px 5px 0;
}
.news-article__image--right {
  float: right;
  margin: 0 0 5px 20px;
}
.news-article blockquote {
  margin: 18px 0;
  color: #1f4e66;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  font-style: italic;
  padding: 16px 28px;
  background-color: #fffef7;
  border: 1px solid #e6eef2;
  box-sizing: border-box;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-news__main-title {
    font-size: 16px;
    line-height: 19px;
  }
  .fond-news__block {
    float: none;
    width: 100%;
  }
  .news-item {
    padding: 12px 12px 15px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 50px;
  }
  .news-item__name,
  .news-item__date {
    float: none;
    width: 100%;
  }
  .news-item__name,
  .news-item__name a:last-child {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .news-item__date {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .news-item__desc {
    width: 61%;
  }
  .news-item__image {
    width: 35%;
  }
  .news-item__text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    height: 59px;
    overflow: hidden;
  }
  .news-item .btn {
    width: 95%;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    font-size: 16px;
  }
  .news-item--app {
    padding-bottom: 5px;
  }
  .news-item--app .news-item__name {
    width: 75%;
    float: left;
  }
  .news-item--app .news-item__date {
    width: 20%;
    float: right;
    text-align: right;
  }
  .news-item--app .news-item__documents {
    font-size: 12px;
  }
  .news-item--app .news-item__documents a {
    margin-bottom: 10px;
  }
  .news-article p,
  .news-article blockquote {
    font-size: 14px;
    line-height: 17px;
  }
  .news-article blockquote {
    padding: 8px 10px;
  }
  .news-article__image {
    float: none;
    display: block;
    margin: 18px auto;
  }
}
/*========================
  Страница - карта проезда
========================== */
.fond-card {
  width: 660px;
  float: left;
  margin-top: 25px;
}
.fond-card__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
  margin: 0 0 10px;
}
.fond-card__address {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  margin-bottom: 14px;
}
.map {
  width: 100%;
  height: 660px;
  background-color: #ccc;
  background-image: url("/newpredanie/img/map.jpg");
  background-repeat: no-repeat;
  border: 1px solid #e6eef2;
  border-radius: 4px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-card {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .fond-card__main-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .map {
    height: 300px;
  }
}
/*=====================
  Страница - реквизиты
======================= */
.fond-requisit {
  width: 660px;
  float: left;
  margin-top: 25px;
}
.fond-requisit__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
  margin: 0 0 15px;
}
.fond-requisit__title {
  font-size: 19px;
  line-height: 21px;
  margin-top: 25px;
}
.fond-requisit__buttons {
  margin-bottom: 18px;
}
.fond-requisit__buttons .btn {
  margin-right: 14px;
}
.fond-requisit__buttons .btn:last-child {
  margin-right: 0;
}
.requists--fluid {
  width: 100%;
  float: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.requists--fluid .requists__title,
.requists--fluid p {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
}
.requists--fluid .requists__table td:first-child {
  width: 10%;
}
.requists--fluid .requists__table--margin td {
  padding-top: 15px;
}
.receipt__field {
  width: 100%;
  float: left;
  display: block;
  height: 36px;
  padding: 0 14px;
  color: #1f4e66;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  border: 1px solid #e6eef2;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: .2s linear border;
}
.receipt__field:focus {
  border-color: #5b98bb;
}
.receipt__field--w60 {
  width: 60%;
  margin-right: 5%;
}
.receipt__field--w35 {
  width: 35%;
}
.receipt__image {
  width: 100%;
  height: 460px;
  border-radius: 3px;
  margin-top: 5px;
  border: 1px solid #e6eef2;
  box-sizing: border-box;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-requisit {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .fond-requisit__main-title,
  .fond-requisit__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .fond-requisit__buttons .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .fond-requisit .requists__title,
  .fond-requisit .requists p {
    font-size: 14px;
    line-height: 17px;
  }
  .receipt__field {
    float: none;
    margin-bottom: 10px;
  }
  .receipt__field--w60,
  .receipt__field--w35 {
    width: 100%;
  }
  .receipt__image {
    height: 220px;
  }
  .contact-info--margin {
    margin-bottom: 20px;
  }
}
/*========================
  Страница - прошу помочь
========================== */
.fond-please {
  width: 660px;
  float: left;
  margin-top: 25px;
}
.fond-please__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
  margin: 0 0 10px;
}
.fond-please__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 22px;
}
.fond-please__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fond-please__links li {
  display: block;
  margin: 20px 0;
}
.fond-please__buttons {
  margin-top: 50px;
}
.fond-please__buttons .btn {
  width: 44%;
  float: left;
  margin: 0 3%;
  margin-bottom: 30px;
}
.modal-request {
  padding: 20px 30px 25px;
  background: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
  border-radius: 3px;
}
.modal-request .row {
  margin-top: 20px;
}
.modal-request form .s-5 {
  padding-right: 0;
}
.modal-request input[type="text"],
.modal-request textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  color: #1f4e66;
  padding: 0 20px;
  height: 46px;
  background: #fff;
  border: 1px solid #c7dce8;
  border-radius: 5px;
  font-weight: 700;
}
.modal-request textarea {
  padding: 20px;
  height: 156px;
}
.modal-request button {
  padding-left: 22px;
  padding-right: 22px;
  margin: 0 auto;
}
.modal-request__head .btn {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 200px;
}
.modal-request__info {
  float: right;
  width: 55%;
}
.modal-request__info a {
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 3px;
}
.modal-request__upload {
  margin: 15px 0;
  padding: 20px 20px 30px;
  text-align: center;
  border-radius: 3px;
  border: 2px dashed rgba(127, 127, 123, 0.5);
}
.modal-request__upload p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 19px;
}
.modal-request__loaded {
  margin: 20px 0;
}
.modal-request__loaded-file {
  margin: 12px 0;
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
}
.modal-request__loaded .icon-cross {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
  background-image: url(/newpredanie/img/ico/icon-cross.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.modal-request__captcha {
  text-align: center;
}
.modal-request__captcha .row--mini {
  width: 300px;
  margin: 0 auto 20px;
}
.modal-request__captcha .row--mini .col {
  padding: 0 5px;
}
.modal-request__captcha p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 19px;
}
.modal-request__captcha-wrapper {
  width: 100%;
  height: 46px;
  text-align: center;
  padding: 0px 20px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #c7dce8;
}
.modal-request__captcha-wrapper img {
  height: 42px;
  width: auto;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-please {
    width: 100%;
    float: none;
  }
  .fond-please__main-title {
    font-size: 16px;
    line-height: 19px;
  }
  .fond-please__text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .fond-please__links li {
    margin: 10px 0;
  }
  .fond-please__buttons {
    margin-top: 20px;
  }
  .fond-please__buttons .btn {
    width: 90%;
    float: none;
    margin: 12px auto;
  }
  .modal-request {
    padding: 0 0 20px;
  }
  .modal-request__head {
    padding-bottom: 20px;
  }
  .modal-request__head .btn {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .modal-request__head .btn--back {
    background-position: 23% 50%;
  }
  .modal-request__info {
    width: 100%;
    float: none;
    padding: 10px 0 0;
    text-align: center;
  }
  .modal-request .row {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .modal-request .row--mobile {
    margin: 0;
  }
  .modal-request .row--mobile .col {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .modal-request input[type="text"] {
    padding: 0 10px;
  }
  .modal-request textarea {
    padding: 10px;
    height: 72px;
  }
  .modal-request button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 19px;
  }
  .modal-request__upload {
    margin-top: 0;
    border: none;
    padding: 0 20px;
  }
  .modal-request__loaded {
    padding: 0 22px;
  }
  .modal-request__captcha p {
    padding: 0 20px;
  }
  .modal-request__captcha .row--mini {
    width: 100%;
  }
  .modal-request__captcha-wrapper {
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
}
/*=====================
  Страница о фонде
=====================*/
.fond-prayers {
  margin-top: 20px;
}
.fond-prayers__block {
  float: left;
  width: 670px;
}
.fond-prayers .fond-sidebar--please {
  margin-top: 0;
}
.fond-prayers__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  margin-top: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-prayers__text {
  color: #1f4e66;
  font-size: 16px;
  line-height: 22px;
}
.fond-prayers__buttons {
  text-align: center;
}
.fond-prayers__buttons .btn {
  width: 415px;
  margin: 20px 0;
  border-radius: 20px;
}
.prayer-item {
  margin-bottom: 35px;
}
.prayer-item__name {
  margin-bottom: 15px;
}
.prayer-item__name a {
  margin: 0;
  color: #000;
  font-size: 30px;
  line-height: 33px;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.prayer-item__image {
  width: 223px;
  float: left;
  margin-right: 20px;
}
.prayer-item__image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 #7495a6;
}
.prayer-item__desc {
  width: 417px;
  float: left;
}
.prayer-item__title {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.prayer-item__text {
  height: 137px;
  color: #6c7980;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  margin: 3px 0 0;
  overflow: hidden;
}
.prayer-item__wrap p {
  width: 50%;
  float: left;
  text-align: center;
}
.prayer-item__vote {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.prayer-item .btn {
  min-width: 130px;
}
.prayer-item .link {
  font-size: 14px;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-prayers__block {
    float: none;
    width: 100%;
  }
  .fond-prayers__main-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 5px;
  }
  .fond-prayers__buttons .btn {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
  }
  .prayer-item {
    margin-bottom: 20px;
  }
  .prayer-item__image {
    width: 30%;
    margin-right: 0;
  }
  .prayer-item__desc {
    width: 67%;
    float: right;
  }
  .prayer-item__name a {
    font-size: 16px;
    line-height: 19px;
  }
  .prayer-item__title {
    font-size: 14px;
  }
  .prayer-item__vote {
    font-size: 12px;
  }
  .prayer-item__text,
  .prayer-item .link {
    font-size: 12px;
    line-height: 15px;
  }
  .prayer-item__text {
    height: 63px;
    margin-bottom: 0;
  }
  .prayer-item .btn {
    font-size: 14px;
  }
  .prayer-item__wrap {
    text-align: left;
  }
  .prayer-item__wrap p {
    float: none;
    width: 100%;
    margin: 8px 0;
    text-align: left;
  }
}
/*====================================
  Страница программ и одной программы
====================================== */
.fond-programs {
  width: 660px;
  float: left;
  margin-top: 25px;
}
.fond-programs__main-title {
  color: #000;
  font-size: 30px;
  line-height: 33px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.fond-programs__desc {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.fond-programs__desc a {
  color: #00bff3;
}
.program {
  margin: 0 0 20px;
  border-radius: 3px;
  padding: 20px 15px 15px;
  background-color: #fffef7;
  border: 1px solid #e4ebeb;
  border-bottom: 4px solid #c7dce8;
}
.program:after,
.program:before {
  content: "";
  display: table;
}
.program:after {
  clear: both;
}
.program__title {
  margin: 0;
  font-size: 20px;
  line-height: 23px;
}
.program__title a {
  color: #000;
  text-decoration: none;
}
.program__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.program__text {
  margin: 5px 0;
  color: #6c7980;
  font-size: 14px;
  line-height: 19px;
}
.program__count {
  margin: 8px 0 12px;
  font-size: 14px;
  line-height: 17px;
}
.program__count span {
  color: #1f4e66;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding-left: 10px;
}
.program__info {
  float: left;
  width: 430px;
}
.program__image {
  width: 173px;
  float: right;
}
.program__image img {
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 5px 0px #7495a6;
}
.program__help {
  font-size: 0;
}
.program__help:after,
.program__help:before {
  content: "";
  display: table;
}
.program__help:after {
  clear: both;
}
.program__help-btn,
.program__help .social {
  width: 50%;
  text-align: left;
}
.program__help-btn {
  float: left;
}
.program__help .social {
  float: right;
}
.program__help .btn {
  min-width: 145px;
  outline: none;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .fond-programs {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .fond-programs__main-title {
    font-size: 16px;
    line-height: 19px;
  }
  .fond-programs__desc {
    margin: 5px 0 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .program {
    padding: 10px;
  }
  .program__title {
    font-size: 18px;
    line-height: 19px;
  }
  .program__subtitle {
    margin: 5px 0;
    font-size: 14px;
    line-height: 17px;
  }
  .program__text {
    display: none;
  }
  .program__count {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .program__count span {
    font-size: 13px;
    padding-left: 0px;
  }
  .program__info {
    width: 67%;
  }
  .program__image {
    width: 30%;
  }
  .program__help-btn,
  .program__help .social {
    width: 100%;
    float: none;
  }
  .program__help .social {
    margin: 0 0 6px;
    display: block;
  }
  .program__help .social a:first-child {
    margin-left: 0;
  }
}
.media-banner {
  width: 100%;
  height: 218px;
  margin: 20px 0;
}
.media-banner img {
  width: 100%;
  height: auto;
}
.media-share {
  margin: 15px 0;
}
.media-share__title {
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.media-share .social {
  float: none;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.forums {
  margin-top: 10px;
  padding: 0 17px 15px;
  background-color: #fffef7;
  border: 1px solid #c7dce8;
  border-bottom: 4px solid #c7dce8;
  border-radius: 3px;
}
.forums__main-title {
  color: #1f4e66;
  font-size: 18px;
  line-height: 21px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.forums-section {
  padding: 0px 7px 20px 0px;
  border-bottom: 1px solid rgba(31, 78, 102, 0.5);
}
.forums-section:last-child {
  border: 0;
}
.forums-section__click {
  width: 11px;
  height: 11px;
  color: #bfa148;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  background-color: #fffd7f;
  box-shadow: 0 1px 1px 0 #ebd175;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 959px) {
  .forums-section__click {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.forums-section__click:hover {
  opacity: 0.8;
}
.forums-section__click:before {
  content: "+";
}
.forums-section__click--open:before {
  content: "—";
}
.forums-section__header {
  position: relative;
}
@media screen and (max-width: 959px) {
  .forums-section__header .btn--blue {
    position: absolute;
    top: 8px;
    right: -10px;
  }
}
.forums-section__subtitle {
  width: 380px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .forums-section__subtitle {
    box-sizing: border-box;
    width: 100%;
    padding-right: 130px;
    padding-left: 25px;
  }
}
.forums-section .btn {
  width: 150px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .forums-section .btn {
    width: auto;
    font-size: 14px;
  }
}
.forums-section__format {
  width: 290px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 10px 10px;
}
@media screen and (max-width: 959px) {
  .forums-section__format {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 8px;
  }
}
.forums-section__format a {
  color: #805012;
  font-size: 12px;
  line-height: 14px;
  border-radius: 20px;
  padding: 4px 9px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: 0 1px 1px 0 #ebd175;
  background-color: #fffc7f;
  background-color: linear-gradient(to bottom, #fffc7f 0%, #ffe67e 100%);
  border-bottom: 1px solid #e2ba32;
}
@media screen and (max-width: 959px) {
  .forums-section__format a {
    margin-bottom: 8px;
  }
}
.forums-section__format a:hover {
  opacity: .8;
}
.forums-section__format a:active {
  opacity: .8;
  background-color: #ffe67e;
  background-color: linear-gradient(to bottom, #ffe67e 0%, #fffc7f 100%);
  border-bottom: 1px solid #e2ba32;
}
.forums-section__text,
.forums-section span,
.forums-section .icon-forum {
  color: #1f4e66;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .forums-section__text {
    max-width: 65%;
  }
}
.forums-section .icon-forum {
  margin: 0 20px;
}
.forums-section__desc {
  padding-left: 30px;
}
.forums-section__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.forums-section__desc ul li {
  margin: 12px 0;
  padding-right: 1px;
}
@media screen and (max-width: 959px) {
  .forums-section__desc ul li {
    border-bottom: 1px dotted #EAF1F4;
  }
}
.forums-section__desc ul li.book {
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #EAF1F4;
  margin-bottom: 0;
}
.forums-section .none {
  display: none;
}
.annotation {
  margin-bottom: 30px;
}
.annotation:after,
.annotation:before {
  content: "";
  display: table;
}
.annotation:after {
  clear: both;
}
.annotation__desc {
  width: 500px;
  float: left;
}
.annotation__img {
  width: 115px;
  float: right;
}
.annotation__img img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 8px 0 #7495a6;
}
.annotation__title {
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  font-family: "rotondac-bold", Arial, sans-serif;
}
.annotation__head {
  margin: 5px 0;
  font-size: 16px;
  line-height: 18px;
}
.annotation__text {
  height: 55px;
  margin: 10px 0;
  color: #1f4e66;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
}
.annotation .link {
  font-size: 16px;
  line-height: 18px;
}
.read-online {
  margin-top: 10px;
}
.read-online-button {
  float: left;
  width: 170px;
  margin-left: 22px;
}
.read-online-formats {
  margin-left: 170px;
}
.author__work-title {
  margin-bottom: 5px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.author__name {
  margin: 0;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1f4e66;
}
.author__info {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #1f4e66;
}
.author-l-catalog {
  position: relative;
}
@media screen and (max-width: 959px) {
  .author-l-catalog--reading-room {
    margin-bottom: 65px;
  }
}
.author-l-catalog__link {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 59px;
  height: 59px;
  text-decoration: none;
  font-size: 0;
  background-color: #fffef7;
  border-radius: 50%;
  border: 1px solid #e6edf2;
}
@media screen and (max-width: 959px) {
  .author-l-catalog__link {
    top: auto;
    bottom: -35px;
    width: 24px;
    height: 24px;
  }
}
.author-l-catalog__link:hover {
  opacity: .9;
}
.author-l-catalog__link:active {
  opacity: .8;
}
.author-l-catalog__link:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 19px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .author-l-catalog__link:before {
    top: 6px;
    left: 8px;
    width: 8px;
    height: 12px;
  }
}
.author-l-catalog__link.prev {
  left: -100px;
}
@media screen and (max-width: 959px) {
  .author-l-catalog__link.prev {
    left: 50%;
    margin-left: -30px;
  }
  .author-l-catalog__link.prev:before {
    background-image: url("/newpredanie/img/ico/icon-arrow--left.png");
  }
}
.author-l-catalog__link.prev:before {
  background-image: url("/newpredanie/img/ico/icon-arr-prev.png");
}
.author-l-catalog__link.next {
  right: -100px;
}
@media screen and (max-width: 959px) {
  .author-l-catalog__link.next {
    right: 50%;
    margin-right: -30px;
  }
  .author-l-catalog__link.next:before {
    background-image: url("/newpredanie/img/ico/icon-arrow--right.png");
  }
}
.author-l-catalog__link.next:before {
  background-image: url("/newpredanie/img/ico/icon-arr-next.png");
}
.author-l-aside .btn.btn--link-back {
  max-width: 100%;
  font-size: 16px;
}
.author-l-text {
  box-sizing: border-box;
  width: 680px;
  float: right;
  padding: 15px 22px 41px;
  background-color: #fffef7;
  border: 1px solid #c7dce8;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .author-l-text {
    float: none;
    width: 100%;
  }
}
.author-l-text__block {
  margin: 0;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 25px;
  color: #1f4e66;
}
@media screen and (max-width: 959px) {
  .author-l-text__block {
    display: none;
  }
  .author-l-text__block.mobile {
    display: block;
  }
}
.category-title {
  margin-top: 22px;
  margin-bottom: 8px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}
.category__title--last-line {
  margin-bottom: 0;
}
.text-settings-row {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .text-settings-row {
    padding-bottom: 10px;
  }
}
.text-settings-row__filters {
  float: left;
  font-size: 0;
}
.text-settings-row__filters-title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}
.text-settings-row__filter {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #1f4e66;
}
.text-settings-row__filter.active {
  text-decoration: none;
  color: #3b5f73;
  cursor: default;
}
.text-settings-row__font-settings {
  float: right;
  font-size: 0;
}
.text-settings-row__select-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
  background-color: #fff;
  border: 1px solid #e8eff3;
}
.text-settings-row__select-wrapper.mobile {
  display: none;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .text-settings-row__select-wrapper.mobile {
    display: inline-block;
    vertical-align: top;
  }
}
.text-settings-row__select-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 24px;
  height: 100%;
  background-color: #e8eff3;
  background-image: url(/newpredanie/img/ico/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  z-index: 0;
}
.text-settings-row__select {
  position: relative;
  display: block;
  margin-right: 0;
  padding: 0;
  padding-left: 13px;
  padding-right: 37px;
  height: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: none;
  z-index: 1;
}
.reading-progress {
  position: relative;
  height: 27px;
  background-image: linear-gradient(to bottom, rgba(255, 229, 125, 0.33) 0%, rgba(255, 255, 127, 0.33) 100%);
  border-top: 4px solid #d2e3ec;
}
.reading-progress__bar {
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background-color: #fffdf7;
  box-shadow: 0 1px 2px #ffc700;
  background-image: linear-gradient(to bottom, #ffe57d 0%, #ffff7f 100%);
}
.reading-progress__stats {
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  color: #3b5f73;
}
.submenu--short .submenu__item {
  padding: 0 40px;
}
.submenu--shortest .submenu__item {
  padding: 0 120px;
}
.search-results {
  padding: 25px 0;
}
.composition--fluid .composition__title {
  float: none;
}
.composition--fluid .composition__content {
  position: relative;
  float: none;
  margin-right: 165px;
  padding-bottom: 50px;
  width: auto;
  min-height: 157px;
}
.composition--fluid .composition__date {
  position: absolute;
  top: 0;
  right: 20px;
  float: none;
}
.composition--fluid .composition__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
.composition--fluid .composition__btns .btn {
  margin-right: 4%;
  width: 30.666%;
}
.composition--fluid .composition__btns .btn:last-child {
  margin-right: 0;
}
.composition--fluid.composition::after,
.composition--fluid.composition::before {
  display: none;
}
.composition--fluid .btn--linsten:after,
.composition--fluid .btn--look:after,
.composition--fluid .btn--read:after {
  left: 50%;
}
.composition--fluid .btn--linsten:after {
  margin-left: -40px;
}
.composition--fluid .btn--look:after {
  margin-left: -50px;
}
.composition--fluid .btn--read:after {
  margin-left: -35px;
}
.author-card {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  border-radius: 3px;
  background: #fffef7;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #c7dce8;
}
.author-card__title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #1f4e66;
}
.author-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1f4e66;
  text-align: justify;
}
.author-card__picture {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 145px;
  height: 221px;
  overflow: hidden;
}
.author-card__picture img {
  display: block;
  width: 100%;
}
.author-card__content {
  position: relative;
  margin-right: 165px;
  min-height: 221px;
}
.project--search {
  border-bottom: 1px solid #c7dce8;
}
.project--search .project__content {
  margin-right: 205px;
}
.project--search .project__title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  text-decoration: none;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #1f4e66;
}
.project--search .project__sub-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #1f4e66;
}
.project--search .project__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1f4e66;
}
.project--search .project__picture img {
  width: 186px;
}
.project--search .btn {
  margin-top: 10px;
}
.one-report--fluid {
  position: relative;
}
.one-report--fluid.one-report {
  padding: 16px 20px;
}
.one-report--fluid.one-report::before,
.one-report--fluid.one-report::after {
  display: none;
}
.one-report--fluid .one-report__desc {
  position: relative;
  float: none;
  margin-right: 165px;
  padding-bottom: 50px;
  width: auto;
  min-height: 141px;
}
.one-report--fluid .one-report__image {
  position: absolute;
  top: 16px;
  right: 20px;
}
.one-report--fluid .btn--read {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.one-report--fluid .btn--read:after {
  left: 50%;
  margin-left: -35px;
}
/*---- адаптивность ----*/
@media screen and (max-width: 959px) {
  .submenu--media .submenu__item {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 33.3333%;
    box-shadow: none;
    border-bottom: none;
  }
  .submenu--media .submenu__item::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #c7dce8;
  }
  .submenu--media .submenu__item:last-child::after {
    display: none;
  }
  .submenu--media .submenu__item--active::before {
    content: "";
    display: block;
    width: 19px;
    height: 15px;
    background: url("/newpredanie/img/bg-tr-author.png") no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 93%);
  }
  .composition--fluid {
    position: relative;
    padding-bottom: 60px;
  }
  .composition--fluid .composition__picture {
    display: block;
    width: 89px;
  }
  .composition--fluid .composition__content {
    position: static;
    margin-right: 100px;
    padding-bottom: 0;
    min-height: 120px;
  }
  .composition--fluid .composition__date {
    position: static;
    float: left;
  }
  .composition--fluid .composition__text {
    max-height: 60px;
    overflow: hidden;
  }
  .composition--fluid .composition__btns {
    bottom: 10px;
    left: 12px;
    right: 12px;
  }
  .composition--fluid .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .author-card {
    padding: 8px 12px;
  }
  .author-card .author-card__picture {
    top: 8px;
    right: 12px;
    width: 90px;
    height: 137px;
  }
  .author-card__content {
    margin-right: 100px;
    min-height: 138px;
  }
  .author-card__content__media {
    margin-right: 0;
    min-height: 100px;
  }
  .author-card__title {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 17px;
  }
  .author-card__text {
    font-size: 12px;
    line-height: 17px;
    max-height: 105px;
    overflow: hidden;
  }
  .project--search {
    position: relative;
    padding: 8px 12px;
    padding-bottom: 65px;
  }
  .project--search .project__picture {
    float: right;
  }
  .project--search .project__picture img {
    width: 105px;
  }
  .project--search .project__title {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 19px;
  }
  .project--search .project__content {
    margin-right: 115px;
    min-height: 115px;
  }
  .project--search .project__sub-title {
    font-size: 12px;
    line-height: 14px;
    color: #000;
  }
  .project--search .project__text--first {
    display: block;
    max-height: 60px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
  .project--search .btn--yellow {
    position: absolute;
    bottom: 20px;
    left: 12px;
    right: 12px;
    width: auto;
  }
  .one-report--fluid {
    position: relative;
    padding: 8px 12px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e4ebeb;
  }
  .one-report--fluid .one-report__image {
    top: 8px;
    right: 12px;
    width: 89px;
  }
  .one-report--fluid .one-report__desc {
    position: static;
    margin-right: 100px;
    padding-bottom: 0;
  }
  .one-report--fluid .one-report__title {
    font-size: 14px;
    line-height: 16px;
  }
  .one-report--fluid .one-report__text {
    display: none;
    max-height: 105px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    overflow: hidden;
  }
  .one-report--fluid .one-report__text--first {
    display: block;
  }
  .one-report--fluid .btn--read {
    bottom: 10px;
    left: 12px;
    right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
  }
}
@media screen and (max-width: 370px) {
  .submenu--library .submenu__item {
    width: 50%;
  }
  .submenu--library .submenu__item:first-child {
    width: 20%;
  }
  .submenu--library .submenu__item:last-child {
    width: 30%;
  }
}
.category-card {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #fffdf7;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  border-radius: 3px;
  box-shadow: 0 2px 2px #c3dae5;
}
.category-card__image {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 152px;
  height: 213px;
  overflow: hidden;
}
.category-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.category-card__content {
  margin-left: 172px;
  min-height: 213px;
}
.category-card__title {
  margin: 0;
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.category-card__descr {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #1f4e66;
  letter-spacing: -0.5px;
}
.category-card__more {
  font-size: 12px;
  line-height: 15px;
}
.category-card .mobile {
  display: none;
}
.author-l-list__main-title--category-page {
  margin: 15px 0;
}
.author-l-list__sort-link {
  text-decoration: none;
  color: #1f4e66;
}
/*---- адаптивность ----*/
@media screen and (max-width: 959px) {
  .category-card {
    padding: 8px 12px;
  }
  .category-card__image {
    top: 8px;
    left: 12px;
    width: 90px;
    height: 125px;
  }
  .category-card__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
  .category-card__descr {
    font-size: 12px;
    line-height: 14px;
    max-height: 70px;
    overflow: hidden;
  }
  .category-card__content {
    margin-left: 100px;
    min-height: 125px;
  }
  .category-card .mobile {
    display: block;
  }
}
.author-list__item--active .author-list__link {
  display: block;
  width: 21px;
  height: 22px;
  text-align: center;
  color: #805012;
  border-radius: 4px;
  background-color: #fffdf7;
  box-shadow: 0 2px 2px #c3dae5;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
}
.author-l-list__main-title--authors-list {
  margin-top: 0;
  margin-bottom: 12px;
}
.author-select {
  display: none;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 0;
}
.author-select__all {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  line-height: 24px;
}
.author-select__select-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #e8eff3;
}
.author-select__select-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 24px;
  height: 100%;
  background-color: #e8eff3;
  background-image: url(/newpredanie/img/ico/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  z-index: 0;
}
.author-select__select {
  position: relative;
  display: block;
  margin-right: 0;
  padding: 0;
  padding-left: 9px;
  padding-right: 34px;
  height: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: none;
  z-index: 1;
}
/*---- адаптивность ----*/
@media screen and (max-width: 959px) {
  .author-select {
    display: block;
  }
  .author-l-list__main-title--authors-list {
    float: left;
    width: 50%;
  }
}
.modal--report {
  box-sizing: border-box;
  width: 960px;
}
.modal--report .modal__title {
  margin-bottom: 10px;
}
.modal__close--round {
  top: -38px;
  right: -38px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}
.modal__close--round:before,
.modal__close--round:after {
  width: 24px;
  background-color: #bcc5cb;
  border-radius: 0;
}
.tab-toggles {
  font-size: 0;
}
.tab-toggles__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-toggles__list-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-left: 0.333333%;
  margin-right: 0.333333%;
  width: 24.5%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #1f4d65;
  border: 1px solid #e6eef2;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #e6eef2;
  box-shadow: 0 2px 2px #c3dae5;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  cursor: pointer;
}
.tab-toggles__list-item--active {
  background-color: #fffdf7;
  background-image: none;
  border: 1px solid #e6edf2;
  border-bottom: none;
  box-shadow: 0px 2px 0px 0px #fffdf7;
}
.tab-toggles__list-item:first-child {
  margin-left: 0;
}
.tab-toggles__list-item:last-child {
  margin-right: 0;
}
.form-tab {
  display: none;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-bottom: 4px solid #d2e3ec;
  border-radius: 0 0 4px 4px;
}
.form-tab--active {
  display: block;
}
.tab-toggle {
  box-sizing: border-box;
  margin-bottom: 2px;
  padding: 8px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #1f4d65;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 2px 2px #c3dae5;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  cursor: pointer;
}
.tab-toggle.mobile {
  display: none;
}
.report-form__row {
  font-size: 0;
}
.report-form__input {
  margin-bottom: 20px;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #1f4e66;
  background-color: #fff;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.report-form__input--half-width {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 232px;
}
.report-form__textarea {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  max-height: 154px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #1f4e66;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.report-form__captcha-block {
  float: left;
  width: 40%;
  font-size: 18px;
  line-height: 50px;
}
.report-form__submit-block {
  float: right;
  width: 60%;
  text-align: right;
}
.report-form__captcha {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 20px;
  width: 139px;
  height: 44px;
  border: 1px solid #e6edf2;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
}
.report-form__captcha img {
  display: block;
  margin: 0 auto;
  padding-top: 2px;
}
.report-form__input--captcha {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}
.report-form__notice {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 16px;
  line-height: 32px;
}
.btn--submit {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 16px;
}
/*---- адаптивность ----*/
@media screen and (max-width: 959px) {
  .report-error .main-content {
    display: none;
  }
  .report-error .modal-overlay {
    position: static;
  }
  .modal__form-wrapper {
    margin: 0 auto;
    max-width: 440px;
  }
  .modal--report {
    position: static;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    transform: translate(0, 0);
  }
  .form-tab {
    display: none;
  }
  .form-tab--active {
    display: none;
  }
  .tab-toggle.mobile {
    display: block;
  }
  .tab-toggle--active + .form-tab {
    display: block;
  }
  .report-form .modal__close {
    display: none;
  }
  .report-form__captcha-block {
    float: none;
    width: 100%;
  }
  .report-form__submit-block {
    float: none;
    width: 100%;
  }
  .report-form__input {
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .report-form__input--half-width {
    margin-right: 0;
    width: 100%;
  }
  .report-form__input--captcha {
    width: 45%;
  }
  .report-form__textarea {
    margin-bottom: 10px;
    padding: 10px;
    max-height: 71px;
    font-size: 16px;
    line-height: 19px;
  }
  .report-form__captcha {
    margin-right: 10%;
    width: 45%;
    height: 36px;
  }
  .report-form__captcha img {
    padding: 0;
    height: 100%;
  }
  .report-form__notice {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.5px;
  }
  .report-form .btn--submit {
    display: block;
    margin: 0 auto;
  }
  .btn-ago--report {
    width: 100%;
    max-width: 440px;
  }
}
.js-modal-recipient .modal--report {
  width: 640px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .js-modal-recipient .modal--report {
    width: 90%;
    margin: 5% auto auto auto;
  }
  .js-modal-recipient .modal--report .modal__close {
    display: none;
  }
}
.js-modal-recipient .img {
  overflow: hidden;
  height: 250px;
  text-align: center;
}
.js-modal-recipient .img img {
  width: 100%;
}
.js-modal-recipient .button {
  text-align: center;
}
.js-modal-recipient .button a {
  width: 160px;
  margin-top: 10px;
}
.js-modal-recipient .button .or_close {
  margin-top: 15px;
  display: none;
}
.js-modal-recipient .button .or_close a {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .js-modal-recipient .button .or_close {
    display: block;
  }
}
.tema-banner {
  margin-bottom: 15px;
  padding: 15px 30px;
  padding-bottom: 5px;
  background-image: url("/newpredanie/img/tema-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: 2px;
}
.tema-banner__title {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 725px;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  letter-spacing: 1px;
}
.social--tema {
  float: right;
  width: auto;
  margin-bottom: 20px;
  font-size: 0;
  text-align: right;
  line-height: 23px;
}
.social--tema .social__title {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
.submenu--tema {
  box-shadow: 0 2px 5px #424036;
}
.submenu--tema.sticky-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
.tema-section__title {
  margin: 0;
  margin-bottom: 7px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
.tema-section__text {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #1f4e66;
}
.tema-section__author-picture {
  position: relative;
  float: left;
  margin-right: 40px;
  width: 127px;
  height: 188px;
  box-shadow: 0 2px 5px #7495a5;
}
.tema-section__author-picture:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 20px;
  height: 1px;
  background-color: #c3d9e5;
}
.tema-section__author-picture img {
  display: block;
  width: 100%;
}
.tema-section__author {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}
.tema-section__blockquote {
  float: left;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 30px;
  padding: 15px 30px;
  padding-left: 50px;
  width: 780px;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  color: #1f4e66;
  background-color: #fffdf7;
  background-image: url(/newpredanie/img/ico/ico-quote.png);
  background-repeat: no-repeat;
  background-position: 17px 22px;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.tema-section__narrow-col {
  margin-bottom: 30px;
  width: 265px;
}
.tema-section__narrow-col.left {
  float: left;
}
.tema-section__narrow-col.right {
  float: right;
}
.tema-section__wide-col {
  margin-bottom: 30px;
  width: 650px;
}
.tema-section__wide-col.left {
  float: left;
}
.tema-section__wide-col.right {
  float: right;
}
.tema-section__image {
  width: 260px;
  height: 320px;
  overflow: hidden;
}
.tema-section__image img {
  display: block;
  width: 100%;
}
.tema-section__read-more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
}
.tema-section__video-block {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 30px;
  padding-top: 20px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.tema-section__video {
  box-shadow: 0 2px 5px #7495a5;
}
.tema-section iframe {
  display: block;
  width: 100%;
  border: none;
}
.tema-section__video-description {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #1f4e66;
}
.composition--wide {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.composition--wide .col {
  width: 25%;
}
.comment-wrapper--tema {
  margin-bottom: 30px;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #fff;
}
.comment-form input:-ms-placeholder,
.comment-form textarea:-ms-placeholder {
  color: #fff;
}
/*=====================
  Адаптивность
=====================*/
@media screen and (max-width: 959px) {
  .tema-banner {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
  .tema-banner__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    max-width: 70%;
  }
  .tema-banner__social {
    text-align: center;
  }
  .social--tema {
    display: block;
    float: none;
    text-align: center;
  }
  .social--tema .social__title {
    font-size: 14px;
  }
  .submenu--tema {
    margin-bottom: 10px;
  }
  .submenu--tema .submenu__item {
    width: 100%;
  }
  .tema-section__title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .tema-section__text {
    margin-bottom: 15px;
    /*max-height: 272px;*/
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
  }
  .tema-section__author-picture {
    margin-right: 0;
    margin-bottom: 60px;
    float: none;
    width: 100%;
    text-align: center;
    box-shadow: none;
  }
  .tema-section__author-picture img {
    display: inline-block;
    vertical-align: top;
    width: 127px;
    height: 188px;
    box-shadow: 0 2px 5px #7495a5;
  }
  .tema-section__author {
    margin: 0 auto;
    margin-top: 12px;
    width: 150px;
  }
  .tema-section__blockquote {
    float: none;
    margin-bottom: 15px;
    padding: 8px 20px;
    padding-left: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    background-size: 19px 20px;
    background-position: 10px 10px;
  }
  .tema-section__narrow-col,
  .tema-section__wide-col {
    margin-bottom: 10px;
    width: 100%;
  }
  .tema-section__narrow-col.right,
  .tema-section__wide-col.right,
  .tema-section__narrow-col.left,
  .tema-section__wide-col.left {
    float: none;
  }
  .tema-section__image {
    width: 100%;
    height: auto;
  }
  .tema-section__image img {
    margin: 0 auto;
    width: 166px;
    height: 166px;
  }
  .tema-section__video-block {
    padding: 10px;
    padding-bottom: 20px;
    border-bottom: 4px solid #e6edf2;
  }
  .tema-section__video-description {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .tema-section iframe {
    width: 100%;
    /*height: auto;*/
  }
  .composition--wide .col {
    float: none;
    margin: 0 auto;
    width: 130px;
  }
  .comment-form__content {
    padding-top: 25px;
  }
  .comment-form table td:first-child {
    display: none;
  }
  .comment-form table td.text-right {
    text-align: center;
  }
  .comment-form input::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder {
    color: #1f4d65;
  }
  .comment-form input::-moz-placeholder,
  .comment-form textarea::-moz-placeholder {
    color: #1f4d65;
  }
  .comment-form input:-ms-placeholder,
  .comment-form textarea:-ms-placeholder {
    color: #1f4d65;
  }
}
.recent-lectures {
  padding: 15px;
  padding-bottom: 20px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.lecture-preview {
  margin-bottom: 15px;
  font-size: 0;
}
.lecture-preview__image {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 76px;
  height: 76px;
  overflow: hidden;
}
.lecture-preview__image img {
  display: block;
  width: 100%;
}
.lecture-preview__info {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}
.lecture-preview__date {
  font-size: 14px;
  line-height: 16px;
  color: #6b797f;
}
.lecture-preview__title {
  font-size: 16px;
  line-height: 24px;
  color: #1f4d65;
}
.lecture-preview__author {
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  color: #1f4d65;
}
.author-l-aside .btn.btn--announces {
  margin-bottom: 0;
  max-width: 100%;
}
.lecture-card {
  position: relative;
  margin-bottom: 22px;
  padding: 15px 20px;
  background-color: #fffdf7;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  border-radius: 3px;
  box-shadow: 0 2px 2px #c3dae5;
}
.lecture-card__image {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 152px;
  height: 213px;
  overflow: hidden;
}
.lecture-card__image img {
  display: block;
  width: 100%;
}
.lecture-card__info {
  padding-left: 172px;
  min-height: 213px;
}
.lecture-card__title {
  margin: 0;
  margin-bottom: 5px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.lecture-card__text {
  margin: 0;
  max-width: 450px;
  font-size: 16px;
  line-height: 20px;
  color: #1f4e66;
  letter-spacing: -0.5px;
}
.lecture-card__read-more {
  display: none;
  font-size: 12px;
  line-height: 16px;
}
.btn--translation {
  position: relative;
  margin-bottom: 22px;
  padding: 30px;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #5b7d8f;
  background-color: #e6eef2;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  border-radius: 3px;
  box-shadow: 0 2px 2px #c3dae5;
}
.btn--translation:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -135px;
  width: 30px;
  height: 30px;
  background-image: url("/newpredanie/img/ico/ico-video--big.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn--translation:hover {
  opacity: .8;
}
.lectures-section__title {
  margin: 0;
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}
.lecture-subject__title {
  margin: 0;
  margin-bottom: 12px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
.lecture-subject-form {
  padding: 25px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 4px;
}
.lecture-subject-form__row {
  font-size: 0;
}
.lecture-subject-form__input {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 10px 18px;
  width: 240px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #1f4e66;
  background-color: #fff;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.lecture-subject-form__textarea {
  display: block;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #1f4e66;
  background-color: #fff;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.lecture-subject-form__notice {
  float: left;
  font-size: 16px;
  line-height: 35px;
}
.btn--lectures {
  float: right;
  border-radius: 18px;
}
/*-- адаптивность --*/
@media (max-width: 959px) {
  .lecture-card {
    padding: 10px;
  }
  .lecture-card__image {
    top: 10px;
    left: 10px;
    width: 89px;
    height: 124px;
  }
  .lecture-card__info {
    padding-left: 100px;
    min-height: 124px;
  }
  .lecture-card__title {
    margin-bottom: 5px;
    max-width: 115px;
    font-size: 16px;
    line-height: 16px;
  }
  .lecture-card__text {
    max-height: 48px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
  .lecture-card__read-more {
    display: block;
  }
  .btn--translation {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .btn--translation:before {
    top: 22px;
    margin-left: -75px;
    width: 16px;
    height: 16px;
  }
  .lectures-section__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .lecture-subject__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .lecture-subject-form {
    padding: 10px;
    padding-bottom: 20px;
  }
  .lecture-subject-form__input {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .lecture-subject-form__textarea {
    font-size: 16px;
    line-height: 20px;
  }
  .lecture-subject-form__notice {
    display: none;
  }
  .btn--lectures {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.submenu--subscriptions .submenu__item {
  width: 33.33%;
}
.subscription-section--last {
  margin-bottom: 30px;
}
.subscription-section__title {
  margin: 0;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 45px;
}
.subscription-section__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.subscription-card {
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.subscription-card__image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.subscription-card__image img {
  display: block;
  width: 100%;
}
.subscription-card__info {
  padding-left: 200px;
  min-height: 180px;
}
.subscription-card__text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #1f4e66;
}
.subscription-form {
  font-size: 0;
}
.subscription-form__input {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-right: 30px;
  padding: 7px 13px;
  width: 208px;
  font-size: 16px;
  line-height: 20px;
  color: #1f4e66;
  background-color: #fff;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.btn--subscribe {
  float: right;
  width: 206px;
}
/*-- адаптивность --*/
@media (max-width: 959px) {
  .submenu--subscriptions .submenu__item {
    width: 100%;
  }
  .subscription-section__title {
    font-size: 16px;
    line-height: 24px;
  }
  .subscription-section__subtitle {
    margin-bottom: 10px;
    max-width: 265px;
    font-size: 14px;
    line-height: 18px;
  }
  .subscription-card {
    padding: 10px;
    padding-bottom: 160px;
    border-bottom: 4px solid #e6edf2;
  }
  .subscription-card__image {
    top: 10px;
    left: 10px;
    width: 105px;
    height: 105px;
  }
  .subscription-card__info {
    padding-left: 115px;
    min-height: 105px;
  }
  .subscription-card__text {
    margin-bottom: 10px;
    max-height: 96px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
  .subscription-form {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
  }
  .subscription-form__input {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  .btn--subscribe {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.articles__content {
  float: left;
  width: 660px;
}
.articles__sidebar {
  float: right;
  width: 260px;
}
.articles__title {
  margin: 0;
  margin-bottom: 12px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
}
.articles__sidebar .btn {
  margin: 0 auto 18px;
  max-width: 205px;
  display: block;
  width: 100%;
}
.decoration-menu--articles .decoration-menu__item {
  width: 20%;
}
.some-slider {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 45px;
  height: 220px;
  background-color: #fffdf7;
  background-image: linear-gradient(to bottom, #e6eef2 0%, #eff4f7 100%);
  border-radius: 3px;
  box-shadow: 0 2px 2px #c3dae5;
}
.some-slider-btn-prev,
.some-slider-btn-next {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  text-decoration: none;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.some-slider-btn-prev:hover,
.some-slider-btn-next:hover {
  opacity: .8;
}
.some-slider-btn-prev {
  left: 17px;
  background-image: url("/newpredanie/img/ico/icon-arrow--left.png");
}
.some-slider-btn-next {
  right: 17px;
  background-image: url("/newpredanie/img/ico/icon-arrow--right.png");
}
.article-card {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 18px 20px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.article-card__image {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 152px;
  height: 213px;
  overflow: hidden;
}
.article-card__image img {
  display: block;
  width: 100%;
}
.article-card__content {
  position: relative;
  min-height: 213px;
  padding-right: 173px;
}
.article-card__title {
  margin: 0;
  padding-right: 110px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #1f4e66;
}
.article-card__date {
  position: absolute;
  top: 0;
  right: 173px;
  font-size: 16px;
  line-height: 30px;
}
.article-card__author {
  margin-bottom: 7px;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  color: #1f4e66;
}
.article-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1f4e66;
  letter-spacing: -1px;
}
.subscription-block {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 22px;
  padding-bottom: 7px;
  background-color: #fffdf7;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.subscription-block__title {
  margin: 0;
  margin-bottom: 13px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.subscription-block__descr {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 19px;
  color: #1f4e66;
}
.subscription-form-aside__input {
  margin-bottom: 20px;
  padding: 7px 14px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #1f4e66;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  .decoration-menu--articles {
    padding: 0;
    width: 100%;
  }
  .decoration-menu--articles .decoration-menu__item {
    width: 100%;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #c7dce8;
    box-shadow: 0 2px 3px #d9d3b8;
    display: none;
  }
  .decoration-menu--articles .decoration-menu__item--main {
    display: block;
    background-image: url(/newpredanie/img/ico/icon-decmenu.png);
  }
  .decoration-menu--articles .decoration-menu__item--active:before {
    display: none;
  }
  .decoration-menu--articles .decoration-menu__item:last-child {
    border-bottom: 0;
  }
  .decoration-menu--articles .decoration-menu__link {
    font-size: 16px;
    line-height: 36px;
  }
  .articles__content {
    float: none;
    width: 100%;
  }
  .articles__title {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .article-card {
    padding: 8px 12px;
  }
  .article-card__image {
    top: 8px;
    right: 12px;
    width: 89px;
    height: 124px;
  }
  .article-card__content {
    padding-right: 100px;
    min-height: 124px;
  }
  .article-card__title {
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .article-card__date {
    position: static;
    font-size: 12px;
    line-height: 18px;
  }
  .article-card__author {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
  }
  .article-card__text {
    max-height: 60px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
  }
}
.articles__title--article {
  margin-bottom: 0;
}
.articles__subtitle {
  margin: 0;
  margin-bottom: 8px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #1f4d65;
}
.article-content__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #1f4e66;
  letter-spacing: -0.5px;
}
.article-content__quotation {
  font-weight: bold;
  font-style: italic;
}
.article-content__wrapper {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 166px;
}
.article-content__wrapper--right {
  padding-right: 186px;
}
.article-content__wrapper--left {
  padding-left: 186px;
}
.article-content__image {
  position: absolute;
  top: 0;
  width: 166px;
  height: 166px;
  overflow: hidden;
}
.article-content__image img {
  display: block;
  width: 100%;
}
.article-content__image.right {
  right: 0;
}
.article-content__image.left {
  left: 0;
}
.article-content__blockquote {
  margin: 0;
  margin-top: 15px;
  padding: 18px 35px 14px 60px;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1f4e66;
  background-color: #fffdf7;
  background-image: url(/newpredanie/img/ico/ico-quote.png);
  background-repeat: no-repeat;
  background-position: 25px 22px;
  background-size: 19px 17px;
  border: 1px solid #e6edf2;
  border-radius: 3px;
}
.article-author {
  position: relative;
  margin-bottom: 40px;
  padding-top: 25px;
  border-top: 1px solid #1f4d65;
}
.article-author__photo {
  position: absolute;
  top: 25px;
  left: 0;
  width: 99px;
  height: 99px;
  box-shadow: 0 2px 5px #7495a5;
  overflow: hidden;
}
.article-author__photo img {
  display: block;
  width: 100%;
}
.article-author__info {
  padding-left: 110px;
}
.article-author__name {
  margin-bottom: 10px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.article-author__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #1f4e66;
}
.further-reading__title {
  margin: 0;
  margin-bottom: 12px;
  font-family: "rotondac-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.recent-lectures--article {
  margin-bottom: 20px;
  border-bottom: 4px solid #e6edf2;
}
.recent-lectures--article .show-more {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  font-size: 0;
  background-image: url("/newpredanie/img/ico/icon-decmenu.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.recent-lectures--article .show-more:hover {
  opacity: .8;
}
@media screen and (max-width: 959px) {
  .articles__subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .article-content__text {
    font-size: 14px;
    line-height: 18px;
  }
  .article-content__wrapper {
    padding: 0;
  }
  .article-content__image {
    position: static;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .article-content__blockquote {
    padding: 10px 20px 10px 40px;
    font-size: 14px;
    line-height: 17px;
    background-position: 10px 10px;
  }
  .article-author {
    margin-bottom: 12px;
    padding-top: 20px;
  }
  .article-author__photo {
    width: 106px;
    height: 106px;
  }
  .article-author__info {
    padding-left: 116px;
    min-height: 106px;
  }
  .article-author__name {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .article-author__name a {
    display: block;
    max-width: 150px;
    text-decoration: none;
    font-size: 14px;
  }
  .article-author__name a span {
    border-bottom: 1px solid #00b9ee;
  }
  .article-author__text {
    max-height: 64px;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
  }
  .further-reading__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .articles__sidebar {
    float: none;
    width: 100%;
  }
  .lecture-preview:nth-last-child(2),
  .lecture-preview:nth-last-child(3) {
    display: none;
  }
}
.author__text {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
}
.author__text--tags {
  margin-bottom: 0;
  line-height: 19px;
}
.rate {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 6px 0;
  font-size: 0;
  list-style: none;
}
.rate__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
  margin-right: 1px;
  width: 17px;
  height: 16px;
  background-image: url("/newpredanie/img/ico/ico-star.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.rate--1 .rate__item:first-child {
  background-image: url("/newpredanie/img/ico/ico-star--active.png");
}
.rate--2 .rate__item:first-child,
.rate--2 .rate__item:nth-child(2) {
  background-image: url("/newpredanie/img/ico/ico-star--active.png");
}
.rate--3 .rate__item:first-child,
.rate--3 .rate__item:nth-child(2),
.rate--3 .rate__item:nth-child(3) {
  background-image: url("/newpredanie/img/ico/ico-star--active.png");
}
.rate--4 .rate__item:first-child,
.rate--4 .rate__item:nth-child(2),
.rate--4 .rate__item:nth-child(3),
.rate--4 .rate__item:nth-child(4) {
  background-image: url("/newpredanie/img/ico/ico-star--active.png");
}
.rate--5 .rate__item {
  background-image: url("/newpredanie/img/ico/ico-star--active.png");
}
.tags {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  max-width: 165px;
  font-size: 0;
  list-style: none;
}
.tags__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6edf2;
  border-radius: 4px;
}
.tags__item a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  color: #6c7980;
}
.tags__item--add {
  border: none;
}
.tags__item--add a {
  text-decoration: underline;
  color: #00bff3;
}
.composition--three-items .composition-item {
  width: 33%;
}
.decoration-menu--author {
  position: static;
  float: none;
}
.decoration-menu--author .author__tabs div {
  background: #fffef7 !important;
}
.decoration-menu--author .author__tabs a {
  color: #1f4e66 !important;
}
.decoration-menu--author .author__tabs:hover {
  color: #805012 !important;
}
.decoration-menu--author .author__tabs a.decoration-menu__item--active {
  color: #805012 !important;
}
.decoration-menu--author .author__tabs a.decoration-menu__item--active:before {
  background: none;
}
.foreign__agent {
  border: 2px solid #c7dce8;
  padding: 10px;
  color: #747474;
  font-size: 18px;
  line-height: 29px;
}
@media screen and (max-width: 959px) {
  .author {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
  }
  .author img {
    display: block;
    margin: 0 auto;
    width: 89px;
  }
  .author__title {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 160px;
    font-size: 16px;
    line-height: 20px;
  }
  .author__description {
    height: 108px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  .decoration-menu--author {
    box-sizing: border-box;
    width: 100%;
  }
  .decoration-menu--author .decoration-menu__item {
    width: 33%;
  }
  .decoration-menu--author .decoration-menu__item:first-child {
    width: 20%;
  }
  .composition--three-items .composition-item {
    width: 100%;
  }
}
.author-l-aside__main-title--audio {
  margin-top: 68px;
}
.forums-section .btn--audio {
  position: absolute;
  top: 7px;
  right: 0;
  padding-left: 26px;
  padding-right: 26px;
  width: auto;
}
.forums-section .btn--audio:before {
  content: "Скачать целиком";
}
.forums-section.closed .forums-subsection {
  display: none;
}
.forums-section.closed .forums-section__desc {
  display: none;
}
.forums-subsection {
  padding-left: 30px;
}
.forums-subsection__header {
  position: relative;
}
.forums-subsection__click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #c7d1d1;
}
.forums-subsection__click:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 2px;
  text-align: center;
  font-size: 11px;
  line-height: 10px;
  color: #fff;
}
.forums-subsection__click--open:before {
  content: "-";
  top: -1px;
  left: 2px;
  font-size: 15px;
}
.forums-subsection__subtitle {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  width: 57%;
}
.forums-section__desc ul li {
  position: relative;
  margin-bottom: 28px;
  padding-right: 1px;
  min-height: 21px;
  cursor: pointer;
}
.forums-section__desc ul li .pause {
  display: none;
}
.forums-section__desc ul li .play {
  display: block;
}
.forums-section__desc ul li.playing {
  font-weight: bold;
}
.forums-section__desc ul li.playing .pause {
  display: block;
}
.forums-section__desc ul li.playing .play {
  display: none;
}
.forums-section__desc ul li.playing.paused .pause {
  display: none;
}
.forums-section__desc ul li.playing.paused .play {
  display: block;
}
.forums-section__desc ul li:hover {
  font-weight: bold;
}
.forums-section__desc ul li .btn--download {
  position: absolute;
  top: -12px;
  right: 0;
}
.forums-section.audio button.icon-forum {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.author-l-aside__main-title--video {
  margin-top: 38px;
}
.forums-section.video button.icon-forum {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.forums-section.video button.icon-forum .pause {
  display: none;
}
.forums-section.video button.icon-forum.playing .pause {
  display: block;
}
.forums-section.video button.icon-forum.playing .play {
  display: none;
}
.video-playlist {
  text-align: center;
  width: 70%;
  margin: 14px auto auto auto;
  position: relative;
}
.video-playlist .fa-caret-left {
  font-size: 70px;
  left: -36px;
  top: 20px;
  position: absolute;
  display: block;
  color: #c7dce8;
}
.video-playlist .fa-caret-right {
  font-size: 70px;
  right: -36px;
  top: 20px;
  position: absolute;
  display: block;
  color: #c7dce8;
}
.video-playlist .item {
  width: 46%;
  height: 100px;
  overflow: hidden;
  position: relative;
  /*margin: 5px;*/
}
.video-playlist .item.prev {
  padding-left: 0;
  float: left;
}
.video-playlist .item.next {
  padding-right: 0;
  float: right;
}
.video-playlist .item a img {
  width: 100%;
}
.video-playlist .item .desc {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 5px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.author__title span {
  font-family: "PT Sans", Arial, sans-serif;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.author__title a {
  display: block;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.decoration-menu-tooltip {
  position: relative;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #e6edf2;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fffdf7;
  box-shadow: 0 2px 5px #d8d3b8;
}
.decoration-menu-tooltip:before {
  content: "";
  width: 27px;
  height: 12px;
  background: url(/newpredanie/img/bg-tr-author-up.png) center no-repeat;
  position: absolute;
  top: -12px;
  left: 70px;
}
.decoration-menu-tooltip:after {
  content: "";
  width: 27px;
  height: 12px;
  background: url(/newpredanie/img/bg-tr-author-up.png) center no-repeat;
  position: absolute;
  top: -12px;
  right: 70px;
}
.decoration-menu-tooltip__text {
  position: relative;
  margin: 0;
  font-family: "rotondac-bold", Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #1f4e66;
}
.decoration-menu-tooltip__text:before {
  content: "";
  width: 27px;
  height: 12px;
  background: url(/newpredanie/img/bg-tr-author-up.png) center no-repeat;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -93px;
}
.decoration-menu-tooltip__text:after {
  content: "";
  width: 27px;
  height: 12px;
  background: url(/newpredanie/img/bg-tr-author-up.png) center no-repeat;
  position: absolute;
  top: -42px;
  right: 50%;
  margin-right: -93px;
}
.forums.composition-2 {
  margin-bottom: 30px;
}
.forums.composition-2 .video-title {
  display: none;
}
@media screen and (max-width: 959px) {
  .forums.composition-2 .video-title {
    display: block;
    max-width: unset;
  }
}
.book-container {
  font-size: 115%;
  line-height: 20px;
  /*text-align: justify;
  font-family: 'Helvetica';*/
}
.book-container .book-cover img {
  width: 200px;
}
.book-container .glyphicon {
  font-size: 10px;
}
.book-container div.plus {
  color: #5BC0DE;
  cursor: pointer;
  float: left;
  height: 14px;
  width: 14px;
  padding-top: 4px;
  margin-right: 4px;
}
.book-container ul {
  list-style: none outside none;
  margin-left: 15px;
  padding-left: 15px;
}
.book-container ul li {
  margin-bottom: 10px;
}
.book-container ul li a {
  border-bottom: 1px dashed #a7a7a7;
}
.book-container ul li a:hover {
  text-decoration: none !important;
}
.book-container .note {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.fb-dialog {
  font-size: 120%;
  font-family: Calibri, Arial, sans-serif;
  background: #fffef7;
  padding: 20px;
  border: 1px solid #c7dce8;
  box-shadow: 1px 1px 5px #ccc;
}
.ui-dialog-title {
  color: #ccc;
}
#scrollUp {
  background: none repeat scroll 0 0 #5BC0DE;
  border-radius: 16px;
  bottom: 20px;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 12px;
  opacity: 0.9;
  padding: 10px 20px;
  right: 20px;
  text-decoration: none;
  transition: background 200ms linear 0s;
}
.book-author {
  font-style: italic;
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: -5px;
}
.error-404 .container {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .error-404 .container {
    width: 100%;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 460px;
    padding: 0 10px;
  }
}
.error-404__title {
  text-align: center;
  font: bold 30px/1.2 "rotondac-bold", Arial, sans-serif;
  margin-bottom: 17px;
}
@media (max-width: 959px) {
  .error-404__title h1 {
    font-size: 24px;
  }
}
.error-404__main {
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .error-404__main {
    float: left;
    width: 660px;
  }
}
@media (max-width: 959px) {
  .error-404__main {
    margin-bottom: 20px;
  }
}
.error-404__sidebar {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .error-404__sidebar {
    float: right;
    width: 260px;
  }
}
.error-404__report-btn {
  font-size: 16px;
}
.error-404__fast-nav {
  clear: both;
  margin-top: 40px;
}
.project-card__inner {
  position: relative;
}
.project-card__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
}
.project-card__picture img {
  display: block;
  width: 100%;
}
.project-card__info {
  padding-left: 135px;
}
.project-card__title {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  min-height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.project-card__sub-title {
  margin: 0;
  margin-bottom: 8px;
  max-width: 200px;
  font-size: 14px;
  line-height: 18px;
}
.project-card__btns {
  margin-bottom: 32px;
}
.project-card__btns:after,
.project-card__btns:before {
  content: "";
  display: table;
}
.project-card__btns:after {
  clear: both;
}
.project-card .btn--blue {
  float: left;
  padding-top: 6px;
  padding-bottom: 5px;
  border-radius: 15px;
}
.project-card .btn--yellow {
  float: right;
  margin-right: 2px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.project-card .progress {
  margin-bottom: 28px;
}
.project-card .progress__date {
  top: -25px;
  bottom: auto;
  font-size: 14px;
  line-height: 18px;
}
.project-card .progress__start {
  bottom: -25px;
  top: auto;
}
.project-card .progress__sum {
  bottom: auto;
  top: -25px;
}
.project-card .progress__end {
  bottom: -25px;
  top: auto;
}
.project-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6c7980;
}
.media-card:after,
.media-card:before {
  content: "";
  display: table;
}
.media-card:after {
  clear: both;
}
.media-card__inner {
  position: relative;
}
.media-card__composition {
  float: left;
  width: 63%;
}
.media-card__compositions-list {
  float: right;
  width: 33%;
}
.media-card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 131px;
  height: 190px;
  overflow: hidden;
}
.media-card__image img {
  display: block;
  width: 100%;
}
.media-card__info {
  padding-right: 141px;
  min-height: 190px;
}
.media-card__title {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.media-card__author {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
  color: #6c7980;
}
.media-card__link {
  position: relative;
  display: block;
  margin-left: 24px;
  padding: 2px 0;
  font-size: 14px;
  line-height: 18px;
}
.media-card__link:hover {
  opacity: .8;
}
.media-card__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
.media-card__link--audio {
  margin-bottom: 12px;
}
.media-card__link--audio:before {
  background-image: url("/newpredanie/img/ico/ico-audio--yellow.png");
}
.media-card__link--text:before {
  background-image: url("/newpredanie/img/ico/ico-doc--yellow.png");
}
.media-card__text {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #6c7980;
}
.media-card__compositions-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-card__compositions-list li {
  margin-bottom: 15px;
}
.media-card__compositions-list a {
  font-size: 14px;
  line-height: 18px;
}
.media-card__show-more {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.media-card__show-more.swiper-button-disabled {
  opacity: 0;
}
.media-card__show-less {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 5;
}
.media-card__show-less.swiper-button-disabled {
  opacity: 0;
}
.bible-study-card__inner {
  position: relative;
}
.bible-study-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 152px;
  overflow: hidden;
}
.bible-study-card__image img {
  display: block;
  width: 100%;
}
.bible-study-card__info {
  padding-left: 170px;
  min-height: 152px;
}
.bible-study-card__date-place {
  display: table;
  margin-bottom: 22px;
}
.bible-study-card__date {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 5px 10px;
  min-width: 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 12px #7ca0b2;
  border-radius: 4px;
}
.bible-study-card__day {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #1f4e66;
}
.bible-study-card__month {
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #1f4e66;
}
.bible-study-card__hour {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #1f4e66;
}
.bible-study-card__place {
  display: table-cell;
  padding-left: 13px;
  vertical-align: top;
  color: #1f4e66;
}
.bible-study-card__city {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.bible-study-card__group {
  margin-bottom: 5px;
  max-width: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.bible-study-card__address {
  font-size: 16px;
  line-height: 18px;
  color: #6c7980;
}
.bible-study-card__button-row {
  font-size: 0;
}
.bible-study-card .btn--yellow {
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.bible-study-card__comments {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 7px 0;
  padding-left: 27px;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #6c7980;
}
.bible-study-card__comments:hover {
  opacity: .8;
}
.bible-study-card__comments:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/newpredanie/img/ico/ico-comment.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.bible-study-card__content {
  margin-top: 10px;
}
.bible-study-card__title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1f4e66;
}
.bible-study-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #6c7980;
}
.blog-card:after,
.blog-card:before {
  content: "";
  display: table;
}
.blog-card:after {
  clear: both;
}
.blog-card__info {
  float: left;
  width: 55%;
}
.blog-card__entries-list {
  float: right;
  width: 41%;
}
.blog-card__image {
  margin-bottom: 10px;
  width: 100%;
}
.blog-card__image img {
  display: block;
  width: 100%;
  box-shadow: 0 5px 12px #7ca0b2;
}
.blog-card__content {
  position: relative;
}
.blog-card__content:after,
.blog-card__content:before {
  content: "";
  display: table;
}
.blog-card__content:after {
  clear: both;
}
.blog-card__quote {
  margin: 0;
  padding-left: 55px;
  min-height: 80px;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #6c7980;
  background-image: url("/newpredanie/img/ico/ico-quote.png");
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: top left;
}
.blog-card__comments {
  position: absolute;
  left: 0;
  top: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 7px 0;
  padding-left: 27px;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #6c7980;
}
.blog-card__comments:hover {
  opacity: .8;
}
.blog-card__comments:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/newpredanie/img/ico/ico-comment.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-card__more {
  float: right;
}
.blog-card__entries-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-card__entries-list li {
  margin-bottom: 15px;
}
.blog-card__entries-list a {
  font-size: 14px;
  line-height: 18px;
}
.blog-card__show-more {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.blog-card__show-more.swiper-button-disabled {
  opacity: 0;
}
.blog-card__show-less {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -6px;
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 3;
}
.blog-card__show-less.swiper-button-disabled {
  opacity: 0;
}
.news-preview {
  position: relative;
  margin-bottom: 15px;
}
.news-preview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.news-preview__image img {
  display: block;
  width: 100%;
}
.news-preview__content {
  padding-left: 70px;
  min-height: 58px;
}
.news-preview__date {
  font-size: 14px;
  line-height: 16px;
  color: #6c7980;
}
.news-preview__text {
  max-height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.news-preview__show-more {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 8px;
  text-decoration: none;
  background-image: url("/newpredanie/img/ico/icon-composition--down.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.news-preview__show-more:hover {
  opacity: .8;
}
.crowdfunding-card__inner {
  position: relative;
}
.crowdfunding-card__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
}
.crowdfunding-card__picture img {
  display: block;
  width: 100%;
}
.crowdfunding-card__info {
  padding-left: 135px;
}
.crowdfunding-card__title {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  min-height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.crowdfunding-card__sub-title {
  margin: 0;
  margin-bottom: 8px;
  max-width: 200px;
  font-size: 14px;
  line-height: 18px;
}
.crowdfunding-card__btns {
  margin-bottom: 35px;
}
.crowdfunding-card__btns:after,
.crowdfunding-card__btns:before {
  content: "";
  display: table;
}
.crowdfunding-card__btns:after {
  clear: both;
}
.crowdfunding-card .btn--yellow {
  float: right;
  margin-right: 2px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.crowdfunding-card .progress {
  margin-bottom: 28px;
}
.crowdfunding-card .progress__date {
  top: -25px;
  bottom: auto;
  font-size: 14px;
  line-height: 18px;
}
.crowdfunding-card .progress__start {
  bottom: -25px;
  top: auto;
}
.crowdfunding-card .progress__sum {
  bottom: auto;
  top: -25px;
}
.crowdfunding-card .progress__end {
  bottom: -25px;
  top: auto;
}
.crowdfunding-card .progress__end-legend {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.crowdfunding-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6c7980;
}
.swiper-container-vertical {
  position: relative;
  padding-top: 18px;
  max-height: 240px;
  overflow: hidden;
}
.swiper-container-vertical .swiper-slide {
  z-index: 0;
  overflow: hidden;
}
.swiper-container-vertical .blog-card__show-more {
  bottom: 0;
}
.swiper-container-vertical .blog-card__show-less {
  top: 5px;
}
.swiper-container-vertical-2 {
  position: relative;
  padding-top: 5px;
  max-height: 297px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .fast-nav__title {
    position: relative;
    top: -250px;
    min-height: 60px;
  }
  .fond .fast-nav__title {
    top: -350px;
  }
  .donate-video {
    position: relative;
    top: 55px;
  }
  .fast-nav__container {
    padding-bottom: 0;
  }
  .fast-nav .progress {
    position: relative;
    top: -20px;
    margin-top: 35px;
  }
  .fast-nav .progress__date {
    top: -25px;
    bottom: auto;
    font-size: 13px;
    line-height: 16px;
  }
  .fast-nav .progress__start {
    bottom: -20px;
    top: auto;
    font-size: 13px;
    line-height: 16px;
  }
  .fast-nav .progress__sum {
    bottom: auto;
    top: -20px;
    font-size: 13px;
    line-height: 16px;
  }
  .fast-nav .progress__end {
    bottom: -20px;
    top: auto;
    font-size: 13px;
    line-height: 16px;
  }
  .fast-nav__item:first-child a {
    border-radius: 3px;
  }
  .fast-nav__list {
    position: relative;
  }
  .fast-nav__list:before,
  .fast-nav__list:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 12px;
    height: 8px;
    background-image: url("/newpredanie/img/ico/icon-decmenu.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 6;
  }
  .fast-nav__list:after {
    left: auto;
    right: 10px;
  }
  .fast-nav__item {
    display: none;
    width: 100%;
  }
  .fast-nav__item a {
    box-sizing: border-box;
  }
  .fast-nav__item:after {
    display: none;
  }
  .fast-nav__item--active:before {
    display: none;
  }
  .fast-nav__item--main {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .fast-nav__item--main:before {
    content: "";
    width: 19px;
    height: 15px;
    background: url("/newpredanie/img/bg-tr-black.png") center no-repeat;
    position: absolute;
    bottom: 9px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -165%);
  }
  .fast-nav__list--active:before,
  .fast-nav__list--active:after {
    transform: rotate(180deg);
  }
  .fast-nav__list--active .fast-nav__item {
    display: block;
    box-shadow: 0 1px 2px #ffc700;
  }
  .fast-nav__list--active .fast-nav__item a {
    border-radius: 0;
  }
  .fast-nav__list--active .fast-nav__item:last-child a {
    border-radius: 0 0 3px 3px;
  }
  .fast-nav__list--active .fast-nav__item--main a {
    border-radius: 3px 3px 0 0;
  }
  .fast-nav__list--active .fast-nav__item--active {
    z-index: 0;
  }
  .fast-nav__list__open li {
    display: block;
  }
  .project-card__picture {
    width: 75px;
    height: 75px;
  }
  .project-card__info {
    padding-left: 85px;
  }
  .project-card__btns {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -110px;
    height: 30px;
  }
  .project-card__content {
    padding-bottom: 40px;
  }
  .project-card .btn {
    position: absolute;
    top: 0;
  }
  .project-card .btn--yellow,
  .project-card .btn--blue {
    padding-left: 12px;
    padding-right: 12px;
  }
  .project-card .btn--yellow {
    right: 0;
  }
  .project-card .btn--blue {
    left: 0;
  }
  .project-card .progress {
    margin-top: 40px;
  }
  .project-card .progress__date,
  .project-card .progress__end,
  .project-card .progress__start,
  .project-card .progress__sum {
    font-size: 13px;
    line-height: 16px;
  }
  .project-card .progress__date,
  .project-card .progress__sum {
    top: -20px;
  }
  .project-card .progress__end,
  .project-card .progress__start {
    bottom: -20px;
  }
  .media-card__composition {
    float: none;
    width: 100%;
  }
  .bible-study-card__image {
    width: 30%;
    height: auto;
  }
  .bible-study-card__info {
    padding-left: 33%;
  }
  .bible-study-card__date {
    padding: 3px 5px;
  }
  .bible-study-card__day {
    font-size: 32px;
    line-height: 34px;
  }
  .bible-study-card__month {
    font-size: 20px;
    line-height: 22px;
  }
  .bible-study-card__hour {
    font-size: 14px;
    line-height: 18px;
  }
  .bible-study-card__group {
    max-width: 200px;
  }
  .bible-study-card__address {
    letter-spacing: -0.5px;
  }
  .bible-study-card .btn--yellow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -64px;
    width: 128px;
  }
  .bible-study-card__info {
    min-height: 75px;
    padding-bottom: 40px;
  }
  .blog-card__content {
    padding-left: 90px;
    padding-top: 35px;
    background-image: url(/newpredanie/img/ico/ico-quote.png);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: top 0 left 90px;
  }
  .blog-card__info {
    float: none;
    width: 100%;
  }
  .blog-card__info:after,
  .blog-card__info:before {
    content: "";
    display: table;
  }
  .blog-card__info:after {
    clear: both;
  }
  .blog-card__image {
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: auto;
  }
  .blog-card__more {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
  }
  .blog-card__quote {
    min-height: 40px;
    padding-left: 0;
    text-align: left;
    background-image: none;
  }
  .news-preview__image {
    width: 50px;
    height: 50px;
  }
  .news-preview__content {
    padding-left: 60px;
    min-height: 50px;
  }
  .crowdfunding-card__picture {
    width: 75px;
    height: 75px;
  }
  .crowdfunding-card__info {
    padding-left: 85px;
  }
  .crowdfunding-card__btns {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -110px;
    height: 30px;
  }
  .crowdfunding-card__content {
    padding-bottom: 40px;
  }
  .crowdfunding-card .btn {
    position: absolute;
    top: 0;
  }
  .crowdfunding-card .btn--yellow,
  .crowdfunding-card .btn--blue {
    padding-left: 12px;
    padding-right: 12px;
  }
  .crowdfunding-card .btn--yellow {
    right: 0;
  }
  .crowdfunding-card .btn--blue {
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: 15px;
    left: 0;
  }
  .crowdfunding-card .progress {
    margin-top: 40px;
  }
  .crowdfunding-card .progress__date,
  .crowdfunding-card .progress__end,
  .crowdfunding-card .progress__start,
  .crowdfunding-card .progress__sum {
    font-size: 13px;
    line-height: 16px;
  }
  .crowdfunding-card .progress__date,
  .crowdfunding-card .progress__sum {
    top: -20px;
  }
  .crowdfunding-card .progress__end,
  .crowdfunding-card .progress__start {
    bottom: -20px;
  }
}
.apps .container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.apps .item {
  box-sizing: border-box;
  box-shadow: 0 2px 0 0 #c7dce8;
  background-color: #f0f5f7;
  color: #fff;
  padding: 24px;
  text-align: center;
  border-radius: 5px;
}
.apps .video {
  margin-top: 20px;
}
.apps .article {
  margin-top: 20px;
}
.apps .video-wrapper {
  position: relative;
  background: #111111;
}
.apps .item-1 {
  text-align: left;
  flex: 3;
}
.apps .item-1 .author-l-list__main-title {
  color: #111111;
}
.apps .item-1 .nav_link {
  display: flex;
  color: #738b97;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  justify-content: space-between;
  bottom: 0;
  margin-top: 25px;
}
.apps .item-1 .nav_link a {
  border-bottom: 3px #1f4e66 solid;
  text-decoration: none;
  transition: border-bottom 0.3s ease;
  color: #1f4e66;
}
.apps .item-1 .nav_link a:hover {
  border-bottom: 3px solid transparent;
}
.apps .item-2 {
  flex: 1;
}
.apps .item-2 img {
  width: auto;
  height: 330px;
  border-radius: 8px;
}
.apps .screenshot {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f5f7;
  box-shadow: 0 2px 1px 0 #c7dce8;
  border-radius: 5px;
}
.apps .tema__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.apps .images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.apps .images img {
  width: 150px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.apps .images img:hover {
  transform: scale(1.25);
}
.apps .app_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.apps .tema__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.apps .images_app {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  width: 100%;
}
.apps .images_app img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* Адаптивность */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .item {
    flex: 1 1 100%;
  }
  .nav_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .nav_link a {
    font-size: 18px;
  }
  .apps_nav_link {
    margin-bottom: 10px;
  }
}
/* Видео для компьютеров */
.video-desc {
  display: block;
}
/* Видео для телефонов */
.video-phone {
  display: none;
}
/* Адаптивность */
@media (max-width: 768px) {
  .video-phone {
    display: block;
  }
  .video-desc {
    display: none;
  }
  /* Резервное решение для старых браузеров */
  @supports not (position: sticky) {
    .nav_link {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 10;
    }
  }
  /* Адаптивность */
}
@media (max-width: 768px) and (max-width: 768px) {
  .nav_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/*=== контекстный слой ===*/
/*-- общие стили для страниц, имеющих только десктопную версию --*/
.mobile-show {
  display: none;
}
.overlay {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .desktop-only {
    display: none !important;
  }
}
/*-- общие стили для страниц, имеющих только мобильную версию --*/
.mobile-only {
  position: relative;
  margin: 0 auto;
  min-width: 320px;
  max-width: 460px;
}
.mobile-only .mobile-show {
  display: block;
}
.mobile-only.overlay {
  overflow: hidden;
}
.mobile-only .container {
  max-width: 460px;
}
.mobile-only .nav-toggle {
  display: block;
}
.mobile-only .mobile-hide {
  display: none;
}
.mobile-only .main-logo {
  width: 183px;
}
.mobile-only .decoration-menu--reading {
  position: relative;
  padding: 0;
  width: 100%;
  top: auto;
  float: none;
}
.mobile-only .decoration-menu--reading .decoration-menu__item {
  display: none;
  width: 100%;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #c7dce8;
  box-shadow: 0 2px 3px #d9d3b8;
}
.mobile-only .decoration-menu--reading .decoration-menu__item--main {
  display: block;
  background-image: url(/newpredanie/img/ico/icon-decmenu.png);
}
.mobile-only .decoration-menu--reading .decoration-menu__link {
  font-size: 16px;
  line-height: 36px;
}
.mobile-only .decoration-menu--reading.decoration-menu--active .decoration-menu__item {
  display: block;
}
.mobile-only .decoration-menu--reading .decoration-menu__item--active::before {
  display: none;
}
.mobile-only .page-header {
  padding: 12px 0;
}
.mobile-only .page-header--position {
  height: auto;
  overflow: visible;
}
.mobile-only .category__link--decorate-active {
  width: 235px;
}
.mobile-only .author-l-list {
  float: none;
  width: 100%;
}
.mobile-only .forums-section.audio .forums-section__subtitle {
  padding-right: 90px;
}
.mobile-only .forums-section .btn--audio,
.mobile-only .forums-section .btn--download {
  margin: 0;
  padding: 6px 15px;
  padding-bottom: 5px;
}
.mobile-only .forums-section .btn--download {
  position: static;
  display: block;
  float: right;
}
.mobile-only .forums-subsection__subtitle {
  max-width: 200px;
}
.mobile-only .forums-section__text {
  margin-bottom: 10px;
}
.mobile-only .forums-section .icon-forum {
  margin: 0 10px;
}
.mobile-only .forums-subsection .forums-section__desc {
  padding-left: 0;
}
.mobile-only .forums-section__desc {
  padding-top: 20px;
  padding-left: 1px;
}
.mobile-only .forums-section__desc ul li {
  padding-right: 0;
  padding-bottom: 10px;
}
.mobile-only .forums-section__desc ul li:after,
.mobile-only .forums-section__desc ul li:before {
  content: "";
  display: table;
}
.mobile-only .forums-section__desc ul li:after {
  clear: both;
}
.mobile-only .forums-section__click {
  position: absolute;
  top: 20px;
  left: 0;
}
.mobile-only .forums-section__subtitle {
  box-sizing: border-box;
  width: 100%;
  padding-right: 130px;
  padding-left: 25px;
}
.mobile-only .btn--read-part {
  position: relative;
  right: -10px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.mobile-only .btn.btn--read-online {
  position: relative;
  width: 95px;
  font-size: 0;
}
.mobile-only .forums-section__header .btn--blue {
  position: absolute;
  top: 8px;
  right: -10px;
}
.mobile-only .btn.btn--read-online:before {
  content: "Читать";
  position: absolute;
  top: 8px;
  left: 0;
  width: 95px;
  text-align: center;
  font-size: 14px;
}
.mobile-only .forums-section__format {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 8px;
}
.mobile-only .forums-section__format a {
  margin-bottom: 8px;
}
.mobile-only .composition {
  padding: 8px 12px;
}
.mobile-only .composition__main-title {
  font-size: 14px;
  line-height: 17px;
}
.mobile-only .composition--wide .col {
  float: none;
  margin: 0 auto;
  width: 130px;
}
.mobile-only .comment-form__title {
  font-size: 16px;
  padding: 12px 0;
}
.mobile-only .comment-form__content {
  padding: 10px 18px 20px;
  padding-top: 25px;
}
.mobile-only .comment-form td:first-child {
  width: auto;
}
.mobile-only .comment-form__label {
  display: none;
}
.mobile-only input::-webkit-input-placeholder,
.mobile-only textarea::-webkit-input-placeholder {
  color: #1f4d65;
}
.mobile-only input::-moz-placeholder,
.mobile-only textarea::-moz-placeholder {
  color: #1f4d65;
}
.mobile-only input:-ms-placeholder,
.mobile-only textarea:-ms-placeholder {
  color: #1f4d65;
}
.mobile-only .comment-form table td.text-right {
  text-align: center;
}
.mobile-only .comment__title {
  font-size: 16px;
}
.mobile-only .comment__text {
  font-size: 14px;
  padding-right: 0;
}
.mobile-only .tema {
  padding: 12px 15px 2px;
}
.mobile-only .tema__title {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 15px;
}
.mobile-only .tema__col {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.mobile-only .tema li {
  margin-bottom: 4px;
}
.mobile-only .tema__link {
  font-size: 14px;
  line-height: 16px;
}
.mobile-only .page-footer {
  padding-top: 20px;
}
.mobile-only .page-footer__contact--mobile {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.mobile-only .page-footer__phone {
  display: block;
  text-align: left;
}
.mobile-only .copyright {
  width: 80%;
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mobile-only .decoration-menu--composition {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.mobile-only .decoration-menu--composition .decoration-menu__link {
  font-size: 14px;
}
.mobile-only .decoration-menu--composition .decoration-menu__item--main:before {
  display: none;
}
.mobile-only .decoration-menu-tooltip {
  padding: 15px;
}
.mobile-only .decoration-menu-tooltip:before {
  left: 50%;
  margin-left: -14px;
}
.mobile-only .decoration-menu-tooltip:after {
  display: none;
}
.mobile-only .decoration-menu-tooltip__text {
  font-size: 16px;
  line-height: 20px;
}
.mobile-only .decoration-menu-tooltip__text:before,
.mobile-only .decoration-menu-tooltip__text:after {
  display: none;
}
.mobile-only .forums-section .btn--audio:before {
  content: "Скачать";
}
.mobile-only .forums-subsection__header,
.mobile-only .forums-section__header {
  height: auto;
}
.mobile-only .forums-subsection__subtitle {
  max-width: 180px;
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: inherit;
}
.author-l-aside--opened {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  max-height: 100vh;
  background-color: #fff;
  z-index: 100;
  overflow-y: scroll;
}
.aside-color-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.aside-color-overlay.active {
  display: block;
}
.btn--read-part {
  display: none;
}
.toggle-aside {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  font-size: 0;
  padding: 0;
  background-color: #fffdf7;
  box-shadow: 0 2px 5px #d8d3b8;
  border-radius: 0 25px 25px 0 !important;
  border: 1px solid #e6edf2;
  border: none;
  outline: none;
  z-index: 100;
}
.toggle-aside:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  background-image: url("/newpredanie/img/ico/icon-arrow-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.toggle-aside:hover {
  opacity: .8;
}
@media screen and (max-width: 959px) {
  .mobile-show {
    display: block;
  }
  .author-l-aside__main-title {
    padding: 8px 17px;
  }
  .aside-color-overlay.active {
    display: block;
  }
  .toggle-aside.active {
    display: none;
  }
  .category__link--decorate-active {
    width: 235px;
  }
  .comment-wrapper.mobile .comment {
    display: none;
  }
  .comment-wrapper.mobile .comment:first-child,
  .comment-wrapper.mobile .comment:nth-child(2) {
    display: block;
  }
  .btn.btn--read-online {
    width: 95px;
    font-size: 0;
  }
  .btn.btn--read-online:before {
    content: "Читать";
    position: absolute;
    top: 8px;
    left: 0;
    width: 95px;
    text-align: center;
    font-size: 14px;
  }
  .btn--read-part {
    position: relative;
    right: -10px;
    float: right;
    display: inline-block;
    vertical-align: top;
  }
  .read-online {
    margin-top: 0px;
  }
  .read-online-button {
    float: none;
    width: auto;
    margin-left: 0px;
  }
  .read-online-formats {
    margin-left: 0px;
  }
  span.banner-text-mobile {
    width: 100%;
    color: #ffffff;
    text-align: center;
  }
}

/*!
 * Bootstrap v3.0.1 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

#bootstrap-3 article,
#bootstrap-3 aside,
#bootstrap-3 details,
#bootstrap-3 figcaption,
#bootstrap-3 figure,
#bootstrap-3 footer,
#bootstrap-3 header,
#bootstrap-3 hgroup,
#bootstrap-3 main,
#bootstrap-3 nav,
#bootstrap-3 section,
#bootstrap-3 summary {
  display: block;
}

#bootstrap-3 audio,
#bootstrap-3 canvas,
#bootstrap-3 video {
  display: inline-block;
}

#bootstrap-3 audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
#bootstrap-3 template {
  display: none;
}

#bootstrap-3 html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#bootstrap-3 body {
  margin: 0;
}

#bootstrap-3 a {
  background: transparent;
}

#bootstrap-3 a:focus {
  outline: thin dotted;
}

#bootstrap-3 a:active,
#bootstrap-3 a:hover {
  outline: 0;
}

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

#bootstrap-3 abbr[title] {
  border-bottom: 1px dotted;
}

#bootstrap-3 b,
#bootstrap-3 strong {
  font-weight: bold;
}

#bootstrap-3 dfn {
  font-style: italic;
}

#bootstrap-3 hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

#bootstrap-3 mark {
  color: #000;
  background: #ff0;
}

#bootstrap-3 code,
#bootstrap-3 kbd,
#bootstrap-3 pre,
#bootstrap-3 samp {
  font-family: monospace, serif;
  font-size: 1em;
}

#bootstrap-3 pre {
  white-space: pre-wrap;
}

#bootstrap-3 q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

#bootstrap-3 small {
  font-size: 80%;
}

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

#bootstrap-3 sup {
  top: -0.5em;
}

#bootstrap-3 sub {
  bottom: -0.25em;
}

#bootstrap-3 img {
  border: 0;
}

#bootstrap-3 svg:not(:root) {
  overflow: hidden;
}

#bootstrap-3 figure {
  margin: 0;
}

#bootstrap-3 fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

#bootstrap-3 legend {
  padding: 0;
  border: 0;
}

#bootstrap-3 button,
#bootstrap-3 input,
#bootstrap-3 select,
#bootstrap-3 textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

#bootstrap-3 button,
#bootstrap-3 input {
  line-height: normal;
}

#bootstrap-3 button,
#bootstrap-3 select {
  text-transform: none;
}

#bootstrap-3 button,
#bootstrap-3 html input[type="button"],
#bootstrap-3 input[type="reset"],
#bootstrap-3 input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

#bootstrap-3 button[disabled],
#bootstrap-3 html input[disabled] {
  cursor: default;
}

#bootstrap-3 input[type="checkbox"],
#bootstrap-3 input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

#bootstrap-3 input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

#bootstrap-3 input[type="search"]::-webkit-search-cancel-button,
#bootstrap-3 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#bootstrap-3 button::-moz-focus-inner,
#bootstrap-3 input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#bootstrap-3 textarea {
  overflow: auto;
  vertical-align: top;
}

#bootstrap-3 table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  #bootstrap-3 * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  #bootstrap-3 a:visited {
    text-decoration: underline;
  }
  #bootstrap-3 a[href]:after {
    content: " (" attr(href) ")";
  }
  #bootstrap-3 abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  #bootstrap-3 a[href^="#"]:after {
    content: "";
  }
  pre,
  #bootstrap-3 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #bootstrap-3 thead {
    display: table-header-group;
  }
  tr,
  #bootstrap-3 img {
    page-break-inside: avoid;
  }
  #bootstrap-3 img {
    max-width: 100% !important;
  }
  #bootstrap-3 @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  #bootstrap-3 h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  #bootstrap-3 h3 {
    page-break-after: avoid;
  }
  #bootstrap-3 select {
    background: #fff !important;
  }
  #bootstrap-3 .navbar {
    display: none;
  }
  .table td,
  #bootstrap-3 .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  #bootstrap-3 .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #bootstrap-3 .label {
    border: 1px solid #000;
  }
  #bootstrap-3 .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  #bootstrap-3 .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

#bootstrap-3 *,
#bootstrap-3 *:before,
#bootstrap-3 *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#bootstrap-3 html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#bootstrap-3 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

#bootstrap-3 input,
#bootstrap-3 button,
#bootstrap-3 select,
#bootstrap-3 textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#bootstrap-3 a {
  color: #428bca;
  text-decoration: none;
}

#bootstrap-3 a:hover,
#bootstrap-3 a:focus {
  color: #2a6496;
  text-decoration: underline;
}

#bootstrap-3 a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#bootstrap-3 img {
  vertical-align: middle;
}

#bootstrap-3 .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

#bootstrap-3 .img-rounded {
  border-radius: 6px;
}

#bootstrap-3 .img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

#bootstrap-3 .img-circle {
  border-radius: 50%;
}

#bootstrap-3 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

#bootstrap-3 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#bootstrap-3 p {
  margin: 0 0 10px;
}

#bootstrap-3 .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  #bootstrap-3 .lead {
    font-size: 21px;
  }
}

#bootstrap-3 small,
#bootstrap-3 .small {
  font-size: 85%;
}

#bootstrap-3 cite {
  font-style: normal;
}

#bootstrap-3 .text-muted {
  color: #999999;
}

#bootstrap-3 .text-primary {
  color: #428bca;
}

#bootstrap-3 .text-primary:hover {
  color: #3071a9;
}

#bootstrap-3 .text-warning {
  color: #c09853;
}

#bootstrap-3 .text-warning:hover {
  color: #a47e3c;
}

#bootstrap-3 .text-danger {
  color: #b94a48;
}

#bootstrap-3 .text-danger:hover {
  color: #953b39;
}

#bootstrap-3 .text-success {
  color: #468847;
}

#bootstrap-3 .text-success:hover {
  color: #356635;
}

#bootstrap-3 .text-info {
  color: #3a87ad;
}

#bootstrap-3 .text-info:hover {
  color: #2d6987;
}

#bootstrap-3 .text-left {
  text-align: left;
}

#bootstrap-3 .text-right {
  text-align: right;
}

#bootstrap-3 .text-center {
  text-align: center;
}

#bootstrap-3 h1,
#bootstrap-3 h2,
#bootstrap-3 h3,
#bootstrap-3 h4,
#bootstrap-3 h5,
#bootstrap-3 h6,
#bootstrap-3 .h1,
#bootstrap-3 .h2,
#bootstrap-3 .h3,
#bootstrap-3 .h4,
#bootstrap-3 .h5,
#bootstrap-3 .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

#bootstrap-3 h1 small,
#bootstrap-3 h2 small,
#bootstrap-3 h3 small,
#bootstrap-3 h4 small,
#bootstrap-3 h5 small,
#bootstrap-3 h6 small,
#bootstrap-3 .h1 small,
#bootstrap-3 .h2 small,
#bootstrap-3 .h3 small,
#bootstrap-3 .h4 small,
#bootstrap-3 .h5 small,
#bootstrap-3 .h6 small,
#bootstrap-3 h1 .small,
#bootstrap-3 h2 .small,
#bootstrap-3 h3 .small,
#bootstrap-3 h4 .small,
#bootstrap-3 h5 .small,
#bootstrap-3 h6 .small,
#bootstrap-3 .h1 .small,
#bootstrap-3 .h2 .small,
#bootstrap-3 .h3 .small,
#bootstrap-3 .h4 .small,
#bootstrap-3 .h5 .small,
#bootstrap-3 .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

#bootstrap-3 h1,
#bootstrap-3 h2,
#bootstrap-3 h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#bootstrap-3 h1 small,
#bootstrap-3 h2 small,
#bootstrap-3 h3 small,
#bootstrap-3 h1 .small,
#bootstrap-3 h2 .small,
#bootstrap-3 h3 .small {
  font-size: 65%;
}

#bootstrap-3 h4,
#bootstrap-3 h5,
#bootstrap-3 h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#bootstrap-3 h4 small,
#bootstrap-3 h5 small,
#bootstrap-3 h6 small,
#bootstrap-3 h4 .small,
#bootstrap-3 h5 .small,
#bootstrap-3 h6 .small {
  font-size: 75%;
}

#bootstrap-3 h1,
#bootstrap-3 .h1 {
  font-size: 36px;
}

#bootstrap-3 h2,
#bootstrap-3 .h2 {
  font-size: 30px;
}

#bootstrap-3 h3,
#bootstrap-3 .h3 {
  font-size: 24px;
}

#bootstrap-3 h4,
#bootstrap-3 .h4 {
  font-size: 18px;
}

#bootstrap-3 h5,
#bootstrap-3 .h5 {
  font-size: 14px;
}

#bootstrap-3 h6,
#bootstrap-3 .h6 {
  font-size: 12px;
}

#bootstrap-3 .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

#bootstrap-3 ul,
#bootstrap-3 ol {
  margin-top: 0;
  margin-bottom: 10px;
}

#bootstrap-3 ul ul,
#bootstrap-3 ol ul,
#bootstrap-3 ul ol,
#bootstrap-3 ol ol {
  margin-bottom: 0;
}

#bootstrap-3 .list-unstyled {
  padding-left: 0;
  list-style: none;
}

#bootstrap-3 .list-inline {
  padding-left: 0;
  list-style: none;
}

#bootstrap-3 .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

#bootstrap-3 .list-inline > li:first-child {
  padding-left: 0;
}

#bootstrap-3 dl {
  margin-bottom: 20px;
}

#bootstrap-3 dt,
#bootstrap-3 dd {
  line-height: 1.428571429;
}

#bootstrap-3 dt {
  font-weight: bold;
}

#bootstrap-3 dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  #bootstrap-3 .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #bootstrap-3 .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  #bootstrap-3 .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  #bootstrap-3 .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  #bootstrap-3 .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  #bootstrap-3 .dl-horizontal dd:after {
    clear: both;
  }
}

#bootstrap-3 abbr[title],
#bootstrap-3 abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

#bootstrap-3 abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

#bootstrap-3 blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

#bootstrap-3 blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

#bootstrap-3 blockquote p:last-child {
  margin-bottom: 0;
}

#bootstrap-3 blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

#bootstrap-3 blockquote small:before {
  content: '\2014 \00A0';
}

#bootstrap-3 blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

#bootstrap-3 blockquote.pull-right p,
#bootstrap-3 blockquote.pull-right small,
#bootstrap-3 blockquote.pull-right .small {
  text-align: right;
}

#bootstrap-3 blockquote.pull-right small:before,
#bootstrap-3 blockquote.pull-right .small:before {
  content: '';
}

#bootstrap-3 blockquote.pull-right small:after,
#bootstrap-3 blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

#bootstrap-3 blockquote:before,
#bootstrap-3 blockquote:after {
  content: "";
}

#bootstrap-3 address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

#bootstrap-3 code,
#bootstrap-3 kbd,
#bootstrap-3 pre,
#bootstrap-3 samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

#bootstrap-3 code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

#bootstrap-3 pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#bootstrap-3 pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

#bootstrap-3 .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

#bootstrap-3 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#bootstrap-3 .container:before,
#bootstrap-3 .container:after {
  display: table;
  content: " ";
}

#bootstrap-3 .container:after {
  clear: both;
}

#bootstrap-3 .container:before,
#bootstrap-3 .container:after {
  display: table;
  content: " ";
}

#bootstrap-3 .container:after {
  clear: both;
}

#bootstrap-3 .row {
  margin-right: -15px;
  margin-left: -15px;
}

#bootstrap-3 .row {
  margin-right: 0px;
  margin-left: 0px;
}

#bootstrap-3 .row:before,
#bootstrap-3 .row:after {
  display: table;
  content: " ";
}

#bootstrap-3 .row:after {
  clear: both;
}

#bootstrap-3 .row:before,
#bootstrap-3 .row:after {
  display: table;
  content: " ";
}

#bootstrap-3 .row:after {
  clear: both;
}

#bootstrap-3 .col-xs-1,
#bootstrap-3 .col-sm-1,
#bootstrap-3 .col-md-1,
#bootstrap-3 .col-lg-1,
#bootstrap-3 .col-xs-2,
#bootstrap-3 .col-sm-2,
#bootstrap-3 .col-md-2,
#bootstrap-3 .col-lg-2,
#bootstrap-3 .col-xs-3,
#bootstrap-3 .col-sm-3,
#bootstrap-3 .col-md-3,
#bootstrap-3 .col-lg-3,
#bootstrap-3 .col-xs-4,
#bootstrap-3 .col-sm-4,
#bootstrap-3 .col-md-4,
#bootstrap-3 .col-lg-4,
#bootstrap-3 .col-xs-5,
#bootstrap-3 .col-sm-5,
#bootstrap-3 .col-md-5,
#bootstrap-3 .col-lg-5,
#bootstrap-3 .col-xs-6,
#bootstrap-3 .col-sm-6,
#bootstrap-3 .col-md-6,
#bootstrap-3 .col-lg-6,
#bootstrap-3 .col-xs-7,
#bootstrap-3 .col-sm-7,
#bootstrap-3 .col-md-7,
#bootstrap-3 .col-lg-7,
#bootstrap-3 .col-xs-8,
#bootstrap-3 .col-sm-8,
#bootstrap-3 .col-md-8,
#bootstrap-3 .col-lg-8,
#bootstrap-3 .col-xs-9,
#bootstrap-3 .col-sm-9,
#bootstrap-3 .col-md-9,
#bootstrap-3 .col-lg-9,
#bootstrap-3 .col-xs-10,
#bootstrap-3 .col-sm-10,
#bootstrap-3 .col-md-10,
#bootstrap-3 .col-lg-10,
#bootstrap-3 .col-xs-11,
#bootstrap-3 .col-sm-11,
#bootstrap-3 .col-md-11,
#bootstrap-3 .col-lg-11,
#bootstrap-3 .col-xs-12,
#bootstrap-3 .col-sm-12,
#bootstrap-3 .col-md-12,
#bootstrap-3 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#bootstrap-3 .col-xs-1,
#bootstrap-3 .col-xs-2,
#bootstrap-3 .col-xs-3,
#bootstrap-3 .col-xs-4,
#bootstrap-3 .col-xs-5,
#bootstrap-3 .col-xs-6,
#bootstrap-3 .col-xs-7,
#bootstrap-3 .col-xs-8,
#bootstrap-3 .col-xs-9,
#bootstrap-3 .col-xs-10,
#bootstrap-3 .col-xs-11 {
  float: left;
}

#bootstrap-3 .col-xs-12 {
  width: 100%;
}

#bootstrap-3 .col-xs-11 {
  width: 91.66666666666666%;
}

#bootstrap-3 .col-xs-10 {
  width: 83.33333333333334%;
}

#bootstrap-3 .col-xs-9 {
  width: 75%;
}

#bootstrap-3 .col-xs-8 {
  width: 66.66666666666666%;
}

#bootstrap-3 .col-xs-7 {
  width: 58.333333333333336%;
}

#bootstrap-3 .col-xs-6 {
  width: 50%;
}

#bootstrap-3 .col-xs-5 {
  width: 41.66666666666667%;
}

#bootstrap-3 .col-xs-4 {
  width: 33.33333333333333%;
}

#bootstrap-3 .col-xs-3 {
  width: 25%;
}

#bootstrap-3 .col-xs-2 {
  width: 16.666666666666664%;
}

#bootstrap-3 .col-xs-1 {
  width: 8.333333333333332%;
}

#bootstrap-3 .col-xs-pull-12 {
  right: 100%;
}

#bootstrap-3 .col-xs-pull-11 {
  right: 91.66666666666666%;
}

#bootstrap-3 .col-xs-pull-10 {
  right: 83.33333333333334%;
}

#bootstrap-3 .col-xs-pull-9 {
  right: 75%;
}

#bootstrap-3 .col-xs-pull-8 {
  right: 66.66666666666666%;
}

#bootstrap-3 .col-xs-pull-7 {
  right: 58.333333333333336%;
}

#bootstrap-3 .col-xs-pull-6 {
  right: 50%;
}

#bootstrap-3 .col-xs-pull-5 {
  right: 41.66666666666667%;
}

#bootstrap-3 .col-xs-pull-4 {
  right: 33.33333333333333%;
}

#bootstrap-3 .col-xs-pull-3 {
  right: 25%;
}

#bootstrap-3 .col-xs-pull-2 {
  right: 16.666666666666664%;
}

#bootstrap-3 .col-xs-pull-1 {
  right: 8.333333333333332%;
}

#bootstrap-3 .col-xs-push-12 {
  left: 100%;
}

#bootstrap-3 .col-xs-push-11 {
  left: 91.66666666666666%;
}

#bootstrap-3 .col-xs-push-10 {
  left: 83.33333333333334%;
}

#bootstrap-3 .col-xs-push-9 {
  left: 75%;
}

#bootstrap-3 .col-xs-push-8 {
  left: 66.66666666666666%;
}

#bootstrap-3 .col-xs-push-7 {
  left: 58.333333333333336%;
}

#bootstrap-3 .col-xs-push-6 {
  left: 50%;
}

#bootstrap-3 .col-xs-push-5 {
  left: 41.66666666666667%;
}

#bootstrap-3 .col-xs-push-4 {
  left: 33.33333333333333%;
}

#bootstrap-3 .col-xs-push-3 {
  left: 25%;
}

#bootstrap-3 .col-xs-push-2 {
  left: 16.666666666666664%;
}

#bootstrap-3 .col-xs-push-1 {
  left: 8.333333333333332%;
}

#bootstrap-3 .col-xs-offset-12 {
  margin-left: 100%;
}

#bootstrap-3 .col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

#bootstrap-3 .col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

#bootstrap-3 .col-xs-offset-9 {
  margin-left: 75%;
}

#bootstrap-3 .col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

#bootstrap-3 .col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

#bootstrap-3 .col-xs-offset-6 {
  margin-left: 50%;
}

#bootstrap-3 .col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

#bootstrap-3 .col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

#bootstrap-3 .col-xs-offset-3 {
  margin-left: 25%;
}

#bootstrap-3 .col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

#bootstrap-3 .col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

@media (min-width: 768px) {
  #bootstrap-3 .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  #bootstrap-3 .col-sm-11 {
    float: left;
  }
  #bootstrap-3 .col-sm-12 {
    width: 100%;
  }
  #bootstrap-3 .col-sm-11 {
    width: 91.66666666666666%;
  }
  #bootstrap-3 .col-sm-10 {
    width: 83.33333333333334%;
  }
  #bootstrap-3 .col-sm-9 {
    width: 75%;
  }
  #bootstrap-3 .col-sm-8 {
    width: 66.66666666666666%;
  }
  #bootstrap-3 .col-sm-7 {
    width: 58.333333333333336%;
  }
  #bootstrap-3 .col-sm-6 {
    width: 50%;
  }
  #bootstrap-3 .col-sm-5 {
    width: 41.66666666666667%;
  }
  #bootstrap-3 .col-sm-4 {
    width: 33.33333333333333%;
  }
  #bootstrap-3 .col-sm-3 {
    width: 25%;
  }
  #bootstrap-3 .col-sm-2 {
    width: 16.666666666666664%;
  }
  #bootstrap-3 .col-sm-1 {
    width: 8.333333333333332%;
  }
  #bootstrap-3 .col-sm-pull-12 {
    right: 100%;
  }
  #bootstrap-3 .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  #bootstrap-3 .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  #bootstrap-3 .col-sm-pull-9 {
    right: 75%;
  }
  #bootstrap-3 .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  #bootstrap-3 .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  #bootstrap-3 .col-sm-pull-6 {
    right: 50%;
  }
  #bootstrap-3 .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  #bootstrap-3 .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  #bootstrap-3 .col-sm-pull-3 {
    right: 25%;
  }
  #bootstrap-3 .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  #bootstrap-3 .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  #bootstrap-3 .col-sm-push-12 {
    left: 100%;
  }
  #bootstrap-3 .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  #bootstrap-3 .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  #bootstrap-3 .col-sm-push-9 {
    left: 75%;
  }
  #bootstrap-3 .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  #bootstrap-3 .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  #bootstrap-3 .col-sm-push-6 {
    left: 50%;
  }
  #bootstrap-3 .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  #bootstrap-3 .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  #bootstrap-3 .col-sm-push-3 {
    left: 25%;
  }
  #bootstrap-3 .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  #bootstrap-3 .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  #bootstrap-3 .col-sm-offset-12 {
    margin-left: 100%;
  }
  #bootstrap-3 .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  #bootstrap-3 .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  #bootstrap-3 .col-sm-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-3 .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  #bootstrap-3 .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  #bootstrap-3 .col-sm-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-3 .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  #bootstrap-3 .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  #bootstrap-3 .col-sm-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-3 .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  #bootstrap-3 .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}

@media (min-width: 992px) {
  #bootstrap-3 .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  #bootstrap-3 .col-md-11 {
    float: left;
  }
  #bootstrap-3 .col-md-12 {
    width: 100%;
  }
  #bootstrap-3 .col-md-11 {
    width: 91.66666666666666%;
  }
  #bootstrap-3 .col-md-10 {
    width: 83.33333333333334%;
  }
  #bootstrap-3 .col-md-9 {
    width: 75%;
  }
  #bootstrap-3 .col-md-8 {
    width: 66.66666666666666%;
  }
  #bootstrap-3 .col-md-7 {
    width: 58.333333333333336%;
  }
  #bootstrap-3 .col-md-6 {
    width: 50%;
  }
  #bootstrap-3 .col-md-5 {
    width: 41.66666666666667%;
  }
  #bootstrap-3 .col-md-4 {
    width: 33.33333333333333%;
  }
  #bootstrap-3 .col-md-3 {
    width: 25%;
  }
  #bootstrap-3 .col-md-2 {
    width: 16.666666666666664%;
  }
  #bootstrap-3 .col-md-1 {
    width: 8.333333333333332%;
  }
  #bootstrap-3 .col-md-pull-12 {
    right: 100%;
  }
  #bootstrap-3 .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  #bootstrap-3 .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  #bootstrap-3 .col-md-pull-9 {
    right: 75%;
  }
  #bootstrap-3 .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  #bootstrap-3 .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  #bootstrap-3 .col-md-pull-6 {
    right: 50%;
  }
  #bootstrap-3 .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  #bootstrap-3 .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  #bootstrap-3 .col-md-pull-3 {
    right: 25%;
  }
  #bootstrap-3 .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  #bootstrap-3 .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  #bootstrap-3 .col-md-push-12 {
    left: 100%;
  }
  #bootstrap-3 .col-md-push-11 {
    left: 91.66666666666666%;
  }
  #bootstrap-3 .col-md-push-10 {
    left: 83.33333333333334%;
  }
  #bootstrap-3 .col-md-push-9 {
    left: 75%;
  }
  #bootstrap-3 .col-md-push-8 {
    left: 66.66666666666666%;
  }
  #bootstrap-3 .col-md-push-7 {
    left: 58.333333333333336%;
  }
  #bootstrap-3 .col-md-push-6 {
    left: 50%;
  }
  #bootstrap-3 .col-md-push-5 {
    left: 41.66666666666667%;
  }
  #bootstrap-3 .col-md-push-4 {
    left: 33.33333333333333%;
  }
  #bootstrap-3 .col-md-push-3 {
    left: 25%;
  }
  #bootstrap-3 .col-md-push-2 {
    left: 16.666666666666664%;
  }
  #bootstrap-3 .col-md-push-1 {
    left: 8.333333333333332%;
  }
  #bootstrap-3 .col-md-offset-12 {
    margin-left: 100%;
  }
  #bootstrap-3 .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  #bootstrap-3 .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  #bootstrap-3 .col-md-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-3 .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  #bootstrap-3 .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  #bootstrap-3 .col-md-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-3 .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  #bootstrap-3 .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  #bootstrap-3 .col-md-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-3 .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  #bootstrap-3 .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}

@media (min-width: 1200px) {
  #bootstrap-3 .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  #bootstrap-3 .col-lg-11 {
    float: left;
  }
  #bootstrap-3 .col-lg-12 {
    width: 100%;
  }
  #bootstrap-3 .col-lg-11 {
    width: 91.66666666666666%;
  }
  #bootstrap-3 .col-lg-10 {
    width: 83.33333333333334%;
  }
  #bootstrap-3 .col-lg-9 {
    width: 75%;
  }
  #bootstrap-3 .col-lg-8 {
    width: 66.66666666666666%;
  }
  #bootstrap-3 .col-lg-7 {
    width: 58.333333333333336%;
  }
  #bootstrap-3 .col-lg-6 {
    width: 50%;
  }
  #bootstrap-3 .col-lg-5 {
    width: 41.66666666666667%;
  }
  #bootstrap-3 .col-lg-4 {
    width: 33.33333333333333%;
  }
  #bootstrap-3 .col-lg-3 {
    width: 25%;
  }
  #bootstrap-3 .col-lg-2 {
    width: 16.666666666666664%;
  }
  #bootstrap-3 .col-lg-1 {
    width: 8.333333333333332%;
  }
  #bootstrap-3 .col-lg-pull-12 {
    right: 100%;
  }
  #bootstrap-3 .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  #bootstrap-3 .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  #bootstrap-3 .col-lg-pull-9 {
    right: 75%;
  }
  #bootstrap-3 .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  #bootstrap-3 .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  #bootstrap-3 .col-lg-pull-6 {
    right: 50%;
  }
  #bootstrap-3 .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  #bootstrap-3 .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  #bootstrap-3 .col-lg-pull-3 {
    right: 25%;
  }
  #bootstrap-3 .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  #bootstrap-3 .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  #bootstrap-3 .col-lg-push-12 {
    left: 100%;
  }
  #bootstrap-3 .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  #bootstrap-3 .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  #bootstrap-3 .col-lg-push-9 {
    left: 75%;
  }
  #bootstrap-3 .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  #bootstrap-3 .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  #bootstrap-3 .col-lg-push-6 {
    left: 50%;
  }
  #bootstrap-3 .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  #bootstrap-3 .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  #bootstrap-3 .col-lg-push-3 {
    left: 25%;
  }
  #bootstrap-3 .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  #bootstrap-3 .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  #bootstrap-3 .col-lg-offset-12 {
    margin-left: 100%;
  }
  #bootstrap-3 .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  #bootstrap-3 .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  #bootstrap-3 .col-lg-offset-9 {
    margin-left: 75%;
  }
  #bootstrap-3 .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  #bootstrap-3 .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  #bootstrap-3 .col-lg-offset-6 {
    margin-left: 50%;
  }
  #bootstrap-3 .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  #bootstrap-3 .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  #bootstrap-3 .col-lg-offset-3 {
    margin-left: 25%;
  }
  #bootstrap-3 .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  #bootstrap-3 .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}

#bootstrap-3 table {
  max-width: 100%;
  background-color: transparent;
}

#bootstrap-3 th {
  text-align: left;
}

#bootstrap-3 .table {
  width: 100%;
  margin-bottom: 20px;
}

#bootstrap-3 .table > thead > tr > th,
#bootstrap-3 .table > tbody > tr > th,
#bootstrap-3 .table > tfoot > tr > th,
#bootstrap-3 .table > thead > tr > td,
#bootstrap-3 .table > tbody > tr > td,
#bootstrap-3 .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

#bootstrap-3 .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

#bootstrap-3 .table > caption + thead > tr:first-child > th,
#bootstrap-3 .table > colgroup + thead > tr:first-child > th,
#bootstrap-3 .table > thead:first-child > tr:first-child > th,
#bootstrap-3 .table > caption + thead > tr:first-child > td,
#bootstrap-3 .table > colgroup + thead > tr:first-child > td,
#bootstrap-3 .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

#bootstrap-3 .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

#bootstrap-3 .table .table {
  background-color: #ffffff;
}

#bootstrap-3 .table-condensed > thead > tr > th,
#bootstrap-3 .table-condensed > tbody > tr > th,
#bootstrap-3 .table-condensed > tfoot > tr > th,
#bootstrap-3 .table-condensed > thead > tr > td,
#bootstrap-3 .table-condensed > tbody > tr > td,
#bootstrap-3 .table-condensed > tfoot > tr > td {
  padding: 5px;
}

#bootstrap-3 .table-bordered {
  border: 1px solid #dddddd;
}

#bootstrap-3 .table-bordered > thead > tr > th,
#bootstrap-3 .table-bordered > tbody > tr > th,
#bootstrap-3 .table-bordered > tfoot > tr > th,
#bootstrap-3 .table-bordered > thead > tr > td,
#bootstrap-3 .table-bordered > tbody > tr > td,
#bootstrap-3 .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

#bootstrap-3 .table-bordered > thead > tr > th,
#bootstrap-3 .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

#bootstrap-3 .table-striped > tbody > tr:nth-child(odd) > td,
#bootstrap-3 .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

#bootstrap-3 .table-hover > tbody > tr:hover > td,
#bootstrap-3 .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

#bootstrap-3 table col[class*="col-"] {
  display: table-column;
  float: none;
}

#bootstrap-3 table td[class*="col-"],
#bootstrap-3 table th[class*="col-"] {
  display: table-cell;
  float: none;
}

#bootstrap-3 .table > thead > tr > td.active,
#bootstrap-3 .table > tbody > tr > td.active,
#bootstrap-3 .table > tfoot > tr > td.active,
#bootstrap-3 .table > thead > tr > th.active,
#bootstrap-3 .table > tbody > tr > th.active,
#bootstrap-3 .table > tfoot > tr > th.active,
#bootstrap-3 .table > thead > tr.active > td,
#bootstrap-3 .table > tbody > tr.active > td,
#bootstrap-3 .table > tfoot > tr.active > td,
#bootstrap-3 .table > thead > tr.active > th,
#bootstrap-3 .table > tbody > tr.active > th,
#bootstrap-3 .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

#bootstrap-3 .table > thead > tr > td.success,
#bootstrap-3 .table > tbody > tr > td.success,
#bootstrap-3 .table > tfoot > tr > td.success,
#bootstrap-3 .table > thead > tr > th.success,
#bootstrap-3 .table > tbody > tr > th.success,
#bootstrap-3 .table > tfoot > tr > th.success,
#bootstrap-3 .table > thead > tr.success > td,
#bootstrap-3 .table > tbody > tr.success > td,
#bootstrap-3 .table > tfoot > tr.success > td,
#bootstrap-3 .table > thead > tr.success > th,
#bootstrap-3 .table > tbody > tr.success > th,
#bootstrap-3 .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

#bootstrap-3 .table-hover > tbody > tr > td.success:hover,
#bootstrap-3 .table-hover > tbody > tr > th.success:hover,
#bootstrap-3 .table-hover > tbody > tr.success:hover > td,
#bootstrap-3 .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

#bootstrap-3 .table > thead > tr > td.danger,
#bootstrap-3 .table > tbody > tr > td.danger,
#bootstrap-3 .table > tfoot > tr > td.danger,
#bootstrap-3 .table > thead > tr > th.danger,
#bootstrap-3 .table > tbody > tr > th.danger,
#bootstrap-3 .table > tfoot > tr > th.danger,
#bootstrap-3 .table > thead > tr.danger > td,
#bootstrap-3 .table > tbody > tr.danger > td,
#bootstrap-3 .table > tfoot > tr.danger > td,
#bootstrap-3 .table > thead > tr.danger > th,
#bootstrap-3 .table > tbody > tr.danger > th,
#bootstrap-3 .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

#bootstrap-3 .table-hover > tbody > tr > td.danger:hover,
#bootstrap-3 .table-hover > tbody > tr > th.danger:hover,
#bootstrap-3 .table-hover > tbody > tr.danger:hover > td,
#bootstrap-3 .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

#bootstrap-3 .table > thead > tr > td.warning,
#bootstrap-3 .table > tbody > tr > td.warning,
#bootstrap-3 .table > tfoot > tr > td.warning,
#bootstrap-3 .table > thead > tr > th.warning,
#bootstrap-3 .table > tbody > tr > th.warning,
#bootstrap-3 .table > tfoot > tr > th.warning,
#bootstrap-3 .table > thead > tr.warning > td,
#bootstrap-3 .table > tbody > tr.warning > td,
#bootstrap-3 .table > tfoot > tr.warning > td,
#bootstrap-3 .table > thead > tr.warning > th,
#bootstrap-3 .table > tbody > tr.warning > th,
#bootstrap-3 .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

#bootstrap-3 .table-hover > tbody > tr > td.warning:hover,
#bootstrap-3 .table-hover > tbody > tr > th.warning:hover,
#bootstrap-3 .table-hover > tbody > tr.warning:hover > td,
#bootstrap-3 .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  #bootstrap-3 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #bootstrap-3 .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  #bootstrap-3 .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  #bootstrap-3 .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #bootstrap-3 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #bootstrap-3 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #bootstrap-3 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

#bootstrap-3 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

#bootstrap-3 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#bootstrap-3 label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

#bootstrap-3 input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#bootstrap-3 input[type="radio"],
#bootstrap-3 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

#bootstrap-3 input[type="file"] {
  display: block;
}

#bootstrap-3 select[multiple],
#bootstrap-3 select[size] {
  height: auto;
}

#bootstrap-3 select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

#bootstrap-3 input[type="file"]:focus,
#bootstrap-3 input[type="radio"]:focus,
#bootstrap-3 input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#bootstrap-3 input[type="number"]::-webkit-outer-spin-button,
#bootstrap-3 input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

#bootstrap-3 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

#bootstrap-3 .form-control:-moz-placeholder {
  color: #999999;
}

#bootstrap-3 .form-control::-moz-placeholder {
  color: #999999;
}

#bootstrap-3 .form-control:-ms-input-placeholder {
  color: #999999;
}

#bootstrap-3 .form-control::-webkit-input-placeholder {
  color: #999999;
}

#bootstrap-3 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#bootstrap-3 .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#bootstrap-3 .form-control[disabled],
#bootstrap-3 .form-control[readonly],
#bootstrap-3 fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

#bootstrap-3 textarea.form-control {
  height: auto;
}

#bootstrap-3 .form-group {
  margin-bottom: 15px;
}

#bootstrap-3 .radio,
#bootstrap-3 .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

#bootstrap-3 .radio label,
#bootstrap-3 .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

#bootstrap-3 .radio input[type="radio"],
#bootstrap-3 .radio-inline input[type="radio"],
#bootstrap-3 .checkbox input[type="checkbox"],
#bootstrap-3 .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

#bootstrap-3 .radio + .radio,
#bootstrap-3 .checkbox + .checkbox {
  margin-top: -5px;
}

#bootstrap-3 .radio-inline,
#bootstrap-3 .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

#bootstrap-3 .radio-inline + .radio-inline,
#bootstrap-3 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

#bootstrap-3 input[type="radio"][disabled],
#bootstrap-3 input[type="checkbox"][disabled],
#bootstrap-3 .radio[disabled],
#bootstrap-3 .radio-inline[disabled],
#bootstrap-3 .checkbox[disabled],
#bootstrap-3 .checkbox-inline[disabled],
#bootstrap-3 fieldset[disabled] input[type="radio"],
#bootstrap-3 fieldset[disabled] input[type="checkbox"],
#bootstrap-3 fieldset[disabled] .radio,
#bootstrap-3 fieldset[disabled] .radio-inline,
#bootstrap-3 fieldset[disabled] .checkbox,
#bootstrap-3 fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

#bootstrap-3 .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#bootstrap-3 select.input-sm {
  height: 30px;
  line-height: 30px;
}

#bootstrap-3 textarea.input-sm {
  height: auto;
}

#bootstrap-3 .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#bootstrap-3 select.input-lg {
  height: 45px;
  line-height: 45px;
}

#bootstrap-3 textarea.input-lg {
  height: auto;
}

#bootstrap-3 .has-warning .help-block,
#bootstrap-3 .has-warning .control-label,
#bootstrap-3 .has-warning .radio,
#bootstrap-3 .has-warning .checkbox,
#bootstrap-3 .has-warning .radio-inline,
#bootstrap-3 .has-warning .checkbox-inline {
  color: #c09853;
}

#bootstrap-3 .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#bootstrap-3 .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

#bootstrap-3 .has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

#bootstrap-3 .has-error .help-block,
#bootstrap-3 .has-error .control-label,
#bootstrap-3 .has-error .radio,
#bootstrap-3 .has-error .checkbox,
#bootstrap-3 .has-error .radio-inline,
#bootstrap-3 .has-error .checkbox-inline {
  color: #b94a48;
}

#bootstrap-3 .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#bootstrap-3 .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

#bootstrap-3 .has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

#bootstrap-3 .has-success .help-block,
#bootstrap-3 .has-success .control-label,
#bootstrap-3 .has-success .radio,
#bootstrap-3 .has-success .checkbox,
#bootstrap-3 .has-success .radio-inline,
#bootstrap-3 .has-success .checkbox-inline {
  color: #468847;
}

#bootstrap-3 .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#bootstrap-3 .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

#bootstrap-3 .has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

#bootstrap-3 .form-control-static {
  margin-bottom: 0;
}

#bootstrap-3 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  #bootstrap-3 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-3 .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  #bootstrap-3 .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  #bootstrap-3 .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

#bootstrap-3 .form-horizontal .control-label,
#bootstrap-3 .form-horizontal .radio,
#bootstrap-3 .form-horizontal .checkbox,
#bootstrap-3 .form-horizontal .radio-inline,
#bootstrap-3 .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

#bootstrap-3 .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

#bootstrap-3 .form-horizontal .form-group:before,
#bootstrap-3 .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

#bootstrap-3 .form-horizontal .form-group:after {
  clear: both;
}

#bootstrap-3 .form-horizontal .form-group:before,
#bootstrap-3 .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

#bootstrap-3 .form-horizontal .form-group:after {
  clear: both;
}

#bootstrap-3 .form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  #bootstrap-3 .form-horizontal .control-label {
    text-align: right;
  }
}

#bootstrap-3 .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

#bootstrap-3 .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#bootstrap-3 .btn:hover,
#bootstrap-3 .btn:focus {
  color: #333333;
  text-decoration: none;
}

#bootstrap-3 .btn:active,
#bootstrap-3 .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#bootstrap-3 .btn.disabled,
#bootstrap-3 .btn[disabled],
#bootstrap-3 fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#bootstrap-3 .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

#bootstrap-3 .btn-default:hover,
#bootstrap-3 .btn-default:focus,
#bootstrap-3 .btn-default:active,
#bootstrap-3 .btn-default.active,
#bootstrap-3 .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

#bootstrap-3 .btn-default:active,
#bootstrap-3 .btn-default.active,
#bootstrap-3 .open .dropdown-toggle.btn-default {
  background-image: none;
}

#bootstrap-3 .btn-default.disabled,
#bootstrap-3 .btn-default[disabled],
#bootstrap-3 fieldset[disabled] .btn-default,
#bootstrap-3 .btn-default.disabled:hover,
#bootstrap-3 .btn-default[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-default:hover,
#bootstrap-3 .btn-default.disabled:focus,
#bootstrap-3 .btn-default[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-default:focus,
#bootstrap-3 .btn-default.disabled:active,
#bootstrap-3 .btn-default[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-default:active,
#bootstrap-3 .btn-default.disabled.active,
#bootstrap-3 .btn-default[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

#bootstrap-3 .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

#bootstrap-3 .btn-primary:hover,
#bootstrap-3 .btn-primary:focus,
#bootstrap-3 .btn-primary:active,
#bootstrap-3 .btn-primary.active,
#bootstrap-3 .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

#bootstrap-3 .btn-primary:active,
#bootstrap-3 .btn-primary.active,
#bootstrap-3 .open .dropdown-toggle.btn-primary {
  background-image: none;
}

#bootstrap-3 .btn-primary.disabled,
#bootstrap-3 .btn-primary[disabled],
#bootstrap-3 fieldset[disabled] .btn-primary,
#bootstrap-3 .btn-primary.disabled:hover,
#bootstrap-3 .btn-primary[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-primary:hover,
#bootstrap-3 .btn-primary.disabled:focus,
#bootstrap-3 .btn-primary[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-primary:focus,
#bootstrap-3 .btn-primary.disabled:active,
#bootstrap-3 .btn-primary[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-primary:active,
#bootstrap-3 .btn-primary.disabled.active,
#bootstrap-3 .btn-primary[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

#bootstrap-3 .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

#bootstrap-3 .btn-warning:hover,
#bootstrap-3 .btn-warning:focus,
#bootstrap-3 .btn-warning:active,
#bootstrap-3 .btn-warning.active,
#bootstrap-3 .open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

#bootstrap-3 .btn-warning:active,
#bootstrap-3 .btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

#bootstrap-3 .btn-warning.disabled,
#bootstrap-3 .btn-warning[disabled],
#bootstrap-3 fieldset[disabled] .btn-warning,
#bootstrap-3 .btn-warning.disabled:hover,
#bootstrap-3 .btn-warning[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-warning:hover,
#bootstrap-3 .btn-warning.disabled:focus,
#bootstrap-3 .btn-warning[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-warning:focus,
#bootstrap-3 .btn-warning.disabled:active,
#bootstrap-3 .btn-warning[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-warning:active,
#bootstrap-3 .btn-warning.disabled.active,
#bootstrap-3 .btn-warning[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

#bootstrap-3 .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

#bootstrap-3 .btn-danger:hover,
#bootstrap-3 .btn-danger:focus,
#bootstrap-3 .btn-danger:active,
#bootstrap-3 .btn-danger.active,
#bootstrap-3 .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

#bootstrap-3 .btn-danger:active,
#bootstrap-3 .btn-danger.active,
#bootstrap-3 .open .dropdown-toggle.btn-danger {
  background-image: none;
}

#bootstrap-3 .btn-danger.disabled,
#bootstrap-3 .btn-danger[disabled],
#bootstrap-3 fieldset[disabled] .btn-danger,
#bootstrap-3 .btn-danger.disabled:hover,
#bootstrap-3 .btn-danger[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-danger:hover,
#bootstrap-3 .btn-danger.disabled:focus,
#bootstrap-3 .btn-danger[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-danger:focus,
#bootstrap-3 .btn-danger.disabled:active,
#bootstrap-3 .btn-danger[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-danger:active,
#bootstrap-3 .btn-danger.disabled.active,
#bootstrap-3 .btn-danger[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

#bootstrap-3 .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

#bootstrap-3 .btn-success:hover,
#bootstrap-3 .btn-success:focus,
#bootstrap-3 .btn-success:active,
#bootstrap-3 .btn-success.active,
#bootstrap-3 .open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

#bootstrap-3 .btn-success:active,
#bootstrap-3 .btn-success.active,
#bootstrap-3 .open .dropdown-toggle.btn-success {
  background-image: none;
}

#bootstrap-3 .btn-success.disabled,
#bootstrap-3 .btn-success[disabled],
#bootstrap-3 fieldset[disabled] .btn-success,
#bootstrap-3 .btn-success.disabled:hover,
#bootstrap-3 .btn-success[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-success:hover,
#bootstrap-3 .btn-success.disabled:focus,
#bootstrap-3 .btn-success[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-success:focus,
#bootstrap-3 .btn-success.disabled:active,
#bootstrap-3 .btn-success[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-success:active,
#bootstrap-3 .btn-success.disabled.active,
#bootstrap-3 .btn-success[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

#bootstrap-3 .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

#bootstrap-3 .btn-info:hover,
#bootstrap-3 .btn-info:focus,
#bootstrap-3 .btn-info:active,
#bootstrap-3 .btn-info.active,
#bootstrap-3 .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

#bootstrap-3 .btn-info:active,
#bootstrap-3 .btn-info.active,
#bootstrap-3 .open .dropdown-toggle.btn-info {
  background-image: none;
}

#bootstrap-3 .btn-info.disabled,
#bootstrap-3 .btn-info[disabled],
#bootstrap-3 fieldset[disabled] .btn-info,
#bootstrap-3 .btn-info.disabled:hover,
#bootstrap-3 .btn-info[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-info:hover,
#bootstrap-3 .btn-info.disabled:focus,
#bootstrap-3 .btn-info[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-info:focus,
#bootstrap-3 .btn-info.disabled:active,
#bootstrap-3 .btn-info[disabled]:active,
#bootstrap-3 fieldset[disabled] .btn-info:active,
#bootstrap-3 .btn-info.disabled.active,
#bootstrap-3 .btn-info[disabled].active,
#bootstrap-3 fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

#bootstrap-3 .btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

#bootstrap-3 .btn-link,
#bootstrap-3 .btn-link:active,
#bootstrap-3 .btn-link[disabled],
#bootstrap-3 fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#bootstrap-3 .btn-link,
#bootstrap-3 .btn-link:hover,
#bootstrap-3 .btn-link:focus,
#bootstrap-3 .btn-link:active {
  border-color: transparent;
}

#bootstrap-3 .btn-link:hover,
#bootstrap-3 .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

#bootstrap-3 .btn-link[disabled]:hover,
#bootstrap-3 fieldset[disabled] .btn-link:hover,
#bootstrap-3 .btn-link[disabled]:focus,
#bootstrap-3 fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

#bootstrap-3 .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#bootstrap-3 .btn-sm,
#bootstrap-3 .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#bootstrap-3 .btn-xs {
  padding: 1px 5px;
}

#bootstrap-3 .btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#bootstrap-3 .btn-block + .btn-block {
  margin-top: 5px;
}

#bootstrap-3 input[type="submit"].btn-block,
#bootstrap-3 input[type="reset"].btn-block,
#bootstrap-3 input[type="button"].btn-block {
  width: 100%;
}

#bootstrap-3 .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

#bootstrap-3 .fade.in {
  opacity: 1;
}

#bootstrap-3 .collapse {
  display: none;
}

#bootstrap-3 .collapse.in {
  display: block;
}

#bootstrap-3 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bundles/predaniebase/fonts/glyphicons_halflings/glyphicons-halflings-regular.eot');
  src: url('/bundles/predaniebase/fonts/glyphicons_halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('/bundles/predaniebase/fonts/glyphicons_halflings/glyphicons-halflings-regular.woff') format('woff'),
       url('/bundles/predaniebase/fonts/glyphicons_halflings/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('/bundles/predaniebase/fonts/glyphicons_halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#bootstrap-3 .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

#bootstrap-3 .glyphicon:empty {
  width: 1em;
}

#bootstrap-3 .glyphicon-asterisk:before {
  content: "\2a";
}

#bootstrap-3 .glyphicon-plus:before {
  content: "\2b";
}

#bootstrap-3 .glyphicon-euro:before {
  content: "\20ac";
}

#bootstrap-3 .glyphicon-minus:before {
  content: "\2212";
}

#bootstrap-3 .glyphicon-cloud:before {
  content: "\2601";
}

#bootstrap-3 .glyphicon-envelope:before {
  content: "\2709";
}

#bootstrap-3 .glyphicon-pencil:before {
  content: "\270f";
}

#bootstrap-3 .glyphicon-glass:before {
  content: "\e001";
}

#bootstrap-3 .glyphicon-music:before {
  content: "\e002";
}

#bootstrap-3 .glyphicon-search:before {
  content: "\e003";
}

#bootstrap-3 .glyphicon-heart:before {
  content: "\e005";
}

#bootstrap-3 .glyphicon-star:before {
  content: "\e006";
}

#bootstrap-3 .glyphicon-star-empty:before {
  content: "\e007";
}

#bootstrap-3 .glyphicon-user:before {
  content: "\e008";
}

#bootstrap-3 .glyphicon-film:before {
  content: "\e009";
}

#bootstrap-3 .glyphicon-th-large:before {
  content: "\e010";
}

#bootstrap-3 .glyphicon-th:before {
  content: "\e011";
}

#bootstrap-3 .glyphicon-th-list:before {
  content: "\e012";
}

#bootstrap-3 .glyphicon-ok:before {
  content: "\e013";
}

#bootstrap-3 .glyphicon-remove:before {
  content: "\e014";
}

#bootstrap-3 .glyphicon-zoom-in:before {
  content: "\e015";
}

#bootstrap-3 .glyphicon-zoom-out:before {
  content: "\e016";
}

#bootstrap-3 .glyphicon-off:before {
  content: "\e017";
}

#bootstrap-3 .glyphicon-signal:before {
  content: "\e018";
}

#bootstrap-3 .glyphicon-cog:before {
  content: "\e019";
}

#bootstrap-3 .glyphicon-trash:before {
  content: "\e020";
}

#bootstrap-3 .glyphicon-home:before {
  content: "\e021";
}

#bootstrap-3 .glyphicon-file:before {
  content: "\e022";
}

#bootstrap-3 .glyphicon-time:before {
  content: "\e023";
}

#bootstrap-3 .glyphicon-road:before {
  content: "\e024";
}

#bootstrap-3 .glyphicon-download-alt:before {
  content: "\e025";
}

#bootstrap-3 .glyphicon-download:before {
  content: "\e026";
}

#bootstrap-3 .glyphicon-upload:before {
  content: "\e027";
}

#bootstrap-3 .glyphicon-inbox:before {
  content: "\e028";
}

#bootstrap-3 .glyphicon-play-circle:before {
  content: "\e029";
}

#bootstrap-3 .glyphicon-repeat:before {
  content: "\e030";
}

#bootstrap-3 .glyphicon-refresh:before {
  content: "\e031";
}

#bootstrap-3 .glyphicon-list-alt:before {
  content: "\e032";
}

#bootstrap-3 .glyphicon-lock:before {
  content: "\e033";
}

#bootstrap-3 .glyphicon-flag:before {
  content: "\e034";
}

#bootstrap-3 .glyphicon-headphones:before {
  content: "\e035";
}

#bootstrap-3 .glyphicon-volume-off:before {
  content: "\e036";
}

#bootstrap-3 .glyphicon-volume-down:before {
  content: "\e037";
}

#bootstrap-3 .glyphicon-volume-up:before {
  content: "\e038";
}

#bootstrap-3 .glyphicon-qrcode:before {
  content: "\e039";
}

#bootstrap-3 .glyphicon-barcode:before {
  content: "\e040";
}

#bootstrap-3 .glyphicon-tag:before {
  content: "\e041";
}

#bootstrap-3 .glyphicon-tags:before {
  content: "\e042";
}

#bootstrap-3 .glyphicon-book:before {
  content: "\e043";
}

#bootstrap-3 .glyphicon-bookmark:before {
  content: "\e044";
}

#bootstrap-3 .glyphicon-print:before {
  content: "\e045";
}

#bootstrap-3 .glyphicon-camera:before {
  content: "\e046";
}

#bootstrap-3 .glyphicon-font:before {
  content: "\e047";
}

#bootstrap-3 .glyphicon-bold:before {
  content: "\e048";
}

#bootstrap-3 .glyphicon-italic:before {
  content: "\e049";
}

#bootstrap-3 .glyphicon-text-height:before {
  content: "\e050";
}

#bootstrap-3 .glyphicon-text-width:before {
  content: "\e051";
}

#bootstrap-3 .glyphicon-align-left:before {
  content: "\e052";
}

#bootstrap-3 .glyphicon-align-center:before {
  content: "\e053";
}

#bootstrap-3 .glyphicon-align-right:before {
  content: "\e054";
}

#bootstrap-3 .glyphicon-align-justify:before {
  content: "\e055";
}

#bootstrap-3 .glyphicon-list:before {
  content: "\e056";
}

#bootstrap-3 .glyphicon-indent-left:before {
  content: "\e057";
}

#bootstrap-3 .glyphicon-indent-right:before {
  content: "\e058";
}

#bootstrap-3 .glyphicon-facetime-video:before {
  content: "\e059";
}

#bootstrap-3 .glyphicon-picture:before {
  content: "\e060";
}

#bootstrap-3 .glyphicon-map-marker:before {
  content: "\e062";
}

#bootstrap-3 .glyphicon-adjust:before {
  content: "\e063";
}

#bootstrap-3 .glyphicon-tint:before {
  content: "\e064";
}

#bootstrap-3 .glyphicon-edit:before {
  content: "\e065";
}

#bootstrap-3 .glyphicon-share:before {
  content: "\e066";
}

#bootstrap-3 .glyphicon-check:before {
  content: "\e067";
}

#bootstrap-3 .glyphicon-move:before {
  content: "\e068";
}

#bootstrap-3 .glyphicon-step-backward:before {
  content: "\e069";
}

#bootstrap-3 .glyphicon-fast-backward:before {
  content: "\e070";
}

#bootstrap-3 .glyphicon-backward:before {
  content: "\e071";
}

#bootstrap-3 .glyphicon-play:before {
  content: "\e072";
}

#bootstrap-3 .glyphicon-pause:before {
  content: "\e073";
}

#bootstrap-3 .glyphicon-stop:before {
  content: "\e074";
}

#bootstrap-3 .glyphicon-forward:before {
  content: "\e075";
}

#bootstrap-3 .glyphicon-fast-forward:before {
  content: "\e076";
}

#bootstrap-3 .glyphicon-step-forward:before {
  content: "\e077";
}

#bootstrap-3 .glyphicon-eject:before {
  content: "\e078";
}

#bootstrap-3 .glyphicon-chevron-left:before {
  content: "\e079";
}

#bootstrap-3 .glyphicon-chevron-right:before {
  content: "\e080";
}

#bootstrap-3 .glyphicon-plus-sign:before {
  content: "\e081";
}

#bootstrap-3 .glyphicon-minus-sign:before {
  content: "\e082";
}

#bootstrap-3 .glyphicon-remove-sign:before {
  content: "\e083";
}

#bootstrap-3 .glyphicon-ok-sign:before {
  content: "\e084";
}

#bootstrap-3 .glyphicon-question-sign:before {
  content: "\e085";
}

#bootstrap-3 .glyphicon-info-sign:before {
  content: "\e086";
}

#bootstrap-3 .glyphicon-screenshot:before {
  content: "\e087";
}

#bootstrap-3 .glyphicon-remove-circle:before {
  content: "\e088";
}

#bootstrap-3 .glyphicon-ok-circle:before {
  content: "\e089";
}

#bootstrap-3 .glyphicon-ban-circle:before {
  content: "\e090";
}

#bootstrap-3 .glyphicon-arrow-left:before {
  content: "\e091";
}

#bootstrap-3 .glyphicon-arrow-right:before {
  content: "\e092";
}

#bootstrap-3 .glyphicon-arrow-up:before {
  content: "\e093";
}

#bootstrap-3 .glyphicon-arrow-down:before {
  content: "\e094";
}

#bootstrap-3 .glyphicon-share-alt:before {
  content: "\e095";
}

#bootstrap-3 .glyphicon-resize-full:before {
  content: "\e096";
}

#bootstrap-3 .glyphicon-resize-small:before {
  content: "\e097";
}

#bootstrap-3 .glyphicon-exclamation-sign:before {
  content: "\e101";
}

#bootstrap-3 .glyphicon-gift:before {
  content: "\e102";
}

#bootstrap-3 .glyphicon-leaf:before {
  content: "\e103";
}

#bootstrap-3 .glyphicon-fire:before {
  content: "\e104";
}

#bootstrap-3 .glyphicon-eye-open:before {
  content: "\e105";
}

#bootstrap-3 .glyphicon-eye-close:before {
  content: "\e106";
}

#bootstrap-3 .glyphicon-warning-sign:before {
  content: "\e107";
}

#bootstrap-3 .glyphicon-plane:before {
  content: "\e108";
}

#bootstrap-3 .glyphicon-calendar:before {
  content: "\e109";
}

#bootstrap-3 .glyphicon-random:before {
  content: "\e110";
}

#bootstrap-3 .glyphicon-comment:before {
  content: "\e111";
}

#bootstrap-3 .glyphicon-magnet:before {
  content: "\e112";
}

#bootstrap-3 .glyphicon-chevron-up:before {
  content: "\e113";
}

#bootstrap-3 .glyphicon-chevron-down:before {
  content: "\e114";
}

#bootstrap-3 .glyphicon-retweet:before {
  content: "\e115";
}

#bootstrap-3 .glyphicon-shopping-cart:before {
  content: "\e116";
}

#bootstrap-3 .glyphicon-folder-close:before {
  content: "\e117";
}

#bootstrap-3 .glyphicon-folder-open:before {
  content: "\e118";
}

#bootstrap-3 .glyphicon-resize-vertical:before {
  content: "\e119";
}

#bootstrap-3 .glyphicon-resize-horizontal:before {
  content: "\e120";
}

#bootstrap-3 .glyphicon-hdd:before {
  content: "\e121";
}

#bootstrap-3 .glyphicon-bullhorn:before {
  content: "\e122";
}

#bootstrap-3 .glyphicon-bell:before {
  content: "\e123";
}

#bootstrap-3 .glyphicon-certificate:before {
  content: "\e124";
}

#bootstrap-3 .glyphicon-thumbs-up:before {
  content: "\e125";
}

#bootstrap-3 .glyphicon-thumbs-down:before {
  content: "\e126";
}

#bootstrap-3 .glyphicon-hand-right:before {
  content: "\e127";
}

#bootstrap-3 .glyphicon-hand-left:before {
  content: "\e128";
}

#bootstrap-3 .glyphicon-hand-up:before {
  content: "\e129";
}

#bootstrap-3 .glyphicon-hand-down:before {
  content: "\e130";
}

#bootstrap-3 .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

#bootstrap-3 .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

#bootstrap-3 .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

#bootstrap-3 .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

#bootstrap-3 .glyphicon-globe:before {
  content: "\e135";
}

#bootstrap-3 .glyphicon-wrench:before {
  content: "\e136";
}

#bootstrap-3 .glyphicon-tasks:before {
  content: "\e137";
}

#bootstrap-3 .glyphicon-filter:before {
  content: "\e138";
}

#bootstrap-3 .glyphicon-briefcase:before {
  content: "\e139";
}

#bootstrap-3 .glyphicon-fullscreen:before {
  content: "\e140";
}

#bootstrap-3 .glyphicon-dashboard:before {
  content: "\e141";
}

#bootstrap-3 .glyphicon-paperclip:before {
  content: "\e142";
}

#bootstrap-3 .glyphicon-heart-empty:before {
  content: "\e143";
}

#bootstrap-3 .glyphicon-link:before {
  content: "\e144";
}

#bootstrap-3 .glyphicon-phone:before {
  content: "\e145";
}

#bootstrap-3 .glyphicon-pushpin:before {
  content: "\e146";
}

#bootstrap-3 .glyphicon-usd:before {
  content: "\e148";
}

#bootstrap-3 .glyphicon-gbp:before {
  content: "\e149";
}

#bootstrap-3 .glyphicon-sort:before {
  content: "\e150";
}

#bootstrap-3 .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

#bootstrap-3 .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

#bootstrap-3 .glyphicon-sort-by-order:before {
  content: "\e153";
}

#bootstrap-3 .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

#bootstrap-3 .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

#bootstrap-3 .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

#bootstrap-3 .glyphicon-unchecked:before {
  content: "\e157";
}

#bootstrap-3 .glyphicon-expand:before {
  content: "\e158";
}

#bootstrap-3 .glyphicon-collapse-down:before {
  content: "\e159";
}

#bootstrap-3 .glyphicon-collapse-up:before {
  content: "\e160";
}

#bootstrap-3 .glyphicon-log-in:before {
  content: "\e161";
}

#bootstrap-3 .glyphicon-flash:before {
  content: "\e162";
}

#bootstrap-3 .glyphicon-log-out:before {
  content: "\e163";
}

#bootstrap-3 .glyphicon-new-window:before {
  content: "\e164";
}

#bootstrap-3 .glyphicon-record:before {
  content: "\e165";
}

#bootstrap-3 .glyphicon-save:before {
  content: "\e166";
}

#bootstrap-3 .glyphicon-open:before {
  content: "\e167";
}

#bootstrap-3 .glyphicon-saved:before {
  content: "\e168";
}

#bootstrap-3 .glyphicon-import:before {
  content: "\e169";
}

#bootstrap-3 .glyphicon-export:before {
  content: "\e170";
}

#bootstrap-3 .glyphicon-send:before {
  content: "\e171";
}

#bootstrap-3 .glyphicon-floppy-disk:before {
  content: "\e172";
}

#bootstrap-3 .glyphicon-floppy-saved:before {
  content: "\e173";
}

#bootstrap-3 .glyphicon-floppy-remove:before {
  content: "\e174";
}

#bootstrap-3 .glyphicon-floppy-save:before {
  content: "\e175";
}

#bootstrap-3 .glyphicon-floppy-open:before {
  content: "\e176";
}

#bootstrap-3 .glyphicon-credit-card:before {
  content: "\e177";
}

#bootstrap-3 .glyphicon-transfer:before {
  content: "\e178";
}

#bootstrap-3 .glyphicon-cutlery:before {
  content: "\e179";
}

#bootstrap-3 .glyphicon-header:before {
  content: "\e180";
}

#bootstrap-3 .glyphicon-compressed:before {
  content: "\e181";
}

#bootstrap-3 .glyphicon-earphone:before {
  content: "\e182";
}

#bootstrap-3 .glyphicon-phone-alt:before {
  content: "\e183";
}

#bootstrap-3 .glyphicon-tower:before {
  content: "\e184";
}

#bootstrap-3 .glyphicon-stats:before {
  content: "\e185";
}

#bootstrap-3 .glyphicon-sd-video:before {
  content: "\e186";
}

#bootstrap-3 .glyphicon-hd-video:before {
  content: "\e187";
}

#bootstrap-3 .glyphicon-subtitles:before {
  content: "\e188";
}

#bootstrap-3 .glyphicon-sound-stereo:before {
  content: "\e189";
}

#bootstrap-3 .glyphicon-sound-dolby:before {
  content: "\e190";
}

#bootstrap-3 .glyphicon-sound-5-1:before {
  content: "\e191";
}

#bootstrap-3 .glyphicon-sound-6-1:before {
  content: "\e192";
}

#bootstrap-3 .glyphicon-sound-7-1:before {
  content: "\e193";
}

#bootstrap-3 .glyphicon-copyright-mark:before {
  content: "\e194";
}

#bootstrap-3 .glyphicon-registration-mark:before {
  content: "\e195";
}

#bootstrap-3 .glyphicon-cloud-download:before {
  content: "\e197";
}

#bootstrap-3 .glyphicon-cloud-upload:before {
  content: "\e198";
}

#bootstrap-3 .glyphicon-tree-conifer:before {
  content: "\e199";
}

#bootstrap-3 .glyphicon-tree-deciduous:before {
  content: "\e200";
}

#bootstrap-3 .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

#bootstrap-3 .dropdown {
  position: relative;
}

#bootstrap-3 .dropdown-toggle:focus {
  outline: 0;
}

#bootstrap-3 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

#bootstrap-3 .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#bootstrap-3 .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#bootstrap-3 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

#bootstrap-3 .dropdown-menu > li > a:hover,
#bootstrap-3 .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

#bootstrap-3 .dropdown-menu > .active > a,
#bootstrap-3 .dropdown-menu > .active > a:hover,
#bootstrap-3 .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

#bootstrap-3 .dropdown-menu > .disabled > a,
#bootstrap-3 .dropdown-menu > .disabled > a:hover,
#bootstrap-3 .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

#bootstrap-3 .dropdown-menu > .disabled > a:hover,
#bootstrap-3 .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#bootstrap-3 .open > .dropdown-menu {
  display: block;
}

#bootstrap-3 .open > a {
  outline: 0;
}

#bootstrap-3 .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

#bootstrap-3 .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

#bootstrap-3 .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

#bootstrap-3 .dropup .caret,
#bootstrap-3 .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

#bootstrap-3 .dropup .dropdown-menu,
#bootstrap-3 .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

#bootstrap-3 .btn-default .caret {
  border-top-color: #333333;
}

#bootstrap-3 .btn-primary .caret,
#bootstrap-3 .btn-success .caret,
#bootstrap-3 .btn-warning .caret,
#bootstrap-3 .btn-danger .caret,
#bootstrap-3 .btn-info .caret {
  border-top-color: #fff;
}

#bootstrap-3 .dropup .btn-default .caret {
  border-bottom-color: #333333;
}

#bootstrap-3 .dropup .btn-primary .caret,
#bootstrap-3 .dropup .btn-success .caret,
#bootstrap-3 .dropup .btn-warning .caret,
#bootstrap-3 .dropup .btn-danger .caret,
#bootstrap-3 .dropup .btn-info .caret {
  border-bottom-color: #fff;
}

#bootstrap-3 .btn-group,
#bootstrap-3 .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#bootstrap-3 .btn-group > .btn,
#bootstrap-3 .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

#bootstrap-3 .btn-group > .btn:hover,
#bootstrap-3 .btn-group-vertical > .btn:hover,
#bootstrap-3 .btn-group > .btn:focus,
#bootstrap-3 .btn-group-vertical > .btn:focus,
#bootstrap-3 .btn-group > .btn:active,
#bootstrap-3 .btn-group-vertical > .btn:active,
#bootstrap-3 .btn-group > .btn.active,
#bootstrap-3 .btn-group-vertical > .btn.active {
  z-index: 2;
}

#bootstrap-3 .btn-group > .btn:focus,
#bootstrap-3 .btn-group-vertical > .btn:focus {
  outline: none;
}

#bootstrap-3 .btn-group .btn + .btn,
#bootstrap-3 .btn-group .btn + .btn-group,
#bootstrap-3 .btn-group .btn-group + .btn,
#bootstrap-3 .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

#bootstrap-3 .btn-toolbar:before,
#bootstrap-3 .btn-toolbar:after {
  display: table;
  content: " ";
}

#bootstrap-3 .btn-toolbar:after {
  clear: both;
}

#bootstrap-3 .btn-toolbar:before,
#bootstrap-3 .btn-toolbar:after {
  display: table;
  content: " ";
}

#bootstrap-3 .btn-toolbar:after {
  clear: both;
}

#bootstrap-3 .btn-toolbar .btn-group {
  float: left;
}

#bootstrap-3 .btn-toolbar > .btn + .btn,
#bootstrap-3 .btn-toolbar > .btn-group + .btn,
#bootstrap-3 .btn-toolbar > .btn + .btn-group,
#bootstrap-3 .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

#bootstrap-3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

#bootstrap-3 .btn-group > .btn:first-child {
  margin-left: 0;
}

#bootstrap-3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#bootstrap-3 .btn-group > .btn:last-child:not(:first-child),
#bootstrap-3 .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .btn-group > .btn-group {
  float: left;
}

#bootstrap-3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

#bootstrap-3 .btn-group > .btn-group:first-child > .btn:last-child,
#bootstrap-3 .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#bootstrap-3 .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .btn-group .dropdown-toggle:active,
#bootstrap-3 .btn-group.open .dropdown-toggle {
  outline: 0;
}

#bootstrap-3 .btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#bootstrap-3 .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#bootstrap-3 .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#bootstrap-3 .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

#bootstrap-3 .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

#bootstrap-3 .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#bootstrap-3 .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#bootstrap-3 .btn .caret {
  margin-left: 0;
}

#bootstrap-3 .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

#bootstrap-3 .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

#bootstrap-3 .btn-group-vertical > .btn,
#bootstrap-3 .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

#bootstrap-3 #bootstrap-3 .btn-group-vertical > .btn-group:before,
#bootstrap-3 .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

#bootstrap-3 .btn-group-vertical > .btn-group:after {
  clear: both;
}

#bootstrap-3 .btn-group-vertical > .btn-group:before,
#bootstrap-3 .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

#bootstrap-3 .btn-group-vertical > .btn-group:after {
  clear: both;
}

#bootstrap-3 .btn-group-vertical > .btn-group > .btn {
  float: none;
}

#bootstrap-3 .btn-group-vertical > .btn + .btn,
#bootstrap-3 .btn-group-vertical > .btn + .btn-group,
#bootstrap-3 .btn-group-vertical > .btn-group + .btn,
#bootstrap-3 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

#bootstrap-3 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

#bootstrap-3 .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#bootstrap-3 .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

#bootstrap-3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

#bootstrap-3 .btn-group-vertical > .btn-group:first-child > .btn:last-child,
#bootstrap-3 .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#bootstrap-3 .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

#bootstrap-3 .btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

#bootstrap-3 [data-toggle="buttons"] > .btn > input[type="radio"],
#bootstrap-3 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

#bootstrap-3 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

#bootstrap-3 .input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

#bootstrap-3 .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

#bootstrap-3 .input-group-lg > .form-control,
#bootstrap-3 .input-group-lg > .input-group-addon,
#bootstrap-3 .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

#bootstrap-3 select.input-group-lg > .form-control,
#bootstrap-3 select.input-group-lg > .input-group-addon,
#bootstrap-3 select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

#bootstrap-3 textarea.input-group-lg > .form-control,
#bootstrap-3 textarea.input-group-lg > .input-group-addon,
#bootstrap-3 textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

#bootstrap-3 .input-group-sm > .form-control,
#bootstrap-3 .input-group-sm > .input-group-addon,
#bootstrap-3 .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#bootstrap-3 select.input-group-sm > .form-control,
#bootstrap-3 select.input-group-sm > .input-group-addon,
#bootstrap-3 select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

#bootstrap-3 textarea.input-group-sm > .form-control,
#bootstrap-3 textarea.input-group-sm > .input-group-addon,
#bootstrap-3 textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

#bootstrap-3 .input-group-addon,
#bootstrap-3 .input-group-btn,
#bootstrap-3 .input-group .form-control {
  display: table-cell;
}

#bootstrap-3 .input-group-addon:not(:first-child):not(:last-child),
#bootstrap-3 .input-group-btn:not(:first-child):not(:last-child),
#bootstrap-3 .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

#bootstrap-3 .input-group-addon,
#bootstrap-3 .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

#bootstrap-3 .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#bootstrap-3 .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

#bootstrap-3 .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

#bootstrap-3 .input-group-addon input[type="radio"],
#bootstrap-3 .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

#bootstrap-3 .input-group .form-control:first-child,
#bootstrap-3 .input-group-addon:first-child,
#bootstrap-3 .input-group-btn:first-child > .btn,
#bootstrap-3 .input-group-btn:first-child > .dropdown-toggle,
#bootstrap-3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#bootstrap-3 .input-group-addon:first-child {
  border-right: 0;
}

#bootstrap-3 .input-group .form-control:last-child,
#bootstrap-3 .input-group-addon:last-child,
#bootstrap-3 .input-group-btn:last-child > .btn,
#bootstrap-3 .input-group-btn:last-child > .dropdown-toggle,
#bootstrap-3 .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .input-group-addon:last-child {
  border-left: 0;
}

#bootstrap-3 .input-group-btn {
  position: relative;
  white-space: nowrap;
}

#bootstrap-3 .input-group-btn:first-child > .btn {
  margin-right: -1px;
}

#bootstrap-3 .input-group-btn:last-child > .btn {
  margin-left: -1px;
}

#bootstrap-3 .input-group-btn > .btn {
  position: relative;
}

#bootstrap-3 .input-group-btn > .btn + .btn {
  margin-left: -4px;
}

#bootstrap-3 .input-group-btn > .btn:hover,
#bootstrap-3 .input-group-btn > .btn:active {
  z-index: 2;
}

#bootstrap-3 .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#bootstrap-3 .nav:before,
#bootstrap-3 .nav:after {
  display: table;
  content: " ";
}

#bootstrap-3 .nav:after {
  clear: both;
}

#bootstrap-3 .nav:before,
#bootstrap-3 .nav:after {
  display: table;
  content: " ";
}

#bootstrap-3 .nav:after {
  clear: both;
}

#bootstrap-3 .nav > li {
  position: relative;
  display: block;
}

#bootstrap-3 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

#bootstrap-3 .nav > li > a:hover,
#bootstrap-3 .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

#bootstrap-3 .nav > li.disabled > a {
  color: #999999;
}

#bootstrap-3 .nav > li.disabled > a:hover,
#bootstrap-3 .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

#bootstrap-3 .nav .open > a,
#bootstrap-3 .nav .open > a:hover,
#bootstrap-3 .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

#bootstrap-3 .nav .open > a .caret,
#bootstrap-3 .nav .open > a:hover .caret,
#bootstrap-3 .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

#bootstrap-3 .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

#bootstrap-3 .nav > li > a > img {
  max-width: none;
}

#bootstrap-3 .nav-tabs {
  border-bottom: 1px solid #dddddd;
}

#bootstrap-3 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

#bootstrap-3 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

#bootstrap-3 .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

#bootstrap-3 .nav-tabs > li.active > a,
#bootstrap-3 .nav-tabs > li.active > a:hover,
#bootstrap-3 .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

#bootstrap-3 .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

#bootstrap-3 .nav-tabs.nav-justified > li {
  float: none;
}

#bootstrap-3 .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

#bootstrap-3 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  #bootstrap-3 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #bootstrap-3 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

#bootstrap-3 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

#bootstrap-3 .nav-tabs.nav-justified > .active > a,
#bootstrap-3 .nav-tabs.nav-justified > .active > a:hover,
#bootstrap-3 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  #bootstrap-3 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  #bootstrap-3 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

#bootstrap-3 .nav-pills > li {
  float: left;
}

#bootstrap-3 .nav-pills > li > a {
  border-radius: 4px;
}

#bootstrap-3 .nav-pills > li + li {
  margin-left: 2px;
}

#bootstrap-3 .nav-pills > li.active > a,
#bootstrap-3 .nav-pills > li.active > a:hover,
#bootstrap-3 .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

#bootstrap-3 .nav-pills > li.active > a .caret,
#bootstrap-3 .nav-pills > li.active > a:hover .caret,
#bootstrap-3 .nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#bootstrap-3 .nav-stacked > li {
  float: none;
}

#bootstrap-3 .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

#bootstrap-3 .nav-justified {
  width: 100%;
}

#bootstrap-3 .nav-justified > li {
  float: none;
}

#bootstrap-3 .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

#bootstrap-3 .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  #bootstrap-3 .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #bootstrap-3 .nav-justified > li > a {
    margin-bottom: 0;
  }
}

#bootstrap-3 .nav-tabs-justified {
  border-bottom: 0;
}

#bootstrap-3 .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

#bootstrap-3 .nav-tabs-justified > .active > a,
#bootstrap-3 .nav-tabs-justified > .active > a:hover,
#bootstrap-3 .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  #bootstrap-3 .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  #bootstrap-3 .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

#bootstrap-3 .tab-content > .tab-pane {
  display: none;
}

#bootstrap-3 .tab-content > .active {
  display: block;
}

#bootstrap-3 .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

#bootstrap-3 .nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

#bootstrap-3 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

#bootstrap-3 .navbar:before,
#bootstrap-3 .navbar:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar:after {
  clear: both;
}

#bootstrap-3 .navbar:before,
#bootstrap-3 .navbar:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar {
    border-radius: 4px;
  }
}

#bootstrap-3 .navbar-header:before,
#bootstrap-3 .navbar-header:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar-header:after {
  clear: both;
}

#bootstrap-3 .navbar-header:before,
#bootstrap-3 .navbar-header:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-header {
    float: left;
  }
}

#bootstrap-3 .navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

#bootstrap-3 .navbar-collapse:before,
#bootstrap-3 .navbar-collapse:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar-collapse:after {
  clear: both;
}

#bootstrap-3 .navbar-collapse:before,
#bootstrap-3 .navbar-collapse:after {
  display: table;
  content: " ";
}

#bootstrap-3 .navbar-collapse:after {
  clear: both;
}

#bootstrap-3 .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  #bootstrap-3 .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #bootstrap-3 .navbar-collapse.in {
    overflow-y: auto;
  }
  #bootstrap-3 .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  #bootstrap-3 .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  #bootstrap-3 .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

#bootstrap-3 .container > .navbar-header,
#bootstrap-3 .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  #bootstrap-3 .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

#bootstrap-3 .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-static-top {
    border-radius: 0;
  }
}

#bootstrap-3 .navbar-fixed-top,
#bootstrap-3 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  #bootstrap-3 .navbar-fixed-bottom {
    border-radius: 0;
  }
}

#bootstrap-3 .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

#bootstrap-3 .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

#bootstrap-3 .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

#bootstrap-3 .navbar-brand:hover,
#bootstrap-3 .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

#bootstrap-3 .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

#bootstrap-3 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

#bootstrap-3 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-toggle {
    display: none;
  }
}

#bootstrap-3 .navbar-nav {
  margin: 7.5px -15px;
}

#bootstrap-3 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #bootstrap-3 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  #bootstrap-3 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #bootstrap-3 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-3 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-nav {
    float: left;
    margin: 0;
  }
  #bootstrap-3 .navbar-nav > li {
    float: left;
  }
  #bootstrap-3 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-left {
    float: left !important;
  }
  #bootstrap-3 .navbar-right {
    float: right !important;
  }
}

#bootstrap-3 .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #bootstrap-3 .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  #bootstrap-3 .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  #bootstrap-3 .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #bootstrap-3 .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#bootstrap-3 .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#bootstrap-3 .navbar-nav.pull-right > li > .dropdown-menu,
#bootstrap-3 .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

#bootstrap-3 .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

#bootstrap-3 .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #bootstrap-3 .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

#bootstrap-3 .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

#bootstrap-3 .navbar-default .navbar-brand {
  color: #777777;
}

#bootstrap-3 .navbar-default .navbar-brand:hover,
#bootstrap-3 .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

#bootstrap-3 .navbar-default .navbar-text {
  color: #777777;
}

#bootstrap-3 .navbar-default .navbar-nav > li > a {
  color: #777777;
}

#bootstrap-3 .navbar-default .navbar-nav > li > a:hover,
#bootstrap-3 .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

#bootstrap-3 .navbar-default .navbar-nav > .active > a,
#bootstrap-3 .navbar-default .navbar-nav > .active > a:hover,
#bootstrap-3 .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

#bootstrap-3 .navbar-default .navbar-nav > .disabled > a,
#bootstrap-3 .navbar-default .navbar-nav > .disabled > a:hover,
#bootstrap-3 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

#bootstrap-3 .navbar-default .navbar-toggle {
  border-color: #dddddd;
}

#bootstrap-3 .navbar-default .navbar-toggle:hover,
#bootstrap-3 .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

#bootstrap-3 .navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

#bootstrap-3 .navbar-default .navbar-collapse,
#bootstrap-3 .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

#bootstrap-3 .navbar-default .navbar-nav > .dropdown > a:hover .caret,
#bootstrap-3 .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

#bootstrap-3 .navbar-default .navbar-nav > .open > a,
#bootstrap-3 .navbar-default .navbar-nav > .open > a:hover,
#bootstrap-3 .navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

#bootstrap-3 .navbar-default .navbar-nav > .open > a .caret,
#bootstrap-3 .navbar-default .navbar-nav > .open > a:hover .caret,
#bootstrap-3 .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

#bootstrap-3 .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  #bootstrap-3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #bootstrap-3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #bootstrap-3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

#bootstrap-3 .navbar-default .navbar-link {
  color: #777777;
}

#bootstrap-3 .navbar-default .navbar-link:hover {
  color: #333333;
}

#bootstrap-3 .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

#bootstrap-3 .navbar-inverse .navbar-brand {
  color: #999999;
}

#bootstrap-3 .navbar-inverse .navbar-brand:hover,
#bootstrap-3 .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

#bootstrap-3 .navbar-inverse .navbar-text {
  color: #999999;
}

#bootstrap-3 .navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

#bootstrap-3 .navbar-inverse .navbar-nav > li > a:hover,
#bootstrap-3 .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .active > a,
#bootstrap-3 .navbar-inverse .navbar-nav > .active > a:hover,
#bootstrap-3 .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .disabled > a,
#bootstrap-3 .navbar-inverse .navbar-nav > .disabled > a:hover,
#bootstrap-3 .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

#bootstrap-3 .navbar-inverse .navbar-toggle {
  border-color: #333333;
}

#bootstrap-3 .navbar-inverse .navbar-toggle:hover,
#bootstrap-3 .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

#bootstrap-3 .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#bootstrap-3 .navbar-inverse .navbar-collapse,
#bootstrap-3 .navbar-inverse .navbar-form {
  border-color: #101010;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .open > a,
#bootstrap-3 .navbar-inverse .navbar-nav > .open > a:hover,
#bootstrap-3 .navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

#bootstrap-3 .navbar-inverse .navbar-nav > .open > a .caret,
#bootstrap-3 .navbar-inverse .navbar-nav > .open > a:hover .caret,
#bootstrap-3 .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  #bootstrap-3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  #bootstrap-3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  #bootstrap-3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  #bootstrap-3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #bootstrap-3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

#bootstrap-3 .navbar-inverse .navbar-link {
  color: #999999;
}

#bootstrap-3 .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

#bootstrap-3 .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

#bootstrap-3 .breadcrumb > li {
  display: inline-block;
}

#bootstrap-3 .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

#bootstrap-3 .breadcrumb > .active {
  color: #999999;
}

#bootstrap-3 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

#bootstrap-3 .pagination > li {
  display: inline;
}

#bootstrap-3 .pagination > li > a,
#bootstrap-3 .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

#bootstrap-3 .pagination > li:first-child > a,
#bootstrap-3 .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

#bootstrap-3 .pagination > li:last-child > a,
#bootstrap-3 .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#bootstrap-3 .pagination > li > a:hover,
#bootstrap-3 .pagination > li > span:hover,
#bootstrap-3 .pagination > li > a:focus,
#bootstrap-3 .pagination > li > span:focus {
  background-color: #eeeeee;
}

#bootstrap-3 .pagination > .active > a,
#bootstrap-3 .pagination > .active > span,
#bootstrap-3 .pagination > .active > a:hover,
#bootstrap-3 .pagination > .active > span:hover,
#bootstrap-3 .pagination > .active > a:focus,
#bootstrap-3 .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

#bootstrap-3 .pagination > .disabled > span,
#bootstrap-3 .pagination > .disabled > span:hover,
#bootstrap-3 .pagination > .disabled > span:focus,
#bootstrap-3 .pagination > .disabled > a,
#bootstrap-3 .pagination > .disabled > a:hover,
#bootstrap-3 .pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

#bootstrap-3 .pagination-lg > li > a,
#bootstrap-3 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

#bootstrap-3 .pagination-lg > li:first-child > a,
#bootstrap-3 .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

#bootstrap-3 .pagination-lg > li:last-child > a,
#bootstrap-3 .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#bootstrap-3 .pagination-sm > li > a,
#bootstrap-3 .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

#bootstrap-3 .pagination-sm > li:first-child > a,
#bootstrap-3 .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

#bootstrap-3 .pagination-sm > li:last-child > a,
#bootstrap-3 .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#bootstrap-3 .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

#bootstrap-3 .pager:before,
#bootstrap-3 .pager:after {
  display: table;
  content: " ";
}

#bootstrap-3 .pager:after {
  clear: both;
}

#bootstrap-3 .pager:before,
#bootstrap-3 .pager:after {
  display: table;
  content: " ";
}

#bootstrap-3 .pager:after {
  clear: both;
}

#bootstrap-3 .pager li {
  display: inline;
}

#bootstrap-3 .pager li > a,
#bootstrap-3 .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

#bootstrap-3 .pager li > a:hover,
#bootstrap-3 .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

#bootstrap-3 .pager .next > a,
#bootstrap-3 .pager .next > span {
  float: right;
}

#bootstrap-3 .pager .previous > a,
#bootstrap-3 .pager .previous > span {
  float: left;
}

#bootstrap-3 .pager .disabled > a,
#bootstrap-3 .pager .disabled > a:hover,
#bootstrap-3 .pager .disabled > a:focus,
#bootstrap-3 .pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

#bootstrap-3 .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

#bootstrap-3 .label[href]:hover,
#bootstrap-3 .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#bootstrap-3 .label:empty {
  display: none;
}

#bootstrap-3 .label-default {
  background-color: #999999;
}

#bootstrap-3 .label-default[href]:hover,
#bootstrap-3 .label-default[href]:focus {
  background-color: #808080;
}

#bootstrap-3 .label-primary {
  background-color: #428bca;
}

#bootstrap-3 .label-primary[href]:hover,
#bootstrap-3 .label-primary[href]:focus {
  background-color: #3071a9;
}

#bootstrap-3 .label-success {
  background-color: #5cb85c;
}

#bootstrap-3 .label-success[href]:hover,
#bootstrap-3 .label-success[href]:focus {
  background-color: #449d44;
}

#bootstrap-3 .label-info {
  background-color: #5bc0de;
}

#bootstrap-3 .label-info[href]:hover,
#bootstrap-3 .label-info[href]:focus {
  background-color: #31b0d5;
}

#bootstrap-3 .label-warning {
  background-color: #f0ad4e;
}

#bootstrap-3 .label-warning[href]:hover,
#bootstrap-3 .label-warning[href]:focus {
  background-color: #ec971f;
}

#bootstrap-3 .label-danger {
  background-color: #d9534f;
}

#bootstrap-3 .label-danger[href]:hover,
#bootstrap-3 .label-danger[href]:focus {
  background-color: #c9302c;
}

#bootstrap-3 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

#bootstrap-3 .badge:empty {
  display: none;
}

#bootstrap-3 a.badge:hover,
#bootstrap-3 a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#bootstrap-3 .btn .badge {
  position: relative;
  top: -1px;
}

#bootstrap-3 a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

#bootstrap-3 .nav-pills > li > a > .badge {
  margin-left: 3px;
}

#bootstrap-3 .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

#bootstrap-3 .jumbotron h1 {
  line-height: 1;
  color: inherit;
}

#bootstrap-3 .jumbotron p {
  line-height: 1.4;
}

#bootstrap-3 .container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  #bootstrap-3 .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #bootstrap-3 .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  #bootstrap-3 .jumbotron h1 {
    font-size: 63px;
  }
}

#bootstrap-3 .thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

#bootstrap-3 .thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#bootstrap-3 a.thumbnail:hover,
#bootstrap-3 a.thumbnail:focus,
#bootstrap-3 a.thumbnail.active {
  border-color: #428bca;
}

#bootstrap-3 .thumbnail .caption {
  padding: 9px;
  color: #333333;
}

#bootstrap-3 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#bootstrap-3 .alert h4 {
  margin-top: 0;
  color: inherit;
}

#bootstrap-3 .alert .alert-link {
  font-weight: bold;
}

#bootstrap-3 .alert > p,
#bootstrap-3 .alert > ul {
  margin-bottom: 0;
}

#bootstrap-3 .alert > p + p {
  margin-top: 5px;
}

#bootstrap-3 .alert-dismissable {
  padding-right: 35px;
}

#bootstrap-3 .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

#bootstrap-3 .alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#bootstrap-3 .alert-success hr {
  border-top-color: #c9e2b3;
}

#bootstrap-3 .alert-success .alert-link {
  color: #356635;
}

#bootstrap-3 .alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#bootstrap-3 .alert-info hr {
  border-top-color: #a6e1ec;
}

#bootstrap-3 .alert-info .alert-link {
  color: #2d6987;
}

#bootstrap-3 .alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

#bootstrap-3 .alert-warning hr {
  border-top-color: #f7e1b5;
}

#bootstrap-3 .alert-warning .alert-link {
  color: #a47e3c;
}

#bootstrap-3 .alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#bootstrap-3 .alert-danger hr {
  border-top-color: #e4b9c0;
}

#bootstrap-3 .alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

#bootstrap-3 .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#bootstrap-3 .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

#bootstrap-3 .progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#bootstrap-3 .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

#bootstrap-3 .progress-bar-success {
  background-color: #5cb85c;
}

#bootstrap-3 .progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#bootstrap-3 .progress-bar-info {
  background-color: #5bc0de;
}

#bootstrap-3 .progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#bootstrap-3 .progress-bar-warning {
  background-color: #f0ad4e;
}

#bootstrap-3 .progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#bootstrap-3 .progress-bar-danger {
  background-color: #d9534f;
}

#bootstrap-3 .progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#bootstrap-3 .media,
#bootstrap-3 .media-body {
  overflow: hidden;
  zoom: 1;
}

#bootstrap-3 .media,
#bootstrap-3 .media .media {
  margin-top: 15px;
}

#bootstrap-3 .media:first-child {
  margin-top: 0;
}

#bootstrap-3 .media-object {
  display: block;
}

#bootstrap-3 .media-heading {
  margin: 0 0 5px;
}

#bootstrap-3 .media > .pull-left {
  margin-right: 10px;
}

#bootstrap-3 .media > .pull-right {
  margin-left: 10px;
}

#bootstrap-3 .media-list {
  padding-left: 0;
  list-style: none;
}

#bootstrap-3 .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

#bootstrap-3 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

#bootstrap-3 .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#bootstrap-3 .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#bootstrap-3 .list-group-item > .badge {
  float: right;
}

#bootstrap-3 .list-group-item > .badge + .badge {
  margin-right: 5px;
}

#bootstrap-3 a.list-group-item {
  color: #555555;
}

#bootstrap-3 a.list-group-item .list-group-item-heading {
  color: #333333;
}

#bootstrap-3 a.list-group-item:hover,
#bootstrap-3 a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

#bootstrap-3 a.list-group-item.active,
#bootstrap-3 a.list-group-item.active:hover,
#bootstrap-3 a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

#bootstrap-3 a.list-group-item.active .list-group-item-heading,
#bootstrap-3 a.list-group-item.active:hover .list-group-item-heading,
#bootstrap-3 a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

#bootstrap-3 a.list-group-item.active .list-group-item-text,
#bootstrap-3 a.list-group-item.active:hover .list-group-item-text,
#bootstrap-3 a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

#bootstrap-3 .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

#bootstrap-3 .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

#bootstrap-3 .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#bootstrap-3 .panel-body {
  padding: 15px;
}

#bootstrap-3 .panel-body:before,
#bootstrap-3 .panel-body:after {
  display: table;
  content: " ";
}

#bootstrap-3 .panel-body:after {
  clear: both;
}

#bootstrap-3 .panel-body:before,
#bootstrap-3 .panel-body:after {
  display: table;
  content: " ";
}

#bootstrap-3 .panel-body:after {
  clear: both;
}

#bootstrap-3 .panel > .list-group {
  margin-bottom: 0;
}

#bootstrap-3 .panel > .list-group .list-group-item {
  border-width: 1px 0;
}

#bootstrap-3 .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#bootstrap-3 .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

#bootstrap-3 .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

#bootstrap-3 .panel > .table,
#bootstrap-3 .panel > .table-responsive {
  margin-bottom: 0;
}

#bootstrap-3 .panel > .panel-body + .table,
#bootstrap-3 .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

#bootstrap-3 .panel > .table-bordered,
#bootstrap-3 .panel > .table-responsive > .table-bordered {
  border: 0;
}

#bootstrap-3 .panel > .table-bordered > thead > tr > th:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#bootstrap-3 .panel > .table-bordered > tbody > tr > th:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#bootstrap-3 .panel > .table-bordered > tfoot > tr > th:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#bootstrap-3 .panel > .table-bordered > thead > tr > td:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#bootstrap-3 .panel > .table-bordered > tbody > tr > td:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#bootstrap-3 .panel > .table-bordered > tfoot > tr > td:first-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

#bootstrap-3 .panel > .table-bordered > thead > tr > th:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#bootstrap-3 .panel > .table-bordered > tbody > tr > th:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#bootstrap-3 .panel > .table-bordered > tfoot > tr > th:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#bootstrap-3 .panel > .table-bordered > thead > tr > td:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#bootstrap-3 .panel > .table-bordered > tbody > tr > td:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#bootstrap-3 .panel > .table-bordered > tfoot > tr > td:last-child,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

#bootstrap-3 .panel > .table-bordered > thead > tr:last-child > th,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
#bootstrap-3 .panel > .table-bordered > tbody > tr:last-child > th,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#bootstrap-3 .panel > .table-bordered > tfoot > tr:last-child > th,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#bootstrap-3 .panel > .table-bordered > thead > tr:last-child > td,
#bootstrap-3 .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
#bootstrap-3 .panel > .table-bordered > tbody > tr:last-child > td,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#bootstrap-3 .panel > .table-bordered > tfoot > tr:last-child > td,
#bootstrap-3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

#bootstrap-3 .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#bootstrap-3 .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

#bootstrap-3 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

#bootstrap-3 .panel-title > a {
  color: inherit;
}

#bootstrap-3 .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#bootstrap-3 .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

#bootstrap-3 .panel-group .panel + .panel {
  margin-top: 5px;
}

#bootstrap-3 .panel-group .panel-heading {
  border-bottom: 0;
}

#bootstrap-3 .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

#bootstrap-3 .panel-group .panel-footer {
  border-top: 0;
}

#bootstrap-3 .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

#bootstrap-3 .panel-default {
  border-color: #dddddd;
}

#bootstrap-3 .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

#bootstrap-3 .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

#bootstrap-3 .panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

#bootstrap-3 .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

#bootstrap-3 .panel-primary {
  border-color: #428bca;
}

#bootstrap-3 .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

#bootstrap-3 .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

#bootstrap-3 .panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

#bootstrap-3 .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

#bootstrap-3 .panel-success {
  border-color: #d6e9c6;
}

#bootstrap-3 .panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#bootstrap-3 .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

#bootstrap-3 .panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

#bootstrap-3 .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

#bootstrap-3 .panel-warning {
  border-color: #faebcc;
}

#bootstrap-3 .panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

#bootstrap-3 .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

#bootstrap-3 .panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

#bootstrap-3 .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

#bootstrap-3 .panel-danger {
  border-color: #ebccd1;
}

#bootstrap-3 .panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#bootstrap-3 .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

#bootstrap-3 .panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

#bootstrap-3 .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

#bootstrap-3 .panel-info {
  border-color: #bce8f1;
}

#bootstrap-3 .panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#bootstrap-3 .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

#bootstrap-3 .panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

#bootstrap-3 .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

#bootstrap-3 .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#bootstrap-3 .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

#bootstrap-3 .well-lg {
  padding: 24px;
  border-radius: 6px;
}

#bootstrap-3 .well-sm {
  padding: 9px;
  border-radius: 3px;
}

#bootstrap-3 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#bootstrap-3 .close:hover,
#bootstrap-3 .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#bootstrap-3 button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#bootstrap-3 .modal-open {
  overflow: hidden;
}

#bootstrap-3 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

#bootstrap-3 .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

#bootstrap-3 .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

#bootstrap-3 .modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

#bootstrap-3 .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

#bootstrap-3 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

#bootstrap-3 .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

#bootstrap-3 .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#bootstrap-3 .modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#bootstrap-3 .modal-header .close {
  margin-top: -2px;
}

#bootstrap-3 .modal-title {
  margin: 0;
  line-height: 1.428571429;
}

#bootstrap-3 .modal-body {
  position: relative;
  padding: 20px;
}

#bootstrap-3 .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

#bootstrap-3 .modal-footer:before,
#bootstrap-3 .modal-footer:after {
  display: table;
  content: " ";
}

#bootstrap-3 .modal-footer:after {
  clear: both;
}

#bootstrap-3 .modal-footer:before,
#bootstrap-3 .modal-footer:after {
  display: table;
  content: " ";
}

#bootstrap-3 .modal-footer:after {
  clear: both;
}

#bootstrap-3 .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

#bootstrap-3 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

#bootstrap-3 .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #bootstrap-3 .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #bootstrap-3 .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

#bootstrap-3 .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

#bootstrap-3 .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#bootstrap-3 .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

#bootstrap-3 .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

#bootstrap-3 .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

#bootstrap-3 .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

#bootstrap-3 .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

#bootstrap-3 .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#bootstrap-3 .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

#bootstrap-3 .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

#bootstrap-3 .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

#bootstrap-3 .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

#bootstrap-3 .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

#bootstrap-3 .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

#bootstrap-3 .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

#bootstrap-3 .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

#bootstrap-3 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

#bootstrap-3 .popover.top {
  margin-top: -10px;
}

#bootstrap-3 .popover.right {
  margin-left: 10px;
}

#bootstrap-3 .popover.bottom {
  margin-top: 10px;
}

#bootstrap-3 .popover.left {
  margin-left: -10px;
}

#bootstrap-3 .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

#bootstrap-3 .popover-content {
  padding: 9px 14px;
}

#bootstrap-3 .popover .arrow,
#bootstrap-3 .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#bootstrap-3 .popover .arrow {
  border-width: 11px;
}

#bootstrap-3 .popover .arrow:after {
  border-width: 10px;
  content: "";
}

#bootstrap-3 .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

#bootstrap-3 .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

#bootstrap-3 .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

#bootstrap-3 .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

#bootstrap-3 .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

#bootstrap-3 .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

#bootstrap-3 .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

#bootstrap-3 .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

#bootstrap-3 .carousel {
  position: relative;
}

#bootstrap-3 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#bootstrap-3 .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

#bootstrap-3 .carousel-inner > .item > img,
#bootstrap-3 .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

#bootstrap-3 .carousel-inner > .active,
#bootstrap-3 .carousel-inner > .next,
#bootstrap-3 .carousel-inner > .prev {
  display: block;
}

#bootstrap-3 .carousel-inner > .active {
  left: 0;
}

#bootstrap-3 .carousel-inner > .next,
#bootstrap-3 .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

#bootstrap-3 .carousel-inner > .next {
  left: 100%;
}

#bootstrap-3 .carousel-inner > .prev {
  left: -100%;
}

#bootstrap-3 .carousel-inner > .next.left,
#bootstrap-3 .carousel-inner > .prev.right {
  left: 0;
}

#bootstrap-3 .carousel-inner > .active.left {
  left: -100%;
}

#bootstrap-3 .carousel-inner > .active.right {
  left: 100%;
}

#bootstrap-3 .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#bootstrap-3 .carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#bootstrap-3 .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

#bootstrap-3 .carousel-control:hover,
#bootstrap-3 .carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#bootstrap-3 .carousel-control .icon-prev,
#bootstrap-3 .carousel-control .icon-next,
#bootstrap-3 .carousel-control .glyphicon-chevron-left,
#bootstrap-3 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#bootstrap-3 .carousel-control .icon-prev,
#bootstrap-3 .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

#bootstrap-3 .carousel-control .icon-next,
#bootstrap-3 .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

#bootstrap-3 .carousel-control .icon-prev,
#bootstrap-3 .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

#bootstrap-3 .carousel-control .icon-prev:before {
  content: '\2039';
}

#bootstrap-3 .carousel-control .icon-next:before {
  content: '\203a';
}

#bootstrap-3 .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#bootstrap-3 .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

#bootstrap-3 .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

#bootstrap-3 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#bootstrap-3 .carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  #bootstrap-3 .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  #bootstrap-3 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #bootstrap-3 .carousel-indicators {
    bottom: 20px;
  }
}

#bootstrap-3 .clearfix:before,
#bootstrap-3 .clearfix:after {
  display: table;
  content: " ";
}

#bootstrap-3 .clearfix:after {
  clear: both;
}

#bootstrap-3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#bootstrap-3 .pull-right {
  float: right !important;
}

#bootstrap-3 .pull-left {
  float: left !important;
}

#bootstrap-3 .hide {
  display: none !important;
}

#bootstrap-3 .show {
  display: block !important;
}

#bootstrap-3 .invisible {
  visibility: hidden;
}

#bootstrap-3 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#bootstrap-3 .hidden {
  display: none !important;
  visibility: hidden !important;
}

#bootstrap-3 .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

#bootstrap-3 .visible-xs,
#bootstrap-3 tr.visible-xs,
#bootstrap-3 th.visible-xs,
#bootstrap-3 td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  #bootstrap-3 .visible-xs {
    display: block !important;
  }
  #bootstrap-3 tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  #bootstrap-3 td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-3 .visible-xs.visible-sm {
    display: block !important;
  }
  #bootstrap-3 tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  #bootstrap-3 td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-3 .visible-xs.visible-md {
    display: block !important;
  }
  #bootstrap-3 tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  #bootstrap-3 td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  #bootstrap-3 .visible-xs.visible-lg {
    display: block !important;
  }
  #bootstrap-3 tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  #bootstrap-3 td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

#bootstrap-3 .visible-sm,
#bootstrap-3 tr.visible-sm,
#bootstrap-3 th.visible-sm,
#bootstrap-3 td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  #bootstrap-3 .visible-sm.visible-xs {
    display: block !important;
  }
  #bootstrap-3 tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  #bootstrap-3 td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-3 .visible-sm {
    display: block !important;
  }
  #bootstrap-3 tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  #bootstrap-3 td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-3 .visible-sm.visible-md {
    display: block !important;
  }
  #bootstrap-3 tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  #bootstrap-3 td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  #bootstrap-3 .visible-sm.visible-lg {
    display: block !important;
  }
  #bootstrap-3 tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  #bootstrap-3 td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

#bootstrap-3 .visible-md,
#bootstrap-3 tr.visible-md,
#bootstrap-3 th.visible-md,
#bootstrap-3 td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  #bootstrap-3 .visible-md.visible-xs {
    display: block !important;
  }
  #bootstrap-3 tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  #bootstrap-3 td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-3 .visible-md.visible-sm {
    display: block !important;
  }
  #bootstrap-3 tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  #bootstrap-3 td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-3 .visible-md {
    display: block !important;
  }
  #bootstrap-3 tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  #bootstrap-3 td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  #bootstrap-3 .visible-md.visible-lg {
    display: block !important;
  }
  #bootstrap-3 tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  #bootstrap-3 td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

#bootstrap-3 .visible-lg,
#bootstrap-3 tr.visible-lg,
#bootstrap-3 th.visible-lg,
#bootstrap-3 td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  #bootstrap-3 .visible-lg.visible-xs {
    display: block !important;
  }
  #bootstrap-3 tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  #bootstrap-3 td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #bootstrap-3 .visible-lg.visible-sm {
    display: block !important;
  }
  #bootstrap-3 tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  #bootstrap-3 td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bootstrap-3 .visible-lg.visible-md {
    display: block !important;
  }
  #bootstrap-3 tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  #bootstrap-3 td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  #bootstrap-3 .visible-lg {
    display: block !important;
  }
  #bootstrap-3 tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  #bootstrap-3 td.visible-lg {
    display: table-cell !important;
  }
}

#bootstrap-3 .hidden-xs {
  display: block !important;
}

#bootstrap-3 tr.hidden-xs {
  display: table-row !important;
}

#bootstrap-3 th.hidden-xs,
#bootstrap-3 td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  #bootstrap-3 td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  #bootstrap-3 td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  #bootstrap-3 td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  #bootstrap-3 td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

#bootstrap-3 .hidden-sm {
  display: block !important;
}

#bootstrap-3 tr.hidden-sm {
  display: table-row !important;
}

#bootstrap-3 th.hidden-sm,
#bootstrap-3 td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  #bootstrap-3 td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  #bootstrap-3 td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  #bootstrap-3 td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  #bootstrap-3 td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

#bootstrap-3 .hidden-md {
  display: block !important;
}

#bootstrap-3 tr.hidden-md {
  display: table-row !important;
}

#bootstrap-3 th.hidden-md,
#bootstrap-3 td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  #bootstrap-3 td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  #bootstrap-3 td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  #bootstrap-3 td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  #bootstrap-3 td.hidden-md.hidden-lg {
    display: none !important;
  }
}

#bootstrap-3 .hidden-lg {
  display: block !important;
}

#bootstrap-3 tr.hidden-lg {
  display: table-row !important;
}

#bootstrap-3 th.hidden-lg,
#bootstrap-3 td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  #bootstrap-3 td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  #bootstrap-3 td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  #bootstrap-3 td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  #bootstrap-3 td.hidden-lg {
    display: none !important;
  }
}

#bootstrap-3 .visible-print,
#bootstrap-3 tr.visible-print,
#bootstrap-3 th.visible-print,
#bootstrap-3 td.visible-print {
  display: none !important;
}

@media print {
  #bootstrap-3 .visible-print {
    display: block !important;
  }
  #bootstrap-3 tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  #bootstrap-3 td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  #bootstrap-3 td.hidden-print {
    display: none !important;
  }
}
