.img_korzina {
    width: 252px;
    height: 170px;
    margin: 3px 31px 0 0;
    float: left;
}

.img_korzina img {
    width: 252px;
    height: 170px;
    border-right: 1px solid #a7a7a7;
}

.ha {
    width: 857px;
    float: left;
}

.title {
    margin-bottom: 27px;
}

.title button {
    margin: 0 20px 0 0;
}

.ha div a {
    color: #3f3f3f;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 27px;
}

main {
    height: 1377px;
}

/*-----------form----------------*/
form {
    width: 700px;
    overflow: hidden;
    padding: 2px;
}

input {
    width: 403px;
    height: 43px;
    border: 1px solid #cdcdcd;
    background-color: #e8e8e8;
    margin-bottom: 19px;
}

.title_form {
    padding: 45px 0 28px 3px;
    font-size: 17px;
}

form .formLine {
    float: left;
    width: 100%;
}

form label {
    float: left; /* делаем метки плавающими и фиксированной ширины чтобы выровнять их по одному уровню */
    width: 223px;
    text-align: left;
    position: relative; /* выравниваем тексты меток и полей по одному уровню */
    top: 14px; /* отступ сверху подбираем в зависимости от размера шрифта и дизайна полей */
}

textarea {
    resize: none;
    width: 403px;
    height: 229px;
    border: 1px solid #cdcdcd;
    background-color: #e8e8e8;
    overflow: auto;
}

.form_plus_file a {
    text-decoration: underline;
    color: #00a4c6;
    font-size: 14px;

}

.form_plus_file p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
}

.form_plus_file {
    width: 403px;
    height: 60px;
    margin: 27px 0 41px 223px;
    float: left;
}

/*-----------formalise----------------*/
.formalise:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.formalise {
    height: 57px;
    background-color: #dbdbdb;
    text-align: left;
}

/*---!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!---*/

.formalise_span {
    color: #6ba9c6;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;

}

#formalise_top {
    margin: 7px 0 0 754px;
}

#formalise_bottom {
    margin: 7px 0 0 224px;
}

.bottom {
    margin-bottom: 61px;
}

.cont p:first-child {
    font-weight: bold;
}

.dob {
    width: 300px;
    height: 40px;
    background-color: white;
    border: 2px solid #5ca2c3;
    margin: 30px 0 0 33px;
}

.dob a {
    color: deepskyblue;
}

.vcor {
    background-color: deepskyblue;
    width: 100px;
    height: 40px;
    border: none;
}

.vcor a {
    color: white;
}

span {
    color: grey;
}


#f {
    padding-top: 40px;
}

.title_word {
    margin-bottom: 30px;
    font-size: 17px;
}
/*------------close------------*/
.close {
    border: none;
    background-color: white;
    float: right;
    margin: 20px 20px 0 0;
}

#close img {
    width: 20px;
    height: 20px;
}

.delete {
    float: right;
    color: #db9a2d;
    margin-right: 22px;
    font-size: 12px;
}

h3 {
    height: 17px;
    color: #00a4c6;
}

.block_tekst {
    margin-top: 22px;
    line-height: 15px;
    width: 845px;

}

.block_tekst p {
    padding-bottom: 15px;
    font-size: 12.5px;
}

/*----------counter_field--------*/

.counter_field {
    width: 100%;
    height: 30px;
    text-align: left;
}


.counter_field:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.counter:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.price {
    color: #db9a2d;
	font-size: 23px;

}

#price {
    padding-left: 89px;
    display: inline-block;
    vertical-align: middle;
}

/*---------------------goods-------------------*/
h1 {
    margin: 30px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
}

/*-----------table----------------*/
table {
    font-size: 15px;
    border-collapse: collapse;
    margin-bottom: 36px;
}

tr td {
    font-size: 15px;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0 10px 0;
}

.three td {
    border-bottom: none;
    padding: 10px 0 0 0;
}

td:first-child {
    padding-right: 66px !important;
    width: 115px !important;
}

td:nth-child(2) {
    padding-right: 61px !important;
    width: 114px !important;
}

td:nth-child(3) {
    padding-right: 137px !important;
    width: 258px !important;
}

td:nth-child(4) {
    padding-right: 90px !important;
    width: 120px !important;
}

td:nth-child(5) {
    width: 80px !important;
}

td:last-child {
    padding-left: 60px !important;
}

td:last-child button {
    margin: 0;
}

tr td:first-child a {
    color: #3f3f3f;
    text-decoration: underline;
    font-weight: bold;
}
td .price {
    color: #db9a2d;
    font-size: 19px;
}