

/* Start:/local/templates/main/layout/libs/formstyler/jquery.formstyler.css?17476676192175*/
.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//css/style.css?174766761812101*/
.card-page {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}
.card-title {
    font-size: 36px;
    line-height: 1.4;
}
.card-extra-bold {
    font-weight: 800;
}
.card-bold {
    font-weight: 700;
}
.card-regular {
    font-weight: 400;
}
.card-purple {
    color: #592C82;
}
.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;
}
.card-hero {
    min-height: 626px;
    line-height: 1.5;
	background-color: #C3BDF4;
}
.card-hero__image {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.card-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.card-hero__wrapper {
    z-index: 2;
}
.card-hero__title {
    font-size: 60px;
    line-height: 1.1;
}
.card-hero__subtitle {
    font-size: 48px;
    line-height: 1.2;
}
.card-hero__text {
    max-width: 648px;
}
.card-steps__icon {
    width: 180px;
    height: 180px;
    background-color: #C3BDF4;
    border-radius: 50%;
}
.card-steps__icon img {
    width: 152px;
    height: 152px;
}
.card-steps__title {
    font-size: 24px;
}
.card-search {
    background-color: #C3BDF4;
    background-image: url('/beautymap//css/img/bg-map.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
}
.card-search__text {
    font-size: 16px;
}
.card-search__message {
    font-size: 20px;
    font-weight: 500;
}
.card-search__filter .col {
	min-width: 0;
}
.card-select .jq-selectbox {
	display: block;
    width: 100%;
}
.card-select .jq-selectbox__select {
	display: flex;
    align-items: center;
    background: #FFF; 
    height: 52px;
    padding: 0 14px;
    cursor: pointer;
}
.card-select .jq-selectbox__select-text {
	flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-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;
}
.card-select .jq-selectbox__dropdown {
	left: 0;
    right: 0;
    z-index: 101;
    width: 100%;
}
.card-select .jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg);
}
.card-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;
}
.card-select .jq-selectbox__dropdown li {
    cursor: pointer;
    white-space: normal;
    line-height: 1.5;
    font-size: 16px;
}
.card-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;
}
.card-select .jq-selectbox__dropdown li.optgroup:not(:first-child) {
	margin-top: 12px;
}
.card-select .jq-selectbox__dropdown li.option:hover {
	color: #592C82;
}
.card-search__title {
    font-size: 48px;
}
.card-map {
    height: 683px;
    margin-left: -15px;
    margin-right: -15px;
}
.card-search::after {
    content: '';
    position: absolute;
    height: 110px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-search .container {
    z-index: 3;
}
.card-get {
    background-color: #F8F8F8;
    background-image: url('/beautymap//css/img/bg-get.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto 100%;
}

.card-faq__block.is-hidden {
    display: none;
}
.card-faq__item:nth-child(2n) {
    background-color: #C3BDF4;
}
.card-faq__question {
    position: relative;
    padding-right: 40px;
    max-width: 600px;
    cursor: pointer;
}
.card-faq__question::after {
	background-image: url('/beautymap//css/img/select-arrow.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	width: 20px;
	height: 9px;
	transition: 0.3s;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    content: '';
}
.card-faq__question.is-active::after {
    transform: translateY(-50%), rotate(180deg);
}
.card-faq__answer {
    display: none;
    font-size: 18px;
}
.card-contacts {
    font-size: 18px;
}
.card-contacts__icon {
    width: 24px;
    min-width: 24px;
}
.card-contacts__icon svg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	color: inherit;
	fill: transparent;
	stroke: transparent;
}
.card-contacts__underline {
    text-decoration: underline;
}
.card-contacts__link {
    color: #592C82;
    transition: 0.3s;
}
.card-contacts__link:hover {
    color: #C3BDF4;
}

.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-checkbox {
    display: block;
    margin: 0;
}
.card-checkbox__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
}
.card-checkbox__wrapper {
    display: flex;
}
.card-checkbox__icon {
    display: block;
    width: 22px;
    height: 22px;
    min-width: 22px; 
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #C4C4C4;
}
.card-checkbox__icon::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;  
    border-radius: 50%;
    position: absolute;
    background-color: #9A79B9;
    opacity: 0;
    transition: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-checkbox__text {
    font-size: 14px; 
    padding-left: 8px;
}

.card-checkbox__text a {
    text-decoration: underline;
    color: #592c82;
}

.card-checkbox__input:checked + .card-checkbox__wrapper .card-checkbox__icon::after {
    opacity: 1;
}

.card-form input[type="email"], 
.card-form input[type="number"],
.card-form input[type="password"], 
.card-form input[type="text"],
.card-form input[type="tel"] {
	border: 1px solid #C4C4C4;
	border-radius: 0;
	height: 74px;
	padding: 0 25px;
	max-width: none;
	width: 100%;
	font-weight: 300;
    font-size: 20px;
}
.card-form .card-select .jq-selectbox__select {
	border: 1px solid #C4C4C4;
	height: 74px;
	padding: 0 25px;
    font-size: 20px;
}
.card-form .card-select .jq-selectbox__select-text.placeholder {
    color: rgba(0, 0, 0, 0.4);
}
.card-form label.error {
    font-size: 14px;
    color: #FF0F00;
}
.card-form__item.is-error input {
    border-color: #FF0F00; 
}
.card-form .card-select.is-error .jq-selectbox__select {
	border-color: #FF0F00;
}
.card-form__item.is-error .card-checkbox__icon {
	border-color: #FF0F00;
}
.card-form-subtext {
    font-size: 14px;
    margin-bottom: 0;
}
.card-popup__text {
    font-size: 20px;
}
.card-adress {
    font-family: WixMadeforDisplay,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
}
.captcha_center {
    display: flex;
    justify-content: center
}
.captcha_error-text {
    color: #592c82;
    font-size: 14px
}
@media screen and (max-width: 1199px) {
    .card-hero__image img {
        object-position: 58% 50%;
    }
    .card-hero__text {
        max-width: 590px;
    }
}
@media screen and (max-width: 992px) {
    .card-hero__image img {
        object-position: 68% 50%;
    }
    .card-hero__subtitle {
        font-size: 32px;
    }
    .card-hero__title {
        font-size: 52px;
    }
}
/* 992 */

@media screen and (max-width: 767px) {
    .card-hero__image {
        position: static;
    }
    .card-hero__image img {
        object-position: 50% 100%;
    }
    .card-search__filter .col {
        min-width: 100%;
    }
    .card-hero__text {
        max-width: none;
    }
    .card-button_secondary {
        font-size: 16px;
    }
    .card-form input[type="email"], 
    .card-form input[type="number"], 
    .card-form input[type="password"], 
    .card-form input[type="text"], 
    .card-form input[type="tel"] {
        height: 48px;
        padding: 0 14px;
    }
    .card-form .card-select .jq-selectbox__select {
        height: 48px;
        padding: 0 14px;
    }
    .card-get::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .container {
        z-index: 2;
    }
}
/* 767 */

@media screen and (max-width: 575px) {
    .card-page {
        font-size: 16px;
    }
    .card-hero {
        min-height: 0;
    }
    .card-hero__title {
        font-size: 40px;
    }
    .card-hero__subtitle {
        font-size: 22px;
    }
    .card-button,
    button[type="submit"].card-button {
        height: 51px;
        width: 100%;
        padding: 0 12px;
        font-size: 20px;
    }
    .card-title {
        font-size: 24px;
        line-height: 1.4;
    }
    .card-steps {
        font-size: 18px;
    }
    .card-steps__icon {
        width: 100px;
        height: 100px;
    }
    .card-steps__icon img {
        width: 80px;
        height: 80px;
    }
    .card-steps__title {
        font-size: 20px;
    }
    .card-search__title {
        font-size: 40px;
    }
    .card-select .jq-selectbox__select {
        height: 48px;
    }
    .card-faq__answer {
        font-size: 16px;
    }
    .card-contacts {
        font-size: 14px;
    }
    .card-button_secondary {
        font-size: 16px;
    }
    .card-popup__title {
        font-size: 20px;
    }
    .card-popup__text {
        font-size: 16px;
    }
    .card-adress {
        max-width: 280px;
    }
    .card-adress {
        font-size: 16px;
    }
}
/* 575 */

/* End */
/* /local/templates/main/layout/libs/formstyler/jquery.formstyler.css?17476676192175 */
/* /beautymap//css/style.css?174766761812101 */
