.card_form h3 {
    margin: 0;
    padding: 0 0 20px
}

.card_form.t1in2 {
    float: left;
    width: -webkit-calc(5%);
    width: calc(5%);
    margin-right: 10px;
    margin-top: 10px;
    min-width: 500px
}

.form_item {
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px
}

.form_item.left {
    float: left;
    margin-right: 10px;
    width: 211px
}

.form_item:last-child {
    padding-bottom: 0
}

.form_item .item_desc {
    margin-bottom: 10px;
    font-size: 14px
}

.form_item input.form_control,
.form_item select.form_control {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form_item .data_text {
    margin-bottom: 10px
}

.form_item textarea.form_control {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}

.form_item label.form_control {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

@media screen and (max-width:1400px) {
    body .card_form.t1in2 {
        width: auto;
        float: none;
        margin-right: 0
    }
}

.card_form label .switchery {
    margin-right: 5px
}

.image_list_form {
    margin-top: 10px
}

.image_list_form .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -5px 0
}

.image_list_form .list .item,
.image_list_form .list .ui-state-highlight {
    width: 100px;
    height: 100px;
    margin: 5px
}

.image_list_form .list .item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

.image_list_form .list .item i {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(255, 255, 255, .5);
    font-size: 14px;
    cursor: pointer
}

.image_list_form .list .item i:hover {
    opacity: .8
}

.ws_img_img {
    position: relative;
}

.new_sold_out {
    height: 15%;
    display: block;
    position: absolute;
    right: 0;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media screen and (max-width: 4000px) {
    .ws_container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 79px 41px 0 40px;
        width: auto;
        height: fit-content;
    }
    .ws_img,
    .ws_content {
        margin-top: 0;
        width: 49%;
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
    .ws_img_img {
        width: 628px;
        height: 400px;
        background-size: cover;
        background-position: center;
    }
    .ws_info {
        width: 100%;
    }
    .ws_img {
        margin-right: 30px;
    }
    .ws_title {
        margin-top: 10px;
        font-family: PT Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 47px;
    }
    .ws_button {
        width: fit-content;
        background-color: #1F191A;
        text-align: center;
    }
    .ws_button_button {
        background-color: #1F191A;
        width: 219px;
        height: 43px;
        padding-top: 9px;
        font-family: PT Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 180%;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        display: inline-block;
    }
}

@media screen and (max-width: 1286px) {
    .ws_img,
    .ws_content {
        width: 49%;
        display: block;
    }
    .ws_img_img {
        width: auto;
        height: 317px;
        background-size: cover;
        background-position: center;
    }
    .ws_content {
        height: inherit;
    }
    .ws_container {
        padding: 10px 5px 10px 5px;
        display: flex;
        flex-direction: row;
        margin: 60px 0px 0px 0px;
        width: 100%;
        height: fit-content;
    }
    .ws_button {
        width: 219px;
        background-color: #1F191A;
        text-align: center;
    }
    .ws_button_button {
        width: 100%;
        height: 43px;
    }
    .ws_img_img {
        text-align: center;
        width: auto;
        height: 320px;
        background-size: contain;
        background-position: center;
    }
}

@media screen and (max-width: 800px) {
    .ws_img,
    .ws_content {
        width: 100%;
        height: 320px;
    }
    .ws_container {
        margin-top: 70px;
        display: block;
        height: fit-content;
    }
    .ws_img_img {
        width: auto;
        height: 320px;
        background-size: contain;
        background-position: center;
    }
    .ws_button {
        width: auto;
        background-color: #1F191A;
        text-align: center;
    }
    .ws_button_button {
        width: 100%;
        height: 43px;
    }
    .new_sold_out {
        height: 25%;
    }
    .ws_content {
        height: auto;
    }
}

.container_to_vs_button {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.cost_workshop,
.count_workshop {
    height: 35px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    margin: 30px 60px 30px 0px;
}

.cost_workshop {
    margin-right: 0px;
}

.count_workshop_in {
    margin-left: 30px;
}

.button_workshop_a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    width: 628px;
    height: 50px;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 12px;
    display: inline-block;
}

.button_workshop {
    width: auto;
    height: auto;
    background: #1F191A;
    text-align: center;
    display: block;
}

.items_workshops {
    width: 628px;
    text-align: center;
    margin-top: 50px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .items_workshops {
        width: 336px;
        margin-top: 0px;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .cost_workshop,
    .count_workshop {
        height: 35px;
        font-family: PT Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        margin: 0px 0px 0px 0px;
    }
    .count_workshop_in {
        height: 124px;
        margin-bottom: 198px;
    }
    .count_workshop_all {
        margin-bottom: 15px;
    }
    .cost_workshop {
        margin-bottom: 30px;
    }
    .new_ws {
        /* display: block; */
        font-weight: bold;
        font-size: 72px;
        line-height: 93px;
        text-align: center;
        margin-bottom: 5px;
    }
    .button_workshop_a {
        border-radius: 100px;
        width: 336px;
        height: 48px;
        font-size: 16px;
        line-height: 180%;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        padding-top: 18px;
        display: inline-block;
    }
    .button_workshop {
        border-radius: 100px;
    }
}


/*# sourceMappingURL=forms.css.map */