.chpt__page {
	max-width: 100vw;
	overflow: hidden;
}

.breadcrumbs__link:last-child {
	color: #868686;
}

.breadcrumbs__link {
	align-items: center;
}

.breadcrumbs__link::after {
	top: 0!important;

}


.entrance-search__slide {
	width: 100%;
}

.slider__container {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}

.shifting {
	transition: left ease .25s;
}

.slider__wrap {
	overflow: hidden;
	position: relative;
	left: 470px;
	margin-top: 180px;
}

.slider__descr p {
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 45px;
	width: 921px;
}

.slider__title {
	width: fit-content;
	border-bottom: 1px solid;
	font-size: 42px;
	line-height: 54px;
	margin-bottom: 18px;
}

.slider__title:hover {
	color: #CBA576;
	border-color: #CBA576;
}

.slider__controlBlock {
	width: 744px;
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
	align-items: center;

	user-select: none;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider__countBlock {
	display: flex;
	color: #9D9DA1;
	column-gap: 3px;
}

.slider__countBlock * {
	text-transform: uppercase;
	font-family: 'RFTone';
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.slider__modalControlBlock {
	display: none;
}

.slider__arrowsBlock {
	display: flex;
	column-gap: 53.5px;
}

.slider__nextArrow,
.slider__prevArrow {
	cursor: pointer;
}

.slider__prevArrow {
	margin-right: 10px;
}

.slider__prevArrow {
	visibility: hidden;
}

.slider__nextArrow:hover *,
.slider__prevArrow:hover * {
	fill: #CBA576;
}

.slider__modalWrap-active .slider__modalControlBlock {
	display: block;
}

.slider__modalWrap-active .slider__item:last-child {
	opacity: 1;
}

.slider__item:last-child {
	opacity: 0;
}

.slider__item {
	margin-right: 45px;
}

.hide {
	display: none;
}
.main-container--gray::before {
	height: 300px;
	background: #1B1919;
}

.chpt__dark {
	width: 100%;
	background: #1B1919;
}

.breadcrumbs__link {
	color: #fff;
}
.chpt__wrap {
	box-sizing: border-box;
	width: 1390px;
	margin-left: auto;
	margin-right: auto;
}
.chpt__wrap * {
	box-sizing: border-box;
	font-family: "MinionPro";
}
.chpt__label {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 3px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-family: "RFTone";
	color: #868686;
	font-weight: bold;
}
.chpt__accent {
	color: #CBA576;
}
.chpt__title-big {
	font-family: 'MinionProDisplay';
	font-size: 61px;
	line-height: 63px;
	margin-bottom: 18px;
}
.chpt__title {
	display: block;
	color: #000;
	font-family: 'MinionProDisplay';
	font-size: 42px;
	line-height: 54px;
	margin-bottom: 27px;
	width: max-content;
}
.chpt__text {
	font-size: 18px;
	line-height: 28px;
}
.chpt__link {
	border-bottom: 1px solid;
	text-decoration: none;
	font-family: 'MinionProDisplay';
	color: #000000;
	transition: .25s;
}
.chpt__link:hover {
	color: #CBA576;
}
.chpt__factoid {
	font-family: 'MinionProDisplay';
	margin-bottom: 9px;
	font-size: 90px;
	line-height: 70px;
}

.chptOnline__descr p {
	font-size: 25px;
	line-height: 36px;
	width: 862px;
	text-align: center;
	margin-bottom: 72px;
}

/*banner*/
.chptBanner__wrap {
	margin-bottom: 54px;
	margin-top: 31px;
}
.chptBanner {
	display: flex;
	justify-content: space-between;
}
.chptBanner * {
	color: #fff;
}
.chptBanner__text {
	flex: 0 0 862px;
}

.chptBanner__details  {
	width: 774px;
}

.chptBanner__details span {
	color: #CBA576;
}

.chptBanner__img {
	flex: 0 0 362px;
	position: relative;
}


@media not all and (min-resolution:.001dpcm) { @media {
	.chptBanner__img {
		bottom: 0!important;
	}
}
@media (max-width: 1195px) and (orientation: landscape) {
	.chptBanner__img {
		bottom: 0!important;
	}
}
@media (max-width: 855px) {
	.chptBanner__img {
		bottom: 0!important;
	}
}
}

.scroll-lock {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.slider__modalWrap-active::before  {
	content: "";
	background: #fff;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.slider__modalWrap-active .slider__modalWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 40%;
    height: min-content;
    overflow: hidden;
	width: 744px;
}

.slider__modalWrap-active .slider__controlBlock {
	display: none;
}

.slider__modalWrap-active .slider__modalNextArrow,
.slider__modalWrap-active .slider__modalPrevArrow,
.slider__modalWrap-active .slider__modalCross {
	position: fixed;
    top: 10%;
    right: 10%;
    width: 32px;
    height: 32px;
	cursor: pointer;
	z-index: 10;
}

.slider__modalWrap-active .slider__modalCross {
	right: 20px;
	top: 20px;
}


.slider__modalWrap-active .slider__modalNextArrow *,
.slider__modalWrap-active .slider__modalPrevArrow *,
.slider__modalWrap-active .slider__modalCross * {
	fill: #868686;
}

.slider__modalWrap-active .slider__modalNextArrow:hover *,
.slider__modalWrap-active .slider__modalPrevArrow:hover *,
.slider__modalWrap-active .slider__modalCross:hover * {
	fill: #CBA576;
}

.slider__modalWrap-active .slider__modalNextArrow,
.slider__modalWrap-active .slider__modalPrevArrow {
    top: 50%;
    right: 10%;
	transform: translate(0, -100%);
	height: 62px;
	width: 62px;
}


.slider__modalWrap-active .slider__modalPrevArrow {
	right: initial;
	left: 10%;
}

.slider__modalPrevArrow {
	transform: translate(0, -50%) rotate(180deg)!important;
}


.chptBanner__img img {
	display: block;
}
.chptBanner__title {
	font-family: 'MinionProDisplay';
	font-size: 61px;
	line-height: 63px;
	margin-bottom: 28px;
	width: 875px;
}
/*end banner*/

/*time*/
.chptTime {
	margin-bottom: 178px;
}
.chptTime__salons {
	display: flex;
	column-gap: 98px;
}

.chptTime__salon {
	width: 260px;
}

.chptTime__salonName {
	font-family: 'MinionPro';
	font-size: 27px;
	line-height: 37px;
	margin-bottom: 18px;
}
.chptTime__salonTime {
	font-size: 23px;
	line-height: 36px;
}

.chptTime__salonTimeItem {
	font-size: 20px;
	line-height: 27px;
}
/*end time*/

/*terms*/
.chptTerms__wrap{
	margin-bottom: 112px;
}
.chptTerms {
	/*display: flex;*/
}
.chptTerms__descr {
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 35px;
	width: 70%;
}
.chptTerms__main {
	display: flex;
}
.chptTerms .chpt__title {
	margin-bottom: 44px;
}
.chptTerms__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 46px 10px 50px 55px;
}
.chptTerms__list-m {
	background: linear-gradient(114.12deg, #F8F8F8 13.54%, #EDEDED 86.46%);
	border-radius: 20px;
	margin-right: 87px;
	padding-left: 70px;
	padding-right: 70px;
	flex: 0 0 682px;
	max-width: 682px;
}
.chptTerms__listTitle {
	font-family: 'MinionProDisplay';
	font-size: 42px;
	line-height: 54px;
	flex: 0 0 100%;
	margin-bottom: 27px;
}
.chptTerms__item {
	display: flex;
	flex-direction: column;
	flex: 0 0 220px;
	max-width: 220px;
	margin-right: 80px;
}
.chptTerms__item:last-child {
	margin-right: 0;
}
.chptTerms__itemcontent {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.chptTerms__itemcontent > * {
	width: 220px;
}

.chptTerms__itemTitle {
	margin-bottom: 18px;
	white-space: nowrap;
	font-family: 'MinionProDisplay';
}
.chptTerms__itemTitle span {
	font-family: 'Typ Sans';
	font-size: 40px;
	font-weight: 600;
	line-height: 0.5;
}
.chptTerms__itemText {
	margin-bottom: 20px;
	flex-grow: 1;
}
.chptTerms__itemSubtitle {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 9px;
	font-family: 'MinionProDisplay';
}
.chptTerms__itemDescr{
	font-size: 18px;
	line-height: 28px;
}
.chpt__btn.button {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	padding-bottom: 3px;
	text-align: left;
	color: #000;
	letter-spacing: 3px;
	transition: .25s;
	text-decoration: none;
	font-family: "RFTone";
	position: relative;
	display: inline-flex;
}

.chpt__btn.button:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: .25s;
}

.chpt__btn.button:hover:before {
	background-color: #CBA576;
}

.chpt__btn.button:hover {
	color: #CBA576;
}

.chpt_wrap,
.promotion_wrap {
	margin: auto;
	width: 1390px;
	position: relative;
}

.movingFactoid {
	width: 395px;
	height: 395px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.movingFactoid * {
	block-size: initial;
}

.movingFactoid-text {
	margin-top: 24px;
	width: 345px;
	font-size: 18px;
	line-height: 24px;
}

.movingFactoid-link > a,
.movingFactoid-link {
	margin-top: 18px;
	width: 195px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'RFTone';
}

.movingFactoid-link > a:hover {
	border-color: #CBA576;
}

.promotion__cardsContainer {
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
	row-gap: 18px;
	-webkit-row-gap: 18px;
}

.promotion__card {
	width: 451px;
	padding: 90px 81px 92px 63px;
	background: #F7F7F7;
}

.promotion__card:nth-child(3) {
	margin-left: auto;
}

.promotion__card:nth-child(2n) {
	background: #CBA576;
}

.promotion__card:nth-child(2n) * {
	color: #fff;
}


.promotion__card:nth-child(2n - 1) .promotion__card-type,
.promotion__card:nth-child(2n - 1) .promotion__card-persent {
	color: #CBA576;
}

.promotion__card-persent {
	font-size: 90px;
	line-height: 70px;
	font-family: "MinionProDisplay";
}

.promotion__card-type {
	font-family: "MinionProDisplay";
	margin-top: 18px;
	font-size: 27px;
	line-height: 36px;
}

.promotion__card-description {
	margin-top: 27px;
	font-size: 18px;
	line-height: 24px;
}

.promotion__card-link {
	margin-top: 27px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	font-family: 'RFTone';
	width: max-content;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding-bottom: 2px;
}

.promotion__card:nth-child(2n - 1) .promotion__card-link:hover {
	border-color: #CBA576;
	color: #CBA576;
}

.promotion__card:nth-child(2n) .promotion__card-link:hover {
	color: #000;
	border-color: #000;
}

.promotion__title {
	padding: 6px 9px;
	margin-bottom: 36px;
	border: 1px solid #CBA576;
	color: #CBA576;
	font-family: "RFTone";
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: max-content;
}

.promotion__content {
	width: 920px;
	margin-top: 81px;
}

.promotion__content:last-child {
	position: relative;
	margin-top: 81px;
	margin-left: auto;
}
/* 
.promotion__content:last-child .promotion__cardsContainer {
	flex-wrap: wrap-reverse;
}  */

.promotion__content:last-child .promotion__card:nth-child(1) {
	margin-right: auto;
}

.promotion__content:last-child .promotion__card:nth-child(3) {
	margin-left: 0;
}

.promotion__descr {
	width: 840px;
	font-size: 25px;
	line-height: 36px;
}

.slider__countBlock *:first-child {
	margin-right: 3px;
}

.slider__countBlock,
.slider__countBlock * {
	font-family: 'RFTone'!important;
}

.slider__countBlock *:last-child {
	margin-left: 3px;
}

.movingFactoid-left {
	right: initial;
	left: -469px;
	top: 68px;
}

.promotion__main .chpt__title {
	margin-bottom: 18px;
}

/*end terms*/

/*complex*/
.chptComplex{
	display: flex;
	margin-bottom: 110px;
}
.chptComplex__main {
	flex: 0 0 770px;
	max-width: 770px;
	padding-bottom: 3px;
}
.chptComplex .chpt__title {
	width: 102%;
	margin-bottom: 28px;
}
.chptComplex__descr {
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 36px;
}
.chptComplex__descr > p {
	font-size: 25px;
	line-height: 36px;
}
.chptComplex__side {
	position: relative;
}
.chptComplex__side > svg {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(12px,-35%);
	z-index: -1;
}
/*end complex*/

/*online*/
.chptOnline{
	margin-bottom: 117px;
	padding-top: 135px;
	width: 100%;
	background: #F7F7F7;
	margin-top: 180px;
}
.chptOnline__section {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chptOnline__section:not(:last-child) {
	margin-bottom: 32px;
}
.chptOnline__section img:not(:last-child) {
	border: 3px solid #fff;
	margin-bottom: 72px;
}

.chptOnline__section img:last-child {
	border: none;
	width: 686px;
	height: initial;
}

.chptOnline__section .chpt__label {
	margin-bottom: 27px;
}

.chptOnline__section .chpt__title {
	margin-bottom: 18px;
}

.chptOnline__section .chptOnline__descr {
	margin-bottom: 0px;
}

.chptOnline__main {
	flex: 0 0 767px;
	max-width: 767px;
}
.chptOnline__main:not(:last-child) {
	margin-right: 60px;
}
.chptOnline__descr {
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 72px;
}
.chptSalon .chptOnline__descr {
	width: 70%;
}

/*.chptOnline__list{
	padding-top: 18px;
}*/
.chptOnline__item {
	display: flex;
	align-items: flex-start;
}
.chptOnline__item:not(:last-child) {
	margin-bottom: 42px;
}
.chptOnline__item .chpt__factoid {
	flex: 0 0 42px;
	margin-right: 12px;
}
.chptOnline__itemText {
	width: 862px;
	text-align: center;
	font-size: 25px;
	margin-bottom: 45px;
	line-height: 36px;
}
.chptOnline__section:nth-child(3) .chptOnline__list {
	margin-top: -12px;
}

.chptOnline__side-mt {
	margin-top: 40px;
}
.chptOnline__screens img {
	width: 100%;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.10);
}
.chptOnline__info {
	background: linear-gradient(114.12deg, #F8F8F8 13.54%, #EDEDED 86.46%);
	border-radius: 20px;
	padding: 27px 45px 45px 36px;
	width: 330px;
	margin-top: 54px;
	margin-left: 54px;
}


.chptOnline__info .chpt__title {
	margin-bottom: 2px;
}
.chptOnline__info .chpt__text {
	margin-bottom: 9px;
	font-size: 20px;
	line-height: 27px;
}
/*end online*/

/*salons*/
.chptSalon__top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.chptSalon__top .chpt__title {
	margin-bottom: 0;
}
.chptSalon__topFactoid {
	background: linear-gradient(180deg, #0A8951 0%, #36BB90 100%);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	padding: 15px 17px 15px 8px;
	width: 248px;
}
.chptSalon__topFactoidImg {
	flex: 0 0 62px;
	position: relative;
	height: 36px;
}
.chptSalon__topFactoidImg img {
	position: absolute;
	bottom: -8px;
	height: 81px;
	width: 64px;
}
.chptSalon__topFactoidText {
	flex: 0 0 153px;
	font-family: 'museo500', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.chptSalon__list .footer__head,
.chptSalon__list .footer__store-phones {
	display: none;
}
.chptSalon__list .footer__body {
	padding-bottom: 0;
	border-bottom: none;
}
.chptSalon .chptTime__salon {
	flex: 0 0 565px;
}
.chptSalon .chptTime__salons{
	padding-bottom: 100px;
}
/*end salons*/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.chptBanner__text {
		flex: 0 0 510px;
	}
	.chptComplex__side > svg {
		transform: translate(44px, -35%) rotate(8deg);
	}
	.chptOnline__side {
		flex: 0 0 350px;
	}
	.chptTerms__list:not(.chptTerms__list-m) {
		flex: 0 0 305px;
	}
}
@font-face {
	font-family: 'pribamas';
	src: url('./fonts/Pribambas-Regular.eot');
	src: url('./fonts/Pribambas-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Pribambas-Regular.woff') format('woff'), url('./fonts/Pribambas-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}


.chptTerms__side{
	position: absolute;
	left: 555px;
	bottom: 65px;
	height: 255px;
}
.chptTerms__note {
	position: relative;
	top: -6px;
}
.chptTerms__noteText {
	color: rgba(0,0,0,.7);
	font-family: 'pribamas', sans-serif;
	font-size: 22px;
	line-height: 31px;
	position: absolute;
	top: 56px;
	left: 61px;
	text-transform: uppercase;
	width: 160px;
	transform: rotate(7deg);
}
.chptTerms__noteText strong {
	color: rgba(0,0,0,1);
}
/* костыль */
.footer__store-banner-chpt {
	margin-bottom: 20px;
}
.footer__store-banner-chpt img {
	height: 235px;
	width: 370px;
}
.footer__store-phones-chpt {
	margin: 10px 0;
}
.footer__store-phones-chpt p {
	font-size: 20px;
	margin-bottom: 5px;
}
.footer__store-time-chpt {
	font-size: 17px;
	margin-top: 10px;
	padding-bottom: 100px;
}
.footer__store-link-chpt {
	font-family: 'Typ Sans med', sans-serif;
	font-size: 21px;
	line-height: 30px;
}

.disabled {
	pointer-events: none;
	cursor: default;
	color: #343a40;
	text-decoration: none;
	border-bottom: none !important;
}
.chptTerms__descr p {
	font-size: 25px;
	line-height: 36px;
	text-align: center;
	font-family: 'MinionPro';
}

.chptTerms__itemDescr p {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	font-family: 'MinionPro';
}
.chptComplex__side .chptOnline__itemText a {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	text-align: left;
	color: #000;
	letter-spacing: 3px;
	transition: .25s;
	text-decoration: none;
	font-family: "RFTone";
	position: relative;
	display: inline-flex;
}

.chptComplex__side .chptOnline__itemText a:hover {
	color: #CBA576;
}

.chptBanner__text .chptBanner__details.chpt__text p {
	font-size: 25px;
	line-height: 36px;
}
.chptComplex__main .chpt__btn.button {
	font-size: 13px;
}

.chptBanner__img img {
	width: 100%;
}

.chpt__otherSalons {
	margin-bottom: 180px;
}

.company-salons__title {
	margin-bottom: 16px!important;
}

.company-salons__titleDescription {
	width: 862px;
	font-size: 25px;
	line-height: 36px;
	font-family: 'MinionPro';
	margin-bottom: 63px;
}

.promotion__descr p {
	font-size: 25px;
	line-height: 36px;
}


.chptBanner__wrap {
	margin-bottom: 180px;
}

.chptOnline__section img:not(:last-child) {
	width: 686px;
	height: initial;
}

@media (max-width: 1479px){

	.slider__descr p {
		width: 637px;
		font-size: 20px;
		line-height: 27px;
	}

	.chptOnline {
		margin-top: 135px;
		padding-top: 108px;
	}

	.main-container--gray::before {
		height: 300px;
	}

	.promotion_wrap,
	.chpt__wrap {
		width: 1075px;
	}

	.chptBanner__title {
		font-size: 45px;
		line-height: 54px;
	}
	
	.chptBanner__title,
	.chptBanner__details {
		width: 650px;
	}

	.chptBanner__text {
		flex: 0 0 650px;
	}

	.chptBanner__text .chptBanner__details.chpt__text p {
		font-size: 20px;
		line-height: 27px;
	}

	.chptBanner__img {
		flex: 0 0 276px;
		bottom: 0px;
		position: relative;
	}

	.chpt__label {
		font-size: 16px;
		line-height: 18px;
	}

	.chptTime__salon {
		width: 240px;
	}

	.chptTime__salonName {
		font-size: 24px;
		line-height: 34px;
	}

	.chptTime__salonTimeItem {
		font-size: 18px;
		line-height: 24px;
	}

	.chptTime__salons {
		column-gap: 43px;
	}

	.chptTime {
		margin-bottom: 135px;
	}

	.chpt__title {
		font-size: 32px;
		line-height: 40px;
	}

	.promotion__descr {
		width: 600px;
		font-size: 20px;
		line-height: 27px;
	}

	.movingFactoid {
		height: 326px;
		width: 326px;
	}

	.promotion__card {
		width: 344px;
		padding: 57px 40px 65px 45px;
	}

	.promotion__card-persent {
		font-size: 72px;
		line-height: 70px;
	}

	.promotion__card-type {
		font-size: 24px;
		line-height: 34px;
		margin-top: 9px;
	}

	.promotion__card-description {
		margin-top: 9px;
		font-size: 16px;
		line-height: 20px;
	}

	.promotion__card-link {
		font-size: 13px;
		line-height: 18px;
		display: inline;
	}

	.promotion__content {
		width: 706px;
	}

	.movingFactoid-left {
		left: -363px;
	}

	.movingFactoid img {
		height: 71px;
		width: 70px;
	}

	.movingFactoid-text {
		font-size: 16px;
		line-height: 20px;
		width: 267px;
	}

	.movingFactoid-link {
		width: 189px;
		font-size: 13px;
		line-height: 27px;
	}

	.promotion__card-description {
		margin-bottom: 27px;
	}

	.slider__wrap {
		margin-top: 135px;
		left: 369px;
	}	

	.slider__img {
		width: 706px;
	}
	
	.chptOnline__descr p,
	.chptOnline__itemText {
		font-size: 20px;
		line-height: 27px;
		width: 662px;
	}

	.chptOnline__itemText  {
		margin-bottom: 45px;
	}

	.chptOnline__descr p {
		margin-bottom: 63px;
	}
	
	.chpt__factoid {
		font-size: 72px;
		line-height: 70px;
	}

	.chptOnline__section img {
		width: 526px;
		margin-bottom: 63px;
	}

	.chpt__otherSalons {
		margin-bottom: 135px;
	}

	
	.company-salons__titleDescription {
		width: 862px;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 45px;
	}

	.promotion__descr p {
		font-size: 20px;
		line-height: 27px;
	}

		
	.chptBanner__wrap {
		margin-bottom: 135px;
	}
}

@media (max-width: 1195px){

	.promotion__descr p {
		font-size: 16px;
		line-height: 22px;
	}
	.slider__wrap {
		position: relative;
	}

	.slider__modalWrap {
		position: absolute;
		top: 0;
		left: 393px;
	}

	.main-container--gray::before {
		height: 300px!important;
	}

	.promotion_wrap,
	.chpt__wrap {
		width: 766px;
	}

	.chptBanner__title {
		font-size: 42px;
		line-height: 45px;
	}
	
	.chptBanner__title,
	.chptBanner__details {
		width: 472px;
	}

	.chptBanner__text {
		flex: 0 0 472px;
	}

	.chptBanner__text .chptBanner__details.chpt__text p {
		font-size: 16px;
		line-height: 22px;
	}

	.chptBanner__img {
		flex: 0 0 250px;
		bottom: 0px;
	}

	.chpt__label {
		font-size: 13px;
		line-height: 18px;
	}

	.chptTime__salon {
		width: 374px;
	}

	.chptTime__salon:nth-child(3),
	.chptTime__salon:nth-child(4) {
		margin-top: 18px;
	}

	.chptTime__salons {
		flex-wrap: wrap;
	} 

	.chptTime__salonName {
		font-size: 22px;
		line-height: 120%;
	}

	.chptTime__salonTimeItem {
		font-size: 16px;
		line-height: 22px;
	}

	.chptTime__salons {
		column-gap: 18px;
		-webkit-row-gap: 18px;
	}

	.slider__modalWrap {
		overflow: hidden;
	}

	.chptTime {
		margin-bottom: 72px;
	}

	.chpt__title {
		font-size: 27px;
		line-height: 36px;s
		width: 374px;
	}

	.promotion__descr {
		width: 637px;
		font-size: 16px;
		line-height: 22px;
		width: 374px;
	}

	.movingFactoid {
		height: 293px;
		width: 293px;
		justify-content: initial;
	}

	.movingFactoid img {
		margin-top: 38px;
	}

	.promotion__card {
		width: 374px;
		padding: 72px 89px 72px 54px;
	}

	.promotion__card-persent {
		font-size: 72px;
		line-height: 70px;
	}

	.promotion__card-type {
		font-size: 24px;
		line-height: 34px;
		margin-top: 9px;
	}

	.promotion__card-description {
		margin-top: 9px;
		font-size: 16px;
		line-height: 20px;
	}

	.promotion__card-link {
		font-size: 13px;
		line-height: 18px;
	}

	.promotion__content {
		width: 766px;
	}

	.promotion__content:last-child .promotion__cardsContainer,
	.promotion__content:last-child {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	
	.promotion__content:last-child .promotion__title {
		margin-right: 117px;
	}

	.promotion__title {
		font-size: 13px;
		line-height: 18px;
	}

	.promotion__card:first-child {
		margin-right: 200px;
	}

	.movingFactoid-left {
		left: 0;
	}

	.movingFactoid img {
		height: 60px;
		width: 59px;
	}

	.movingFactoid-text {
		font-size: 14px;
		line-height: 18px;
	}
	
	.movingFactoid-left .movingFactoid-text {
		width: 237px;
		margin-top: 22px;
	}
	
	.movingFactoid-right .movingFactoid-text {
		width: 217px;
		margin-top: 18px;
	}

	.movingFactoid-link {
		width: 189px;
		font-size: 13px;
		line-height: 27px;
		margin-top: 9px;
	}

	.slider__wrap {
		margin-top: 72px;
		left: 0;
		display: flex;
	}

	.slider__main {
		width: 340px;
	}

	.slider__item {
		margin-right: 18px;
		width: 374px;
	}

	.slider__modalWrap-active .slider__modalWrap {
		width: 374px;
	}

	.slider__item > * {
		width: 374px;
	}

	.slider__main .chpt__title {
		width: 340px;
		display: inline;
	}

	.slider__descr {
		margin-top: 9px;
	}

	.slider__descr p {
		font-size: 16px;
		line-height: 22px;
		width: 340px;
	}

	.slider__wrap > div:first-child {
		margin-right: 53px;
	}

	.slider__controlBlock {
		width: 374px;
	}

	.slider__container {
		width: max-content;
	}

	.chptOnline__section .chpt__title {
		width: 570px;
		text-align: center;
	}

	.chptOnline__descr p,
	.chptOnline__itemText {
		font-size: 16px;
		line-height: 22px;
		width: 570px;
		margin-bottom: 45px;
	}

	.chptOnline__descr {
		margin-bottom: 0;
	}

	.chpt__factoid {
		font-size: 54px;
		line-height: 54px;
		margin-bottom: 0;
	}

	.chptOnline__section img {
		width: 479px;
		height: initial;
		margin-bottom: 45px;
	}

	
	.chptOnline {
		margin-top: 72px;
		padding-top: 72px;
	}

	.chpt__otherSalons {
		margin-bottom: 72px;
	}

		
	.company-salons__titleDescription {
		width: 562px;
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 27px;
	}

	.promotion__cardsContainer > div {
		margin-bottom: 18px!important;
	}

	.promotion__cardsContainer {
		row-gap: 0;
	}

	.slider__controlBlock {
		margin-top: 0;
		position: absolute;
		bottom: 100px;
		height: min-content;
	}

	.slider__modalWrap {
		height: calc(100% + 100px);
	}

	.slider__container {
		height: calc(100% - 100px);
		block-size: initial;
	}

	.chptOnline {
		margin-bottom: 72px;
	}

	.chptTime__salonName {
		margin-bottom: 9px;
	}
	
	.chptBanner__wrap {
		margin-bottom: 72px;
	}

	.promotion__card-link {
		display: inline;
		width: 100%;
	}
	.promotion__card-description {
		margin-bottom: 18px;
	}

	.chptBanner__title {
		margin-bottom: 9px;
	}

	.chptBanner__wrap {
		margin-top: 9px;
	}
}

@media (max-width: 855px) {
	.slider__controlBlock,
	.slider__modalWrap {
		position: initial;
		top: initial;
		bottom: initial;
	}

	.slider__modalWrap,
	.slider__container {
		height: initial;
	}

	.company-salons__titleDescription {
		display: none;
	}

	.slider__item:last-child {
		opacity: 1;
	}

	
	.chptTime__salon:nth-child(3),
	.chptTime__salon:nth-child(4) {
		margin-top: 0;
	}

	.promotion__cardsContainer > div {
		margin-bottom: 18px!important;
	}

	.main-container--gray::before {
		height: 300px!important;
	}
	.chptBanner {
		flex-wrap: wrap;
	}

	.promotion__descr,
	.chpt__title,
	.slider__controlBlock,
	.promotion__content,
	.promotion_wrap,
	.chpt__wrap {
		width: 306px;
	}

	.chptBanner__title,
	.chptBanner__details {
		width: 100%;
	}

	.chptBanner__title {
		margin-bottom: 9px;
	}

	.chptBanner__text {
		flex: 0 0 306px;
	}

	.chptBanner__img {
		margin-top: 27px;
		flex: 0 0 195px;
		bottom: 0px;
	}

	.chpt__label {
		font-size: 13px;
		line-height: 18px;
	}

	.chptTime__salon {
		width: 374px;
		margin-bottom: 18px;
	}

	.chptTime__salons {
		flex-wrap: wrap;
	} 

	.movingFactoid {
		position: relative;
		margin: 45px auto 0 auto;
	}

	.promotion__card:nth-child(3) {
		margin-left: 0;
	}

	.promotion__cardsContainer {
		flex-direction: column;
	}

	.promotion__content:last-child .promotion__cardsContainer, .promotion__content:last-child {
		align-items: initial;
	}

	.movingFactoid-left {
		order: 2;
		margin-top: 0;
	}

	.promotion__content:last-child .promotion__title {
		margin-right: 0;
	}

	.promotion__card {
		width: 306px;
		padding: 48px 38px 49px 36px;
	}

	.slider__main {
		margin-top: 54px;
	}
	
	.promotion__card-link {
		display: inline;
	}

	.promotion__card-description {
		margin-bottom: 18px;
	}

	.chptOnline * {
		max-width: 307px;
	}

	.chptTime {
		margin-bottom: 54px;
	}

	.promotion__content {
		margin-top: 45px;
	}

	.movingFactoid-left {
		margin-top: -35px;
	}

	.slider__wrap {
		margin-top: 74px;
	}

	.slider__wrap {
		flex-direction: column;
	}

	.slider__descr p {
		width: 305px;
	}

	.chptOnline {
		margin-top: 54px;
		padding-top: 54px;
	}

	.chpt__otherSalons {
		margin-bottom: 60px;
	}

	.chptBanner__wrap {
		margin-top: 0;
	}

	.breadcrumbs__wrap {
		font-size: 18px;
		line-height: 27px;
	}

	.slider__descr p {
		margin-bottom: 27px;
	}

	.slider__controlBlock {
		margin-top: 18px;
	}

	.chptOnline {
		margin-bottom: 54px;
	}

	.chptTime__salonName {
		margin-bottom: 9px;
	}

	.promotion__content:last-child {
		margin-top: 28px;
	}
	
	.chptBanner__wrap {
		margin-bottom: 54px;
	}

		
	.chptOnline__section .chpt__label {
		margin-bottom: 18px;
	}

	.chptOnline__section .chpt__title {
		margin-bottom: 9px;
	}

	.chptOnline__section .chptOnline__descr {
		margin-bottom: 0px;
	}

	.chptOnline__descr p {
		margin-bottom: 36px;
	}

	.chpt__otherSalons {
		margin-bottom: 63px;
	}

	.company-salons__item:last-child {
		margin-bottom: 0!important;
	}
	.slider__modalWrap-active .slider__modalCross {
		height: 25px;
		width: 25px;
	}
}

.slider__modalWrap-active .slider__item,
.slider__modalWrap-active .slider__img,
.slider__modalWrap-active .slider__modalWrap {
	width: 1038px;
	height: 720px;
}

@media (max-width: 1439px) {
	.slider__modalWrap-active .slider__item,
	.slider__modalWrap-active .slider__img,
	.slider__modalWrap-active .slider__modalWrap {
		width: 800px;
		height: initial;
	}
}


@media (max-width: 1195px) {
	
	.slider__modalWrap-active .slider__item,
	.slider__modalWrap-active .slider__img,
	.slider__modalWrap-active .slider__modalWrap {
		width: 766px;
		height: 539px;
	}
	
	.slider__modalPrevArrow,
	.slider__modalNextArrow {
		display: none!important;
	}
}


@media (max-width: 855px) {
	.slider__modalWrap-active .slider__item,
	.slider__modalWrap-active .slider__img,
	.slider__modalWrap-active .slider__modalWrap {
		width: 306px;
		height: 215px;
	}
}