.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
	padding-left: 140px !important;
}

.iti__selected-country {
	height: 55px !important;
	    color: #010101 !important;
}
@media screen and (max-width: 767px) {
	.iti--allow-dropdown .iti__country-container {
	}
	.iti__selected-country {
		/*height: 39px !important;*/
		height: 46px !important;
	    font-size: 2rem !important;
	}
	.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
	    padding-left: 110px !important;
	}
}

.header {
	background: var(--white);
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	box-shadow: 0px 40px 87px 0px rgba(0,0,0,0.04);
}

.header .columns {
    align-items: center;
}
.header .column {
}
.header .column-1 {}
.header .column-2 {
	align-items: center;
/*	justify-content: space-between;*/
    justify-content: flex-end;
    margin-top: -4px;
}
.header .header__logo {
	font-size: 2.3rem;
	font-weight: 500;
	color: var(--black0A);
	text-decoration: none;
	align-items: center;
}
.header .header__logo img {
	margin-right: 10px;
}
.header__logo span {}
.lang__list {
/*	margin-right: 13%;*/
}
.lang__item {
	margin-right: 16px;
}
.lang__item:last-child {
	margin-right: 0;
}
.lang__link {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 2px solid var(--green96);
	background: var(--green96);
	text-decoration: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'UpMax';
	font-size: 1.6rem;
	font-weight: 600;
/*	color: var(--white);*/
/*	color: var(--green25);*/
	border-color: var(--green96);
	background: transparent;

	color: #007032;
}
.lang__link-current {
/*	color: var(--green25);*/
	color: #025125;
	background: var(--green96);
	pointer-events: none;
}
.header .s__btn {
	margin-left: 13%;
	font-size: 2rem;
/*	padding: 16px 48px;*/
	padding: 17px 24px;
	max-width: 234px;
}
.header .burger {
	display: none;
}

.burger__menu {
	position: fixed;
	top: -100%;
	left: 0;
	transition: 0.5s;
    z-index: 100;
}


.s__general {
	background: var(--white);
/*	padding: 52px 0 0;*/
	padding: 142px 0 0;
}
.s__general .tech__list {
	margin-bottom: 40px;
}
.s__general .tech__item {
	padding: 7px 24px 7px 16px;
	border-radius: 999px;
	border: 1px solid var(--greyCA);
	margin-right: 12px;
	align-items: center;
}
.s__general .tech__item:last-child {
	margin-right: 0;
}
.s__general .tech__img {}
.s__general .tech__img img {
	margin-right: 8px;
}
.s__general .tech__text {
	font-size: 1.6rem;
}

.s__general .s__title {
	color: var(--green32);
	margin-bottom: 8px;
	font-size: 6.4rem;
	letter-spacing: 0.5px;
}
.s__general .s__subtitle {
	font-family: 'UpMax';
	font-size: 3.2rem;
	margin-bottom: 40px;
}
.s__general .s__text {
	margin-bottom: 64px;
}
.s__general .s__wrap {}
.s__general .s__wrap-btn {
	margin-bottom: 22px;
}
.s__general .s__btn {
	margin-right: 20px;
}
.s__general .box__price {
	padding: 24px;
	background: var(--light);
	display: inline-flex;
	border-radius: 12px;
	font-family: 'UpMax';
	font-size: 2.4rem;
	font-weight: 600;
}
.s__general .box__price-new {
	color: var(--black00);
	margin-right: 4px;
}
.s__general .box__price-old {
	color: var(--greyCA);
	text-decoration: line-through;
}
.s__general .s__btn-text2 {
	display: none;
}
.s__general .s__wrap-new {
    display: flex;
    justify-content: space-between;
}
.s__general .timer {
    max-width: 682px;
    width: 100%;
	border: 2px solid var(--greyCA);
	border-radius: 12px;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
}
.timer .timer__text {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.timer .timer__list {}
.timer .timer__item {
	flex-direction: column;
	align-items: center;
}
.timer .timer__num {
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: -8px;
}
.timer .timer__label {
	font-size: 1.6rem;
	color: var(--greyCA);
	font-weight: 500;
}
.timer .timer__sepator {
	font-size: 3.2rem;
	color: var(--greyCA);
	padding: 0 9px;
}
.s__general .bonus {
    max-width: 682px;
    width: 100%;
	border: 2px solid var(--greyCA);
	border-radius: 12px;
	padding: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
}
.s__general .bonus .bonus__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.s__general .bonus .bonus__text1 {
    font-weight: 700;
}
.s__general .bonus .bonus__text2 {}

.s__general .s__img {
	margin-top: -56px;
}
.s__general .s__img img {}

.s__general .s__img-tablet {
	display: none;
}
.s__general-resc .s__img {
	margin-top: 20px;
}

.s__general .columns-tablet {
	display: none;
}

.s__general .columns-mob {
	display: none;
}




.s__whom {
	background: var(--black28);
}
.s__whom .columns {
	margin-bottom: 120px;
}
.s__whom .columns:last-child {
	margin-bottom: 0;
}
.s__whom .s__title {
	color: var(--white);
	font-size: 6.4rem;
}
.s__whom .s__img {
	margin-top: -16px;
}
.s__whom .s__img img {}

.s__whom .list {
	flex-direction: column;
}
.s__whom .list__item {
	margin-bottom: 16px;
	padding: 24px;
	border-radius: 12px;
	background: var(--black33);
	width: 100%;
}
.s__whom .list__item:last-child {
	margin-bottom: 0;
}
.s__whom .list__info {}
.s__whom .list__img {
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}
.s__whom .list__text {
	color: var(--white);
}

.s__whom .s__spec {
	max-width: 856px;
	margin: 0 auto;
	flex-direction: column;
	text-align: center;
}
.s__whom .s__spec p {
	margin-bottom: 12px;
}
.s__whom .s__spec p:last-of-type {
	margin-bottom: 0;
}
.s__whom .s__tagline {
	color: var(--white);
    font-family: 'UpMax';
	font-size: 3.2rem;
	line-height: 1.15;
/*	margin-bottom: 24px;*/
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.s__whom .s__tagline .s__img {
	display: none;
}
.s__whom .s__text {
	width: 100%;
	color: var(--white);
}

.s__whom .s__subtitle {
	color: var(--green96);
    font-family: 'UpMax';
	font-size: 5.6rem;
	line-height: 1;
	margin-bottom: 24px;
}
.s__whom .s__text {}

.s__whom .s__info {
	padding: 32px;
	color: var(--white);
	background: var(--black33);
	border-radius: 16px;
	margin-left: 48px;
	overflow: hidden;
	position: relative;
}
.s__whom .s__info-img {
	margin-bottom: 16px;
}
.s__whom .s__info-text {}

.s__whom .decor svg {
	width: 100%;
	max-width: 100%;
	position: absolute;
    top: 0;
    right: 0;
}

/*
.s__whom .decor {
	background: var(--green96);
	width: 762px;
	height: 304px;
	filter: blur(200px);
	position: absolute;
    top: -480px;
    right: 100px;
}
*/

.s__work {
	padding-bottom: 60px;
}
.s__work .s__title {
	font-size: 4.8rem;
	margin-bottom: 90px;
}
.s__work .s__text {}
.s__work .s__text p {
	margin-bottom: 16px;
}
.s__work .s__text p:last-of-type {
	margin-bottom: 0;
}

.s__work .work__list {
	flex-wrap: wrap;
	margin-bottom: -24px;
}
.s__work .work__item {
	margin-bottom: 24px;
	border-radius: 16px;
	flex-direction: column;
	padding: 32px;
	background: var(--white);
	min-height: 370px;
}

.s__work .work__num,
.s__work .work__img {
	width: 56px;
	height: 56px;
	margin-bottom: 26px;
}

.s__work .work__num-inner,
.s__work .work__img-inner {
	align-items: center;
	justify-content: center;
/*	font-size: 4.8rem;*/
    font-family: 'UpMax';
	font-size: 3.2rem;
	line-height: 100%;
	font-weight: 500;
	border-radius: 100%;
}
.s__work .work__num-inner {
	height: 48px;
	width: 48px;
	background: var(--green32);
	color: var(--white);
}
.s__work .work__img {}

.s__work .work__info {
	flex-direction: column;
}
.s__work .work__title {
	margin-bottom: 10px;
	font-family: 'UpMax';
	font-size: 2.4rem;
}
.s__work .work__text {
	font-size: 1.6rem;
	line-height: 1.15;
}
.s__work .work__item-spec {
	background: #DCFFDB;
}
.s__work .work__item-spec .work__text {
	font-size: 2rem;
}


.s__bonus {}
.s__bonus .s__title {
	text-align: center;
}
.s__bonus .block {
	padding: 32px;
	background: var(--white);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 350px;
}
.s__bonus .block .block__item {
	font-size: 2rem;
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 16px;
/*	flex-direction: column;*/
}
.s__bonus .block .block__title {
	font-size: 2.4rem;
	font-family: 'UpMax';
	font-weight: 500;
	margin-bottom: 24px;
}
.s__bonus .block .block__item:last-child {
	margin-bottom: 0;
}
.s__bonus .block .block__footer {
	font-size: 1.6rem;
	color: rgba(160, 160, 160, 1);
}

.s__bonus .block-1 {}
.s__bonus .block-1 .block__body {}
.s__bonus .block-1 .block__title {
}
.s__bonus .block-1 .block__list {
	display: flex;
	flex-direction: column;
}
.s__bonus .block-1 .block__item {
}
.s__bonus .block-1 .block__num {
	width: 28px;
	height: 28px;
	background: rgba(0, 112, 50, 1);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	margin-right: 8px;
	font-size: 1.8rem;
    position: relative;
    top: -4px;
    flex-shrink: 0;
}
.s__bonus .block-1 .block__text {}
.s__bonus .block-1 .block__footer {}
.s__bonus .block-1 .block__footer-text {}

.s__bonus .block-2 {}
.s__bonus .block-2 .block__body {}
.s__bonus .block-2 .block__title {
}
.s__bonus .block-2 .block__list {}
.s__bonus .block-2 .block__item {
	margin-bottom: 8px;
}
.s__bonus .block-2 .block__ico {
	width: 28px;
	height: 28px;
	margin-right: 8px;
    position: relative;
    top: -4px;
    flex-shrink: 0;
}
.s__bonus .block-2 .block__text {}
.s__bonus .block-2 .block__footer {
}
.s__bonus .block-2 .block__footer-text {}







.s__reviews {
	margin-bottom: -120px;
	padding-top: 50px;
/*	padding-bottom: 150px;*/
	padding-bottom: 120px;
}
.s__reviews .s__title {
	text-align: center;
	font-size: 4.8rem;
	margin-bottom: 24px;
}
.s__reviews .s__text {
/*	margin-bottom: 24px;*/
	margin-bottom: -6px;
	text-align: center;
}
.s__reviews .slider__wrap {
/*	height: 500px;*/
/*	background: red;*/
}




.s__videos .slider {
	position: relative;
}
.s__videos .video__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.s__videos .video__column {
	padding-bottom: 164px;
	width: 100%;
}
.s__videos .video__column1 {
    max-width: 546px;
    padding-right: 20px;
    position: relative;
    right: -36px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.s__videos .video__column2 {
	max-width: 354px;
	flex-shrink: 0;
	padding-bottom: 0;
	position: relative;
    left: 10px;
}
.s__videos .video__column3 {
    align-items: flex-start;
    max-width: 526px;
    padding-left: 48px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
/*    left: -32px;*/
	left: -56px;
    top: -20px;
}

.s__videos .autor__text {
    font-family: 'UpMax';
    font-size: 2.6rem;
	color: var(--green32);
	text-align: right;
	max-width: 410px;
}
.s__videos .autor__name {
    font-family: 'UpMax';
    font-size: 1.6rem;
	text-align: right;
	margin-top: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.s__videos .autor__img {
	background: url(../i/iphone_moqup_white.png) no-repeat center;
	width: 354px;
	height: 627px;
	position: relative;
}
.s__videos .autor__img img {
	height: 100%;
	object-fit: cover;
}

.s__videos .autor__img-inner  {
    position: absolute;
    width: 222px;
    height: 488px;
    left: 50%;
    margin-left: calc(-220px / 2);
    top: 40px;
    border-radius: 26px;
    overflow: hidden;
}
.s__videos .autor__img-inner iframe {
	height: 100%;
	width: 100.5%;
}
.s__videos .autor__img-chelka  {
    position: absolute;
    top: 0;
    left: 0;
    width: 59.5px;
    top: 8px;
    left: 50%;
    margin-left: calc(-59.5px / 2);
    z-index: 2;
}
.s__videos .autor__img-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 60px;*/
	height: 50%;
	background: transparent;
}
.s__videos .autor__img-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
/*	height: 60px;*/
	height: 50%;
	background: transparent;
}

.s__videos .autor__img-volume {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 75px;
	height: 75px;
    left: 50%;
    margin-left: calc(-75px / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.s__videos .autor__img-volume-inner {}
.s__videos .autor__img-volume-inner button {
	padding: 10px;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    cursor: pointer;
}
.s__videos .autor__img-volume img,
.s__videos .autor__img-volume svg {
	max-width: 42px;
	max-height: 42px;
}
.s__videos .autor__img-volume-inner button.active {
	opacity: 0.1;
}
.s__videos .autor__img-volume-inner button.active:hover {
	opacity: 1;
}

.s__videos .autor__img-play {
	cursor: pointer;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;left: 0;
	bottom: 0; right: 0;
	margin: auto;
}
.s__videos .autor__img-play button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    cursor: pointer;
}

.s__videos .autor__img-play img,
.s__videos .autor__img-play svg {
	max-width: 80%;
    max-height: 80%;
    position: relative;
    left: 6%;
}
.s__videos .autor__img-pause {
	cursor: pointer;
	width: 76px;
	height: 76px;
	position: absolute;
	top: 0;left: 0;
	bottom: 0; right: 0;
	margin: auto;
	opacity: 0.05;
}
.s__videos .autor__img-pause button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:none;
    cursor: pointer;
}
.s__videos .autor__img-pause img, 
.s__videos .autor__img-pause svg {
	max-width: 80%;
    max-height: 80%;
    position: relative;
}



.s__videos .video__item .autor__img-play {
	opacity: 1;
	transform: scale(1);
}
.s__videos .video__item .autor__img-pause {
	opacity: 0;
	transform: scale(0);
}

.s__videos .video__item.active .autor__img-play {
	opacity: 0;
	transform: scale(0);
}

.s__videos .video__item.active .autor__img-pause {
/*	opacity: 0.2;*/
	opacity: 0;
	transform: scale(1);
}
.s__videos .video__item.active .autor__img-pause:hover {
/*	opacity: 0.5;*/
	opacity: 0;
}


.s__videos .autor__img-detail {
	position: absolute;
    top: 180px;
    right: -250px;
	max-width: 360px;
	display: flex;
	width: 100%;
	opacity: 1;
	text-decoration: none;
}
.s__videos .autor__img-detail.active {
	opacity: 0;
}
.s__videos .autor__play {
	max-height: 166px;
    max-width: 166px;
    position: relative;
    left: -30px;
}
.s__videos .autor__play img, 
.s__videos .autor__play svg {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}
.s__videos .autor__playtext {
    font-family: 'UpMax';
    font-size: 2.6rem;
	position: relative;
    left: -30px;
    top: 10px;
    color: var(--green32);
}

.s__videos .video__more {
	color: var(--grey20);
	margin-bottom: 22px;
	max-width: 280px;
	width: 100%;
	display: none;
}

.s__videos .s__decor {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.s__videos .s__decor img {}
.s__videos .s__decor2 {
	width: 288px;
	height: 288px;
	background: var(--green20);
	filter:blur(500px);
    -o-filter:blur(500px);
    -ms-filter:blur(500px);
    -moz-filter:blur(500px);
    -webkit-filter:blur(500px);
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: calc(-288px / 2);
}


.s__videos .autor__img:hover .autor__img-play {
	transform: scale(1.2);
}

.s__videos .desc {}
.s__videos .mob {
	display: none;
}
.s__videos .slider__controls {
	display: flex;
	align-items: center;
    font-family: 'UpMax';
	font-size: 2.6rem;
}
.s__videos .slider__button {
	width: 78px;
	height: 78px;
/*	border: 4px solid #D0D0D0;*/
	border: 4px solid var(--green32);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 24px;
	transition: 0.5s;
	cursor: pointer;
	flex-shrink: 0;
}
.s__videos .slider__button svg {}
.s__videos .slider__button path {
/*	transition: 0.5s;*/
/*	fill: #D0D0D0;*/
}
.s__videos .slider__button-prev {}
.s__videos .slider__button-next {
}

.s__videos .slider__button-prev path {
	fill: var(--green32);
}
.s__videos .slider__button-next path {
	fill: var(--green32);
}

.s__videos .swiper-button-disabled {
	transition: 0.5s;
	border: 4px solid #D0D0D0;
	pointer-events: none;
}
.s__videos .swiper-button-disabled path {
	fill: #D0D0D0;
}

.s__videos .slider__button:hover {
	border-color: #007032;
}
.s__videos .slider__button:hover path {
	fill: #007032;
}


.s__videos .slider__nums {}






.s__prog {
	position: relative;
	z-index: 2;
	background: var(--black28);
	padding-bottom: 36px;
}
.s__prog .s__title {
	color: var(--white);
	text-align: center;
}
.s__prog .prog__list {
	flex-wrap: wrap;
	margin-bottom: -24px;
/*	overflow: hidden;
	position: relative;
	z-index: 2;*/
}
.s__prog .prog__item {
	flex-direction: column;
	padding: 32px;
	background: var(--black33);
	margin-bottom: 24px;
	color: var(--white);
	min-height: 200px;
	border-radius: 16px;
}
.s__prog .prog__title {
	font-family: 'UpMax';
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--green96);
}
.s__prog .prog__text {}


.s__material {
	background: var(--black33);
	color: var(--white);
	padding: 0;
}
.s__material .container {
	max-width: 100%;
}

.s__material .decor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.s__material .decor svg {
	width: 100%;
	max-width: 100%;
}

/*.s__material .decor {
	background: var(--green96);
	width: 954px;
	height: 380px;
	filter: blur(200px);
	position: absolute;
	top: -500px;
    left: 50%;
    margin-left: calc(-954px/2);
}*/
.s__material .material__box {
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.s__material .s__img {
	position: relative;
	z-index: 1;
	margin-bottom: 24px;
}
.s__material .s__img img {}
.s__material .s__subtitle {
	font-size: 3.2rem;
	color: var(--green96);
	margin-bottom: 12px;
	letter-spacing: 0.4px;
	position: relative;
	z-index: 1;
}
.s__material .s__text {
	position: relative;
	z-index: 1;
}


.s__org {
	background: var(--black28);
	padding: 50px 0 120px;
}
.s__org .org__list {
	padding: 24px 28px;
	border-radius: 24px;
	width: 100%;
	background: var(--white);
}
.s__org .org__item {
	flex-direction: column;
	max-width: calc(100% / 5);
	width: 100%;
	padding: 0 12px;
}
.s__org .org__img {
	margin-bottom: 20px;
}
.s__org .org__img img {}
.s__org .org__text {
	font-size: 1.6rem;
	line-height: 1;
}


.s__special {
	background: var(--black33);
	color: var(--white);

/*	background: url(pp/frame.jpg) no-repeat center top;*/
}
.s__special .container {
/*	opacity: 0.5;*/
}
.s__special .columns {
	flex-direction: column;
}
.s__special .s__title {
	margin-bottom: 24px;
	text-align: center;
}
.s__special .s__subtitle {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}
.s__special .box {
    font-family: 'UpMax';
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 48px;
}
.s__special .box__old {
	color: var(--greyA0);
	font-size: 3.2rem;
	text-decoration: line-through;
}
.s__special .box__new {
	color: var(--green96);
	font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: -4px;
}
.s__special .box__text {
	text-align: center;
	font-size: 2rem;
	margin-top: 18px;
}
.s__special .text__place {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 24px;
}
.s__special .s__wrap {
	margin-bottom: 24px;
	justify-content: center;
	text-align: center;
}
.s__special .s__wrap .btn {
	margin-left: auto;
	margin-right: auto;
}
.s__special .s__btn-text2 {
	display: none;
}

.s__special .timer {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
    max-width: 510px;
    width: 100%;
    color: var(--white);
	border: 2px solid var(--green96);
	border-radius: 12px;
	padding: 22px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s__special .timer .timer__sepator {
	padding: 0 14px;
}




.s__autor {
	padding-bottom: 0;
	background: var(--white);
}
.s__autor .s__title {
	margin-bottom: 48px;
}
.s__autor .list {}
.s__autor .list__item {
	margin-bottom: 16px;
	align-items: center;
	padding-left: 52px;
	position: relative;
	min-height: 45px;
}
.s__autor .list__item:last-child {
	margin-bottom: 0;
}
.s__autor .list__item:before {
	content:'';
}
.s__autor .list__img {
	margin-right: 8px;
	position: absolute;
	left: 0;
	top: 0;
}
.s__autor .list__text {}

.s__autor .autor__text {
    font-family: 'UpMax';
	font-size: 3.2rem;
	color: var(--green2e);
	text-align: center;
	margin-top: 35px;
	margin-bottom: -55px;
}
.s__autor .s__img {
	width: calc(100% + 110px);
    transform: translateX(-50px);
}
.s__autor .s__img img {}
.s__autor .columns-tablet {
	display: none;
}


.s__methods {
	background: var(--white);
	padding: 0 0 115px;
}
.s__methods .box {
	background: var(--light2);
	border-radius: 24px;
	padding: 32px;
}
.s__methods .s__tagline {
	font-family: 'UpMax';
	font-size: 3.2rem;
	line-height: 1.1;
}
.s__methods .s__text {
	font-size: 1.6rem;
}
.s__methods .s__text p {
	margin-bottom: 9px;
}
.s__methods .s__text p:last-of-type {
	margin-bottom: 0;
}



.s__peoples {
	background: var(--light2);
}
.s__peoples .s__tagline {
	font-family: 'UpMax';
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
}
/*.s__peoples .photo__list {}
.s__peoples .photo__item {}
.s__peoples .photo__img {}
.s__peoples .photo__img img {}*/
.s__peoples .marquee {
	overflow-x: hidden;
	padding-top: 200px;
	margin-top: -200px;
}
.s__peoples .marquee__track {
    overflow: visible;
}
.s__peoples .marquee__track .slick-list {
    overflow: visible;
}
.marquee__col {
    display: flex !important;
    flex-direction: column;
}
.marquee__item {
    position: relative;
    display: flex;
    width: 96px;
    height: 96px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.marquee__item:last-child {
	margin-bottom: 0;
}
.marquee__col .marquee__item:nth-child(odd) {
    margin-left: 48px;
    margin-right: -48px;
}
.marquee__item img {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    z-index: -1;
}
.marquee__text {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 375px;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(100deg, #535353 3.6%, #0B0B0B 118.92%);
    color: #FFFFFF;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in;
    z-index: 20;
}
.marquee__text span {
    font: inherit;
}
.marquee__text span:first-child {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
}
.marquee__text span:last-child {
    font-size: 16px;
}
.marquee__item:hover .marquee__text {
    opacity: 1;
}



.s__why {
	background: var(--black28);
	overflow: hidden;
}
.s__why .s__title {
	color: var(--white);
	text-align: center;
}
.s__why__wrap {
	position: relative;
}
.s__why .box {
	position: relative;
	z-index: 2;
	background: var(--black33);
	padding: 32px;
	color: var(--light2);
	border-radius: 24px;
	max-width: 856px;
	width: 100%;
	margin: 0 auto -20px;
	overflow: hidden;
}
.s__why .box__inner {
	margin-bottom: 56px;
}
.s__why .box__inner:last-child {
	margin-bottom: 0;
}
.s__why .box__text2 {
	font-family: 'UpMax';
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 26px;
}
.s__why .box__text2 strong {
	color: var(--green96);
}
.s__why .box__text {}
.s__why .box__text p {
	margin-bottom: 24px;
}
.s__why .box__text p:last-of-type {
	margin-bottom: 0;
}

.s__why .decor {
	position: absolute;
	top: -100px;
    left: 0%;
    width: 100%;
}
.s__why .decor svg {
	max-width: 100%;
	width: 100%;
}
.s__why .decor2 {
	position: absolute;
	bottom: 0;
    left: 0%;
}
.s__why .decor2 svg {
	max-width: 100%;
	width: 100%;
}

/*.s__why .decor {
	background: var(--green96);
	width: 954px;
	height: 272px;
	filter: blur(200px);
	position: absolute;
	top: 100px;
    left: 50%;
    margin-left: calc(-954px/2);
}
.s__why .decor2 {
	background: var(--green96);
	width: 954px;
	height: 380px;
	filter: blur(200px);
	position: absolute;
	bottom: -500px;
    left: 50%;
    margin-left: calc(-954px/2);
}
*/

.s__faq {
	background: var(--light2);
	padding-bottom: 0;
}
.s__faq .s__title {
	text-align: center;
}
.s__faq .faq__list {
	flex-direction: column;
	max-width: 856px;
	width: 100%;
	margin: 0 auto;
}
.s__faq .faq__item {
	border-radius: 24px;
	padding: 30px 32px;
	background: var(--white);
	flex-direction: column;
	margin-bottom: 24px;
	width: 100%;
	cursor: pointer;
}
.s__faq .faq__item:last-child {
	margin-bottom: 0;
}
.s__faq .faq__header {
    font-family: 'UpMax';
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.s__faq .faq__questiono {}
.s__faq .faq__button {
	transition: 0.5s;
	flex-shrink: 0;
}
.s__faq .faq__body {
	padding-top: 28px;
	display: none;
	flex-direction: column;
}
.s__faq .faq__body p {
	margin-bottom: 12px;
}
.s__faq .faq__body p:last-of-type {
	margin-bottom: 0;
}
.s__faq .faq__item.active .faq__body {
	display: flex;
}
.s__faq .faq__item.active .faq__button {
	transform: rotate(calc(45deg + 45deg + 45deg));
}


.s__help {
	background: var(--light2);
	text-align: center;
}
.s__help .s__title {
	margin-bottom: 24px;
}
.s__help .s__text {
	margin-bottom: 48px;
}
.s__help .s__wrap-btn {
	margin-bottom: 48px;
/*	margin-bottom: 0;*/
	justify-content: center;
}

.tg__btn {
	background: var(--blue);
	padding: 16px 24px;
    font-family: 'UpMax';
	font-size: 2.4rem;
	border-radius: 12px;
	text-decoration: none;
	color: var(--white);
	align-items: center;
	transition: 0.5s;
}
.tg__btn span {
/*	margin-left: -10px;*/
	position: relative;
	left: -6px;
}
.tg__btn svg {
	margin-right: 16px;
}
.tg__btn:hover {
	background: #0754a9;
}

.s__help .s__img {
	margin-top: 48px;
	justify-content: center;
    max-width: 580px;
    margin: 0 auto;
}
.s__help .s__img img {}


.s__change {
	background: var(--black28);
	text-align: center;
	color: var(--white);
	overflow: hidden;
/*	padding-bottom: 0;*/
	padding: 0;
}
.s__change .box2 {
	overflow: hidden;
/*	margin-bottom: 48px;*/
	background: var(--black33);
	padding: 120px 0 48px;
}
.s__change .s__title {
	font-size: 5.6rem;
	margin-bottom: 24px;
}
.s__change .s__text {}

.s__change .box {
	padding: 56px;
	flex-direction: column;
	align-items: center;
	overflow-y: hidden;
/*	background: var(--black33);*/
	background: rgb(51,51,51);
/*	background: linear-gradient(0deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 50%, rgba(51,48,0,0) 100%);*/

	background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 50%, rgba(51, 51, 51, 0) 100%);

}
.s__change .box .box__wrap {
    width: 100%;
}
.s__change .box .s__btn {
	margin-bottom: 24px;
	max-width: 466px;
}
.s__change .box .s__btn-text2 {
	display: none;
}

.s__change .box .s__text {
	font-size: 1.6rem;
}

.s__change .decor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.s__change .decor svg {
	width: 100%;
	max-width: 100%;
}

.s__change .decor2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.s__change .decor2 svg {
	width: 100%;
	max-width: 100%;
}

/*.s__change .decor {
	background: var(--green96);
	width: 954px;
	height: 380px;
	filter: blur(200px);
	position: absolute;
	top: -500px;
    left: 50%;
    margin-left: calc(-954px/2);
}
.s__change .decor2 {
	background: var(--green96);
	width: 954px;
	height: 380px;
	filter: blur(200px);
	position: absolute;
	bottom: -500px;
    left: 50%;
    margin-left: calc(-954px/2);
}*/


.s__tech {
	background: var(--white);
}
.s__tech-success {
/*	padding: 44px 0 0;*/
	padding: 88px 0 0;
}
.s__tech-failed {
/*	padding: 44px 0 0;*/
	padding: 98px 0 85px;
}
.s__tech .s__header-box {
	margin-top: 120px;
	display: flex;
	align-items: flex-start;
}
.s__tech .s__title {
	display: none !important;
}
.s__tech .s__header-box .s__title {
	/*display: none;*/
	display: flex !important;
}
.s__tech .s__check {
	margin-bottom: 40px;
	/*margin-top: 80px;*/
	margin-top: 10px;
	margin-right: 20px;
	flex-shrink: 0;
}
.s__tech .s__box {
	margin-bottom: 64px;
}
.s__tech .s__title {
	margin-bottom: 40px;
}
.s__tech-success .s__title {
	font-size: 6.4rem;
	color: var(--green32);
}
.s__tech-failed .s__title {
	font-size: 6.4rem;
	color: var(--black0A);
}
.s__tech .s__subtitle {
    font-family: 'UpMax';
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.s__tech .s__text {
	margin-bottom: 18px;
}
.s__tech .s__text p {
	margin-bottom: 12px;
}
.s__tech .s__text p:last-of-type {
	margin-bottom: 0;
}
.s__tech .list {}
.s__tech .list__item {
	align-items: center;
	margin-bottom: 4px;
	min-height: 44px;
}
.s__tech .list__item:last-child {
	margin-bottom: 0;
}
.s__tech .list__img {
	margin-right: 8px;
}
.s__tech .list__text {
	font-size: 1.6rem;
}
.s__tech .list__text a {
	color: var(--blue);
	text-decoration: underline;
}

.s__tech .s__info {
	flex-direction: column;
}
.s__tech .s__info-text {
    font-family: 'UpMax';
	font-size: 2.4rem;
	margin-bottom: 18px;
}
.s__tech .s__info-btn {
	width: 100%;
}
.s__tech .s__btn {
	margin-right: 48px;
	max-width: 464px;
}
.s__tech .tg__btn {
/*	max-width: 446px;*/
/*	max-width: 350px;*/
	max-width: initial;
/*    width: 100%;*/
    max-width: initial;
    display: inline-flex;
    padding: 22px 60px;
    font-size: 2.6rem;
}

.s__tech .box2 {
	margin-bottom: 66px;
}
.s__tech .box {}
.s__tech .box-1 {}
.s__tech .box-2 {
	padding-left: 30px;
}
.s__tech .s__btns {
	display: flex;
}

.s__tech .columns-desc {
	display: flex;
}
.s__tech .columns-mob {
	display: none;
}

.s__tech-failed .s__btns {
	margin-bottom: 40px;
}






.footer {
	padding: 48px 0;

	background: rgb(116,206,114);
/*	background: linear-gradient(357deg, rgba(116,206,114,1) 25%, rgba(0,62,28,1) 44%, rgba(35,35,35,1) 64%, rgba(49,49,49,1) 88%);*/

	background: linear-gradient(288.46deg, #74CE72 -34.16%, #003E1C 1.98%, #232323 40.64%, #313131 88.39%);

}
.footer .columns {
	margin-bottom: 48px;
}
.footer .columns:last-child {
	margin-bottom: 0;
}
.footer .footer__logo {
	display: block;
}
.footer .footer__logo svg {
	max-width: 150px;
}
.footer .footer__logo:hover {}
.footer .footer__logo:hover svg {
	transform: scale(1.05);
}

.footer .contact__list {
	display: flex;
	flex-direction: column;
	position: relative;
	left: 5px;
}
.footer .contact__item {
	margin-bottom: 16px;
}
.footer .contact__item:last-child {
	margin-bottom: 0;
}
.footer .contact__link {
	color: var(--light2);
	text-decoration: none;
	display: flex;
	align-items: center;
	letter-spacing: 0.2px;
}
.footer .contact__link svg {
	flex-shrink: 0;
	margin-right: 10px;
}
.footer .contact__link span {}
.footer .contact__link:hover {
	color: var(--light3);
}

.footer .footer__links {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer .footer__link {
    font-size: 1.6rem;
	text-decoration: underline;
	margin-bottom: 12px;
	color: var(--light3);
	font-weight: 400;
}
.footer .footer__link:last-child {
	margin-bottom: 0;
}
.footer .footer__link:hover {
	text-decoration: none;
	color: var(--light3);
}

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


.s__fixed {
	display: none;
}




.mfp-ready .popup {
	display: block;
}
.popup .mfp-close {
	display: none;
}
.popup {
	display: none;
	border-radius: 16px;
	background: var(--white);
	margin: 0 auto;
/*	max-width: 478px;*/
    max-width: 646px;
    padding: 30px 36px;
/*	background: url(pp/popup.jpg);*/
/*	background: url(pp/popup-mob.jpg);*/
}
.popup__inner {
/*	opacity: 0.5;*/
}
.popup__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
/*	margin-bottom: 26px;*/
	margin-bottom: 24px;
}
.popup__header-inner {
	display: flex;
	flex-direction: column;
}
.popup__package {
	color: var(--green32);
/*	letter-spacing: 2px;*/
	position: relative;
/*	top: -5px;*/
    font-family: 'UpMax';
	font-size: 3.2rem;
	margin-bottom: 12px;
}
.popup__title {
	font-size: 2rem;
/*	font-weight: 300;*/
	line-height: 1;
	color: var(--black28);
	margin-bottom: 10px;
}
.popup__tarif {}

.popup__information {
	font-size: 1.4rem;
	color: var(--black0A);
}
.popup .form__actual {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.4rem;
	color: var(--black33);
/*	margin-bottom: 24px;*/
	margin-bottom: 12px;
}
.popup .form__actual svg {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.popup .form__actual div {}


.popup__close {
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.popup__close path {
	transition: 0.5s;
}
.popup__close:hover {}
.popup__close:hover path {
	fill: #F00;
}

.popup__inform {
	color: var(--greyCA);
/*	font-size: 1.8rem;*/
	font-size: 1.6rem;
	line-height: 1.223;
	margin-bottom: 32px;
}
.popup__inform strong {
	color: var(--black28);
	font-weight: normal;
}
.popup__sale {
/*	background: var(--light2);*/
/*	padding: 12px;*/
/*	font-size: 2rem;*/
/*	margin-bottom: 24px;*/
/*	border-radius: 12px;*/
}
.popup__sale .price__new {
	color: var(--green32);
	font-weight: bold;
	margin: 0 8px;
}

.popup__sale .price__old {
	color: var(--greyA0);
	text-decoration: line-through;
}

.popup__detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.popup__detail .popup__sale {
	font-size: 1.6rem;
	background: rgba(246, 246, 246, 1);
	margin-right: 6px;
/*	width: calc(100% - 6px);*/
    width: calc(85% - 6px);
	max-width: 100%;
	padding: 2px;
	min-height: 42px;
	border-radius: 12px;

	display: flex;
	align-items: center;
	justify-content: center;

}
.popup__detail .popup__start {
	font-size: 1.6rem;
	background: rgba(246, 246, 246, 1);
	margin-left: 6px;
/*	width: calc(100% - 6px);*/
	width: calc(60% - 6px);
	max-width: 100%;
	padding: 2px;
	min-height: 42px;
	border-radius: 12px;

	display: flex;
	align-items: center;
	justify-content: center;

}

.survey__alert {
	font-size: 1.6rem;
	font-style: italic;
}


.popup__form {}
.popup__form ul {
	display: flex;
	flex-direction: column;
}
.popup__form ul li {
	position: relative;
/*	margin-bottom: 16px;*/
	margin-bottom: 12px;
}
.popup__form ul li:last-child {
	margin-bottom: 0;
}
.popup .form__inp {
	font-family: 'Cera Pro';
	font-size: 2.2rem;
	border: 2px solid var(--greyCA);
	padding: 13px 24px;
	border-radius: 12px;
	width: 100%;
	outline: none;
}
.popup .form__inp:hover,
.popup .form__inp:focus {
	border-color: var(--greyCA);
}
.popup .form__inp:active {
	border-color: var(--greyCA);
}
.popup .form__inp.error {
	border-color: #f00;
}
.popup .form__inp ~ label.error {
	color: var(--error);
	font-size: 1.4rem;
}

.popup .form__agree {
	font-size: 1.8rem;
	line-height: 1.2225;
	color: var(--black28);
	margin-bottom: 32px;
	margin-top: 16px;
}
.popup .form__agree label {
	padding-left: calc(32px + 24px);
	position: relative;
	display: block;
	cursor: pointer;
}
.popup .form__agree span {}
.popup .form__agree span:before {
	content:'';
	border: 2px solid var(--greyCA);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 6px;
}
.popup .form__agree label span:after {
	content:'';
	background: url(../i/ico__agree.svg) no-repeat center;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2px;
	left: 0;
	opacity: 0;
	transition: 0.5s;
}
.popup .form__agree label input {
    position: absolute;
    left: -999999px;
    opacity: 0;
}

.popup .form__agree label input:checked ~ span {}
.popup .form__agree label input:checked ~ span:before {
	border-color: var(--greyCA);
}
.popup .form__agree label input:checked ~ span:after {
	opacity: 1;
}

.popup .form__defend {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: var(--black33);
    margin-bottom: 10px;
    margin-top: -4px;
}
.popup .form__defend svg,
.popup .form__defend img {
	margin-right: 8px;
	flex-shrink: 0;
}
.popup .form__defend p {}
.popup .form__btn {
	width: 100%;
/*    border-radius: 12px;*/
    padding: 23px 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    cursor: pointer;
}
.popup .form__btn.disabled {
	pointer-events: none;
	opacity: 0.6;
}
.popup .s__text {
	font-size: 1.4rem;
	text-align: center;
	color: rgba(160, 160, 160, 1);
/*	color: var(--black33);*/
}

.popup .popup__timer {
    width: 100%;
    border: 2px solid var(--greyCA);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 24px;
}
.popup .popup__timer .timer__text {
	font-size: 1.4rem;
	color: rgba(10, 10, 10, 1);
}
.popup .popup__timer .timer__list {}
.popup .popup__timer .timer__sepator {
	font-size: 2.4rem;
	padding: 0 8px;
}
.popup .popup__timer .timer__num {
	font-size: 2.4rem;
}
.popup .popup__garant {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 24px;
}


.iti {
	color: var(--greyCA);
	width: 100%;
	max-height: 58px;
}
.iti__country {
    margin-bottom: 0 !important;
}
.iti__selected-country-primary {
	padding: 0 16px 0 26px !important;
}
.iti .form__inp {
	padding: 11px;
}



@media screen and (max-width: 1400px) {
		
	.s__general .tech__list {
		margin-bottom: 24px;
	}
	.s__general .s__subtitle {
		margin-bottom: 24px;
	}
	.s__general .s__text {
		margin-bottom: 24px;
	}
	.s__general .s__wrap-btn {
		display: flex;
		justify-content: space-between;
	}

	.s__methods {
/*		margin-top: 48px;*/
		padding-top: 48px;
	}


}


@media screen and (max-width: 1200px) {

	.s__general {
		padding-bottom: 100px;
	}
	.s__general .columns-tablet {
		display: flex;
	}
	.s__general .columns-tablet .tech__list {
		display: flex;
        justify-content: center;
	}
	.s__general .tech__list {
		display: none;
		margin-bottom: 48px;
	}

	.s__general .columns-desc {
/*		display: none;*/
		margin-bottom: 48px;
	}

	.s__general .columns-desc .s__wrap-btn,
	.s__general .columns-desc .s__wrap-timer,
	.s__general .columns-desc .s__wrap-bonus {
		display: none;
	}
	.s__general .s__wrap-btn {
		width: 100%;
		max-width: 696px;
		margin: 0 auto 24px;
	}
	.s__general .s__wrap-new {
	    width: 100%;
	    max-width: 696px;
	    justify-content: center;
	    margin: 0 auto;
	}
	.s__general .timer {
		max-width: 696px;
		/*margin: 0 auto;*/
	}
	.s__general .bonus {
	    
		max-width: 696px;
	}


	.s__general .s__img {
		display: none;
		margin-top: 0;
	}
	
	.s__general .s__img-tablet {
		display: flex;
		justify-content: center;
	}


	.s__whom .s__img {
		display: none;
	}
	.s__whom .s__subtitle {
		font-size: 4.8rem;
	}

	.s__whom .s__tagline {
		display: flex;
		align-items: center;
        text-align: left;
	}
	.s__whom .s__tagline .s__img {
		display: flex;
		max-width: 300px;
		flex-shrink: 0;
	}
	.s__whom .s__text {
        text-align: left;
	}

	.s__work .s__title {
		font-size: 3.2rem;
	}
	.s__work .columns {
		margin-bottom: 56px;
	}
	.s__work .columns:last-child {
		margin-bottom: 0;
	}
	.s__work .s__text {
		font-size: 1.6rem;
	}
	.s__work .work__item {
		min-height: 200px;
	}

	.s__bonus .block {
		 min-height: 100px;
	}
	.s__bonus .block {
		margin-bottom: 24px;
	}
	.s__bonus .block-2 {
		margin-bottom: 0;
	}
	.s__bonus .block .block__body {
		margin-bottom: 24px;
	}
	.s__reviews .s__title {
		font-size: 3.2rem;
	}
	.s__videos .autor__text {
		font-size: 2rem;
	}
	.s__videos .slider__button {
		margin: 0 10px;
		width: 68px;
		height: 68px;
	}

	.s__prog .prog__item {
		min-height: 100px;
	}

	.s__org .org__list {
		flex-direction: column;
	}
	.s__org .org__item {
		max-width: 100%;
		padding: 0;
		margin-bottom: 56px;
	}
	.s__org .org__item:last-child {
		margin-bottom: 0;
	}

	.s__autor {}
	.s__autor .columns-tablet {
		display: flex;
	}
    .s__autor .columns-desc {
        flex-direction: column-reverse;
    }
	.s__autor .columns-tablet .s__title {
		display: flex;
		justify-content: center;
	}
	.s__autor .columns-desc .s__title {
		display: none;
	}

	.s__autor .s__title {
		text-align: center;
	}
	.s__autor .list {
		max-width: 696px;
		margin: 0 auto;
	}
	.s__autor .s__img {
		display: flex;
		justify-content: center;
		width: 100%;
		transform: translateX(0);
		margin-bottom: -20px;
	}

	.s__methods {
		padding-bottom: 80px;
	}
	.s__methods .box {
		flex-direction: column;
		max-width: 696px;
		margin: 0 auto;
	}

	.s__methods .box .column {
		margin-bottom: 24px;
	}
	.s__methods .box .column:last-child {
		margin-bottom: 0;
	}

	.s__why .box {
		max-width: 696px;
	}

	.s__faq .faq__list{
		max-width: 696px;
		margin: 0 auto;
	}

	.footer .footer__logo {
		text-align: center;
		margin-bottom: 40px;
	}
	.footer .contact__list {
		align-items: center;
		margin-bottom: 48px;
		left: 0;
	}
	.footer .footer__links {
		align-items: center;
	}


	.s__tech {
		padding-bottom: 80px;
	}
	.s__tech .columns {
		align-items: flex-end;
	}
	.s__tech .s__title {
		font-size: 4rem;
	}
	.s__tech .s__box {
		margin-bottom: 40px;
	}
	.s__tech .s__img {
		margin-bottom: -80px;
	}


}

@media (max-width: 1023px) {


	.s__general {
		padding-top: 136px;
		padding-bottom: 85px;
	}
	.s__general .tech__list {
		margin-bottom: 40px;
	}
    .s__general .s__subtitle {
        margin-bottom: 38px;
    }

    .s__general .s__text {
        margin-bottom: 8px;
    }
    .s__general .s__wrap-btn {
    	margin-bottom: 20px;
        align-items: center;
    }

    .s__general .s__img {
    	margin-top: 14px;
    }

    .s__whom .columns {
	    margin-bottom: 34px;
	}
	.s__whom .s__tagline {
		line-height: 1.1;
		margin-bottom: 6px;
	}
	.s__whom .s__tagline .s__img {
		max-width: 270px;
	}
	.s__whom .s__img {
		margin-right: 28px;
	    margin-top: 20px;
	}
	.s__whom .columns-2 {
		margin-bottom: 55px;
	}
	.s__whom .s__info {
		margin-left: 0;
	}

	.s__work {
		padding-bottom: 8px;
	}
	.s__work .s__title {
		line-height: 1.1;
	}
	.s__work .work__item {
        min-height: 100px;
        margin-bottom: 22px;
    }
	.s__work .work__title {
		margin-bottom: 12px;
	}
	.s__work .work__num-inner {
	    height: 44px;
	    width: 44px;
	}
	.s__work .work__item-spec .work__text {
	    line-height: 1.2;
	}
	
	.s__work-resc .columns-resc {
	   margin-bottom: 24px;
	}
	.s__work-resc .columns-resc .s__title {
	    margin-bottom: 0;
	}

	.s__reviews {
		padding-bottom: 90px;
	}
	.s__reviews .s__title {
		margin-bottom: 28px;
	}
	.s__videos .video__item {
		flex-direction: column;
		align-items: center;
	}
	.s__videos .video__column {
		padding-bottom: 0;
	}
	.s__videos .video__column1 {
		display: none;
	}
	.s__videos .video__column2 {
		left: 0;
	}
	.s__videos .autor__img-detail {
		display: none;
	}
	.s__videos .video__column3 {
		left: 0;
		top: 0;
		padding-left: 0;
		align-items: center;
	}
    .s__videos .slider__button {
        margin: 0 24px;
        width: 78px;
        height: 78px;
    }
    

    .s__prog {
    	padding-bottom: 80px;
    }
    .s__prog .s__title {
    	margin-bottom: 80px;
    }
    .s__prog .prog__list {
    	margin-bottom: -38px;
    }
    .s__prog .prog__item {
    	margin-bottom: 16px;
    }

    .s__org {
    	padding-top: 58px;
    	padding-bottom: 80px;
    }
    .s__org .org__list {
    	padding: 40px 40px;
    }
    .s__org .org__item {
    	margin-bottom: 62px;
    }
    .s__org .org__img {
	    margin-bottom: 24px;
	}

	.s__special {
/*		background: url(pp/frame768.jpg) no-repeat center top;*/
	}
	.s__special .container {
/*		opacity: 0.5;*/
	}
	.s__special .s__title {
		font-size: 4.8rem;
	}
	.s__special .s__subtitle {
		font-size: 2.4rem;
		margin-bottom: 48px;
	}
	.s__special .box {
		margin-bottom: 58px;
	}
	.s__special .timer .timer__sepator {
	    padding: 0 6px;
	}



	.s__autor {}
	.s__autor .autor__text {
		margin-bottom: -85px;
		margin-top: 30px;
	}
	.s__autor .s__img {
		max-width: 680px;
		margin-bottom: 15px;
	}

	.s__methods .s__tagline {
		font-size: 2.4rem;
	}

	.s__methods .box {
		max-width: 750px;
/*		padding: 36px 0;*/
	}
	.s__methods .box .column {
        margin-bottom: 56px;
        padding: 0;
    }
    .s__methods .s__text p {
	    margin-bottom: 18px;
	}

	.s__peoples .s__tagline {
		font-size: 2.4rem;
		margin-bottom: 86px;
	}

	.s__why .s__title {
		margin-bottom: 54px;
	}

	.s__why .decor {
	    top: -200px;
	    left: -20%;
	    width: 140%;
	}
	.s__why .decor2 {
		bottom: -50px;
	}

	.s__faq .faq__item {
		padding: 36px 32px;

		/* delete */
/*		margin-bottom: 38px;*/
		/* delete */
	}
	.s__faq .faq__question {
		padding-right: 20px;
	}
	.s__faq .faq__button {
		width: 40px;
		height: 40px;
	}
	.s__faq .faq__button svg {
		width: 100%;
		height: 100%;
	}
	.s__faq .faq__body {
		padding-top: 36px;
	}

	.tg__btn {
		max-width: 444px;
		width: 100%;
		font-size: 2.6rem;
		padding: 20px 24px;
	}
	.s__help {}

	.s__change .box2 {
		padding: 75px 0 48px;
	}

	.s__change .s__title {
/*		font-size: 2.6rem;*/
		font-size: 3.2rem;
		line-height: 1.2;
	}

	.footer {
	    padding: 40px 0;
   	}
    .footer .contact__list {
		max-width: 270px;
		align-items: flex-start;
		margin: 0 auto 40px;
   }
   .s__tech .s__check {
	    margin-bottom: 40px;
	    margin-top: 50px;
	}

	.s__tech .columns {
		align-items: center;
	}

    .s__tech .s__title {
        font-size: 5.4rem;
    }
    .s__tech .s__img {
        margin-bottom: -10px;
    }

    .s__tech .s__info {
    	display: none;
    }

    .s__tech .columns-desc {
    	margin-bottom: 20px;
    }
    .s__tech .columns-mob {
    	display: flex;
    }
    .s__tech .columns-mob .s__info {
    	display: flex;
    	justify-content: center;
    	text-align: center;
    }
    .s__tech .s__info-text {
    	width: 100%;
    }
    .s__tech .tg__btn {
    	margin: 0 auto;
    }

    .s__tech-failed .s__check {
    	margin-top: 40px;
    }
    .s__tech-failed .column {
/*    	margin-bottom: 40px;*/
    }
    .s__tech .box-1 {
    	margin-bottom: 34px;
    }
    .s__tech .box-2 {
    	padding-left: 0;
    }
    .s__tech .s__btns {
    	flex-direction: column;
    	align-items: center;
    }
    .s__tech .s__btn {
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: 40px;
    	max-width: 400px;
    }

    .s__tech .tg__btn {
    	justify-content: center;
    	padding: 16px;
    	text-align: center;
    	 max-width: 400px;	
    }



}

@media (max-width: 767px) {


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


	.header .header__logo {
		font-size: 1.4rem;
	}
	.header .header__logo svg,
	.header .header__logo img {
		max-width: 25px;
		margin-right: 6px;
	}
	.header .lang__list {
		display: none;
	}
	.header .s__btn {
		display: none;
	}
	.header .burger {
		display: flex;
		flex-direction: column;
/*		width: 40px;*/
		width: 28px;
		padding: 5px;
		cursor: pointer;
		position: relative;
	}
	.header .burger__item {
		background: var(--green32);
		width: 100%;
		height: 2px;
/*		margin-bottom: 6px;*/

		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		border-radius: 12px;
		transition: all 0.3s ease;
	}
	.header .burger__item:last-child {
		margin-bottom: 0;
	}




	.burger__item {
		left: 0;
	}
	.burger__item:first-child {
		top: 0px;
	}
	.burger__item:nth-child(2){
		top: 6px;
	}
	.burger__item:last-child {
		top: 12px;
	}
	.rmSecond {
		opacity: 0;
	}
	.centerizing {
		top: 6px !important;
	}
	.rotL {
		transform: rotate(-45deg);
	}
	.rotF {
		transform: rotate(45deg);
	}



	.s__general {
		/*padding-top: 90px;*/
		/*padding-top: 80px;*/
		padding-top: 120px;
		padding-bottom: 42px;
	}
	.s__general .s__title {
		font-size: 4rem;
	}
	.s__general .s__subtitle {
		font-size: 2.4rem;
        margin-bottom: 22px;
    }
    .s__general .s__text {
        margin-bottom: 18px;
    }
	.s__general .columns-desc .s__wrap-btn, 
	.s__general .columns-desc .s__wrap-timer, 
	.s__general .columns-desc .s__wrap-bonus {
		display: flex;
	}
	.s__general .columns-desc .s__wrap-new {
	    flex-direction: column;
	}
	.s__general .columns-desc .s__wrap-timer {
	    margin-bottom: 12px;
	}
	
	
	.s__general .box__price {
		font-size: 1.6rem;
		padding: 14px;
	}
	.s__general .s__wrap-btn {
        flex-direction: column-reverse;
        margin-bottom: 16px;
	}
	.s__general .s__btn {
		margin-left: auto;
		margin-right: auto;
	}

	.s__general .s__btn-text {
		display: none;
	}
	.s__general .s__btn-text2 {
		display: flex;
	}

	.s__general .box__price {
		margin-bottom: 14px;
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.s__general .tech__list {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}
	.s__general .tech__item {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 12px;
	}
	

	.s__general .timer {
		/*padding: 16px;*/
		padding: 10px;
	}
	.timer .timer__text {
		font-size: 1.4rem;
	}
	.timer .timer__num {
		font-size: 3.2rem;
	}

	.s__general .columns-tablet {
		display: none;
	}
	.s__general .columns-mob {
		display: flex;
	}
	.s__general .columns-mob .tech__list {
		display: flex;
	}
	.s__general .s__img {
        /*margin-top: 54px;*/
        margin-top: 0;
    }
    .s__general .columns-desc {
    	/*margin-bottom: 54px;*/
    	margin-bottom: 24px;
    }


	.s__whom .s__title {
		font-size: 4rem;
	}
	.s__whom .s__tagline {
		margin-bottom: 24px;
		font-size: 2.4rem;
	}
	.s__whom .s__tagline .s__img {
		display: none;
	}

	.s__whom .columns {
		flex-direction: column;
		margin-bottom: 56px;
	}
	.s__whom .s__subtitle {
		font-size: 3.2rem;
	}
	.s__whom .s__text {
		margin-bottom: 24px;
	}
	.s__whom .list__item {
		padding: 16px;
		margin-bottom: 17px;
	}
	.s__whom .list__img {
		margin-right: 16px;
	}
	.s__whom .columns-2 {
		margin-bottom: 32px;
	}
	.s__whom .decor svg {
		top: -50px;
	}
	.s__whom .s__info {
		padding: 16px;
	}
	.s__whom .s__info-img {
		max-width: 40px;
	}
	.s__whom-resc .s__tagline {
	    flex-direction: column;
	}



	.s__work {
		padding-bottom: 16px;
	}
	.s__work .s__title {
		margin-bottom: 24px;
		font-size: 2.4rem;
	}
	.s__work .s__text {
		font-size: 1.4rem;
	}
	.s__work .s__text p {
	    margin-bottom: 18px;
	}
	.s__work .columns {
		flex-direction: column;
	}
    .s__work .work__item {
        padding: 22px 18px 16px;
        margin-bottom: 15px;
    }
	.s__work .work__num, .s__work .work__img {
/*	    width: 44px;*/
/*	    height: 44px;*/
	    width: 40px;
	    height: 40px;
	    margin-bottom: 18px;
	}
	.s__work .work__num, .s__work .work__img svg {
		width: 46px;
		height: 46px;
	}

	.s__work .work__num-inner {
		font-size: 2.6rem;
		width: 40px;
		height: 40px;
	}
	.s__work .work__title {
		font-size: 2rem;
		line-height: 1.1;
		margin-bottom: 18px;
	}
	.s__work .work__text {
		font-size: 1.4rem;
		line-height: 1.22;
	}
	.s__work .work__item-spec .work__text {
		font-size: 1.6rem;
	}
	
	/*.s__work-resc .s__title-2 {*/
	/*    margin-bottom: 20px;*/
	/*}*/

	.s__bonus {}
	.s__bonus .block {
		padding: 20px;
	}
	.s__bonus .block .block__title {
		font-size: 2rem;
	}
	.s__bonus .block .block__item {
		font-size: 1.8rem;
	}
	
	
	.s__methods .box {
	    max-width: 100%;
	}


	.s__reviews {
		padding-bottom: 72px;
		margin-bottom: 0;

		/* delete */
/*		padding-bottom: 28px;*/
		/* delete */
	}

	.s__reviews .s__title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.s__reviews .s__text {
		font-size: 1.6rem;
		line-height: 1.1;
	}

	.s__videos .slider__controls {
		font-size: 1.6rem;
	}
	.s__videos .slider__button {
		width: 48px;
		height: 48px;
	}
	.s__videos .slider__button svg {
	    width: 18px;
	}
	.s__videos .video__column1 {
		display: flex;
		order: 3;
		right: 0;
		padding-right: 6px;
		padding-left: 6px;
	}
	.s__videos .video__column2 {
		margin-bottom: -34px;
	}
	.s__videos .video__column3 {
/*		margin-bottom: 24px;*/
		margin-bottom: 54px;
	}
	.s__videos .autor__img {
		width: 100%;
	}
	.s__videos .autor__text {
		text-align: left;
/*		font-size: 2rem;*/
		font-size: 2.2rem;
		line-height: 1;
	}
	.s__videos .autor__name {
		font-size: 1.4rem;
	}
	.s__videos .slider__button {
		margin: 0 40px;
	}

   .s__prog {
        padding-bottom: 26px;
    }
	.s__prog .s__title {
		font-size: 2.4rem;
		margin-bottom: 56px;
	}
	.s__prog .prog__title {
		font-size: 2rem;
	}
    .s__prog .prog__list {
        margin-bottom: -14px;
    }
	.s__prog .prog__item {
		margin-bottom: 14px;
		padding: 16px;
	}
	.s__prog .prog__title {
		margin-bottom: 16px;
	}

	.s__material {
		background: var(--black28);
	}
	.s__material .container {
/*		padding: 0;*/
	}
	.s__material .material__box {
		padding: 34px 0;
		border-radius: 24px;
	}

	.s__material .decor {
	    top: -70px;
	    left: -30%;
	    width: 160%;
	}
	.s__material .s__subtitle {
		font-size: 2.4rem;
		margin-bottom: 8px;
		text-align: center;
	}

	.s__org {
		padding-top: 20px;
		padding-bottom: 56px;
	}
	.s__org .org__list {
		padding: 16px;
		border-radius: 16px;
	}
	.s__org .org__item {
		margin-bottom: 54px;
	}
    .s__org .org__img {
    	max-width: 40px;
    	max-height: 40px;
        margin-bottom: 16px;
    }
    .s__org .org__text {
    	line-height: 1.1;
    }

	.s__special {
/*		background: url(pp/frame320.jpg) no-repeat center top;*/
	}
	.s__special .container {
/*		opacity: 0.5;*/
	}
	.s__special .s__title {
		font-size: 2.4rem;
	}
	.s__special .s__subtitle {
		font-size: 1.6rem;
		margin-bottom: 18px;
	}	
	.s__special .box {
        margin-bottom: 28px;
    }
	.s__special .box__new {
		font-size: 5.6rem;
	}
	.s__special .box__old {
		font-size: 3.2rem;
	}
	.s__special .box__text {
		font-size: 1.6rem;
	}
	.s__special .text__place {
		font-size: 1.4rem;
	}
	.s__special .s__btn-text{
		display: none;
	}
	.s__special .s__btn-text2 {
		display: flex;
	}
	.s__special .timer {
		padding: 16px 0;
	}



	.s__autor .s__title {
		margin-bottom: 22px;
/*		font-size: 3.2rem;*/
	}
	.s__autor .autor__text {
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: -35px;
	}
	.s__autor .s__img {
		width: calc(100% + 56px);
		transform: translateX(-28px);
		margin-bottom: -12px;
	}

	.s__methods {
		padding: 56px 0;
	}
	.s__methods .box {
		padding: 16px;
		/*max-width: 310px;*/
		max-width: 100%;
	}
	.s__methods .s__tagline {
		font-size: 1.6rem;
	}
	.s__methods .s__text {
		font-size: 1.4rem;
	}
	.s__methods .box .column {
		margin-bottom: 26px;
	}

	.s__peoples .s__tagline {
		font-size: 1.6rem;
		line-height: 1.1;
		margin-bottom: 56px;
	}
	.s__peoples .marquee {
/*		margin-top: -182px;*/
		padding-top: 0;
		margin-top: 0;
	}

	.marquee__item {
		width: 72px;
		height: 72px;
	}
	.marquee__col .marquee__item:nth-child(odd) {
		margin-left: 36px;
		margin-right: -36px;
	}
	.marquee__text {
		/*position: fixed;
		top: 80px;
		left: 0;
		bottom: initial;
		width: 100%;
		max-width: 220px;
		transform: translateX(50%);
		padding: 16px;*/
	}

    .marquee__text span:first-child {
        font-size: 18px;
    }
	.marquee__text span:last-child {
        font-size: 12px;
    }

    .s__why .s__title {
        margin-bottom: 26px;
    }
	.s__why .box {
		padding: 16px;
	}
	.s__why .box__text2 {
		line-height: 1.15;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.s__why .box__text p {
	    margin-bottom: 18px;
	}	

	.s__faq .s__title {
		margin-bottom: 58px;
	}

	.s__faq .faq__item {
		padding: 15px;
		margin-bottom: 24px;
	}
	.s__faq .faq__header {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.s__faq .faq__button {
		width: 36px;
		height: 36px;
	}
    .s__faq .faq__question {
        padding-right: 36px;
    }
	.s__faq .faq__body {
		padding-top: 16px;
	}

	.s__help {
		padding: 50px 0 56px;
	}
	.s__help .s__title {
		margin-bottom: 18px;
	}
	.s__help .s__text {
	    margin-bottom: 22px;
	}

	.tg__btn {
		font-size: 2rem;
		padding: 16px;
	}
	.s__help .s__wrap-btn {
		margin-bottom: 22px;
	}

    .s__change .box2 {
        padding: 56px 0 48px;
		padding-left: 24px;
		padding-right: 24px;
    }
	.s__change .s__title {
		font-size: 2rem;
		line-height: 1.1;
	}

	.s__change .box {
		padding-left: 24px;
		padding-right: 24px;
	}
	.s__change .box .s__btn-text {
		display: none;
	}
	.s__change .box .s__btn-text2 {
		display: flex;
	}

	.s__change .decor {
		top: -100px;
	}
	.s__change .decor2 {
		bottom: -100px;
	}

    .footer {
        padding: 50px 0;
    }
    .footer .columns {
	    margin-bottom: 40px;
	}
    .footer .footer__logo {
    	margin-bottom: 26px;
    }
	.footer .footer__logo svg {
		height: auto;
	    max-width: 90px;
	}

    .footer .contact__list {
        max-width: 250px;
        margin-bottom: 26px;
    }
	.footer .contact__link {
		font-size: 1.8rem;
	}

	.footer .footer__link {
		font-size: 1.2rem;
	}

	.s__tech {
        padding-bottom: 56px;
    }
	.s__tech .s__header-box {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		margin-top: 0;
		
	}
	.s__tech .s__header-box .s__title {
		display: flex;
	}
	.s__tech .s__check {
		margin-bottom: 0;
		margin-top: 0;
		flex-shrink: 0;
		margin-right: 16px;
	}
	.s__tech .s__check img {
		max-width: 48px;
	}
	.s__tech .s__title {
		margin-bottom: 0;
/*        font-size: 4rem;*/
		font-size: 2.4rem;
/*	    margin-bottom: 20px;*/
	    display: none;
    }
    .s__tech .s__box {
        margin-bottom: 0px;
    }
    .s__tech .s__img {
/*        margin-bottom: 34px;*/
/*        max-width: 276px;*/
		max-width: 156px;
/*        margin-left: 5%;*/
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
    }
    .s__tech .s__info-text {
    	font-size: 1.6rem;
    }
    .s__tech .tg__btn {
    	font-size: 2rem;
    }

	.s__tech .tg__btn svg path {
		fill: rgb(239, 247, 252);;
	}

    .s__tech-failed .s__check {
        margin-top: -10px;
    }
    .s__tech-failed .s__subtitle {
    	font-size: 1.6rem;
    	margin-bottom: 12px;
    }
    .s__tech-failed .s__text {
    	font-size: 1.6rem;
    	margin-bottom: 22px;
    }
    .s__tech-failed .list__item {
    	margin-bottom: 10px;
    }
    .s__tech-failed .list__text {
	    font-size: 1.4rem;
	}
    .s__tech .box-1 {
        margin-bottom: 24px;
    }
    .s__tech-failed .box-2 .s__subtitle {
    	font-size: 2rem;
    }
    /*.s__tech .list__img {}
    .s__tech .list__img svg {
    	height: 30px;
    }*/
    .s__tech .s__btn {
    	margin-bottom: 12px;
    }

    .tech .lang__list {
    	display: flex;
    }

    .header .lang__link {
	    width: 32px;
	    height: 32px;
		font-size: 1.4rem;
	}




	.popup {
		padding: 20px;
		/*max-width: 328px;*/
		max-width: 100%;
	}
	.popup__close {
		width: 40px;
		height: 40px;
	}
	.popup__close svg {
		width: 40px;
		height: 40px;
	}
	.popup__header {
		margin-bottom: 20px;
	}
	.popup__package {
		font-size: 2.4rem;
		margin-bottom: 6px;
	}
	.popup__title {
		/*font-size: 1.4rem;*/
		font-size: 1.6rem;
		margin-bottom: 4px;
	}
	.popup__information {
		font-size: 1rem;
	}
	.popup .form__actual {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.popup__sale {
		padding: 8px;
	    flex-wrap: wrap;
        text-align: center;
        font-size: 1.4rem;
	}
	.popup__sale span:nth-child(1) {
		width: 100%;
	}
	.popup__sale span:nth-child(2),
	.popup__sale span:nth-child(3) {
		font-size: 1.6rem;
	}
	.popup .popup__garant {
	    /*font-size: 1.4rem;*/
	    font-size: 1.3rem;
	    margin-bottom: 12px;
	}
	    
	.popup__detail {
	    flex-direction: row;
	}
	.popup__detail .popup__sale {
	    font-size: 1.2rem;
	}
	.popup__detail .popup__start {
	    font-size: 1.2rem;
	}
	.popup__sale span:nth-child(2), .popup__sale span:nth-child(3) {
	    font-size: 1.4rem;
	}

	.popup__inform {
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
		margin-bottom: 20px;

	}
	.popup .form__agree {
		margin-top: 10px;
		margin-bottom: 20px;
/*		font-size: 1.6rem;*/
		font-size: 1.4rem;
	}
	.popup .form__defend {
/*		font-size: 1.2rem;*/
		font-size: 1rem;
		justify-content: center;
		        text-align: center;
	}
	.popup .form__defend svg,
	.popup .form__defend img {
		display: none;
	}
	.popup .form__agree label {
		min-height: 36px;
		display: flex;
		align-items: center;
	}
	.popup .s__text {
		font-size: 1rem;
	}
	.popup__form ul li {
		margin-bottom: 12px;
	}
	.popup .form__inp {
		font-size: 1.6rem;
		padding: 9.5px 16px;
	}
	.popup .form__btn {
		padding: 16px;
	}
	.popup .popup__timer {
	    margin-bottom: 12px;
	}
	
	.popup__detail {
	    /*flex-direction: column;*/
	    margin-bottom: 12px;
	}
	.popup__detail .popup__sale,
	.popup__detail .popup__start{
	    width: 100%;
        text-align: center;
        padding: 6px;
	}
	.popup__detail .popup__sale {
	    margin-bottom: 4px;
	}

	.iti__selected-country-primary {
	    padding: 0 4px 0 16px !important;
	}


	.burger__menu {
		background: var(--white);
/*		position: fixed;*/
/*		top: 0;*/
/*		left: 0;*/
		/*z-index: 2;*/
		height: 100vh;
		width: 100%;
/*		padding-top: 92px;*/
		padding: 88px 24px 0;

/*		background: url(pp/menu.jpg) no-repeat center top;*/
	}
	.burger__menu.active {
		top: 0;
	}
	.burger__menu .lang__list {
		margin-bottom: 56px;
        justify-content: center;
	}
	.burger__menu nav {
		margin-bottom: 52px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.burger__menu nav ul {}
	.burger__menu nav ul li {
		margin-bottom: 11px;
		text-align: center;
	}
	.burger__menu nav ul li:last-child {
		margin-bottom: 0;
	}
	.burger__menu nav ul li a {
		font-size: 2.4rem;
		font-weight: 500;
		color: var(--black0A);
		text-decoration: none;
	}
	.burger__menu nav ul li a:hover,
	.burger__menu nav ul li a:focus {
		color: var(--green32);
	}

	.burger__menu .s__btns {
		flex-direction: column;
		align-items: center;
		display: flex;
/*		max-width: 510px;*/
		max-width: 410px;
		width: 100%;
		margin: 0 auto;
	}
	.burger__menu .s__btn {
		margin-bottom: 16px;
		font-size: 1.6rem;
		padding: 16px;
	}
	.burger__menu .tg__btn {
		font-size: 1.6rem;
		padding: 16px;
		display: flex;
		justify-content:center;
		align-items: center;
	}

	.burger__bg {}
	.burger__overlay {}



}






/*
@media (max-width: 1200px) {

	.footer .columns {
		margin-bottom: 40px;
	}
	.footer .contact__item {
		margin-bottom: 10px;
	}
	.footer .contact__link {
		font-size: 2.2rem;
	}
	.footer .footer__link {
		font-size: 1.8rem;
		margin-bottom: 24px;
	}

}





@media (max-width: 1023px) {

	.footer .footer__logo {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.footer .contact__list {
		left: 0;
		align-items: center;
		margin-bottom: 40px;
	}
	.footer .footer__links {
		align-items: center;
	}
	.footer .footer__link {
		margin-bottom: 10px;
	}

}







@media (max-width: 767px) {

	.footer {
		padding-bottom: 100px;
	}
	.footer .columns {
		margin-bottom: 40px;
	}
	.footer .footer__logo {
		margin-bottom: 40px;
	}
	.footer .contact__list {
		align-items: center;
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.footer .contact__item {
		margin-bottom: 10px;
	}
	.footer .contact__link {
		font-size: 2.2rem;
		letter-spacing: -0.2px;
	}

	.footer .footer__links {
		left: 0;
	}
	.footer .footer__link {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

}

*/






