﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext);

body {
    background-image: url(/images/kol_fon.jpg);
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.header {
    background-color: black;
    border-bottom: 10px solid rgb(33, 33, 33);
    padding: 20px 20px 10px 20px;
}

    .header ul {
        list-style-type: none;
        display: inline;
    }

        .header ul li {
            float: left;
            margin-right: 30px;
        }

    .header a {
        color: white;
        text-decoration: none;
    }

.filter_ul {
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
}

    .filter_ul li {
        padding: 5px 0;
        cursor: pointer;
        border-bottom: 1px solid #dedede;
    }

.filter ul li:hover {
    background-color: rgba(0,0,0,0.10);
}

.logo {
    background-image: url(/Styles/klogo.png);
    width: 32px;
    height: 22px;
    float: left;
    margin-right: 150px;
}

.blocks {
    margin-top: 50px;
}

.block {
    width: 50%;
    float: left;
    height: 280px;
    padding: 40px;
    box-sizing: border-box;
}

.fl {
    background-color:white;
}
.fl span{
    display:block;
    font-size:20px;
    text-align:center;
    margin-bottom:10px;
}
.fl img{
    width:100px;
}
.flow {
    background-color: rgb(74, 20, 140);
    background-image: url(/Styles/flowers.png);
    background-repeat: no-repeat;
    background-position: right;
}

    .flow a, .ord a, .train a {
        display: block;
        background-color: rgb(0, 131, 143);
        color: white;
        text-decoration: none;
        border-radius: 3px;
        padding: 8px 0;
        text-align: center;
        text-transform: uppercase;
    }

.ord a {
    background-color: rgb(44, 12, 84);
}

.train a {
    background-color: white;
    color: rgb(30, 8, 56);
}

.f_title {
    color: white;
    display: block;
    text-align: center;
    font-size: 22px;
    height: 60px;
}

.f_sub_span {
    color: white;
    text-align: center;
    margin: 20px 0;
    display: block;
}

.train {
    background-color: rgb(0, 131, 143);
}

.ord {
    background-color: rgb(30, 8, 56);
}

.filter {
    background-color: white;
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .filter div {
        width: 25%;
        float: left;
        position: relative;
        box-sizing: border-box;
    }

        .filter div span, .filter input[type=text], .colorlistselect, .catalog-select {
            border: 1px solid #dedede;
            padding: 8px 10px;
            border-radius: 3px;
            display: inline-block;
            width: 80%;
        }

        .filter div span, .colorlistselect, .catalog-select {
            background-image: url(/Styles/ksa.png);
            background-repeat: no-repeat;
            background-position: right 10px center;
            cursor: pointer;
        }

.colorlistselect, .catalog-select {
    background-color: white;
}

.catalog-select {
    width: 250px;
}

.interior-page {
    width: 250px;
}

.wh {
    background-color: white;
    overflow: hidden;
    background-image: none;
}
/*.filter_sub {
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
 display:inline-block;
  opacity: 0.102;
  position: absolute;
  width:100%;
  height: 10px;
 
}*/
.colors, .interiors, .color_body, .col_products, .product_body {
    padding: 15px;
}

.color, .material {
    width: 30%;
    float: left;
    border: 1px solid #dedede;
    /*padding:10px;*/
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.co {
    border: none;
    /*width:100%;*/
    height: 60px;
    padding: 0;
    margin: 15px 15px 0 15px;
    float: none;
}

.c_act {
    position: absolute;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    width: 100%;
    top: 90px;
    display: none;
}

    .c_act button, .c_act a {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        text-transform: uppercase;
        padding: 7px 0;
        outline: none;
    }

    .c_act a {
        background-color: black;
        color: white;
        text-decoration: none;
    }

    .c_act button {
        border: none;
        cursor: pointer;
        background-color: white;
        color: black;
    }

.c_title {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(77,65,74,0.8);
    z-index: 1000000000000000000;
    display: none;
}

.wi {
    background-image: none;
    background-color: rgb(224, 224, 224);
}

.wait {
    opacity: 0.4;
}

footer {
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    footer .logo {
        margin: 0 auto;
        float: none;
    }

.inter_div {
    width: 30%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 180px;
    overflow: hidden;
    cursor: pointer;
}

    .inter_div div {
        height: 118px;
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
    }

.interiors div span {
    background-color: black;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

.interiors div img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.c_show, .inter_show {
    width: 40%;
    height: 300px;
    float: left;
    margin-bottom: 40px;
}

.savecolors {
    border: 1px solid #dedede;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px;
}

    .savecolors div {
        width: 60px;
        height: 60px;
        float: left;
    }

.inter_show {
    position: relative;
    width: 55%;
    margin-left: 2%;
}

    .inter_show canvas {
        position: absolute;
    }

    .inter_show img {
        height: 300px;
        position: absolute;
    }

.col_title {
    display: block;
    text-align: center;
    font-size: 25px;
}

.sv {
    font-size: 20px;
}

.hr {
    width: 60px;
    height: 1px;
    border: none;
    background-color: black;
    margin: 15px auto;
}

.c_actions {
    display: table;
    margin: 0 auto 40px auto;
}

    .c_actions a, .c_actions span {
        display: inline-block;
        border: 1px solid #dedede;
        border-radius: 3px;
        padding: 0 15px;
        line-height: 42px;
        text-transform: uppercase;
    }

    .c_actions a {
        text-decoration: none;
        color: white;
        background-color: black;
        border-color: black;
        margin-left: 10px;
    }

.color_body {
    padding-bottom: 40px;
    overflow: hidden;
}

.c_actions_color {
    width: 25%;
    float: left;
}

.full-partes {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

    .full-partes div {
        border: 1px solid rgba(0,0,0,.3);
        padding: 7px 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .full-partes div.active {
            box-shadow: 0 1px 8.37px 0.63px rgba(107,47,88,.36);
        }

.c_inter {
    position: relative;
    width: 60%;
    float: right;
    height: 500px;
}

.cent {
    text-align: center;
}

.right_ {
    text-align: right;
}

.c_inter canvas {
    position: absolute;
    top: 0;
}

.canv {
    background: transparent;
    display: none;
}

.cselect {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 10px;
}

.colorlist {
    border-radius: 3px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    background-color: white;
    padding: 0 7px 0 18px;
    max-height: 200px;
    overflow-y: auto;
}

    .colorlist .setcolor {
        width: 100%;
        display: inline-block;
        cursor: pointer;
    }

.setcolor div, .cselect div {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
}

.setcolor {
    border-bottom: 1px solid #dedede;
    padding: 7px 7px 7px 0px;
    box-sizing: border-box;
}

    .setcolor span {
        line-height: 20px;
    }

.p_title {
    font-weight: bold;
    display: block;
}

.c_actions_color {
    position: relative;
    min-height: 700px;
    overflow-y: auto;
    /*border: 1px solid #dedede;
    max-height:560px;
    overflow-y:auto;*/
}


.material img {
    width: 120px;
    display: block;
    margin: 0 auto 15px auto;
}

.material {
    padding: 15px;
    height:300px;
}

    .material .link {
        color: black;
        text-decoration: none;
        display: block;
        height: 60px;
    }

    .material ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, 0.502);
    }

        .material ul li {
            float: left;
        }

            .material ul li:last-child span {
                display: none;
            }

.m_price {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}

    .m_price i {
        font-size: 18px;
        font-weight: normal !important;
    }

.pr_image {
    float: left;
    width: 25%;
}

.pr_des {
    width: 70%;
    float: right;
}

.pr_image div {
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 3px;
}

.pr_image img {
    width: 120px;
    margin: 40px auto;
    display: block;
}

.pr_image span {
    color: rgba(0, 0, 0, 0.502);
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.pr_image a {
    display: block;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: black;
    text-decoration: none;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: 40px;
    background-image: url(/Styles/link.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.color-select {
    background-color: #fafafa;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.color-select-body {
    background-color: white;
    overflow: hidden;
    position: relative;
}

.cd, #selected-colors div, .s_cd {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 10px;
    margin-left: 2.25px;
    margin-right: 2.25px;
    cursor: pointer;
    /*margin-right:5px;*/
}

    .s_cd:hover {
        background-image: url(/Content/color-minus.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 4px;
    }

    .cd:hover {
        background-image: url(/Content/color-plus.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 9px 9px;
        transition-duration: 1s;
        transform: scale(2);
    }

.color-prev, .color-next, .color-catalog-next, .color-catalog-prev {
    width: 30px;
    height: 60px;
    background-color: black;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: none;
}

.color-prev, .color-catalog-prev {
    background-image: url(/Content/colorleft.png);
}

.color-next, .color-catalog-next {
    background-image: url(/Content/colorright.png);
    position: absolute;
    right: 0;
}

.pr_info {
    background-color: #fafafa;
}

.catalog-colors {
    width: 100%;
    display: inline-block;
    position: relative;
    display: none;
}

.pr_vols {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    overflow: hidden;
}

    .pr_vols span {
        background-color: white;
        display: block;
        text-align: center;
        float: left;
        padding: 10px 0;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #dedede;
    }

.w_1 span {
    width: 100%;
}

.w_2 span {
    width: 50%;
}

.w_3 span {
    width: 33.33%;
}

w_4 span {
    width: 25%;
}

.pr_vols span:nth-child(1n+1) {
    border-right: none;
}

.pr_vols span:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pr_vols span:last-child {
    border: 1px solid #dedede;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.buy_info {
    padding: 15px 0;
    overflow: hidden;
    margin: 0 10px;
    border-bottom: 1px solid #dedede;
}

    .buy_info div {
        float: left;
        width: 33.33%;
        font-size: 24px;
    }

.minus, .plus {
    cursor: pointer;
    width: 18px;
    height: 30px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

.minus {
    background-image: url(/Styles/kminus.png);
}

.total_color_sum {
    float: right;
}

.plus {
    background-image: url(/Styles/kplus.png);
    float: right;
}

.buy_info input[type=text] {
    width: 50px;
    border: none;
    outline: 0;
    font-size: 24px;
    float: left;
    background: transparent;
    text-align: center;
    height: 30px;
}

.sht {
    float: left;
    height: 30px;
}

.gr {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.502);
    margin-bottom: 15px;
}

.color_info {
    margin: 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: inline-block;
}

.actions_info {
    margin: 0 10px;
    padding: 15px 0;
    overflow: hidden;
}

    .actions_info div {
        float: right;
        display: inline-block;
    }

.g_b, .b_b {
    border: 1px solid #dedede;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
}

.border {
    height: 10px;
    background-color: rgb(224, 224, 224);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.b_b {
    background-color: black;
    color: white;
    border-color: black;
    margin-left: 10px;
}

.col_sel_div {
    float: left;
    width: 40%;
    position: relative;
}

.supported-catalog-list {
    position: absolute;
}

.col_select_div {
    width: 55%;
    float: right;
}

    .col_select_div div, .catalog-colors div div {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

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

.select {
    background-image: url(/Styles/kselect.png);
    background-repeat: no-repeat;
    background-position: center;
}

.active_volume /*.pr_vols span:first-child*/ {
    border: 1px solid black !important;
}

.more_material, .more_color {
    cursor: pointer;
    background-color: black;
    color: white;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    outline: 0;
}

.wait_b {
    cursor: not-allowed;
    opacity: 0.7;
}

.basketdiv {
    position: absolute;
    border-radius: 3px;
    width: 320px;
    /*display: none;*/
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -160px;
    z-index: 9999;
    background-color: white;
    padding: 20px;
    font-weight: normal;
    box-sizing: border-box;
}

    .basketdiv span {
        font-size: 15px;
        text-align: center;
        display: block;
        color: rgba(0, 0, 0, 0.502);
        font-weight: bold;
        text-transform: uppercase;
    }

    .basketdiv table i {
        color: black;
        font-weight: normal;
        font-size: 12px;
    }

    .basketdiv table {
        color: rgba(0, 0, 0, 0.502);
        width: 100%;
        font-size: 13px;
    }

        .basketdiv table p {
            text-decoration: underline;
            display: inline;
            line-height: 16px;
        }

        .basketdiv table tr td:nth-child(even) {
            color: rgb(238, 105, 58);
            font-weight: bold;
            text-align: right;
        }

span.summa {
    color: rgb(26, 26, 26);
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.continue {
    font-size: 13px !important;
    text-transform: initial !important;
    font-weight: normal !important;
    border-bottom: 1px dotted rgb(238, 164, 58);
    cursor: pointer;
    display: table !important;
    margin: 0 auto;
}

.basketdiv a {
    display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #1e7072;
    background-image: -moz-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -webkit-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -ms-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    border: 0;
    font-size: 13px;
    width: 280px;
    line-height: 2.308;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}

    .basketdiv a:hover {
        background-image: none;
        background-color: #38b1b4;
    }


.quickbuy {
    position: absolute;
    border-radius: 3px;
    width: 320px;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -160px;
    z-index: 9999;
    background-color: white;
    padding: 20px 0px;
    font-weight: normal;
    box-sizing: border-box;
}

    .quickbuy input[type=text] {
        background-color: #f3f2f3;
        border-radius: 3px;
        border: 1px solid rgb(222, 222, 222);
        display: block;
        width: 100%;
        padding: 6px 12px;
        box-sizing: border-box;
    }

        .quickbuy input[type=text]:focus, .orderfreecall input[type=text]:focus {
            background-color: rgba(234, 234, 234,0.4);
        }

    .quickbuy table, .orderfreecall table {
        width: 260px;
        margin: 0 auto;
        text-align: center;
    }

.qtitle {
    color: rgba(0, 0, 0, 0.502);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.qspan {
    background-color: rgb(245, 245, 245);
    padding: 10px 30px 10px 30px;
    display: block;
    margin-bottom: 3px;
}

.quickbuy button {
    display: inline-block;
    box-shadow: inset 0px -2px 0px 0px #1e7072;
    background-image: -moz-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -webkit-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    background-image: -ms-linear-gradient( 90deg, #38b1b4 0%, #268c90 100%);
    border: 0;
    font-size: 13px;
    width: 280px;
    line-height: 2.308;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
}

    .quickbuy button:hover {
        background-color: #38b1b4;
        background-image: none;
    }


.qspan .col {
    width: 30px;
    height: 30px;
    margin: 5px;
    float: left;
}

.sum {
    color: rgb(26, 26, 26) !important;
    font-weight: bold;
    border: none !important;
}

.rs {
    float: right;
}

#res {
    font-size: 16px;
    text-align: center;
    display: block;
}

.moreb {
    display: inline-block;
    width: 100%;
}

#summa, .qspan i {
    border: none !important;
    color: rgb(241, 126, 70);
    font-weight: bold;
}

.close {
    background-image: url(/Styles/close_modal.png);
    width: 18px;
    height: 17px;
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

#m_status {
    color: red;
}

.overimage {
    position: absolute;
    top: 0;
    opacity: 0.12;
}

.filt_shadow {
    height: 10px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.10;
}

#colorselect div {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 8px;
}

#colorselect li {
    display: inline-block;
    position: relative;
}

#colorselect button {
    background: none;
    border: 1px solid #dedede;
    margin-top: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#colorselect li:hover {
    background-color: white;
}

    #colorselect li:hover > button {
        display: block;
    }

#overlay {
    position: absolute;
    top: 0;
    display: none;
}

.catalog-list {
    background-color: rgb(245, 245, 245);
    padding: 10px;
}

.c_actions_color {
    margin-top: 15px;
}

.c_inter {
    margin-top: 15px;
}

.input {
    width: auto !important;
    display: table;
    margin-left: 40px;
}

.sub {
    color: rgba(0,0,0,.502);
}

.catalog-colors div div {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
}

.color-catalog-next, .color-catalog-prev {
    border: none;
    outline: 0;
}
