.product_pictures1 {
    position: relative;
    float: right;
    width: 420px;
}

hr.hr_contacts {
    margin: 4em 0 1em;
}

.product_pictures1 .product_small_img {
    margin-bottom: 0;
}

.product_big_img {
    border: 1px solid #e6e6e6;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.card_info {
    width: 420px;
    float: left;
}

.card_info > p {
    font-size: 15px;
    line-height: 26px;
}

.card_pi {
    margin-bottom: 20px;
}

.product_small_img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.small_img_box {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

.card_price_label {
    display: inline-block;
    background: #f5f5f5;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-size: 18px;
    padding: 10px 15px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #5e5e5e;
}

.card_price_label:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #bfbfbf;
    position: absolute;
    right: -20px;
    top: -1px;
}

.card_price_label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 19px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    right: -19px;
    top: 0;
}

.card_price_label p span {
    font-weight: 700;
}

.card_dop_info p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.card_dop_info p span {
    font-weight: 700;
}

.card_btn {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-top: 10px;
}

.cb_v1 {
    color: #c52201;
    border: 1px solid #c52201;
    padding: 12px 0;
}

.cb_v2 {
    color: #fff;
    background: #c52201;
    padding: 13px 0;
    /* margin-left: 20px; */
}

.card_table table {
    width: 100%;
}

.card_table table thead tr td {
    padding: 7px 0;
}

.card_table table tbody tr td {
    padding: 10px 0;
    background: rgba(237, 237, 237, 0.37);
    /* width: 25%; */
    font-size: 15px;
}

.card_table img {
    /*max-width: 80%;*/
    display: inline-block;
}

.card_table img.card-object__new-img {
    max-width: 100%;
}

span.weight {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 10px;
    color: #fff;
    background: url('/templates/gwozdeck/images/weight.png');
    width: 50px;
    height: 28px;
    background-size: 50px;
    text-align: center;
    padding-top: 45px;
}

span.product-list__weight {
    position: absolute;
    color: #ffffff;
    background: url('/templates/gwozdeck/images/weight.png');
    width: 30px;
    height: 44px;
    top: 5px;
    right: 5px;
    opacity: 1;
    background-size: 30px;
    text-align: center;
    font-size: 9px;
    line-height: 6;
}

span.weight-mob {
    display: none;
    position: absolute;
    right: 55px;
    z-index: 1;
    top: 60px;
    color: #fff;
    background: url(/templates/gwozdeck/images/weight.png);
    width: 50px !important;
    height: 38px;
    background-size: 50px;
    text-align: center;
    padding-top: 35px;
}

.card-object__new-box {
    height: auto;
}

.product_table table tr .ct_left {
    text-align: left;
    padding-left: 20px;
}

.card_table .small_img img {
    width: 100px;
}

.ct_attention {
    color: #737373;
    font-size: 14px;
    margin-bottom: 7px;
}

.ct_attention5 {
    box-sizing: border-box;
    height: 100px;
    color: #008f35;
    font-size: 15px;
    line-height: 24px;
    background: #ededed url("/templates/gwozdeck/img/ico-znak.png") no-repeat 20px center;
    padding-left: 100px;
    padding-top: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.podbor_left {
    float: left;
    width: 516px;
    background: #ededed;
    height: 280px;
    box-sizing: border-box;
    padding: 20px 0 0 30px;
}

.podbor_right {
    background: #ededed;
    height: 280px;
    width: 370px;
    float: right;
    text-align: center;
}

.podbor_choice_block span {
    width: 220px;
    display: inline-block;
}

.podbor_choice_block select {
    border: none;
    border-radius: 0;
    width: 110px;
    height: 30px;
    font-size: 15px;
}

.podbor_btn {
    width: 339px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #008f35;
    text-align: center;
    padding: 12px 0;
    display: block;
    margin-top: 30px;
}

.podbor_final {
    margin-top: 30px;
    display: none;
    opacity: 0;
}

.podbor_final p {
    font-size: 15px;
    margin-bottom: 15px;
}

.podbor_final p span {
    font-weight: 700;
    margin-right: 15px;
}


.podbor_choice_block2 select {
    border: none;
    border-radius: 0;
    width: 110px;
    height: 30px;
    font-size: 15px;
}

.podbor_btn2 {
    width: 339px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #008f35;
    text-align: center;
    padding: 12px 0;
    display: block;
    margin-top: 30px;
}

.podbor_final2 {
    margin-top: 30px;
    display: none;
    opacity: 0;
}

.podbor_final2 p {
    font-size: 15px;
    margin-bottom: 15px;
}

.podbor_final2 p span {
    font-weight: 700;
    margin-right: 15px;
}

.podbor_choice_block2 span {
    display: inline-block;
    width: 220px;
}


.podbor_img {
    width: 241px;
    height: 241px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.top_t_block {
    width: 22%;
    float: left;
    border: 1px solid #008f35;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 10px 20px 20px;
    transition: 0.2s;
}

/* .top_t_block:hover {
    border: 1px dashed #008f35;
} */

.dtb_text {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 4px 0;
    height: 22px;
}

/* .top_bg1 .top_t_block {
    border: 1px solid #008f35;
} */

/* .news_top_bg1 .top_t_block {
    border: 2px solid #008f35;
} */

.top_bg1 .dtb_text {
    background: #fff;
}

.news_top_bg1 .dtb_text {
    background: #fff;
}

.dtb_img img {
    max-width: 100%;
}

.dtb_news_img img {
    max-width: 100%;
    height: 140px;
}

.dtb_img_wp {
    width: 100%;
    height: 140px;
    display: table;
    text-align: center;
}

.dtb_news_img_wp {
    width: 100%;
    height: 140px;
    text-align: center;
}

.dtb_img {
    display: table-cell;
    vertical-align: middle;
}

.dtb_news_img {
    display: table-cell;
    vertical-align: middle;
}

.dopp_tovar_wp {
    margin-top: 20px;
}

/* .top_t_block:hover .dtb_text {
    background: #008f35;
    color: #fff;
} */

.top_bg1 .top_t_block:hover, .dopp_tovar_wp .top_t_block:hover {
    border: 1px dotted #008f35;
}

/* .top_bg1 .top_t_block:hover .dtb_text {
    background: #008f35;
    color: #fff;
} */

/* .news_top_bg1 .top_t_block:hover {
    border: 2px solid #008f35;
}

.news_top_bg1 .top_t_block:hover .dtb_text {
    background: #008f35;
    color: #fff;
} */

.card_list {
    margin-top: 25px;
}

.card_list ul li {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 15px;
    background: url("../img/disc.png") no-repeat 0 12px;
    line-height: 22px;
}


.table-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 77%;
    
}

.table-flex .using{
    display: flex;
    justify-content: space-between;
    /* padding: 30px; */
    border: 2px solid #fff;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.table-flex .row-first{
width: 45%;
}

.using div {
    background: #f9f9f9;
    padding: 20px;
    width: 10%;
    min-height: 35px;
    display: flex;
    align-items: center;
}


.card_sposob img {
    max-width: 100%;
    height: auto;
}

.card_sposob {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ct_attention5 p {
    font-weight: 700;
    font-size: 18px;
    padding-top: 10px;
    width: 180px;
}

.attention_btn {
    float: right;
    width: 580px;
    margin-top: -42px;
    margin-right: 25px;
    padding: 10px 0;
}

.card_forma {
    background: #ededed;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}

.cf_title {
    margin-bottom: 30px;
}

.cf_title span {
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.cf_left {
    width: 265px;
    float: left;
}

.cf_right {
    width: 565px;
    float: right;
}

.cf_right textarea {
    height: 130px;
}

.cf_btn {
    margin-top: 15px;
}

.card_tabs {
    /*margin-top: 50px;*/
    margin-top: 10px;
}

.card_tabs li {
    float: left;
    /*margin-right: 32px;*/ /*17.11*/
    padding: 15px 14px; /*17.11*/
}

.card_tabs li.act {
    border-top: 2px solid #008f35 !important;
    background-color: #fff;
}

.color_a {
    color: #008f35 !important;
}

.card_tabs li:last-child {
    margin-right: 0;
}

.card_tabs li a {
    text-transform: uppercase;
    font-size: 14px;
    /*padding-bottom: 10px;*/ /*17.11*/
    border-bottom: 2px solid transparent;
}

.en .card_tabs li a {
    font-size: 13px;
}

/*17.11-start*/
.card_tabs li:hover > a {
    color: #008f35;
}

.card_tabs li:hover {
    border-top: 2px solid #008f35;
    background-color: #fff;
}

.card_tabs li .active {
    color: #008f35;
}

.card_tabs li {
    border-right: 2px solid #dfdfdf;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    background: #efefef;
}

.card_tabs {
    /*border-bottom: 1px solid #e6e6e6;
    height: 30px;*/
}

/*17.11-end*/
.price-tab2 table {
    width: 100%;
}

.card_tab {
    display: none;
    opacity: 0;
}

#card_tab1 {
    display: block;
    opacity: 1;
}

.pack_img {
    width: 250px;
    float: left;
    text-align: center;
}

.pack_info {
    width: 420px;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}

.pack_img img {
    max-width: 100%;
}

.pack_info p span {
    font-weight: 700;
}

.pack_info p {
    margin-bottom: 10px;
}

.card_tab_title {
    text-align: center;
    color: #000;
    background: #ededed /*#008f35*/;
    margin-top: 20px;
    padding: 7px 0;
    font-weight: 700;
}

.pack_wp {
    margin-top: 30px;
}

.cover_img {
    width: 190px;
    float: left;
    text-align: center;
}

.cover_info {
    width: 420px;
    float: left;
    margin-left: 30px;
}

.ct_wideo {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

.table_price table tbody tr td:first-child {
    text-align: center;
}

.mob_db_table {
    display: none;
}

.ct_scroll_wp {
    /*background: #efefef;*/
    /*border-bottom: 1px solid #e6e6e6;*/
}

.card_tabs li a {
    font-weight: 600;
}

.card_tabs {
    /*padding-top: 20px;*/ /*17.11*/
    /*padding-left: 10px;*/ /*17.11*/
    /*  margin-left: auto;
      margin-right: auto;*/
}

@media only screen and (max-width: 1239px) {
    /* Новый контент*/
    .products_box4 {
        /* 	padding-right: 30px; */
    }

    .content_6 {
        height: 344px;
    }

    /* Новый контент*/
    .card_info {
        width: 350px;
    }

    /*17.11-s*/
    /*        .card_tabs li a {
     padding-bottom: 0px;}

            .card_tabs li {
     margin-bottom: 7px;
    }*/
    /*17.11-e*/
    .product_pictures1 {
        width: 350px;
    }

    .card_btn {
        float: none;
        width: 100%;
    }

    .cb_v2 {
        margin-left: 0;
    }

    /*17.11-s*/
    /*.card_tabs li{
        float: left;
        margin-right: 35px;
    }
    .card_tabs li a{
        font-size: 13px;
    }
    .card_tabs{
        height: auto;
                padding-bottom: 10px;
    }*/
    /*17.11-e*/
    .podbor_right {
        width: 280px;
    }

    .podbor_left {
        width: 430px;
    }

    .cta_mob {
        height: auto;
        padding-bottom: 20px;
    }

    .attention_btn {
        float: right;
        width: 555px;
        margin-top: -42px;
        margin-right: 25px;
        padding: 10px 0;
    }

    .cf_left {
        float: none;
        width: 100%;
    }

    .cf_right {
        float: none;
        width: 100%;
    }

    .card_tabs_scroll {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ct_scroll_wp {
        background: none;
    }

    .card_tabs {
        background: #efefef;
    }
}

@media only screen and (max-width: 768px) {
    .small_img_box {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        height: auto;
    }


    hr.hr_contacts {
        margin: 7em 0 1em;
    }
    span.weight-mob {
        display: inline-block;
    }

    /* Новый контент*/
    .products_box4 {
        /* padding-right: 30px;	 */
    }

    .main .content {
        padding-bottom: 10px;
    }

    .products_title4 a {
        font-size: 15px;
    }

    .content_6 {
        height: auto;
        width: 100%;
        float: none;
    }

    .content_2 {
        height: 2250px;
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .content_3 {
        height: 1528px;
        width: 100%;
        float: none;
        margin-top: 20px;
        padding-top: 13px;
    }

    .products_img2 img {
        max-width: 200px;
        text-align: center;
    }

    .content_4 {
        height: 309px;
        width: 100%;
        float: none;
        margin-top: 20px;
        padding-top: 13px;
    }

    .content_5 {
        height: 1007px;
        width: 100%;
        float: none;
        margin-top: 20px;
        padding-top: 1px;
        padding-right: 27px;
    }

    /* Новый контент*/

}

@media only screen and (max-width: 768px) {
    .product_pictures1 {
        width: 100%;
        float: none;
    }

    .card_info {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .ct_attention5 {
        font-size: 13px;
        height: 120px;
    }

    .podbor_left {
        width: 100%;
        float: none;
    }

    .podbor_right {
        width: 100%;
        float: none;
    }

    .podbor_img {
        margin-top: 0;
    }

    .top_t_block {
        margin-bottom: 10px;
    }

    .attention_btn {
        width: 95%;
        font-size: 11px;
    }

    .cta_mob {
        height: auto;
    }

    .card_tabs {
        /*height: auto;*/
        height: 47px; /*17.11*/
        /*border: none;*/ /*17.11*/
        background: #e9e9e9;
        /*padding-top: 10px;
        padding-bottom: 2px;
        padding-left: 10px;*/
        background: #fff;
    }

    /*
.card_tabs li{
    float: none;
    margin-right: 0;
}
    */
    .pack_info {
        width: 100%;
        margin-left: 0;
    }

    .cover_info {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .ct_wideo {
        height: 300px;
    }

    .mob_dn_table {
        /*display: none;*/
    }

    .mob_db_table {
        display: block;
    }

    .product_big_img {
        display: none;
    }

    .small_img_box img {
        position: relative;
        max-width: 100%;
        width: 100%;
        z-index: -1;
    }
}

@media only screen and (max-width: 767px) {
    .small_img_box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: auto;
    }
}

@media (max-width: 700px) {
    .products_img2 {
        max-height: 100%;
    }
}

@media only screen and (max-width: 479px) {
    /* .card_sposob {
        display: none;
    } */


    .public2 {
        width: 100%!important;
        height: auto!important;
        margin-bottom: 25px!important;
        position: relative;
    }
    
    hr.hr_contacts {
        margin: 1em 0 1em;
    }    

    /*.products_title4 {
        padding-top: 125px;
    }*/
    .products_box4 {
        width: 100%;
    }

    .products_more2 {
        margin-top: 20px;
    }

    .product_pictures1 img {
        width: 100%;
    }

    /* .products_title4 {
        padding-top: 70px;
    } */

    .small_img_box {
        /* width: 180px;
        height: 180px; */
    }

    span.weight-mob {
        transform: scale(0.7);
        top: 20px;
        right: 50px;
    }

    .ct_attention5 {
        height: auto;
        padding-bottom: 20px;
    }

    .podbor_choice_block span {
        display: block;
        margin-bottom: 10px;
    }

    .podbor_btn {
        width: 100%;
    }

    .podbor_left {
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cta_mob {
        padding-left: 10px;
        padding-right: 10px;
        background: #ededed;
    }

    .ct_wideo {
        height: 200px;
    }
}

.card_info p {
    line-height: 22px;

}

.card_justyfy {
    text-align: justify;
}

.card_justyfy p {
    line-height: 22px;
}

.card_justyfy li {
    /*list-style-type: disc;*/
    margin-left: 18px;
    line-height: 25px;
}

.card_list p {
    line-height: 22px;
    /*padding-bottom: 8px;*/
}

.card_sposob p {
    line-height: 22px;
}

.card_info ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 15px;
    background: url(../img/disc.png) no-repeat 0 12px;
    line-height: 22px;
}

.opt_btn {
    margin: 0;
    color: #fff;
    background: #c52201;
    padding: 13px 0;
    margin-left: 20px;
    float: right;
    margin-right: 3px;
    margin-bottom: 20px;
}


/*21.02.2017*/

.aside_news {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.an_title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.an_block {
    margin-bottom: 20px;
}

.an_data {
    margin-bottom: 10px;
    font-size: 14px;
    color: #a4a4a4;
}

.an_link {
    text-decoration: underline;
    color: #000;
}

.opt_btn {
    margin: 0;
    color: #fff;
    background: #c52201;
    padding: 13px 0;
    margin-left: 20px;
    float: right;
    margin-right: 3px;
    margin-bottom: 20px;
}

.card_price_label {
    display: inline-block;
    background: #f5f5f5;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-size: 18px;
    padding: 0 15px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 20px;
    color: #5e5e5e;
    height: 44px;
    box-sizing: border-box;
    padding-top: 11px;
    float: left;
}

.card_price_label:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 20px;
    border-color: transparent transparent transparent #bfbfbf;
    position: absolute;
    right: -20px;
    top: -1px;
}

.card_price_label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 19px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    right: -19px;
    top: 0;
}

#modal_feedback6 {
    position: relative;
    display: none;
    background: rgba(229, 229, 229, 0.9);
    width: 640px;
    text-align: center;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.opt_f_left {
    width: 49%;
    box-sizing: border-box;
    float: left;
}

.opt_f_left input {
    height: 40px;
    color: #000;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .45);
    margin-bottom: 15px;
    padding-left: 35px;
}

.opt_f_right {
    width: 49%;
    box-sizing: border-box;
    float: right;
}

.opt_f_right textarea {
    height: 150px;
    color: #000;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .45);
    margin-bottom: 15px;
    padding-left: 35px;
    background: #fff url("../img/popup/icop3.png") no-repeat 10px 12px;
}

.opt_f_left input:nth-child(1) {
    background: #fff url("../img/popup/icop1.png") no-repeat 10px 12px;
}

.opt_f_left input:nth-child(2) {
    background: #fff url("../img/popup/icop2.png") no-repeat 10px 12px;
}

.opt_f_left input:nth-child(3) {
    background: #fff url("../img/popup/icop4.png") no-repeat 10px 12px;
}

.opt_mob_btn {
    float: none;
    width: 280px;
    margin-top: 10px;
    line-height: 30px;
    background: #c52201;
    display: block;
    color: #fff !important;
}

#modal_feedback6 input[type=text] {
    padding-left: 35px;
}

.thank {
    width: 350px;
    padding: 20px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    position: relative;
}

.thank .modal-close {
    background: url('../img/close.png') no-repeat;
    width: 38px;
    height: 38px;
    right: -19px;
    top: -19px;
}

.thank p {
    font-size: 24px;
}

.an_block a {
    color: #000;
    text-decoration: none;
}

.thank p span {
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
}

.card_dop_info img {
    height: 80px;
    display: block;
    float: none;
    margin-top: 15px;
}

.profil_text {
    width: 100%;
    float: none;
}

/*
.card_tabs_scroll {
        overflow-x: scroll;
        overflow-y: hidden;
}
*/
@media only screen and (max-width: 1023px) {
    .card_tabs_scroll {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 767px) {
    #modal_feedback6 {
        width: 320px;
    }

    .opt_f_right {
        width: 100%;
    }

    .opt_f_left {
        width: 100%;
    }

    .card_tabs li a {
        padding-bottom: 0px;
    }

    .card_tabs li {
        margin-bottom: 7px;
    }

    .card_tabs_scroll {
        width: 430px;
        overflow-x: scroll;
        padding-bottom: 10px;
        position: relative;
        overflow-y: hidden;
    }

    .card_tabs {
        width: auto;
        box-sizing: border-box;
        padding-right: 20px;
    }

    .ct_scroll_wp {
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (max-width: 479px) {
    .content_5 {
        height: 1658px;
    }

    .content_6 {
        /*height: 1474px;*/
        height: auto;
    }

    #modal_feedback6 {
        width: 280px;
    }

    .opt_mob_btn {
        width: 100%;
    }

    .thank {
        width: 280px;
        box-sizing: border-box;
    }

    .thank p {
        font-size: 20px;
    }

    .thank p span {
        display: block;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .card_tabs_scroll {
        width: 320px;
        overflow-x: scroll;
        padding-bottom: 10px;
        position: relative;
        overflow-y: hidden;
    }
}

.toplevel strong {
    background: #bfbfbf none repeat scroll 0 0;
    border-radius: 6px;
    color: #c52201;
    font-size: 15px;
    font-weight: normal;
    margin: 18px;
    padding: 4px;
}

.cb_new {
    color: #c52201;
    float: left;
    padding: 18px 0;
}


/*29.03.17*/
@media only screen and (max-width: 1239px) {
    .product_table {
        width: 100%;
    }

    .card_btn {
        float: none;
        width: 100%;
    }

    .attention_btn {
        width: 350px;
        margin-top: -47px;
    }

}

@media only screen and (max-width: 1023px) {
    .product_table {
        width: 100%;
    }

    .card_info {
        width: 340px;
    }
}


@media only screen and (max-width: 1023px) {
    .card_price_label {
        float: none;
    }

    .cb_new {
        text-align: left;
    }

    .ct_attention5 p {
        display: none;
    }

    .podbor_left {
        width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .podbor_left {
        width: 100%;
    }

    /* .card_sposob {
        display: none;
    } */

    .card_info {
        width: 100%;
    }

    .card_btn {
        float: none;
        width: 200px;
        /* margin-left: auto; */
        margin-right: auto;
    }

    .card_info div:first-child p:nth-child(1) {
        text-align: left;
    }

    .card_info div:first-child p:nth-child(2) {
        text-align: left;
    }

    .cb_new {
        text-align: left;
    }
}

/*29.03.17*/

/*31.03.17*/
.arenda_btn {
    background: url("../img/arenda-btn.jpg") no-repeat 170px 4px;
    width: 220px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
    padding: 13px 0 13px 20px;
    margin-left: 30px;
}

.cb_mn {
    margin-left: 0;
    width: 170px;
}

@media only screen and (max-width: 1239px) {
    .arenda_btn {
        margin-left: 0;
    }

    .attention_btn {
        width: 390px;
    }
}

@media only screen and (max-width: 1023px) {
    .ct_attention5 p {
        display: block;
    }

    .cb_new {
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .podbor_right {
        width: 200px;
        float: left;
    }

    .podbor_left {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .podbor_right {
        width: 100%;
        float: none;
    }

    .podbor_left {
        float: none;
    }

    .attention_btn {
        width: 95%;
        margin-top: 15px;
    }

    .ct_attention5 p {
        display: none;
    }

    #modal_feedback4 {
        width: 300px;
        height: 100%;
        padding: 30px 10px;
    }

    #modal_feedback4 {
        width: 100%;
    }

    .form_title {
        font-size: 18px;
    }

    .cta_mob {
        height: 100px;
        padding-top: 13px;
    }

    #modal_feedback4 input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .ct_attention5 {
        height: auto;
        padding-bottom: 10px;
    }

    .attention_btn {
        width: 100%;
        margin: 0;
    }

    .card_price_label {
        margin-bottom: 0;
    }

    .cb_new {
        text-align: center;
        width: 100%;
    }

    .cb_mn {

        margin: 10px auto;
    }

    .card_price_label {
        margin-left: 35px;
    }

    .top_t_block {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .attention_btn {
        float: none;
    }
}


@media only screen and (max-width: 1239px) {
    .opt_btn {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

/*24.05.2017*/
.card_price_label1 {
    display: block;
    background: #f5f5f5;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    padding: 0 15px;
    position: relative;
    margin-top: 43px;
    color: #5e5e5e;
    height: 44px;
    box-sizing: border-box;
    padding-top: 11px;
    text-align: center;
}

.card_price_label1 p span {
    font-weight: 700;
}

.ci_btn_bg2 {
    background: #548dd4;
}

.ct_wid1 li {
    width: 25%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.ct_wid1 li a {
    display: block;
}

.product_table table .td_bgv1 tr td {
    background: #ededed;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.fasad_kr table tbody tr td {
    background: #bbe1d2 !important;
    text-align: center !important;
    padding-left: 20px;
}

.ct_bgv1 table tbody tr td {
    background: #f8f8f8;
    text-align: left;
    padding-left: 2px;
}

.ct_bgv1 table tbody .tr_bg1 td {
    background: #ededed;
}

.sr_tab_info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.sr_tab_info p span {
    font-weight: 700;
}

.sr_tab_info ul {
    margin-left: 0;
}

.sr_tab_info ul li {
    list-style: none;
    /*padding-left: 15px;*/ /*17.11*/
    /*background: url("../img/disc.png") no-repeat 0 9px;*/
    margin-bottom: 10px;
}

/*17.11-s*/
/*.card_tabs {
    padding-top: 19px;
    padding-left: 15px;
    padding-bottom: 6px;
}*/
/*17.11-e*/
.card_tabs li a {
    padding: 15px 5px; /*17.11.2017*/
    color: #9f9f9f; /*17.11.2017*/
}

.sets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    margin: 16px 0;
    gap: 20px;
}

.set {
    width: 31%;
    height: 317px;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    text-decoration: unset;
}

.set_img_1 {
    padding-top: 15px;
}

.set_img_2 {
    padding-top: 28px;
}

.set_img_3 {
    padding-top: 28px;
}

.set_img_4 {
    padding-top: 36px;
}
.set_img_logo {
    position: absolute;
    top: 123px;
}
.set__info {
    padding: 10px 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.set__info h3 {
    width: 100%;
    text-decoration: unset;
}
.set__info p {
    text-align: left;
    text-decoration: unset;
    color: #000;
}
@media (max-width: 767px) {
    .set {
        width: 48%;
    }
}
@media (max-width: 550px) {
    .set {
        width: 100%;
        max-width: 339px;
        height: auto;
    }
    /*.set__back img {
        object-fit: cover;
        width: -webkit-fill-available;
    }
    .set_img_logo {
        top: 204px;
    }*/
}
/*.set_text_1 {
    padding: 36px 15px;
}

.set_text_2 {
    padding: 29px 15px;
}

.set_text_3 {
    padding: 27px 15px;
}

.set_text_4 {
    padding: 22px 15px;
}*/

.partners aside {
    width: 17.5%;
}
.partners .content {
    width: 80%;
}
.partners-block {
    background:unset;
    box-shadow: unset;
    padding: 15px 0;
}
.partners-map {
    background: white;
    padding: 8px;
    box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.1);
}
#partners-map {
    width: 100%;
    height: 650px;
}
.partners-list .block_left, .partners-list .block_right {
    width: 50%;
    gap: 15px;
}
.partners-list .cities-block {
    width: 45%;
}
@media only screen and (max-width: 1104px) {
    .partners-list .cities-block {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .partners .content {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .partners-list .block_left, .partners-list .block_right {
        width: 100%;
    }
}

.respublic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.public {
    width: 13%;
    /*height: 55px;*/
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
}

.public2 {
    width: 47%;
    height: 105px;
    margin-bottom: 15px;
    position: relative;
}

.public_img {
    /*left: 0;*/
    /*position: absolute;*/
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.pub_fl {
    /*float: left;*/
    padding-top: 15px;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .respublic {
        justify-content: flex-start;
        gap: 10px;
    }
    .public {
        width: 28%;
    }
    .pub_fl { font-size: 13px;}
}

@media (max-width: 600px) {
    .public {
        width: 43%;
    }
}

@media (max-width: 480px) {
    .public {
        width: 100%;
    }
}

.rus {
    margin-top: 38px;
    width: 220px;
    max-height: 53px;
}

.rus_a_1 {
    float: right;
    color: #33809e;
    margin-right: 64px;
    margin-top: 4px;
}

.rus_a_2 {
    float: right;
    color: #33809e;
    margin-right: 3px;
    margin-top: -21px;
}

.navbar {
    min-height: 511px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.block_1 {
    width: 190px;
}

.block_2 {
    width: 190px;
}

.block_3 {
    width: 190px;
}

.block_4 {
    width: 190px;
}

.apos {
    font-size: 16px;
    color: #009e58;
    font-weight: 700;
    float: left;
}

.navbar_a {
    font-size: 16px;
    color: #33809e;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

.block_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1142px) {
    .set {
        margin-bottom: 15px;
    }

    .sets {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 1104px) {
    .block_left {
        display: block;
    }

    .block_right {
        display: block;
    }

    .navbar {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 479px) {
    .respublic {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rus {
        margin: 38px auto;
    }
}
