.header {
	padding: 17px 0;
	background: #3B3B3B;
/*    position: relative;*/
	position: fixed;
	width: 100%;
    z-index: 100;
}
.header__logo {}
.header__logo img {}
.header .s__btn {
	padding: 16px;
	max-width: 198px;
	width: 100%;
	font-family: 'UpMax';
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 16px;
}
.header .part-1 {}
.header .part-2 {
	justify-content: flex-end;
}

.lang {
	margin-right: 56px;
}
.lang__item {
	width: 48px;
	height: 48px;
	margin-left: 16px;
	border: 2px solid #848484;
	color: var(--white);
	border-radius: 100%;
	font-family: 'UpMax';
	font-size: 1.6rem;
	font-weight: 600;
	transition: 0.5s;
}
.lang__item:first-of-type {
	margin-left: 0;
}
.lang__item.active {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);
}
.lang__item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
}
.lang__item:hover {
	background: var(--white);
}
.lang__item:hover a {
	color: var(--black);
}
.header .burger {
	display: none;
}

.header .shadow_decor {
    width: 100%;
    position: absolute;
    bottom: 0;
/*    opacity: 0;*/
    height: 60px;
}


.header .shadow_decor1 {
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.09);
}
.header .shadow_decor2 {
	box-shadow: 0px 53px 53px 0px rgba(0, 0, 0, 0.08);
}
.header .shadow_decor3 {
	box-shadow: 0px 120px 72px 0px rgba(0, 0, 0, 0.05);
}
.header .shadow_decor4 {
	box-shadow: 0px 213px 85px 0px rgba(0, 0, 0, 0.01);
}
.header .shadow_decor5 {
	box-shadow: 0px 334px 93px 0px rgba(0, 0, 0, 0);
}


/*html { background: url(pp/hero_content.jpg) no-repeat center top 88px; }*/
/*.s__general2 {opacity: 0.5;}*/

.s__general2 {
	padding: calc(132px + 88px) 0 104px;
	/*margin-bottom: -190px;*/
	background: linear-gradient(180deg, #393939 0%, #151515 100%);
}
.s__general2 .s__title {
	font-size: 5.4rem;
	color: var(--white);
	letter-spacing: 0.5px;
}
.s__general2 .s__subtitle {
	font-size: 2.6rem;
	margin-bottom: 50px;
	color: var(--white);
	line-height: 1.1;
	letter-spacing: -0.05px;
}
.s__general2 .benefit__list {
	margin-bottom: 104px;
	width: calc(102%);
}
.s__general2 .benefit__item {
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
}
.s__general2 .benefit__ico {
	position: absolute;
	top: -40px;
    left: -40px;
}
.s__general2 .benefit__text {
	font-size: 2rem;
	color: var(--white);
}

.s__general2 .benefit__item:last-of-type {
	margin-bottom: 0;
}
.s__general2 .s__wrap {
	justify-content: flex-start;
}

.s__general2 .s__picture {
	position: relative;
	top: -130px;
	/*margin-bottom: -80px;*/
	margin-bottom: -190px;
}

.s__general2 .s__picture,
.s__general2 .s__picture img {
	max-width: calc(100% + 200px);
	width: calc(100% + 120px);
	overflow: visible;
}

.s__general2 .tablet {
	display: none;
}


.s__general {
	position: relative;
/*	padding: 44px 0 100px;*/
	padding: 128px 0 100px;
	padding: 128px 0 100px;
	background: linear-gradient(180deg, #393939 0%, #151515 100%);
}
.s__general .s__title {
/*	margin-bottom: 16px;*/
	text-align: center;
	color: var(--white);
}
.s__general .s__subtitle {
/*	margin-bottom: 32px;*/
	text-align: center;
	color: var(--white);
}
.s__general .s__picture {
	margin-bottom: 32px;
}
.s__general .s__picture img {}
.s__general .s__btn {}
.s__general .benefit__list {
	margin-top: 64px;
}
.s__general .benefit__item {
	max-width: 270px;
	width: 100%;
    margin: 0 10px;
}
.s__general .benefit__ico {
	margin-bottom: -20px;
}
.s__general .benefit__ico svg {}
.s__general .benefit__text {
	font-size: 1.6rem;
	color: var(--white);
	text-align: center;
}
.s__general .decor__wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.s__general .decor__wrap img {
	width: 100%;
}


.s__history {}
.s__history .s__title {
	text-align: center;
}
.s__history .s__text {
	max-width: 856px;
	margin: 0 auto 72px;
}

.s__history .list {
	max-width: 856px;
	margin: 0 auto 62px;
    position: relative;
/*    left: -66px;	*/
	left: 0;
}
.s__history .list-item {
	min-height: 58px;
}
.s__history .list-ico {
    margin-right: 16px;
}
.s__history .list-ico svg {}
.s__history .list-text {
	font-weight: 500;
}

.s__painting {
	margin: -6px auto -2px;
}
.s__painting .painting__label {
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 8px;
}
.s__painting .painting__img {
	max-width: 90px;
}
.s__painting .painting__img img {}


.s__books {
	background: var(--black2);
	color: var(--white);
}
.s__books .book__list {
    max-width: 1080px;
    margin: 0 auto;
}
.s__books .book__item {
	margin-bottom: 200px;
}
.s__books .book__item:last-of-type {
	margin-bottom: 0;
}
.s__books .book__img {
	max-width: 416px;
	width: 100%;
	padding-top: 2px;
}
.s__books .book__img img {}
.s__books .book__info {}
.s__books .book__label {
	color: #717171;
	text-transform: uppercase;
	font-family: 'UpMax';
	font-size: 1.8rem;
	font-weight: 500;
}
.s__books .book__title {
	font-family: 'UpMax';
	font-size: 4rem;
	line-height: 1.1;
	font-weight: 500;
}
.s__books .book__text {
	line-height: 1.25;
	letter-spacing: 0.1px;
}
.s__books .book__text p {
	margin-bottom: 30px;
}
.s__books .book__text p:last-of-type {
	margin-bottom: 0;
}
.s__books .book__attach {
	font-size: 1.8rem;
	line-height: 1.3;
	color: var(--gray2);
	margin-top: 48px;
}

.s__books .book__item-type1 .book__img {
	margin-right: 80px;
}
.s__books .book__item-type2 .book__img {
	margin-left: 80px;
}


.s__foryou {}
.s__foryou .s__title {
	max-width: 1074px;
	margin-left: auto;
	margin-right: auto;
}
.s__foryou .list {
	max-width: 1092px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -8px;
	left: 0px;
	width: calc(100% + 8px + 8px);
}
.s__foryou .list__item {
	max-width: 348px;
	min-height: 160px;
	width: 100%;
	border: 1px solid #DBDBDB;
	margin: 8px;
	padding: 22px 22px 24px;
}
.s__foryou .list__ico {
	margin: -12px 0 16px 0px;
}
.s__foryou .list__ico svg {}
.s__foryou .list__text {
	font-size: 1.8rem;
	line-height: 1.2;
}



.s__blockquote {}
.s__blockquote .blockquote__box {
	border: 1px solid #DBDBDB;
	padding: 66px 130px 54px calc(286px + 66px);
    position: relative;
    left: 120px;
    width: calc(100% - 120px);
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
/*
	background: orange;
	border-color: green;*/
}
.s__blockquote .blockquote__img {
    max-width: 416px;
   /* position: relative;
    margin-top: -160px;
    margin-right: 54px;
    margin-bottom: -160px;
    margin-left: -510px;*/
/*    margin-left: -470px;*/

    position: absolute;
    position: absolute;
    top: -50px;
    left: -120px;

}
.s__blockquote .blockquote__img img {}

.s__blockquote .blockquote__info {}
.s__blockquote .blockquote__title {
	font-size: 4rem;
	line-height: 1.25;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -1px;
}
.s__blockquote .blockquote__title-big {
	line-height: 1;
}
.s__blockquote .blockquote__text {}

.s__blockquote-white {}

.s__blockquote-black {}
.s__blockquote-black .blockquote__box {
	background: var(--black2);
	color: var(--white);
}
.s__blockquote-black .blockquote__info {}

.s__blockquote2 .blockquote__box {
	margin-bottom: 44px;
}


.s__values {
	background: var(--black2);
	color: var(--white);
}
.s__values .s__title {
	text-align: center;
	margin-bottom: 10px;
}
.s__values .s__subtitle {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 64px;
}
.s__values .value__list {
	max-width: 856px;
	width: 100%;
/*    margin: 0 auto 8px;*/
	margin: 0 auto;
}
.s__values .value__item {
	border: 1px solid #234E31;
	background: #2A2F2C;
	padding: 21px 32px;
	min-height: 80px;
}
.s__values .value__ico {
	margin-right: 24px;
}
.s__values .value__ico svg {}
.s__values .value__text {
	color: var(--green10);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}



.s__quotes {

/*	height: 782px;*/
/*	background: red;*/

}
.s__quotes .slider__wrap {}
.s__quotes .slider__header {
	margin-top: -4px;
}
.s__quotes .s__title {
	max-width: calc(100% - 120px);
}
.s__quotes .slider__control {}
.s__quotes .slider__button {
	margin-left: 24px;
	cursor: pointer;
	background: var(--white);
	border-radius: 99px;
}
.s__quotes .slider__button:first-of-type {
	margin-left: 0;
}
.s__quotes .slider__button svg {
	position: relative;
}
.s__quotes .slider__button path {
	transition: 0.5s;
}
.s__quotes .slider__button-prev {}
.s__quotes .slider__button-next {}

.s__quotes .slider__button-prev svg {
	left: -2px;
}
.s__quotes .slider__button-next svg {
	left: 2px;
}


.s__quotes .slider__button:hover {
	background: var(--black);
}
.s__quotes .slider__button:hover path {
	fill: var(--white);
}

.s__quotes .slider__button.slick-disabled {
	pointer-events: none;
	opacity: 0.5;
}

.s__quotes .slider__wrap2 {
/*	width: calc(100% + 320px);*/
}
.s__quotes .slider {
/*	display: flex;*/
}
.s__quotes .slick-list {
	overflow: visible;
}
.s__quotes .slider__item {
	border: 1px solid #DBDBDB;
	padding: 32px 20px 24px 24px;

	height: 490px;
    overflow: hidden;

/*	max-width: 348px;*/
	width: 100%;
	margin-right: 16px;
	position: relative;
}
.s__quotes .quotes__book {
	font-family: 'UpMax';
	font-size: 1.2rem;
	margin-bottom: 18px;
	color: var(--gray2);
	text-transform: uppercase;
}
.s__quotes .quotes__text {
	font-size: 1.8rem;
	overflow-y: visible;
}
.s__quotes .quotes__text p {
	margin-bottom: 16px;
}
.s__quotes .quotes__text p:last-of-type {
	margin-bottom: 0;
}
.s__quotes .quotes__more {
/*	color: #00f;*/
	color: var(--green);
	font-weight: 500;
/*	text-decoration: underline;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
/*	padding: 12px;*/
/*	padding: 10px;*/
	padding: 0 10px 10px 10px;
	z-index: 2;
	font-size: 1.8rem;
	cursor: pointer;
/*	background: #fff;*/
/*	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);*/
/*	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
/*	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);*/
	background: #fff;
}
.s__quotes .quotes__more:before {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
		height: 56px;
	bottom: 32px;
	background: linear-gradient(hsla(0, 0%, 100%, .001), var(--white));
}
.s__quotes .quotes__more span,
.s__quotes .quotes__more a {
	color: var(--green50);
	position: relative;
	z-index: 3;
	text-decoration: underline;
}

.s__quotes .quotes__more span:hover,
.s__quotes .quotes__more a:hover {
	color: var(--black);
	text-decoration: none;
}

.s__quotes .slider__wrap-mob {
	display: none;
}

.s__reviews {
	background: var(--black2);
	color: var(--white);
}
.s__reviews .s__title {
	text-align: center;
	margin-top: -5px;
}
.s__reviews .slider__wrap {
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
    top: -10px;
    margin-bottom: -6px;
}
.s__reviews .slider__button {
    width: 50px;
    height: 50px;
    background: var(--white);
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: calc(50% - 5px);
    margin-top: calc(-50px / 2);
    transition: 0.5s;
}
.s__reviews .slider__button-prev {
    left: 0;
}
.s__reviews .slider__button-next {
	right: 0;
}
.s__reviews .slider__button path {
    transition: 0.5s;
}
.s__reviews .slider__button:hover {
	background: var(--black);
}
.s__reviews .slider__button:hover path {
	fill:var(--white);
}

.s__reviews .slider {}
.s__reviews .slider__item {
    padding: 0 10px;
}
.s__reviews .slick-list {
    padding-top: 122px !important;
    padding-bottom: 120px !important;
}
.s__reviews .review {
    transition: 0.5s;
    opacity: 0.2;
    position: relative;
}

.s__reviews .slick-center .review {
    transform: scale(1.45);
    opacity: 1;
    z-index: 3;
}

.s__reviews .slider__item img {
    margin: 0 auto;
    /* max-height: 435px; */
/*    max-height: 576px;*/
	max-height: 524px;
    width: 100%;
    border: 5.59px solid #FFFFFF;
    border-radius: 32px;
/*    min-height: 576px;*/
    min-height: 524px;
    object-fit: scale-down;
    /* background: #000; */
    background: var(--white);
}
.s__reviews .slick-center .review img {
	border-radius: 18px;
}



.s__autor {}
.s__autor .container {
	max-width: 1134px;
	margin: 0 auto -20px;
}
.s__autor .s__label {
	font-family: 'UpMax';
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--gray2);
}
.s__autor .s__title {
}
.s__autor .part-1 {}
.s__autor .part-2 {}

.s__autor .part-1 .s__wrap {
	display: none;
}

.s__autor .list {}
.s__autor .list__item {
/*	align-items: center;
	padding-left: 30px;
	position: relative;
	min-height: 35px;*/
}
.s__autor .list__ico {
    margin-right: 12px;
/*    position: absolute;
    top: 0;
    left: 0;*/
}
.s__autor .list__ico svg {}
.s__autor .list__text {
	font-size: 1.8rem;
	line-height: 1.25;
	letter-spacing: -0.5px;
}
.s__autor .s__picture {
	max-width: 416px;
	width: 100%;
	margin-top: -20px;
/*	margin-right: 12px;*/
	margin-left: 12px;
/*	padding-left: 12px;*/
}
.s__autor .s__picture img {
    width: calc(100% + 100px);
    max-width: 416px;
}


.s__format {
	background: var(--black2);
	color: var(--white);
	padding: 80px 0;
	z-index: 10;

/*	height: 824px;*/
/*	background: red;*/
	
}
.s__format-book {
/*	background: url(pp/format_book.jpg) no-repeat center top;*/
}
.s__format-tablet {
/*	background: url(pp/format_tablet.jpg) no-repeat center top;*/
}
.s__format-mob {
/*	background: url(pp/format_mob.jpg) no-repeat center top;*/
}
.s__format-books {
/*	background: url(pp/format_books.jpg) no-repeat center top;*/
}
.s__format-complex1 {
/*	background: url(pp/format_complex_01.jpg) no-repeat center top -96px;*/
}
.s__format-complex2 {
/*	background: url(pp/format_complex_02.jpg) no-repeat center top -96px;*/
}
.s__format-complex3 {
/*	background: url(pp/format_complex_03.jpg) no-repeat center top -96px;*/
}

/*.s__format .container {
	opacity: 0.5;
}*/


.s__format .s__title {
	font-size: 3.9rem;
	margin-bottom: 38px;
    margin-top: -6px;
}
.s__format .product__box {
	width: 100%;
	max-width: calc(212*3);
}

.s__format .product__label {
	font-family: 'UpMax';
	font-size: 1.6rem;
	line-height: 1.1;
	color: var(--gray2);
	margin-bottom: 12px;
	text-transform: uppercase;
}
.s__format .product__name {
    align-items: flex-start;
	font-size: 1.8rem;
	line-height: 1;
/*	margin-bottom: 24px;*/
/*	margin-bottom: -4px;*/
	margin-bottom: -12px;
}
.s__format .product__name-item {
	cursor: pointer;
	min-height: 47px;
	padding: 8px;
	width: 100%;
	max-width: 33.333%;
	border: 1px solid #555555;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.5s;
}
.s__format .product__name-label {
	color: var(--white);
	background: #293B2F;
	border: 1px solid #42634D;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 4px 10px;
	position: absolute;
	top: -20px;
	right: -20px;
}
.s__format .product__name-item.active {
	border-color: var(--white);
	background: var(--white);
	color: var(--black);
	pointer-events: none;
}
.s__format .product__name-item:first-of-type {
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.s__format .product__name-item:last-of-type {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}
.s__format .product__name-item .part-1 {}
.s__format .product__name-item .part-2 {
	margin-left: 4px;
}

.s__format .product__lang {
    align-items: flex-start;
	margin-bottom: 16px;
	font-size: 1.8rem;
}
.s__format .product__lang-item {
	margin-right: 26px;
	min-height: 47px;
	padding-left: calc(16px + 8px + 8px);
	font-weight: 500;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.s__format .product__lang-item.active {

}

.s__format .product__lang-item:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid var(--white);
	border-radius: 100%;
	left: 8px;
	top: 16px;
	flex-shrink: 0;
	position: absolute;
	box-sizing: border-box;
}

.s__format .product__lang-item:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
/*	border: 1px solid var(--white);*/
	border: 1.29px solid var(--white);
	border-radius: 100%;
	left: 6px;
	top: 14px;
	flex-shrink: 0;
	position: absolute;
	opacity: 0;
	box-sizing: border-box;
}
.s__format .product__lang-item.active {
	pointer-events: none;
}
.s__format .product__lang-item.active:before {
	background: var(--white);
    transform: scale(0.777);
/*	width: 9px;*/
/*	height: 9px;*/
}
.s__format .product__lang-item.active:after {
	opacity: 1;
}


.s__format .product__type {
    align-items: flex-start;
	font-size: 1.8rem;
	margin-bottom: 24px;
}
.s__format .product__type-item {
	cursor: pointer;
	min-height: 47px;
	padding: 8px;
	width: 100%;
	max-width: 33.333%;
	border: 1px solid #555555;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}
.s__format .product__type-item.active {
	border-color: var(--white);
	background: var(--white);
	color: var(--black);
	pointer-events: none;
}
.s__format .product__type-item:first-of-type {
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
}
.s__format .product__type-item:last-of-type {
	border-top-right-radius: 99px;
	border-bottom-right-radius: 99px;
}
.s__format .product__content {}

.s__format .product__detail {
	display: none;
}
.s__format .product__price {
/*	margin-bottom: 24px;*/
	margin-bottom: 12px;
/*	display: none;*/
}
.s__format .product__price-val {
	font-size: 3.2rem;
	color: var(--white);
	margin-bottom: 12px;
}
.s__format .product__price-now {
	font-weight: 500;
}

.s__format .product__price-old {
	margin-left: 8px;
	opacity: 0.2;
	letter-spacing: -0.3px;
	text-decoration: line-through;
}
.s__format .product__price-detail {
	font-size: 1.4rem;
}
.s__format .product__price-detail-sell {
	color: #f00;
	font-size: 4rem;
}


.s__format .product__wrap {
/*	margin-bottom: 24px;*/
}
.s__format .product__btn {
	background: var(--white);
	color: var(--black);
	margin-bottom: 24px;
	font-size: 2.4rem;
}
.s__format .product__btn svg,
.s__format .product__btn img {
	width: 22px;
	height: 22px;
	margin-right: 16px;
	z-index: 5;
}
.s__format .product__btn2 {
	margin-bottom: 24px;
	font-size: 2.4rem;
/*	background: var(--white);*/
	background: transparent;
	color: var(--black);
}
.s__format .product__btn2 svg,
.s__format .product__btn2 img {
	width: 22px;
	height: 22px;
	margin-right: 16px;
	z-index: 5;
}

.s__format .product__btn2 path {
	fill: var(--white);
	transition: 0.5s;
}
.s__format .product__btn2:hover svg {}
.s__format .product__btn2:hover path {
	fill: var(--black);
}


/*

.s__format .product__btn .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    border-radius: 8px;
}
.s__format .product__btn .shadow-1 {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.48);
}
.s__format .product__btn .shadow-2 {
    box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.42);
}
.s__format .product__btn .shadow-3 {
    box-shadow: 0px 49px 29px 0px rgba(0, 0, 0, 0.25);
}
.s__format .product__btn .shadow-4 {
    box-shadow: 0px 87px 35px 0px rgba(0, 0, 0, 0.07);
}
.s__format .product__btn .shadow-5 {
    box-shadow: 0px 135px 38px 0px rgba(0, 0, 0, 0.01);
}
.s__format .product__btn:hover {
    background: var(--white);
}
.s__format .product__btn:hover .shadow {
    opacity: 1;
}
*/



.s__format .product__btn-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.s__format .product__info {
	font-size: 1.6rem;
	color: var(--gray2);
	text-align: center;
}


.s__format .product__inprocess {
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 20px;
}
.s__format .product__inprocess-info {
    font-size: 2.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
}
.s__format .product__inprocess-ico {
    width: 28px;
    height: 28px;
    margin-right: 12px;
}
.s__format .product__inprocess-info svg {
	width: 28px;
	height: 28px;
}
.s__format .product__inprocess-info span {
}
.s__format .product__inprocess-text {
    text-align: center;
    font-size: 1.6rem;
}


.s__format .part-1 {}
.s__format .part-2 {}
.s__format .part-2 .s__title {
	display: none;
}

.s__format .product__img {
/*	background: red;*/
	position: relative;
	display: flex;
	justify-content: center;
	display: none;
/*	opacity: 0;*/
}
.s__format .product__img.active {
/*	opacity: 1;*/
/*	display: flex;*/
}
.s__format .product__img-box {
	display: flex;
/*    justify-content: center;*/
	justify-content: flex-end;
	width: 100%;
}
.s__format .product__img-inner {
/*	background: orange;*/
	padding-top: 36px;
	max-width: 424px;
	width: 100%;
	position: relative;
}

.s__format .product__img-pic {
	position: relative;
}
.s__format .product__img-label {
	border-radius: 99px;
	background: #4A4A4A;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.s__format .product__img-book .product__img-pic {
	left: 4px;
}
.s__format .product__img-book .product__img-label {
	font-size: 2.2rem;
	font-weight: 700;
	width: 125px;
	height: 125px;
	top: 104px;
    left: -62px;
}

.s__format .product__img-tablet .product__img-pic {
	left: 4px;
	top: 6px;
}
.s__format .product__img-tablet .product__img-label {
	font-size: 2.2rem;
	font-weight: 700;
	width: 125px;
	height: 125px;
	top: 104px;
    left: -40px;
}

.s__format .product__img-tablet1 .product__img-label {
	top: 370px;
}


.s__format .product__img-mob .product__img-inner {
	max-width: 260px;
}
.s__format .product__img-mob .product__img-pic {
	left: 60px;
	top: 14px;
}
.s__format .product__img-mob .product__img-label {
	font-size: 1.7rem;
	font-weight: 700;
	width: 96px;
	height: 96px;
    top: 102px;
    left: 6px;
}

.s__format .product__img-books .product__img-inner {
	padding-top: 0;
/*	max-width: 100%;*/
	max-width: 400px;
}
.s__format .product__img-books .product__img-pic {
	left: -26px;
	top: 0px;
	width: calc(100% + 40px);
	justify-content: center;
}
.s__format .product__img-complex .product__img-label {
/*	font-size: 2.2rem;*/
	font-size: 1.8rem;
	font-weight: 700;
	width: 125px;
	height: 125px;
	top: 104px;
/*	top: 0;*/
    left: -62px;
/*	left: 0;*/
}

.s__format .product__img-complex .product__img-label-ua {
	font-size: 1.6rem;
}
.s__format .product__img-complex .product__img-label-ru {
	font-size: 1.6rem;
}

.s__format .product__img-complex {}
.s__format .product__img-complex.product__img-tablet {}
.s__format .product__img-complex.product__img-tablet .product__img-inner {
/*	max-width: 424px;*/
/*	max-width: 100%;*/
	max-width: 106%;
}
.s__format .product__img-complex.product__img-tablet .product__img-pic {
/*	top: 76px;*/
	top: 0px;
	left: -16px;
}
.s__format .product__img-complex.product__img-tablet .product__img-label {
/*	top: 126px;*/
	top: 46px;
	left: 20px;
}
.s__format .product__img-complex.product__img-tablet .product__img-pic {
	width: 106%;
}

.s__format .product__img-complex.product__img-mob {}
.s__format .product__img-complex.product__img-mob .product__img-inner {
/*	max-width: 424px;*/
	max-width: 506px;
}
.s__format .product__img-complex.product__img-mob .product__img-pic {
/*	top: -8px;*/
	top: -70px;
    left: -14px;
	max-width: 506px;
}
.s__format .product__img-complex.product__img-mob .product__img-label {
	top: 62px;
}

.s__format .product__img-complex.product__img-books {}
.s__format .product__img-complex.product__img-books .product__img-inner {
/*	max-width: 106%;*/
	max-width: 508px;
}
.s__format .product__img-complex.product__img-books .product__img-pic {
    left: -44px;
/*    top: 106px;*/
/*    top: 0;*/
    top: 30px;
/*	max-width: 106%;*/
	max-width: 508px;
}
/*.s__format .product__img-complex.product__img-books .product__img-pic img {
	max-height: 260px;
}*/

.s__format .product__img-complex.product__img-books .product__img-label {
/*	top: 126px;*/
/*	top: 0;*/
	top: 50px;
	left: -72px;
}





.s__detail {
	padding: 70px 0 60px;
}
.s__detail .s__title {
	text-align: center;
}
.s__detail .detail__list {}
.s__detail .detail__item {
	margin: 0 12px;
	position: relative;
}
.s__detail .detail__img {
	 max-width: 416px;
	 max-height: 580px;
	 width: 100%;
}
.s__detail .detail__img img {}

.s__detail .detail__wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 2;
	opacity: 0;
}
.s__detail .detail__btn {
	margin-bottom: 40px;
	max-width: 282px;
	width: 100%;
	font-size: 1.6rem;
	padding: 16px;
}
.s__detail .detail__btn:last-of-type {
	margin-bottom: 0;
}
.s__detail .detail__item:hover .detail__wrap {
	opacity: 1;
}


.s__faq {}
.s__faq .s__title {
	text-align: center;
	margin-bottom: 24px;
}
.s__faq .faq__list {
	max-width: 856px;
	width: 100%;
	margin: 0 auto -24px;
}
.s__faq .faq__item {
	cursor: pointer;
}
.s__faq .faq__header {
	background: var(--black);
	color: var(--white);
	padding: 18px 32px;
	min-height: 80px;
}
.s__faq .faq__qustion {
	font-size: 1.85rem;
}
.s__faq .faq__ico {
	transition: 0.5s;
	height: 32px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}
.s__faq .faq__text {
    font-size: 1.8rem;
	margin-top: 24px;
	display: none;
}
.s__faq .faq__text a {
	color: var(--green50);
	text-decoration: underline;
}
.s__faq .faq__text a:hover {
	text-decoration: none;
}
.s__faq .faq__item.active .faq__ico {
	transform: scale(-1,-1);
}
.s__faq .faq__item.active .faq__text {
/*	display: block;*/
}





.s__select {
	background: var(--black2);
	color: var(--white);
	padding: 75px 0;
}
.s__select .s__title {
	text-align: center;
	font-size: 4rem;
	margin-bottom: -10px;
}

.s__select .s__subtitle {
	font-size: 2.4rem;
	text-align: center;
}

.s__select .s__picture {}
.s__select .s__picture img {}
.s__select .s__subtitle {
}
.s__select .s__wrap {
	margin-bottom: 104px;
}
.s__select .s__btn {}
.s__select .s__painting {}
.s__select .painting__label {}
.s__select .painting__img {}
.s__select .painting__img img {}

.s__select .decor__wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}



.footer {
	background: var(--black3);
/*	padding: 48px 0;*/
	padding: 42px 0;
}
.footer .row {
	margin-bottom: 46px;
}
.footer .row:last-of-type {
	margin-bottom: 0;
}
.footer .footer__logo {}
.footer .footer__logo svg {
	max-width: 150px;
}

.footer .contact__list {
    margin: 0 auto;
    position: relative;
    left: 0px;
}
.footer .contact__item {
	margin-bottom: 15px;
}
.footer .contact__item:last-of-type {
	margin-bottom: 0;
}
.footer .contact__link {
	font-size: 2rem;
	font-weight: 700;
	color: var(--white);
	min-height: 32px;
}
.footer .contact__link svg {
	margin-right: 14px;
}
.footer .contact__link span {}

.footer .contact__link:hover {
    color: var(--green10);
}

.footer .footer__links {}
.footer .footer__link {
	color: var(--silver);
	font-size: 1.6rem;
	text-align: right;
	margin-bottom: 12px;
}
.footer .footer__link:last-of-type {
	margin-bottom: 0;
}

.footer .footer__link:hover {
    color: var(--green10);
}

.footer .footer__copy {
	font-size: 1.4rem;
	text-align: center;
	color: var(--silver);
}




.popup {
    padding: 40px;
    background: var(--white);
    max-width: 700px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

.popup.popup__reed {
    padding: 0;
    background: transparent;
    max-width: 600px;
    max-height: 622px;
    border-radius: 10px;
}
.popup.popup__reed .review {
	border-radius: 10px;
	padding: 14px;
}
.popup.popup__reed .review img {
	border-radius: 10px;
}

.popup__listing {
    border-radius: 10px;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 5rem;
    color: var(--white);
    z-index: 2;
/*    top: -50px;*/
/*	top: -30px;*/
	top: -40px;
    transition: 0.5s;
}
.popup__close:hover {
	opacity: 0.6;
	transform: rotate(90deg);
}

.popup__listing .popup__close {
	top: -50px;
}


.popup__title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
}
.popup__listing audio {
    /* width: 100%; */
    width: 80%;
    margin: 0 auto;
    display: block;
    transform: scale(1.35);
}
.popup .mfp-close {
    display: none !important;
}
.popup .slider__wrap {
    max-width: 480px;
    margin: auto;
}
.popup .slider__button {
    border-radius: 100%;
    background: var(--black);
    width: 60px;
    height: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: calc(-60px / 2);
    cursor: pointer;
    z-index: 2;
    transition: 0.5s;
}
.popup .slider__button path {
	transition: 0.5s;
}
.popup .slider__button-prev {
    left: 10px;
}
.popup .slider__button-next {
    right: 10px;
}
.popup .slider__button:hover {
	background: var(--white);
    border: 2px solid var(--black);
}
.popup .slider__button:hover path {
	fill: var(--black);
}

.popup__quotes {}
.popup__quotes .popup__inner-text {
	height: 350px;
}
.popup__quotes .popup__quotes-book {
/*	font-size: 2.4rem;*/
	font-family: 'UpMax';
	font-size: 1.2rem;
	text-transform: uppercase;
/*	margin-bottom: 12px;*/
	margin-bottom: 18px;
    color: var(--gray2);
/*	text-align: center;*/
}
.popup__quotes .popup__quotes-text {
/*	font-size: 1.6rem;*/
	font-size: 1.8rem;
/*	overflow-y: visible;*/
/*    overflow-y: scroll;*/
}
.popup__quotes .popup__quotes-text p {
	margin-bottom: 16px;
}
.popup__quotes .popup__quotes-text p:last-of-type {
	margin-bottom: 0;
}


.overlay {
	display: none;
}
.overlay__bg {
	display: none;
}



.s__fixed {
/*    display: flex;*/
	display: none;
    justify-content: center;
    padding: 12px;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 1s;
}
.s__fixed.active .s__btn {
	bottom: 0;
}
.s__fixed.active {
    bottom: 20px;
}









