.wrapper-head-info {
    background-color: white;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 15px 10px;
    box-sizing: border-box;
    float: right;
    margin: 15px 15px 0 0;
}
.wrapper-head-info > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.wrapper-head-info p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.left-head-block > div {
    margin-bottom: 18px;
}
.left-head-block > div:last-child {
    margin-bottom: 0;
}
.left-head-block .head-phone {
    font-size: 17px;
    line-height: 19px;
}

.right-head-block .head-mail {
    margin-bottom: 10px;
}
.right-head-block .info-region .head-mail:last-child {
    margin-bottom: 0;
}

.city {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 26px;
    width: 123px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    background: white url("/wp-content/themes/chemoform/images/arrow-select.png") no-repeat 104px 11px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.info-region,
.info-moscow {
    display: none;
}

.head-phone {
    display: block;
    color: #01ace4;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.head-phone:hover {
    text-decoration: underline;
    color: #01ace4;
}

.head-mail {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}
.head-mail:hover {
    text-decoration: none;
    color: #8a8a8a;
}

#callback_form_button {
    display: block;
    color: #8a8a8a;
    font-size: 14px;
    text-decoration: underline;
}
#callback_form_button:hover {
    text-decoration: none;
    color: #8a8a8a;
}

.info-moscow.show-block {
    display: block;
}

.info-region.show-block {
    display: block;
}

.widget_shopping_cart_content {
    top: 43px;
}
.widget_shopping_cart_content .buttons {
    margin-top: 0;
}

@media only screen and (min-width: 900px) {
@media only screen and (min-width: 900px) {
    #wrapper {
        width: auto;
        max-width: 1600px;
        margin: auto;
    }
    .header_info {
        padding-right: 40px;
    }
    .widget_shopping_cart_content {
        right: 40px;
    }
    #content {
        padding-right: 40px;
        padding-top: 150px;
    }
    .header_info {
        float: right;
        margin-right: 25px;
        padding-top: 10px;
        padding-right: 15px;
    }
    .cart_list.product_list_widget  {
        background: rgba(1, 84, 163, 0.5);
        border-radius: 10px;
    }
    #footer {
        width: auto;
        max-width: 1520px;
        background-size: 100% 50px;
        margin-left: 40px;
        margin-right: 40px;
    }
    #content p[align="left"] img,  #content td img {
        display: block;
    }
    .full_description {
        float: none;
    }
    .about_block {
        position: relative;
        background-size: 100% 100%;
    }
    .about_block:before {
        content: '';
        background: #fff url('../images/about_block.png');
        position: absolute;
        left: 0; top: 0;
        height: 40px;
        width: 10%;
    }
    .about_block:after {
        content: '';
        background: #fff url('../images/about_block.png') right 0;
        position: absolute;
        right: 0; top: 0;
        height: 40px;
        width: 10%;
    }
    .about_block > div {
        position: relative;
    }
    .cpt_maincontent.post-content.page-content .products {
        text-align: center;
    }
    .product_brief_block {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .button_catalog{
        float: none !important;
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }
    .gorod_dost {
        margin-left: 0 !important;
        width: 33%;
    }
    .gorod_centr {
        margin-left: 40% !important
    }
    #content img.wp-image-1689, #content img.wp-image-2808 {
        display: block;
        margin: auto;
    }
    #content img.wp-image-2808 {
        margin-bottom: 20px;
    }
    #content iframe, p iframe, #content object, #content embed {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1600px) {
    #footer {
        margin-left: auto;
        margin-right: auto;
    }
}