
.service__form {
    margin-top: 50px;
    position: relative;
}

.service__form h2 {
    color: #010000;
    font-family: "PT Sans";
    font-size: 36px;
    font-weight: 400;
    line-height: 25px;
}

.service__form__content {
    background-color: #f7f6f5;
    width: 100%;
    max-width: 550px;
    position: relative;
    border: 1px #e0dfdd solid;
    border-radius: 5px;
    padding: 31px 25px 15px 17px;
    position: relative;
    -webkit-box-shadow: 15px 0px 7px -6px rgba(0,0,0,0.08);
    -moz-box-shadow: 15px 0px 7px -6px rgba(0,0,0,0.08);
    box-shadow: 15px 0px 7px -6px rgba(0,0,0,0.08);
}
.service__form__content:before {
    content: "";
    width: 390px;
    height: 415px;
    position: absolute;
    top: 35px;
    left: 100%;
    background-image: url("/os/css/img/service/entry__img.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.service__form input::-webkit-input-placeholder,
.service__form textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.service__form input:-moz-placeholder,
.service__form textarea:-moz-placeholder {
    color: #000;
    opacity: 1
}

.service__form input::-moz-placeholder,
.service__form textarea::-moz-placeholder {
    color: #000;
    opacity: 1
}

.service__form input:-ms-input-placeholder,
.service__form textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.service__form__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}

.service__form__box.date {
    position: relative;
}
.service__form__box.date label {
    content: "";
    width: 23px;
    height: 24px;
    position: absolute;
    right: 10px;
    transform: translate(0, -50%);
    top: 50%;
    /*background-image: url("/os/css/img/service/date__icon.svg");*/
    /*background-position: center;
    background-repeat: no-repeat;*/
    margin-bottom: 0;
    cursor: pointer;
}

.service__form__box input {
    width: 300px;
}

.service__form__box.time input {
    width: 60px;
}

.service__form__box__time {
    width: 300px;
}


.service__form__box.checkes {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}



.service__form__box select {
    width: 300px;
    font: normal 16px Arial, sans-serif;
    background-color: #fff;
    border: 0;
    border: 1px solid #fbfaf7;
    height: 35px;
    padding: 0 7px;
    line-height: 35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 2px 4px -3px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 2px 4px -3px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    outline: none;
}


.service__form__box span {
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    color: #000000;
}

.service__form__check input {
    display: none;
}

.service__form__check label {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 24px;
    margin-left: 12px;
    position: relative;
}

.service__form__check label:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
}
.service__form__check input:checked + label:before {
    background-image: url("/os/css/img/service/check__icon.png");
}

.service__form__box.message {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.service__form__box textarea {
    width: 100%;
    height: 85px;
    resize: none;
    color: #000;
    font-size: 14px;
    outline: none !important;
}

.service__form__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 6px;
    justify-content: flex-end;
}
.service__form__btn input {
    width: 125px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #00b13c;
    transition: .3s;
}
.service__form__btn input:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s;
}
.service__form .politic_checkbox {
    font-size: 12px;
}