html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./fonts/92aa0d7878fe4d8d55dab98aae0796e5.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./fonts/c431096955795da262fc32297d7bfa8f.woff);
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./fonts/995c64e152e8dc077222766889194951.woff);
}
@font-face {
  font-family: 'icomoon';
  src: url(./fonts/788968684ff377a240308c00df948e67.eot);
  src: url(./fonts/788968684ff377a240308c00df948e67.eot#iefix) format('embedded-opentype'), url(./fonts/3c70aeced353a9c9f73cda516745cb17.ttf) format('truetype'), url(./fonts/b9ab8d954967f5146fa605236576f91f.woff) format('woff'), url(./images/3453fa740f4873093f8b057ef4bae1a9.svg#icomoon) format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-odnoklassniki:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-search:before {
  content: "\e986";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-youtube:before {
  content: "\ea9d";
}
header {
  background: #fff;
}
@media (max-width: 768px) {
  header {
    background: #e9588f;
  }
}
header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  header .container {
    display: block;
    padding: 0 10px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
header .container .hamb {
  display: none;
  position: absolute;
  width: 30px;
  height: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .container .hamb {
    display: block;
  }
}
header .container .hamb-line {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 6px;
  cursor: pointer;
}
header .container .hamb-line:last-child {
  margin-bottom: 0;
}
header .container .header-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header .container .header-left {
    text-align: center;
  }
}
header .container .header-left a.logo {
  text-decoration: none;
  font-weight: 700;
  font-size: 28px;
  color: #000;
}
@media (max-width: 768px) {
  header .container .header-left a.logo {
    font-size: 26px;
    width: 100%;
    padding: 4px 0;
  }
}
header .container .header-left a.logo span {
  color: #e9588f;
}
@media (max-width: 768px) {
  header .container .header-left a.logo span {
    color: #fff;
  }
}
header .container .header-left a.logo:hover {
  color: #e9588f;
}
header .container .header-left a.logo:hover span {
  color: #000;
}
header .container .header-left h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  width: 50%;
}
@media (max-width: 1080px) {
  header .container .header-left h1 {
    font-size: 34px;
    width: 65%;
  }
}
@media (max-width: 768px) {
  header .container .header-left h1 {
    width: 100%;
    font-size: 22px;
    display: none;
  }
}
header .container .header-left h1 span {
  color: #e9588f;
  font-weight: 500;
}
@media (max-width: 768px) {
  header .container .header-left h1 span {
    color: #fff;
  }
}
header .container .header-left h1 a {
  text-decoration: none;
  color: #000;
}
header .container .header-right {
  width: 25%;
  position: absolute;
  top: 5px;
  right: 10px;
}
@media (max-width: 768px) {
  header .container .header-right {
    width: 100%;
  }
}
header .container .header-right .show-search {
  position: absolute;
  top: -1px;
  font-size: 18px;
  right: -7px;
  color: #e9588f;
  cursor: pointer;
  transition: 0.2s;
  padding: 10px;
}
header .container .header-right .show-search:hover {
  transform: scale(1.5);
}
header .container .header-right form {
  width: 100%;
  position: relative;
  display: none;
}
header .container .header-right form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e9588f;
  padding: 5px;
  color: #e9588f;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
header .container .header-right form button {
  position: absolute;
  top: 6px;
  right: 2px;
  background: transparent;
  border: none;
  outline: none;
  width: 26px;
  height: 26px;
  color: #e9588f;
  border-radius: 50%;
  cursor: pointer;
  line-height: 26px;
  font-weight: 300;
  font-size: 18px;
}
header .container .header-right form button:hover {
  filter: brightness(1.1);
}
header .header-bottom {
  background: #e9588f;
}
header .header-bottom .container {
  padding: 0;
}
header .header-bottom .container nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  header .header-bottom .container nav {
    display: none;
  }
}
header .header-bottom .container nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-bottom .container nav a {
  color: #fff;
  display: block;
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  header .header-bottom .container nav a {
    padding: 10px;
    font-size: 14px;
  }
}
header .header-bottom .container nav a:hover {
  background: #94365a;
}
header .header-bottom .container nav .current_page_item,
header .header-bottom .container nav .current-menu-item,
header .header-bottom .container nav .current-post-ancestor,
header .header-bottom .container nav .current-menu-parent,
header .header-bottom .container nav .current-post-parent {
  background: #94365a;
}
.show {
  display: block !important;
}
.main-content.category h1 {
  display: inline-block;
  background: #ffd453;
  font-weight: 300;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .main-content.category h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.main-content.category .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  padding: 0;
}
.main-content.category .container .sidebar {
  width: 15%;
  background: #00afca;
}
@media (max-width: 768px) {
  .main-content.category .container .sidebar {
    display: none;
  }
}
.main-content.category .container .content {
  width: 84%;
  padding: 20px;
  background: rgba(255,255,255,0.7);
}
@media (max-width: 768px) {
  .main-content.category .container .content {
    width: 100%;
    padding: 5px;
    padding-top: 0;
  }
}
.main-content.category .container .content .books-by-class h2 {
  margin: 20px 0;
  margin-top: 0;
  display: inline-block;
  background: #ffd453;
  font-weight: 300;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class h2 {
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .main-content.category .container .content .books-by-class h2:first-child {
    margin-top: 10px;
  }
}
.main-content.category .container .content .books-by-class .books-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content.category .container .content .books-by-class .books-flex .book {
  width: 49%;
  height: 190px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  outline: 2px solid #fed452;
}
.main-content.category .container .content .books-by-class .books-flex .book:hover {
  background: rgba(254,197,12,0.5);
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class .books-flex .book {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #ffd453;
    height: auto;
    margin: 10px 0;
  }
}
.main-content.category .container .content .books-by-class .books-flex .book .book-cover {
  width: 29%;
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class .books-flex .book .book-cover {
    width: 25%;
  }
}
.main-content.category .container .content .books-by-class .books-flex .book .book-cover img {
  max-width: 100%;
  height: 190px;
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class .books-flex .book .book-cover img {
    height: auto;
  }
}
.main-content.category .container .content .books-by-class .books-flex .book .book-desc {
  width: 69%;
  position: relative;
  padding-top: 5px;
}
.main-content.category .container .content .books-by-class .books-flex .book .book-desc p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 3px;
  font-size: 15px;
}
.main-content.category .container .content .books-by-class .books-flex .book .book-desc b {
  font-weight: 700;
}
.main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-authors,
  .main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-publisher,
  .main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-year {
    font-size: 12px;
  }
}
.main-content.category .container .content .books-by-class .books-flex .book .book-desc .book-subject-name {
  background: #ffd453;
  padding: 0px 5px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 100;
  position: absolute;
  right: 0;
  bottom: 5px;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.menu-classes {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  z-index: 11;
  margin-bottom: 20px;
}
.menu-classes li {
  z-index: 3;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.menu-classes .class-item:before {
  content: '+';
  position: absolute;
  display: block;
  right: 20px;
  font-size: 16px;
  top: 10px;
  color: #fff;
}
.menu-classes li a {
  display: block;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.menu-classes li ul {
  display: none;
  background: #fff;
  z-index: 11;
  color: #000;
  position: relative;
}
.menu-classes li:hover {
  background: #fec50c;
  color: #000;
}
.menu-classes li:hover > a {
  color: #fff;
}
.menu-classes li ul li a {
  white-space: nowrap;
  text-transform: none;
  padding: 5px 0 5px 20px;
  color: #000;
}
.menu-classes li ul li {
  cursor: pointer;
}
.menu-classes li ul li:hover {
  background: #fec50c;
}
.selected {
  background: #b5c548;
}
.show {
  display: block !important;
}
#vk_groups {
  margin: 0 auto;
  margin-bottom: 20px;
}
.no-find-book {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  background: #ffd453;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
}
.no-find-book:hover {
  filter: brightness(1.1);
}
.vk-group-img {
  display: block;
  margin-bottom: 10px;
}
.vk-group-img img {
  width: 100%;
  transition: 0.2s;
}
.vk-group-img img:hover {
  transform: scale(1.05);
}
.post-content {
  margin: 0 !important;
}
.full-cover {
  background-size: cover !important;
  min-height: calc(100vh - 166px);
}
@media (max-width: 768px) {
  .full-cover {
    padding-top: 0;
  }
}
.full-cover .cover-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.full-cover .cover-flex .left-block {
  width: 60%;
  color: #000;
  padding: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  border-radius: 5px;
}
@media (max-width: 1080px) {
  .full-cover .cover-flex .left-block {
    width: 58%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .full-cover .cover-flex .left-block {
    width: 100%;
    padding: 0;
  }
}
.full-cover .cover-flex .left-block h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.full-cover .cover-flex .left-block p {
  font-size: 20px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 10px;
}
.full-cover .cover-flex .left-block li {
  margin-left: 20px;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 20px;
}
.full-cover .cover-flex .left-block img {
  width: 100%;
  height: auto;
}
.full-cover .cover-flex .right-block {
  width: 40%;
  background: rgba(0,0,0,0.8);
  border-radius: 5px;
  padding: 10px;
  position: sticky;
  top: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .full-cover .cover-flex .right-block {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.full-cover .cover-flex .right-block .pay-head,
.full-cover .cover-flex .right-block .pay-footer {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.full-cover .cover-flex .right-block .pay-footer {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
.full-cover .cover-flex .right-block .pay-footer a {
  color: #fff;
}
.full-cover .cover-flex .right-block .pay-footer a:hover {
  text-decoration: none;
}
.full-cover .cover-flex .right-block iframe {
  margin-top: -2px;
  margin-left: 1px;
  min-height: 240px;
}
.full-cover .cover-flex .right-block video {
  width: 100%;
  margin-top: 10px;
}
.full-cover .cover-flex .right-block video:focus {
  outline: none;
}
.full-cover .cover-flex .right-block .video-head {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.author-link {
  display: inline-block;
  background: #25a011;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
  margin-right: 5px;
  font-weight: 300;
  background: #e9588f;
}
.author-link:hover {
  background: #94365a;
}
@media (max-width: 768px) {
  .author-link {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
#vk_comments {
  margin-bottom: 20px;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Futura;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper {
  flex: 1 0 auto;
}
.container {
  width: 1085px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1085px) {
  .container {
    width: 100%;
  }
}
.main-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main-content {
    margin-top: 0;
  }
}
.main-content h1 {
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 32px;
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1080px) {
  h2 {
    font-size: 26px;
  }
}
.popular-courses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
}
.popular-courses .course-item {
  width: 31%;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  padding-bottom: 30px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  margin-bottom: 35px;
  font-size: 0;
  transition: 0.2s;
}
@media (max-width: 1085px) {
  .popular-courses .course-item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .popular-courses .course-item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.popular-courses .course-item:hover {
  transform: scale(1.02);
}
.popular-courses .course-item:nth-child(3n) {
  margin-right: 0;
}
.popular-courses .course-item:nth-child(6n) {
  margin-right: 0;
}
.popular-courses .course-item .cover {
  position: relative;
  font-size: 0;
}
.popular-courses .course-item img {
  width: 100%;
  height: auto;
}
.popular-courses .course-item h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1080px) {
  .popular-courses .course-item h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.popular-courses .course-item span.author {
  display: block;
  font-size: 24px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 0px;
  font-weight: 100;
  color: #fff;
  background: rgba(233,88,143,0.8);
}
@media (max-width: 1080px) {
  .popular-courses .course-item span.author {
    font-size: 20px;
  }
}
.popular-courses .course-item span.price {
  font-size: 20px;
  padding: 10px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(233,88,143,0.8);
}
.popular-courses .course-item span.read-more {
  font-size: 20px;
  background: #e9588f;
  padding: 5px 10px;
  color: #fff;
  font-weight: 300;
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 1080px) {
  .popular-courses .course-item span.read-more {
    font-size: 18px;
  }
}
.popular-courses .course-item span.buy-count {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #ababab;
  font-size: 18px;
  font-weight: 100;
}
@media (max-width: 1080px) {
  .popular-courses .course-item span.buy-count {
    font-size: 16px;
  }
}
.courses-by-authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
}
.courses-by-authors .authors-item {
  width: 31%;
  height: auto;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  margin-bottom: 39px;
  transition: 0.2s;
  font-size: 0;
}
@media (max-width: 768px) {
  .courses-by-authors .authors-item {
    width: 48%;
    margin-bottom: 15px;
  }
}
.courses-by-authors .authors-item:hover {
  transform: scale(1.02);
}
.courses-by-authors .authors-item img {
  width: 100%;
  height: auto;
}
.courses-by-authors .authors-item span.author {
  display: block;
  font-size: 24px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 0px;
  font-weight: 100;
  color: #fff;
  background: rgba(233,88,143,0.7);
}
@media (max-width: 768px) {
  .courses-by-authors .authors-item span.author {
    font-size: 16px;
  }
}
h4 {
  display: block;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    padding: 0 10px;
  }
}
footer {
  flex: 0 0 auto;
  background: #e9588f;
  color: #fff;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer {
    padding: 0;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  footer .container p:first-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer .container p {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    padding: 5px 0;
  }
}
footer .container a {
  color: #fff;
}
footer .container a:hover {
  text-decoration: none;
}
.breadcrumbs {
  color: #000;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 10px;
    color: #6f6f6f;
  }
}
.breadcrumbs a {
  color: #000;
  font-weight: 300;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumbs a {
    color: #6f6f6f;
  }
}
.breadcrumbs .breadcrumbs__current {
  font-weight: 300;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

