/*
Theme Name: partnet
Theme URI: http://www.brodnet.pl/
Author: Brodnet - Aplikacje internetowe
Author URI: http://underscores.me/
Description: Strona firmowa Partnet
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: partnet


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.

partnet is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
    font-family: 'Open Sans', sans-serif;
}

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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    font-family: sans-serif;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    overflow: auto;
    margin-bottom: 1.6em;
    padding: 1.6em;
    max-width: 100%;
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

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 {
    max-width: 100%; /* Make sure images are scaled correctly. */
    height: auto; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: .6em 1em .4em;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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 {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}

select {
    border: 1px solid #ccc;
}

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 {
    color: #111;
}

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"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    float: left;
    margin: 0 20px;
    transition: 0.5s ease;
}

.main-navigation li:before {
    position: absolute;
    top: 43px;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.main-navigation li:hover::before {
    color: #ff4800;
    text-shadow: 10px 0 #ff4800, -10px 0 #ff4800;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    float: left;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
    top: 0;
    left: -999em;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    outline: none;
    color: #ff4800;
    font-weight: 500;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

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

.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;
    width: 50%;
    text-align: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    display: table;
    table-layout: fixed;
    content: "";
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

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

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

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

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

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

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.site-header {
    height: 90px;
}

.wrapper {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    height: auto;
}

.half-wrapper {
    display: block;
    overflow: visible;
    max-width: 610px;
    width: 100%;
}

.two-blocks .half-wrapper h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}

.two-blocks .half-wrapper.left p {
    margin: 15px 0;
    color: #fff;
}

.two-blocks .client-service .half-wrapper h3 {
    margin-bottom: 39px;
}

.two-blocks .client-service .half-wrapper a:last-child {
    margin-top: 26px;

}

.left {
    float: left;
}

.two-blocks .left {
    padding: 60px 0px 60px 30px;
}

.two-blocks .half-wrapper.left h2 {
    margin-top: 0;
    color: #fff;
    font-weight: normal;
}

.two-blocks .half-wrapper.left ul {
    margin: 0;
    padding: 0px;
    color: #fff;
    list-style: none;
}

.two-blocks .half-wrapper.left ul:nth-child(5) {
    margin-bottom: 48px;
}

.two-blocks .half-wrapper.left ul li {
    position: relative;
    padding-left: 10px;
}

.two-blocks .half-wrapper.left ul li:before {
    position: absolute;
    top: -4px;
    left: 0;
    color: #ff2727;
    content: '. ';
}

.two-blocks .half-wrapper.left a {
    float: left;
    min-width: 220px;
    text-align: center;
}

.two-blocks .half-wrapper.left.gratis {
    position: relative;
}

.two-blocks .half-wrapper.left.gratis:after {
    position: absolute;
    top: 40px;
    right: 0;
    width: 199px;
    height: 81px;
    background: url("img/gratis.png");
    content: '';
}

.two-blocks .half-wrapper.right.key {
    position: relative;
}

.two-blocks .half-wrapper.right.key:after {
    position: absolute;
    top: 40px;
    right: 0;
    width: 242px;
    height: 299px;
    background: url("img/key_2.jpg");
    content: '';
}

.right {
    float: right;
}

.two-blocks .right {
    padding: 60px 30px 60px 0;
}

.two-blocks .half-wrapper.right h2 {
    margin-top: 0;
    text-align: right;
    font-weight: normal;
}

.two-blocks .half-wrapper.right ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.two-blocks .half-wrapper.right ul li {
    position: relative;
    margin-bottom: 18.3px;
    padding-right: 10px;
}

.two-blocks .half-wrapper.right ul li:after {
    position: absolute;
    top: -4px;
    right: 0;
    color: #ff2727;
    content: '. ';

}

.two-blocks .half-wrapper.right a {
    float: right;
    min-width: 220px;
    text-align: center;
}

.site-branding, .main-navigation {
    display: block;
    float: left;
    clear: none;
    overflow: visible;
    width: 50%;
    height: 90px;
}

.w50.services {
    background: #f8f8f8;
}

.w50.form {
    background: #efefef;
}

.site-branding {
    position: relative;
    border-bottom: 4px solid #ff4800;
    background: #0070b9;
}

.site-branding:after, .site-branding:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    width: 5px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(#000, transparent);
    background-image: -moz-linear-gradient(#000, transparent);
    background-image: -o-linear-gradient(#000, transparent);
    background-image: linear-gradient(#000, transparent);
    content: "";
}

.site-title {
    margin: 0;
    padding-top: 8px;
}

.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-title a:active,
.site-title a:focus {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.site-title a img {
    vertical-align: middle;
}

.site-title a span {
    position: relative;
    padding-left: 20px;
    font-weight: normal;
}

.site-title a span:before {
    position: absolute;
    top: -2.6px;
    left: 5px;
    content: '|';
}

.main-navigation {
    /*padding-top: 30px;*/
    border-bottom: 4px solid #fff;
    background: #0065a6;
}

.main-navigation ul li a {
    padding-top: 30px;
}

.main-navigation li a:after {
    position: absolute;
    top: 25px;
    right: -23px;
    color: #fff !important;
    content: '.';
}

.main-navigation li:last-child a:after {
    content: '';
}

.main-navigation a, .main-navigation a:hover, .main-navigation a:visited, .main-navigation a:active, .main-navigation a:focus {
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}

.three-blocks ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.three-blocks ul li {
    position: relative;
    display: inline-block;
    margin-right: 1.5%;
    width: 32%;
    text-align: left;
}

.three-blocks ul li a {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
}

.three-blocks ul li:last-child {
    margin-right: 0;
}

.three-blocks ul li h2 {
    margin: 0;
    font-weight: 600;
}

.three-blocks ul li p {
    margin: 5px 0 20px 0;
}

.three-blocks ul li p:last-child {
    position: relative;
    float: right;
    padding-right: 25px;
    text-decoration: none;
}

.three-blocks ul li p:last-child:after {
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("img/arrow.png");
    content: '';
}

.three-blocks ul li a {
    display: block;
    overflow: hidden;
    height: auto;
    color: #404040;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.three-blocks ul li a:visited, .three-blocks ul li a:active, .three-blocks ul li a:focus {
    color: #404040;
}

.three-blocks ul li a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.three-blocks ul li a:hover p:last-child {
    text-decoration: underline;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

.orange, .orange:hover, .orange:visited, .orange:focus, .orange:active {
    color: #ff4800;
    font-weight: 700;
}

.back-orange {
    background: #ff4800;
}

.btn-orange {
    padding: 10px;
    width: 160px;
    border-radius: 5px;
    background: #ff4800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-orange:hover {
    background: #fff;
    color: #ff4800 !important;
}

.btn-orange:hover, .btn-orange:visited, .btn-orange:active, .btn-orange:focus {
    color: #fff;
}

.w50 {
    display: block;
    float: left;
    overflow: hidden;
    width: 50%;
    height: auto;
}

.about-us {
    display: block;
    float: left;
    overflow: visible;
    padding: 75px 0;
    width: 100%;
    height: auto;
    background: #e9e9e9;

}

.about-us > .wrapper {
    position: relative;
    overflow: visible;
}

.about-us .wrapper:after {
    position: absolute;
    right: 96px;
    bottom: -50px;
    width: 120px;
    height: 90px;
    background: url("img/kształt.png") center center no-repeat;
    background-size: contain;
    content: '';
}

.about-us ul {
    display: table;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.about-us ul li {
    display: inline-block;
    display: table-cell;
    text-align: left;
    font-size: 15px;
}

.about-us ul li:first-child {
    padding-right: 5%;
    max-width: 445px;
    width: 39%;
}

.about-us ul li:nth-child(2) {
    padding-right: 5%;
    width: 33%;
}

.about-us ul li:last-child {
    width: 18%;
}

.two-blocks {
    display: flex;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.two-blocks > .wrapper > .w50 > h2, .two-blocks > .wrapper > .w50 > p, .two-blocks > .wrapper > .w50 > h4 {
    padding-right: 25px;
}

.two-blocks > .wrapper > .w50 > h2 {
    color: #0065a6;
    font-weight: 700;
    font-size: 29px;
}

.two-blocks > .wrapper > .w50 > h4 {
    color: #ff4800;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.4;
}

.two-blocks > .wrapper > .w50 > p {
    font-size: 16px;
    line-height: 1.3;
}

.two-blocks figure {
    position: relative;
    margin: 0;
}

.two-blocks figcaption {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 88%;
    color: #fff;
}

.price {
    margin: 65px 0;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
}

.two-blocks table {
    margin: 1%;
    width: 98%;
    border-spacing: 0 2px;
    border-collapse: separate;
    text-align: center;
}

.two-blocks.tables .w50 table tr td {
    padding: 5px 15px;
}

.two-blocks.tables table thead tr td {
    background: #0070b9;
    color: #fff;
}

.two-blocks.tables .w50:last-child table thead tr td {
    background: #ff4800;
}

.two-blocks.tables .w50 table tbody tr td {
    width: 50%;
    background: #e5f4ff;
    text-align: center;
}

.two-blocks.tables .w50 table tbody tr td:last-child {
    background: #0070b9;
    color: #fff;
    font-weight: 700;
}

.two-blocks.tables .w50:last-child table tbody tr td {
    width: 50%;
    background: #ffe2d7;
    text-align: center;
}

.two-blocks.tables .w50:last-child table tbody tr td:last-child {
    background: #ff4800;
    color: #fff;
    font-weight: 700;
}

.bigger {
    font-weight: bolder;
    font-size: 70px;
}

.big {
    font-weight: bolder;
    font-size: 30px;
}

.first {
    margin: 0;
    line-height: 1;
}

.big-blue {
    margin: 0 0 10px 0;
    color: #005d9a;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 34px;
}

.blue {
    float: left;
    margin: 0;
    color: #005d9a;
    font-size: 19px;
}

.blue a {
    margin-left: 30px;
}

.white {
    float: left;
    padding: 15px;
    width: auto;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 9px 5px -5px rgba(101, 176, 207, 1);
    -moz-box-shadow: 0px 9px 5px -5px rgba(101, 176, 207, 1);
    box-shadow: 0px 9px 5px -5px rgba(101, 176, 207, 1);
}

.center-text {
    margin: 100px auto;
    text-align: center;
}

.padding {
    padding: 30px;
}

.site-footer {
    height: 90px;
}

.wrapper-bordnet {
    display: block;
    float: left;
    width: 33.5%;
    background: #0065a6;
}

.wrapper-copy {
    display: block;
    float: right;
    width: 66.5%;
    background: #0070b9;
}

.brodnet, .copy {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 90px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.brodnet {
    float: right;
    max-width: 220px;

}

.copy {
    float: left;
    max-width: 1000px;
}

.copy p, .brodnet a, .top-btn {
    position: relative;
    top: 50%;
    display: block;
    color: #fff;
    font-size: 13px;
    transform: translateY(-50%);
}

.copy p {
    float: left;
    margin: 0;
    padding-left: 30px;
    width: auto;
    line-height: 7.3;
}

.top-btn {
    float: right;
    width: 44px;
    height: 44px;
}

.brodnet a {
    float: left;
    padding-right: 0px;
    text-decoration: none;
    line-height: 3.7;
}

.brodnet a:hover {
    text-decoration: underline;
}

.brodnet a:hover, .brodnet a:visited, .brodnet a:active, .brodnet a:focus {
    color: #fff;
}

.brodnet a p img {
    width: 75px;
    vertical-align: middle;
    vertical-align: middle;
}

.brodnet a p span {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.top-header {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 174px;
}

.top-header .wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.shadow {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 18px 10px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 18px 10px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 18px 10px -15px rgba(0, 0, 0, 0.2);
}

.top-header h2, .top-header h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.top-header h2 {
    font-size: 39px;
}

.top-header h4 {
    font-size: 19px;
}

.two-blocks.back-orange {
    padding: 50px;
    color: #fff;
}

.two-blocks.back-orange div.w50 {
    text-align: center;
}

.two-blocks.back-orange .wrapper {
    overflow: visible;
}

.two-blocks.back-orange div.w50:first-child {
    position: relative;
    overflow: visible;
}

.two-blocks.back-orange div.w50:first-child:after {
    position: absolute;
    top: -20px;
    right: 0;
    width: 199px;
    height: 81px;
    background: url("img/gratis.png");
    content: '';
}

.two-blocks.back-orange div.w50 p {
    margin: 0;
    text-align: left;
}

.two-blocks.back-orange div.w50 p:first-child {
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 32px;
}

.two-blocks.back-orange div.w50 p:last-child {
    font-weight: normal;
    font-size: 18px;
}

.two-blocks.tables {
    margin-bottom: 50px;
}

.contact ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.contact ul li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}

.contact ul li figure {
    position: relative;
    margin: 30px 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.contact ul li figure figcaption {
    position: absolute;
    top: 0;
    left: 60px;
    top: 45%;
    transform: translateY(-50%);
}

.contact-left, .contact-right {
    display: block;
    overflow: hidden;
}

.contact-left {
    position: relative;
    float: left;
    overflow: visible;
    max-width: 480px;
    width: 39.34%;
}

.contact-left input, .half-wrapper.right.key input {
    margin-bottom: 10px;
    padding: 8px;
}

.contact-left p a {
    color: #808080;
    font-size: 14px;
}

div.wpcf7 img.ajax-loader {
    margin: 0;
}

.wrapper.forms .contact-left:after {
    position: absolute;
    right: 180px;
    bottom: -170px;
    width: 134px;
    height: 162px;
    background: url("img/key.jpg") center center no-repeat;
    background-size: contain;
    content: '';
}

.contact-right {
    float: right;
    max-width: 740px;
    width: 60.66%;
}

#googleMapWrapFooter {
    width: 100%;
    height: 440px;
}

.wrapper.shadow.contact {
    padding-bottom: 5px;
}

.wpcf7-form p {
    margin: 0;
}

.half-wrapper.right.key .wpcf7-form p:nth-child(6),
.half-wrapper.right.key .wpcf7-form p:nth-child(6) a,
.half-wrapper.right.key .wpcf7-form p:nth-child(6) input[type="submit"] {
    float: left;
}

.half-wrapper.right.key .wpcf7-form p:nth-child(6) a {
    margin-top: 18px;
    padding-right: 30px;
    color: #808080;
}

.half-wrapper.right.key .wpcf7-form p:nth-child(6) a:hover,
.half-wrapper.right.key .wpcf7-form p:nth-child(6) a:visited,
.half-wrapper.right.key .wpcf7-form p:nth-child(6) a:focus,
.half-wrapper.right.key .wpcf7-form p:nth-child(6) a:active {
    color: #808080;
}

.wpcf7-form > p:nth-child(2) {
    font-size: 32px;
}

.wpcf7-form > p:nth-child(3) {
    margin-bottom: 25px;
    color: #ff4800;
    font-weight: 700;
    font-size: 16px;
}

.wpcf7-form input[type="submit"] {
    margin-top: 20px;
    padding: 10px;
    min-width: 160px;
    width: auto;
    border: none;
    border-radius: 5px;
    background: #ff4800;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    line-height: 1.1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #ff4800;
}

.contact-right .wpcf7-form input[type="submit"] {
    float: right;
}

.form-left, .form-right {
    display: block;
    float: left;
    overflow: hidden;
}

.form-left {
    padding: 20px;
    max-width: 290px;
    width: 39.18%;
    height: auto;
    background: #ed761d;
    background: -webkit-linear-gradient(#ed761d, #e42922);
    background: -o-linear-gradient(#ed761d, #e42922);
    background: -moz-linear-gradient(#ed761d, #e42922);
    background: linear-gradient(#ed761d, #e42922);
}

.form-left p {
    margin: 15px 0;
    color: #fff;
}

.form-left input {
    padding: 6px;
    width: 100%;
}

.form-right {
    padding: 20px;
    max-width: 450px;
    width: 60.82%;
    height: auto;
    border-bottom: 4px solid #e42922;
    background: #ebebeb;
}

.form-right p {
    height: 242px;
}

.form-right textarea {
    height: 204.5px;
    resize: none;
}

.wrapper.forms {
    margin-top: 30px;
    margin-bottom: 80px;
}

div.wpcf7-validation-errors {
    margin: 80px auto 50px auto;
    width: 80%;
}

span.wpcf7-not-valid-tip {
    color: #000;
}

.w50.fee {
    background: #e9e9e9;
}

.w50.fee .right > p:first-child {
    margin: 0px 0 40px 0;
    width: 100%;
    font-size: 39px;
}

.w50.fee .right > div {
    float: left;
    width: 100%;
    height: auto;
}

.w50.fee .right .big-price {
    width: auto;
    font-size: 29px;
}

.w50.fee .right p {
    float: left;
    margin: 0;
    width: 40%;
}

#contact_form_pop textarea {
    width: 97.3%;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-target {
    float: right;
    margin-top: 11px;
    margin-bottom: 60px;
    width: 58%;
    border: none;
    background: #0070b9 !important;
    box-shadow: none;
}

.noUi-target:after, .noUi-target:before {
    position: absolute;
    top: -6px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    content: '';
    pointer-events: none;
}

.noUi-target:after {
    left: 0px;
}

.noUi-target:before {
    right: 0px;
}

.noUi-base {
    width: 100% !important;
    height: 5px !important;
}

.noUi-horizontal .noUi-handle {
    top: -13px !important;
    padding-top: 32px;
    width: 50px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.noUi-handle:before {
    top: -2px !important;
    left: 5px !important;
    padding-top: 32px;
    width: 34px !important;
    height: 34px !important;
    border-radius: 17px !important;
    background: #FFF !important;
}

.noUi-handle:after {
    top: 8px !important;
    left: 15px !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 7px !important;
    background: #ff4800 !important;
}

.noUi-horizontal .noUi-handle {
    left: -21px !important;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 2;
}

.two-blocks .wrapper .w50 figure img {
    height: 100%;
    object-fit: cover;
}

.two-blocks .wrapper .w50, .two-blocks .wrapper .w50 figure {
    margin-bottom: -3px;
    height: 100%;
}

.menu-toggle {
    position: relative;
    float: none;
    margin: 0 auto 0 15px;
    width: 100px;
    background: none;
    box-shadow: none;
    color: #fff;
}

.menu-toggle:before {
    position: absolute;
    top: 41px;
    left: 49px;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-toggle:after {
    position: absolute;
    top: 35px;
    left: 49px;
    display: block;
    width: 20px;
    height: 14px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#jPanelMenu-menu a.menu-toggle:before {
    display: none;
    content: '';
}

#jPanelMenu-menu a.menu-toggle:after {
    display: none;
    content: '';
}

#mobile-menu{
    position: relative;
}

header nav div span {
    position: absolute;
    bottom: -80px;
    right: 65px;
    z-index: 100;
    color: #fff;
    font-size: 17px;
}
header nav div span:nth-child(3):after {
    position: absolute;
    top: -5px;
    right: -19px;
    color: #fff !important;
    content: '.';
}
header nav div span:nth-child(3) {
    right: 250px;
}

/**********************MEDIA*******************************/
@media screen and (max-width: 1299px) {
    .half-wrapper.left, .copy, .w50.text-right {
        padding-right: 15px;
    }

    .two-blocks > .wrapper > .w50 > p {
        margin: 10px 0;
    }

    .two-blocks > .wrapper > .w50 > h4 {
        margin: 15px 0;
        line-height: 1.2;
    }

    .two-blocks > .wrapper > .w50 > h2 {
        margin: 25px 0;
    }

    .half-wrapper.right, .top-header h4, .top-header h2, .w50.text-left {
        padding-left: 15px;
    }

    .about-us {
        padding: 75px 15px;
    }

    .about-us .wrapper:after {
        right: 70px;
    }

    .two-blocks .half-wrapper.left.gratis:after {
        right: 15px;
    }

    .flexslider.top .slides .flex-caption {
        margin-left: -550px;
        max-width: 1100px !important;
    }

    .wrapper.shadow.contact, .wrapper.forms, .three-blocks {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation li {
        margin: 0 10px;
    }

    .main-navigation ul {
        float: left;
        margin-left: 10px;
        height: auto;
    }

    .main-navigation li a:after {
        right: -12px;
    }

    .flexslider.top .slides .flex-caption {
        bottom: 60px;
        margin-left: -490px;
        max-width: 980px !important;
    }

    .bigger {
        font-size: 60px;
    }

    .big, .big-blue {

        font-size: 27px;
    }

    .two-blocks .half-wrapper.right.key:after {
        display: none;
    }

    .w50.fee .right .big-price {
        font-size: 21px;
    }

    .two-blocks .half-wrapper.left.gratis:after {
        top: 20px;
        width: 25%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .two-blocks > .wrapper > .w50 > p {
        margin: 5px 0;
    }

    .two-blocks > .wrapper > .w50 > h4 {
        margin: 10px 0;
    }

    .two-blocks > .wrapper > .w50 > h2 {
        margin: 20px 0;
    }

    .two-blocks figcaption p span span {
        font-size: 200% !important;
    }

    .two-blocks.back-orange div.w50:first-child:after {
        top: 100%;
        background-position: top center;
        background-size: 75%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1099px) {

    .two-blocks > .wrapper > .w50 > p {
        line-height: 1.2;
    }

    .two-blocks > .wrapper > .w50 > h4 {
        font-size: 18px;
        line-height: 1.1;
    }

    .two-blocks > .wrapper > .w50 > h2 {
        margin: 15px 0;
        font-size: 24px;
    }

    .two-blocks.back-orange div.w50:first-child:after {
        background-size: 65%;
    }

}

@media screen and (max-width: 999px) {
    .main-navigation li {
        margin: 0 5px;
    }

    .main-navigation li a:after {
        display: none;
        content: '';
    }

    .flexslider.top .slides .flex-caption {
        margin-left: -440px;
        max-width: 880px !important;
    }

    .blue {
        font-size: 16px;
    }

    .blue a {
        margin-left: 15px;
    }

    .bigger {
        font-size: 40px;
    }

    .big, .big-blue {
        font-size: 21px;
    }

    .w50.fee .right .big-price {
        font-size: 16px;
    }

    .contact-right {
        width: 59%;
    }
}

@media screen and (max-width: 899px) {
    .two-blocks {
        display: block;
    }

    .w50 {
        width: 100%;
    }

    .half-wrapper {
        max-width: 100%;
    }

    .half-wrapper.left.gratis, .half-wrapper.right.key, .w50 .half-wrapper.right, .w50 .half-wrapper.left {
        padding: 45px;
    }

    .two-blocks .half-wrapper.left.gratis:after, .two-blocks .half-wrapper.right.key:after {
        right: 100px;
    }

    .two-blocks .half-wrapper.right a, .half-wrapper.right.key input[type='submit'] {
        /*float: left;*/
    }

    .two-blocks .half-wrapper.right ul li {
        margin-bottom: 10px;
    }

    .two-blocks .half-wrapper.right ul, .two-blocks .half-wrapper.left ul:nth-child(5) {
        margin-bottom: 30px;
    }

    .about-us {
        padding-top: 30px;
    }

    .flexslider.top .slides .flex-caption {
        margin-left: -390px;
        max-width: 780px !important;
    }

    .two-blocks .half-wrapper.right.key:after {
        display: block;

    }

    .two-blocks .half-wrapper.left.gratis:after {
        top: 40px;
        width: 199px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .three-blocks ul li {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .three-blocks ul li p:nth-child(4) {
        padding: 0 50px;
        text-align: left;
    }

    .three-blocks ul li a {
        margin-right: 90px;
    }

    .w50.fee .right .big-price {
        font-size: 29px;
    }

    .three-blocks {
        padding: 0;
    }

    .two-blocks .wrapper {
        display: block;
    }

    .two-blocks .wrapper .w50 figure img {
        max-height: 380px;
        width: 100%;
        object-fit: fill;
    }

    .w50.text-right, .w50.text-left {
        padding: 45px;
    }

    .two-blocks > .wrapper > .w50 > h2, .two-blocks > .wrapper > .w50 > p, .two-blocks > .wrapper > .w50 > h4 {
        padding-right: 0;
    }

    .two-blocks.back-orange div.w50 {
        margin-top: 30px;
    }

    .two-blocks.back-orange div.w50:first-child:after {
        top: -50px;
        background-size: 80%;
    }

    .contact-right {
        max-width: 100%;
        width: 100%;
    }

    .wrapper.forms .contact-left:after {
        right: 0;
        bottom: 0;
    }

    .contact-left {
        float: none;
        margin: 20px auto;
        max-width: 100%;
        width: 65%;
    }

    .wrapper.shadow.contact .contact-left {
        width: 100%;
    }

    .contact ul {
        overflow: hidden;
        margin-bottom: 40px;
        height: auto;
        text-align: center;
    }

    .contact ul li {
        display: inline-block;
        float: left;
        min-width: 300px;
        width: 50%;
        text-align: left;
    }

    .contact ul li figure {
        width: 100%;
    }

    .contact ul li figure img {
        float: left;
    }

    .contact ul li figure figcaption {
        left: 50px;
    }
}

@media screen and (max-width: 899px) {

    .menu-toggle {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }

    #jPanelMenu-menu {
        overflow: auto !important;
        padding: 0 15px;
        max-height: 100%;
        width: 249px !important;
        border-right: 1px solid #000;
        background: #fff;
    }

    .menu-main-menu-container {
        width: 100% !important;
    }

    #jPanelMenu-menu h2.mobshow {
        display: block !important;
        margin: 10px 0 0;
        color: #000;
        text-align: center;
    }

    #jPanelMenu-menu ul {
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    #jPanelMenu-menu li {
        float: left;
        margin-bottom: 2px;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ff4800;
        background: none;
        list-style: none;

    }

    #jPanelMenu-menu a {
        display: block;
        margin: 0 !important;
        padding: 0 15px !important;
        width: 100%;
        height: 40px;
        border: 0;
        border-radius: 0;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 40px;
        transition: 0.5s ease;

    }

    #jPanelMenu-menu li a:focus,
    #jPanelMenu-menu li a:hover,
    #jPanelMenu-menu li.current-page-item a,
    #jPanelMenu-menu li.current-menu-item a,
    #jPanelMenu-menu li.current-page-ancestor a,
    #jPanelMenu-menu li.current-menu-ancestor a {
        background: #ff4800;
        color: #fff;
    }

    .menu-toggle span {
        position: relative;
        top: -5px;
        font-size: 30px;
    }
}

@media screen and (min-width: 900px) {
    .menu-toggle, #menu-trigger {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 799px) {
    .flexslider.top .slides .flex-caption {
        margin-left: -340px;
        max-width: 680px !important;
    }

    .white {
        padding: 10px;
    }

    .blue a {
        font-size: 13px;
    }

    .bigger {
        font-size: 32px;
    }

    .big, .big-blue {
        font-size: 18px;
    }

    .two-blocks .half-wrapper.right.key:after {
        right: 0;
        display: block;
    }

    .contact-left {
        width: 85%;
    }

    .site-branding {
        width: 80%;
    }

    .main-navigation {
        width: 20%;
    }

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 699px) {
    .flexslider.top .slides .flex-caption {
        margin-left: -275px;
        max-width: 550px !important;
    }

    .flexslider .slides > li > img {
        min-height: 210px;
        /*height: 100%;*/
        object-fit: cover;
    }

    .about-us ul li {
        display: block;
        max-width: 100% !important;
        width: 100% !important;
    }

    .about-us {
        padding: 30px 15px;
    }

    .about-us h2 {
        margin: 10px 0;
    }

    .about-us .wrapper:after {
        bottom: 0;
    }

    .two-blocks .half-wrapper.left.gratis:after {
        right: 15px;
    }

    .contact-left {
        width: 100%;
    }
}

@media screen and (max-width: 666px) {
    .w50.fee .right .big-price {
        font-size: 24px;
    }

    .two-blocks .half-wrapper.right.key:after {
        width: 34%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .wrapper-copy, .wrapper-bordnet {
        width: 100%;
    }

    .brodnet, .copy {
        float: left;
        padding-left: 15px;
        height: 55px;
    }

    .brodnet {
        height: 50px;
    }

    .copy {
        height: 110px;
    }

    .copy p {
        padding-left: 0;
    }

    .site-footer {
        height: auto;
    }

    .w50.text-right, .w50.text-left {
        padding: 25px;
    }

    .brodnet a {
        line-height: 0.7;
    }

}

@media screen and (max-width: 566px) {
    .wrapper.forms .contact-left:after {
        display: none;
    }

    .form-left, .form-right {
        padding: 10px;
    }
}

@media screen and (max-width: 599px) {
    .flexslider.top .slides .flex-caption {
        bottom: 50px;
        margin-left: -225px;
        max-width: 450px !important;
    }

    .flex-control-nav {
        bottom: 10px;
    }

    .blue {
        font-size: 12px;
    }

    .blue a {
        margin-left: 5px;
        padding: 5px;
        font-size: 12px;
    }

    .two-blocks .half-wrapper.right.key:after {
        display: none;
    }

    .two-blocks .half-wrapper.left.gratis:after {
        width: 25%;
        background-size: contain;
    }

    .three-blocks ul li p:nth-child(4) {
        padding: 0 15px;
    }

    .three-blocks ul li a {
        margin: 0px;
    }

    .three-blocks ul li {

    }

}

@media screen and (max-width: 499px) {
    .site-title a span {
        display: none;
    }

    .site-branding {
        width: 70%;
    }

    .main-navigation {
        width: 30%;
    }
}

@media screen and (max-width: 479px) {
    .flexslider.top .slides .flex-caption {
        bottom: 40px;
        margin-left: -150px;
        max-width: 300px !important;
    }

    .flex-control-nav {
        bottom: 10px;
    }

    .blue {
        text-align: center;
        line-height: 2.5;
    }

    .blue a {
        margin-top: 5px;
        padding: 5px;
        font-size: 12px;
    }

    .big, .big-blue {
        font-size: 16px;
        line-height: 1.3;
    }

    .big-blue {
        margin-bottom: 0;
    }

    .white {
        background: none;
        box-shadow: none;
    }

    .two-blocks .half-wrapper.left.gratis:after {
        top: 10px
    }

    .half-wrapper.left.gratis, .half-wrapper.right.key, .w50 .half-wrapper.right, .w50 .half-wrapper.left {
        padding: 30px 15px;
    }

    .half-wrapper.right.key .wpcf7-form p:nth-child(6), .w50.fee .right p, .w50.fee .right > div {
        width: 100%;
    }

    .noUi-target {
        margin: 25px 0;
        width: 97%;
    }

    .half-wrapper.right.key .wpcf7-form p:nth-child(6) input[type="submit"],
    .half-wrapper.right.key .wpcf7-form p:nth-child(6) a,
    .two-blocks .half-wrapper.right a,
    .w50.fee .right .big-price {
        display: block;
        float: none;
        margin: 0 auto;

    }

    .w50.fee .right > div {
        margin-top: 30px;
    }

    .half-wrapper.right.key .wpcf7-form p:nth-child(6) a {
        padding: 0;
    }

    .half-wrapper.right.key input {
        width: 100%;
    }

    .half-wrapper.right.key input[type="submit"] {
        width: auto;
    }

    .w50.fee .right > p:first-child {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .w50.fee .right .big-price {
        margin-bottom: 25px;
    }

    .two-blocks .half-wrapper h3, .two-blocks .client-service .half-wrapper h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .two-blocks .half-wrapper.right ul li {
        margin-bottom: 5px;
    }

    .about-us .wrapper:after {
        right: -10px;
    }

    .w50.text-right, .w50.text-left {
        padding: 15px;
    }

    .two-blocks figcaption {
        left: -10px;
        width: 100%;
        line-height: 1.1;
    }

    .two-blocks.back-orange {
        padding: 25px;
    }

    .two-blocks.back-orange div.w50 p:first-child {
        margin-top: 30px;
        font-size: 24px;
    }

    .wpcf7-form > p:nth-child(2) {
        font-size: 24px;
    }

    .contact-left input, .half-wrapper.right.key input {
        width: 100%;
    }

    .contact-left p a {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .form-left, .form-right {
        width: 100%;
    }
}