@media screen and (max-width: 1199px) {
    .tab-content .product-item-box .product-item {
        padding: 10px 10px 25px;
    }
    .product-parameters .discription-sizes-box .table-box table td {
        padding: 5px 5px;
    }
}

@media screen and (max-width: 991px) {
    .logo {
        text-align: center;
    }
    #header .header-text span {
        margin: 0;
        padding: 0;
    }
    #header .header-contact {
        text-align: center;
        margin-top: 10px;
    }
    .action-box {
        margin-top: 0;
    }
    .section#header-action .car-img-box {
        left: 85px;
        bottom: -10px;
    }
    .section#header-action .car-img-box span {
        display: initial;
        float: left;
        margin-top: 10px;
        margin-right: 5px;
    }
    .section#header-action .car-img-box img {
        max-width: 150px;
    }
    .tabs-control .nav.nav-tabs > li {
        width: calc(100%/3);
    }
    .tabs-control .nav.nav-tabs > li:last-child {
        display: inline-block;
        float: none;
    }
    .tab-content .product-item-box {
        width: calc(100%/3);
    }
    .item-circle:after {
        right: -10px;
        top: 32px;
    }
    .item-circle .circle-border .circle-num {
        right: 32%;
    }
    .contact-text span,
    .contact-text span.manager-name {
        font-size: 16px;
    }
    .contact-text span.manager-phone {
        font-size: 18px;
    }
    .contact-img {
        float: none;
        margin: 0 auto;
    }
    .contact-text {
        float: none;
        text-align: center;
    }
    .product-parameters {
        margin-bottom: 20px;
    }
    .product-parameters .params-box li {
        float: left;
        width: calc(100%/3);
    }
}

@media screen and (max-width: 767px) {
    #header .header-text, #header .header-contact {
        width: 100%;
        text-align: center;
    }
    #header .header-text {
        margin: 10px 0;
    }
    .section#header-action {
        height: 1153px;
    }
    .action-form {
        margin-top: 10px;
    }
    .form-action-box {
        padding-bottom: 120px;
    }
    .section#header-action .car-img-box {
        left: 0;
        right: 0;
        margin: auto;
        width: 275px;
    }
    .item-circle:after {
        display: none;
    }
    span.title {
        font-size: 25px;
        padding: 10px 0;
    }
    .section#why-we p {
        text-align: justify;
    }
    .tab-content .product-item-box,
    .tabs-control .nav.nav-tabs > li {
        width: 50%;
    }
    span.title:before, span.title:after {
        padding: 10px
    }
    span.title:before {
        padding-left: 0
    }
    span.title:after {
        padding-right: 0;
    }
    .action-box .action-img-box img {
        max-width: 100%;
    }
    .item-circle {
        margin-bottom: 20px;
    }
    .item-circle:last-child {
        margin-bottom: 0;
    }
    .item-circle .circle-border {
        margin: 0 auto;
    }
    .contact-item {
        margin-bottom: 20px;
    }
    .contact-item:last-child {
        margin-bottom: 0;
    }
    .section#footer {
        text-align: center;
    }
    .section#footer .copy {
        text-align: center;
    }
    .product-parameters .params-box li {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .tab-content .product-item-box {
        width: 100%;
    }
    .tab-content .product-item-box .product-item {
        padding: 10px 25px 25px;
    }
    .section#doc-links .link-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-parameters .params-box li {
        width: 100%;
    }
    .product-parameters .discription-sizes-box .sizes-box .img-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-parameters .discription-sizes-box .sizes-box  {
        text-align: center;
    }
    .product-parameters .discription-sizes-box .table-box {
        width: 100%;
    }
    .product-parameters .discription-sizes-box .table-box table {
        margin: 0 auto;
    }
    .product-parameters .discription-sizes-box .description-box p {
        text-align: justify;
    }
}

@media screen and (max-width: 450px) {
    .tabs-control .nav.nav-tabs > li {
        width: 100%;
    }
    .product-parameters .discription-sizes-box {
        padding: 0;
        border: none;
    }
}