/*!
Theme Name: instalki
Theme URI: http://underscores.me/
Author: Art
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: instalki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

instalki is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/* Medium. Above 48em (768px) */
@media only screen and (min-width: 768px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* Large. Above 62em (992px) */
@media only screen and (min-width: 992px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .row {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* Extra large. Above 75em (1200px) */
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .row {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-35,
  .col-lg-4,
  .col-lg-5,
  .col-lg-55,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-85,
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-35 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-55 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-85 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.container-fluid {
  max-width: 1310px;
}

.grecaptcha-badge {
  display: none;
}

.site-header {
  background: #212121;
  color: #fff;
}

.site-header .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .site-header .container-fluid {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header .site-branding {
  line-height: 1;
  margin-right: 18px;
}

.site-header .site-search-social {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .site-search-social > div,
.site-header .site-search-social > section {
  margin: 0 20px;
}

.site-header .site-search-social > div:last-child,
.site-header .site-search-social > section:last-child {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .site-header .site-search-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .site-header .site-search-social > div,
  .site-header .site-search-social > section {
    margin: 10px 0;
  }
  .site-header .site-search-social .pe-widget-social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0;
  }
}

.site-header .site-search-social .top-right-mobile {
  display: none;
}

@media (max-width: 991px) {
  .site-header .main-navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header .site-search-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header .site-search-social .pe-widget-social {
    display: none;
  }
  .site-header .site-search-social .widget_wgs_widget {
    width: 0;
    overflow: hidden;
  }
  .site-header .site-search-social .top-right-mobile {
    display: block;
  }
  .site-header .site-search-social .top-right-mobile button {
    border: none;
    padding: 0;
    margin: 0;
    height: 44px;
    width: 44px;
    line-height: 1;
    background: none;
  }
  .site-header .site-search-social .top-right-mobile button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .site-header .site-search-social.search-open .widget_wgs_widget {
    width: 100%;
  }
  .site-header .site-search-social.search-open .top-right-mobile {
    display: none;
  }
}

#grey-navigation {
  background: #e9eef1;
  color: #000;
}

@media (max-width: 991px) {
  #grey-navigation {
    display: none;
  }
}

#header {
  margin: 16px 0 0;
}

#content {
  padding: 17px 0;
}

#bottom .widget {
  margin: 0 0 16px;
}

#footer {
  padding: 20px 0;
  background: #353637;
  color: #fff;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  color: #f16203;
}

.site-footer {
  background: #252525;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #f16203;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #393e47;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #201f1f;
  margin: 1em 0;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}

header h1,
.widget .widget-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 5px;
  margin: 0 0 25px;
  position: relative;
}

header h1:before,
.widget .widget-title:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: auto;
  display: block;
  width: 50px;
  height: 2px;
  background: #e51515;
}

p {
  margin: 0;
}

p + * {
  margin: 1.5em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 16px;
  font-size: 1.6rem;
}

abbr, acronym {
  border-bottom: 1px dotted #444;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1em 0 1em 0.1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin: 0;
  border: none;
  text-decoration: none;
  background: #f16203;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #fc6f11;
}

.btn:focus, .btn.active, .btn:active,
button:focus,
button.active,
button:active,
input[type="button"]:focus,
input[type="button"].active,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"].active,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"].active,
input[type="submit"]:active {
  outline: 0;
}

.btn.disabled, .btn[disabled],
button.disabled,
button[disabled],
input[type="button"].disabled,
input[type="button"][disabled],
input[type="reset"].disabled,
input[type="reset"][disabled],
input[type="submit"].disabled,
input[type="submit"][disabled] {
  cursor: default;
  opacity: .65;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  font: inherit;
  color: #444;
  padding: 10px;
  line-height: 20px;
  border: 1px solid #f2f2f2;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #ddd;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #201f1f;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #f16203;
}

a:focus, a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#site-navigation .wp-megamenu-wrap li > a .fa {
  color: #f16203;
  font-size: 12px;
  margin-left: 2px;
}

#site-navigation .wp-megamenu-wrap li > a:hover,
#site-navigation .wp-megamenu-wrap .current-menu-item > a {
  background: #303030;
}

#site-navigation .wp-megamenu-wrap .wpmm-hide-desktop {
  display: none;
}

#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu {
  position: static;
}

#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
  position: static;
}

#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  color: #201f1f;
}

#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu li > a:hover,
#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu .current-menu-item > a {
  background: none;
}

#site-navigation .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-hide-desktop {
  display: block;
}

#site-navigation {
  font-family: 'Oswald', sans-serif;
}

#page .mega-menu-wrap li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: #f16203 !important;
}

#grey-navigation ul.menu {
  overflow: hidden;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

#grey-navigation ul.menu li {
  float: left;
  padding: 6px 8px;
}

#grey-navigation ul.menu li a {
  display: block;
}

.footer-menu {
  margin: 0 0 10px;
}

.footer-menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-menu ul.menu li {
  line-height: 1;
  border-right: 1px solid #d4d4d4;
}

.footer-menu ul.menu li:first-child {
  border-left: 1px solid #d4d4d4;
}

.footer-menu ul.menu li a {
  color: #d4d4d4;
  padding: 0 8px;
  font-size: 11px;
  line-height: 14px;
}

.footer-menu ul.menu li a:hover, .footer-menu ul.menu li a:focus {
  color: #f16203;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875px;
  font-size: 0.0875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.post:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.6em 0;
  font-size: 15px;
  color: #393e47;
  border-left: 5px solid #f74600;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
  display: block;
}

.instalki-list-program .list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.instalki-list-program .list-block .first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  background: #f0f0f0;
}

.instalki-list-program .list-block .highlight {
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  background: #f0f0f0;
}

.instalki-list-program article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  position: relative;
}

.instalki-list-program article:after {
  content: '';
  position: absolute;
  bottom: -25px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.instalki-list-program article .entry-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
  min-height: 94px;
  padding: 10px;
  background: #f5f5f5;
  margin-right: 25px;
  border-radius: 3px;
}

.instalki-list-program article .entry-icon img {
  max-height: 94px;
  min-width: 64px;
}

.instalki-list-program article .entry-icon a + .rating {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .instalki-list-program article .entry-icon {
    margin-bottom: 10px;
  }
}

.instalki-list-program article .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .instalki-list-program article .entry-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.instalki-list-program article .entry-header {
  margin: 0 0 10px;
}

.instalki-list-program article .entry-header h2 {
  display: inline;
  font-size: 36px;
  line-height: 1.1;
  color: #f74600;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
  text-transform: none;
}

.instalki-list-program article .entry-header h2 a {
  color: inherit;
}

.instalki-list-program article .entry-header h2 a:hover {
  color: #ff5512;
}

.instalki-list-program article .entry-header .version {
  margin: 0 10px 0 0;
  font-size: 24px;
  color: #f9885b;
}

.instalki-list-program article .entry-header .polish {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 18px;
}

.instalki-list-program article .entry-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8f8f8f;
  font-size: 12px;
  margin: 5px 0 0;
}

@media (max-width: 979px) {
  .instalki-list-program article .entry-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.instalki-list-program article .entry-details .sep {
  margin: 0 5px;
}

@media (max-width: 979px) {
  .instalki-list-program article .entry-details .sep {
    display: none;
  }
}

.instalki-list-program article .entry-details .file-size .size {
  font-weight: bold;
}

.instalki-list-program article .entry-download {
  padding-left: 20px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  color: #8f8f8f;
  font-size: 12px;
  position: relative;
}
.instalki-list-program article .entry-download .first_promoted_label {
  position: absolute;
  display: block;
  color: #00A86B;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .instalki-list-program article .entry-download {
    margin-top: 20px;
    padding-left: 0;
  }
  .instalki-list-program article .entry-download .first_promoted_label {
    position: relative;
    margin: 0 auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}

.instalki-list-program article .entry-download .file-downloads {
  text-align: center;
  margin: 5px 0 0;
}

.instalki-list-program article .entry-download .btn {
  background: none;
  border: 1px solid #f16203;
  border-radius: 5px;
  color: #f16203;
  padding: 13px 15px;
  padding-left: 60px;
  position: relative;
}

.instalki-list-program article .entry-download .btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("../images/download_icon_style.png") no-repeat center center;
  width: 45px;
  height: 100%;
  border-right: 1px solid #f16203;
  pointer-events: none;
}

.instalki-list-program article .entry-download .btn:hover {
  color: #201f1f;
}

.sort-block {
  background: #f0f0f0;
  border-left: 4px solid #f16203;
  margin: 0 0 25px;
  border-radius: 4px;
}

.sort-block .sort {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 25px;
}

.sort-block .sort select {
  border: 1px solid #dcdcdd;
}

.sort-block .sort li:not(.sort-limit) {
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #201f1f;
}

.sort-block .sort li:not(.sort-limit):hover {
  background: #e3e3e3;
}

.sort-block .sort li:not(.sort-limit).active {
  background: #575757;
  color: #fff;
}

@media (max-width: 767px) {
  .sort-block .sort li:not(.sort-limit) {
    font-size: 14px;
  }
}

.sort-block .sort li.sort-limit {
  padding: 10px 25px;
}

@media (max-width: 1280px) {
  .sort-block .sort li.sort-limit .label {
    display: none;
  }
}

@media (max-width: 767px) {
  .sort-block .sort li.sort-limit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .sort-block .sort li.sort-limit {
    width: 100%;
  }
}

.sort-block .sort a {
  display: block;
  color: inherit;
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .sort-block .sort a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sort-block .sort .asc a,
.sort-block .sort .desc a {
  position: relative;
  padding-left: 50px;
}

.sort-block .sort .asc a:before,
.sort-block .sort .desc a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 767px) {
  .sort-block .sort .asc a,
  .sort-block .sort .desc a {
    padding-left: 25px;
  }
  .sort-block .sort .asc a:before,
  .sort-block .sort .desc a:before {
    left: 8px;
  }
}

.sort-block .sort .desc a:before {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination-block {
  background: #f0f0f0;
  margin: 30px 0;
  border-radius: 4px;
}

.pagination-block .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 1.1;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.pagination-block .pagination li {
  padding: 8px;
}

.pagination-block .pagination li a {
  color: #044e8e;
}

.pagination-block .pagination li a:hover {
  color: #f16203;
}

.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
}

.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.categories h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #f16203;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 70px;
  position: relative;
}

.categories h2:after {
  content: '';
  position: absolute;
  left: 20%;
  right: auto;
  bottom: 0;
  height: 1px;
  width: 60%;
  background: #e1e1e1;
}

@media (max-width: 979px) {
  .categories h2 {
    font-size: 34px;
  }
}

.categories > li > ul {
  list-style: none;
  padding: 20px;
  margin: 0 0 40px;
  font-size: 18px;
  color: #4e4e4e;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categories > li > ul > li {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1280px) {
  .categories > li > ul > li {
    width: 33.33%;
  }
}

@media (max-width: 979px) {
  .categories > li > ul > li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .categories > li > ul > li {
    width: 100%;
  }
}

.categories > li > ul > li a {
  position: relative;
  padding-left: 10px;
}

.categories > li > ul > li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #f16203;
  border-radius: 50%;
}

.categories .children {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.system-categories .categories > li > ul > li > a {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  color: #f16203;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
}

.system-categories .categories > li > ul > li > a:before,
.system-categories .categories > li > ul > li > a .count {
  display: none;
}

.system-categories .categories > li > ul > li.has-image > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system-categories .categories > li > ul > li.has-image > a .image {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.system-categories .categories .children {
  margin: 0;
}

.archive .slot {
  margin: 0 0 40px;
}

#popular-posts {
  margin: 0 0 30px;
}

#popular-posts .popular-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

@media (max-width: 1280px) {
  #popular-posts .popular-list {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 979px) {
  #popular-posts .popular-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  #popular-posts .popular-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#popular-posts .popular-list .popular-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 5px 25px;
}

#popular-posts .popular-list .popular-post-in {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f7f7f7;
  border-radius: 4px;
  border-bottom: 4px solid #f16203;
}

#popular-posts .popular-list .popular-post-in > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

#popular-posts .popular-list .popular-post-in .program-icon {
  margin: 25px 0;
  padding: 0 25px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#popular-posts .popular-list .popular-post-in .program-icon img {
  max-height: 110px;
  min-width: 64px;
}

#popular-posts .popular-list .popular-post-in .program-title {
  color: #044ea0;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 15px;
  padding: 5px 10px;
}

#popular-posts .popular-list .popular-post-in .program-title a {
  color: inherit;
}

#popular-posts .popular-list .popular-post-in .program-title a:hover {
  color: #f16203;
}

#popular-posts .popular-list .popular-post-in .program-desc {
  font-size: 12px;
  padding: 10px;
  margin: 0 0 15px;
}

#popular-posts .popular-list .popular-post-in .program-license {
  background: #ecebeb;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#breadcrumbs {
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #646464;
    border-left: 5px solid #f74600;
    margin: 0 0 15px;
    padding-left: 10px;
    letter-spacing: 1px;
}

#breadcrumbs a {
  color: inherit;
}

#breadcrumbs a:hover {
  color: #f16203;
}

.blog .type-post,
.archive .type-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.blog .type-post:after,
.archive .type-post:after {
  content: "";
  display: table;
  clear: both;
}

.blog .type-post:last-child,
.archive .type-post:last-child {
  padding: 0;
  border: none;
}

@media (max-width: 767px) {
  .blog .type-post,
  .archive .type-post {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog .type-post .post-thumbnail,
.archive .type-post .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 252px;
          flex: 0 0 252px;
  margin-right: 16px;
}

.blog .type-post .post-thumbnail img,
.archive .type-post .post-thumbnail img {
  display: block;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .blog .type-post .post-thumbnail,
  .archive .type-post .post-thumbnail {
    height: 170px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog .type-post .post-thumbnail img,
  .archive .type-post .post-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.blog .type-post .entry-title,
.archive .type-post .entry-title {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .blog .type-post .entry-header,
  .archive .type-post .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .type-post .entry-header .entry-title,
  .archive .type-post .entry-header .entry-title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .blog .type-post .entry-header .entry-details,
  .archive .type-post .entry-header .entry-details {
    margin: 0;
  }
}

.blog .type-post .entry-content,
.archive .type-post .entry-content {
  margin: 0 0 15px;
}

.blog .type-post .entry-footer,
.blog .type-post .entry-details,
.archive .type-post .entry-footer,
.archive .type-post .entry-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #8f8f8f;
}

.blog .type-post .entry-footer a,
.blog .type-post .entry-details a,
.archive .type-post .entry-footer a,
.archive .type-post .entry-details a {
  color: inherit;
}

.blog .type-post .entry-footer a:hover, .blog .type-post .entry-footer a:focus,
.blog .type-post .entry-details a:hover,
.blog .type-post .entry-details a:focus,
.archive .type-post .entry-footer a:hover,
.archive .type-post .entry-footer a:focus,
.archive .type-post .entry-details a:hover,
.archive .type-post .entry-details a:focus {
  color: #212121;
}

.blog .type-post .entry-footer span + span,
.blog .type-post .entry-details span + span,
.archive .type-post .entry-footer span + span,
.archive .type-post .entry-details span + span {
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
}

.blog .type-post .entry-footer span + span:before,
.blog .type-post .entry-details span + span:before,
.archive .type-post .entry-footer span + span:before,
.archive .type-post .entry-details span + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}

.blog .type-post .post-categories li a,
.archive .type-post .post-categories li a {
  background: #f3f3f3;
  padding: 0 10px;
  line-height: 19px;
  min-width: 0;
  border-radius: 4px;
  margin-right: 12px;
}

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-categories li a {
  display: block;
  background: #212121;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 10px;
  min-width: 72px;
}

.post-categories li a:hover, .post-categories li a:focus {
  background: #545454;
}

.post-categories li + li {
  margin-left: 5px;
}

.instalki_loadmore {
  display: block;
  background: #f2f2f2;
  border-radius: 4px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  margin: 30px 0 0;
}

.instalki_loadmore:hover {
  color: inherit;
  background: #e5e5e5;
}

@media (max-width: 991px) {
  .instalki_loadmore {
    margin-bottom: 30px;
  }
}

.single-post .entry-title {
  font-size: 48px;
  color: #f74600;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .single-post .entry-title {
    font-size: 34px;
  }
}

.single-post .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
}

.single-post .entry-header .author,
.single-post .entry-header .posted-on {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #8f8f8f;
}

.single-post .entry-header .author a,
.single-post .entry-header .posted-on a {
  color: inherit;
}

.single-post .entry-header .author a:hover, .single-post .entry-header .author a:focus,
.single-post .entry-header .posted-on a:hover,
.single-post .entry-header .posted-on a:focus {
  color: #f16203;
}

.single-post .entry-header .author .avatar-image img {
  border-radius: 50%;
  margin-right: 12px;
}

.single-post .entry-header .author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post .entry-header .posted-on {
  margin-left: 10px;
}

.single-post .entry-header .comments-link {
  margin-left: auto;
}

.single-post .entry-header .comments-link a {
  display: block;
  color: #fff;
  background: #402582;
  border-radius: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  min-width: 150px;
  text-align: center;
}

.single-post .entry-header .comments-link a:hover, .single-post .entry-header .comments-link a:focus {
  background: #2c1a5a;
}

.single-post .entry-header .post-categories,
.single-post .entry-header .post-tags {
  margin: 0 16px;
}

.single-post .post-thumbnail {
  margin: 0 0 30px;
}

.single-post .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.single-post .entry-slot {
  margin: 0 0 30px;
}

.single-post .entry-content {
  font-size: 20px;
  line-height: 1.7;
}

.single-post .entry-content > p:first-child {
  font-weight: bold;
  font-size: 22px;
}

.single-post .entry-content a {
  border-bottom: 1px solid #f16203;
}

.single-post .post-categories,
.single-post .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
}

.single-post .post-categories a,
.single-post .post-tags a {
  margin: 2px;
  color: #000;
  background: #eff0f4;
  border-radius: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  border: none;
}

.single-post .post-categories a:hover, .single-post .post-categories a:focus,
.single-post .post-tags a:hover,
.single-post .post-tags a:focus {
  background: #d1d4df;
}

.single-post .tags-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post .tags-post-footer .post-tags {
  margin-left: 16px;
}

.page .entry-content {
  font-size: 20px;
  line-height: 1.7;
}

.page .entry-content a {
  border-bottom: 1px solid #f16203;
}

.quote {
  background: #fafafa;
  padding: 30px 35px;
  border-left: 5px solid #f16203;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 30px 0;
}

.content-title {
  color: #f16203;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 40px;
  line-height: 4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
  padding: 0 0 25px;
  position: relative;
}

.content-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: auto;
  display: block;
  height: 1px;
  width: 60%;
  background: #e1e1e1;
}

.instalki-single-program .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instalki-single-program .entry-header .entry-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 94px;
  min-height: 94px;
  padding: 10px;
  background: #f5f5f5;
  margin-right: 25px;
  border-radius: 16px;
}

.instalki-single-program .entry-header .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instalki-single-program .entry-header .entry-title h1 {
  font-size: 42px;
  line-height: 1.1;
  color: #f74600;
  border: none;
  margin: 0 14px 10px 0;
  padding: 0;
  text-transform: none;
}

.instalki-single-program .entry-header .entry-title h1:before {
  display: none;
}

.instalki-single-program .entry-header .entry-title .version {
  margin: 0 14px 14px 0;
  font-size: 24px;
  color: #f9885b;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.instalki-single-program .entry-header .entry-title .polish {
  margin: 8px 0 0;
}

.instalki-single-program .entry-header .entry-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8f8f8f;
}

@media (max-width: 767px) {
  .instalki-single-program .entry-header .entry-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.instalki-single-program .entry-header .entry-details .sep {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .instalki-single-program .entry-header .entry-details .sep {
    display: none;
  }
}

.instalki-single-program .entry-header .entry-details .file-size .size {
  font-weight: bold;
}

.instalki-single-program .entry-header .entry-details .buy-now {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  background: #0077c3;
  padding: 0 8px 0 34px;
  margin: 0 14px 1px;
  line-height: 25px;
  border-radius: 6px;
  position: relative;
}

.instalki-single-program .entry-header .entry-details .buy-now:hover {
  background: #0067aa;
}

.instalki-single-program .entry-header .entry-details .buy-now:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 32px;
  background: url("../images/cart_icon.png") no-repeat center center;
  pointer-events: none;
}

.instalki-single-program .entry-content {
  font-size: 18px;
  line-height: 30px;
}

.instalki-single-program .entry-content a {
  border-bottom: 1px solid #f16203;
}

.instalki-single-program .entry-slot {
  margin: 30px 0 0;
}

.instalki-single-program .download-form {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instalki-single-program .download-form #download_link {
  background: #f16203;
  color: #fff;
  padding: 15px 24px 10px 128px;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.instalki-single-program .download-form #download_link:hover {
  background: #fc6f11;
}

.instalki-single-program .download-form #download_link:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("../images/download_icon.png") no-repeat center center;
  width: 96px;
  height: 100%;
  border-right: 1px solid #fff;
  pointer-events: none;
}

@media (max-width: 480px) {
  .instalki-single-program .download-form #download_link {
    padding: 10px 20px;
  }
  .instalki-single-program .download-form #download_link:before {
    display: none;
  }
}

.instalki-single-program .download-form #download_link select {
  display: block;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f97e4d;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.1;
  font-family: Verdana, Helvetica, sans-serif;
  padding: 5px 40px 5px 25px;
  margin: 10px 0 0;
  border: none;
}

.instalki-single-program .download-form #download_link select::-ms-expand {
  display: none;
}

.instalki-single-program .download-form #download_link select:hover, .instalki-single-program .download-form #download_link select:focus {
  outline: none;
}

.instalki-single-program .download-form #download_link .select-wrap {
  position: relative;
}

.instalki-single-program .download-form #download_link .select-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}

.instalki-single-program .download-form #download_manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #f4f7f9;
  color: #8d8d8d;
  width: 100px;
  height: 95px;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.instalki-single-program .download-form #download_manager .radio-toggle {
  display: block;
  width: 50px;
  height: 30px;
  border: 2px solid #8d8d8d;
  border-radius: 14px;
  position: relative;
  margin: 0 0 12px;
}

.instalki-single-program .download-form #download_manager .radio-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  display: block;
  width: 17px;
  height: 17px;
  background: #8d8d8d;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instalki-single-program .download-form #download_manager .manager-label {
  font-size: 12px;
  line-height: 1.1;
}

.instalki-single-program .download-form #download_manager.active .radio-toggle:after {
  left: auto;
  right: 5px;
  background: #f16203;
}

.instalki-single-program .widget-program .widget-content {
  background: #fcfcfc;
  padding: 15px;
  border-radius: 5px;
}

.instalki-single-program .widget-program .widget-content .widget-row {
  margin: 0 0 15px;
}

.instalki-single-program .widget-program .widget-content a {
  color: #044ea0;
}

.instalki-single-program .widget-program .widget-content a:hover {
  color: #034287;
}

.instalki-single-program .widget-program .widget-content .label {
  color: #808080;
  font-size: 12px;
  line-height: 1.1;
  margin: 0 0 15px;
}

.instalki-single-program .program-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: 0 0 40px;
  background: #fcfcfc;
  border-radius: 5px;
  text-align: center;
}

.instalki-single-program .program-thumbnail > div {
  width: 50%;
  padding: 0 35px;
}

@media (max-width: 1280px) {
  .instalki-single-program .program-thumbnail > div {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .instalki-single-program .program-thumbnail > div {
    width: 100%;
  }
}

.instalki-single-program .program-thumbnail button {
  background: none;
  border: none;
  border-radius: none;
  color: #8f8f8f;
  font-size: 14px;
  font-family: inherit;
  text-transform: none;
  position: relative;
}

.instalki-single-program .program-thumbnail button span:before {
  content: '\f00e';
  display: inline-block;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  pointer-events: none;
  margin-right: 5px;
}

.instalki-single-program .program-thumbnail .post-thumbnail > a {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.instalki-single-program .program-thumbnail .post-thumbnail > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a898f;
  opacity: 0.7;
  pointer-events: none;
}

.instalki-single-program .program-thumbnail .post-thumbnail > a:after {
  content: '\f00e';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 6em;
  line-height: 1;
  color: #fff;
}

.instalki-single-program .program-thumbnail .post-thumbnail > a img {
  display: block;
}

.instalki-single-program .vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.instalki-single-program .vote li a {
  display: block;
  text-indent: -999em;
  width: 37px;
  height: 35px;
  background: url("../images/rating-bg.png") repeat-x 0 0;
}

.instalki-single-program .vote li.active a {
  background: url("../images/rating-bg.png") repeat-x 0 -35px;
}

.instalki-single-program .abuse {
  margin-top: 35px;
}

.instalki-single-program .abuse .abuse-btn {
  background: none;
  border: 1px solid #585858;
  color: #585858;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  padding: 2px 20px;
}

.instalki-single-program .abuse .abuse-btn:hover {
  border-color: #f16203;
}

.instalki-single-program .abuse .btn {
  width: 100%;
}

.instalki-single-program .abuse .abuse-show span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url("../images/abuse_icon.png") no-repeat center center;
  width: 18px;
  height: 21px;
  pointer-events: none;
  margin-right: 15px;
}

.instalki-single-program .abuse textarea {
  margin: 20px 0;
}

.instalki-single-program .abuse .message,
.instalki-single-program .rating .message {
  margin: 20px 0;
  padding: 8px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
  border-radius: 5px;
}

.instalki-single-program .download-last-step {
  margin-top: 45px;
  margin-bottom: 45px;
}

.instalki-single-program #main article + .widget-program {
  margin-top: 30px;
}

.rating-stars {
  width: 185px;
  height: 35px;
  background: url("../images/rating-bg.png") repeat-x 0 0;
  background-size: 37px auto;
}

.rating-stars .rating-fill {
  display: block;
  height: 100%;
  background: url("../images/rating-bg.png") repeat-x 0 -35px;
  background-size: 37px auto;
}

.rating-stars.small {
  width: 69px;
  height: 13px;
  background-size: 14px auto;
}

.rating-stars.small .rating-fill {
  background: url("../images/rating-bg.png") repeat-x 0 -13px;
  background-size: 14px auto;
}

.rating-label + .rating-stars {
  display: inline-block;
}

#related-posts {
  margin: 0 0 30px;
}

#related-posts .related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#related-posts .related-list .related-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 5px;
}

@media (max-width: 1280px) {
  #related-posts .related-list .related-post {
    width: 33.33%;
  }
}

@media (max-width: 979px) {
  #related-posts .related-list .related-post {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #related-posts .related-list .related-post {
    width: 100%;
  }
}

#related-posts .related-list .related-post > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

#related-posts .related-list .related-post .program-icon {
  margin: 25px 0;
  padding: 0 25px;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#related-posts .related-list .related-post .program-icon img {
  max-height: 110px;
  min-width: 64px;
}

#related-posts .related-list .related-post .program-title {
  color: #044ea0;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#related-posts .related-list .related-post .program-title a {
  color: inherit;
}

#related-posts .related-list .related-post .program-title a:hover {
  color: #f16203;
}

#related-posts .related-list .related-post .program-desc {
  font-size: 12px;
  padding: 5px;
  margin: 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#related-posts .related-list .related-post .program-license {
  background: #f1fafe;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.content:after {
  content: "";
  display: table;
  clear: both;
}

.content .content-text {
  max-height: 100%;
}

.content .content-collapsed {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}

.content .content-collapsed:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 0px -30px 30px 0px white;
          box-shadow: inset 0px -30px 30px 0px white;
  pointer-events: none;
}

.content .content-toggle {
  float: right;
  margin: 10px 0 0;
  background: #f0f0f0;
  color: #0f1112;
  padding: 5px 10px;
}

.content .content-toggle:hover {
  background: #e3e3e3;
}

.widget-area {
  overflow: hidden;
}

.widget {
  margin: 0 0 16px;
}

.widget .widget-title img, .widget .widget-title span {
  margin-right: 10px;
}

.color {
  color: #f16203;
}

#page .widget_wgs_widget form,
#page .wgs_wrapper form {
  margin: 0;
}

#page .widget_wgs_widget table,
#page .widget_wgs_widget tr,
#page .widget_wgs_widget td,
#page .widget_wgs_widget tbody,
#page .wgs_wrapper table,
#page .wgs_wrapper tr,
#page .wgs_wrapper td,
#page .wgs_wrapper tbody {
  display: block;
  padding: 0;
  margin: 0;
}

#page .widget_wgs_widget table.gsc-search-box > tbody > tr,
#page .wgs_wrapper table.gsc-search-box > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page .widget_wgs_widget table.gsc-search-box td.gsc-search-button,
#page .wgs_wrapper table.gsc-search-box td.gsc-search-button {
  width: auto;
  margin: 0;
}

#page .widget_wgs_widget table.gsc-search-box .gsc-input-box,
#page .wgs_wrapper table.gsc-search-box .gsc-input-box {
  border: none;
  width: 300px;
  max-width: 100%;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px 0 0 2px;
  position: relative;
}

@media (max-width: 991px) {
  #page .widget_wgs_widget table.gsc-search-box .gsc-input-box,
  #page .wgs_wrapper table.gsc-search-box .gsc-input-box {
    width: 180px;
  }
}

#page .widget_wgs_widget table.gsc-search-box input.gsc-input,
#page .wgs_wrapper table.gsc-search-box input.gsc-input {
  height: 44px !important;
  line-height: 44px !important;
  max-width: 100%;
  border-radius: 0;
  margin: 0 !important;
}

#page .widget_wgs_widget table.gsc-search-box input.gsc-input::-webkit-input-placeholder, #page .widget_wgs_widget table.gsc-search-box input.gsc-input::-moz-placeholder, #page .widget_wgs_widget table.gsc-search-box input.gsc-input:-ms-input-placeholder, #page .widget_wgs_widget table.gsc-search-box input.gsc-input:-moz-placeholder,
#page .wgs_wrapper table.gsc-search-box input.gsc-input::-webkit-input-placeholder,
#page .wgs_wrapper table.gsc-search-box input.gsc-input::-moz-placeholder,
#page .wgs_wrapper table.gsc-search-box input.gsc-input:-ms-input-placeholder,
#page .wgs_wrapper table.gsc-search-box input.gsc-input:-moz-placeholder {
  opacity: 1;
  color: #9e9e9e;
}

#page .widget_wgs_widget table.gsc-search-box button.gsc-search-button,
#page .wgs_wrapper table.gsc-search-box button.gsc-search-button {
  border-radius: 0 2px 2px 0;
  border: none;
  padding: 0;
  margin: 0;
  height: 44px;
  width: 44px;
  line-height: 1;
}

#page .widget_wgs_widget table.gsc-search-box button.gsc-search-button svg,
#page .wgs_wrapper table.gsc-search-box button.gsc-search-button svg {
  width: 20px;
  height: 20px;
}

#page .widget_wgs_widget table.gsc-search-box .gsc-clear-button,
#page .wgs_wrapper table.gsc-search-box .gsc-clear-button {
  display: none;
}

#page .widget_wgs_widget table.gsc-search-box div.gsst_b,
#page .wgs_wrapper table.gsc-search-box div.gsst_b {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#page .widget_wgs_widget table.gsc-search-box a,
#page .wgs_wrapper table.gsc-search-box a {
  border: none;
}

#page .wgs_wrapper table.gsc-search-box .gsc-input-box {
  border: 1px solid #f2f2f2;
}

#page .wgs_wrapper table.gsc-search-box input.gsc-input {
  height: 42px !important;
  line-height: 42px !important;
}

.pe-widget-social .pe-social-icons {
  list-style: none;
  margin: -7px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pe-widget-social .pe-social-icons .item {
  margin: 7px;
  min-width: 16px;
  font-size: 16px;
  text-align: center;
}

.pe-widget-social .pe-social-icons .item a {
  color: #a2a2a2;
}

.pe-widget-social .pe-social-icons .item a:hover, .pe-widget-social .pe-social-icons .item a:focus {
  color: #f16203;
}

#page .pe-tabs .pe-tabs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page .pe-tabs .pe-tabs-nav ul li a {
  display: block;
  padding: 15px 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

#page .pe-tabs .pe-tabs-nav ul li.active a {
  cursor: default;
  background: #212121;
  color: #fff;
}

#page .pe-tabs .pe-tabs-nav ul li.active a:hover {
  color: #fff;
}

#page .pe-tabs .pe-tabs-content {
  border: 2px solid #212121;
  padding: 20px;
}

#page .pe-tabs .pe-tabs-content .tab-content {
  display: none;
}

#page .pe-tabs .pe-tabs-content .tab-content.active {
  display: block;
}

#page .pe-tabs .pe-tabs-content .tab-content ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}

#page .pe-tabs .pe-tabs-content .tab-content ul li {
  margin: 3px 0;
  position: relative;
  padding-left: 20px;
  color: #949494;
}

#page .pe-tabs .pe-tabs-content .tab-content ul li a {
  color: #fff;
}

#page .pe-tabs .pe-tabs-content .tab-content ul li a:hover {
  color: #949494;
}

#page .pe-tabs .pe-tabs-content .tab-content ul li.current-cat > a {
  color: #f16203;
}

#page .pe-tabs .pe-tabs-content .tab-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #949494;
  opacity: 0.4;
}

#page .pe-tabs .pe-tabs-content .tab-content > ul {
  padding: 0;
  -webkit-column-count: 4;
          column-count: 4;
}

@media (max-width: 1280px) {
  #page .pe-tabs .pe-tabs-content .tab-content > ul {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 979px) {
  #page .pe-tabs .pe-tabs-content .tab-content > ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 767px) {
  #page .pe-tabs .pe-tabs-content .tab-content > ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

#page .pe-tabs .pe-tabs-content .tab-content > ul > li:before {
  background: #f16203;
  opacity: 1;
  width: 10px;
}

.widget.PE_Recent_Posts .widget-title {
  margin: 0 0 2px;
}

.widget.PE_Recent_Posts .tab-content {
  padding-top: 15px;
}

.pe-latest-outer,
.pe-recent-posts-outer {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.pe-latest-outer .tab-content,
.pe-recent-posts-outer .tab-content {
  padding-left: 15px;
  padding-right: 15px;
}

#dpsp-content-bottom {
  margin: 80px 0 50px;
}

#dpsp-content-bottom.dpsp-column-2 .dpsp-networks-btns-wrapper {
  margin: 0 -2px !important;
}

#dpsp-content-bottom.dpsp-column-2 .dpsp-networks-btns-wrapper li {
  width: 50%;
  margin: 0 !important;
  padding: 0 2px;
}

#dpsp-content-bottom .dpsp-network-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 10px !important;
  height: auto;
  max-height: 100%;
}

#dpsp-content-bottom .dpsp-network-btn .dpsp-network-icon {
  position: relative;
  border: none;
  font-size: 20px;
}

.crp_related {
  margin: 40px 0;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 14.4px 6px rgba(236, 236, 236, 0.49);
          box-shadow: 0px 0px 14.4px 6px rgba(236, 236, 236, 0.49);
}

.crp_related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crp_related ul li + li {
  margin-top: 10px;
}

.crp_related a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .crp_related a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .crp_related a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 150px;
  }
}

.crp_related .crp_title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 15px 20px;
  color: #f16203;
}

.crp_related .crp_title:hover {
  color: #282828;
}

.crp_related .crp_subtitle {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #1a201e;
  margin: 0 0 5px;
}

#award {
    width: 70%;
    padding: 15px 40px;
    margin: 15px auto;
    font-size: 16px;
    font-style: italic;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align: center;
}

#page .pe-latest-outer .item img {
  border-radius: 20%;
}
/*# sourceMappingURL=style.css.map */