body {
    overflow-x: hidden;
}


.button.haggle-button {
    box-shadow: none;
    background: 0 0;
    color: #19A7CC;
    cursor: pointer;
    margin-top: 15px;
    border: 1px solid #19A7CC;
    display: block;
    height: auto;
    line-height: 1.5em;
    padding: .5em;
    font-size: .7em;
    margin-left: 0;
    margin-right: auto;
    width: 75%
}
.add2cart .submit-wrapper {
    margin-left: 5px
}
.quickorder-custom-button.default {
    margin-top: 1rem;
    margin-left: 110px;
    width: 47%
}
.quickorder-custom-button.default .button {
    padding: 0 .5rem;
    width: 100%
}
.quickorder-custom-button-cart.default .button i, .quickorder-custom-button.default .button i {
    font-size: .9rem
}
.special_rand ul.product-list {
    background: white;
    position: relative;
    max-height: 370px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.special_rand ul.product-list .pl-item-leftblock {
    display: inline-block;
    max-width: 390px;
    box-shadow: 5px 0px 15px 4px #f8f8f8;
    vertical-align: top;
}
.special_rand ul.product-list .pl-item-leftblock .names {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 25px 5px 0px 34px;
    display: block;
    min-height: 128px;
}
.special_rand ul.product-list .pl-item-leftblock ul li {
    margin: 0 0 17px 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.special_rand ul.product-list .pl-item-leftblock ul li:before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #19a7cc; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.special_rand ul.product-list .pl-item-leftblock .push {
    color: white;
    background: url(/wa-data/public/site/themes/profitbuy1/img/arrowl.png)no-repeat 148px 16px, #ff8c18;
    display: block;
    width: 152px;
    font-size: 12px;
    font-weight: 500;
    margin: 36px 0 30px 32px;
    border-radius: 5px;
    padding: 12px 0 12px 19px;
}
.special_rand ul.product-list .pl-item-leftblock ul {
    padding: 15px 0 0 46px;
    list-style: none;
}
.special_rand ul.product-list .pl-item-rightblock {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #f2f2f2;
}
.special_rand ul.product-list .pl-item-rightblock .spec {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-size: 18px;
    background: #23ad23;
    width: 187px;
    z-index: 1;
    padding: 7px 0 6px 17px;
    border-bottom-left-radius: 4px;
}
.special_rand ul.product-list .pl-item-rightblock .pl-item-info {
    position: absolute;
    right: 0;
    bottom: 0;
}
.special_rand ul.product-list .pl-item-rightblock .pl-item-info .price-wrapper {
    padding: 0;
}
.special_rand ul.product-list .pl-item-rightblock .pl-item-info .price-wrapper .price {
    font-size: 30px;
    font-weight: 500;
    color: white;
    background: #19a7cc;
    display: block;
    width: 177px;
    padding: 11px 0px 5px 22px;
}
.special_rand ul.product-list .pl-item-rightblock .pl-item-info .price-wrapper span.compare-at-price.nowrap {
    color: white;
    font-size: 18px;
    display: block;
    width: 177px;
    padding: 5px 0px 2px 22px;
    margin: 0;
    background: #f61e20;
}
ul.sub-links.sidebar_left li:after {
    display: none;
}
ul.sub-links.sidebar_left li {
    width: 100%;
}
.product_advantages {
    color: #666666;
    width: 100%;
    font-size: 14px;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.product_advantages div {
    float: left;
    width: 50%;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 25px;
}
.product_advantages .adv_payment {
    background-image: url(img/advantages_icons/1.png);
}
.product_advantages .adv_certificate {
    background-image: url(img/advantages_icons/2.png);
}
.product_advantages .adv_delivery {
    background-image: url(img/advantages_icons/3.png);
}
.product_advantages .adv_warranty {
    background-image: url(img/advantages_icons/4.png);
}
.product-wrapper .add2cart .price-qty-wrapper .price-wrapper .compare-at-price {
    display: block;
    font-size: 16px;
}
.product-wrapper .add2cart .price-qty-wrapper .price-wrapper .price {
    display: block;
    font-size: 30px;
}
.product-wrapper .add2cart .price-qty-wrapper .price-wrapper {
    float: left;
}
.product-wrapper .add2cart .price-qty-wrapper .qty-wrapper {
    float: left;
    margin-top: -7px;
    margin-left: 14px;
}
.product-wrapper .add2cart .price-qty-wrapper.compare-at-price-isset .qty-wrapper {
    margin-top: 5px;
}
.product-wrapper .add2cart .price-qty-wrapper {
    display: inline-block;
    min-width: 250px;
    width: 427px;
}
.product-wrapper .add2cart .submit-quickorder-wrap {
    display: inline-block;
    width: 75%;
    margin-top: 20px;
}
.product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper {
    width: calc(50% - 30px);
    float: left;
    margin: 0px;
}
.product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button {
    width: calc(50% + 20px);
    float: right;
    margin: 0px;
    height: 50px;
    white-space: nowrap;
}
.product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button a.button {
    height: 50px;
    line-height: 50px;
}
.product-wrapper .add2cart .submit-quickorder-wrap .installment_plan_wrap {
    clear: both;
    overflow: hidden;
}
.product-wrapper .add2cart .submit-quickorder-wrap .installment_plan {
    color: #fff;
    cursor: pointer;
    background-color: #ff8c18;
    clear: both;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    text-align: center;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: 0.3s;
}
.product-wrapper .add2cart .submit-quickorder-wrap .installment_plan:hover {
    background-color: #d56b00;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.product_features_short {
    border: none;
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.product_features_short td {
    border: none;
    padding: 3px 0px;
    vertical-align: top;
    width: 50%;
}
.product_features_short tr td:first-of-type {
    color: #999999;
}
.product-wrapper #bistrozakaz-wrap {
    display: inline-block;
    width: 100%;
}
.product_question_form {
    margin-top: 5px;
}
.product_question_form .crm-form-block {
    width: 100%!important;
}
.product_question_form .title {
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.product_question_form .desc {
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    margin-bottom: 20px;
}
.product_question_form form {
    display: inline-block;
    width: 100%;
}
.product_question_form form [type="text"],
.product-wrapper #bistrozakaz-wrap #bistrozakaz-contact {
    color: #999999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    width: 199px;
    height: 40px;
    border: none;
    padding: 0px 20px;
    box-sizing: border-box;
    float: left;
    outline: none;
    margin-right: 20px;
    transition: none;
    box-shadow: none;
}
.product_question_form form [type="submit"],
.product-wrapper #bistrozakaz-wrap #bistrozakaz-button {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(255, 97, 97);
    width: 142px;
    height: 40px;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
    padding: 0px;
    transition: 0.3s;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    background-image: none;
}
.product_question_form form [type="submit"]:hover,
.product-wrapper #bistrozakaz-wrap #bistrozakaz-button:hover {
    background-color: #F44336;
}
.product-wrapper #bistrozakaz-wrap .bz-contact-phone:before, 
.product-wrapper #bistrozakaz-wrap .bz-contact-mail:before {
    display: none!important;
}
.product-wrapper #bistrozakaz-wrap #bistrozakaz-coax {
    display: none!important;
}
.product_question_form .crm-form-field[data-id="phone"] {
    width: 199px;
    float: left;
    margin-right: 20px;
}
.product_question_form .crm-form-field[data-id="phone"] .crm-form-field-line {
    display: block!important;
    border-spacing: 0px!important;
}
.product_question_form .crm-submit-button-wrapper {
    float: left;
    margin: 0px!important;
}
.product_question_form .crm-after-submit-block {
    color: #78b33e;
    font-size: 14px;
    margin-bottom: 5px;
    height: auto!important;
    top: -40px;
    background: #fff;
    position: relative;
}
.product_question_form .crm-form-fields-block,
.product_question_form .crm-form-fields-block .crm-form-fields {
    margin: 0px!important;
}
.product_question_form iframe {
    display: none!important;
}
.get_photo_block form .title_form_success {
    color: rgb(58, 157, 38);
    font-weight: 500;
    font-size: 16px;
    display: none;
    margin-top: 40px;
}
.get_photo_block.success form .title_form_success {
    display: block;
}
.get_photo_block form [type="submit"] {
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    border-radius: 5px;
    width: 140px;
    height: 38px;
    line-height: 40px;
    cursor: pointer;
    margin-top: 30px;
    transition: 0.3s;
    background: none;
    text-align: center;
    padding: 0px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    box-shadow: none;
    letter-spacing: normal;
    margin-top: 10px;
}
.get_photo_block form [type="submit"]:hover {
    background: rgb(51, 51, 51);
    color: #fff;
}
.get_photo_block form {
    margin-top: 15px;
    width: 230px;
    text-align: center;
}
.get_photo_block form [type="text"] {
    color: #999999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 20px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}
.get_photo_block.success form [type="text"] {
    display: none;
}
.get_photo_block.success form [type="submit"] {
    display: none;
}
.get_photo_block {
    background-color: rgb(211, 223, 236);
    width: 100%;
    height: 369px;
    box-sizing: border-box;
    padding: 50px 60px;
    color: #333333;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}
.get_photo_block .text {
    max-width: 270px;
}
.get_photo_block .text .title {
    font-weight: 500;
    font-size: 30px;
    max-width: 215px;
    margin-bottom: 30px;
}
.get_photo_block .text .desc .links {
    font-weight: 500;
    padding-top: 10px;
}
.get_photo_block .text .desc .links span {
    color: #333333;
    text-decoration: none;
    transition: 0.3s;
}
.get_photo_block .text .desc .links span:hover {
    color: #000;
}
.get_photo_block .text .get_button {
    border-width: 1px;
    border-color: rgb(51, 51, 51);
    border-style: solid;
    border-radius: 5px;
    width: 140px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    transition: 0.3s;
}
.get_photo_block .text .get_button:hover {
    background: rgb(51, 51, 51);
    color: #fff;
}
.get_photo_block .image {
    background: url(img/get_photo_block_img.png) center center no-repeat;
    width: 158px;
    height: 321px;
    position: absolute;
    top: 30px;
    right: 160px;
    background-size: 100% 100%;
}



.zcwPopup .zcwPopup-form form [type="submit"] {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(255, 97, 97);
    height: 40px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    transition: 0.3s;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    display: block!important;
    width: 214px!important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    right: -6px;
    position: relative;
}
.head_phone .head_phone_block .head_phone_block_desc {
    margin-top: -18px;  
}
.related {
    margin-top: 0px;
}



.get_photo_block_form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.get_photo_block_form .bg_form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: hsla(0, 0%, 0%, 0.6);
    cursor: pointer;
}
.get_photo_block_form form {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 10001;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 350px;
    padding: 30px;
    box-sizing: border-box;
}
.get_photo_block_form form .close_form {
    background: url(/wa-data/public/shop/themes/profitbuy/img/close_popup.png) center center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}
.get_photo_block_form form .title_form {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.get_photo_block_form.success form .title_form {
    display: none;
}
.get_photo_block_form form .title_form_success {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    display: none;
}
.get_photo_block_form.success form .title_form_success {
    display: block;
}
.get_photo_block_form form .desc_form {
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    margin-bottom: 20px;
}
.get_photo_block_form.success form .desc_form {
    display: none;
}
.get_photo_block_form form .success_form {
    display: none;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    margin-bottom: 20px;
}
.get_photo_block_form.success form .success_form {
    display: block;
}
.get_photo_block_form form [type="text"] {
    width: 100%;
    margin-bottom: 20px;
    color: #999999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
    height: 40px;
    border: none;
    padding: 0px 20px;
    box-sizing: border-box;
    outline: none;
    margin-right: 20px;
    box-shadow: none;
}
.get_photo_block_form.success form [type="text"] {
    display: none;
}
.get_photo_block_form form [type="submit"] {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(255, 97, 97);
    height: 40px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    transition: 0.3s;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    background-image: none;
    width: 100%;
    box-shadow: none;
}
.get_photo_block_form.success form [type="submit"] {
    display: none;
}
.get_photo_block_form form [type="submit"]:hover {
    background-color: #F44336;
    box-shadow: none;
}
.get_photo_block_form form [type="text"]::-webkit-input-placeholder {
    color: #999999;
}
.get_photo_block_form form [type="text"]::-moz-placeholder {
    color: #999999;
}
.get_photo_block_form form [type="text"]:-ms-input-placeholder { 
    color: #999999;
}
.get_photo_block_form form [type="text"]:-moz-placeholder { 
    color: #999999;
}
.product-wrapper #bistrozakaz-wrap[get_photo_source="1"] {
    display: block!important;
    opacity: 1!important;
}
.product-wrapper #bistrozakaz-wrap[get_photo_source="1"] #bistrozakaz-contact {
    /* font-size: 0!important; */
}
.product-wrapper #bistrozakaz-message[get_photo_source="1"] {
    display: none!important;
}
.icon16.star-empty:before, .icon24.star-empty:before, .icon32.star-empty:before {
    color: #7e7e7e;
}
.related [type="button"] {
    margin-left: 20px;
}
#dialog .cart #bistrozakaz-wrap #bistrozakaz-button {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    background-color: rgb(255, 97, 97);
    width: 181px;
    height: 40px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0px;
    transition: 0.3s;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    background-image: none;
    margin-top: 10px;
}
#dialog .cart #bistrozakaz-wrap #bistrozakaz-button:hover {
    background-color: #F44336;
}
#dialog .cart .bistrozakaz-success::before {
    content: "Мы свяжемся с вами в ближайшее время";
}
#dialog .cart .bistrozakaz-success p {
    display: none;
}
#dialog .cart .bistrozakaz-success {
    padding: 10px;
    border-radius: 3px;
    color: white;
    background: #7FC309;
    text-align: center;
}
header .col-grid:nth-of-type(2) .new_icon_block {
    max-width: 200px;
}
.global-promo-slider {
    transition: 0.3s;
}
.new_line_menu_google .base-menu:nth-of-type(2) {
    display: none;
}











.delivery_page {
    color: #434a54;
    font-size: 14px;
    margin-top: 53px;
    margin-bottom: 30px;
}
.delivery_page .stages {
    clear: both;
    overflow: hidden;
    margin-bottom: 45px;
}
.delivery_page .stages .item {
    float: left;
    width: 25%;
}
.delivery_page .stages .item .icon {
    /*width: 80px;*/
    height: 80px;
    background-position: top center;
    background-repeat: no-repeat;
}
/*.delivery_page .stages .item:nth-of-type(1) {*/
/*    width: calc(25% + 44px);*/
/*}*/
/*.delivery_page .stages .item:nth-of-type(2) {*/
/*    width: calc(25% + 44px);*/
/*}*/
/*.delivery_page .stages .item:nth-of-type(3) {*/
/*    width: calc(25% - 2px);*/
/*}*/
/*.delivery_page .stages .item:nth-of-type(4) {*/
/*    width: calc(25% - 86px);*/
/*}*/
.delivery_page .stages .item .text {
    line-height: 21px;
    /*padding-right: 70px;*/
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.delivery_page .stages .item .text br {
    display: none;
}
.delivery_page .blocks {display: inline-block;width: 100%;}
.delivery_page .blocks .left_blocks {
    float: left;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}
.delivery_page .blocks .left_blocks > .block {
    margin-bottom: 18px;
    clear: both;
    overflow: hidden;
}
.delivery_page .blocks .left_blocks > .block .block_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-right: 15px;
    line-height: 32px;
}
.delivery_page .blocks .left_blocks > .block .item .icon {
    width: 80px;
    height: 80px;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.delivery_page .blocks .left_blocks > .block.time_list_wrap .item .icon {
    height: 50px;
}
.delivery_page .blocks .left_blocks > .block .item .text {
    float: left;
    width: calc(100% - 80px);
}
.delivery_page .blocks .left_blocks > .block .item .text .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.delivery_page .blocks .left_blocks > .block .item .text .desc .circle {
    font-weight: bold;
    margin-bottom: 0px;
}
.delivery_page .blocks .left_blocks > .block .item .text .desc .p_no_margin p {
    margin: 0px;
    line-height: 22px;
}
.delivery_page .blocks .left_blocks > .block .item .text .desc p {
    margin-bottom: 11px;
    line-height: 21px;
}
.delivery_page .blocks .left_blocks > .block .item .text .desc .images {
    padding-top: 3px;
    padding-bottom: 21px;
}
.delivery_page .blocks .left_blocks > .block .item .text .desc .images img {
    margin-right: 11px;
}
.delivery_page .blocks .left_blocks > .block .item {
    clear: both;
    overflow: hidden;
    margin-bottom: 8px;
}
.delivery_page .blocks .left_blocks > .block.two_blocks {
    width: calc(200% + 100px);
}
.delivery_page .blocks .left_blocks > .block .item.time_list table {
    width: 100%;
    margin: 0px;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    height: 216px;
    table-layout: fixed;
    float: none;
}
.delivery_page .blocks .right_blocks {
    float: right;
    width: calc(50% - 12px);
    text-align: right;
}
.delivery_page .blocks .left_blocks > .block .item.time_list table td {
    border: none;
    padding: 5px 10px;
    vertical-align: top;
}
.feedback_form {
    text-align: left;
    display: inline-block;
}
.delivery_page .blocks .right_blocks .feedback_form {
    margin-top: -24px;
}
.feedback_form .icon {
    background-image: url(/wa-data/public/shop/themes/profitbuy/img/icons/icons_delivery/8.png);
    width: 80px;
    height: 80px;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: 26px;
}
.feedback_form .block {
    float: left;
    width: calc(100% - 80px);
}
.feedback_form .block .sub_title {
    font-weight: bold;
    margin-bottom: 4px;
}
.feedback_form .block .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.feedback_form .block .desc {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 22px;
}
.delivery_page .blocks .right_blocks .feedback_form .block .desc {
    width: calc(100% + 25px);
}
.feedback_form .block form {
    border-radius: 3px;
    background-color: rgb(247, 247, 247);
    height: auto;
    padding: 29px 50px;
    padding-bottom: 45px;
    width: 100%;
    box-sizing: border-box;
}
.feedback_form .block form .crm-form-field {
    margin-bottom: 20px;
}
.feedback_form .block form .crm-form-field-line {
    display: block!important;
    margin-bottom: 20px!important;
    margin: 0px!important;
    width: 100%!important;
    border-collapse: initial!important;
    border-spacing: 0px!important;
}
.feedback_form .block form .crm-form-field-line .crm-form-field-col {
    width: 100%!important;
    display: block!important;
}
.feedback_form .block form .crm-form-field-line.crm-form-field-1st-line {
    margin-bottom: 7px!important;
}
.feedback_form .block form .crm-form-field-line .item_title {
    margin-bottom: 7px;
}
.feedback_form .block form .crm-form-field-line input,
.feedback_form .block form .crm-form-field-line textarea {
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    height: 34px;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    resize: none!important;
}
.feedback_form .block form p {
    margin: 0px;
}
.feedback_form .block form .crm-form-field-line textarea {
    height: 96px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
}
.feedback_form .block form [type="submit"] {
    border-radius: 3px;
    background-color: rgb(120, 179, 62);
    width: 180px;
    height: 36px;
    padding: 0px;
    text-transform: none;
    font-size: 14px;
    font-family: Roboto,sans-serif;
    font-weight: bold;
    box-shadow: none;
    margin-top: 11px;
}
.feedback_form .block form .crm-submit-button-wrapper {
    margin: 0px!important;
}
.feedback_form .block .crm-form-block {
    width: 100%!important;
    min-height: auto!important;
    max-height: none!important;
    min-width: auto!important;
    max-width: none!important;
}









.delivery_page .blocks .left_blocks .text .circle {
    position: relative;
}
.delivery_page .blocks .left_blocks .text .circle::after {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 100px;
    background: #00a7eb;
    position: absolute;
    top: 10px;
    left: -9px;
}
.delivery_page .blocks .left_blocks > .block .item.time_list table .circle::after {
    left: -14px;
}
.delivery_page .blocks .left_blocks > .block.time_list_wrap .item.time_list {
    margin-top: 2px;
}
.delivery_page .blocks .left_blocks > .block.time_list_wrap .item {
    margin-bottom: 0px;
}
.delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(1) {
    width: 514px;
    padding-left: 81px;
}
.delivery_page .blocks .left_blocks > .block .item.time_list table tr:first-of-type td:nth-of-type(1),
.delivery_page .blocks .left_blocks > .block .item.time_list table tr:first-of-type td:nth-of-type(2) {
    padding-top: 25px;
}
.delivery_page .blocks .left_blocks > .block .item.time_list table tr:last-of-type td:nth-of-type(1),
.delivery_page .blocks .left_blocks > .block .item.time_list table tr:last-of-type td:nth-of-type(2) {
    padding-bottom: 13px;
}
.delivery_page .blocks .left_blocks > .block .item.time_list .text .title {
    margin-bottom: 4px;
}
.delivery_page .blocks .left_blocks > .block.time_list_wrap {
    padding-top: 40px;
}
.contacts_page {
    color: #434a54;
    font-size: 14px;
    margin-top: 38px;
    margin-right: -15px;
    margin-bottom: -10px;
}
.contacts_page .left_block .info_block .text .sub_title {
    font-weight: bold;
    margin-bottom: 4px;
}
.contacts_page .left_block .info_block .text .sub_title + .title {
    margin-top: 0px;
}
.contacts_page .left_block .info_block .text .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 11px;
}
.contacts_page .left_block .info_block .text .desc p {
    margin: 0px;
}   
.contacts_page .left_block .info_block .icon {
    width: 80px;
    float: left;
    background-position: top left!important;
    background-repeat: no-repeat;
    margin-top: 5px;
    background-position-y: 19px!important;
    height: 100px;
}   
.contacts_page .left_block .info_block .text {
    float: left;
    width: calc(100% - 80px);
}
.contacts_page .left_block .info_block {
    clear: both;
    overflow: hidden;
    margin-bottom: 55px;
}
.contacts_page .our_stores_map {
    clear: both;
    margin-top: 46px;
    color: #434a54;
}
.contacts_page .our_stores_map .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 28px;
}
.contacts_page .our_stores_map .block {
    /*height: 360px;*/
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}
.contacts_page .our_stores_map .block > iframe {
    width: 100%!important;
    height: 100%!important;
}
.contacts_page .left_block {
    width: 600px;
    float: left;
}
.contacts_page .left_block .info_block .text .desc {
    line-height: 20px;
}
.contacts_page .left_block .feedback_form {
    width: 612px;
}
.contacts_page .left_block .feedback_form .icon {
    background-position-x: 4px;
}
.contacts_page .left_block .feedback_form .block .desc {
    margin-bottom: 27px;
}
.contacts_page .left_block .feedback_form .block form {
    padding-top: 47px;
}
.contacts_page .left_block .feedback_form .block form .crm-form-field-line {
    margin-bottom: 18px;
}
.contacts_page .left_block .feedback_form .block form [type="submit"] {
    margin-top: 6px;
}
.contacts_page .right_block {
    width: 500px;
    float: right;
    padding-top: 4px;
    max-height: 1000px;
}
.contacts_page .right_block #vk_groups,
.contacts_page .right_block #vk_groups iframe {
    width: 100%!important;
}
.contacts_page > .blocks {
    clear: both;
    overflow: hidden;
}
.contacts_page .right_block #vk_groups iframe {
    height: 100%!important;
}
.contacts_page .right_block #vk_groups {
    margin-bottom: 33px;
    height: 400px!important;
}
.contacts_page .right_block .instagram_groups {
    width: 160%;
    transform: scale(0.625);
    transform-origin: 0 0;
}
.about_company_page {
    color: #434a54;
    font-size: 14px;
    padding-top: 2px;
    margin-bottom: 60px;
}
.about_company_page .title {
    font-size: 18px;
    font-weight: bold;
}
.about_company_page .advantages > .title {
    margin-bottom: 46px;
}
.about_company_page .list {
    clear: both;
    overflow: hidden;
    margin-left: -29px;
    margin-right: 80px;
}
.about_company_page .list .item {
    float: left;
    width: calc(100% / 3);
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}
.about_company_page .list .line {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_company_page .list .item .icon {
    background-position-x: 10px;
    width: 86px;
    height: 70px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
}
.about_company_page .list .item .text .title {
    margin-bottom: 5px;
    margin-top: 3px;
}
.about_company_page .list .item .text {
    float: left;
    width: calc(100% - 86px);
    box-sizing: border-box;
}
.about_company_page .list .item .text .desc {
    line-height: 23px;
}
.about_company_page .page_text .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 36px;
}
.about_company_page .page_text p {
    margin-bottom: 5px;
}
.contacts_page .left_block .info_block.info_block_1 .icon {
    background-image: url(/wa-data/public/shop/themes/profitbuy/img/icons/icons_contacts/1.png);
    background-position-x: 10px!important;
}
.contacts_page .left_block .info_block.info_block_2 {
    margin-bottom: 42px;
}
.contacts_page .left_block .info_block.info_block_2 .icon {
    background-image: url(/wa-data/public/shop/themes/profitbuy/img/icons/icons_contacts/2.png);
    background-position-x: 4px!important;
}
.contacts_page .left_block .info_block.info_block_3 {
    margin-bottom: 44px;
}
.contacts_page .left_block .info_block.info_block_3 .icon {
    background-image: url(/wa-data/public/shop/themes/profitbuy/img/icons/icons_contacts/3.png);
    background-position-x: 5px!important;
}
.contacts_page .left_block .info_block.info_block_4 {
    margin-top: 50px;
    margin-bottom: 37px;
}
.contacts_page .left_block .info_block.info_block_4 .icon {
    background-image: url(/wa-data/public/shop/themes/profitbuy/img/icons/icons_contacts/4.png);
    background-position-x: 4px!important;
}
.contacts_page .left_block .info_block.info_block_4 .text .desc {
    line-height: 21px;
}
.contacts_page .left_block .info_block.info_block_4 .text .desc p {
    margin-bottom: 4px;
}
.about_company_page .advantages {
    margin-bottom: 13px;
}
.about_company_page .page_text > .title:first-of-type {
    margin-top: 0px;
}
.about_company_page .page_text {
    line-height: 25px;
}
.delivery_page .blocks .left_blocks > .block.time_list_wrap .block_title {
    margin-bottom: 16px;
}
.delivery_page .stages.stages_mobile {
    display: none!important;
}
.contacts_page .our_stores_map.mobile {
    display: none!important;
}
.contacts_page .our_stores_map.desktop {
    display: block!important;
}
.contacts_page .left_block .feedback_form.desktop {
    display: block!important;
}
.contacts_page .left_block .feedback_form.mobile {
    display: none!important;
}


.news_list_page .item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 3px;
    transition: 0.3s;
    padding-bottom: 20px;
}
.news_list_page .item_wrap {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.news_list_page .item .image {
    line-height: 0px;
    display: block;
    height: 190px;
}
.news_list_page .item .image img {
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_page .item .image.no_image img {
    object-fit: scale-down;
}
.news_list_page .item .text .date {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #818181;
    background: url(/wa-data/public/shop/themes/profitbuy/img/date_blog_item.png) center left no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}
.news_list_page .item .text .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #3C3C3C;
    margin-bottom: 9px;
    display: block;
    transition: 0.3s;
    max-height: 46px;
    overflow: hidden;
}
.news_list_page .item .text {
    padding: 15px 20px;
    height: 188px;
    overflow: hidden;
    padding-bottom: 0px;
}
.news_list_page .item .text .desc {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #757575;
}
.news_list_page .item:hover .text .title {
    color: #19A7CC;
}
.news_list_page .item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.news_list_page .item .text .desc p {
    margin: 0px;
}
.news_list_page .pageless-wrapper {
    display: none;
}
.new_line_menu .new_sidebar_box {
    justify-content: space-between;
}
.hide-on-med-and-down .search-wrapper [type="submit"] {
    color: #e4e4e4;
    cursor: pointer;
}
.hide-on-med-and-down .search-wrapper [type="search"] {
    outline: none;
}
.news_list_page {
    width: calc(100% + 15px)!important;
}
.news_list_page img {
    max-width: 100%;
}
.breadcrumbs {
    margin-bottom: 0px;
}
html {
    color: #000;
}
.news_list_page .post.one .small.date {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #818181;
    background: url(/wa-data/public/shop/themes/profitbuy/img/date_blog_item.png) center left no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.news_list_page .comment-form {
    display: none!important;
}
.news_list_page .post.one h1 {
    margin-bottom: 10px;
}
.news_list_page .breadcrumbs span.rarr {
    margin-left: 4px;
    margin-right: 5px;
}



.news_home .news_list {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.news_home .news_list .item {
    width: 445px;
    height: 130px;
    display: block;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
}
.news_home .news_list .item:nth-of-type(2) {
    border-radius: 0px 3px 0px 0px;
}
.news_home .news_list .item:nth-of-type(4) {
    border-radius: 0px 0px 3px 0px;
}
.news_home .news_list .item .img_overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(4, 10, 67, 1), rgba(4, 10, 67, 1));
    position: absolute;
    z-index: 1;
    transition: 0.3s;
    opacity: 0.5;
}
.news_home .news_list .item:hover .img_overlay {
    opacity: 0.6;
}
.news_home .news_list .item .text {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.news_home .news_list .item .text .date {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    background: url(/wa-data/public/shop/themes/profitbuy/img/date_blog_item_white.png) center left no-repeat;
    padding-left: 25px;
}
.news_home .news_list .item .text .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    height: 42px;
    margin-bottom: 5px;
    overflow: hidden;
}
.news_home .news_list .item .text .desc {
    display: none;
}
.news_home .news_list .item .text .readmore {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    background: url(/wa-data/public/shop/themes/profitbuy/img/blog_item_arrow.png) center right no-repeat;
    padding-right: 20px;
}
.news_home .news_list .item .text .readmore span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.news_home .news_list .item.first {
    height: 410px;
    float: left;
    border-radius: 3px 0px 0px 3px;
    width: calc(100% - 455px);
}
.news_home .news_list .item.first .text {
    position: absolute;
    left: 20px;
    bottom: 40px;
}
.news_home .news_list .item.first .text .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    height: auto;
}
.news_home .news_list .item.first .text .desc {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    display: block;
}
.news_home .news_all {
    text-align: center;
}
.news_home {
    margin-bottom: 40px;
}
.news_home .news_all a {
    border: 0;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 1rem;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-weight: 700;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #fff;
    background-color: #19A7CC;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.news_home .news_all a:hover {
    color: #fff;
    background-color: #188DAE;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.news_home .news_list .item.no_image {
    background-size: auto;
}
#product-tab-page_useful_materials .useful_materials_list a {
    display: block;
    background: rgba(25, 167, 204, 0.3);
    color: #000;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}
#product-tab-page_useful_materials .useful_materials_list a:hover {
    background: rgba(25, 167, 204, 0.4);
}
.global-promo-slider {
    display: none!important;
}


.promos {
    margin-bottom: 30px;
}
.promos ul {
    margin: 0px;
}
.promos ul li {
    width: 33.333333%;
    background: #fff;
    padding: 5px;
}
.promos ul li a {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(147, 147, 147, 0.3);
    border-radius: 6px;
    padding: 0px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    display: block;
    height: auto;
    line-height: 0px;
}
.promos ul li a img {
    width: 100%;
}
.promos ul li a:hover {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(147, 147, 147, 0.7);
}
.promos ul li a .background-color-layer {
    display: none;
}
.promos ul li a h5 {
    display: none;
}




@media screen and (min-width: 1399px) { 
    .header-line .new_info {
        width: 455px;
    }
    .header-line .headcontacts {
        width: 400px;
        float: right;
    }
    .header-line .headcontacts .head_form {
        margin-left: 30px;
    }   
}

@media screen and (max-width: 1441px) {
    .button.haggle-button {
        width: 78%
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper {
        width: calc(50% - 25px);
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper .second-type {
        padding: 0 .5rem;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button {
        width: calc(50% + 15px);
    }
    .product_advantages div {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .product_question_form form [type="text"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-contact {
        width: 150px;
    }
    .product_question_form form [type="submit"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-button {
        width: 130px;
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: calc(25% - 50px);
    }
    .delivery_page .stages .item:nth-of-type(3) {
        width: calc(25% + 20px);
    }
    .delivery_page .stages .item:nth-of-type(2) {
        width: calc(25% + 7px);
    }
    .delivery_page .stages .item:nth-of-type(1) {
        width: calc(25% + 23px);
    }
}


@media screen and (max-width: 1400px) {
    .head_form .head_form_btn {
        margin-top: 30px;
    } 
    .head_form .head_phone_block.show-on-nb {
        display: block;
        text-align: left;
    }
    .new_top_menu {
        flex-wrap: wrap;
        height: 50px;
    }
    .new_top_menu li {
        padding-left: 0px;
        margin-right: 15px;
    }
    .contacts_page .right_block {
        width: 450px;
    }
    .about_company_page .list {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1301px) {
    .button.haggle-button {
        width: 81%
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper {
        width: 100%;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button {
        width: 100%;
        margin-top: 10px;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .installment_plan {
        height: 50px;
        line-height: 50px;
    }
    .product_question_form form [type="text"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-contact {
        width: 200px;
        margin: 0px;
        max-width: 100%;
    }
    .product_question_form form [type="submit"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-button {
        width: 200px;
        margin-top: 10px;
        max-width: 100%;
    }
    .delivery_page .stages .item:nth-of-type(1) {
        width: calc(25% + 58px);
    }
    .delivery_page .stages .item:nth-of-type(2) {
        width: calc(25% + 5px);
    }
    .delivery_page .stages .item:nth-of-type(3) {
        width: calc(25% + 10px);
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: calc(25% - 73px);
    }
    .delivery_page .stages .item .text {
        padding-right: 30px;
    }
    .delivery_page .stages .item:nth-of-type(4) .text {
        padding-right: 0px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(1) {
        width: 500px;
        padding-left: 80px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(2) {
        padding-right: 40px;
        box-sizing: border-box;
    }
    .contacts_page .right_block {
        width: 400px;
    }
    .contacts_page .left_block {
        padding-right: 30px;
        box-sizing: border-box;
        width: calc(100% - 400px);
    }
    .contacts_page .left_block .feedback_form {
        width: 100%;
    }
    .news_home .news_list .item {
        width: 400px;
    }
    .news_home .news_list .item.first {
        width: calc(100% - 410px);
    }
}

@media screen and (max-width: 1181px) {
    .button.haggle-button {
        width: 85%
    }
    .delivery_page .stages .item {
        width: calc(25% + 20px)!important;
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: calc(25% - 60px)!important;
    }
    .news_home .news_list .item .text .title {
        font-size: 16px;
    }
    .news_home .news_list .item.first .text .title {
        font-size: 22px;
    }
    .news_home .news_list .item {
        width: 330px;
    }
    .news_home .news_list .item.first {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 1211px) {
    .quickorder-custom-button-cart.default .button i, .quickorder-custom-button.default .button i {
        font-size: .8rem
    }
}

@media screen and (max-width: 1141px) {
    .quickorder-custom-button.default {
        margin-left: 107px
    }
    .quickorder-custom-button-cart.default .button i, .quickorder-custom-button.default .button i {
        font-size: .8rem
    }
}

@media screen and (max-width: 1024px) {
    .special_rand ul.product-list .pl-item-rightblock .image {
        width: 350px;
        padding-top: 18%;
    }
    .contacts_page .left_block .info_block .text .title {
        font-size: 20px;
    }
    .feedback_form .block .title {
        font-size: 20px;
    }
    .contacts_page .our_stores_map .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    ul.sub-links.sidebar_left {
        display: none;
    }
    .news_home .news_list .item {
        width: 290px;
    }
    .news_home .news_list .item.first {
        width: calc(100% - 300px);
    }
    .promos ul li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .special_rand ul.product-list {
        max-height: none;
    }
}
@media screen and (max-width: 993px) {
    .button.haggle-button {
        width: 97%
    }
    .quickorder-custom-button.default {
        width: 100%;
        margin-left: 0;
        overflow: hidden
    }
    .quickorder-custom-button.default .button {
        width: 47%;
        float: right;
        margin-right: 2.4%
    }
    .quickorder-custom-button-cart.default .button i, .quickorder-custom-button.default .button i {
        font-size: .9rem
    }
    .product-wrapper .cart {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-wrapper .cart .add2cart .price-qty-wrapper {
        max-width: 100%;
    }
    .product-wrapper .add2cart .price-qty-wrapper.compare-at-price-isset .qty-wrapper {
        position: relative;
        margin-top: 13px;
        width: 184px;
    }
    .product-wrapper .add2cart .price-qty-wrapper .qty-wrapper {
        float: right;
    }
    .product-wrapper .add2cart .price-qty-wrapper .price-wrapper .price {
        font-size: 29px;
    }
    .product-wrapper .add2cart .price-qty-wrapper.compare-at-price-isset .qty-wrapper [name="quantity"] {
        width: 100px;
        top: 2px;
        position: relative;
        text-align: center;
    }
    .product-wrapper .add2cart .buy-low .haggle-button {
        width: 100%;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap {
        width: 100%;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper {
        max-width: 100%;
        width: 205px;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper .second-type {
        height: 50px;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button {
        width: 205px;
        max-width: 100%;
        margin-top: 0px;
        float: right;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button a.button {
        width: 100%;
        margin-right: 0px;
    }
    .product_question_form form [type="text"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-contact {
        width: 240px;
        float: left;
    }
    .product_question_form form [type="submit"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-button {
        width: 170px;
        float: right;
        margin-top: 0px;
    }
    .get_photo_block .image {
        right: 24px;
        top: 24px;
    }
    #product-list .product-list .category_quickorder_button .quickorder-custom-button .button {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
    .delivery_page .blocks .right_blocks .feedback_form .block .desc {
        width: 100%;
        padding-right: 60px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 992px) {
    .new_top_menu {
        margin-top: 20px;
        margin-left: 22px;
    }
    .contacts_page {
        margin-right: 0px;
    }
    .contacts_page .right_block {
        width: 350px;
    }
    .contacts_page .left_block {
        width: calc(100% - 350px);
    }
    .contacts_page .left_block .feedback_form .block form {
        padding: 20px;
    }
    .contacts_page .left_block .feedback_form .block form [type="submit"] {
        margin-top: 0px;
    }
}

@media screen and (max-width: 900px) {
    .delivery_page .stages .item .text {
        width: calc(100% - 80px);
        padding: 0px;
        display: table-cell;
        vertical-align: middle;
        height: 80px;
        padding-right: 40px;
    }
    .delivery_page .stages .item:nth-of-type(4) .text {
        padding-right: 40px;
        padding-left: 15px;
    }
    .delivery_page .stages .item:nth-of-type(2) .text {
        padding-right: 70px;
    }
    .delivery_page .stages .item {
        width: 50%!important;
        height: 80px;
        margin-bottom: 20px;
    }
    .delivery_page .stages .item .icon {
        float: left;
        background-position-y: center!important;
        width: 80px;
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: 50%!important;
    }
    .delivery_page .blocks .left_blocks {
        width: 100%;
        padding: 0px;
        float: none;
    }
    .delivery_page .blocks .right_blocks {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
    .delivery_page .blocks .right_blocks .feedback_form {
        width: 100%;
        margin-top: 0px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks {
        width: 100%;
        padding-top: 10px;
    }
    .delivery_page {
        margin-top: 0px;
        padding-top: 10px;
    }
    .delivery_page .stages {
        margin-bottom: 20px;
    }
    .delivery_page .blocks .left_blocks > .block {
        margin-bottom: 0px;
    }
    .delivery_page .blocks .left_blocks > .block .block_title {
        margin-bottom: 15px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table {
        height: auto;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr:last-of-type td:nth-of-type(1), .delivery_page .blocks .left_blocks > .block .item.time_list table tr:last-of-type td:nth-of-type(2) {
        padding-bottom: 25px;
    }
    .delivery_page .blocks .left_blocks > .block .block_title {
        font-size: 21px;
    }
    .feedback_form .block .desc {
        margin-bottom: 20px;
    }
    .feedback_form .block form {
        max-width: 500px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(1) {
        width: 50%;
    }
    .contacts_page .right_block {
        width: 250px;
    }
    .contacts_page .left_block {
        width: calc(100% - 250px);
    }
    .about_company_page .list .item {
        width: 100%;
        margin-bottom: 10px;
    }
    .about_company_page .list .item .text .desc br {
        display: none;
    }
    .about_company_page .list .line {
        margin-bottom: 0px;
    }
    .about_company_page .page_text .title {
        margin-top: 25px;
    }
}

@media screen and (max-width: 720px) {
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(1) {
        padding-left: 35px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr td:nth-of-type(2) {
        padding-right: 20px;
    }
    .delivery_page .blocks .left_blocks > .block .item .text .title {
        font-size: 16px;
    }
    .delivery_page .blocks .left_blocks > .block .block_title {
        font-size: 20px;
    }
    .delivery_page .stages {
        margin-bottom: 10px;
    }
    .delivery_page .stages .item {
        height: auto;
        margin-bottom: 10px;
        width: 100%!important;
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: 100%!important;
    }
    .delivery_page .stages.stages_desktop {
        display: none!important;
    }
    .delivery_page .stages.stages_mobile {
        display: block!important;
    }
    .contacts_page .our_stores_map.mobile {
        display: block!important;
    }
    .contacts_page .our_stores_map.desktop {
        display: none!important;
    }
    .contacts_page .left_block {
        width: 100%;
        padding-right: 0px;
    }
    .contacts_page .right_block {
        width: 100%;
    }
    .contacts_page .our_stores_map .title {
        margin-bottom: 20px;
    }
    .contacts_page .our_stores_map {
        margin-bottom: 30px;
    }
    .contacts_page .left_block .info_block {
        margin-bottom: 30px;
    }
    .contacts_page .left_block .info_block.info_block_2 {
        margin-bottom: 30px;
    }
    .contacts_page .left_block .info_block.info_block_3 {
        margin-bottom: 30px;
    }
    .contacts_page .left_block .info_block.info_block_4 {
        margin-bottom: 30px;
    }
    .contacts_page .our_stores_map {
        margin-top: 0px;
    }
    .contacts_page .right_block {
        padding-top: 40px;
    }
}



@media screen and (max-width: 640px) {
    /* .new_info_block_text {
        white-space: normal;
        width: 90px;
        text-align: left;
        line-height: 15px;
    } */
}

@media screen and (max-width: 601px) {
    .quickorder-custom-button.default .button {
        width: 99%;
        margin-right: 0
    }
    .button.haggle-button {
        width: 99%
    }
    .get_photo_block {
        text-align: center;
        padding: 30px;
        height: auto;
    }
    .get_photo_block .text {
        max-width: 100%;
    }
    .get_photo_block .text .title {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .get_photo_block .text .desc {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .get_photo_block .text .get_button {
        margin-left: auto;
        margin-right: auto;
    }
    .get_photo_block .image {
        display: block;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .headcontacts {
        padding-bottom: 20px;
    }
    .get_photo_block form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .news_home .news_list .item.first {
        border-radius: 3px 3px 0px 0px;
        width: 100%;
        height: auto;
    }
    .news_home .news_list .item {
        width: 100%;
        height: auto;
        border-radius: 0px 0px 0px 0px;
    }
    .news_home .news_list .item:last-of-type {
        border-radius: 0px 0px 3px 3px;
    }
    .news_home .news_list .item.first .text {
        position: relative;
        left: 0px;
        bottom: 0px;
        padding-bottom: 20px;
    }
    .news_home .news_list .item .text .title {
        height: auto;
        margin-bottom: 15px;
    }
    .news_home .news_list .item.first .text .title {
        margin-bottom: 15px;
    }
    .news_home .news_list .item .text {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .product-wrapper .add2cart .submit-quickorder-wrap .submit-wrapper {
        width: 100%;
    }
    .product-wrapper .add2cart .submit-quickorder-wrap .quickorder-custom-button {
        width: 100%;
        margin-top: 10px;
    }
    .product_question_form .crm-form-field[data-id="phone"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-contact {
        float: none;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .product_question_form .crm-submit-button-wrapper {
        float: none;
    }
    .product_question_form form [type="submit"],
    .product-wrapper #bistrozakaz-wrap #bistrozakaz-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 10px;
        width: 200px;
    }
    .product_question_form {
        text-align: center;
    }
    .product-wrapper #bistrozakaz-wrap {
        text-align: center;
    }
    .product-wrapper .add2cart .price-qty-wrapper .price-wrapper {
        float: none;
        text-align: center;
    }
    .product-wrapper .add2cart .price-qty-wrapper.compare-at-price-isset .qty-wrapper {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #haggle-title {
        font-size: 17px!important;
    }
    #haggle-product-name {
        font-size: 15px!important;
    }
    .product-wrapper .add2cart .price-qty-wrapper .qty-wrapper {
        float: none;
        margin-top: 20px;
        margin-left: auto;
        max-width: 200px;
        margin-right: auto;
    }
    .head_form .head_form_btn {
        margin-top: 15px;
        width: 150px;
    }
    .head_phone_block_title, .head_phone_block_title a {
        font-size: 16px;
    }
    .delivery_page .blocks .left_blocks > .block .item .text .desc p {
        margin-bottom: 11px!important;
        line-height: 20px;
    }
    .delivery_page .blocks .left_blocks > .block .item .text .desc .circle {
        margin-bottom: 6px!important;
    }
    .delivery_page .blocks .left_blocks > .block .item .text .desc .images {
        padding-top: 1px;
        padding-bottom: 11px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table td,
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr,
    .delivery_page .blocks .left_blocks > .block .item.time_list table tbody,
    .delivery_page .blocks .left_blocks > .block .item.time_list table {
        display: block!important;
        padding: 0px!important;
        width: 100%!important;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table {
        border: none;
        padding-left: 15px!important;
        box-sizing: border-box;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table td {
        margin-bottom: 10px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table td .title {
        font-size: 14px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table td .title.circle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .delivery_page .blocks .left_blocks > .block.time_list_wrap .item .icon {
        height: 50px;
        width: 100%;
        margin: 0px;
        background-position-y: center;
        margin-bottom: 10px;
    }
    .delivery_page .blocks .left_blocks > .block.time_list_wrap .block_title {
        padding: 0px;
        margin-bottom: 27px;
    }
    .feedback_form .icon {
        float: none;
        background-position-y: center;
        margin: 0px;
    }
    .delivery_page .blocks .right_blocks {
        margin-top: 20px;
    }
    .feedback_form .block form {
        max-width: 100%;
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .feedback_form .block {
        width: 100%;
        float: none;
    }
    .feedback_form .block .desc .hidden_mobile {
        display: none;
    }
    .delivery_page .blocks .left_blocks > .block .item .icon {
        float: none;
        height: 70px;
        background-position-y: center;
        margin-top: 0px;
    }
    .delivery_page .blocks .left_blocks > .block .item .text {
        width: 100%;
    }
    .delivery_page .blocks .left_blocks > .block .item .text .desc .indent_mobile {
        padding-left: 9px;
    }
    .delivery_page .stages .item:nth-of-type(4) {
        width: 100%!important;
    }
    #page-content .breadcrumbs {
        margin-bottom: 17px;
    }
    #page-content h1 {
        font-size: 24px;
    }
    .delivery_page {
        padding-top: 6px;
    }
    .delivery_page .stages {
        margin-bottom: 29px;
    }
    .delivery_page .stages .item .text {
        line-height: 20px;
        vertical-align: top;
        padding-top: 3px;
    }
    .delivery_page .stages .item .icon {
        background-position-y: 6px!important;
        background-size: 52px auto;
        width: 64px;
    }
    .delivery_page .blocks .left_blocks > .block .block_title {
        line-height: 27px;
        padding-right: 40px;
        margin-bottom: 14px;
    }
    .delivery_page .stages .item {
        margin-bottom: 8px;
    }
    .delivery_page .stages .item:nth-of-type(3) {
        margin-bottom: 3px;
    }
    .delivery_page .blocks .left_blocks > .block .item {
        margin-bottom: 4px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks {
        padding-top: 23px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item {
        margin-bottom: 8px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .title {
        margin-bottom: 10px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .desc .images {
        padding-bottom: 7px;
        padding-top: 3px;
        clear: both;
        overflow: hidden;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .desc .images img {
        margin-bottom: 10px;
        float: left;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .desc .circle {
        margin-bottom: 3px!important;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .desc .p_no_margin p {
        margin-bottom: 3.5px!important;
    }
    .delivery_page .blocks .left_blocks > .block.time_list_wrap .item .text .desc p {
        line-height: 22px;
    }
    .delivery_page .blocks .left_blocks > .block.time_list_wrap .item.time_list {
        margin-top: -12px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table td .title.circle {
        margin-bottom: 3px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table {
        padding-left: 11px!important;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table tr {
        margin-bottom: 14px;
    }
    .delivery_page .blocks .left_blocks > .block.two_blocks .item .text .desc .p_no_margin {
        padding-right: 30px;
    }
    .delivery_page .blocks .left_blocks > .block .item.time_list table .circle::after {
        left: -11px;
    }
    .delivery_page .blocks .right_blocks {
        margin-top: 9px;
    }
    .feedback_form .block .title {
        margin-bottom: 2px;
    }
    .feedback_form .block .desc {
        margin-bottom: 13px;
    }
    .feedback_form .block form [type="submit"] {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        display: block;
    }
    .contacts_page .left_block .info_block .icon {
        float: none;
        margin: 0px;
        height: 60px;
        background-position-y: 0px!important;
        background-position-x: 0px!important;
        margin-bottom: 11px;
    }
    .contacts_page .left_block .info_block.info_block_1 .icon {
        background-position-x: 0px!important;
    }
    .contacts_page {
        margin-top: 32px;
    }
    .contacts_page .left_block .info_block .text .desc {
        line-height: 22px;
    }
    .contacts_page .left_block .info_block {
        margin-bottom: 32px;
    }
    .contacts_page .left_block .info_block.info_block_2 .icon {
        background-position-x: 0px!important;
        margin-bottom: 5px;
    }
    .contacts_page .left_block .info_block .text .title {
        margin-bottom: 7px;
    }
    .contacts_page .left_block .info_block .text {
        width: 100%;
    }
    .contacts_page .left_block .info_block.info_block_3 .icon {
        background-position-x: 0px!important;
        margin-bottom: 19px;
    }
    .contacts_page .left_block .info_block.info_block_3 .text .sub_title + .title {
        line-height: 25px;
    }
    .contacts_page .left_block .info_block.info_block_4 {
        padding-top: 3px;
        margin-bottom: 8px;
    }
    .contacts_page .left_block .info_block.info_block_4 .icon {
        background-position-x: 0px!important;
        margin-bottom: 15px;
    }
    .contacts_page .left_block .info_block.info_block_4 .text .desc p {
        margin-bottom: 6px;
    }
    .contacts_page .left_block .feedback_form.desktop {
        display: none!important;
    }
    .contacts_page .left_block .feedback_form.mobile {
        display: block!important;
    }
    .contacts_page .left_block .feedback_form .block {
        margin-top: 3px;
    }
    .contacts_page .left_block .feedback_form .block .title {
        margin-bottom: 7px;
    }
    .contacts_page .left_block .feedback_form .block .desc {
        margin-bottom: 13px;
    }
    .contacts_page .left_block .feedback_form .block form {
        padding: 15px 11px;
        padding-bottom: 22px;
    }
    .contacts_page .left_block .feedback_form .block form [type="submit"] {
        margin-top: 22px;
    }
    .contacts_page .right_block {
        padding-top: 50px;
    }
    .contacts_page .our_stores_map .title {
        margin-bottom: 15px;
    }
    .contacts_page .our_stores_map {
        margin-bottom: 40px;
    }
    .contacts_page .right_block #vk_groups {
        margin-bottom: 18px;
        height: 300px!important;
    }
    .contacts_page .right_block .instagram_groups {
        transform: scale(1);
        width: 100%;
    }
    .about_company_page {
        margin-top: -15px;
    }
    .about_company_page .advantages > .title {
        margin-bottom: 26px;
        line-height: 20px;
        padding-right: 65px;
        font-size: 16px;
    }
    .about_company_page .list .item .icon {
        background-position-y: 8px!important;
        width: 79px;
    }
    .about_company_page .list .item .text .title {
        font-size: 16px;
    }
    .about_company_page .list .item .text .desc {
        line-height: 22px;
        padding-right: 10px;
    }
    .about_company_page .list .item {
        margin-bottom: 25px;
        padding-right: 0px;
    }
    .about_company_page .list .line:nth-of-type(1) .item:nth-of-type(1) .icon {
        background-size: 32px auto;
    }
    .about_company_page .list .line:nth-of-type(1) .item:nth-of-type(2) .icon {
        background-size: 32px auto;
    }
    .about_company_page .list .line:nth-of-type(2) .item:nth-of-type(2) .icon {
        background-size: 49px auto;
        height: 55px;
    }
    .about_company_page .list .line:nth-of-type(2) .item:nth-of-type(3) .icon {
        background-size: 51px auto;
    }
    .about_company_page .list .line:nth-of-type(3) .item:nth-of-type(2) .icon {
        background-size: 38px auto;
    }
    .about_company_page .list .line:nth-of-type(3) .item:nth-of-type(3) .icon {
        background-size: 28px auto;
    }
    .about_company_page .page_text .title {
        font-size: 20px;
        margin-bottom: 11px;
        margin-top: 30px;
    }
    .about_company_page .page_text {
        line-height: 22px;
        padding-right: 10px;
    }
    .about_company_page .advantages {
        margin-bottom: 18px;
    }
    .about_company_page .page_text p {
        margin-bottom: 14px;
    }
    .promos ul li {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    a#logo {
        display: none!important;
    }
    .header-line.alfa-background .row-grid .table-grid .col-grid:nth-of-type(1) {
        display: block;
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .header-line.alfa-background .row-grid .table-grid {
        width: 100%;
        display: block;
        display: block!important;
        padding-top: 0px;
    }
    .shop-regions {
        position: static;
    }
    .header-line.alfa-background .row-grid .table-grid .col-grid:nth-of-type(3) {
        display: block;
        width: 50%;
        float: right;
        padding-top: 0px;
        margin-top: -8px;
    }
    .header-line.alfa-background .row-grid .table-grid .col-grid:nth-of-type(2) {
        position: static;
        width: 50%;
        margin: 0px;
        float: left;
    }
    .new_info_block {
        margin-bottom: 10px;
    }
    .new_info {
        display: block;
    }
    .new_info_block:last-of-type {
        margin-bottom: 10px;
    }
}

@media (min-width: 1251px) and (max-width: 1440px) {
    .without-sidebar ul.product-list.thumbs>li.new_product {
        width: calc(33.3333333333% - 30px);
    }
}
.contacts_page .left_block .info_block .text .title .title_ur {font-size: 15px;}
.delivery-title {font-weight:bold;font-size:20px;