html {}

body {
    background: #FFFFFF;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #513636;
    padding: 0;
    margin: 0;
}

a {
    color: #947809;
    text-decoration: underline;
}

a:hover {
    color: #646508;
    text-decoration: underline;
}
.separator_line{
    height: 2px;
    background-color: #d1d1d1;
}
h1 {
    font-size: 44px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 6px;
    /* text-shadow: 0 0 10px #fff4cf; */
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.dark h1 {
    text-shadow: 0 0 10px #3f3212;
    color: #fff;
}

h2 {
}

dd {
    margin: 0 0 45px 20px;
}
.aligncenter  {
    margin: 0 auto;
    display: block;
}
.fox-copyright {
    float: right;
    display:none;
}
.foxform {
    margin-bottom: 10px;
}

img {
    border: none;
}

.wp-image-155,
.entry-content img {
	max-width:100%;
	height:auto;
}


.ancor {
    position: absolute;
}

.zag {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin: 40px 0;
    line-height: 1.2em;
}
.zag_desc {
	text-align: center;
	color: #005f03;
	font-size: 28px;
	/* font-weight: bold; */
	margin-bottom: 27px;
	line-height: 1.2em;
	text-shadow: 0 0 10px #fff;
}
.dark .zag_desc {
	color: #f9e975;
	text-shadow: 0 0 10px #660000;
}
.zag_desc span {
	display: block;
}

.btn_yellow {
    background-color: #ffd43d;
    display: block;
    border-radius: 6px;
    border: 1px solid #9c7200;
    height: 48px;
    line-height: 45px;
    color: #000;
    font-size: 15px;
    box-shadow: 0 2px 5px #fff inset, 0 -2px 5px #C39F20 inset;
    cursor: pointer;
}

.btn_yellow:hover {
    background-color: #FFDE6F;
}

.btn_red {
    background-color: #E5402A;
    display: block;
    border-radius: 6px;
    /* border: 1px solid #ae0b0b; */
    /* height: 48px; */
    line-height: 45px;
    color: #000;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.41) inset, 0 -2px 5px #C21E16 inset;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.btn_red:hover {
    background-color: #FF5C46;
    text-decoration: none;
    color: #000;
}
.btn_green {
    background-color: #1ab54f;
    display: block;
    border-radius: 6px;
    /* border: 1px solid #079f3c; */
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px rgb(255 255 255 / 41%) inset, 0 -2px 5px #089f3c inset, 2px 3px 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: 0.6s;
    position: relative;
    top:0;
}
.btn_green:hover {
    background-color: #0aad42;
    /* border: 1px solid #079f3c; */
    /* box-shadow: 0 2px 5px rgba(255, 255, 255, 0.41) inset, 0 -2px 5px #016e27 inset; */
    text-decoration: none;
    top:-5px;
    color: #fff;
}
.btn_blue {
    background-color: #5bc0de;
    display: block;
    border-radius: 6px;
    /* border: 1px solid #079f3c; */
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px rgb(255 255 255 / 41%) inset, 0 -2px 5px #129ca2 inset, 2px 3px 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: 0.6s;
    position: relative;
    top:0;
}
.btn_blue:hover {
    /* background-color: #0aad42; */
    /* border: 1px solid #079f3c; */
    /* box-shadow: 0 2px 5px rgba(255, 255, 255, 0.41) inset, 0 -2px 5px #016e27 inset; */
    text-decoration: none;
    top:-5px;
    color: #fff;
}



.container {
    max-width: 1024px;
}

/*menu_top*/

#menu_top {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px #444;
    display: none;
}

#menu_top.navbar li > a {
    padding: 0 6px 0;
    line-height: 50px;
    display: block;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #DCDCDC;
}

#menu_top.navbar li.red > a {
    color: #DE0000;
}

#menu_top.navbar li > a:hover {
    background: linear-gradient(to bottom, #FFEDAF 0%, #FFDE6A 100%);
}

#menu_top.navbar .active > a,
#menu_top.navbar .active > a:hover,
#menu_top.navbar .active > a:focus {
    background: linear-gradient(to bottom, #FFEDAF 0%, #FFDE6A 100%);
}

#menu_top.navbar .open > a,
#menu_top.navbar .open > a:hover,
#menu_top.navbar .open > a:focus {
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgb(1, 70, 23);
    background: linear-gradient(to bottom, #FFEDAF 0%, #FFDE6A 100%);
}

#header {
    padding-top: 1px;
    margin: 10px 0 12px;
    /* overflow: hidden; */
    background-color: #ffffff;
}
#header .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    margin: 0;
    display: block;
    width: 85px;
    /* height: 124px; */
    float: left;
}
.logo img{
    width: 100%;
}

.header_data {
    margin: 0;
    /* padding-left: 23px; */
    overflow: hidden;
    color: #2d2d2d;
    font-size: 14px;
    /* width: 297px; */
    /* float: left; */
    margin-right: auto;
    margin-top: 5px;
}

.header_data .name {
    padding: 0;
    line-height: 1em;
    font-size: 29px;
    font-weight: bold;
    display: block;
    color: #000;
}

.header_data .slogan {
    font-size: 17px;
    font-weight: normal;
    /* padding-bottom: 13px; */
    display: block;
    color: #999999;
    font-family: 'Trebuchet MS';
    font-style: italic;
}

.call_us {
    margin: 17px 0 0;
    /* float: right; */
    width: 276px;
    text-align: left;
    text-align: right;
}
.call_us .phone {
    font-size: 24px;
    color: #000000;
    line-height: 1.2em;
    display: inline-block;
}
.call_us .phone a{
    color: #000000;
    text-decoration: none;
}
.call_us .phone.wa a{
    color: #1ca204;
}
.call_us .phone.wa {
    background: url(../images/ico_wa_24.png) no-repeat left center;
    padding-left: 30px;
    opacity: 0.7;
    font-weight: normal;
    display: inline-block;
}
.call_us .watsapp_btn {

}
.call_us .watsapp_btn a {
    background: url(../images/ico_wa_24.png) no-repeat 10px 50%;
    background-color: #198615;
    padding: 7px 10px 7px 40px;
    margin-top: 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 70%);
    display: inline-block;
}

.call_us .call_my {
    margin: 10px 0;
    text-align: center;
}




/*block0*/
.bg_header {
    background: url(../images/bg_header.jpg) no-repeat center center;
    background-size: cover!important;
}
.bg_header.mur {
    background: url(../images/bg_header_mur.jpg) no-repeat center center;
    background-size: cover;
}
.bg_header.klesch {
    background: url(../images/bg_header_klesch.jpg) no-repeat center center;
    background-size: cover;
}


/*block1*/

.block1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.block1 .illustration {
    text-align: center;
}

.block1 .illustration img {
    width: 100%;
    max-width: 295px;
}

.block1 .adventage {
    margin: 0 0 30px;
}

.block1 .adventage .ad_item {
    /* background: rgba(255, 249, 231, 0.0) url(../images/chek_point.png) no-repeat 0 0; */
    font-size: 16px;
    padding: 0 10px;
    margin: 5px 0;
    /* border-radius: 5px; */
    text-shadow: 0 0 10px #fff;
    font-weight: bold;
    line-height: 1.2em;
}
.dark .block1 .adventage .ad_item {
    color:#fff;
    text-shadow: 0 0 10px #3f3212;
}

.block1 .order_place .order {
	text-transform: uppercase;
	color: #fff;
	/* text-shadow: 1px 1px 3px #680000; */
	margin-top: 12px;
	/* border: 1px solid #ffffff; */
	/* box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7); */
	margin-bottom: 15px;
}
.top_sale {}
.top_sale .sale{
    padding: 10px !important;
    font-size: 120% !important;
    background-color: #444;
}

/*block2*/

.block2 {
}

.block2 .sale {
}

.block2 .order {
}


/*block3*/

.block3 {
    margin-bottom: 30px;
}

.block3 .adventage2 {
    text-align: center;
    margin-bottom: 30px;
}

.block3 .adventage2 img {
    border-radius: 50%;
}
.block3 .description_text {
    /* text-align: justify; */
    color: #776e56;
}

.block3 .adventage2 .name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.block3 .adventage2 .desc {
    margin-bottom: 20px;
}


/*block4*/

.block4 {
    padding-bottom: 50px;
    overflow: hidden;
}

.block4 .biznes {
    /* background: #f3ead8 url(../images/biznes.jpg) no-repeat bottom left; */
    /* padding: 10px 10px 10px 190px; */
    line-height: 1.2em;
    min-height: 170px;
    margin: 0 0 3px;
    background: #f3ead8 url(../images/biznes.jpg) no-repeat right bottom;
    padding: 10px 150px 10px 10px;
    background-size: 150px;
}

.block4 .home {
    /* background: #f3ead8 url(../images/home.jpg) no-repeat bottom left; */
    /* padding: 10px 10px 10px 190px; */
    line-height: 1.2em;
    min-height: 170px;
    background: #f3ead8 url(../images/home.jpg) no-repeat bottom right;
    padding: 10px 150px 10px 10px;
    background-size: 150px;
}

.block4 .home .zag,
.block4 .biznes .zag {
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
    font-weight: bold;
    text-transform: inherit;
}

.block5 {
    margin-bottom: 30px;
}

.block5 .time_line {
    text-align: center;
}

.block5 .time_line .desc {
    margin: 10px 0 40px;
}

.block5 .time_line h3 {
    text-align: center;
    margin: 0px 0 20px;
}

.block5 .time_line img {
    width: 100%;
    max-width: 160px;
}

.block5 .time_line .block {
    padding: 20px 15px;
    border: 3px solid #f3ead8;
    border-radius: 6px;
}

.block6.bezopasno {
    background: #f7f8f8 url(../images/bezopasno.jpg) no-repeat top center;
    min-height: 416px;
    margin-bottom: 0;
    padding-bottom: 50px;
    background-size: cover;
}

.block6.bezopasno .block {
    background-color: rgba(255, 244, 207, 0.49);
    text-align: center;
    padding: 30px;
    margin-top: 204px;
}

.block6.bezopasno .block .sale {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2em;
    color: #0072a8;
}

.block6.bezopasno .block .order {
    max-width: 300px;
    margin: 0 auto;
    font-size: 23px;
    text-transform: uppercase;
}
.block6 .phone,
.block9 .phone,
.block15 .phone {
    font-size: 1.6em;
    color: #0072a8;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    font-weight: 700;
}
.block6 .phone a,
.block9 .phone a,
.block15 .phone a{
	color: #0072a8;
	text-decoration: none;
}


/*block7*/

.block7 {
    background-color: #f3ead8;
    padding-bottom: 50px;
}

.block7 p.zag {
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 7px;
    font-weight: bold;
    text-transform: inherit;
    color: #088a38;
}

.block7 img {
    width: 100%;
    max-width: 455px;
    height: inherit;
}
.block7 p {
    text-align: center;
}
.block7 .block {
    border: 2px solid #ece3c3;
    border-radius: 6px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.57);
}


/*block8*/
.block8 {
    margin-bottom: 50px;
}
.block8 .price_blocks {display: flex;flex-wrap: wrap;justify-content: space-between;}
.block8 .price_block {
    border: 1px solid #EFDA93;
    border: 3px solid #f3ead8;
    margin: 0 0px 5px;
    border-radius: 6px;
    padding: 4px 15px 15px;
}
.block8 p.zag {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
    text-transform: inherit;
    color: #088a35;
}
.block8 table{
    border-color: #d4c793;
    border: 1px solid #d4c793;
}


/*block9*/

.block9 {
    background-color: #FBF4DB;
    padding-bottom: 50px;
}

.block9 .garant {
    border: 3px solid #ece3c3;
    margin: 0 6px 20px;
    border-radius: 6px;
    padding: 17px 0 0;
    background-color: rgba(255, 255, 255, 0.57);
}

.block9 p.zag {
    font-size: 20px;
    text-align: center;
    /* margin: 10px 0; */
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 0 5px;
}

.block9 .time {
    text-align: center;
    color: #0072a8;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 19px;
}

.block9 .desc {
    text-align: center;
    font-size: 18px;
}

.block9 .desc .order {
    max-width: 300px;
    margin: 26px auto 0;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}


/*block10*/

.block10 {
    padding-bottom: 50px;
}

.block10 img {
    width: 100%;
    max-width: 150px;
}

.block10 .item {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 30px;
    overflow: hidden;
}
.block10  .go_to_add_comment{
    text-align: center;
}


/*block11*/

.block11 {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

.block11 .sert {
    text-align: center;
}

.block11 .sert img {
    width: 150px;
    margin: 0 6px;
    padding: 3px;
    background-color: #fff;
}


/*block12*/

.block12 {
    background-color: #FBF4DB;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
.block12 .sale {
    margin-bottom: 15px;
}

.block12 .order {
    width: 300px;
    margin: 26px auto 0;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}

.block12 .foxcontainer {
    margin: 0 auto 0;
    width: 100%;
    max-width: 400px;
}

.block12 .foxtext {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.block12 .foxtext:focus {
    border-color: #BFA141;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(167, 136, 35, 0.63);
}
.block12 .foxform div {
    margin: 0 0 10px 0;
}

.block12 .foxform .sending {
	text-align: center;
}
.block12 .foxform .foxbutton {
    display: inline-block;
    margin: 26px auto 0 !important;
     text-transform: uppercase;
    padding: 0 16px;
    background-color: #1ab54f;
    border-radius: 6px;
    border: none;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 5px rgb(255 255 255 / 41%) inset, 0 -2px 5px #089f3c inset, 2px 3px 5px rgb(0 0 0 / 40%);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: 0.6s;
    position: relative;
    top:0;
}

.block12 .foxbutton:hover {
    /*background-color: #FF5C46;*/
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    top:-5px;
    color: #fff;
}


/*block13*/

.block13 {
    margin-bottom: 60px;
    text-align: center;
}

.block13 img {
    width: 100%;
    max-width: 160px;
}

.block13 .name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.block13 .desc {
    margin-bottom: 20px;
}
.block13 .block {
    padding: 20px 15px;
    border: 3px solid #f3ead8;
    border-radius: 6px;
}

/*block14*/

.block14 {
    margin-bottom: 30px;
}

.block14 .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.8s;
}

.block14 .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.block14 .panel-default > .panel-heading:hover {
    background-color: #FFFDF6;
}

.block15 {
    background-color: #FBF4DB;
    padding-bottom: 50px;
    text-align: center;
}
.block15 .zag {
    margin: 40px 0 20px;
}

.block15 .phone {
/*    font-size: 30px;
    color: #860101;*/
}
.block15 .phone a {
/*    font-size: 30px;
    color: #0072a8;*/
}

.block15 .order {
    max-width: 300px;
    margin: 26px auto 0;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
}

.block16{
    margin-bottom: 30px;
}
.block16 .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.block16 .name{
    display: block;
    text-transform: uppercase;
    margin: 8px 0 16px;
}
.block16 a{
    color:#000;
    text-decoration: none;
}
.block16 .raw{
    text-align: center;
}
.block16 img{
    border-radius: 100%;
    max-width: 160px;
    width: 100%;
    transition: 0.8s;
}
.block16 a:hover img{
    box-shadow: 0 0 10px #C39F20;
}

.block-sale {
    background-color: #f8e9b6;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center;
}
.block-sale .btn_blue {
    max-width: 300px;
    margin: 4px auto 0;
}

#footer {
    /* padding-top: 9px; */
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
    /* background: linear-gradient(to right, #e8a77c 0%, #a6522c 100%); */
    padding: 20px 0 30px;
}

#footer .call_us {
    margin: 0;
    /* float: right; */
    width: 290px;
    text-align: left;
    /* clear: both; */
}

#footer .call_us .phone {}

#footer .call_us .adres {
    display: block;
}

#footer .call_us .mail {}

#callme .complite span {
    color:red;
}
#callme .complite span.green {
    color:green;
}
#fc .complite.visual,
#sale_form .complite.visual{
    display: block!important;
}
#fc .complite span,
#sale_form .complite span{
    color: red;
    font-weight: bold;
}


/*comment*/
.commentlist{}
.commentlist .comment{
    margin-bottom: 30px;
    padding: 15px;
}
.commentlist .comment em{}
.commentlist .author{
    font-size: 1.3em;
}
.commentlist .author .date{
    font-size: 14px;
    color: #a2a2a2;
}
.commentlist li:nth-child(2n) {
    background-color: #f8f7f3;
}
#comments .baseform  {
    background-color: #d3f1cd;
    padding: 15px;
    border-radius:6px;
    margin-bottom: 30px;
}

.reklama{
    background-color: #c4f4fe;
    /* padding: 20px 15px; */
    margin: -30px 0 30px;
    text-align: center;
    font-weight: bold;
}
.reklama .btn{}
.reklama img{
    width: 100%;
    max-width: 950px;
}
.reklama .btn_yellow{
    width: 290px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    box-shadow: 0 2px 5px #fff inset, 0 -2px 5px #69943c inset;
    background-color: #a4dd68;
    border: 1px solid #009c24;
}

.info {
    text-align: center;
    background-color: #fff4cf;
    margin-top: -30px;
    margin: 0 0 50px;
}
.attention {
    text-align: center;
    background-color: #d3d3d3;
    /* margin-top: -30px; */
    padding-top: 30px;
    margin: -30px 0 50px;
}
.attention .udost img{
    /* border: 15px solid #fbdb48; */
    max-width: 480px;
    width: 100%;
}
.attention .text img{
    /* border: 15px solid #fbdb48; */
    /* max-width: 480px; */
    width: 100%;
}



#footer {}
#footer .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .block5 .time_line img {
        width: 100%;
        max-width: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	#menu_top.navbar li > a {
		white-space: nowrap;
		font-size: 14px;
	}
    .header_data{
	    width: 250px;
	}

}

@media only screen and (max-width: 768px) {
    .sr-only{
        position: initial;
        padding-left: 30px;
        float: left;
        width: inherit;
        height: inherit;
        line-height: 14px;
    }
    h1{
        font-size: 36px;
        font-weight: bold;
        margin: 28px 0 20px;
    }
    .logo {
        margin: 0;
        width: 72px;
        height: 70px;
    }
    .logo img{
        width: 100%;
    }
    #header .flex{
        justify-content: center;
    }
    #footer .flex{
        justify-content: center;
    }
    .header_data {
        margin: 0;
        /* padding-left: 16px; */
        width: 200px;
    }
    .call_us {
        margin: 10px 0 0;
        /* float: right; */
        width: 246px;
        text-align: center;
    }
    .btn_yellow {
        line-height: 16px;
        padding: 6px;
    }
    .header_data .slogan {
        font-size: 16px;
        /* padding-bottom: 0px; */
    }
    .call_us .phone {
        font-size: 18px;
        /* color: #FFFFFF; */
        /* line-height: 1.2em; */
        /* padding-left: 48px; */
    }
    .block1 .illustration{
        width: 244px;
    }
    .block1 .adventage {
        margin: 0px 0;
    }
    .zag {
        font-size: 20px;
        margin: 23px 0;
        font-weight: bold;
    }
    .header_data .name {
        /* padding: 0; */
        /* line-height: 1em; */
        font-size: 26px;
        /* font-weight: bold; */
        /* display: block; */
        /* color: #fff; */
    }
    .block5 .time_line .desc {
        margin: 10px -6px 40px;
        line-height: 1.3em;
        font-size: 14px;
    }

    .block8 table td{
        font-size: 14px;
    }
    .block8 table th{
        font-size: 16px;
    }
    .block10 img {
        max-width: 100px;
    }
    .block11 .sert img {
        width: 128px;
        margin: 0 6px 7px;
    }
    .block16 img {
        border-radius: 100%;
        width: 100%;
        max-width: 150px;
    }
    #footer .call_us {
        margin: 15px 0 0;
        /* float: none; */
        /* width: 100%; */
        text-align: center;
    }
    .block12 .foxbutton {
        font-size: 20px!important;
    }
    .block12 {
        /* padding-bottom: 15px; */
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .cme-form {
        top: 70px !important;
    }
	.block3 .adventage2 img {
		width: 80px;
		margin-top:10px;
	}
	.block7 img {
		/* width: 80%; */
		max-width: 350px;
		height: inherit;
	}
	.block5 .time_line img {
		width: 100%;
		max-width: 90px;
	}
	.block13 img {
		width: 100%;
		max-width: 90px;
	}
	.block6 .phone,
    .block9 .phone{
		font-size: 1.4em;
	}

    .attention {
        margin-top: 0;
    }
}
@media only screen and (max-width: 480px) {
    .illustration.col-xs-6,
    .adventage.col-xs-6{
        width: 100%;
    }
    .time_line .col-xs-6,
    .adventage2 .col-xs-6 {
        width: 50%;
    }
    .sr-only{
        position: initial;
        padding-left: 30px;
        float: left;
        width: inherit;
        height: inherit;
        line-height: 14px;
    }
    h1{
        font-size: 30px;
        font-weight: bold;
        margin: 15px 0 8px;
    }
    .logo {

    }

    .logo img{
        width: 100%;
    }
    .header_data {

    }
    .call_us {
        margin: 1px 0 20px;
    }
    .header_data .slogan {
        font-size: 17px;
        padding-bottom: 0px;
    }
    .call_us .phone {
        font-size: 18px;
    }
    .btn_yellow {
        line-height: 48px;
        padding: 0;
    }
    .block1 .illustration{
        width: 180px;
        margin: 0 auto 15px;
        float: none;
    }
    .block1 .adventage {
        margin: 0px 0;
        text-align: center;
    }
    .zag {
        font-size: 20px;
        margin: 23px 0;
        font-weight: bold;
    }
    .block8 p.zag {
        font-size: 16px;
    }
    .block4 .biznes {
        background: #f3ead8 url(../images/biznes.jpg) no-repeat right bottom;
        padding: 10px 150px 10px 10px;
        background-size: 150px;
    }
    .header_data .name {
        font-size: 32px;
    }
    .block4 .home {
        background: #f3ead8 url(../images/home.jpg) no-repeat bottom right;
        padding: 10px 150px 10px 10px;
        background-size: 150px;
    }
    .block5 .time_line .block {
        margin-bottom: 15px;
    }
    .block5 .time_line .desc {
         margin: 50px -6px 20px;
        font-size: 14px;
    }
    .block5 .time_line img {
        width: 100%;
        max-width: 70px;
    }
    .block8 table td{
        font-size: 13px;
    }
    .block8 table th{
        font-size: 13px;
    }
    .block10 img {
        max-width: 100px;
        display: none;
    }
    .block11 .sert img {
        width: 128px;
        margin: 0 6px 7px;
    }
    .block13 .block {
        margin-bottom: 13px;
    }
    .block16 img {
        border-radius: 100%;
        width: 100%;
    }
    #footer .call_us {
        margin: 2px 0 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    .block12 .foxform .foxbutton {
        font-size: 14px!important;
    }
    .block12 {
        padding-bottom: 30px;
        /* padding-bottom: 50px; */
        margin-bottom: 0;
    }
    .cme-form {
        top: 70px !important;
    }
    .col-xs-6 {
        width: 100%;
    }
    .block12 .foxcontainer{
        box-sizing: content-box;
    }
    .block1 .adventage .ad_item {
        font-size: 18px;
    }
    .block2 .sale {
        margin: 0 0 20px;
    }
    .block6.bezopasno .block {
        margin-top: 30px;
    }
    .block6.bezopasno {
        background: #f7f8f8 url(../images/bezopasno.jpg) no-repeat top center;
        min-height: 280px;
        margin-bottom: 0;
        padding-bottom: 30px;
        background-size: cover;
    }
	.zag_desc {
		font-size: 22px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.block1 {
		margin-bottom: 0px;
		padding-bottom: 15px;
	}
	.block3 .adventage2 .name {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 10px 0 0;
	}
    .reklama{
        margin: 0;
    }
    .info {
        margin-top: 0;
    }
    .attention {
        margin-top: 0;
    }
    .block6 .phone,
    .block9 .phone,
    .block15 .phone {
        font-size: 1.3em;
    }
    .block7 img {
        width: 100%;
        max-width: 100%;
    }


}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}