.table_in_text tr:nth-child(2n+1) {
    background: #74c4e6;
}

.table_in_text tr:first-child td {
    padding: 16px 20px;
}

.table_in_text td {
    padding: 5px 20px;
    border: 1px solid #d9d9d9;
    text-align: left;
    line-height: 1.3;
}

.table_in_text td:nth-child(1) {
    border-right: 1px solid #d9d9d9;
    text-align: right;
    max-width: 300px;
}

.table_in_text p {
    margin: 0;
}

.table_over {
    max-width: 100%;
    overflow: auto;
}

@media (max-width: 450px) {
    .table_in_text td {
        padding: 5px;
    }

    .catalog-subsection .catalog-descr .hidden-wrapper .hidden-text {
        padding: 0px 10px;
    }
}

.politic {
    padding: 5px 0;
    border: 1px solid transparent;
    margin: 0 0 10px;

    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #333;
}

.politic.politic_error {
    border: 1px solid #dd2233;
}

.politic input {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -1px;
}

.politic a {
    text-decoration: underline;
}

.top_banner {
    text-align: right;
    transition: all 0.3s ease-out;
    position: relative;
    left: 0;
    top: 0;
    margin-top: -90px;
    height: 90px;
    line-height: 90px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(37, 170, 255, 0.8);
    display: block;
    transition: all 0.3s ease-out;
    overflow: hidden;
    background-position: center center;
}

.top_banner .close_banner {

}

.top_banner .close_banner {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 70px;
    height: 70px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.top_banner .close_banner:before, .top_banner .close_banner:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.7;
    transform: rotate(45deg);
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.top_banner .close_banner:after {
    transform: rotate(-45deg);
}

.top_banner .close_banner:hover:before, .top_banner .close_banner:hover:after {
    opacity: 1
}

.top_banner .button {
    display: inline-block;
    vertical-align: middle;
    width: 151px;
    height: 18px;
    padding: 8px 0px;
    background-color: rgba(254, 188, 17, 0.99);
    border: 1px solid #febc11;
    margin-right: 16px;
    color: white;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
}

.top_banner .button .fa {
    margin-left: 20px;
    font-size: 14px;
}

.top_banner_content {
    display: inline-block;
    text-align: left;
    margin-right: 90px;
    font-family: "PT Sans";
    font-size: 18px;
    color: white;
    line-height: 1;
}

.top_banner_content .input_over {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.top_banner_content .input_over .error {
    text-align: center;
    /*position: absolute;*/
    top: 69px;
    width: 100%;
    color: red;
    font-family: "PT Sans";
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.top_banner_content input {
    width: 148px;
    height: 36px;
    background-color: white;
    box-shadow: inset 0 0 4px rgba(130, 130, 130, 0.35);
    border-radius: 1px;
    -webkit-appearance: none;
    border: 1px;
    padding: 0px 8px;
    font-family: "PT Sans";
    font-size: 16px;
    margin: 0px 6px 0px 15px;
    vertical-align: middle;
}

.top_banner_content input.question {
    width: 320px;
}

body.show_banner .top_banner {
    opacity: 1;
    margin-top: 0;
    height: auto;
}

.catalog_pdf {
    padding-left: 34px;
    color: #aaa;
    font-size: 12px;
    position: relative;
    line-height: 1;
    min-height: 44px;
    margin-bottom: 5px;
    padding-top: 5px;
}

.catalog_pdf:before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-image: url('i/pdf.png');
    width: 30px;
    height: 40px;
}

.catalog_pdf a {
    color: #ecf0f1;
    font-family: "PT Sans";
    font-size: 14px;
    white-space: normal;
    text-decoration: none;
}

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

.catalog_pdf div {
    margin-top: 5px;
}

@media screen and (min-width: 320px) {
    /*.top_banner {*/
    /*    height: 150px;*/
    /*}*/

    .top_banner .button {
        width: 118px;
        margin-right: 0;
        position: absolute;
        right: 10px;
    }

    .input_over.title {
        width: 100%;
        text-align: left;
        line-height: 1;
        margin: 6px 0 6px 14px;
    }

    .input_over.title br {
        display: inline;
    }

    .top_banner_content input.question {
        width: 148px;
    }

    .top_banner .close_banner {
        top: 5px;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .top_banner_content {
        margin-right: 50px;
    }
}

@media screen and (min-width: 480px) {
    .top_banner .button {
        position: static;
        width: 131px;
        margin-right: 0;
    }

    .top_banner {
        height: 90px;
    }

    .input_over.title {
        width: 100%;
        text-align: left;
        line-height: 1;
        margin: 6px 0 6px 14px;
    }

    .input_over.title br {
        display: inline;
    }

    .top_banner_content input.question {
        width: 70px;
    }

    .top_banner .close_banner {
        top: 5px;
        right: 0;
        width: 50px;
        height: 50px;
    }

    .top_banner_content {
        margin-right: 50px;
    }
}

@media screen and (min-width: 568px) {
    .top_banner_content {
        margin-right: 90px;
    }

    .input_over.title {
        width: 100%;
        text-align: left;
        line-height: 1;
        margin: 6px 0 6px 14px;
    }

    .input_over.title br {
        display: none;
    }

    .top_banner_content input.question {
        width: 70px;
    }

    .top_banner .button {
        width: 151px;
        margin-right: 16px;
    }

    .top_banner .close_banner {
        top: 15px;
        right: 20px;
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 768px) {
    .input_over.title {
        width: 100%;
        text-align: left;
        line-height: 1.5;
        margin: 6px 0 6px 14px;
    }

    .input_over.title br {
        display: none;
    }

    .top_banner_content input.question {
        width: 270px;
    }
}

@media screen and (min-width: 1024px) {
    .input_over.title {
        width: auto;
        text-align: left;
        line-height: 1;
        margin: 0;
    }

    .top_banner_content input.question {
        width: 160px;
    }

    .input_over.title br {
        display: inline;
    }
}

@media screen and (min-width: 1200px) {
    .top_banner_content input.question {
        width: 320px;
    }
}

.page_contacts {
    padding: 25px;
    margin: 0 -25px -25px;
    background-color: #f5efe3;
}

.page_contacts .type-title {
    margin: 0 0 20px;
}

.count__block select {
    display: none;
}

kwazi_select {
    padding: 0;
    outline: none;
    border: 2px solid #bcc3cd;

    display: block;
    position: relative;
    background: #fff;
    text-align: left;
    font-weight: normal;
    max-width: 400px;
}

kwazi_select items_title {
    cursor: pointer;
    padding: 0px 16px;
    display: block;
    line-height: 45px;
}

.page_contacts kwazi_select items_title i.fa {
    padding: 0;
    margin: 0;
    padding-left: 16px;
    float: right;
    border-left: 2px solid #bcc3cd;
    line-height: 45px;
}

kwazi_select items {
    display: block;
    position: absolute;
    background: #fff;
    right: -1px;
    border: 2px solid #bcc3cd;
    z-index: 1;
    width: 100%;
    overflow: auto;
    max-height: 295px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;

    top: 0;
    visibility: hidden;
    opacity: 0;
}

kwazi_select[open] items {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

kwazi_select items kwazi_option {
    display: block;
    background: #fff;
    padding: 10px 16px;
    cursor: pointer;
    white-space: pre;
    border-bottom: 1px solid #ccc;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

kwazi_select items kwazi_option:last-child {
    border-bottom: none;
}

kwazi_select items kwazi_option:hover, kwazi_select items kwazi_option[selected] {
    background: #bcc3cd;
}

.contact-block {
    margin-bottom: 20px;
    color: #242729;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}

.contact-block .col {
    display: inline-block;
    vertical-align: middle;
    width: calc(33.333% - 10px);
}
.contact-block .col:nth-child(2) {
    margin: 0 15px;
}
.contact-block .col .data{
    border: 1px solid #c6dfcb;
    background-color: #ffffff;
    height: 100%;
    padding: 18px 15px;
    padding-left: 80px;
    position: relative;
    box-sizing: border-box;
}
.contact-block .col .data:before{
    content: '';
    width: 49px;
    height: 49px;
    border: 1px solid #b3c8b8;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
    margin: auto;
    background-position: center center;
    background-size: inherit;
    background-repeat: no-repeat;
    background-image: url("i/1.svg");
}
.contact-block .col:nth-child(2) .data:before{
    background-image: url("i/2.svg");
}
.contact-block .col:nth-child(3) .data:before{
    background-image: url("i/3.svg");
}
.contact-block .col .data div{
    font-weight: 700;
}
.delivery{
    margin-bottom: 20px;
    color: #242729;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.delivery div{
    color: #201e1e;
    font-family: "PT Sans";
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .contact-block .col .data{
        padding-left: 20px;
    }
    .contact-block .col .data:before{
        display: none;
    }
}
@media (max-width: 768px) {
    .links-block{
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .page_contacts .count__block{
        padding: 0 20px;
    }
    kwazi_select{
        max-width: none;
    }
    .contact-block{
        display: block;
        margin: 0;
        padding: 20px 20px 0;
    }
    .contact-block .col {
        display: block;
        width: auto;
    }
    .contact-block .col {
        margin:  0 0 20px !important;
    }
    .delivery{
        padding: 0 20px;
    }
}