@charset "UTF-8";
/*   
Theme Name: FDM
Theme URI: https://www.freedownloadmanager.org/
Description: FDM
Author: tarus
Author URI: http://bb3x.ru
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

.entry-content ol, .entry-content ul {
    padding-left: 23px;
    margin-bottom: 12px;
}
.entry-content p + ol, .entry-content p + ul {
    margin-top: -10px;
}
code {
    display: inline-block;
    background: #f5f5f5;
    padding: 4px 4px;
    margin: 5px 0;
    font-size: 15px;
    border-radius: 6px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

html {
    overflow-y: scroll;
}

a:hover, a:active {
    outline: none;
}

ul, ol {
    margin-left: 2em;
}

ol {
    list-style-type: decimal;
}

nav ul, nav li {
    list-style: none;
    margin: 0;
}

small {
    font-size: 85%;
}

/*strong, th {*/
/*    font-weight: 700;*/
/*}*/

td {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
}

textarea {
    overflow: auto;
}

.ie6 legend, .ie7 legend {
    margin-left: -7px;
}

input[type=checkbox] {
    vertical-align: middle;
}

label[for], input[type=button], input[type=submit], input[type=image], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

input:invalid, textarea:invalid {
    border-radius: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

input[type=radio], .ie6 input {
    vertical-align: text-bottom;
}

:focus {
    outline: none;
    -moz-outline: 3px solid #fff !important;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
    border: none;
}

input[type=radio]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important;
}

input[type=checkbox]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important;
}

input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*input, button { -webkit-appearance: none; }*/

body {
    -webkit-text-size-adjust: 100%;
}

body {
    font: 12px/1.2 "Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
}

select, input, textarea, button {
    font: 99% "Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

a {
    text-decoration: none;
    color: #188aca;
}

a:hover {
    text-decoration: none;
    color: #188aca;
}

/*h1, h2, h3, h4, h5, h6, b, strong {*/
/*    font-weight: bold;*/
/*}*/

em, i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address, table {
    margin-bottom: 1em;
}

ul.menu {
    margin: 0;
    list-style: none;
}

h6 {
    font-size: 100%;
}

h5 {
    font-size: 115%;
}

h4 {
    font-size: 125%;
}

h3 {
    font-size: 150%;
}

h2 {
    font-size: 175%;
}

h1 {
    font-size: 200%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.inputbox {
    padding: 4px 26px 4px 15px;
    text-overflow: ellipsis;
    background: #fff;
    border: 1px solid #ccc;
    height: 25px;
    line-height: 16px;
    font-size: 16px;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.inputbox.placeholder {
    opacity: 1;
}

.inputbox:-moz-placeholder {
    opacity: 1;
}

.inputbox::-moz-placeholder {
    opacity: 1;
}

.inputbox:-ms-input-placeholder {
    opacity: 1;
}

.inputbox::-webkit-input-placeholder {
    opacity: 1;
}

select.inputbox {
    padding: 0 0 0 15px;
    height: 25px;
}

textarea.inputbox {
    height: auto;
}

.selectBox-dropdown {
    position: relative;
    line-height: 0;
    text-decoration: none;
    text-align: left;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 15px;
    height: 15px;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
}

.selectBox-dropdown .selectBox-arrow i {
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -4px;
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    min-height: 1em;
    border: solid 1px #ccc;
    background: #fff;
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #ccc;
    background: #fff;
    display: inline-block;
    overflow: auto;
}

.selectBox-options, .selectBox-options li, .selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    margin: 0;
    padding: 0;
}

.selectBox-options li a {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
    text-decoration: none;
    color: #000;
}

.selectBox-options li.selectBox-hover a {
    background-color: #39f;
    color: #fff;
}

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
    background-color: #39f;
    color: #fff;
}

.selectBox-options:hover li.selectBox-selected a {
    background: none;
    color: #000;
}

.selectBox-options:hover li.selectBox-selected.selectBox-hover a {
    background-color: #39f;
    color: #fff;
}

.button {
    display: inline-block;
    border: none;
    text-decoration: none;
    text-align: center;
    background: #188aca;
    color: #fff;
    padding: 0 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_list {
    margin: 0;
    list-style: none;
}

.form_list li {
    margin-bottom: 10px;
}

.form_list label, .form_list .input_wrap {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

html {
    height: 100%;
    background: #4e6680;
    min-width: 320px;
}

body {
    width: 100%;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
}

.width {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 939px) {
    .width {
        width: auto;
    }
}

.ieb {
    position: relative;
}

.ieb:before, .ieb:after {
    content: '';
    display: block;
    position: absolute;
    background: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png) no-repeat;
}

.jus {
    margin: 0;
    list-style: none;
    text-align: justify;
    text-justify: distribute;
    zoom: 1;
    font-size: 1px;
    line-height: 0;
}

.jus:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.jus > * {
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    font-size: 12px;
}

.jus > .empty {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Header
-----------------------------------------------------------------------------*/
.header > .container {
    display: flex;
    align-items: center;
}

.menu {
    margin-bottom: 20px;
}

.header .width {
    overflow: hidden;
}

.header_logo {
    display: block;
    padding-left: 56px;
    padding-top: 13px;
    width: 577px;
    height: 39px;
    text-indent: -999em;
    margin-bottom: 8px;
}

.header_logo:before {
    width: 41px;
    height: 43px;
    background-position: -0px -0px;
    left: 0;
    top: 0;
}

.header_logo .logo_title {
    float: left;
    width: 399px;
    height: 39px;
    background: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png) -43px 0 no-repeat;
}

.header_logo .logo_slogan {
    float: left;
    width: 167px;
    height: 20px;
    background: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png) -211px -41px no-repeat;
    margin-left: 11px;
    margin-top: 15px;
}

@media (max-width: 939px) {
    .header_logo {
        margin-left: 12px;
        margin-bottom: 5px;
    }
}

@media (max-width: 740px) {
    .header_logo {
        width: 67px;
        height: 30px;
        margin-bottom: 14px;
    }

    .header_logo .logo_slogan {
        display: none;
    }

    .header_logo .logo_title {
        width: 67px;
        height: 30px;
        background-position: -43px -41px;
    }
}

.header_nav {
    background: #fff;
    height: 60px;
    overflow: hidden;
}

.header_nav li {
    float: left;
    width: 12.5%;
    border-top: 8px solid #40b4f0;
}

/*@media (max-width: 939px) {*/
/*    .header_nav li {*/
/*        width: 154px;*/
/*    }*/
/*}*/

.header_nav a {
    display: block;
    height: 52px;
    font: 22px/52px "Roboto Condensed", sans-serif;
    text-align: center;
    color: #188aca;
    border-left: 1px solid #e9e9e9;
}

.header_nav a:hover {
    color: #188aca;
}

.header_nav a[href*="blog"] {
    border-color: #40b4f0;
    background: #40b4f0;
    color: #fff;
    border-top: 8px solid #09334b;
    margin-top: -8px;
    border-left: none;
}

.header_nav_slider {
    position: relative;
}

.header_nav_slider ul {
    margin: 0;
    list-style: none;
}

/*@media (max-width: 939px) {*/
/*    .header_nav_slider {*/
/*        padding: 0 20px;*/
/*        background: #3bb7f3;*/
/*    }*/

/*    .header_nav_slider .slick-slider {*/
/*        background: #fff;*/
/*    }*/
/*}*/

.header_nav_slider .slick-prev, .header_nav_slider .slick-next {
    height: 52px;
    top: 8px;
    background: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    padding: 0 0 220px;
    height: 1%;
}

/*@media (max-width: 939px) {*/
/*    .middle {*/
/*        padding-bottom: 234px;*/
/*    }*/
/*}*/

.middle:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.container {
    width: 100%;
}

#content > .container {
    margin-bottom: 20px;
    float: left;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

body > .container {
    float: none;
}

/*@media (max-width: 799px) {*/
/*    .container {*/
/*        float: none;*/
/*    }*/
/*}*/

/*.content.contentr {*/
/*    padding-right: 351px;*/
/*}*/

/*@media (max-width: 939px) {*/
/*    .content.contentr {*/
/*        padding-right: 281px;*/
/*    }*/
/*}*/

/*@media (max-width: 799px) {*/
/*    .content.contentr {*/
/*        padding-right: 0;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

.component {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

article {
    padding-bottom: 10px;
}

.entry-title {
    background: #40b4f0;
    padding: 20px 20px;
    font: 300 34px/40px "Roboto Condensed";
    color: #fff;
    margin: 0;
}

.entry-cat-title {
    color: #f7f7f7;
    background-color: #102232;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    font: 300 34px/40px "Roboto Condensed";
    margin-bottom: 0;
}

.entry-title a {
    color: #fff;
}

body.search-results .entry-title {background-color: transparent;}

body.search-results .entry-title a {color: #424242;}

body.search-results article {border-bottom: 1px solid #DEE5EA;}

body.search-results article:last-of-type {border-bottom: none;}

body.search-results .entry-date {
    background-color: transparent;
    color: #888;
    font-size: 14px;
    padding: 0 0 12px;
}

.search_results article .entry-title a {
    color: #102232;
}

body.search-results .content-area {
    width: 948px;
    margin-right: 20px;
    display: flex;
}

body.search-results .site-main {
    width: 100%;
}

body.search-results .entry-summary {padding: 0 30px 10px;}

.entry-date {
    display: block;
    font-size: 17px;
    line-height: 20px;
    background: #102232;
    color: #EAEAEA;
    padding: 0 30px 12px;
}

.entry-content {
    padding: 24px 30px 0;
    font-size: 17px;
    line-height: 24px;
}

.entry-content img {
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    height: auto;
}

.entry-content ul {
    margin-left: 20px;
    margin-bottom: 11px;
}

.entry-footer {
    padding: 0 30px;
}

.entry-footer a, .sidebar .widget_meta ul a {
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    color: #188aca;
    padding: 0 20px;
    background: #eff3f6;
    border-radius: 16px;
    margin-bottom: 15px;
}

.entry-footer a.comments-link {
    padding-left: 42px;
    margin-right: 10px;
    margin-left: 0;
}

.entry-footer a.comments-link:before {
    width: 14px;
    height: 14px;
    background-position: -0px -45px;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}

.entry-footer a.category-link {
    padding-left: 51px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 20px;
}

.entry-footer a.category-link:before {
    width: 16px;
    height: 16px;
    background-position: -428px -41px;
    left: 22px;
    top: 50%;
    margin-top: -8px;
}

/*@media (max-width: 939px) {*/
/*    .entry-footer a {*/
/*        margin: 9px 2px;*/
/*    }*/
/*}*/
.right_column__btn.vers:hover {
    color: #fff;
}
.component {
    margin-bottom: 20px;
    width: 100%;
}
.comments-title {
    font: 500 24px/28px 'Roboto Condensed', sans-serif;
    padding: 15px 30px 8px;
    background-color: #102232;
    color: #fff;
}

.comment-list {
    margin: 0;
    list-style: none;
}

.comment-list .children {
    margin: 0;
    list-style: none;
    background: #fff;
    padding-left: 10px;
}

.comment-list li {
    margin-top: 11px;
}

.comment-body {
    background: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    padding: 10px 30px 0;
}

.comment-body .reply {
    height: 32px;
    overflow: hidden;
    padding-bottom: 10px;
}

.comment-body .reply a {
    display: inline-block;
    line-height: 32px; /*color: #102232;*/
    font-size: 16px;
}

.comment-body a:hover {
    color: #188aca;
}

.comment-body .fn {
    font: 500 20px "Roboto Condensed", sans-serif;
    color: #424242;
}

.comment-meta {
    float: left;
    line-height: 32px;
    color: #102232;
}

.comment-meta img {
    display: none;
}

.comment-meta .comment-author {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.comment-meta .comment-metadata {
    display: inline-block;
    font-size: 12px;
}

.comment-meta .comment-metadata a {
    color: #888;
    font-size: 14px;
}

.comment-content {
    clear: both;
    padding: 6px 0 0;
    font-size: 17px;
    color: #272727;
    line-height: 25px;
    word-break: break-all;
}

.comment-respond {
    margin-top: 20px;
}

.comment-respond .comment-form {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.comment-respond .comment-form .g-recaptcha, .comment-respond .comment-form-cookies-consent, .comment-respond .form-submit { order: 1;}

.comment-respond .comment-form .g-recaptcha {margin-left: 0;}

/*.comment-form .g-recaptcha > div, .comment-form .g-recaptcha iframe {max-width: 100%;}*/



.comment-respond .comment-reply-title {
    background: #F6F8FA;
    padding: 10px 30px 9px;
    font: 300 24px/40px "Roboto Condensed";
    color: #424242;
    margin: 0;
}

.comment-respond .comment-form label {
    font-size: 17px;
    width: 90px;
}

.comment-respond .comment-form .comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}

.comment-respond .comment-form textarea {
    border: 1px solid #888888;
    border-radius: 6px;
    height: 230px;
    max-width: 645px;
    width: 100%;
}

.comment-respond .comment-form input[type="text"], .comment-respond .comment-form input[type="email"] {
    border: 1px solid #888888;
    border-radius: 6px;
    max-width: 320px;
    width: 100%;
}

.comment-respond .comment-form-author, .comment-respond .comment-form-email {
    display: flex;
    align-items: center;
}

.comment-respond .comment-form .submit {
    background-color: #01B96D;
    border-radius: 6px;
    width: 152px;
    padding: 0 10px;
    box-sizing: border-box;
}

.comment-respond input[type=checkbox] {
    display: none;
}

.comment-respond input[type=checkbox] + label {
    display: inline-flex;
    width: auto;
    padding: 0;
}

.comment-respond input[type=checkbox] + label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin: -2px 20px 0 0;
    flex-shrink: 0;
    background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%222.5%22%20ry%3D%222.5%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M21%2C24H3c-1.65%2C0-3-1.35-3-3V3C0%2C1.35%2C1.35%2C0%2C3%2C0H21c1.65%2C0%2C3%2C1.35%2C3%2C3V21c0%2C1.65-1.35%2C3-3%2C3ZM3%2C1C1.9%2C1%2C1%2C1.9%2C1%2C3V21c0%2C1.1%2C.9%2C2%2C2%2C2H21c1.1%2C0%2C2-.9%2C2-2V3c0-1.1-.9-2-2-2H3Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.comment-respond input[type=checkbox]:checked + label:before {
    background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20d%3D%22M3%2C.5H21c1.38%2C0%2C2.5%2C1.12%2C2.5%2C2.5V21c0%2C1.38-1.12%2C2.5-2.5%2C2.5H3c-1.38%2C0-2.5-1.12-2.5-2.5V3C.5%2C1.62%2C1.62%2C.5%2C3%2C.5Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M21%2C24H3c-1.65%2C0-3-1.35-3-3V3C0%2C1.35%2C1.35%2C0%2C3%2C0H21c1.65%2C0%2C3%2C1.35%2C3%2C3V21c0%2C1.65-1.35%2C3-3%2C3ZM3%2C1C1.9%2C1%2C1%2C1.9%2C1%2C3V21c0%2C1.1%2C.9%2C2%2C2%2C2H21c1.1%2C0%2C2-.9%2C2-2V3c0-1.1-.9-2-2-2H3Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M9.27%2C18.93s-.05%2C0-.09-.05L3.06%2C12.6s-.06-.08-.06-.13%2C0-.09%2C.06-.14l1.56-1.6s.06-.05%2C.09-.05%2C.05%2C0%2C.1%2C.05l4.46%2C4.57L19.19%2C5.12s.06-.05%2C.09-.05%2C.05%2C0%2C.09%2C.05l1.57%2C1.61s.06%2C.08%2C.06%2C.13%2C0%2C.08-.06%2C.13l-11.58%2C11.88s-.06%2C.05-.1%2C.05Z%22%20style%3D%22fill%3A%232ec888%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.comment-form {
    padding: 20px;
}

.comment-form p, .entry-content p {
    margin-bottom: 20px;
}

.comment-form label {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    line-height: 1.2em;
    font-size: 13px;
    color: #010101;
}

.comment-form label .required {
    color: #992727;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    width: 260px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #c4c4c4;
    background: #fff;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
}

@media (max-width: 420px) {
    .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
        width: 100%;
    }
}

.comment-form textarea {
    width: 479px;
    height: 128px;
    resize: none;
    max-width: 100%;
}

.comment-form .submit {
    height: 40px;
    border: none;
    background: #40b4f0;
    font-size: 15px;
    line-height: 40px;
    padding: 0 50px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #fff;
}

.comment-form .comment-form-url {
    display: none;
}

#zrx_captcha {
    margin-bottom: 11px;
}

#zrx_captcha div[align="left"] {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    line-height: 40px;
    font-size: 13px;
    color: #010101;
}

#zrx_captcha div[align="left"] small {
    font-size: 13px;
}

#zrx_captcha div[align="left"] small:after {
    content: ' *';
    color: #992727;
}

#zrx_captcha table {
    display: inline-block;
    vertical-align: top;
    width: 479px;
    margin: 0;
    padding: 0;
}

#zrx_captcha table input {
    width: 149px;
    margin-right: 14px;
}

#zrx_captcha table td {
    width: auto;
    vertical-align: middle;
}

#zrx_captcha table a {
    margin-right: 12px;
}

.comment-form .comment-form-comment label:after {
    /*content: ' *';*/
    color: #992727;
}


.comments-area article {
    padding-bottom: 0;
}

.pagination {
    background: #eff3f6;
    padding: 19px 20px;
    font-size: 16px;
    line-height: 20px;
}

.pagination .nav-links:before, .pagination .nav-links:after {
    content: " ";
    display: table;
}

.pagination .nav-links:after {
    clear: both;
}

.pagination .nav-links {
    zoom: 1;
}

.pagination .page-numbers {
    display: none;
}

.pagination .prev {
    float: left;
    display: block;
    padding-left: 20px;
    position: relative;
}

.pagination .prev:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png);
    width: 10px;
    height: 17px;
    background-position: -392px -41px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.pagination .next {
    float: right;
    display: block;
    padding-right: 20px;
    position: relative;
}

.pagination .next:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png);
    width: 10px;
    height: 17px;
    background-position: -416px -41px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.post-navigation {
    background: #f7f7f7;
    padding: 19px 20px;
    font-size: 16px;
    line-height: 20px;
}

.post-navigation .nav-links:before, .post-navigation .nav-links:after {
    content: " ";
    display: table;
}

.post-navigation .nav-links:after {
    clear: both;
}

.post-navigation .nav-links {
    zoom: 1;
}

.post-navigation .nav-next a, .post-navigation .nav-previous a {
    display: block;
    position: relative;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-previous a {
    padding-left: 20px;
}

.post-navigation .nav-previous a:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png);
    width: 10px;
    height: 17px;
    background-position: -392px -41px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-next a {
    padding-right: 20px;
}

.post-navigation .nav-next a:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png);
    width: 10px;
    height: 17px;
    background-position: -416px -41px;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 0.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 0.5em;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 1em;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

a.post-thumbnail:hover, a.post-thumbnail:focus {
    opacity: 0.85;
}

.gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    width: 150px;
}

.search_results .page-header {
    margin-bottom: 65px;
}

.search_results .page-header h2 {
    background: #40b4f0;
    padding: 20px 15px;
    font: 300 34px/40px "Roboto Condensed";
    color: #fff;
    margin: 0;
}

.search_results .entry-title {
    background: none;
}

.search_results .entry-date-warp {
    display: inline-block;
}

/*@media (max-width: 939px) {*/
/*    .search_results .entry-date-warp {*/
/*        display: block;*/
/*        margin: 0 1px 9px;*/
/*    }*/
/*}*/

/* Sidebar Right
-----------------------------------------------------------------------------*/
.blog_container {
    display: flex;
    justify-content: space-between;
}
.blog_container>.container {
    width: 948px;
    margin: 0 20px 0 0;
    height: auto;
    display: flex;
}

.blog_container>.container .contentr {
    height: 100%;
    width: 100%;
    display: flex;
}

.sideRight {
    /*float: left;*/
    /*margin-right: -3px;*/
    width: 331px;
    /*margin-left: -331px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.sideRight .right_column__btn {
    width: auto;
}

/*@media (max-width: 799px) {*/
/*    .sideRight {*/
/*        margin: 0;*/
/*        float: none;*/
/*        padding: 0;*/
/*        width: auto;*/
/*    }*/
/*}*/

.sidebar .widget {
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
}

#block-3 {flex: 1;}

.sidebar .widget:last-child {margin-bottom: 0;}

#block-3 .widget-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news_subscr {overflow: hidden;}

/*@media (max-width: 939px) {*/
/*    .sidebar .widget {*/
/*        margin-bottom: 19px;*/
/*    }*/
/*}*/

/*@media (max-width: 799px) {*/
/*    .sidebar .widget {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

.sidebar .widget-title {
    font: 400 24px/28px "Roboto Condensed";
    padding: 19px 20px;
    color: #fff;
    background: #102232;
    margin: 0;
}

.sidebar .widget-content ul {
    padding: 16px 20px 5px;
    display: flex;
    flex-wrap: wrap;
}

.sidebar .widget-content ul li {margin-right: 10px;}

.sidebar .widget-content ul li:last-child {margin-right: 0;}


.sidebar .widget_search {
    background: #102232;
    padding: 24px 20px;
}

.sidebar .widget_search .search-form {
    position: relative;
}

.sidebar .widget_search .search-form .inputbox {
    width: 100%;
    height: 31px;
    border: none;
    border-radius: 6px;
    color: #4e6680;
}
.sidebar .widget_search .search-form .inputbox::-webkit-search-cancel-button {
    margin-right: 12px;
}

.sidebar .widget_search .search-form .button {
    background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9%2C18C4.04%2C18%2C0%2C13.96%2C0%2C9S4.04%2C0%2C9%2C0s9%2C4.04%2C9%2C9-4.04%2C9-9%2C9Zm0-16c-3.86%2C0-7%2C3.14-7%2C7s3.14%2C7%2C7%2C7%2C7-3.14%2C7-7-3.14-7-7-7Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3Cpath%20d%3D%22M19%2C20c-.26%2C0-.51-.1-.71-.29l-4.35-4.35c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l4.35%2C4.35c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 11px;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    font-size: 0;
    top: 6px;
}

.sidebar .widget_search .widget-title {
    display: none;
}

.sidebar .widget_search .widget-content {
    padding: 0;
}

.sidebar .widget_meta {
    background: #fff;
}

.sidebar .widget_meta .widget-title {
    background: #102232;
    color: #fff;
}

.sidebar .widget_meta ul a {
    padding: 0 19px;
    margin-bottom: 0;
}

.widget ul {
    margin: 0;
    list-style: none;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
}

.widget ul ul {
    margin-left: 1em;
    margin-top: 7px;
}

.widget ul li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: 0 auto;
    position: relative;
    font: 15px/1.2 Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #b5c4d4;
    overflow: hidden;
}

/*@media (max-width: 799px) {*/
/*    .footer .cf {*/
/*        text-align: center;*/
/*        font-size: 14px;*/
/*        padding: 0 25px;*/
/*    }*/

/*    .footer .cf .contact_us {*/
/*        float: none;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

/*@media (max-width: 540px) {*/
/*    .footer .cf .contact_us {*/
/*        margin-bottom: 5px;*/
/*    }*/
/*}*/

.footer .width {
    overflow: hidden;
}

.footer_nav {
    background: #f7f7f7;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
    border-top: 8px solid #40b4f0;
    margin-bottom: 25px;
    padding-bottom: 40px;
}

.footer_nav li {
    float: left;
    width: 100px;
}

.footer_nav a {
    display: block;
    padding-top: 61px;
    text-align: center;
    color: #4d4e4e;
    font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    border-left: 1px solid #e9e9e9;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.footer_nav a:hover {
    color: #188aca;
}

.footer_nav a:before {
    background-image: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/categories.png);
    top: 24px;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
}

.footer_nav .menu-item-412 a:before {
    width: 32px;
    height: 31px;
    margin-left: -16px;
    background-position: -0px -255px;
}

.footer_nav .menu-item-412 a:hover:before {
    background-position: -35px -255px;
}

.footer_nav .menu-item-413 a:before {
    width: 32px;
    height: 31px;
    margin-left: -16px;
    background-position: -0px -288px;
}

.footer_nav .menu-item-413 a:hover:before {
    background-position: -35px -288px;
}

.footer_nav .menu-item-414 a:before {
    width: 28px;
    height: 30px;
    margin-left: -14px;
    background-position: -0px -321px;
}

.footer_nav .menu-item-414 a:hover:before {
    background-position: -35px -321px;
}

.footer_nav .menu-item-415 a:before {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background-position: -0px -353px;
}

.footer_nav .menu-item-415 a:hover:before {
    background-position: -35px -353px;
}

.footer_nav .menu-item-416 a:before {
    width: 32px;
    height: 29px;
    margin-left: -16px;
    background-position: -0px -387px;
}

.footer_nav .menu-item-416 a:hover:before {
    background-position: -35px -387px;
}

.footer_nav .menu-item-417 a:before {
    width: 32px;
    height: 31px;
    margin-left: -16px;
    background-position: -0px -0px;
}

.footer_nav .menu-item-417 a:hover:before {
    background-position: -35px -0px;
}

.footer_nav .menu-item-418 a:before {
    width: 32px;
    height: 24px;
    margin-left: -16px;
    background-position: -0px -34px;
}

.footer_nav .menu-item-418 a:hover:before {
    background-position: -35px -34px;
}

.footer_nav .menu-item-419 a:before {
    width: 32px;
    height: 30px;
    margin-left: -16px;
    background-position: -0px -61px;
}

.footer_nav .menu-item-419 a:hover:before {
    background-position: -35px -61px;
}

.footer_nav .menu-item-539 a:before {
    width: 32px;
    height: 30px;
    margin-left: -16px;
    background-position: -0px -61px;
}

.footer_nav .menu-item-539 a:hover:before {
    background-position: -35px -61px;
}

.footer_nav .menu-item-420 a:before {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background-position: -0px -94px;
}

.footer_nav .menu-item-420 a:hover:before {
    background-position: -35px -94px;
}

.footer_nav .menu-item-421 a:before {
    width: 25px;
    height: 28px;
    margin-left: -12.5px;
    background-position: -0px -129px;
}

.footer_nav .menu-item-421 a:hover:before {
    background-position: -35px -129px;
}

.footer_nav .menu-item-422 a:before {
    width: 32px;
    height: 26px;
    margin-left: -16px;
    background-position: -0px -160px;
}

.footer_nav .menu-item-422 a:hover:before {
    background-position: -35px -160px;
}

.footer_nav .menu-item-423 a:before {
    width: 32px;
    height: 30px;
    margin-left: -16px;
    background-position: -0px -189px;
}

.footer_nav .menu-item-423 a:hover:before {
    background-position: -35px -189px;
}

.footer_nav .menu-item-424 a:before {
    width: 32px;
    height: 31px;
    margin-left: -16px;
    background-position: -0px -222px;
}

.footer_nav .menu-item-424 a:hover:before {
    background-position: -35px -222px;
}

/*@media (max-width: 939px) {*/
/*    .footer_nav li {*/
/*        width: 110px;*/
/*    }*/
/*}*/

/*@media (max-width: 799px) {*/
/*    .footer_nav {*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

/*@media (max-width: 540px) {*/
/*    .footer_nav {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/

.footer_nav_slider {
    position: relative;
    padding: 0 20px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #6bd723;
    -moz-box-shadow: 0 1px 0 #ccdce5;
    -webkit-box-shadow: 0 1px 0 #ccdce5;
    box-shadow: 0 1px 0 #ccdce5;
}

.footer_nav_slider ul {
    margin: 0;
    list-style: none;
}

.contact_us {
    float: right;
}

.contact_us a {
    color: #b5c4d4;
    text-decoration: underline;
}

.contact_us a:hover {
    text-decoration: none;
}

/* Text meant only for screen readers */
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 100px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 0;
    padding: 0;
    border: none;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-prev {
    left: -19px;
    border-right: 1px solid #e9e9e9;
}

.slick-prev:before {
    content: '';
    width: 10px;
    height: 17px;
    background: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png) -380px -41px no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -5px;
}

.slick-next {
    right: -20px;
    border-left: 1px solid #e9e9e9;
}

.slick-next:before {
    content: '';
    width: 10px;
    height: 17px;
    background: url(https://www.freedownloadmanager.org/blog/wp-content/themes/freedownloadmanager/images/sprite.png) -404px -41px no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -5px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Arial", sans-serif;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.right {
    float: right;
    margin: 0 0 10px 10px;
}

.over {
    overflow: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.comment-form-cookies-consent label {
    padding: 0 10px;
    display: inline;
}

.comment-form .g-recaptcha {
    margin-left: 100px;
    padding: 10px 0 20px 0;
}

#cancel-comment-reply-link {
    float: right;
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}


.component .bcrumbs {
    margin-bottom: 0;
}


body #content>.container {
    margin: 0;}
.sideRight .download_block.fdm_block {
    background: #9999FF url(https://www.freedownloadmanager.org/public/v2/img/bg_3.png) center;
    background-size: cover;
    padding: 14px 22px;
    min-height: unset;
    height: 148px;
    position: relative;
}
.sideRight .download_block.fdm_block::before {
    content: '';
    position: absolute;
    width: 109px;
    height: 109px;
    right: 20px;
    top: 20px;
    background:
            url('/public/v2/img/arrow0.svg')
            no-repeat
            center;
}
.sideRight .download_block.fdm_block span {
    font:500 30px/35px 'Roboto Condensed' ,sans-serif;
}
.sideRight .download_block.fdm_block p {
    font-size: 17px;
    line-height: 20px;
}
.sideRight .download_block.fdm_block:hover {
    opacity: .8;
}

body .bcrumbs {
    margin: 0;
    background-color: #EFF3F6;
}

body .entry-title {
    font: 500 24px/28px 'Roboto Condensed', sans-serif;
    padding: 15px 30px 8px;
    background-color: #102232;
    color: #fff;
}

.right_column__btn.social_block {
    padding: 20px;
}
.social_block .social_btn {
    flex-shrink: 0;
}
.menu li.selected {
    margin-right: -1px;
}


/*blog no results page*/
.no-results {
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    padding: 30px;
    text-shadow: 1px 1px 2px rgb(255 255 255);
    box-sizing: border-box;
}
.no-results:after {
    content: '';
    display: block;
    height: 60vh;
    width: 100%;
    margin-top: 30px;
    background: #fff url(/public/v2/img/404.svg) no-repeat center top;
    background-size: contain;
}
.no-results .page-header {
    margin-right: 20px;
    width: 37%;
}
.no-results .page-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}
.no-results .page-content {
    width: 55%;
    max-width: 440px;
    margin-left: auto;
}
.no-results form {position: relative;}
.no-results .inputbox {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #888888;
    border-radius: 6px;
    width: 100%;
    height: 40px;
}
.no-results .inputbox::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20id%3D%22b%22%3E%3Cpath%20d%3D%22M19%2C20c-.26%2C0-.51-.1-.71-.29L.29%2C1.71C-.1%2C1.32-.1%2C.68%2C.29%2C.29S1.32-.1%2C1.71%2C.29L19.71%2C18.29c.39%2C.39%2C.39%2C1.02%2C0%2C1.41-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3Cpath%20d%3D%22M1%2C20c-.26%2C0-.51-.1-.71-.29-.39-.39-.39-1.02%2C0-1.41L18.29%2C.29c.39-.39%2C1.02-.39%2C1.41%2C0s.39%2C1.02%2C0%2C1.41L1.71%2C19.71c-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%23888%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
}
.no-results .page-content>p {
    color: #424242;
    margin-bottom: 12px;
}
.no-results .sideRight{
    display: none;
}
.no-results input[type="submit"] {
    background-color: #01B96D;
    color: #fff ;
    border-radius: 6px;
    width: 149px;
    line-height: 40px;
    height: 40px;
    outline: none;
    border: none;
    margin: 0;
    position: absolute;
    right: 0;
}
/*blog resulsts page*/
.search-results .site-main  {
    width: 948px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}
.search-results h1 {
    background-color: #102232;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}


@media all and (max-width: 1100px){
    .blog_container {
        flex-direction: column;
    }
    .blog_container>.container, .sideRight {
        padding-right: 0;
        width: 100%;
        margin: 0;
    }
    .sideRight {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .sideRight .right_column__btn {
        width: 49%;
    }
    .sidebar .widget {
        width: 100%;
    }
    #block-3 {flex: auto;}
    body #content>.container {
        margin-bottom: 20px;
    }
    /*article {*/
    /*    padding-bottom: 30px;*/
    /*}*/

    body.search-results .content-area {
        width: 100%;
        display: block;
    }
    .no-results:after {height: 20vh;}
}

@media all and (max-width: 700px) {
    .search-form {
        position: relative;
        width: 100%;
    }
    .no-results .inputbox {
        width: 100%;
        padding-right: 160px;
    }
    .no-results input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
    }
    .no-results {
        flex-direction: column;
        padding: 20px;
    }
    .no-results .page-header {
        width: 100%;
        margin-right: 0;
    }
    .no-results .page-content {
        width: 100%;
        margin: 0;
    }
}

@media all and (max-width: 600px) {
    #container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .sideRight .right_column__btn {
        width: 100%;
    }
    .menu, body #content>.container, .sideRight .download_block.fdm_block,.sideRight .right_column__btn, .sidebar .widget, #header {
        margin-bottom: 10px;
    }
    .entry-content, .entry-footer, body .entry-title, .entry-date, body.search-results .entry-summary, .comments-title,
    .comment-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    article {
        padding-bottom: 20px;
    }
    #content {
        padding: 0 !important;
    }

    .no-results .content-area {
        background-position: right 43% bottom -26px;
    }

    .menu {top: -10px;}

    .comment-respond .comment-form, .comment-respond .comment-reply-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .comment-respond .comment-form-author, .comment-respond .comment-form-email {
        flex-direction: column;
        align-items: start;
    }

    .comment-respond .comment-form .comment-form-author label, .comment-respond .comment-form .comment-form-email label {
        display: block;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 550px) {
    .entry-content img {
        float: none;
        display: block;
    }
    .no-results:after {height: 10vh;}
}

@media all and (max-width: 456px) {
    .g-recaptcha {
        transform: none !important;
    }
}

@media all and (max-width: 440px) {
.no-results input[type="submit"] {
width: auto;
}
.no-results .inputbox {padding-right: 110px;}
}

@media all and (max-width: 380px) {
    .comment-form .g-recaptcha > div {
        min-width: 271px;
        width: auto !important;
        margin-left: -15px;
        margin-right: -20px;
    }
}