

/* Start:/local/templates/chickenhouse2024/components/wizard/stores/franchise/style.css?17561879266091*/
.chicken-no-feature__top {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 50px;
}

.chicken-now-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.chicken-now__item {
    width: 100%;
    height: 222px;
}

.chicken-now__items {
    gap: 16px;
}

.chicken-now-feature__bottom {
    text-align: center;
    padding: 0 15px;
}
.chicken-no-feature__top .chicken-now-feature__number {
    line-height: 1;
}

p.chicken-now-feature__text {
    margin: 0;
}

.chicken-now__text {
    margin-bottom: 100px;
}

.chicken-now {
    position: relative;
    margin: 50px 0;
}
.chicken-now__image {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/chicken_now.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 50%;
    background-size: cover;
}

.chicken-now__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
}

.chicken-now__content {
    position: relative;
    z-index: 2;
    padding: 100px 0 109px;
}


.franchise-about__video-link, .franchise-about__button-link {
    width:100%;
}

.franchise-about__action .btn {
    width: 330px;
    height: 50px;
    padding: 12px 20px;
    max-width: 100%;
}
.franchise-about__title {
    margin-bottom: 28px;
}

.franchise-features__item {
    max-width: 275px;
    height: 520px;
}

h3.franchise-feature__title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.franchise-feature {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.franchise-features__wrap.owl-carousel .owl-nav button.owl-next, .franchise-features__wrap.owl-carousel .owl-nav button.owl-prev {
    outline: none !important;
    border: none !important;
    background: #ED6B06 !important;
    padding: 7px !important;
    width: 80px;
    border-radius: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-features__wrap.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0 50px;
}

.franchise-features__suptitile {
    margin:10px 0 40px;
}

.franchise-feature__icon {
    width: 111px;
    height: 111px;
}
.franchise-feature__icon--fridge {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/fridge.svg');
}
.franchise-feature__icon--family {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/family.svg');
}
.franchise-feature__icon--food {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/food.svg');
}
.franchise-feature__icon--auto {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/auto.svg');
}
.franchise-feature__icon--university {
    background-image: url('/local/templates/chickenhouse2024/assets/img/content/franchise/university.svg');
}
.franchise-get {
    display: flex;
    margin: 33px 0 20px;
}

.franchise-get__list--item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.franchise-get__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.franchise-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.franchise-info .btn {
    min-width: 330px;
}


.franchise-consulting__content {
    max-width: 460px;
}

.franchise-consult__info {
    margin: 0 0 20px;
}

.franchise-consulting__content .chose-button {
    width: 100%;
}
.franchise-consulting__content a {
    text-decoration: none;
    color: inherit;
}
.franchise-consulting {
    margin: 0 0 50px;
    background: url('/local/templates/chickenhouse2024/assets/img/content/franchise/consult_bg.svg') no-repeat top right scroll;
}

section.chicken-family {
    margin-bottom: 50px;
}

.chicken-family__item .btn {
    width: 100%;
}

.chicken-family__wrap {
    display: flex;
    gap: 20px;
    margin: 30px 0 0;
}

.chicken-family__item {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.chicken-family__item--content {
    background: #f6f6f6;
    border-radius: 20px;
}

.chicken-family__feature-title {
    color: #fff;
    border-radius: 20px;
    background: #ED6B06;
    text-align: center;
    padding: 12px 18px;
    font-size: 22px;
    font-family: "DinRoundPro-Bold";
    font-weight: bold;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.chicken-family {
    margin-bottom: 50px;
}

.chicken-family__item .btn {
    width: 100%;
}

.chicken-family__inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    align-items: center;
}

.list.chicken-family__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li.chicken-family__list-item {
    padding: 7px 20px 7px 33px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: "DinRoundPro-Bold";
}
li.chicken-family__list-item:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ED6B06;
    position: absolute;
    top: 12px;
    left: 7px;
}

.chicken-family__item small {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    font-family: "DinRoundPro-Bold";
    color: #949494;
}

.chicken-family__logo {
    width: 114px;
    height: 114px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chicken-family__logo svg {
    width: 70px;
    height: 70px;
    fill: #888;
}

li.chicken-family__list-item span {
    color: #ED6B06 !important;
}

.chicken-family__list-item strike {
    color: #949494;
}

/* End */


/* Start:/local/templates/chickenhouse2024/components/wizard/feedback/franchise/style.css?1748728632716*/
#modal-chicken-family {
    margin: -30px 0 20px;
}

.form__input {
    width: 100%;
    border-radius: 10px;
    border: none !important;
    outline: none !important;
    padding: 10px 7px;
}

textarea.form__input {
    width: 100%;
    resize: none;
    height: 100px;
}

.agreement.form__agreement > div {
    display: flex;
    gap: 20px;
}

.form__input-wrap .form__input-err {
    display:none;
}

.form__input-wrap.has--error .form__input-err {
    display:block;
    color: #E30613;
    font-size: 12px;
    margin-top: 5px;
}

.form__input-wrap.has--error input,.form__input-wrap.has--error textarea {
    border: 1px #E30613 solid !important;
}

.form__success {
    color: #00913E;
    font-size: 14px;
}
/* End */


/* Start:/local/templates/chickenhouse2024/components/bitrix/main.userconsent.request/question/user_consent.css?17487286323831*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}
/* End */
/* /local/templates/chickenhouse2024/components/wizard/stores/franchise/style.css?17561879266091 */
/* /local/templates/chickenhouse2024/components/wizard/feedback/franchise/style.css?1748728632716 */
/* /local/templates/chickenhouse2024/components/bitrix/main.userconsent.request/question/user_consent.css?17487286323831 */
