@charset "UTF-8";
/*
Theme Name:     Support Desk Click Shop
Author:         Jędrzej Meder
Template:       supportdesk
Version:        2.0
*/
/*
**** base ****
1. Fonts
2. App Colors
3. Organisms
  3.1 Main
    3.1.1 Section
    3.1.2 Container
    3.1.3 Category Header
  3.2 Services section
  3.3 Popular question section
  3.4 Forum section
4. Molecules
5. Atoms
6. Common
  6.1 Navbar
  6.2 Breadcrumbs
7. Utilities

**** pages ****
  1. Homepage
  2. st_Category pages
  3. Archive
  4. Contact
  5. Single st_kb
  6. 404 page
  7. Tag page
  8. Category page
*/
/* = Fonts
-------------------------------------------------------------- */
/* Rawson */
/* Rawson */
@font-face {
  font-family: "Rawson";
  font-weight: 100;
  font-display: auto;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Rawson";
  font-weight: 300;
  font-display: auto;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Light.otf") format("opentype");
}
@font-face {
  font-family: "Rawson";
  font-weight: 500;
  font-display: auto;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Rawson";
  font-weight: 600;
  font-display: auto;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Rawson";
  font-weight: 900;
  font-display: auto;
  src: url("/wp-content/themes/supportdesk_cs/fonts/Rawson-Set-OT/Rawson-Bold.otf") format("opentype");
}
html, body {
  font-family: "Rawson";
  overflow-x: hidden;
  position: relative;
}
/* = App Colors
-------------------------------------------------------------- */
/* = 3. Organisms
-------------------------------------------------------------- */
.o-section {
  padding: 45px 0 45px 0;
  width: 100%;
}
.o-section__white {
  background-color: #fff;
}
.o-section__blue-light {
  background-color: #e9eef2;
}
.o-section__blue-dark {
  background-color: #d9e1e7;
}
.o-container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 0.625rem;
}
.o-centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-category-header {
  background: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/homepage-header-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.o-category-header--links {
  color: #697b8c !important;
}
.o-category-header--links__item {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #697b8c !important;
  text-decoration: underline;
  font-weight: 600;
}
.o-category-header--links__item:hover {
  color: #e20000 !important;
}
@media only screen and (max-width: 750px) {
  .o-category-header {
    margin-bottom: 2rem;
    background-size: cover;
  }
}
.o-category-header--livesearch {
  padding: 40px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  .o-category-header--livesearch {
    margin-top: 60px;
  }
}
.o-category-header--livesearch-header {
  color: #312f2f;
}
@media only screen and (max-width: 750px) {
  .o-category-header--livesearch-header {
    margin: 20px 0;
  }
}
.o-category-header--livesearch-header__main {
  font-size: 2rem;
  font-weight: 900;
}
.o-category-header--livesearch-header__subtext {
  font-size: 1rem;
  font-weight: 500;
}
.o-category-main--header {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: url(../images/common/bg-banner.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
.o-category-main--header h1 {
  color: #1b1b1b;
  margin-bottom: 0;
}
.o-category-main--header p {
  color: #1b1b1b;
  font-weight: 600;
}
.o-footer .footer--container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.o-footer .footer--container .col-fourth {
  width: calc(100%/4);
}
@media only screen and (max-width: 750px) {
  .o-footer .footer--container .col-fourth {
    width: calc(100%/2);
    padding-right: 22px;
  }
}
.o-footer .footer--container .col-fourth .widget-title {
  color: #adbac5;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
  margin-bottom: 1rem !important;
}
.o-footer .footer--container .col-fourth .widget-title span {
  background: transparent;
}
.o-footer .widget_nav_menu li a {
  display: inline-block;
  color: #fff;
  padding: 5px 0;
}
.o-footer .menu .footer-menu-img {
  height: 30px;
  background-repeat: no-repeat;
  background-position: left;
}
.o-footer .menu .footer-menu-img a {
  display: none;
}
.o-footer .menu .footer-menu-img__acronis {
  background-image: url("../images/partners/acronis.svg");
}
.o-footer .menu .footer-menu-img__google {
  background-image: url("../images/partners/google.svg");
}
.o-footer .menu .footer-menu-img__microsoft {
  background-image: url("../images/partners/microsoft.svg");
}
.o-footer .menu .footer-menu-img__odin {
  background-image: url("../images/partners/odin.svg");
}
.o-footer .menu .footer-menu-img__ox {
  background-image: url("../images/partners/ox.svg");
}
.o-footer .menu .footer-menu-img__payu {
  background-image: url("../images/partners/payu.svg");
}
.o-footer .menu .footer-menu-img__mastercard {
  background-image: url("../images/partners/logo-mastercard.svg");
}
.o-footer .menu .footer-menu-img__masterpass {
  background-image: url("../images/partners/logo-masterpass.svg");
}
.o-footer .menu .footer-menu-img__cloudblue {
  background-image: url("../images/partners/logo-cloudblue.png");
  height: 37px;
  margin: 0 0 15px;
}
.o-allCategories--wrapper {
  display: flex;
  flex-flow: row wrap;
}
.o-allCategories--wrapper .m-allCategories--items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .o-allCategories--wrapper .m-allCategories--items__header {
    flex-flow: column;
  }
}
.o-allCategories--wrapper .m-allCategories--items__headerText {
  font-size: 1.4rem;
  font-weight: 600;
  color: #312f2f;
}
.o-allCategories--wrapper .m-allCategories--item-list {
  list-style-type: none;
  padding: 0 0 0 18px;
  display: inline-block;
}
.o-allCategories--wrapper .m-allCategories--item-list li {
  margin: 0 0 15px;
  padding-left: 18px;
  line-height: 18px;
  position: relative;
}
.o-allCategories--wrapper .m-allCategories--item-list li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -5px;
  background-size: cover;
  top: -4px;
}
.o-allCategories--wrapper .m-allCategories--item-list--link {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1rem;
}
.o-allCategories--wrapper .m-allCategories--item-list--link:hover {
  text-decoration: none;
  color: #e20000;
}
/* = services section
-------------------------------------------------------------- */
.o-services-section .m-container .m-services-title {
  color: #1b1b1b;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.o-services-section .m-container .m-services-title span {
  color: #e20000;
  margin-right: 0.3rem;
}
.o-services-section .m-container .m-services-title:before, .o-services-section .m-container .m-services-title:after {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background: #c9d3db;
  content: "";
}
.o-services-section .m-container .m-services-title:before {
  margin-right: 1.875rem;
}
.o-services-section .m-container .m-services-title:after {
  margin-left: 1.875rem;
}
.o-services-section .m-container .m-services-columns {
  padding: 0;
  display: flex;
  justify-content: left;
  list-style: none;
  flex-wrap: wrap;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col {
  width: calc(100%/6);
  padding-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .o-services-section .m-container .m-services-columns .m-fixed-columns__col {
    width: calc(100%/3);
  }
}
@media only screen and (max-width: 750px) {
  .o-services-section .m-container .m-services-columns .m-fixed-columns__col {
    width: 50%;
  }
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services {
  text-align: center;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__title {
  margin-bottom: 0.125rem;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__title:hover {
  text-decoration: none;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__value {
  margin: 0;
  color: #1b1b1b;
  font-weight: 700;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services__subtext {
  color: #c9d3db;
  font-size: 0.75rem;
  margin: 0;
}
.o-services-section .m-container .m-services-columns .m-fixed-columns__col .m-services img {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.o-services-section .m-container .m-services-columns__hidden {
  display: none;
}
.o-services-section .m-container .m-services-toggle {
  text-align: center;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn {
  position: relative;
  color: #1b1b1b;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e20000;
  position: absolute;
  top: 50%;
  right: -20px;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn-top {
  position: relative;
  color: #1b1b1b;
}
.o-services-section .m-container .m-services-toggle .a-services-toggle__btn-top:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e20000;
  position: absolute;
  top: 50%;
  right: -20px;
}
/* =  tripleListOfArticles
-------------------------------------------------------------- */
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header {
  margin-bottom: 1rem;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header .m-tripleListOfArticles-title {
  color: #1b1b1b !important;
}
@media only screen and (max-width: 750px) {
  .o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header {
    margin-bottom: 0rem;
  }
  .o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .a-section-header h2 {
    margin-bottom: 0;
  }
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box {
  margin: 0.2rem 0;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box .m-tripleListOfArticles-link {
  color: #1b1b1b;
  font-size: 1rem;
}
.o-tripleListOfArticles--section .m-tripleListOfArticles-content--wrapper .m-tripleListOfArticles-content--box .m-tripleListOfArticles-link:visited {
  color: #1b1b1b;
}
/* =  Popular question section
-------------------------------------------------------------- */
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box img {
  width: 100%;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.5s ease;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s ease;
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text {
  z-index: 1;
  position: absolute;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text {
    text-align: center;
  }
}
.o-notification--section .m-notification--container .m-notification--sidebar .a-notification--sidebar__img-box .notification--img-text span {
  color: #e20000;
}
.o-notification--section .m-notification--container .m-notification--header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.o-notification--section .m-notification--container .m-notification--header h2 {
  margin: 0 0 36px 0 !important;
  font-size: 32px;
  font-weight: 600;
}
.o-notification--section .m-notification--container .m-notification--header span {
  color: #e20000;
}
.o-notification--section .m-notification--container .m-notification-content--container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-date {
  font-weight: 600;
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-date--box {
  text-align: center;
  width: 64px;
  height: 64px;
  border: 1px solid #e9eef2;
  color: #312f2f;
  border-radius: 6px;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-date--box {
    margin: 0 auto;
  }
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-date--box span {
  display: block;
  padding: 0;
  margin: 0 0 0.1rem 0;
  font-size: 39px;
  line-height: 1;
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-text {
  margin: 0 30px 0 35px;
}
@media only screen and (max-width: 750px) {
  .o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-text {
    margin: 0;
  }
}
.o-notification--section .m-notification--container .m-notification-content--container .m-notification-post-text a {
  color: #e20000;
}
.o-notification--section .m-notification--container .m-notification-content--container a {
  color: #1b1b1b;
  border-bottom: 0;
  text-decoration: none;
  font-weight: 600;
}
.o-notification--section .m-notification--container .m-notification-content--container a::after {
  background: none;
}
.o-notification--section .m-notification--container .m-notification-content--container a:hover {
  text-decoration: none;
}
.o-notification--section .m-notification--container .m-notification-content--box {
  margin-bottom: 1.5rem;
}
.o-notification--section .m-notification--container .m-notification-content--box article {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .o-notification--section .m-notification--container .m-notification-content--box article {
    flex-direction: column;
    margin-top: 20px;
  }
}
.o-notification--section .m-notification--container .m-notification-content--box h3 {
  margin: 0 0 0.5rem 0;
}
.o-notification--section .m-notification--container .m-notification-content--box h3 a {
  font-weight: 800;
  color: #333333 !important;
}
@media only screen and (max-width: 750px) {
  .o-notification--section .m-notification--container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
/* = Forum section
-------------------------------------------------------------- */
.o-forum--section .m-forum-header {
  margin: 20px 0;
}
.o-forum--section .m-forum-header .a-forum-header--btn {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  .o-forum--section .m-forum-header .a-forum-header--btn {
    justify-content: flex-start;
    margin: 1rem 0;
  }
}
.o-forum--section .m-forum-header .a-forum-header--btn a:visited {
  color: #312f2f;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item {
  margin: 20px 0;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-avatar--box {
  text-align: center;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-avatar--box__img {
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-avatar--box__nickname {
  text-align: center;
  color: #697b8c;
  font-weight: 400;
  word-break: break-all;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content {
  color: #1b1b1b;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__title a {
  color: #1b1b1b;
}
.o-forum--section .m-forum-box--container .m-forum-box--container__item .a-forum-content--box .a-forum--content__text a {
  color: #b00000;
}
/* = featuredQuestion section
-------------------------------------------------------------- */
.o-section--featuredQuestion {
  padding: 25px 0;
}
.o-section--featuredQuestion .m-container--featuredQuestion .a-featuredQuestion--header {
  padding-bottom: 20px;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__item {
  display: none;
  margin-bottom: 2rem;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 100%;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .slide {
  cursor: pointer;
  font-size: 2rem;
  margin: 0 1rem;
  color: #adbac5;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption-dot {
  height: 1rem;
  width: 1rem;
  padding: 0;
  margin: 0 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption__red {
  background-color: #e20000;
  border: none;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .slider-caption .caption:hover {
  background-color: #fff;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
}
@media only screen and (max-width: 750px) {
  .o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail {
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin: 20px 0;
    border: none;
  }
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail img {
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--thumbnail img {
    border-radius: 0;
  }
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--header {
  margin: 0;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--title {
  color: #1b1b1b;
}
.o-section--featuredQuestion .m-container--featuredQuestion .m-featuredQuestion__questions .m-featuredQuestion__question--content-link {
  color: #e20000;
}
.o-related-posts {
  padding: 2rem 0;
}
.o-related-posts--header {
  margin-bottom: 2.2rem;
}
.o-related-posts .related-post--wrapper {
  height: 100%;
}
.o-related-posts .related-post--box {
  background-color: #e9eef2;
  padding: 1.5rem;
  min-height: 275px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
@media only screen and (max-width: 750px) {
  .o-related-posts .related-post--box {
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.o-related-posts .related-post--header h3 {
  margin: 0;
}
.o-related-posts .related-post--header a {
  color: #1b1b1b;
}
.o-related-posts .related-post--content {
  margin: 2rem 0;
}
.o-related-posts .related-post--link {
  text-align: right;
}
/* = Molecules
-------------------------------------------------------------- */
.category--livesearch-bottom {
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .category--livesearch-bottom {
    flex-flow: column;
  }
  .category--livesearch-bottom .category--livesearch-bottom--or {
    text-align: center;
    margin: 20px 0;
  }
}
/* = Atoms
-------------------------------------------------------------- */
.a-page-header {
  padding: 40px 0 0 0;
}
.a-page-header h1 {
  color: #1b1b1b;
}
.a-section-header {
  align-items: center;
}
.a-section-header h2 {
  font-size: 1.7rem;
  margin: 0;
}
.a-section-header h2 span {
  font-size: 1.9rem;
  color: #e20000;
}
@media only screen and (max-width: 750px) {
  .a-section-header {
    flex-flow: column;
    align-items: flex-start;
  }
  .a-section-header h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.a-btn {
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#181818));
  background-image: linear-gradient(180deg, #323232, #181818);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.125rem solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-position 0.4s, -webkit-box-shadow 0.4s;
  transition: background-position 0.4s, -webkit-box-shadow 0.4s;
  transition: background-position 0.4s, box-shadow 0.4s;
  transition: background-position 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  background-size: 0.0625rem calc(200% + 1rem);
  text-shadow: 0 0.0625rem 0.375rem rgba(27, 27, 27, 0.24);
  -webkit-box-shadow: 0 0.125rem 0.3125rem rgba(105, 123, 140, 0.2);
  box-shadow: 0 0.125rem 0.3125rem rgba(105, 123, 140, 0.2);
  white-space: nowrap;
  transition: all 0.5s;
}
.a-btn:hover {
  text-decoration: none;
}
.a-btn--big {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  padding: 9px 25px;
}
.a-btn--medium {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  padding: 7px 20px;
}
.a-btn--small {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  padding: 5px 20px;
}
.a-btn--supersmall {
  font-size: 12px;
  height: 30px;
  padding: 4px 14px;
}
.a-btn--max-width {
  width: 100%;
}
.a-btn--frame-white {
  border-color: #adbac5;
  color: #312f2f;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
  background-image: linear-gradient(180deg, #fff, #f7f7f7);
  text-shadow: none;
}
.a-btn--frame-white:hover {
  border-color: #363d40;
}
.a-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.a-link:hover {
  text-decoration: none;
}
.a-link:after {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  content: "";
  width: 100%;
  height: 0.125rem;
  margin-top: 0.125rem;
}
.a-link:hover:after {
  -webkit-transform: scaleY(1.5) translateY(0.125rem);
  -ms-transform: scaleY(1.5) translateY(0.125rem);
  transform: scaleY(1.5) translateY(0.125rem);
}
.a-link:after {
  background-color: #e20000;
}
.a-link--gray:after {
  background-color: #d9e1e7;
}
@media only screen and (max-width: 750px) {
  .a-link-mobile:after {
    background-color: transparent;
  }
}
.a-article--tags {
  position: relative;
  padding: 0 0 1rem 0;
}
.a-article--tags__list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.a-article--tags__list:before {
  content: "Słowa kluczowe: ";
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #1b1b1b;
  border-bottom: 2px solid #e20000;
}
.a-article--tags__list-item {
  margin-right: 2rem;
}
.a-article--tags__list-item a {
  font-size: 1rem;
  font-weight: 600;
  color: #adbac5;
}
.a-article--tags__list-item a:hover {
  border-bottom: 2px solid #e20000;
}
/* = Common
-------------------------------------------------------------- */
.o-navbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 99;
  border-bottom: 2px solid #adbac5;
}
@media only screen and (max-width: 992px) {
  .o-navbar {
    display: none;
  }
}
.o-navbar .m-navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-navbar .m-navbar-container .logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.o-navbar .m-navbar-container .logo-container p {
  font-size: 0.7rem;
  line-height: 1;
  color: #312f2f;
}
.o-navbar .m-navbar-container .logo-container-back {
  margin-left: 1.15rem;
  line-height: 1;
}
.o-navbar .m-navbar-container .logo-container .logo-fb-like-box {
  margin-left: 15px;
}
.notificationBox {
  position: absolute;
  right: -10px;
  background: #e20000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e20000;
  line-height: 11px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  z-index: 999;
}
@media only screen and (max-width: 750px) {
  .notificationBox {
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 15px;
  }
}
.primary-nav-mobile {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.primary-nav-mobile--container {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.primary-nav-mobile--container p {
  font-size: 0.7rem;
  line-height: 1;
  color: #312f2f;
}
.sidebar-left {
  flex-flow: row-reverse;
}
.sidebar-right {
  flex-flow: row;
}
.m-breadcrumbs {
  padding: 20px 0;
}
.m-breadcrumbs--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  display: inline-block;
}
.m-breadcrumbs--list .sep, .m-breadcrumbs--list .delimiter1 {
  margin: 0 5px;
}
.m-breadcrumbs--list li {
  float: left;
}
.m-breadcrumbs--list li-item {
  color: #312f2f;
}
.cat_buttons {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.cat_buttons--container {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.cat_buttons--container .cbs_button {
  font-weight: 800;
  color: #1b1b1b;
  font-size: 1rem;
  width: auto;
  margin: 4px 12px 4px 0;
}
.m-sidebar-img-box-with-button {
  display: flex;
  flex-flow: column;
  position: relative;
}
.m-sidebar-img-box-with-button img {
  width: 100%;
}
.m-sidebar-img-box-with-button__text-container {
  background-color: #e9eef2;
  padding: 15px;
}
.m-sidebar-img-box-with-button__text {
  margin-bottom: 1rem;
}
.o-contact-box {
  padding: 2rem 0 4rem;
  background-color: #fff;
}
.o-contact-box .m-contact-box--container {
  background: #e9eef2;
  padding: 25px;
}
@media only screen and (max-width: 750px) {
  .o-contact-box .m-contact-box--container {
    flex-flow: column;
    align-items: flex-start;
  }
}
.o-infobox {
  padding: 25px;
  background-color: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/blob-do-you-know.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .o-infobox {
    background-position: right top;
  }
  .o-infobox .m-infobox-content--btn {
    margin-top: 20px;
  }
}
.o-infobox .m-infobox--header {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 20px;
}
.o-infobox .m-infobox-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
}
@media only screen and (max-width: 750px) {
  .o-infobox .m-infobox-content {
    flex-flow: column;
  }
}
/* = Widgets
-------------------------------------------------------------- */
.widget-title {
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.category-sidebar {
  background-color: #e9eef2;
}
.category-sidebar--img {
  width: 100%;
}
.category-sidebar--textContainer {
  padding: 20px;
}
.category-sidebar--textContainer p {
  margin: 10px 0;
}
.widget_rss .widget-title {
  padding: 0;
  margin: 1rem 0;
}
.widget_rss ul li {
  background: rgba(0, 0, 0, 0) url(../images/kb-small.png) no-repeat 15px 5px;
  margin: 0 0 5px;
  padding-left: 40px;
  line-height: 25px;
}
.st_kb_categories_widget {
  background: #e9eef2;
  background-image: url("/wp-content/themes/supportdesk_cs/images/common/blob-kategorie.svg");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 25px 15px;
}
.st_kb_categories_widget .widget-title {
  margin: 0;
}
.st_kb_categories_widget__hardcoded ul li {
  padding-left: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.st_kb_categories_widget__divider hr {
  margin: 10px 0;
  height: 1px;
  background: #697b8c;
}
.st_kb_categories_widget--list .current-cat > a {
  color: #e20000;
}
.st_kb_categories_widget--list li {
  padding-left: 20px;
  margin: 10px 0;
  font-weight: 600;
}
.st_kb_categories_widget--list li .children li {
  font-weight: 500;
}
.yoast-breadcrumb--container {
  margin: 0 auto 1.5rem 0;
  background-color: #e9eef2;
  padding: 1.5rem 0;
}
.yoast-breadcrumb--container a, .yoast-breadcrumb--container a:visited, .yoast-breadcrumb--container a:hover {
  color: #1b1b1b;
}
.helpful-block-content {
  background: #fff;
  border-top: 2px solid #adbac5;
  border-bottom: 2px solid #adbac5;
}
/* = Utilities
-------------------------------------------------------------- */
.space-between {
  display: flex;
  justify-content: space-between;
}
.push-end {
  display: flex;
  justify-content: flex-end;
}
.page-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .page-wrapper {
    padding-top: 40px;
  }
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-padding-0 {
  padding: 0 !important;
}
/*
============================
=========== homepage =======
============================
*/
.homepage-wrapper {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .homepage-wrapper {
    padding-top: 60px;
  }
}
.o-homepage-header-section {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  background: #f4f4f6;
  color: #fff;
  text-align: center;
  height: 423px;
}
@media only screen and (max-width: 750px) {
  .o-homepage-header-section {
    height: auto;
  }
}
.o-homepage-header-section .m-homepage-header--container-fluid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 40px 0 40px 0;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text {
  color: #1b1b1b;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__main {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__main {
    text-align: center;
  }
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__sub {
  font-size: 1.5rem;
  color: #312f2f;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--text__sub-bottom {
  font-size: 1.2rem;
}
.o-homepage-header-section .m-homepage-header--container-fluid .o-search {
  margin: 20px auto 20px;
  max-width: 780px;
}
.o-homepage-header-section .m-homepage-header--container-fluid .o-search--form {
  border-radius: 4px;
}
.o-homepage-header-section .m-homepage-header--container-fluid .o-search--form__input {
  height: auto !important;
  padding: 20px 30px !important;
}
.o-homepage-header-section .m-homepage-header--container-fluid .o-search--form__input::placeholder {
  font-size: 18px;
}
@media only screen and (max-width: 420px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .o-search--form__input {
    padding: 20px 30px 20px 60px !important;
    background: url("/wp-content/themes/supportdesk_cs/images/lupa-search-x1.svg") no-repeat 25px center !important;
  }
}
.o-homepage-header-section .m-homepage-header--container-fluid .o-search--form__submit {
  font-size: 18px;
  font-weight: bold;
  padding: 0 50px !important;
}
@media only screen and (max-width: 420px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .o-search--form__submit {
    display: none;
  }
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--livesearch {
  margin: 20px 0;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links {
  color: #697b8c;
  max-width: 50%;
  margin: 0 auto;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links__item {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #697b8c;
  text-decoration: underline;
  font-weight: 600;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links__item:hover {
  color: #e20000 !important;
}
.o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links__item::first-child {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links {
    max-width: 72%;
  }
}
@media only screen and (max-width: 992px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links {
    max-width: 85%;
  }
}
@media only screen and (max-width: 750px) {
  .o-homepage-header-section .m-homepage-header--container-fluid .homepage-header--links {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .o-homepage-header-section {
    background-image: none;
  }
}
/* = 3. Category page
-------------------------------------------------------------- */
.o-category-content-container {
  display: flex;
  flex-flow: row-reverse wrap;
}
.o-category-content-container .o-category--section {
  width: 70%;
  margin-left: 5%;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category--section {
    width: 100%;
    margin-left: 0;
  }
}
.o-category-content-container .o-category--section .kb-category-list {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item {
  width: 45%;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item {
    width: 100%;
  }
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header {
    flex-flow: column;
    align-items: unset;
  }
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-main-list--item .kb-category-list--items__header-text a {
  font-size: 1.5rem;
  color: #1b1b1b;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item {
  margin: 0.2rem 0;
  position: relative;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -10px;
  background-size: cover;
  top: -4px;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item__img {
  box-shadow: 2px 2px 2px #eee;
}
.o-category-content-container .o-category--section .kb-category-list .kb-category-list--item-container .kb-category-list--item .kb-category-list--item-title {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list {
  width: 100%;
  padding: 1rem 0;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list article h2 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  padding: 0 20px;
  display: block;
  margin-bottom: 0;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list article h2 a:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -5px;
  background-size: cover;
  top: 0px;
}
.o-category-content-container .o-category--section .kb-category-list .kb-all-from-category-list article .entry-text {
  color: #697b8c;
  margin-bottom: 1rem;
  font-size: 14px;
  list-style: none;
  padding: 0;
  line-height: 100%;
}
.o-category-content-container .o-category--section .subCategories--wrapper .a-allCategory-header {
  font-size: 2rem;
  font-weight: 900;
  border-bottom: 2px solid #e9eef2;
  margin-bottom: 2rem;
}
.o-category-content-container .o-category--section .subCategories--wrapper .a-allCategory-header span {
  color: #e20000;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box {
  margin-bottom: 2rem;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories {
  display: flex;
  flex-flow: wrap;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory {
    width: 100%;
  }
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory:nth-child(odd) {
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory:nth-child(odd) {
    padding: 0;
  }
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-title h3 a {
  color: #1b1b1b;
  font-size: 1.4rem;
  font-weight: 600;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: 100%;
  padding-left: 25px;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post {
  margin: 0.4rem 0;
  font-size: 0.9rem;
  position: relative;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: transparent url(/wp-content/themes/supportdesk_cs/images/common/ico.svg);
  left: -25px;
  background-size: cover;
  top: -4px;
}
.o-category-content-container .o-category--section .subCategories--wrapper .subcategories-box .subcategories .subcategory .subcategory-posts .subcategory-post a {
  color: #1b1b1b;
}
.o-category-content-container .o-category--section .o-infobox {
  margin-bottom: 40px;
}
.o-category-content-container .o-category--section .post .post-date {
  font-weight: 900;
}
.o-category-content-container .o-category-sidebar {
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .o-category-content-container .o-category-sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
}
/*
============================
=========== archive ========
============================
*/
.allCategories {
  display: flex;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 750px) {
  .allCategories {
    flex-flow: column;
  }
}
.allCategories--content-wrapper {
  width: 100%;
}
.allCategories aside {
  width: 30%;
  margin-right: 2%;
}
@media only screen and (max-width: 750px) {
  .allCategories aside {
    width: 100%;
  }
}
.allCategories .allCategories-container {
  margin: 20px 0;
}
@media only screen and (max-width: 750px) {
  .allCategories .allCategories-container {
    width: 100%;
  }
}
/*
============================
=========== contact ========
============================
*/
.o-contact--container {
  display: flex;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 750px) {
  .o-contact--container {
    flex-flow: column;
  }
}
.o-contact--container .o-contact--section {
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section {
    width: 100%;
  }
}
.o-contact--container .o-contact--section .o-contact-info {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.o-contact--container .o-contact--section .o-contact-info img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-info img {
    display: block;
    margin: 0 auto 20px auto;
  }
}
.o-contact--container .o-contact--section .o-contact-info h3 {
  font-size: 33px;
  font-weight: 400;
  margin: 0 0 0 40px;
  padding: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-info h3 {
    margin-left: 0;
  }
}
.o-contact--container .o-contact--section .o-contact-info p {
  font-size: 20px;
  margin: 17px 0 0 40px;
  padding: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-info p {
    display: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-info {
    flex-direction: column;
    padding: 0;
  }
}
.o-contact--container .o-contact--section .o-contact-header {
  margin: 46px 0 39px 0 !important;
  font-size: 32px;
  font-weight: 600;
}
.o-contact--container .o-contact--section .o-contact-waffle {
  display: grid;
  grid-gap: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-waffle {
    grid-template-columns: 1fr 1fr;
  }
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn {
  display: grid;
  grid-template: 1fr / 90px 1fr;
  position: relative;
  border: 1px solid #d2d7dc;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(25, 48, 82, 0.1);
  -moz-box-shadow: 0 0.25rem 0.5rem rgba(25, 48, 82, 0.1);
  box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.25rem 0.5rem;
  transition: box-shadow 0.2s ease 0s;
  -webkit-transition: 0.15s ease-in;
  -moz-transition: 0.15 ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  background: transparent url("/wp-content/themes/supportdesk_cs/images/contact/arrow.svg") no-repeat 95.5% 80%;
  background-size: auto;
  background-size: 30px 8px;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn:hover {
  box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.5rem 0.875rem;
  background-position: 97% 80%;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--img {
  display: flex;
  margin: 8px 0;
  padding: 10px 21px;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: 2px solid #e9eef2;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--img__gray-dark {
  background: #687887;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--img__gray-dark::after {
  border-left: 7px solid #687887;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--img img {
  width: 50px;
  height: 50px;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content__gray-dark {
  border: solid 2px #687887;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content-header {
  font-weight: 900;
  font-size: 1rem;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content__with-btn {
  flex-flow: row;
  height: auto;
  align-items: center;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content__with-btn {
    flex-flow: column;
    align-items: initial;
  }
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn--content span {
  font-size: 1rem;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn .anchor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.o-contact--container .o-contact--section .o-contact-waffle .m-contact-btn.m-contact-btn__wide {
  grid-column: span 2;
}
.o-contact--container .o-contact--section .m-contact-hotline-table {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 0 0 1.75rem;
}
@media only screen and (min-width: 750px) {
  .o-contact--container .o-contact--section .m-contact-hotline-table {
    grid-row: span 5;
  }
}
.o-contact--container .o-contact--section .m-contact-hotline-table--header {
  display: inline-flex;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .m-contact-hotline-table--header {
    margin-top: 1rem;
  }
}
.o-contact--container .o-contact--section .m-contact-hotline-table img {
  display: inline-flex;
  margin: 0.25rem 0.45rem 0 0;
  width: 30px;
  height: 30px;
}
.o-contact--container .o-contact--section .m-contact-hotline-table--list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.o-contact--container .o-contact--section .m-contact-hotline-table--list li {
  display: inline-flex;
  margin-bottom: 1rem;
}
.o-contact--container .o-contact--section .m-contact-hotline-table--list li:last-child {
  margin-bottom: 0;
}
.o-contact--container .o-contact--section .m-contact-hotline-table--list li span {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--section .m-contact-hotline-table--list li {
    display: flex;
  }
}
.o-contact--container .o-contact--section .m-contact-hotline-table--list strong {
  border-radius: 5px;
  border: solid 2px #bfccd5;
  padding: 2px;
  margin-right: 0.65rem;
  margin-top: 0.25rem;
  color: #fff;
  display: inline-flex;
  width: 28px;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: #bfccd5;
  font-size: 1.1rem;
}
.o-contact--container .o-contact--section .m-contact-speed-test {
  background: #adbac5;
  border: 2px solid #687887;
}
.o-contact--container .o-contact--section .m-contact--content .a-contact--steps .a-contact-steps--header {
  margin: 0 !important;
  text-align: left;
}
.o-contact--container .o-contact--section .m-contact--content .a-contact--steps-list li {
  margin: 0 0 4px 0;
}
.o-contact--container .o-contact--aside {
  width: 20%;
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 750px) {
  .o-contact--container .o-contact--aside {
    width: 100%;
    margin-right: 0;
  }
}
.o-contact--container .o-contact--aside .widget-title {
  display: inline-block;
  margin: 45px 0 38px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 300;
  border-bottom: 1px solid #e20000;
  padding: 0 0 15px;
  line-height: 26px;
  color: #312f2f;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget {
  text-align: center;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-company {
  font-size: 1.2rem;
  margin: 30px 0 6px 0;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact {
  display: flex;
  flex-flow: column;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact-header {
  font-size: 1.4rem;
  width: 100%;
  color: #1b1b1b;
  margin: 20px 0 3px 0;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact p {
  font-size: 0.7rem;
  color: #999;
  margin: 6px 0;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact span a {
  font-size: 1.8rem;
  color: #e20000;
  font-weight: 600;
}
.o-contact--container .o-contact--aside .o-contact--aside-widget .a-contact--aside-contact span a small {
  font-size: 1.2rem;
}
.o-contact--container .o-contact--aside .m-aside--premium-ico {
  position: relative;
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin: -41px 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px 1px rgba(25, 48, 82, 0.1);
  -moz-box-shadow: 0 4px 6px 1px rgba(25, 48, 82, 0.1);
  box-shadow: 0 4px 6px 1px rgba(25, 48, 82, 0.1);
}
.o-contact--container .o-contact--aside .m-aside--premium-ico img {
  width: 45px;
  height: auto;
}
.o-contact--container .o-contact--aside .m-aside--premium-header {
  position: relative;
}
.o-contact--container .o-contact--aside .m-aside--premium-header-text {
  margin: 0;
  padding: 14px 0 0 13px;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1b1b1b;
  -webkit-transition: 0.15s ease-in;
  -moz-transition: 0.15 ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.o-contact--container .o-contact--aside .m-aside--premium-text {
  padding: 0 0 6px 13px;
  font-size: 16px;
}
.o-contact--container .o-contact--aside .m-aside--premium-btn {
  margin: 10px 11px 11px 11px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background: #e20000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 900;
}
.o-contact--container .o-contact--aside .m-aside--premium-btn:hover {
  background: #c00000;
}
/*
============================
========= single ===========
============================
*/
.o-single--section {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .o-single--section {
    flex-flow: column-reverse;
  }
}
.o-single--section aside {
  width: 25%;
  margin-right: 5%;
}
@media only screen and (max-width: 750px) {
  .o-single--section aside {
    width: 100%;
  }
}
.o-single--section article {
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .o-single--section article {
    width: 100%;
  }
}
/*
============================
====== single st_kb ========
============================
*/
.o-article--container {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 750px) {
  .o-article--container {
    flex-flow: column;
  }
}
.o-article--container .m-article--section {
  width: 80%;
  max-width: 800px;
}
@media only screen and (max-width: 750px) {
  .o-article--container .m-article--section {
    width: 100%;
  }
}
.o-article--container .m-article--section .a-article--title {
  color: #1b1b1b;
  font-size: 1.4rem;
}
.o-article--container .m-article--section .a-article-header h1 {
  margin-bottom: 0.5rem;
}
.o-article--container .m-article--section .a-article-header .post-date {
  margin-bottom: 1rem;
}
.o-article--container aside {
  width: 25%;
  margin-left: 5%;
}
@media only screen and (max-width: 750px) {
  .o-article--container aside {
    width: 100%;
    margin-left: 0;
  }
}
/*
============================
======== page 404 ==========
============================
*/
.o-page-404 {
  background: #e9eef2;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.o-page-404 .m-page-404--search {
  display: flex;
  flex-flow: column;
}
.o-page-404 .m-page-404--search #ajaxsearchpro1_1, .o-page-404 .m-page-404--search #ajaxsearchpro1_2, .o-page-404 .m-page-404--search div.asp_m.asp_m_1 {
  margin: 2rem 0 1rem 0;
}
/*
============================
======== tag page ==========
============================
*/
.o-tags--page .o-tags--container {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 750px) {
  .o-tags--page .o-tags--container {
    flex-flow: column;
  }
}
.o-tags--page .o-tags--container .o-tags--section {
  padding-bottom: 4rem;
  width: 70%;
  display: inline-block;
}
.o-tags--page .o-tags--container .o-tags--section .entry-tags {
  margin-top: 1rem;
  margin-left: 0;
}
.o-tags--page .o-tags--container .o-tags--section article {
  margin: 0 0 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 750px) {
  .o-tags--page .o-tags--container .o-tags--section {
    width: 100%;
  }
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-header {
  display: inline-block;
  border-bottom: 2px solid #e20000;
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-label {
  font-size: 1.5rem;
  margin-top: 0.67rem;
  font-weight: 600;
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-title {
  color: #1b1b1b;
}
.o-tags--page .o-tags--container .o-tags--section .a-tag-link {
  text-align: right;
}
.o-tags--page .o-tags--container aside {
  width: 25%;
  margin-left: 5%;
}
@media only screen and (max-width: 750px) {
  .o-tags--page .o-tags--container aside {
    width: 100%;
    margin-left: 0;
  }
}
/*
============================
======= search page ========
============================
*/
.o-search {
  max-width: 600px;
  margin: 20px 0 10px 0;
  box-shadow: none;
}
.o-search--page {
  margin: 0;
}
.o-search--header {
  margin: 15px auto 10px auto;
}
.o-search--form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
  border: 2px solid #e20000;
  background: #fff;
}
.o-search--form__input {
  font-weight: normal;
  font-size: 18px;
  line-height: 17px;
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 44px;
  position: relative;
  z-index: 2;
  padding: 2px 20px 0 20px !important;
  margin: -1px 0 0 -4px !important;
  width: 100%;
  background: transparent !important;
}
.o-search--form__input::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.85;
}
.o-search--form__submit {
  width: auto;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.o-search-header {
  font-size: 34px !important;
  color: #1b1b1b !important;
  font-weight: 900 !important;
  margin-bottom: 25px !important;
}
.o-search-header--keywords {
  display: inline-block;
  padding: 5px 0 0 0;
  color: #e20000;
}
.o-search-stats {
  font-size: 15px;
  color: #1b1b1b;
}
.o-search-result {
  color: #1b1b1b;
}
.o-search-result--title {
  font-size: 19px;
  font-weight: 900;
  color: #1b1b1b !important;
  border-bottom: 0 !important;
}
.o-search-result--title b {
  color: #e20000;
}
.o-search-result--title:hover {
  border-bottom: 2px solid #e20000 !important;
}
.o-search-result--link {
  font-size: 15px;
  color: #adbac5 !important;
  border-bottom: 0 !important;
}
.o-search-result p {
  text-align: left;
}
.o-search-snippet {
  display: flex;
  justify-content: flex-start;
  margin: 5px 0 20px 0;
}
.o-search-snippet--thumbnail {
  box-sizing: content-box;
  width: 70px;
  height: 41px;
  border: 2px solid #d9e1e8;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.o-search-snippet--thumbnail__img {
  padding: 0 !important;
  margin: 0 auto !important;
  vertical-align: middle;
}
.o-search-snippet--text {
  color: #697b8c;
}
.o-search-divider {
  border: 0;
  border-bottom: 2px solid #e9eef2;
}
.o-search-pagination {
  margin: 10px 0 80px 0;
}
.o-search-pagination-page {
  display: inline-block;
  padding: 0 15px 0 0;
}
.o-search-pagination-page__link {
  font-size: 18px;
  color: #1b1b1b !important;
  text-decoration: none;
  border: 0 !important;
}
.o-search-pagination-page__link:hover {
  border-bottom: 2px solid #e20000 !important;
  color: #e20000 !important;
}
.o-search-pagination-page__current .o-search-pagination-page__link {
  color: #e20000 !important;
}
.sidebar-search-add {
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .sidebar-search-add {
    display: flex;
    margin: 40px 0 45px 0;
  }
  .sidebar-search-add .pomoc-sidebar-search {
    margin: 0 auto;
  }
}
