*, a, span, div {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Regular', Arial, sans-serif;
    font-size: 14px;
}

a {
    color: #1bb6f0;
    text-decoration: underline;
}

div {
    display: block;
    font: inherit;
    vertical-align: baseline;
    padding: 0;
}

.container {
    margin: auto;
    width: 1140px;
    overflow: hidden;
}

/*-----------header------------------*/
.header {
    background: url('../img/header_bg.jpg') center bottom no-repeat;
    border-bottom: 2px solid #00a4c6;
    height: 118px;
}

#header p {
    margin: 0;
}

.icon {
    float: left;
    padding-top: 1px;
}

.description {
    float: left;
}

.description p {
    padding: 18px 56px 0 55px;
    color: #4a4a4a;
    font-size: 11pt;
    line-height: 16px;
}

.calls {
    width: 259px;
    float: left;
    text-align: right;
    font-weight: bold;
    height: 90px;

}

.calls p {
    font-size: 22px;
    padding: 0 0 0 17px;
    line-height: 25px;
    font-weight: 100;
}

.calls p:first-child {
    padding-top: 21px;
}

.calls span {
    color: #ff9c00;
    font-size: 22px;
    font-weight: 100;
}

.logo_call img {
    padding: 22px 0 20px 0;
}

.tel {
    float: left;
}

/*-----------header--min-form---------------*/
.min_form {
    width: 273px;
    float: right;
    padding: 0;
    margin: 0;
    background-color: #f2f9fb;
}

.min_form img {
    margin: 12px 0 0 19px;
    display: inline-block;
    float: left;
}

.korzina {
    padding-left: 20px;
    display: inline-block;
    float: left;
    height: 90px;
}

.korzina div:first-child {
    padding-top: 28px;
}

.korzina span {
    color: #e89b24;
    width: 30px;
    float: left;
}

.korzina label {
    float: left;
    width: 66px;
}

.min_form a {
    text-decoration: none;
}

.min_form div img {
    height: 60px;
    float: left;
}

/*----------min_form_katalog--------*/

.min_form_katalog {
    width: 273px;
    float: right;
    padding: 0;
    margin: 0;
    background-color: #f2f9fb;
}

.min_form_l {
    height: 60px;
    float: left;
    width: 70px;
    padding-top: 13px;
}

.min_form_r {
    width: 203px;
    float: left;
    height: 90px;
}

.your_korzina {
    height: inherit;
    font-size: 14px;
}

.your_korzina a:first-child {
    text-decoration: none;
    float: left;
    font-size: 16px;
    padding-top: 7px;
    margin-left: -5px;
}

.your_korzina a:last-child {
    text-decoration: underline;
    float: right;
    font-size: 16px;
    margin: 5px 10px 0 0;
}

/*-----------nav---------------*/
nav {
    width: 1140px;
    background-color: #00a4c6;
    margin: 0 auto;
    clear: both;
}

#navbar {
    height: 60px;
}

#navbar > ul {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: #007cbe;
}

#navbar > ul > li {
    display: table-cell;
    background: #00a4c6;
    border-right: 1px solid #007cbe;
    border-bottom: 2px solid #007cbe;
    text-align: center;
}

#navbar > ul > li:hover {
    background: #00b7dd;
}

#navbar > ul > li:last-child {
    border-right: none;
}

nav a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 20px 10px;
    display: block;
    transition: .2s;
}

input:hover,
input:focus {
    border-color: #C9C9C9;
}

h4 {
    color: #5ca2c3;
    font-family: 'Roboto Black', arial;
    font-size: 11px;
}

main {
    margin-top: 30px;
}

.content-wrapper {
    width: 1150px;
    height: 700px;
    margin: 0 auto;
}

/*----------breadcrumbs--------------*/
.breadcrumbs {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 43px;
}

/*-----------filter-----------*/
.filter {
    width: 229px;
    float: left;
    margin-bottom: 20px;
    color: #646464;
    display: block;
}

.filter_form {
    width: 210px;
    margin: 0;
}

.filter_form h4 {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 8px;
    display: block;
}

.filter_form label {
    color: #4b4b4b;
    width: 100%;
    font-size: 11px;
}

.filter_form ul {
    padding-top: 7px;
}

.filter_form ul li {
    list-style-type: none;
    padding: 0;
    line-height: 19px;
    font-size: 9px;
}

li input {
    vertical-align: middle;
}

#head_k,
.title_filter {
    padding-top: 15px;
}

.title_filter {
    height: 68px;
}

#head_k {
   padding-bottom: 68px;
}

.filter h3 {
    float: left;
    margin-bottom: 36px;
    display: block;
}

.filter_form div {
    margin-bottom: 26px;
}

.filter_range_div {
    padding-top: 11px;
}

.filter_range {
    border: 1px solid black;
    font-size: 11px;
}

/*---------------counter---------------*/
.counter {
    width: 120px;
    height: 30px;
    background-color: white;
    display: inline-block;
    float: left;
}

.minus,
.plus {
 /*   width: 30px;
    height: 30px;*/
    float: left;
    border: none;
}

.count_all {
    width: 60px;
    height: 28px;
    display: inline-block;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    color: #5b5b5b;
    float: left;
}

.count_all:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.count,
.count_all span {
    display: inline-block;
    vertical-align: middle;
    height: 17px;

}

.count {
    width: 20px;
    text-align: right;
}

/*-----------footer-----------*/
.footer {
    border-top: 2px solid #00a4c6;
    padding-top: 15px;
    padding-bottom: 30px;
}

.developers {
    width: calc(100% - 348px - 280px);
    float: left;
}

.developers p {
    padding: 52px 16px 0 0;
    float: right;
    margin: 0;
}

.developers p a {
    text-decoration: underline;
}

.calls div {
    float: left;
}

.footer .logo {
    float: left;
}

.footer .contacts {
 margin-top: 7px;
    float: left;
    margin-left: 10px;
    margin-right: 18px;
    display: block;
}

.footer .contacts div {
    float: left;
    background: url('../img/header_tel.gif') left center no-repeat;
    padding-left: 60px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 303px;
    color: #4a4a4a;
    display: block;
}

.footer .contacts div span {
    color: #ff9c00;
    font-size: 22px;
}

.footer .develop {
    float: right;
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 31px;
}

/*-----------close-----------*/

.close {
    border: none;
    background-color: white;
    float: right;
    margin: 20px 20px 0 0;
}

#close img {
    width: 20px;
    height: 20px;
}

/*-----------button-----------*/
.vcor {
    background-color: #5ca2c3;
    width: 130px;
    height: 46px;
    border: none;
    float: right;
    margin: 30px 35px 28px 0;
}

.vcor a {
    color: white;
}

/*-----------button!!!!!-----------*/
.btn {
    background-color: #5ca2c3;
    border: none;
    width: 122px;
    height: 41px;
    float: left;
}

button a {
    color: white;
    text-decoration: none;
}

.download_k {
    overflow: visible;
    float: right;
    display: inline-block;
}

#left {
    float: left;
    width: 165px;
    font-size: 13px;
}

#left label {
    width: 160px;
}

#right {
    border-left: 1px solid grey;
    display: inline-block;
    float: left;
    width: 30px;
}

#right span {
    margin: 0 0 0 10px;

}


.title_c {
    float: left;
}

/*-----------donload_katalog-------------*/

.download_k {
    overflow: visible;
    float: right;
    display: inline-block;
}

.download_k:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.download_k a
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    float: left;
}

.download_k img {
    float: left;
    margin-top: -13px;
}