body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, table, th, td, embed, object {
    padding: 0;
    margin: 0
}

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

fieldset, img, abbr {
    border: 0
}

address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
    font-weight: 400;
    font-style: normal
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: 700
}

q:before, q:after {
    content: ''
}

a, ins {
    text-decoration: none
}

.small_text_blog_more h1, .small_text_blog_more h2, .small_text_blog_more h3, .small_text_blog_more h4, .small_text_blog_more h5, .small_text_blog_more h6 {
    font-weight: 700
}

.small_text_blog_more h1 {
    font-size: 2em;
    margin: .67em 0
}

.small_text_blog_more h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.small_text_blog_more h3 {
    font-size: 1.17em;
    margin: .83em 0
}

.small_text_blog_more h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.small_text_blog_more h6 {
    font-size: .75em;
    margin: 1.67em 0
}

::selection {
    background: #236700;
    color: #fff
}

::-moz-selection {
    background: #236700;
    color: #fff
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial;
    overflow-y: visible;
    height: 100%
}

div {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #3e9b05
}

a:hover {
    opacity: .9
}

a:visited {
    color: #3e9b05
}

a img {
    border: 0
}

.bold {
    font-family: 'Roboto', Arial;
    font-weight: 500
}

.thin {
    font-weight: 400 !important
}

.clear {
    clear: both
}

.center {
    width: 100%;
    text-align: center
}

.right {
    width: 100%;
    text-align: right
}

.loader, .loader_przedPayu {
    display: none
}

.button a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: -8px;
    padding-top: 8px
}

.button a:hover {
    opacity: 1
}

.link a {
    text-decoration: none;
    color: #3e9b05
}

.link a:hover {
    opacity: .8
}

.nodisplay {
    display: none
}

input[type=text] {
    outline: none
}

input, textarea, select {
    font-family: 'Roboto', Arial
}

h4 {
    color: #3e9b05;
    display: inline;
    font-weight: 400
}

code {
    background-color: #edffe3;
    font-family: 'Roboto', Arial;
    font-size: 1em;
    padding: 0;
    font-weight: 700
}

.small_text_blog code {
    font-weight: 400
}

strong {
    font-weight: 500
}

.small_text_blog_more strong {
    font-weight: 600
}

p strong a {
    font-weight: 600
}

header {
    font-family: 'Roboto', Arial;
    height: 105px;
    width: 100%;
    position: static;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e5e2;
    z-index: 3
}

header.fixed {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 1001
}

header .inner {
    height: 105px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0
}

header.fixed .inner {
    height: 60px
}

header .logo {
    position: absolute;
    top: 24px;
    left: 15px;
    display: inline-block;
    width: 260px;
    height: 57px;
    color: #236700;
    padding: 3px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1
}

header .logo img {
    float: left;
    margin-right: 20px
}

header .logo a {
    color: #236700
}

header.fixed .logo {
    top: 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    left: -40px
}

header nav ul {
    list-style: none;
    display: inline-block;
    width: 765px;
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3e9b05;
    text-align: right
}

header.fixed nav ul {
    top: 0
}

header nav div#responsive-menu {
    display: none;
    color: #236700;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 120px;
    height: auto;
    padding: 3px 2px 5px;
    position: absolute;
    right: 0;
    top: 35px;
    text-align: center;
    cursor: pointer
}

header nav div#responsive-menu span#responsive-button {
    display: inline-block;
    font-size: 13px;
    font-weight: 600
}

header nav div#responsive-menu:hover {
    border-color: #777;
    transition-duration: .3s
}

header nav div#responsive-menu span#responsive-button i {
    padding-top: 5px;
    padding-right: 5px
}

header nav div#responsive-menu ul {
    display: none;
    background-color: #fff;
    padding: 0;
    margin-top: 0;
    margin-left: -67px;
    width: 200px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-color: #e0e0e0 #cfcfcf #cfcfcf #e0e0e0;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    list-style: outside none none;
    z-index: 1009
}

header nav div#responsive-menu ul::before {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    content: " ";
    display: block;
    height: 12px;
    position: absolute;
    right: 12px;
    top: -7px;
    transform: rotate(45deg);
    width: 12px
}

header nav div#responsive-menu ul li {
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden
}

header nav div#responsive-menu ul li a {
    display: block;
    height: auto;
    padding: 10px 12px;
    text-align: left;
    line-height: 14px
}

header nav div#responsive-menu ul li a:hover {
    background: #fafafa
}

header nav div#responsive-menu ul li span {
    display: none
}

header nav div#responsive-menu ul li a {
    font-weight: 500 !important;
    font-size: 13px
}

header nav div#responsive-menu ul li .current {
    display: none
}

header nav div#responsive-menu .arrow_check_it {
    display: none !important
}

header nav ul li {
    padding: 5px 15px 0 12px;
    height: 35px;
    display: inline-block;
    text-align: center;
    position: relative
}

header nav ul li span {
    width: 100%;
    height: 3px;
    display: block;
    top: 18px;
    position: relative;
    opacity: 0;
    background-color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

header nav ul li .current {
    display: block;
    background-color: #3e9b05;
    opacity: 1;
    display: none
}

header nav ul li a {
    transition: all .2s linear 0;
    text-transform: uppercase;
    font-size: 13px
}

header nav ul li a:hover {
    opacity: 1;
    color: #236700
}

.arrow_check_it {
    position: absolute;
    width: 212px;
    height: 79px;
    border: 0 solid #000;
    display: block !important;
    bottom: -60px;
    left: 50px;
    background: url(../images/arrow_check_it.png) no-repeat
}

header .search {
    position: absolute;
    right: 20px;
    top: 15px
}

header.fixed .search {
    display: none
}

header #contact_info {
    float: left;
    width: 250px
}

header #contact_info .time {
    color: #7b8389;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px
}

header .search .contact {
    color: #236700;
    font-size: 22px;
    font-weight: 700
}

header .search_box {
    width: 80px;
    height: 26px;
    position: relative;
    top: 0;
    right: -5px;
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    border: 1px solid #adadad;
    text-align: left;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: inset 0 1px 10px 1px rgba(0, 0, 0, .9);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .1)
}

header .search_box form {
    margin: -2px 0;
    padding: 0
}

header .search_box .field {
    border: 0 solid #adadad;
    height: 20px;
    width: 1px;
    position: relative;
    background-color: #fff;
    padding: 0;
    margin: 5px 5px 5px 12px
}

header .search_box label {
    border: 0 solid #adadad;
    height: 20px;
    width: 30px;
    position: relative;
    float: right;
    top: 6px;
    display: inline-block;
    background: url(../images/glass.png) 50% 50% no-repeat
}

header .search_box label:hover {
    cursor: pointer
}

header .search_box:hover {
    cursor: pointer
}

section {
    width: 100%;
    background: #fff;
    font-family: 'Roboto', Arial;
    margin: 0 auto;
    position: relative
}

footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #e3e5e2;
    padding: 40px 0 10px;
}

footer .wspolpraca {
    height: 90px;
    width: 100%;
    padding: 0 0 5px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #e3e5e2;
    -webkit-box-shadow: inset 0 10px 50px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 10px 50px 0 rgba(0, 0, 0, .1)
}

footer .wspolpraca .inner {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    position: relative;
    display: block
}

footer .wspolpraca .inner ul {
    width: 960px;
    margin: 0 auto;
    padding: 0
}

footer .wspolpraca .inner ul li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    width: 90px;
    height: 70px;
    transition: all .2s ease-in-out;
    margin: 10px 8px 0 8px
}

footer .wspolpraca .inner ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.ub_1 {
    background: url(../images/ubezpieczalnia_1_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_2 {
    background: url(../images/liberty.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_3 {
    background: url(../images/ubezpieczalnia_3_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_4 {
    background: url(../images/ubezpieczalnia_4_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_5 {
    background: url(../images/ubezpieczalnia_5_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_6 {
    background: url(../images/ubezpieczalnia_6_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_7 {
    background: url(../images/ubezpieczalnia_7_bg.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_8 {
    background: url(../images/logo-aviva.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_9 {
    background: url(../images/proama.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_10 {
    background: url(../images/link4.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

.ub_11 {
    background: url(../images/ubezpieczalnia_9.png) no-repeat;
    background-position: 0 0;
    background-size: 90%
}

footer .wspolpraca .inner ul li:first-child {
    margin-left: 0
}

footer .wspolpraca .inner ul li:last-child {
    margin-right: 0
}

footer .wspolpraca .inner ul li img {
    max-height: 85px
}

footer .inner {
    position: relative;
    width: 1000px;
    height: 210px;
    padding: 0;
    margin: 0 auto
}

footer .inner div {
    display: inline-block;
    float: left;
    margin: 0;
    width: auto
}

footer .inner #ubezpieczenia {
    width: 200px
}

footer .inner #serwis {
    width: 220px
}

footer .inner #kontakt {
    width: 340px
}

footer .inner #telefon {
    width: 200px
}

footer .wspolpraca .inner div {
    margin-left: 0
}

footer .inner div span:first-child {
    font-weight: 600;
    font-size: 13px;
    display: block;
    color: #236700
}

footer .inner ul {
    list-style: none;
    margin: 0;
    padding: 10px 0
}

footer .inner ul li {
    font-size: 12px;
    color: #50604a;
    display: block;
    line-height: 1.6em
}

footer .inner ul li a {
    color: #3e9b05
}

footer .inner #telefon .infolinia_godziny {
    color: #7b8389;
    display: inline
}

footer .inner #telefon .infolinia_numer {
    clear: both;
    display: block;
    padding-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #236700
}

footer .inner #telefon .infolinia_email {
    clear: both;
    display: block;
    padding-top: 5px;
    font-size: 11px
}

footer .inner #formularz {
    width: 248px;
    height: 170px;
    float: right;
    margin-right: 0
}

footer .inner #formularz form {
    margin-top: 7px
}

footer .inner #formularz .normal {
    width: 100px;
    height: auto !important;
    margin: 3px 8px 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e3e5e2;
    padding: 5px 7px;
    font-size: 11px;
    -webkit-box-shadow: inset -1px 1px 5px 0 rgba(150, 150, 150, .1);
    box-shadow: inset -1px 1px 5px 0 rgba(150, 150, 150, .1);
    transition-duration: .3s
}

footer .inner #formularz .normal:hover {
    border: 2px solid #d0d0d0
}

footer .inner #formularz .normal:focus {
    border: 2px solid #b6c4a0
}

footer .inner #formularz .red {
    border-color: #ff5964
}

footer .inner #formularz input[type="submit"] {
    background: url(../images/button_bg.png) repeat-x;
    position: relative;
    display: block;
    top: 10px;
    right: 5px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    width: 73px;
    height: auto;
    float: right;
    padding: 5px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

footer .inner #formularz input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8
}

footer .inner #formularz input[type="checkbox"] + label {
    clear: both;
    display: block;
    height: 16px;
    padding-top: 5px;
    font-size: 11px;
    padding-left: 27px;
    background: url(../images/checkbox.png) bottom left no-repeat;
    cursor: pointer
}

footer .inner #formularz input[type="checkbox"]:checked + label {
    background: url(../images/checkbox_checked.png) bottom left no-repeat;
    cursor: pointer
}

footer .inner #formularz input[type="checkbox"] {
    position: relative;
    top: 10px;
    display: none
}

footer .inner #formularz input[type="submit"]:hover {
    background-color: #e3e5e2;
    cursor: pointer
}

footer .inner #formularz input[type="text"], footer .inner #formularz textarea {
    color: #909093
}

.form_msg {
    padding-top: 20px;
    color: #3e9b05;
    display: none;
    width: 100%
}

footer .inner #formularz .form_msg {
    display: none
}

.only_kontakt {
    text-align: center
}

footer .inner #stopka {
    margin-top: 35px
}

footer .inner #stopka span {
    font-size: 12px;
    font-weight: 500;
    color: #50604a;
    position: relative
}

footer .inner #stopka span strong {
    font-weight: 600
}

footer .inner #logo_footer {
    position: absolute;
    bottom: 35px;
    right: 20px;
    width: 32px;
    height: 30px
}

footer .inner #logo_footer:hover {
    cursor: pointer;
    opacity: .8
}

section .first_segment {
    background: url(../images/first_segment_bg.jpg) 0 60% no-repeat;
    width: 100%;
    height: 460px;
    border-bottom: 1px solid #f0f0f0
}

section .first_segment .inner {
    width: 970px;
    margin: 0 auto;
    height: 520px;
    position: relative;
    padding: 0
}

section .first_segment .inner #slogan {
    font-size: 50px;
    letter-spacing: -1px;
    position: relative;
    top: 75px;
    color: #236700;
    font-family: 'Poppins';
}

section .first_segment .inner #slogan_second {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    position: relative;
    top: 62px;
    color: #236700;
    font-family: 'Poppins';
}

section .first_segment .inner #slogan_third {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 60px;
    color: #236700
}

section .first_segment .inner #slogan_compare {
    display: inline-block;
    width: 450px;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    top: 95px;
    color: #222
}

section .first_segment .inner #compare {
    position: relative;
    top: 60px;
    width: 378px;
    height: 62px;
    display: block;
    padding: 0;
    background: url(../images/bar_bg.png);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

section .first_segment .inner #compare li {
    display: inline-block;
    float: left;
    width: 106px;
    height: 37px;
    margin: 3px;
    background-color: #fdfefc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    padding: 11px 8px 8px 6px;
    font-size: 13px;
    font-weight: 700;
    color: #6d746b;
    position: relative
}

section .first_segment .inner #compare li img {
    padding-top: 4px
}

section .first_segment .inner #compare li a {
    color: #6e7a62
}

section .first_segment .inner #compare li:hover {
    cursor: pointer;
    opacity: .9
}

section .first_segment .inner #compare span {
    width: 28px;
    display: inline-block;
    height: 31px;
    float: left;
    padding-top: 4px
}

section .first_segment .inner #compare span.compare-title {
    font-size: 15px;
    padding-left: 0;
    padding-top: 8px
}

section .first_segment .inner #compare span.compare-title-second {
    padding-left: 5px
}

section .first_segment .inner #compare span.compare-title-building {
    position: absolute;
    top: 5px;
    width: auto
}

section .first_segment .inner #lub {
    background: url(../images/icon_lub.png);
    width: 64px;
    height: 41px;
    display: block;
    position: relative;
    top: 66px
}

section .first_segment .inner #slogan_fourth {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 80px;
    color: #236700
}

section .first_segment .inner .button {
    position: relative;
    display: inline-block;
    background: #e04727;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 17px 30px;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    left: 0;
    top: 115px;
    text-transform: uppercase
}

section .second_segment {
    width: 100%;
    margin: 0 auto;
    height: 220px;
    background-color: #fff;
    position: relative
}

section .second_segment .inner {
    width: 1000px;
    margin: 0 auto;
    height: 220px;
    background: url(../images/second_segment_bg.jpg) no-repeat 0 100%;
    text-align: center
}

section .second_segment .inner #wspolpraca {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 20px;
    display: block
}

section .second_segment .inner #wspolpraca a {
    display: block
}

section .second_segment .inner #wspolpraca li a {
    width: 100%;
    height: 100%
}

section .second_segment .inner #wspolpraca ul {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    text-align: center
}

section .second_segment .inner #wspolpraca ul li {
    display: inline-block;
    position: relative;
    float: none;
    margin: 0 15px;
    width: 113px;
    height: 84px
}

section .second_segment .inner #wspolpraca ul li:first-child {
    margin-left: 0
}

section .second_segment .inner #wspolpraca ul li:last-child {
    margin-right: 0
}

section .second_segment .inner #wspolpraca ul li img {
    max-height: 85px
}

section .second_segment .inner span {
    font-weight: 700;
    font-size: 42px;
    padding-top: 50px;
    display: block;
    color: #334f25
}

section .third_segment:before {
    content: '';
    height: 505px;
    width: 75px;
    display: inline-block;
    background: url(../images/third_segment_before.jpg) 0 0 no-repeat;
    margin-right: -5px
}

section .third_segment {
    width: 100%;
    height: 505px;
    text-align: center;
    background-color: #fff;
    margin-bottom: -30px
}

section .third_segment .inner {
    width: 998px;
    margin: 0 auto;
    height: 503px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e5ece0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

section .third_segment .inner .product_first_index {
    width: 411px;
    height: 443px;
    border-right: 1px solid #e5ece0;
    text-align: left;
    margin: 0;
    padding: 30px 30px 30px 34px;
    display: inline-block;
    float: left;
    position: relative
}

section .third_segment .inner .product_second_index {
    width: 460px;
    height: 443px;
    text-align: left;
    margin: 0;
    padding: 30px;
    display: inline-block;
    float: left;
    position: relative
}

section .third_segment .inner .slogan {
    font-weight: 500;
    font-size: 25px;
    color: #278c00;
    position: relative
}

section .third_segment .inner .slogan h3 {
    font-weight: 500
}

section .third_segment .inner .small_text {
    font-size: 14px;
    position: relative;
    top: 22px;
    color: #50604a
}

section .third_segment .inner #oferty_z_towarzystw {
    position: relative;
    top: 38px;
    left: 25px;
    width: 367px;
    height: 98px;
    background: url(../images/oferty_z_towarzystw.png) no-repeat
}

section .third_segment .inner #oferty_z_towarzystw div {
    font-weight: 700;
    position: relative;
    top: 52px;
    left: 47px;
    font-size: 50px;
    color: #ed5228;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg)
}

section .third_segment .inner #kroki {
    width: 485px;
    height: 136px
}

section .third_segment .inner .button {
    display: inline-block;
    width: 220px;
    height: auto;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 125px);
    background: #e04727;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase
}

section .third_segment .inner .button:hover {
    cursor: pointer;
    opacity: .9
}

section .third_segment .inner .diff {
    top: 110px
}

section .third_segment .inner .button span {
    background: url(../images/arrow.png);
    width: 3px;
    height: 7px;
    display: inline-block;
    margin-left: 15px
}

section .third_segment:after {
    content: '';
    height: 505px;
    width: 75px;
    display: inline-block;
    background: url(../images/third_segment_after.jpg) 0 0 no-repeat;
    margin-left: -5px
}

section .fourth_segment {
    width: 100%;
    margin: 0;
    padding: 55px 0 40px;
    background: url(../images/fourth_segment_bg.jpg) 0 0 repeat-x;
    border-top: 1px solid #e3e5e2
}

section .fourth_segment .inner {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/lady.png) 47% 100px no-repeat;
    position: relative
}

section .fourth_segment .inner .index_arrow_left {
    width: 18px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(../images/index_arrow_left.png);
    top: 220px;
    left: -30px
}

section .fourth_segment .inner .index_arrow_right {
    width: 18px;
    height: 30px;
    display: block;
    position: absolute;
    background: url(../images/index_arrow_right.png);
    top: 220px;
    right: -30px
}

section .fourth_segment .inner .index_arrow_left:hover, section .fourth_segment .inner .index_arrow_right:hover {
    opacity: .7;
    cursor: pointer
}

section .fourth_segment .inner #dla-wnikliwych, section .fourth_segment .inner #info-boxes {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    display: block;
    color: #334f25
}

section .fourth_segment .inner aside {
    display: none
}

section .fourth_segment .inner aside:nth-child(3) {
    display: block;
    overflow: hidden
}

section .fourth_segment .inner .box1 {
    width: 325px;
    height: auto;
    padding: 20px;
    position: relative;
    float: left;
    display: inline-block
}

section .fourth_segment .inner .box1 .date {
    position: relative;
    float: left;
    width: 100px;
    display: inline-block;
    padding: 0;
    padding-top: 80px
}

section .fourth_segment .inner .box1 .day {
    font-size: 65px;
    color: #278c00
}

section .fourth_segment .inner .box1 .month {
    font-size: 12px;
    color: #278c00;
    font-weight: 700
}

section .fourth_segment .inner .box1 .title {
    position: relative;
    float: left;
    width: 245px;
    height: 100px;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #278c00;
    padding-top: 10px;
    border-bottom: 1px solid #278c00;
    z-index: 2;
    display: none
}

section .fourth_segment .inner .box1 .title_2 {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #278c00;
    padding: 15px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #278c00
}

section .fourth_segment .inner .box1 .title_2 h3 {
    font-weight: 500
}

section .fourth_segment .inner .right {
    position: relative;
    top: 5px;
    color: #cdcdcd
}

section .fourth_segment .inner .right a {
    font-size: 13px
}

section .fourth_segment .inner .box2 {
    width: 224px;
    height: 100px;
    position: relative;
    float: left;
    display: inline-block
}

section .fourth_segment .inner .small_text_blog {
    font-size: 14px;
    position: relative;
    color: #50604a
}

section .fourth_segment .inner .button {
    display: inline-block;
    width: auto;
    height: auto;
    background: #e04727;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase
}

section .fourth_segment .inner .button:hover {
    cursor: pointer;
    opacity: .8
}

section .fourth_segment .inner .button span {
    background: url(../images/arrow.png);
    width: 3px;
    height: 7px;
    display: inline-block;
    margin-left: 15px
}

section .product_first {
    clear: both;
    width: 100%;
    height: auto;
    display: block;
    background: #f8fff6;
    position: static;
    overflow: hidden;
    border-bottom: 2px solid #e4f2dc
}

section .product_first .inner {
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto
}

section .product_first .inner h1 {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
    position: static;
    color: #236700;
    padding: 30px 15px;
    font-family: 'Poppins'
}

section .product_second {
    width: 100%;
    position: relative;
    display: block;
    margin: 40px 0 50px
}

section .product_second .inner {
    width: 970px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px
}

section .product_second .inner p {
    font-size: 15px;
    color: #50604a
}

section .product_third {
    width: 100%;
    position: relative;
    display: block
}

section .product_third .inner {
    width: 1000px;
    position: static;
    margin: 0 auto;
    overflow: hidden
}

section .product_third .inner a {
    opacity: 1
}

section .product_third .inner .box {
    border: 2px solid #d4e8cc;
    width: 159px;
    height: 290px;
    display: block;
    float: left;
    margin: 0 15px;
    padding: 28px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

section .product_third .inner .box.reklamowy img {
    left: 0;
    bottom: 0
}

section .product_third .inner .box.reklamowy img:hover {
    cursor: pointer
}

section .product_third .inner .box:hover {
    opacity: 1;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    border: 2px solid #cdcdcd
}

section .product_third .inner .box .title {
    font-size: 22px;
    color: #278c00;
    display: block;
    line-height: 1em;
    border-bottom: 2px solid #d4e8cc;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px
}

section .product_third .inner .box .small_text {
    clear: both;
    display: block;
    font-size: 14px;
    color: #50604a
}

section .product_third .inner .box img {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1
}

section .product_third .inner .box .button {
    width: calc(100% - 30px);
    margin-top: 20px
}

section .product_third .inner .box a span {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -28px 0 0 -28px;
    background-color: #fff;
    opacity: 0;
    z-index: 2
}

section .product_fourth {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: 40px 0 50px
}

section .product_fourth .inner {
    width: 1000px;
    height: auto;
    margin: 0 auto
}

section .product_fourth .inner p {
    clear: both;
    display: block;
    font-size: 14px;
    color: #50604a;
    padding: 0 250px 0 15px
}

section .product_fourth .inner .button {
    position: static;
    display: inline-block;
    background: #e04727;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 17px 30px;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 0
}

section .product_fourth .inner .button:hover {
    cursor: pointer;
    opacity: .8
}

section .product_fourth .inner .button_addon {
    width: 4px;
    height: 22px;
    display: inline-block;
    background-color: #862313;
    position: absolute;
    left: -4px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

section .product_details {
    width: 100%;
    position: relative;
    display: inline-block
}

section .product_details .inner {
    width: 1000px;
    position: relative;
    margin: 0 auto
}

section .product_details .inner .box {
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

section .product_details .inner .box_border {
    border: 1px solid #d4e8cc
}

section .product_details .inner .box_details {
    width: calc(50% - 62px);
    display: block;
    border: 1px solid #d4e8cc;
    float: left;
    padding: 30px 30px 80px;
    position: relative;
    height: 320px
}

section .product_details .inner .box_details_offer {
    height: 200px
}

section .product_details .inner .box_details .button_addon {
    width: 4px;
    height: 22px;
    display: inline-block;
    background-color: #862313;
    position: absolute;
    left: -4px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

section .product_details .inner .box_details .button {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 60px
}

section .product_details .inner .box_details .logo {
    position: absolute;
    bottom: 35px;
    right: 20px
}

section .product_details .inner .box_details .url {
    bottom: 30px;
    color: #278c00;
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    width: auto;
    z-index: 2
}

.inner .box_details .small_text {
    font-size: 14px;
    color: #50604a
}

section .product_details .inner .box_details .title {
    font-size: 22px;
    color: #278c00;
    display: block;
    line-height: 1em;
    border-bottom: 2px solid #d4e8cc;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px
}

section .product_details .inner .box_details2 {
    width: 50%;
    display: block;
    float: left;
    padding: 30px 30px 80px;
    position: relative;
    height: 320px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.produkty_lista {
    list-style: circle;
    padding: 0 0 0 15px;
    margin-bottom: 0;
    color: #3e9b05
}

.produkty_lista li {
    margin-bottom: 8px
}

.produkty_lista li span {
    color: #50604a
}

.produkty_lista ul li:last-child {
    margin-bottom: 0
}

section .product_details .inner .box_details2 .logo {
    position: absolute;
    bottom: 35px;
    right: 20px
}

section .product_details .inner .diff {
    width: 30px;
    border: 0;
    margin-left: 34px
}

section .product_details .inner .diff img {
    position: absolute;
    top: 30px;
    left: 0
}

.product_details .inner .box_details2 .title {
    font-size: 22px;
    color: #278c00;
    display: block;
    line-height: 1em;
    border-bottom: 2px solid #d4e8cc;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.product_details .inner .box_details2 .button {
    width: 120px;
    background: url(../images/button_bg.png) repeat-x;
    height: 30px;
    position: absolute;
    bottom: 70px;
    left: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    text-shadow: -1px 1px 0 #000;
    filter: dropshadow(color=#000, offx=-1, offy=1)
}

.product_details .inner .box_details2 .button:hover {
    cursor: pointer;
    opacity: .8
}

.product_details .inner .box_details2 .button_addon {
    width: 4px;
    height: 22px;
    display: inline-block;
    background-color: #862313;
    position: absolute;
    left: -4px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.inner .box_details2 .small_text {
    font-size: 14px;
    color: #50604a
}

.product_details .inner .box_details2 .url {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    display: block;
    color: #278c00;
    position: absolute;
    z-index: 2;
    bottom: 30px
}

.product_details .inner .url:hover span {
    margin-left: 10px
}

.product_details .inner .url span {
    background: url(../images/arrow_green.png);
    width: 3px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    transition: all .1s ease-in-out
}

.product_fourth .inner .button, .box.reklamowy .button {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

.product_fourth .inner .button:hover, .box.reklamowy .button:hover {
    cursor: pointer;
    opacity: .8
}

.product_fourth .inner .button_addon, .box.reklamowy .button_addon {
    width: 4px;
    height: 22px;
    display: inline-block;
    background-color: #862313;
    position: absolute;
    left: -4px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

#nie_znalazles {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding: 0 0 25px;
    display: block;
    color: #334f25
}

#nie_znalazles h2 {
    font-weight: 500
}

#nie_znalazles_buttony {
    width: 960px;
    padding: 0 30px 80px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative
}

#nie_znalazles_buttony .button {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    margin: 0 15px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

#nie_znalazles_buttony .button:first-of-type {
    background: #ababab !important
}

#nie_znalazles_buttony .button:hover {
    cursor: pointer;
    opacity: .8
}

#nie_znalazles_buttony .diff {
    margin-left: 250px
}

#nie_znalazles_buttony img {
    position: absolute;
    top: 10%;
    left: 46%
}

.margin {
    margin-top: 30px
}

.product_details .inner .cala_strona {
    width: 100%;
    border: 0;
    position: relative;
    padding: 0
}

.product_details .inner .cala_strona img {
    position: absolute;
    right: 0;
    top: -153px
}

.product_details .inner .cala_strona .button {
    width: 300px;
    background: url(../images/button_bg.png) repeat-x;
    height: 30px;
    position: relative;
    top: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    text-shadow: -1px 1px 0 #000;
    filter: dropshadow(color=#000, offx=-1, offy=1);
    margin: 0 auto
}

.product_details .inner .cala_strona .button:hover {
    cursor: pointer;
    opacity: .8
}

section .blog_first {
    width: 100%;
    display: block;
    background: #f8fff6;
    position: relative;
    border-bottom: 2px solid #e4f2dc
}

section .blog_first .inner {
    width: 1000px;
    /*display:flex;*/
    margin: 0 auto;
    padding: 20px 0px;
}

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

section .blog_first .inner .blog_first_left {
    width: calc(100% - 220px);
    float: left;
}

section .blog_first .inner .blog_first_left h1 {
    font-family: "Poppins";
    font-size: 36px;
    letter-spacing: 2px;
    padding: 0px;
    position: static;
    display: block;
    color: #236700;
    padding-left: 15px;
    padding-right: 15px;
}

section .blog_first .inner .blog_first_left h1.art-title {
    line-height: 1.3;
}

section .blog_first .inner .blog_first_left h2 {
    font-family: "Poppins";
    font-size: 18px;
    letter-spacing: 0px;
    position: static;
    display: block;
    color: #236700;
    padding-left: 15px;
    padding-right: 15px;
}

section .blog_first .inner .blog_first_right {
    width: 220px;
    float: right;
    position: relative;
    text-align: right;
}

section .blog_first .inner .blog_first_right .button {
    display: inline-block;
    min-width: 150px;
    padding: 12px 18px;
    background: #e04727 none repeat scroll 0 0;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

section .blog_first .inner .blog_first_right .button:hover {
    cursor: pointer;
    opacity: .8
}

section .blog_second {
    width: 100%;
    position: static;
    display: block;
    clear: both;
    overflow: hidden
}

section .blog_second .inner {
    width: 1000px;
    position: static;
    margin: 0 auto;
    overflow: hidden
}

section .blog_second .inner #artykuly {
    width: 670px;
    display: block;
    float: left;
    padding: 30px 15px 60px;
    background-color: #fff
}

.rate {
    clear: both;
    display: block;
    width: 100%;
    font-weight: 400;
    padding-bottom: 15px;
    overflow: hidden
}

.post-rate-star-icon {
    width: 18px;
    height: 18px;
    background-size: cover;
    float: left;
    cursor: pointer;
    background-image: url(../images/rate.png)
}

.post-rate-star-icon.empty {
    background-image: url(../images/rate_empty.png)
}

.post-rate-star-icon.half {
    background-image: url(../images/rate_half.png)
}

.post-rate-star-icon.disabled {
    background-image: url(../images/rate_empty.png)
}

.post-rate-star-icon.active {
    background-image: url(../images/rate.png)
}

.post-rate-star-icon.disabled-ever {
    background-image: url(../images/rate_empty.png)
}

.post-rate-star-icon.active-ever {
    background-image: url(../images/rate.png)
}

.rate-right .post-rate-container {
    float: right;
    margin-right: 20px;
    margin-top: 10px
}

.rate-right .rate {
    float: right;
    margin: 0;
    width: 180px
}

.rate-right .rate-info {
    font-size: 13px;
    width: 100%;
    float: right;
    opacity: 0;
    text-align: right;
    margin: 0;
    line-height: 13px
}

.post-rate-container {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    max-width: 300px
}

section .blog_second .inner #artykuly .art {
    width: 100%;
    border-bottom: 1px solid #e5ece0;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

section .blog_second .inner #artykuly .art:last-child {
    border: 0
}

#date_newline {
    display: none;
}

section .blog_second .inner #artykuly .art .date {
    position: relative;
    color: #278c00;
    display: block;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 2px solid #d4e8cc;
}

section .blog_second .inner #artykuly .art .day {
    font-size: 12px
}

section .blog_second .inner #artykuly .art .month {
    display: inline;
    font-size: 12px
}

.blog-icon {
    width: 100%;
    height: 250px;
    background-position: center !important;
    background-size: cover !important;
    background-image: url('/application/resources/ckfinder/userfiles/files/kredyt%20hipoteczny%20i%20polisa.jpg');
}

section .blog_second .inner #artykuly .art .year {
    display: inline;
    font-size: 12px;
}

section .blog_second .inner #artykuly .art .title {
    position: relative;
    height: auto;
    display: block;
    font-weight: 500;
    font-size: 25px;
    color: #278c00;
    padding: 10px 0 20px;
    border-bottom: 2px solid #d4e8cc;
    margin-bottom: 10px
}

section .blog_second .inner #artykuly .art .title h2 {
    font-weight: 500
}

section .blog_second .inner #artykuly .art .title span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #444;
    font-weight: 500
}

section .blog_second .inner #artykuly .art .small_text_blog {
    text-align: justify;
    font-size: 16px;
    position: static;
    margin-top: 20px;
    color: #50604a
}

section .blog_second .inner #artykuly .art .small_text_blog img {
    display: none
}

section .blog_second .inner #artykuly .art .small_text_blog_more {
    font-size: 16px;
    text-align: justify;
    position: relative;
    top: 32px;
    color: #50604a;
    margin-top: 30px
}

section .blog_second .inner #artykuly .art .button {
    width: auto;
    clear: both;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ababab;
    color: #fff;
    padding: 7px 12px;
    margin: 10px 0 35px;
    float: right
}

section .blog_second .inner #artykuly .art .button:hover {
    cursor: pointer;
    opacity: .9
}


section .blog_second .inner #artykuly .art .frame-content {
    margin: 80px 0 0 0;
    border: 4px solid #3e9b05;
    padding: 50px;
    font-size: 16px;
    clear: both;
}

section .blog_second .inner #artykuly .art .frame-content .frame-header{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #236700;
    padding-left: 5px;
}
section .blog_second .inner #artykuly .art .frame-content ol li{
    margin-bottom: 10px;
}
section .blog_second .inner #artykuly .art .frame-content ol li:last-child{
    margin-bottom: 0;
}

section .blog_second .inner #artykuly .author .author-photo {
    display: block;
    float: left;
    width: 100px;
}

section .blog_second .inner #artykuly .author .author-photo img {
    width: 76px;
    border-radius: 38px;
}

section .blog_second .inner #artykuly .author .author-data {
    display: block;
    float: right;
    width: calc(100% - 130px);
}

section .blog_second .inner #artykuly .author .author-data .author-name {
    margin-bottom: 5px;
    font-size: 14px;
}

section .blog_second .inner #artykuly .author .author-data .author-name span {
    font-size: 16px;
    font-weight: 600;
}

section .blog_second .inner #artykuly .author .author-data .author-mail {
    margin-bottom: 5px;
    font-size: 14px;
}

section .blog_second .inner #artykuly .author .author-data .author-description {
    font-size: 14px;
    color: #757575;
}

/*
section .blog_second .inner #artykuly #author
{
	width:100%;
	height:70px;
	padding:0;
	margin:60px 0 50px;
	display:block;
	border:1px solid #e5ece0;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:-1px 1px 0 0 rgba(0,0,0,.3);
	box-shadow:-1px 1px 0 0 rgba(0,0,0,.3)
}

section .blog_second .inner #artykuly #author div
{
	margin:0;
	padding:0;
	display:block;
	float:left
}

section .blog_second .inner #artykuly #author .face img
{
	max-height:72px;
	max-width:72px;
	margin:-1px 30px 0 -1px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px
}

section .blog_second .inner #artykuly #author .name
{
	font-size:18px;
	font-weight:700;
	padding-top:10px;
	color:#4fa12f
}

section .blog_second .inner #artykuly #author .name span
{
	color:#61705c;
	font-size:12px
}

section .blog_second .inner #artykuly #author .name .grey
{
	opacity:.6;
	font-size:12px
}

section .blog_second .inner #artykuly #author .social_icon
{
	float:right;
	width:40px;
	height:45px;
	text-align:center;
	padding-top:25px;
	border-left:1px solid #e5ece0
}
*/

section .blog_second .inner #menu_prawe {
    width: 270px;
    display: block;
    float: left;
    padding: 30px 0 30px 20px
}

section .blog_second .inner #menu_prawe #title {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    width: 100%
}

section .blog_second .inner #menu_prawe #najczesciej_czytane {
    width: 100%;
    height: 340px;
    display: block;
    color: #278c00;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #e5ece0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

section .blog_second .inner #menu_prawe #najczesciej_czytane aside {
    width: 100%;
    position: absolute
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .red_arrow {
    width: 3px;
    height: 6px;
    position: relative;
    display: inline-block;
    margin: 0 0 3px 5px;
    background: url(../images/red_arrow.png)
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item {
    display: block;
    width: 240px;
    border-bottom: 1px solid #e5ece0;
    padding: 10px
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item:last-of-type {
    border: 0
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item h3 {
    font-weight: 500
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin: 10px 0;
    color: #848f80;
    font-weight: 500
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .diff {
    border: 0;
    position: relative;
    top: 300px;
    width: 250px
}

section .blog_second .inner #menu_prawe #najczesciej_czytane aside {
    display: none
}

section .blog_second .inner #menu_prawe #najczesciej_czytane aside:first-child {
    display: block
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item #left_arrow {
    width: 50%;
    height: 12px;
    display: inline-block;
    border-right: 1px solid #e5ece0;
    background: url(../images/blog_left_arrow.png) center left no-repeat
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item #left_arrow:hover {
    cursor: pointer;
    opacity: .7
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item #right_arrow {
    width: 47%;
    height: 12px;
    display: inline-block;
    background: url(../images/blog_right_arrow.png) center right no-repeat
}

section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item #right_arrow:hover {
    cursor: pointer;
    opacity: .7
}

section .blog_second .inner #menu_prawe #blog_banner {
    font-family: 'Roboto', Arial;
    color: #444;
    width: 100%;
    height: auto;
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin: 40px 0 0;
    text-align: center
}

section .blog_second .inner #menu_prawe #blog_banner .red {
    color: #d83b24
}

section .blog_second .inner #menu_prawe #blog_banner .button {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    min-width: 180px;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    width: auto
}

section .blog_second .inner #menu_prawe #blog_banner .button:hover {
    cursor: pointer;
    opacity: .8
}

section .blog_second .inner #menu_prawe #blog_banner .button span {
    background: url(../images/arrow.png);
    width: 3px;
    height: 7px;
    display: inline-block;
    margin-left: 15px
}

#strony {
    list-style: none;
    width: 100%;
    text-align: center;
    padding-left: 0
}

#strony li {
    display: inline-block;
    margin: 2px
}

#strony li a {
    display: inline-block;
    padding: 3px 0;
    width: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #fff
}

#strony li a:hover {
    border: 2px solid #d4e8cc
}

#strony .current a {
    border: 2px solid #d4e8cc
}

#info_window {
    overflow: hidden;
    width: 200px;
    height: 160px;
    position: relative;
    padding-left: 15px
}

#info_window .mail {
    font-size: 10px
}

#info_window img:last-child {
    max-height: 60px;
    max-width: 60px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

#info_window .bold {
    font-size: 16px;
    display: block
}

#map-canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 695px;
    border-bottom: 1px solid #cdcdcd
}

#third {
    font-size: 13px;
    margin-top: -5px
}

#kontakt_formularz, #zostaw_kontakt_formularz {
    width: 400px;
    height: 525px;
    background-color: #fff;
    position: absolute;
    display: block;
    top: 160px;
    left: 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-left: 1px solid #b5b4b2;
    border-bottom: 1px solid #b5b4b2;
    padding: 30px;
    z-index: 10003;
}

#kontakt_formularz span:nth-child(3), #zostaw_kontakt_formularz span:nth-child(3) {
    font-size: 25px;
    display: block;
    height: 50px;
    border-bottom: 1px solid #278c00;
    position: relative;
    color: #278c00;
    width: 82%
}

#kontakt_formularz span:nth-child(4), #zostaw_kontakt_formularz span:nth-child(4) {
    font-size: 25px;
    display: inline-block;
    padding: 0 20px 0 0;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    top: -20px;
    color: #278c00
}

#kontakt_formularz span:nth-child(5), #zostaw_kontakt_formularz span:nth-child(5) {
    display: block;
    position: relative
}

#kontakt_formularz textarea {
    width: 95%;
    height: 60px;
    border: 1px solid #e3e3e3;
    margin: 0
}

#kontakt_formularz input[type="text"], #zostaw_kontakt_formularz input[type="text"] {
    width: 45%;
    margin-bottom: 6px
}

#kontakt_formularz input, #kontakt_formularz textarea, #zostaw_kontakt_formularz input {
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #909093;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    box-shadow: inset -1px 1px 3px 0 rgba(0, 0, 0, .08)
}

#kontakt_formularz .red, #zostaw_kontakt_formularz .red {
    border: 1px solid #ff5964
}

#kontakt_formularz #mail_logo, #zostaw_kontakt_formularz #mail_logo {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    right: -30px;
    top: -30px;
    background: url(../images/mail.png) 50% 50% no-repeat;
    background-color: #fff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset -2px 2px 10px 10px rgba(68, 164, 45, .1);
    box-shadow: inset -2px 2px 10px 10px rgba(68, 164, 45, .1);
    z-index: 2
}

#kontakt_formularz #mail_logo_shadow, #zostaw_kontakt_formularz #mail_logo_shadow {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: -2px 2px 1px 1px rgba(0, 0, 0, .1);
    z-index: 1
}

.form_send_kontakt input[name="imie"] {
    background: url(../images/imie.png) 95% 50% no-repeat
}

.form_send_kontakt input[name="nazwisko"] {
    background: url(../images/nazwisko.png) 95% 50% no-repeat
}

.form_send_kontakt input[name="email"] {
    background: url(../images/email.png) 95% 50% no-repeat
}

.form_send_kontakt input[name="telefon"] {
    background: url(../images/telefon.png) 95% 50% no-repeat
}

textarea[name="tresc"] {
    background: url(../images/tresc.png) 98% 10% no-repeat;
    overflow: hidden;
    resize: none
}

#kontakt_formularz .button, #zostaw_kontakt_formularz .button {
    background: url(../images/button_bg.png) repeat-x;
    position: relative;
    top: 10px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 5px 20px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.3);
    text-shadow: -1px 1px 0 #000;
    filter: dropshadow(color=#000, offx=-1, offy=1);
    float: right;
    right: 5px
}

#kontakt_formularz .button:hover, #zostaw_kontakt_formularz .button:hover {
    cursor: pointer;
    opacity: .8
}

#kontakt_formularz label, #zostaw_kontakt_formularz label {
    clear: both;
    display: block;
    width: calc(100% - 25px);
    cursor: pointer
}

#kontakt_formularz input[type="checkbox"] + label, #zostaw_kontakt_formularz input[type="checkbox"] + label {
    font-size: 11px;
    position: relative;
    top: 10px;
    left: 0;
    padding-left: 25px;
    background: url(../images/checkbox.png) 0 2px no-repeat
}

label.label-agreement {
    width: 30px;
    height: 30px
}

.general-property div.zgody label.kwadracik {
    width: 20px;
    height: 20px
}

.general-property div.zgody {
    font-size: 10px;
    padding-right: 10px;
    margin-bottom: -22px;
    text-align: left;
    width: calc(100% - 20px);
    height: auto;
    position: relative
}

.general-property div.zgody label {
    position: relative;
    top: -5px
}

.general-property div.zgody span {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: -22px
}

.general-property div.zgody span.long_agreement {
    position: absolute;
    top: -275px;
    left: -30px;
    background-color: #fff;
    border-radius: 3px;
    -webkti-border-radius: 3px;
    padding: 10px;
    width: 100%;
    color: #61705c !important;
    font-family: 'Roboto';
    display: none;
    line-height: 1em;
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    border: 1px solid #c1ceae;
    font-size: 14px;
    text-align: justify
}

.general-property div.zgody span.long_agreement:before {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #c1ceae #c1ceae transparent;
    display: block;
    position: absolute;
    left: 7%;
    bottom: -6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #fff
}

footer #formularz .general-property div.zgody span.long_agreement {
    top: -360px
}

#before-close-form .general-property div.zgody span.long_agreement {
    top: -230px
}

.general-property div.zgody span.more, .general-property div.zgody span.less {
    font-size: 11px !important;
    margin-top: 5px;
    color: #3e9b05;
    height: 20px !important;
    font-weight: 400 !important;
    border: none !important
}

.general-property div.zgody span.more:hover, .general-property div.zgody span.less:hover {
    color: #236700;
    cursor: pointer
}

.general-property div.zgody .fa {
    display: inline !important
}

.general-property div.zgody .error {
    color: #cb5f5f;
    border: none
}

#kontakt_formularz input[type="checkbox"]:checked + label, #zostaw_kontakt_formularz input[type="checkbox"]:checked + label {
    background: url(../images/checkbox_checked.png) 0 2px no-repeat
}

#kontakt_formularz input[type="checkbox"], #zostaw_kontakt_formularz input[type="checkbox"] {
    position: relative;
    top: 10px;
    display: none
}

.info_ie, footer .inner #formularz .info_ie {
    display: none
}

#info_window img {
    float: left;
    margin: 0 20px 0 0
}

.cytat {
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    font-style: oblique;
    color: #50604a;
    display: block;
    margin: 50px 0
}

.cytat:before {
    content: url(../images/cudzyslow.png);
    margin-left: 10px;
    margin-right: 10px;
    float: left
}

.cala_strona {
    width: 970px;
    padding: 15px;
    position: relative;
    color: #50604a
}

.cala_strona .title {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 26px;
    color: #278c00;
    padding: 15px 0;
    border-bottom: 2px solid #d4e8cc;
    margin-bottom: 25px;
    z-index: 2
}

.cala_strona .title h2 {
    font-weight: 500
}

.cala_strona .art {
    padding-bottom: 30px
}

#kontakt_formularz .call-us, #zostaw_kontakt_formularz .call-us {
    clear: both;
    display: block;
    border-top: 1px solid #3e9b05;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfff9), color-stop(1, #f6fff2));
    background-image: -o-linear-gradient(bottom, #fbfff9 0%, #f6fff2 100%);
    background-image: -moz-linear-gradient(bottom, #fbfff9 0%, #f6fff2 100%);
    background-image: -webkit-linear-gradient(bottom, #fbfff9 0%, #f6fff2 100%);
    background-image: -ms-linear-gradient(bottom, #fbfff9 0%, #f6fff2 100%);
    background-image: linear-gradient(to bottom, #fbfff9 0%, #f6fff2 100%);
    margin-top: 55px;
    padding: 15px 35px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: calc(100% - 10px);
    margin-left: -30px
}

#kontakt_formularz .call-us .left, #zostaw_kontakt_formularz .call-us .left {
    float: left;
    width: 150px;
    color: #5b5d69;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.8em
}

#kontakt_formularz .call-us .left span, #zostaw_kontakt_formularz .call-us .left span {
    font-weight: 400;
    color: #7b8389
}

#kontakt_formularz .call-us .left a, #zostaw_kontakt_formularz .call-us .left a {
    font-weight: 400
}

#kontakt_formularz .call-us .right, #zostaw_kontakt_formularz .call-us .right {
    color: #278c00;
    font-weight: 700;
    font-size: 22px;
    float: right;
    margin-top: 0;
    width: 135px
}

.faq {
    width: 100%;
    padding: 10px 0 30px;
    position: relative;
    color: #50604a
}

.faq ol {
    margin-left: 0;
    padding-left: 35px
}

.faq .rozwijany {
    display: none;
    padding: 0;
    padding: 0 0 20px 0
}

.faq p {
    padding: 0 10px
}

.faq .subkategoria {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    font-size: 1.3em;
    margin: 20px 0
}

.faq h3 {
    padding: 3px 10px;
    font-weight: 400;
    color: #3e9b05
}

.faq h3:hover {
    cursor: pointer;
    opacity: .6
}

.faq .all_rozwin, .faq .all_zwin {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    margin: 0;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    background: #ababab
}

.faq .all_rozwin:hover, .faq .all_zwin:hover {
    cursor: pointer;
    opacity: .9
}

.faq .all_zwin {
    display: none
}

div.blog_second table.ranking_zalanie {
    width: 100%;
    font-size: 13px
}

div.blog_second table.ranking_zalanie .naglowek {
    text-transform: uppercase
}

div.blog_second table.ranking_zalanie th {
    border: 1px solid #e3e5e2;
    background-color: #72a901;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-weight: 500
}

div.blog_second table.ranking_zalanie td {
    border: 1px solid #e3e5e2;
    vertical-align: middle;
    text-align: center;
    padding: 3px
}

div.blog_second table.ranking_zalanie td img {
    max-width: 120px
}

div.blog_second table.ranking_zalanie tr.tu td .haslo_reklamowe {
    font-weight: 500;
    font-size: 14px;
    margin: 5px;
    text-transform: uppercase
}

div.blog_second table.ranking_zalanie td p.ryzyka_podtytul {
    font-size: 15px;
    font-weight: 700;
    color: #72a901;
    margin: 2px 5px 0
}

div.blog_second table.ranking_zalanie td span.skladka_wstep {
    font-size: 18px;
    font-weight: 700;
    color: #72a901
}

div.blog_second table.ranking_zalanie td span.skladka {
    font-size: 20px;
    font-weight: 500
}

div.blog_second table.ranking_zalanie td.skladka_rodzic {
    height: 60px
}

div.blog_second table.ranking_zalanie .liczba_porzadkowa {
    vertical-align: middle;
    font-size: 45px;
    font-weight: 600;
    color: #72a901;
    min-width: 40px
}

div.blog_second table.ranking_zalanie td .owu_wstep {
    text-align: left;
    margin: 5px 10px;
    font-weight: 600
}

div.blog_second table.ranking_zalanie td ol.owu_definicja {
    counter-reset: list;
    padding: 0;
    margin: 5px 10px
}

div.blog_second table.ranking_zalanie td ol.owu_definicja > li {
    list-style: none;
    text-align: left
}

div.blog_second table.ranking_zalanie td ol.owu_definicja > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list
}

div.blog_second table.ranking_zalanie td ol.owu_definicja_lista_numerowana {
    counter-reset: list;
    padding: 0;
    margin: 5px 10px
}

div.blog_second table.ranking_zalanie td ol.owu_definicja_lista_numerowana > li {
    list-style: none;
    text-align: left
}

div.blog_second table.ranking_zalanie td ol.owu_definicja_lista_numerowana > li:before {
    content: counter(list, decimal) ") ";
    counter-increment: list
}

div.blog_second table.profil_klienta {
    width: 65%;
    float: left;
    font-size: 13px
}

div.blog_second table.profil_klienta .naglowek {
    border: 1px solid #e3e5e2;
    background-color: #72a901;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    font-weight: 600
}

div.blog_second table.profil_klienta .wiersz_tytul {
    border: 1px solid #e3e5e2;
    background-color: #72a901;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px
}

div.blog_second table.profil_klienta .wiersz_tresc {
    padding: 5px 10px;
    border: 1px solid #e3e5e2
}

div.blog_second table.legenda {
    width: 30%;
    float: right;
    font-size: 13px
}

div.blog_second table.legenda .naglowek {
    border: 1px solid #e3e5e2;
    background-color: #72a901;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    font-weight: 600
}

div.blog_second table.legenda .wiersz_tytul {
    border: 1px solid #e3e5e2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px
}

div.blog_second table.legenda .wiersz_tresc {
    padding: 5px 10px;
    border: 1px solid #e3e5e2
}

span.wartosc_nielamana {
    white-space: nowrap
}

#polityka_prywatnosci {
    background-color: #e5e5e5;
    display: none;
    font-family: 'Roboto', Arial;
    font-size: 11px;
    padding: 7px 10px 9px;
    text-align: center
}

#polityka_prywatnosci .zamknij {
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
    font-size: 15px
}

#polityka_prywatnosci .zamknij:hover {
    color: #555
}

.social {
    background-color: #fff;
    width: 80px;
    height: 60px;
    position: fixed;
    left: 10px;
    transition: all .2s ease-in-out;
    display: block;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #cdcdcd
}

.fb {
    top: 130px
}

.google {
    top: 210px
}

.fast-contact {
    top: 290px;
    display: none;
    font-size: 14px;
    height: 50px
}

.fast-contact:hover {
    cursor: pointer
}

.fast-contact .fa-phone {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    color: #4e5665;
    width: 60px
}

.fast-contact span {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    width: 60px
}

.scrollto {
    position: absolute;
    background-color: #000;
    height: 0;
    width: 0;
    top: -105px
}

#popup_lead {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: block;
    z-index: 8010;
    margin: 0;
    top: 0;
    left: 0
}

#popup_lead .popup_inner {
    position: absolute;
    top: 10%;
    left: 37%;
    background-color: #fff;
    height: 460px;
    width: 320px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.6)
}

#popup_lead .popup_inner .head {
    color: #3e9b05;
    font-size: 25px;
    padding: 10px 0 20px;
    width: 100%;
    text-align: left
}

#popup_lead .close_button {
    width: 50px;
    height: 50px;
    display: block;
    right: -25px;
    top: -25px;
    position: absolute;
    background: url(http://www.ubezpieczeniemieszkania.pl/application/resources/images/icon_close.png) 50% 50% no-repeat
}

#popup_lead .close_button:hover {
    cursor: pointer;
    opacity: .7
}

#popup_lead .popup_form {
    width: 320px;
    height: 100%;
    float: left;
    display: block;
    border: 0 solid #cdcdcd
}

#popup_lead .popup_form input[type="checkbox"] + label {
    font-size: 12px;
    background: url(../images/checkbox.png) top left no-repeat;
    display: block;
    margin-top: 20px
}

#popup_lead .popup_form input[type="checkbox"]:checked + label {
    background: url(../images/checkbox_checked.png) top left no-repeat;
    display: block
}

#popup_lead .popup_form input[type="checkbox"] {
    position: relative;
    top: 10px;
    display: none
}

#popup_lead .popup_form label span {
    margin-left: 20px;
    display: block
}

#popup_lead .popup_form input, #popup_lead .popup_form select {
    padding: 5px;
    margin: 5px 0;
    float: none;
    width: 305px;
    -webkit-box-shadow: inset -1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset -1px 1px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #b6c4a0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#popup_lead .popup_form .button_send {
    padding: 8px 10px;
    border: 0;
    width: 100%;
    margin-top: -15px;
    display: block
}

#popup_lead .popup_form .button_send:hover {
    opacity: .8;
    cursor: pointer
}

#popup_lead .popup_form select {
    width: 317px
}

#popup_lead .popup_form label.error {
    border: 0;
    background-color: #ed8a8a !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#podsumowanie {
    text-align: center;
    background-color: rgba(60, 92, 92, 0);
    width: 940px;
    padding: 30px;
    margin: 0 auto;
    color: #50604a;
    font-size: 1.1em
}

#podsumowanie h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #278c00;
    font-weight: 600
}

#podsumowanie h2 span {
    clear: both;
    display: block;
    padding-top: 8px;
    font-size: 20px;
    color: #236700;
    font-weight: 600
}

#podsumowanie h3 {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500
}

#podsumowanie h3 span {
    color: #278c00;
    font-weight: 600
}

#podsumowanie h3 span.cena {
    font-size: 36px;
    color: #c8211f;
    font-weight: 700
}

#podsumowanie hr {
    width: 100%;
    height: 1px;
    border: 0;
    color: #278c00;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 40px 0 30px
}

#podsumowanie p {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0
}

#podsumowanie ul#friends-logo {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0
}

#podsumowanie ul#friends-logo li {
    display: inline;
    margin: 0 50px
}

#podsumowanie ul#friends-logo li img {
    max-height: 80px
}

#podsumowanie a.button-facebook {
    border-radius: 3px;
    box-shadow: 0 1px 1px #999;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 3px 15px;
    text-align: center;
    width: 150px;
    position: relative;
    top: -10px;
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52
}

#podsumowanie a.button-facebook:hover {
    background-color: #3b5998;
    background: -moz-linear-gradient(top, #2b4170, #3b5998);
    background: -ms-linear-gradient(top, #2b4170, #3b5998);
    background: -webkit-linear-gradient(top, #2b4170, #3b5998)
}

#podsumowanie .share-buttons {
    position: relative;
    padding-top: 10px;
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

#podsumowanie .share-buttons .div-or {
    position: relative;
    top: -10px;
    display: inline-block
}

#podsumowanie .contener hr {
    border: 0;
    background-color: #cdcdcd;
    height: 1px
}

#podsumowanie .button_orange:hover {
    opacity: .8;
    cursor: pointer
}

#podsumowanie .button_orange {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ff7930;
    background: -moz-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7930), color-stop(1%, #ff7930), color-stop(100%, #c8211f));
    background: -webkit-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -o-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -ms-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: linear-gradient(to bottom, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7930', endColorstr='#c8211f', GradientType=0);
    color: #fff !important;
    font-weight: 700;
    text-shadow: -1px 1px 0 #000;
    filter: dropshadow(color=#000, offx=-1, offy=1)
}

#podsumowanie .button_send {
    padding: 15px 80px;
    border: 0;
    margin: 30px auto;
    display: block;
    font-size: 20px;
    position: relative
}

@media (max-width: 1150px) {
    section .blog_first .inner {
        width: 820px;
        /*
		width:100%;
		display:block;
		*/
    }
}

@media (max-width: 1070px) {
    .more_products, .produkt_item {
        width: 100% !important
    }

    section .third_segment:before, section .third_segment:after {
        display: none
    }

    section .second_segment .inner {
        width: 1000px
    }

    section .fourth_segment .inner {
        width: 1000px
    }

    .bx-wrapper a.bx-prev {
        width: 20px !important;
        left: -25px
    }

    .bx-wrapper a.bx-next {
        width: 20px !important;
        right: -35px !important
    }

    #kontakt_formularz {
        right: 5%
    }

    #kontakt_formularz input[type="checkbox"] + label {
        font-size: 10px
    }

    .social {
        left: 5px
    }

    section .product_details .inner .box_details2 .url {
        width: 70%
    }

    section .product_details {
        width: 100%
    }
}

@media (min-width: 1150px) {
    header .inner {
        width: 1000px
    }
}

@media (min-width: 850px) and (max-width: 1149px) {
    .oferta-box {
        width: 300px !important
    }

    .more_products, .produkt_item {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    section .product_details .inner .box_details {
        width: calc(50% - 52px);
        height: 400px;
        padding: 25px
    }

    section .product_details .inner .box_details_offer {
        height: 240px
    }

    section .product_details .inner .box_details .logo {
        max-width: 130px
    }

    section .product_details .inner .box_details .button {
        left: 25px
    }

    header {
        height: 115px
    }

    header .inner {
        width: 820px;
        height: 115px
    }

    header .logo {
        font-size: 18px;
        top: 17px;
        left: 0
    }

    header .logo img {
        width: 40px;
        height: auto;
        padding-bottom: 20px
    }

    header.fixed .logo {
        top: 5px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        left: -30px
    }

    header nav ul li {
        height: 32px
    }

    header nav ul li a {
        font-size: 14px
    }

    header nav ul li span {
        top: 13px
    }

    header .search {
        top: 17px;
        right: 0
    }

    header .search .search_box {
        top: 5px
    }

    header #contact_info {
        float: none;
        display: inline-block
    }

    header nav ul#menu {
        left: 0;
        top: 60px;
        width: 800px;
        padding-left: 0;
        text-align: center
    }

    header.fixed nav ul#menu {
        left: auto;
        right: 0;
        top: 0;
        width: 630px
    }

    header nav div#responsive-menu ul {
        width: 200px;
        left: -60px
    }

    header.fixed nav ul li:first-child {
        display: none
    }

    header.fixed nav ul li:last-child {
        padding-right: 0
    }

    header.fixed nav ul li a {
        font-size: 12px
    }

    section .first_segment {
        background-position: 60% 10%
    }

    section .first_segment .inner #slogan {
        font-size: 40px;
    }

    section .first_segment .inner #slogan_fourth {
        top: 90px
    }

    section .first_segment .inner .button a {
        top: 125px
    }

    section .first_segment .inner .button_addon {
        top: 136px
    }

    section .second_segment .inner #wspolpraca ul#home-ubezpieczalnie {
        width: 100%
    }

    section .first_segment .inner {
        width: 800px
    }

    section .first_segment .inner #wspolpraca {
        top: 150px
    }

    section .first_segment .inner #wspolpraca ul {
        width: 780px
    }

    section .second_segment {
        height: 210px
    }

    section .second_segment .inner {
        width: 850px
    }

    section #jak-dziala .inner {
        height: 210px;
        width: 100%
    }

    section #jak-dziala .inner #wspolpraca {
        width: 820px;
        height: 105px;
        overflow: hidden
    }

    section .second_segment .inner #wspolpraca ul li {
        height: 80px;
        margin: 0 13px
    }

    section #jak-dziala .inner span {
        font-size: 40px;
        padding-top: 20px
    }

    section .third_segment .inner {
        width: 820px;
        height: 530px
    }

    section .third_segment .inner #oferty_z_towarzystw {
        left: -5px
    }

    section .third_segment .inner .product_first_index, section .third_segment .inner .product_second_index {
        position: relative;
        width: 340px;
        height: 470px
    }

    section .third_segment .inner .product_first_index .button, section .third_segment .inner .product_second_index .button {
        bottom: 30px
    }

    section .third_segment .inner #cztery_kroki {
        width: 350px
    }

    section .fourth_segment .inner {
        width: 820px
    }

    section .fourth_segment .inner .oferta-box-logo {
        bottom: 30px;
        right: 10px
    }

    section .fourth_segment .inner .oferta-box-logo img {
        max-width: 120px
    }

    section .fourth_segment .inner .index_arrow_left {
        left: -10px;
        top: 240px;
        z-index: 1000
    }

    section .fourth_segment .inner .index_arrow_right {
        right: 5px;
        top: 240px;
        z-index: 1000
    }

    section .fourth_segment .inner #dla-wnikliwych {
        padding-top: 20px
    }

    section .fourth_segment .inner .box1 .title {
        border-bottom: none
    }

    section .fourth_segment .inner h2 {
        font-size: 40px
    }

    section .fourth_segment .inner .box1, section .fourth_segment .inner .box2 {
        padding-top: 10px
    }

    section .fourth_segment .inner .box1 {
        width: 270px;
        padding-left: 15px;
        padding-right: 15px
    }

    section .fourth_segment .inner .box2 {
        width: 210px
    }

    footer .inner {
        width: 780px
    }

    footer .inner #ubezpieczenia {
        width: 135px
    }

    footer .inner #serwis {
        width: 155px
    }

    footer .inner #kontakt {
        width: 290px
    }

    footer .inner #telefon {
        width: 200px
    }

    footer .inner #formularz {
        float: right
    }

    footer .wspolpraca .inner {
        width: 800px;
        overflow: hidden
    }

    footer .wspolpraca .inner ul {
        width: 800px;
        overflow: hidden
    }

    section .blog_first.faq_view {
        width: 820px;
        padding: 0
    }

    section .blog_first.faq_view .inner {
        width: 820px
    }

    section .blog_second.faq_view .inner {
        width: 820px
    }

    .cala_strona {
        width: 820px;
        padding: 0
    }

    section .blog_second.faq_view .inner .faq {
        width: 720px;
        padding: 15px 25px
    }

    section .product_first .inner {
        width: 830px
    }

    section .product_details .inner {
        width: 800px
    }

    section .product_details .inner .box {
        width: 798px
    }

    .product_details .inner .cala_strona {
        width: 790px
    }

    section .product_second .inner, section .product_third .inner, section .product_fourth .inner {
        width: 820px
    }

    section .product_second .inner {
        width: 800px
    }

    section .product_third .inner .box {
        width: 125px;
        height: 390px;
        margin: 0 10px
    }

    section .product_details .inner .box_details2 .logo {
        right: 20px
    }

    #nie_znalazles_buttony {
        width: 790px;
        padding: 0 30px 80px
    }

    section .product_details .inner .box_details2 {
        width: 400px;
        height: 330px;
        padding: 10px
    }

    section .product_details .inner .box_details.diff {
        height: 40px;
        width: 60px;
        padding: 20px 5px
    }

    section .blog_second .inner {
        width: 820px
    }

    section table.ranking td.miejsce {
        font-size: 35px
    }

    section table.ranking td.logo_ubezpieczalni {
        width: 70px
    }

    section table.ranking td.logo_ubezpieczalni img {
        width: 70px
    }

    section .blog_second .inner #menu_prawe {
        width: calc(100% - 30px);
        float: none;
        margin: 0 auto;
        padding: 0 15px
    }

    section .blog_second .inner #menu_prawe #title {
        margin: 25px 0 15px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane {
        height: 230px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item {
        width: 95%
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item span {
        text-align: left;
        margin: 3px 0 10px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .diff {
        top: 190px;
        width: 100%
    }

    section .blog_second .inner #menu_prawe #blog_banner {
        background: none;
        height: 120px;
        padding-bottom: 20px
    }

    section .blog_second .inner #artykuly .art .button {
        margin-left: 550px
    }

    section .blog_second .inner #artykuly .art .title {
        float: none;
        height: auto;
        width: 100%
    }

    section .blog_second .inner #artykuly {
        width: 800px;
        padding: 30px 10px 50px
    }

    .polityka_prywatnosci #tekst {
        width: 700px
    }

    .polityka_prywatnosci #close {
        top: calc(50% - 10px)
    }

    #podsumowanie {
        width: 740px
    }

    .more_products {
        padding: 10px 0 50px !important
    }

    .more_products #more_products_box {
        height: auto !important
    }

    .more_products_item {
        height: auto !important;
        padding-bottom: 20px !important
    }

    .produkt_item {
        padding: 30px 0 60px !important
    }
}

@media (min-width: 600px) and (max-width: 849px) {
    .product_second_index .slogan {
        margin-top: 50px
    }

    section .product_details .inner .box_details .button {
        bottom: 55px !important
    }

    section .product_details .inner .box_details {
        width: calc(100% - 42px);
        height: 320px;
        padding: 20px
    }

    section .product_details .inner .box_details_offer {
        height: 220px
    }

    section .product_details .inner .box_details .button {
        left: 20px
    }

    .oferty-slider .inner {
        height: 670px !important
    }

    #oferta-box-wrapper {
        height: 480px
    }

    .oferta-box {
        width: 480px !important
    }

    #jak-dziala h2 {
        margin: 18px 0
    }

    section .fourth_segment {
        margin-top: 20px
    }

    section .fourth_segment .inner .small_text_blog {
        position: static
    }

    section .fourth_segment .inner .box1 .title_2, section .fourth_segment .inner .box1 .title_1 {
        height: auto
    }

    #popupContactTrigger, .social.fb {
        display: none !important
    }

    .product_second_index img, .product_first_index img {
        display: block;
        margin: 0 auto
    }

    body {
    }

    header {
        height: 70px
    }

    header .inner {
        width: 550px;
        height: 70px
    }

    header .logo {
        top: 15px;
        left: 0;
        margin-top: 0;
        font-size: 15px;
        width: auto;
        height: auto
    }

    header.fixed .logo {
        top: 10px;
        left: 0;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale1);
        -o-transform: scale(1)
    }

    header .logo img {
        width: 32px;
        height: auto;
        padding-bottom: 0;
        margin-right: 15px
    }

    header #contact_info, header .inner .search_box {
        display: none
    }

    header nav ul#menu {
        display: none
    }

    header nav div#responsive-menu {
        display: inline-block;
        margin-top: 0;
        top: 20px;
        right: 10px
    }

    header.fixed nav div#responsive-menu {
        top: 14px
    }

    header nav div#responsive-menu ul {
        width: 210px;
        left: -20px;
        top: 50px;
        z-index: 4
    }

    header .search {
        top: 5px;
        left: 0;
        text-align: center;
        width: 100%
    }

    header .search .search_box {
        top: 7px
    }

    section .first_segment {
        background-position: 55% 10%
    }

    section .first_segment .inner #slogan_fourth {
        top: 90px
    }

    section .first_segment .inner .button a {
        top: 125px
    }

    section .first_segment .inner .button_addon {
        top: 136px
    }

    section .first_segment .inner {
        width: 550px
    }

    section .first_segment .inner #slogan {
        font-size: 34px
    }

    section .first_segment .inner #slogan_second {
        font-size: 30px
    }

    section .first_segment .inner #slogan_compare {
        font-size: 22px;
    }

    section .first_segment .inner #wspolpraca {
        top: 150px;
        margin: 0 auto
    }

    section .first_segment .inner #wspolpraca ul {
        width: 550px
    }

    section .first_segment .inner #wspolpraca ul li {
        margin-bottom: 15px
    }

    section .second_segment .inner {
        width: 100%
    }

    section .second_segment {
        height: 170px
    }

    section .second_segment .inner {
        background: #fff
    }

    section .second_segment .inner #wspolpraca {
        width: 565px;
        height: 85px;
        overflow: hidden
    }

    section .second_segment .inner #wspolpraca ul#home-ubezpieczalnie {
        width: 565px;
        overflow: hidden
    }

    section .second_segment .inner span {
        font-size: 40px;
        padding-top: 15px
    }

    section .third_segment {
        height: 980px;
        padding-top: 25px
    }

    section .third_segment .inner {
        width: 530px;
        height: auto
    }

    section .third_segment .inner .button {
        bottom: 30px
    }

    section .third_segment .inner .slogan {
        margin-top: 0 !important
    }

    section .third_segment .inner #oferty_z_towarzystw {
        position: static;
        margin: 30px auto 0
    }

    section .third_segment .inner .product_first_index {
        height: 425px;
        border-right: none
    }

    section .third_segment .inner .product_first_index h3, section .third_segment .inner .product_second_index h3 {
        text-align: center
    }

    section .third_segment .inner .product_second_index {
        height: 455px
    }

    section .third_segment .inner .product_first_index, section .third_segment .inner .product_second_index {
        width: 90%;
        position: relative
    }

    section .third_segment .inner .product_first_index div.button, section .third_segment .inner .product_second_index div.button {
        position: static;
        margin-top: 20px;
        bottom: -20px;
        left: 30%;
        top: auto
    }

    section .fourth_segment {
        padding: 25px 0 50px
    }

    section .fourth_segment.oferty-slider {
        padding: 60px 0 35px
    }

    section .fourth_segment .inner {
        background-position-y: 45%
    }

    section .fourth_segment .inner .right {
        padding-top: 5px
    }

    section .fourth_segment .inner #dla-wnikliwych {
        padding: 15px 0
    }

    section .fourth_segment .inner h2 {
        font-size: 40px
    }

    section .fourth_segment .inner .box1 .title {
        border-bottom: none
    }

    section .fourth_segment .inner .box1 .title_2 {
        display: table-cell
    }

    section .fourth_segment .inner .box1 {
        padding-top: 10px;
        padding-bottom: 10px
    }

    section .fourth_segment .inner .box2 {
        clear: both;
        display: block;
        height: 20px
    }

    section .fourth_segment .inner {
        width: 580px;
        height: auto !important;
        background: none;
        padding-top: 10px !important
    }

    section .fourth_segment .inner .box1 .title {
        height: 1px;
        display: block;
        width: 100%
    }

    section .fourth_segment .inner .box1 .title_2 {
        height: auto;
        display: table-cell;
        vertical-align: top;
        top: auto;
        padding: 5px 0 10px
    }

    section .fourth_segment .inner .right {
        position: static
    }

    section .fourth_segment .inner .small_text_blog {
        width: 100%;
        margin-top: 20px;
        top: -120px
    }

    section .fourth_segment .inner .box1 {
        width: 90%;
        min-height: auto
    }

    section .fourth_segment .inner .box1 .date {
        padding-top: 10px
    }

    section .fourth_segment.dla-wnikliwych .inner .index_arrow_left, section .fourth_segment.dla-wnikliwych .inner .index_arrow_right {
        display: none
    }

    section .fourth_segment .inner .index_arrow_left {
        left: -10px;
        top: 250px
    }

    section .fourth_segment .inner .index_arrow_right {
        right: -10px;
        top: 250px
    }

    section .fourth_segment .inner .oferta-box {
        height: 220px !important
    }

    section .fourth_segment .inner #oferta-box-wrapper {
        padding-top: 0 !important;
        height: 325px !important
    }

    section .fourth_segment .inner .button {
        top: auto;
        bottom: 100px;
        right: auto;
        left: 25px;
        bottom: 55px
    }

    section .fourth_segment .inner .right {
        text-align: left
    }

    footer .wspolpraca .inner {
        width: 540px;
        overflow: hidden
    }

    footer .wspolpraca .inner ul {
        width: 540px;
        heigth: 85px;
        overflow: hidden
    }

    footer .inner {
        width: 520px;
        height: 330px
    }

    footer .inner #ubezpieczenia {
        width: 155px
    }

    footer .inner #serwis {
        width: 175px
    }

    footer .inner #kontakt {
        width: 190px
    }

    footer .inner #telefon {
        clear: both;
        width: 200px;
        margin-top: 20px
    }

    footer .inner #formularz {
        float: right;
        margin-top: 20px
    }

    footer .inner #logo_footer {
        bottom: 25px
    }

    section .blog_first.faq_view {
        width: 600px;
        padding: 0
    }

    section .blog_first.faq_view .inner {
        width: 600px
    }

    section .blog_second.faq_view .inner {
        width: 600px
    }

    .cala_strona {
        width: 580px;
        padding: 0;
    }

    section .blog_second.faq_view .inner .faq {
        width: 510px;
        padding: 10px 15px
    }

    #map-canvas {
        height: 800px
    }

    #kontakt_formularz {
        width: 250px
    }

    section .product_first .inner {
        width: 600px
    }

    section .product_first .inner h1 {
        padding: 30px 25px
    }

    section .product_details .inner {
        width: 555px
    }

    .produkt_item, .more_products {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important
    }

    section .product_details .inner .box {
        width: calc(100% - 4px)
    }

    .product_details .inner .cala_strona {
        width: 550px
    }

    .product_details .inner .cala_strona .url {
        height: 80px
    }

    .product_details .inner .cala_strona a.button_kup {
        left: 30%;
        top: auto;
        bottom: 10px;
        right: auto
    }

    section .product_first .inner span {
        font-size: 40px
    }

    section .product_second {
        margin: 40px 0 30px
    }

    section .product_second .inner {
        width: 550px;
        padding: 0 10px
    }

    section .product_second .inner p {
        padding: 0
    }

    section .product_third .inner {
        width: 600px
    }

    section .product_third .inner .box:first-child {
        margin: 15px
    }

    section .product_third .inner .box {
        width: calc(50% - 64px);
        height: 260px;
        padding: 15px;
        margin: 15px
    }

    section .product_fourth {
        margin: 0 0 40px
    }

    section .product_fourth .inner {
        width: 600px
    }

    section .product_fourth .inner p {
        width: calc(100% - 30px);
        padding: 15px;
        top: 0
    }

    section .product_fourth .inner .button {
        position: static;
        right: auto;
        top: auto;
        clear: both;
        width: calc(100% - 60px);
        margin-top: 20px
    }

    section .product_details .inner .box_details2 .logo {
        right: 20px
    }

    #nie_znalazles_buttony {
        width: 540px;
        padding: 0 15px 50px
    }

    section .product_details .inner .box_details2 {
        width: 540px;
        height: 320px;
        padding: 10px
    }

    section .product_details .inner .box_details2 .button {
        bottom: 55px !important
    }

    section .product_details .inner .box_details.diff {
        display: none
    }

    #nie_znalazles h2 {
        font-size: 30px
    }

    #nie_znalazles_buttony .button.diff {
        top: 0
    }

    #nie_znalazles_buttony img {
        top: 5px;
        left: 45%
    }

    section .blog_first .inner {
        width: 550px;
    }

    section .blog_second {
        width: 100%
    }

    section .blog_second .inner {
        width: 550px
    }

    section table.ranking td.miejsce {
        font-size: 30px
    }

    section table.ranking td.logo_ubezpieczalni {
        width: 55px
    }

    section table.ranking td.logo_ubezpieczalni img {
        width: 55px
    }

    #ranking_porownaj {
        top: 0 !important
    }

    section .blog_second .inner #artykuly .art .title {
        float: none;
        height: auto;
        width: 100%
    }

    section .blog_second .inner #artykuly {
        width: 100%;
        padding: 30px 0 50px
    }

    section .blog_second .inner #artykuly #strony {
        width: 500px
    }

    section .blog_second .inner #artykuly .art .button {
        margin-left: 365px
    }

    section .blog_second .inner #menu_prawe {
        clear: both;
        float: none;
        margin: 0 auto;
        padding: 0 5px;
        width: calc(100% - 10px)
    }

    section .szukacz.blog_second .inner #menu_prawe {
        height: 150px;
        clear: both;
        padding: 0
    }

    section .blog_second .inner #menu_prawe #title {
        margin: 25px 0 15px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane {
        height: 230px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item {
        width: calc(100% - 20px);
        top: 190px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item span {
        text-align: left;
        margin: 3px 0 7px
    }

    section .blog_second .inner #menu_prawe #blog_banner {
        background: none;
        height: auto;
        padding-bottom: 50px
    }

    .polityka_prywatnosci #tekst {
        width: 500px
    }

    .polityka_prywatnosci #close {
        top: calc(50% - 10px)
    }

    #podsumowanie {
        width: 540px
    }

    #podsumowanie ul#friends-logo li {
        clear: both;
        display: block;
        margin: 15px 10px
    }

    .social {
        left: auto;
        right: 5px
    }

    .more_products {
        padding: 10px 0 50px !important
    }

    .more_products #more_products_box {
        height: auto !important
    }

    .more_products_item {
        height: auto !important;
        padding-bottom: 20px !important
    }
}

@media (max-width: 599px) {
    section .blog_first .inner .blog_first_left {
        width: 100%;
        float: none;
        /*text-align: center;*/
    }

    section .blog_first .inner .blog_first_left h1 {
        font-family: "Poppins";
        font-size: 28px;
        letter-spacing: 2px;
        padding: 0px;
        position: static;
        display: block;
        color: #236700;
        text-align: center;
    }

    section .blog_first .inner .blog_first_left h2 {
        font-family: "Poppins";
        font-size: 14px;
        letter-spacing: 0px;
        padding: 0px;
        position: static;
        display: block;
        color: #236700;
        text-align: center;
    }

    section .blog_first .inner .blog_first_right {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    section .blog_first .inner .blog_first_right .button {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 10px;
    }

    .oferta-box-logo img {
        max-width: 120px
    }

    section .product_details .inner .box_details.diff {
        height: 40px;
        padding: 20px 5px
    }

    section .product_details .inner .box_details {
        width: 90%;
        height: auto;
        padding: 5%
    }

    section .product_details .inner .box_details .button {
        clear: both;
        float: none;
        position: static;
        right: auto;
        top: auto;
        width: calc(100% - 30px)
    }

    section .product_details .inner .box_details .logo {
        bottom: auto;
        clear: both;
        display: block;
        margin: 0 auto;
        position: static;
        right: auto;
        text-align: center
    }

    section .product_details .inner .box_details .url {
        clear: both;
        padding-top: 20px;
        position: static;
        text-align: center;
        width: auto
    }

    #oferta-box-container {
        width: 100% !important;
        position: static !important;
        height: auto !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }

    .oferta-box {
        display: none !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 !important;
        width: 100% !important
    }

    #oferta-box-container .oferta-box .oferta-box-logo {
        clear: both;
        position: static !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center
    }

    .oferty-slider .index_arrow_left, .oferty-slider .index_arrow_right {
        display: none !important
    }

    #oferta-box-wrapper {
        height: auto !important
    }

    section .oferty-slider .inner .button {
        position: relative !important;
        top: -40px !important
    }

    .oferta-box:nth-of-type(1), .oferta-box:nth-of-type(2) {
        display: block !important;
        padding-bottom: 30px !important;
        height: auto !important
    }

    section .first_segment, section .first_segment .inner {
        height: auto
    }

    section .first_segment .inner #slogan {
        top: 25px
    }

    section .first_segment .inner #slogan_second {
        top: 20px;
        line-height: 30px
    }

    section .first_segment .inner #slogan_compare {
        position: static;
        top: auto;
        margin-top: 50px;
        width: auto
    }

    section .first_segment .inner .button {
        position: static;
        left: auto;
        top: auto;
        margin: 25px 0 45px
    }

    #popupContactTrigger, .social.fb, section .fourth_segment .inner .box2 {
        display: none !important
    }

    section .fourth_segment {
        padding: 25px 0 40px
    }

    section .fourth_segment .inner {
        background-image: none
    }

    #oferta-box-wrapper {
        padding-top: 0 !important
    }

    #jak-dziala h2 {
        margin-top: 0
    }

    section .second_segment .inner span {
        padding: 35px 0 20px;
        font-size: 32px !important
    }

    section .fourth_segment .inner .button {
        clear: both;
        right: auto !important;
        top: auto !important;
        float: none !important;
        position: static !important
    }

    section .fourth_segment.oferty-slider .inner .oferta-box .button {
        width: calc(100% - 30px)
    }

    section .fourth_segment.oferty-slider .inner .oferta-box .url {
        clear: both;
        position: static;
        botton: auto;
        width: auto;
        text-align: center;
        padding-top: 20px
    }

    section .fourth_segment .inner #dla-wnikliwych {
        padding: 0;
        font-size: 32px !important
    }

    .product_second_index img, .product_first_index img {
        display: block;
        margin: 20px auto 0;
        max-width: 100%
    }

    .product_second_index img {
        padding-bottom: 40px
    }

    section .third_segment .inner .button {
        left: auto;
        position: static
    }

    header, header .inner {
        height: 60px
    }

    header .inner {
        width: 100%
    }

    header .search {
        display: none
    }

    header .logo {
        margin-top: 0;
        font-size: 14px;
        left: 5%;
        top: 13px
    }

    header .logo img {
        width: 30px;
        height: auto;
        padding-bottom: 20px;
        margin-right: 15px
    }

    header.fixed .logo {
        left: 5%;
        top: 10px;
        transform: scale(1)
    }

    header #contact_info {
        float: none;
        display: inline-block
    }

    header nav ul#menu {
        display: none
    }

    header nav div#responsive-menu {
        display: inline-block;
        margin-top: 0;
        top: 14px;
        right: 5%
    }

    header nav div#responsive-menu ul {
        margin-top: -5px
    }

    header .search {
        top: 0;
        right: 10px;
        text-align: center;
        width: 100%
    }

    header .search_box {
        margin: -3px
    }

    section .first_segment .inner {
        width: 90%;
        padding-left: 5%;
        padding-right: 5px
    }

    section .first_segment .inner #wspolpraca {
        top: 120px;
        margin-left: 0
    }

    section .first_segment .inner #wspolpraca ul {
        width: 85%;
        margin-left: -20px
    }

    section .first_segment .inner #wspolpraca ul li {
        margin-bottom: 10px
    }

    section .first_segment .inner #slogan {
        font-size: 30px;
        line-height: 30px !important;
    }

    section .first_segment .inner #slogan_second {
        font-size: 26px;
        top: 26px
    }

    section .first_segment .inner #slogan_third {
        width: 90%
    }

    section .first_segment .inner #slogan_compare {
        font-size: 18px
    }

    section .first_segment .inner #compare {
        width: 252px;
        height: 124px
    }

    section .first_segment .inner #compare li {
        display: block
    }

    section .second_segment {
        height: auto
    }

    section .second_segment .inner {
        height: auto;
        width: 100%;
        background: #fff
    }

    section .second_segment .inner #wspolpraca {
        display: none
    }

    section .second_segment .inner span {
        font-size: 25px
    }

    section .third_segment {
        height: auto
    }

    section .third_segment .inner {
        padding-left: 0;
        padding-right: 0;
        width: 95%;
        height: auto
    }

    section .third_segment .inner .slogan {
        position: static;
        clear: both;
        display: inline-block
    }

    section .third_segment .inner .small_text {
        position: static;
        clear: both;
        display: inline-block;
        top: auto;
        padding-top: 20px
    }

    section .third_segment .inner .product_first_index {
        width: 90%;
        height: auto !important;
        padding: 5%;
        border: none;
        margin-bottom: 20px
    }

    section .third_segment .inner .product_second_index {
        width: 90%;
        height: auto !important;
        padding: 5%;
        border: none
    }

    section .third_segment .inner .product_first_index .button {
        top: auto;
        z-index: 9
    }

    section .third_segment .inner #oferty_z_towarzystw {
        background: url(../images/oferty_z_towarzystw_s.png) no-repeat;
        width: auto;
        left: auto;
        top: auto;
        position: static;
        margin: 15px 0
    }

    section .third_segment .inner #oferty_z_towarzystw div {
        width: 30%;
        left: 34px;
        top: 20px
    }

    section .fourth_segment .inner {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: auto
    }

    section .fourth_segment .inner .box1 {
        width: 90%;
        padding: 25px 5% 0;
        min-height: auto !important;
        float: none;
        position: static
    }

    section .fourth_segment .inner .box1 .title_2 {
        position: static;
        top: auto;
        height: auto;
        padding: 5px 0 15px
    }

    section .fourth_segment .inner .small_text_blog {
        position: static;
        width: 100%;
        margin-top: 0
    }

    section .fourth_segment:not(.oferty-slider) .inner .index_arrow_left, section .fourth_segment:not(.oferty-slider) .inner .index_arrow_right {
        display: none
    }

    section .fourth_segment .inner .box1 .date {
        padding-top: 15px;
        padding-left: 0;
        text-align: left;
        font-weight: 500
    }

    section .fourth_segment .inner .box2 {
        height: 60px
    }

    section .fourth_segment .inner .right {
        position: static;
        top: auto;
        text-align: left;
        padding: 5px 0 0;
        z-index: 1000
    }

    footer .wspolpraca .inner {
        width: calc(100% - 60px);
        overflow: hidden
    }

    footer .inner {
        width: calc(100% - 40px);
        height: 385px
    }

    footer .inner #ubezpieczenia {
        float: left;
        margin: 0;
        width: 50%
    }

    footer .inner #serwis {
        float: right;
        margin: 0;
        width: 50%
    }

    footer .inner #kontakt {
        clear: both;
        float: left;
        margin: 25px 0 0;
        width: calc(50% - 25px)
    }

    footer .inner #telefon {
        float: right;
        margin: 25px 0 0;
        width: 50%;
        padding-right: 0
    }

    footer .inner #formularz {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        padding-top: 40px;
        height: auto
    }

    footer .inner #stopka {
        clear: both;
        float: none;
        margin-top: 30px;
        text-align: center;
        margin-right: 0;
        width: 100%
    }

    footer .inner #logo_footer {
        display: none
    }

    .social.fb {
        top: auto;
        bottom: 10px
    }

    .social.google {
        top: auto;
        bottom: 80px
    }

    section .blog_first.faq_view {
        width: 100%;
        padding: 0
    }

    section .blog_first.faq_view .inner {
        width: 100%
    }

    section .blog_second.faq_view .inner {
        width: 100%
    }

    .cala_strona {
        width: 90%;
        padding: 0 5%
    }

    section .blog_second.faq_view .inner .faq {
        width: 85%;
        padding: 2% 2.5%
    }

    section .blog_first .inner {
        width: 90%;
    }

    section .blog_second .inner {
        width: 100%
    }

    section .blog_second .inner #artykuly {
        width: 90%;
        padding: 5%
    }

    section .blog_second .inner #menu_prawe {
        width: 90%;
        padding: 0 5% 5%
    }

    section .blog_second .inner #artykuly .art .date {
        width: 100%
    }

    section .blog_second .inner #artykuly .art .title {
        width: 100%
    }

    section .blog_second .inner #artykuly .art .button {
        margin-left: 0
    }

    section .blog_second .inner #artykuly #strony {
        width: 90%
    }

    section .blog_second .inner #menu_prawe #blog_banner {
        padding-bottom: 30px
    }

    section .blog_second .inner #menu_prawe #title {
        margin: 25px 0 15px
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane {
        height: auto;
        position: static
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item {
        width: calc(100% - 20px);
        position: static;
        overflow: hidden
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane .blog_item span {
        text-align: left;
        margin: 5px 0 0
    }

    section .blog_second .inner #menu_prawe #najczesciej_czytane aside {
        position: static
    }

    #popup_lead .popup_inner {
        width: 95%;
        padding: 2%;
        left: auto
    }

    #popup_lead .popup_form {
        width: 95%
    }

    #map-canvas {
        height: 1200px
    }

    #info_window img:last-child {
        bottom: 20px
    }

    #kontakt_formularz {
        width: 250px;
        height: 500px;
        padding: 10px 5px 25px;
        top: auto;
        bottom: 5px;
        left: auto
    }

    #kontakt_formularz span:nth-child(3) {
        height: 80px
    }

    #kontakt_formularz #mail_logo, #kontakt_formularz #mail_logo_shadow {
        right: -20px
    }

    section .product_first .inner {
        width: 100%
    }

    section .product_details .inner {
        width: 95%
    }

    .produkt_item, .more_products {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important
    }

    section .product_details .inner .box {
        width: 98%
    }

    .product_details .inner .cala_strona {
        width: 100%
    }

    .product_details .inner .cala_strona a.button_kup {
        right: 10px;
        bottom: -40px
    }

    .product_details .inner .cala_strona img {
        display: none
    }

    section .product_first .inner span {
        font-size: 35px
    }

    section .product_second {
        margin: 40px 0 30px
    }

    section .product_second .inner {
        width: calc(100% - 40px)
    }

    section .product_second .inner p {
        padding: 0
    }

    section .product_third .inner {
        width: 100%
    }

    section .product_third .inner .box:first-child {
        margin: 2.5%
    }

    section .product_third .inner .box {
        width: 90%;
        height: auto;
        padding: 2.5%;
        padding-bottom: 110px;
        margin: 2.5%
    }

    section .product_third .inner .box.reklamowy {
        padding-bottom: 20px !important
    }

    section .product_third .inner .box .title {
        padding-bottom: 2.5%
    }

    section .product_fourth {
        height: auto;
        margin: 20px 0 40px
    }

    section .product_fourth .inner {
        width: 100%
    }

    section .product_fourth .inner p {
        padding: 0 15px;
        top: 0
    }

    section .product_fourth .inner .button {
        position: static;
        clear: both;
        display: block;
        width: calc(100% - 60px);
        bottom: auto;
        right: auto;
        margin: 20px 0 0
    }

    section .product_details .inner .box_details2 .button {
        left: 10px;
        bottom: auto;
        position: relative;
        top: 30px
    }

    section .product_details .inner .box_details2 .logo {
        right: 0;
        position: relative;
        float: right
    }

    #nie_znalazles {
        padding: 0 0 10px
    }

    #nie_znalazles_buttony {
        width: 90%;
        padding: 0 2.5% 40px
    }

    section .product_details .inner .box_details2 {
        width: 90%;
        height: 300px;
        padding: 5%
    }

    section .product_details .inner .box_details.diff {
        height: 40px;
        padding: 20px 5px
    }

    #nie_znalazles_buttony .button {
        clear: both;
        display: block;
        margin: 10px auto
    }

    #nie_znalazles_buttony .button.diff {
        top: 0
    }

    #nie_znalazles_buttony img {
        top: -5px
    }

    table.ranking {
        width: 100%
    }

    table td.miejsce {
        width: 10%;
        position: relative;
        top: 0;
        left: 30px
    }

    table td.logo_ubezpieczalni {
        width: 10%;
        position: relative;
        top: 60px;
        left: -20px
    }

    table td.logo_ubezpieczalni img {
        width: 65px
    }

    table td.info_o_ubezpieczalni {
        width: 50%;
        padding: 3px
    }

    table td.ocena {
        width: 20%
    }

    table td.ocena .ocena_inner {
        padding: 10px 0;
        margin: 0
    }

    table td.ocena .pasek {
        width: 100%
    }

    #ranking_porownaj {
        margin: 0 auto !important
    }

    iframe {
        width: 200px
    }

    .polityka_prywatnosci #tekst {
        width: calc(100% - 80px)
    }

    .polityka_prywatnosci #close {
        top: calc(50% - 10px)
    }

    #podsumowanie {
        padding: 30px 10px;
        width: calc(100% - 20px)
    }

    #podsumowanie .share-buttons .div-or {
        clear: both;
        display: block;
        position: static;
        padding: 10px 0 15px
    }

    #podsumowanie ul#friends-logo li {
        clear: both;
        display: block;
        margin: 15px 10px
    }

    .more_products {
        padding: 10px 0 50px !important;
        width: calc(100% - 5px) !important
    }

    .more_products #more_products_box {
        height: auto !important
    }

    .more_products_item {
        height: auto !important;
        padding-bottom: 20px !important
    }
}

@media (max-width: 449px) {
    #date_newline {
        display: block;
    }

    footer .inner {
        height: auto;
        margin-bottom: 20px
    }

    footer .inner #ubezpieczenia {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
        text-align: center
    }

    footer .inner ul li {
        width: 100%;
        max-width: 100%
    }

    footer .inner #serwis {
        clear: both;
        float: none;
        margin: 30px auto 0;
        width: 100%;
        text-align: center
    }

    footer .inner #kontakt {
        clear: both;
        float: none;
        margin: 30px auto 0;
        width: 100%;
        text-align: center
    }

    footer .inner #telefon {
        clear: both;
        float: none;
        margin: 30px auto 0;
        width: 100%;
        text-align: center
    }

    footer .inner #formularz {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        padding-top: 40px;
        height: auto
    }

    footer .inner #stopka {
        clear: both;
        float: none;
        margin-top: 40px;
        text-align: center;
        margin-right: 0;
        width: 100%
    }

    footer .inner #logo_footer {
        left: 50%;
        margin-left: -16px
    }
}

@media (min-width: 331px) and (max-width: 359px) {
    section .first_segment {
        height: auto
    }

    section .product_details .inner .box_details .logo {
        bottom: 20px;
        width: 90px
    }

    section .product_details .inner .box_details .url {
        bottom: 10px
    }

    .social.fb {
        top: auto;
        bottom: 10px
    }

    .social.google {
        top: auto;
        bottom: 80px
    }
}

@media (max-width: 330px) {
    header, header .inner {
        height: 110px;
        position: relative
    }

    header .inner {
        padding-top: 3px
    }

    header .logo {
        position: static;
        clear: both;
        display: block;
        font-size: 15px;
        margin: 7px auto 0;
        width: 150px;
        height: 35px
    }

    header .logo img {
        margin-right: 15px
    }

    header .search {
        position: static;
        right: auto;
        top: auto;
        clear: both;
        width: 100%;
        margin-top: 0
    }

    header .search #contact_info .time {
        font-weight: 500;
        margin: 0
    }

    header .search #contact_info .contact {
        clear: both;
        display: block;
        width: 100%;
        text-align: center
    }

    header .search .search_box {
        display: none
    }

    header nav {
        clear: both;
        display: block
    }

    header nav div#responsive-menu {
        position: relative;
        top: auto;
        right: auto;
        margin: 10px auto 0;
        display: block
    }

    header nav div#responsive-menu ul {
        width: 190px;
        left: 50%;
        margin-left: -95px;
        margin-top: 0
    }

    header nav div#responsive-menu ul::before {
        left: 50%;
        margin-left: -4px
    }

    section {
        overflow: hidden;
        margin: 0 auto
    }

    section .first_segment {
        height: auto
    }

    section .first_segment .inner {
        width: 90%;
        padding: 0 5%
    }

    section .second_segment .inner #wspolpraca {
        display: none
    }

    section .third_segment .inner img#cztery_kroki {
        max-width: 250px
    }

    section .third_segment .inner .button {
        z-index: 1000;
        margin-top: -30px
    }

    section .fourth_segment .inner .box1 {
        min-height: 340px
    }

    section .fourth_segment .inner .button {
        right: 0;
        top: 935px
    }

    section .product_details .inner .box_details .logo {
        bottom: 20px;
        width: 90px
    }

    section .product_details .inner .box_details .url {
        bottom: 10px
    }

    .social.fb {
        top: auto;
        bottom: 10px;
        width: 75px
    }

    .social.google {
        top: auto;
        bottom: 80px;
        width: 55px
    }
}

pre {
    font-size: 1.5px em;
    font-family: Courier, "Courier New", mono;
    color: #000;
    padding: 10px;
    border: solid 1px #ffcf81;
    background: #f8ffc0;
    margin: 50px
}

a.button_kup {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    min-width: 180px
}

.button_orange {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, .2);
    background: #ff7930;
    background: -moz-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7930), color-stop(1%, #ff7930), color-stop(100%, #c8211f));
    background: -webkit-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -o-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: -ms-linear-gradient(top, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    background: linear-gradient(to bottom, #ff7930 0%, #ff7930 1%, #c8211f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7930', endColorstr='#c8211f', GradientType=0);
    color: #fff !important;
    font-weight: 700;
    text-shadow: -1px 1px 0 #000;
    filter: dropshadow(color=#000, offx=-1, offy=1)
}

.ribbon {
    background-color: #ed0000;
    width: 100px;
    position: absolute;
    top: 30px;
    right: -7px;
    padding: 2px 10px;
    text-align: center;
    z-index: 2
}

.ribbon:before {
    content: '';
    border-style: solid;
    border-width: 12px;
    border-color: transparent #ed0000 transparent transparent;
    position: absolute;
    top: 0;
    left: -24px
}

.ribbon:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: transparent #6e4400 transparent transparent;
    position: absolute;
    bottom: -5px;
    right: 2px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.ribbon span {
    font-family: 'Roboto';
    color: #fff;
    text-shadow: -1px 1px 0 #8c8c8c;
    filter: dropshadow(color=#8c8c8c, offx=-2, offy=2);
    font-weight: 500
}

.nie-znalazles-new {
    font-size: 20px !important
}

#oferta-box-wrapper {
    width: 100%;
    height: 390px;
    position: relative;
    overflow: hidden;
    padding-top: 20px
}

#oferta-box-container {
    width: 3000%;
    height: 440px;
    overflow: hidden;
    left: 0;
    position: absolute;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.oferta-box {
    width: 400px;
    height: 270px;
    border: 1px solid #eaf0e7;
    float: left;
    margin: 20px 25px;
    padding: 25px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.oferta-box h3 {
    font-size: 22px;
    color: #278c00;
    display: block;
    line-height: 1em;
    border-bottom: 2px solid #d4e8cc;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.oferta-box .button {
    position: absolute;
    bottom: 60px;
    left: 25px
}

.oferta-box .url {
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    display: block;
    color: #278c00;
    position: absolute;
    z-index: 2;
    bottom: 30px
}

.oferta-box .oferta-box-logo {
    position: absolute;
    bottom: 15px;
    right: 25px
}

.oferta-box-logo img {
    max-width: 140px
}

.produkt_item {
    width: 670px;
    display: block;
    float: left;
    padding: 30px 15px 60px;
    background-color: #fff
}

.produkt_item table,
.product_details table {
    max-width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    width: 100%
}

.produkt_item table td,
.product_details table td {
    width: auto !important;
    text-align: left;
    padding: 5px;
    border: 1px solid #ccc
}

.produkt_text {
    color: #50604a
}

.produkt_text table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > p:nth-child(1) {
    text-align: center
}

.produkt_text table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > p:nth-child(1) img {
    width: 100% !important;
    max-width: 70px;
    height: auto !important;
}

.product_details table tr td img {
    width: 100% !important;
    max-width: 70px;
    height: auto !important;
    position: static !important;
}

.produkt_item table tr:nth-child(even),
.product_details table tr:nth-child(even) {
    background-color: #f2f2f2
}

.produkt_item h1 {
    border-bottom: 2px solid #d4e8cc;
    color: #278c00;
    display: block;
    font-size: 25px;
    font-weight: 500;
    height: auto;
    margin-bottom: 25px;
    padding: 10px 0;
    position: relative
}

.more_products {
    width: 270px;
    display: block;
    float: left;
    padding: 30px 0 30px 20px
}

.more_products #title {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
    width: 100%
}

.more_products #more_products_box {
    background-color: #fff;
    border: 1px solid #e5ece0;
    border-radius: 5px;
    color: #278c00;
    display: block;
    font-weight: 700;
    height: 450px;
    position: relative;
    width: 100%
}

.more_products_item {
    border-bottom: 1px solid #e5ece0;
    padding: 10px;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.more_products_item p {
    font-size: 13px;
    color: #444;
    font-weight: 400
}

.more_products_item img {
    max-width: 100px;
    position: absolute;
    right: 10px;
    bottom: 0
}

.more_products_item a.more_products_link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 500;
    font-size: 13px
}

#gmap {
    width: 100%;
    height: 300px;
    float: left;
    margin-top: 20px;
    display: none
}

.oferta-cta {
    background: #e04727 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    min-width: 180px;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    width: 220px
}

.tu-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
    color: #20a3dd;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    width: 240px;
    background: #f9f9f9;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

.tu-box:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.tu-box-container {
    -ms-display: flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.callpopup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
}

.callpopup {
    width: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 100px;
    left: 50%;
    margin-left: -290px;
    background: #fff;
    z-index: 9;
    padding: 40px;
    color: #414141;
    text-align: center;
}

.callpopup-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.callpopup a {
    background-color: #3e9b05;
    box-shadow: 0 2px 0 0 #307b03;
    display: inline-block;
    width: 150px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.callpopup a:hover {
    color: #fff;
    background-color: #3e9b05;
    box-shadow: 0 2px 0 0 #3e9b05;
}

.callpopup-text {
    font-weight: 300;
    margin: 0;
}

.callpopup-text span {
    display: inline-block;
    border-radius: 25px;
    background: #3e9b05;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.callpopup-foot {
    padding-top: 10px;
    border-top: 1px solid #d2caca;
    color: #d2caca;
    font-size: 13px;
    margin-top: 30px;
    text-align: left;
    padding-left: 60px;
    background: url('../images/ssl-icon.png');
    background-repeat: no-repeat;
    background-position: 10px 11px;
    background-size: 30px 30px;
}

.callpopup img {
    margin-bottom: 10px;
}

.callpopup-cancel {
    width: 15px;
    height: 15px;
    background: url('../images/cancel.png');
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background-size: cover;
}

.comments-title {
    margin: 30px 0 0 0;
    padding: 0;
    color: #51A51E;
    font-size: 22px;
    font-weight: 700;
}

section .fourth_segment .inner #info-boxes {
    font-size: 32px;
    margin-bottom: 35px;
}

section .fourth_segment.info-boxes .inner {
    background: none;
}

section .fourth_segment.info-boxes .info-box {
    flex: 0 0 50%;
    padding: 0px 45px;
    box-sizing: border-box;
    font-size: 14px;
    color: #50604a;
    margin: 10px 0;
    position: relative;

}
section .fourth_segment .boxes-content {
    position: relative;
}

section .fourth_segment.info-boxes .info-box:nth-child(odd) {
    clear: both;
    /*border-right: 1px solid #e7e7e7;*/
}
section .fourth_segment.info-boxes .info-box:nth-child(even):before {
    border-color: #a7a7a7;
    border-width: 1px;
    content: "";
    opacity: .5;
    position: absolute;
    border-right-style: solid;
    left: 0px;
    top: 5%;
    height: 95%;
}

section .fourth_segment.info-boxes .info-box .info-box-title {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #3e9b05;
    font-size: 1.2em;
    border-bottom: 1px solid #278c00;
    padding-bottom: 10px;
}
section .fourth_segment .boxes-content {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e7e7e7;
}
@media (max-width: 600px){
    section .fourth_segment.info-boxes .info-box {
        flex: 0 0 100%;
        padding: 20px;
        margin: 0;

    }
    section .fourth_segment .boxes-content {
        border: 0;
    }
}