

/* Start:/local/templates/main/layout/libs/formstyler/jquery.formstyler.css?17754661712175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/beautymap/form//css/style.css?17754661689285*/
.project-page {
    font-size: 20px;
}
.project-page p {
    margin-bottom: 0;
}
.project-hero {
    background-color: #C3BDF4;
    background-image: url('/beautymap/form//css/img/hero-map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 45%;
    min-height: 367px;
    display: flex;
    align-items: center;
}
.project-hero__text {
    max-width: 520px;
}
.project-hero__title {
    color: #592C82;
    font-size: 40px;
    font-weight: 400;
}
.project-button {
	display: inline-flex;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 0 24px;
	transition: 0.3s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    cursor: pointer;
    background-color: #592C82;
    height: 56px;
    font-size: 24px;
    width: 100%;
}
.project-button:hover {
    background-color: #9874B9;
    color: #ffffff;
}
.project-page .project-form input {
	border: 1px solid #C3BDF4;
	border-radius: 0;
	height: 52px;
	padding: 0 16px;
	max-width: none;
	width: 100%;
	font-weight: 300;
    font-size: 20px;
    transition: 0.3s;
}
.project-page .project-form input::placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.project-page .project-form input:focus {
	border-color: #9874B9;
}
.project-form__item.is-error input {
    border-color: #FF0F00; 
}
.project-form label.error {
	font-size: 14px;
	color: #FF0F00;
    display: block;
}
.project-checkbox {
    margin: 0;
    cursor: pointer;
}
.project-form .project-checkbox__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.project-checkbox__wrapper {
    display: flex;
}
.project-checkbox__icon {
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px; 
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
    border: 2px solid #C3BDF4;
    margin-top: 3px;
}
.project-checkbox__icon::after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;  
    position: absolute;
    background-color: #592C82;
    opacity: 0;
    transition: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.project-checkbox__text {
    padding-left: 20px;
}
.project-checkbox_sm {
    font-size: 14px;
}
.project-checkbox_sm .project-checkbox__text {
    padding-left: 15px;
    padding-top: 1px;
}
.project-checkbox_sm .project-checkbox__icon {
    margin-top: 0;
}
.project-checkbox__input:checked + .project-checkbox__wrapper .project-checkbox__icon::after {
    opacity: 1;
}
.project-file {
    display: block;
}
.project-form .project-file__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.project-file__wrapper {
    display: flex;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 0 24px;
	transition: 0.3s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    cursor: pointer;
    background-color: #9874B9;
    color: #ffffff;
    height: 51px;
    font-size: 20px;
}
.project-file__text {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-file__wrapper:hover {
    background-color: #C3BDF4;
}
.project-file-group {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.project-file-group__name {
    flex-grow: 1;
    font-size: 18px;
}
.project-link {
    display: inline-flex;
    align-items: center;
}
.project-link__icon {
    width: 29px;
    height: 29px;
    min-width: 29px;
    display: block;
    margin-right: 16px;
}
.project-link__icon img {
    display: block;
}
.project-link__text {
    text-decoration: underline;
    font-size: 15px;
    color: #592C82;
}
.project-link:hover .project-link__text {
    text-decoration: none;
}
.project-services {
    background-color: #F8F8F8;
}
.project-note {
    font-size: 18px;
}
.project-link {
    transition: 0.3s;
}
.project-link:hover {
    color: #9874B9;
}
.card-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    transition: 0.3s;
    font-weight: 300;
}
.card-popup__layout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.30);
}
.card-popup__wrapper {
    width: 100%;
    max-height: 100%;
    pointer-events: none;
    padding: 15px;
    position: relative;
    z-index: 5;
    /*overflow-y: auto;*/
}
.card-popup__block {
    pointer-events: all;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
    font-size: 24px;
}
.card-popup.is-show {
    z-index: 1024;
    opacity: 1;
    visibility: visible;
}
body.is-fixed {
    overflow: hidden;
    margin-right: 17px;
}
.card-popup__title {
    font-size: 32px;
}
.card-popup__close {
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    cursor: pointer;
    transition: 0.3s;
    color: #592C82;
}
.card-popup__close:hover {
    color: #C3BDF4;
}
.card-popup__close svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: inherit;
    fill: transparent;
    stroke: transparent;
}
.card-button,
button[type="submit"].card-button {
    display: inline-flex;
    color: #ffffff;
    text-align: center;
    border: none;
    padding: 0 24px;
    transition: 0.3s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
}
.card-button_primary {
    background-color: #592C82;
    height: 56px;
}
.card-button_primary:hover {
    background-color: #9874B9;
    color: #ffffff;
}
.card-button_primary:disabled {
    background-color: #9874B9;
    color: #ffffff;
    cursor: default;
}
.card-button_secondary {
    background-color: #C3BDF4;
    color: #ffffff;
    height: 44px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.card-button_secondary:hover,
.card-button_secondary.is-active {
    background-color: #9874B9;
}

.form-select .jq-selectbox {
    display: block;
    width: 100%;
}
.form-select .jq-selectbox__select {
    display: flex;
    align-items: center;
    background: #FFF;
    height: 52px;
    padding: 0 14px;
    cursor: pointer;
}
.form-select .jq-selectbox__select-text {
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-select .jq-selectbox__trigger {
    background-image: url('/beautymap/css/img/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    width: 20px;
    min-width: 20px;
    height: 9px;
    margin-left: 8px;
    transition: 0.3s;
}
.form-select .jq-selectbox__dropdown {
    left: 0;
    right: 0;
    z-index: 101;
    width: 100%;
}
.form-select .jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg);
}
.form-select .jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
    padding: 16px 20px;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.102);
    background-color: #ffffff;
}
.form-select .jq-selectbox__dropdown li {
    cursor: pointer;
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
}
.form-select .jq-selectbox__dropdown li.optgroup {
    padding-bottom: 2px;
    white-space: normal;
    margin-bottom: 12px;
    color: #592C82;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #592C82;
    cursor: default;
}
.form-select .jq-selectbox__dropdown li.optgroup:not(:first-child) {
    margin-top: 12px;
}
.form-select .jq-selectbox__dropdown li.option:hover {
    color: #592C82;
}
.form-select .jq-selectbox__select {
    border: 1px solid #C3BDF4;
    height: 52px;
    padding: 0 16px;
    font-size: 20px;
}
.form-select .jq-selectbox__select-text.placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-select select {
    display: block;
    width: 100%;
    border: 1px solid #C3BDF4;
    height: 52px;
    padding: 0 16px;
    font-size: 20px;
}

@media screen and (min-width: 576px) {
    .project-hero__title {
        font-size: 48px;
    }
    .project-button {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    .project-hero {
        background-size: auto 160%;
        background-position: 91% 45%;
    }
}
@media screen and (min-width: 992px) {
    .project-form__border {
        border-left: 1px solid #E8E8E8;
    }
}
@media screen and (max-width: 575px) {
    .card-popup__title {
        font-size: 20px;
    }
    .card-popup__text {
        font-size: 16px;
    }
    .card-button,
    button[type="submit"].card-button {
        height: 51px;
        width: 100%;
        padding: 0 12px;
        font-size: 20px;
    }
    .card-button_secondary {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/main/layout/libs/formstyler/jquery.formstyler.css?17754661712175 */
/* /beautymap/form//css/style.css?17754661689285 */
