.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(images/icon_warn.gif);
}


.form-container .btn {
    background: #5793D5;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    min-height: 36px;
    min-width: 175px;
    border-radius: 21px;
}






.partners {
    font-family: 'Roboto Light', sans-serif;
}

.partners__title {
    font-size: 32px;
    color: #393939;
}

.partners__subtitle {
    color: #393939;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Roboto Regular', sans-serif;
}

.partners-info h3 {
    color: #5793d5;
    font-size: 24px;
}

.partners-info h5 {
    color: #5793d5;
    font-size: 18px;
}

.partners-info p {
    margin: 0;
    color: #393939;
    font-size: 16px;
    line-height: 24px;
}

.partners-info__right {
    padding-left: 9px;
    padding-right: 0;
}

.partners-product__text {
    width: 68%;
}

.partners-product__benef {
    width: 30%;
}

.partners-product__benef p {
    width: 100%;
}

.partners-product__benef h4 {
    color: #393939;
    margin-bottom: 20px;
}

.partners-luck__posttext {
    width: 29%;
}

.partners-form {
    width: 68%;
}

.partners-form__wrap {
    position: relative;
}

.partners-form__wrap input {
    width: 100%;
    height: 41px;
    border: none;
    border-bottom: 1px solid #5793d5;
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

.partners-form__wrap input:-moz-placeholder {
    color: #798da2;
}

.partners-form__wrap input::-moz-placeholder {
    color: #798da2;
}

.partners-form__wrap input:-ms-input-placeholder {
    color: #798da2;
}

.partners-form__wrap input::-webkit-input-placeholder {
    color: #798da2;
}

.partners-form__wrap input:focus {
    outline: none;
}

.partners-form__chev {
    position: absolute;
    height: 11px;
    width: 11px;
    content: '';
    background-image: url(../img/chev-bottom.png);
    background-repeat: no-repeat;
    top: 20px;
    left: 86%;
    z-index: -1;
}

.partners-form__slct {
    width: 248px;
    height: 42px;
    border: 1px solid #5793d5;
    background-color: #ffffff;
    font-size: 14px;
    color: #393939;
    cursor: pointer;
    background: url(../img/chev-bottom.png) no-repeat;
    background-position: 90% center;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    z-index: 2;
    padding-left: 14px;
}

.partners-oneself__item:nth-child(2) {
    width: 316px;
    margin-right: 64px;
}

.partners-oneself__wrap label:nth-of-type(odd) {
    display: none;
}

.partners-oneself__wrap label[for] {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 16px;
    width: 296px;
}

.partners-oneself__wrap label[for]:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.partners-oneself__wrap input[type=radio] {
    display: none;
}

.partners-oneself__wrap input[type=radio]:checked+label {
    color: #5793d5;
}

.partners-oneself__wrap input[type=radio]:checked+label:before {
    content: '\2022';
    color: #798da2;
    border-color: #798da2;
    font-size: 60px;
    text-align: center;
    line-height: 23.5px;
}

.partners-salon__item {
    width: 375px;
}

.partners-salon__item:nth-child(4) h5 {
    width: 345px;
}

.partners-salon__wrap label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 16px;
    width: 296px;
}

.partners-salon__wrap label:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.partners-salon__wrap input[type=radio] {
    display: none;
}

.partners-salon__wrap input[type=radio]:checked+label {
    color: #5793d5;
}

.partners-salon__wrap input[type=radio]:checked+label:before {
    content: '\2022';
    color: #798da2;
    border-color: #798da2;
    font-size: 60px;
    text-align: center;
    line-height: 23.5px;
}

@media (max-width: 1200px) {
    .partners-oneself__item {
        width: 50%;
    }

    .partners-oneself__item:nth-child(2) {
        width: 38%;
        margin-right: 0;
    }

    .partners-salon__item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .partners-product__text {
        width: 100%;
    }

    .partners-form {
        width: 100%;
    }

    .partners-oneself__item {
        width: 100%;
    }

    .partners-oneself__item:nth-child(2) {
        width: 100%;
    }

    .partners-salon__item {
        width: 100%;
    }

    .partners-salon__item:nth-child(4) h5 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .partners-form__chev {
        left: 53.7%;
    }
}

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