body {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1290px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row>* {
	width: auto;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

a {
	text-decoration: none;
}

.content {
	flex-grow: 1;
}

footer {
	flex-shrink: 0;
}

header {
	flex-shrink: 0;
}

.welcome {
	background: url(../img/welcome__bg.png) center no-repeat;
	background-size: cover;

	padding-top: 50px;
}

.header__row {
	justify-content: space-between;
	align-items: center;
}

.header__left h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 140%;
	color: #2E2E2E;
	max-width: 400px;
	margin-right: 30px;
}

.header__left {
	display: flex;
	align-items: center;
}

.header__forWho {
	width: 300px;
	/* height: 75px; */
	border: 1.831px dashed #F02E00;
	padding: 15px 20px;
}

.header__forWho p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18.31px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #F02E00;
}

.welcome__row {
	justify-content: space-between;
	flex-wrap: nowrap;
}

.welcome__text {
	flex-grow: 1;
	width: 1px;
	margin-top: 40px;
}

.welcome__img {
	width: 480px;
	flex-shrink: 0;
}

.welcome__text h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px; /*40px*/
	line-height: 50px; /*50px*/
	text-transform: uppercase;
	color: #2E2E2E;
}
.welcome__text h1:first-child {
	margin-bottom: 5px;
}
.welcome__btns {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.welcome__btns .whiteLink {
	margin-right: 35px;
}

.whiteLink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 205px;
	height: 76px;
	background: #FFFFFF;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #646363;
	transition: .3s;
}

.whiteLink:hover {
	background: #F02E00;
	color: #ffffff;
}

.redLink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 383px;
	height: 103px;
	padding: 5px;
	border-radius: 100px;
	border: 2px solid #F02E00;
	transition: .3s;
}

.redLink__content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #F02E00;
	border-radius: 100px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.025em;
	color: #FFFFFF;
	transition: .3s;
}

.redLink:hover .redLink__content {
	background: #ffffff;
	color: #646363;
}

.welcome__info {
	display: flex;
	margin-top: 50px;
}

.welcome__info-item {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.welcome__info-item p {
	margin-left: 15px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #2E2E2E;
}

.welcome__info .welcome__info-item:last-child {
	margin-right: 0;
}

.welcome__info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/сircles.svg) center no-repeat;
	background-size: cover;
	width: 100px;
	height: 100px;
}

.welcome__textWithLine {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.welcome__line {
	background: #F02E00;
	width: 154px;
	height: 2px;
}

.welcome__textWithLine p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	color: #F02E00;
	margin-left: 20px;
}

.what {
	padding: 90px 0 140px;
	background: url(../img/what__bg.png) center no-repeat;
	background-size: cover;
	min-height: 850px;
}

.whatTitle__row h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 575px;
}

.what__content-row {
	justify-content: space-around;
	margin-top: 60px;
}

.what__content {
	width: 625px;
	padding: 60px 50px 0 85px;
	background: linear-gradient(180deg, #3D3D3D 0%, rgba(52, 52, 52, 0.74) 100%);
	border-radius: 20px;
}

.what__content {
	position: relative;
	z-index: 5;
}
.what__content-title {
	margin-bottom: 10px;
}
.what__content-title h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 123.69%;
	color: #FFFFFF;
}

.what__content-item {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.what__content-item:last-child {
	margin-bottom: 0;
}

.what__content-item p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 123.69%;
	color: #FFFFFF;
}

.what__content-itemIcon {
	position: absolute;
	left: -140px;
	top: 10px;
	z-index: 1;
}

.what__content-btn {
	display: flex;
	justify-content: center;
}

.what__content-btn .redLink {
	position: relative;
	margin-bottom: -40px;
	width: 339px;
	height: 78px;
}

.what__content-btn .redLink .redLink__content {
	font-size: 20px;
	line-height: 24px;
}

.what__content-bgs {
	height: 1px;
	position: relative;
}

.what__content-red {
	position: absolute;
	top: -30px;
	left: -120px;
	z-index: 1 !important;
}

.what__content-black {
	position: absolute;
	top: -140px;
	left: 160px;
	z-index: 1 !important;
}

.result {
	padding: 90px 0 120px;
	background: #F7F7F7;
}

.result__row {
	justify-content: space-around;
}

.result__left {
	padding: 50px 45px 75px;
	background: #FFFFFF;
	border-radius: 20px;
	width: 470px;
	position: relative;
	z-index: 10;
}

.result__title {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.result__title h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 123.69%;
	text-align: center;
	text-transform: uppercase;
	color: #F02E00;
}

.result__left-item {
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-bottom: 25px;
}

.result__left-item:last-child {
	margin-bottom: 0;
}

.result__left-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 112px;
	height: 112px;
	background: url(../img/result__item-bg.svg) center no-repeat;
	background-size: cover;
}

.result__left-text {
	margin-top: 10px;
}

.result__left-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 123.69%;
	text-align: center;
	color: #363636;
}

.result__right {
	padding: 50px 40px 75px 80px;
	background: #FFFFFF;
	border-radius: 20px;
	width: 540px;
}

.result__right-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.result__right-item:last-child {
	margin-bottom: 0;
}

.result__right-number {
	margin-right: 20px;
}

.result__right-number p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 123.69%;
	color: #F02E00;
}

.result__right-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 123.69%;
	color: #363636;
}

.result__right-list {
	margin-top: 35px;
	padding-left: 10px;
}

.result__right-list li {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 175.19%;
	color: #363636;
}

.about {
	padding: 40px 0;
	background: url(../img/about__bg.png) center no-repeat;
	background-size: cover;
	min-height: auto;
}

.regalia__item {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.regalia__item-circle {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 1px solid #F02E00;
	padding: 6px;
	margin-right: 20px;
}

.regalia__item-bg {
	width: 100%;
	height: 100%;
	background: #F02E00;
	border-radius: 50%;
}

.regalia__item p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 21.9859px;
	line-height: 27px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #F02E00;
}

.about__title-row {
	margin-top: 40px;
}

.about__title-block {
	position: relative;
}

.about__title h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 60.7216px;
	line-height: 74px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.about__talk {
	position: absolute;
	top: -100px;
	right: -400px;
	width: 396px;
	height: 147.5px;
	background: url(../img/talk__bg.svg) center no-repeat;
}

.about__talk-text {
	padding: 15px 25px;
}

.about__talk-text p {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 25.9223px;
	line-height: 140%;
	color: #FFFFFF;
}

.about__content-row {
	justify-content: flex-end;
	margin-top: 50px;
}

.about__text-block {
	width: 660px;
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.57) 0%, #343434 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 30px 50px;
}

.about__text-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.about__text-item:last-child {
	margin-bottom: 0;
}

.about__item-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 123.69%;
	color: #FFFFFF;
}

.about__item-icon {
	margin-right: 30px;
}

.about__content-tg {
	display: block;
	width: 293.56px;
	height: 66px;
	border: 1px solid #F02E00;
	border-radius: 32px;
	padding: 7px 9px;
	transition: .3s;
}



.about__tg-content {
	display: flex;
	align-items: center;
}

.about__tg-content p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 123.69%;
	color: #F02E00;
	transition: .3s;
}

.about__content-tg:hover .about__tg-content p {
	color: #ffffff;
}

.about__content-tg:hover {
	border: 1px solid #ffffff;
}

.about__tg-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #370E0F;
	margin-right: 13px;
}

.about__content-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.programm {
	padding: 110px 0;
	background: #FBFBFB;
}

.secondProgramm {
	padding: 0px 0 50px;
}

.programm__title-block {
	display: flex;
	align-items: center;
}

.programm__title-time {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.programm__title-time p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 123.69%;
	text-transform: uppercase;
	color: #F02E00;
	margin-left: 15px;
}

.programm__title-row h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 123.69%;
	text-transform: uppercase;
	color: #414141;
}



.programm__title-row h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 123.69%;
	text-transform: uppercase;
	color: #414141;
}

.programm__row {
	margin-top: 35px;
}

.programm__block {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(150, 150, 150, 0.14);
	border-radius: 10px;
	padding: 15px 30px 15px 15px;
	margin-bottom: 25px;
}
.programm__block-icon {
	width: 30px;
	flex-shrink: 0;
}
.programm__block-icon img {
	max-width: 100%;
}

.programm__block:last-child {
	margin-bottom: 0;
}

.programm__block-top {
	display: flex;
	align-items: flex-start;
}

.programm__block-text {
	margin-left: 60px;
}

.programm__block-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 140%;
	color: #363636;
}

.programm__block-sub {
	margin-top: 30px;
	padding-left: 100px;
}

.programm__sub-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.programm__sub-item:last-child {
	margin-bottom: 0;
}

.programm__sub-icon {
	margin-right: 30px;
}

.programm__sub-text p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	color: #363636;
}

.programm__btn-row {
	justify-content: center;
	margin-top: 40px;
}

.reviews {
	padding: 120px 0;
}

.reviews__title-row h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 123.69%;
	text-transform: uppercase;
	color: #F02E00;
}

.reviews__row {
	margin-top: 60px;
}

.reviews__videos {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

.reviews__video {
	width: 520px;
	height: 333px;
	background: #D9D9D9;
	border-radius: 10px;
	overflow: hidden;
}

.reviews__btn-row {
	justify-content: center;
	margin-top: 90px;
}

.contacts {
	padding: 100px 0 50px;
	background: url(../img/contacts__bg.png) center no-repeat;
	background-size: cover;
	min-height: 1000px;
}

.contacts__title-row h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 50.7216px;
	line-height: 64px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.contacts__row {
	margin-top: 40px;
	justify-content: space-between;
}

.contacts__item {
	display: flex;
	align-items: center;
}

.contacts__item-icon {
	margin-right: 10px;
}

.contacts__item a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: .3s;
}

.contacts__item a:hover {
	color: #F02E00;
}

.contacts__form {
	width: 800px;
	padding: 40px 50px 20px;
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.78) 0%, #343434 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.contacts__form-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.contacts__form-btn button {
	width: 281px;
	height: 51px;
	background: #F02E00;
	border-radius: 58.9467px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.025em;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	transition: .3s;
}

.contacts__form-btn button:hover {
	background: #ffffff;
	color: #646363;
}

.contacts__form input {
	width: 100%;
	height: 60px;
	margin-bottom: 25px;
	background: none;
	border: none;
	border-left: 1px solid #000000;
	padding-left: 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 123.69%;
	color: #fff;
	outline: none;
}

.contacts__form input::placeholder {
	color: #fff;
}

.contacts__form textarea {
	width: 100%;
	height: 200px;
	background: none;
	border: none;
	border-left: 1px solid #000000;
	padding-left: 20px;
	padding-top: 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 123.69%;
	color: #fff;
	outline: none;
}

.contacts__form textarea::placeholder {
	color: #fff;
}

.header__right a img {
	max-width: 100%;
}

.welcome__img a img {
	max-width: 100%;
}

.buy {
	background: url(../img/buyBg.svg) center no-repeat;
	background-size: cover;
	padding: 110px 0 150px;
}

.buy__title-row {
	justify-content: center;
}

.buy__subtitle-row {
	justify-content: center;
	margin-top: 10px;
}

.buy__title-row h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 123.69%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.buy__subtitle-row h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 123.69%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.buy__items {
	align-items: flex-start;
	justify-content: center;
	margin-top: 85px;
}

.buy__item {
	width: 300px;
	/*min-height: 315px;*/
	background: linear-gradient(180deg, rgba(61, 61, 61, 0.74) 0%, #343434 100%);
	border-radius: 20px;
	padding: 30px 20px 20px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.buy__item:last-child {
	margin-right: 0;
}

.buy__item-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.buy__item-img img {
	max-width: 100%;
}

.buy__item-text {
	
}

.buy__item-text h2 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 123.69%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.buy__item-price {
	margin-top: 20px;
	margin-bottom: 20px;
}
.buy__item-price h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 123.69%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;	
}

.buy__item-priceEmpty {
	margin-top: 50px;
	text-align: center;
}

.buy__item-priceEmpty p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 123.69%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;	
}

.buy__item-link {
	margin-top: 20px;
}

.buy__item-link {
	display: flex;
	justify-content: center;
}

.buy__item-link .redLink {
	background: none;
	width: 270px;
	height: 60px;
}

.buy__item-link .redLink__content {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 17.6641px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.025em;
	color: #FFFFFF;
}

.buy__item-descLink {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 123.69%;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin-top: 15px;
	transition: .3s;
}

.buy__item-descLink:hover {
	color: #F02E00;
}
.buy__item-desc {
	margin-top: 10px;
}
.buy__item-desc ul {
	margin: 0;
}
.buy__item-desc li {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 123.69%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.buy__item-desc li:last-child {
	margin-bottom: 0;
}
.buy__item-descLinkArrow {
	margin-left: 5px;
}
.buy__item-descLinkArrow svg {
	fill: #F02E00;
	transition: .3s;
}

.buy__item-descLink[aria-expanded="true"] .buy__item-descLinkArrow svg{
	transform: rotate(180deg);
}

.buy__item-textLine {
	width: 100%;
	height: 1px;
	background-color: #F02E00;
}

.buy__item-count {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.buy__item-count p {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 123.69%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	cursor: pointer;
	transition: .3s;
}
.buy__item-count p:hover {
	color: #F02E00;
}

.buy__item-count input {
	width: 50px;
	background: none;
	border: none;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 123.69%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	margin: 0 10px;
	outline: none;
}
.buy__alert-row {
	justify-content: center;
	margin-top: 15px;
}
.buy__alert-row p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 123.69%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 55px;
}

.cart {
	position: fixed;
	z-index: 999;
	bottom: 30px;
	right: 30px;
	display: block;
	padding: 3px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #F02E00;
	transition: .3s;
}
.cart__content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #F02E00;
	transition: .3s;
}
.cart__content svg {
	fill: none;
}

.cart__content svg path{
	stroke: #fff;
	transition: .3s;
}

.cart:hover .cart__content {
	background: #fff;
}

.cart:hover .cart__content svg path {
	stroke: #F02E00;
}

.cart__content-count {
	position: absolute;
	top: -8px;
	right: -8px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #F02E00;
}

.cart__content-count p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 123.69%;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.cartModal {

}
.cartModal__top {
	display: flex;
	justify-content: flex-end;
}

.cartModal__content {
	padding: 20px 10px 40px;
}

.cartModal__title h2 {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 123.69%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.cartModal__links {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.cartModal__links .redLink {
	background: none;
	width: 270px;
	height: 60px;
}

.cartModal__links .redLink__content {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 17.6641px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.025em;
	color: #FFFFFF;
}

.cartModal__items {
	margin-top: 20px;
}

.cartModal__item {
	padding: 5px 0;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #F02E00;
}

.cartModal__item-top {
	display: flex;
	justify-content: space-between;
}

.cartModal__item-top h3 {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000;
}

.cartModal__item-bot {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.cartModal__item-bot h3 {
	display: flex;
	align-items: center;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    color: #000;
}

.cartModal__item-bot h3 input {
	width: 30px;
	background: none;
	border: none;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #F02E00;
}


.cartModal__item-bot p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #F02E00;
	white-space: nowrap;
}
.cartModal__price {
	margin-top: 20px;
}
.cartModal__price p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	text-align: center;
    color: #000;
}

.cartModal__price p span {
	color: #F02E00;
}

.cartModal__title-clear {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.cartModal__title-clear a {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
	text-align: center;
    color: #000;
	transition: .3s;
}

.cartModal__title-clear a:hover {
	color: #F02E00;
}

.order {
	padding: 50px 0;
}

.order__row {
	justify-content: center;
}

.order__content {
	width: 400px;
}

.order__top h2 {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
    color: #000;
}
.order__form {
	margin-top: 30px;
}
.order__form input {
	outline: none;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    color: #000;
}

.order__form textarea {
	width: 100%;
	height: 100px;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    color: #000;
}

.order__form p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
	text-align: center;
    color: #000;
}

.order__form p span {
	color: #F02E00;
}

.order__btns {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.order__btns a {
	height: 70px;
}
.order__btns .redLink__content {
	font-size: 20px;
}
#liveToast {
	background: #F02E00;
}

#liveToast h3 {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    color: #fff;
	text-align: center;
} 

.toast:not(.showing):not(.show) {
	pointer-events: none;
}

.toast-container {
	z-index: 99999;
	pointer-events: none;
}

.footer__info p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
	text-align: center;
    color: #fff;
}

.footer__info a {
	display: block;
	width: 100%;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
	text-align: center;
    color: #fff;
	margin: 0 auto;
}

.footer__row {
	margin-top: 50px;
	justify-content: center;
}

.phoneButtonMobile {
	display: none;
}

.phoneButton {
	bottom: 120px;
}

.phoneButton svg {
	stroke: none;
	fill: #fff;
}

.thanks__img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;	
	height: 400px;
	width: 300px;
	margin-bottom: 20px;
}
.thanks__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contacts__form-text {
	margin: 5px 0;
}

.contacts__form-text p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
}
.orderTg__block {
	margin-top: 15px;
}
.orderTg__block p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.orderTg__block p a {
	margin-top: 10px;
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 123.69%;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #F02E00;
}

.bannerWithText {
	
	padding: 40px 0;
	background: url(../img/mmfooterbg.png) center no-repeat;
	background-size: cover;
	min-height: 700px;
	background-attachment: fixed;
}

.bannerWithText__text {
	margin-top: 50px;
}
.bannerWithText__text h3 {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 48px;
    line-height: 123.69%;
    color: #fff;
	font-style: italic;
}

.bannerWithText__text p {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 123.69%;
    text-align: left;
    letter-spacing: 0.04em;
    color: #F02E00;
	margin-top: 30px;
}

.bannerWithText__text h3 span {
	color: #F02E00;
	
}

.subFooter {
	padding: 20px 0;
	background: #0b0b0b;
}

.subFooter .footer__row {
	margin-top: 0;
}

.about__img-mobile {
	display: none;
}

.about__img-mobile img {
	max-width: 100%;
}

.reviews__videoFancy {
	position: relative;
}

.reviews__videoFancy img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__videoFancy svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -24px;
}


a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: #fff;
}

.g-recaptcha {
    margin-top: 15px;
}

@media (max-width: 1640px) {
	.what__content-black {
		left: 20px;
	}
}

@media (max-width: 1360px) {
	.what__content-black {
		display: none;
	}
}

@media (max-width: 1230px) {
	.what__content-red {
		display: none;
	}

	.about__talk {
		right: -622px;
	}

	.about__title h2,
	.programm__title-row h2,
	.contacts__title-row h2,
	.reviews__title-row h2 {
		font-size: 36px;
		line-height: 123.69%;
	}

	.programm__title-row h2,
	.reviews__title-row h2,
	.contacts__title-row h2,
	.whatTitle__row h2,
	.programm__title-row h4 {
		text-align: center;
	}

	.programm__title-row,
	.reviews__title-row,
	.contacts__title-row,
	.whatTitle__row {
		justify-content: center;
	}

	.contacts__form {
		width: 600px;
	}

	.contacts {
		min-height: auto;
		padding-bottom: 50px;
	}

	.what__content-row {
		justify-content: center;
	}

	.reviews {
		padding: 50px 0;
	}

	.welcome__text h1 {
		font-size: 20px; /*30px*/
		line-height: 30px; /*40px*/
	}

	.redLink {
		width: 292px;
		height: 70px;
	}

	.whiteLink {
		height: 70px;
	}

	.reviews__video {
		width: 458px;
		height: 262px;
	}
	.buy__items {
		justify-content: space-around;
	}
	.buy__item {
		margin: 0 10px;
	}
	.buy__item:last-child {
		margin: 0 10px;
	}
	.buy__item {
		margin-bottom: 10px;
	}
}

@media (max-width: 1110px) {
	.about__talk {
		position: static;
		background: none;
		width: auto;
		height: auto;
		padding: 0;
	}

	.about__talk-text {
		padding: 0;
	}

	.regalia__row {
		justify-content: center;
	}

	.about__title-row {
		justify-content: center;
	}

	.about__title-block {
		text-align: center;
	}

	.result__left {
		margin-bottom: 10px;
	}

	.result__left {
		width: 625px;
	}

	.buy__alert-row {
		margin-top: 50px;
	}
}

@media (max-width: 1060px) {
	.contacts__row {
		flex-flow: column;
		align-items: center;
	}

	.contacts__form {
		margin-top: 25px;
	}

	.welcome__line {
		width: 70px;
	}

	.header__left h2 {
		font-size: 15px;
	}

	.header__forWho {
		width: 260px;
		padding: 5px 10px;
		height: auto;
	}

	.header__right a {
		display: block;
		width: 200px;
	}

	.reviews__videos {
		flex-flow: column;
		align-items: center;
	}

	.reviews__video {
		margin-bottom: 20px;
	}

	.reviews__video:last-child {
		margin-bottom: 0;
	}

	.reviews__btn-row {
		margin-top: 40px;
	}

	.buy__item {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.buy__item:last-child {
		margin-bottom: 0;
	}

	.buy__items {
		flex-flow: column;
		align-items: center;
	}

	.bannerWithText {
		background: url(../img/mmfooterbgMobile.png) no-repeat;
		background-position: right;
	}

}

@media (max-width: 970px) {
	.welcome__textWithLine p {
		font-size: 20px;
		line-height: 27px;
	}

	.welcome__info {
		flex-flow: column;
		margin-top: 30px;
	}

	.welcome__text {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.welcome__img {
		width: 350px;
		display: flex;
		align-items: flex-end;
	}

	.welcome__img a {
		display: block;
	}
}

@media (max-width: 910px) {
	.bannerWithText__text h3 {
    	font-size: 40px;
	}
}

@media (max-width: 800px) {
	.welcome__img {
		display: none;
	}

	.welcome__text h1 {
		text-align: center;
	}

	.welcome__btns {
		justify-content: center;
	}

	.welcome__info {
		flex-flow: row;
		justify-content: center;
	}

	.welcome__textWithLine {
		justify-content: center;
	}

	.welcome__line {
		display: none;
	}

	.header__row {
		flex-flow: column-reverse;
		align-items: center;
	}

	.header__left {
		flex-flow: column;
	}

	.header__left h2 {
		margin-right: 0;
		text-align: center;
		margin: 20px 0;
	}

	.header__forWho p {
		text-align: center;
	}

	.what__content {
		width: 510px;
	}

	.what {
		padding: 50px 0 90px;
		min-height: auto;
	}

	.result {
		padding: 50px 0;
	}

	.about {
		background: linear-gradient(180deg, #3F3F3F 0%, #040404 100%);
	}

	.about__content-row {
		justify-content: center;
	}

	.about__content-btn {
		justify-content: center;
	}

	.programm {
		padding: 50px 0;
	}

	.contacts__form-btn {
		justify-content: center;
	}

	.contacts {
		padding: 50px 0;
	}

	.buy {
		padding: 50px 0;
	}

	.result__left {
		width: 510px;
	}

	.g-recaptcha {
	    display: flex;
		justify-content: center;
	}
}

@media (max-width: 756px) {
	.bannerWithText__text h3 {
    	font-size: 35px;
	}
	

}

@media (max-width: 700px) {
	.about__text-block {
		width: 100%;
	}

	.contacts__form {
		width: 100%;
	}


	.result__right {
		width: 100%;
	}

	.regalia__row {
		display: none;
	}

	.about__title-row {
		margin-top: 0;
	}

	.about {
		padding: 50px 0;
		min-height: auto;
	}

	.welcome {
		padding: 30px 0;
	}

	.whatTitle__row h2 {
		width: 100%;
	}

	.programm__block-text {
		margin-left: 15px;
		margin-top: 0;
	}

	.programm__block-text p {
		font-size: 18px;
	}

	.programm__block-sub {
		padding-left: 0;
	}

	.programm__block {
		padding-bottom: 15px;
	}

	.programm__block-icon img {
		max-width: 100%;
	}

	.programm__block-icon {
		width: 50px;
	}

	.programm__sub-text p {
		font-size: 16px;
	}

	.cart {
	    bottom: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
	}
	.cart svg {
		max-width: 100%;
	}
	.cart__content {
		padding: 10px;
	}
	.phoneButton {
		bottom: 80px;
	}
	.phoneButtonMobile {
		display: block;
	}

	.phoneButtonPC {
		display: none;
	}

	.programm__title-block {
		flex-flow: column;
		margin-bottom: 10px;
	}

	.bannerWithText__text {
		width: 100%;
		margin-top: 450px;
		padding-right: 150px;
	}
	.bannerWithText__text h3 {
    	font-size: 25px;
	}	
	
	.about__img-mobile {
		display: block;
	}
}

@media (max-width: 550px) {
	.what__content {
		width: 100%;
	}

	.welcome__text h1,
	.whatTitle__row h2,
	.result__title h2,
	.about__title h2,
	.programm__title-row h2,
	.reviews__title-row h2,
	.contacts__title-row h2,
	.buy__title-row h2 {
		font-size: 25px;
	}

	.welcome__btns {
		flex-flow: column-reverse;
		align-items: center;
	}

	.welcome__btns .whiteLink {
		margin-right: 0;
		margin-top: 20px;
		width: 292px;
	}

	.welcome__info {
		flex-flow: column;
	}

	.what__content-item p {
		font-size: 16px;
	}

	.what__content-title h3 {
		font-size: 20px;
	}

	.what__content-itemIcon {
		top: 0;
	}

	.result__right {
		padding: 30px 20px 35px 40px;
	}

	.result__left {
		width: 100%;
		padding: 30px 20px 35px;
	}

	.about__text-block {
		padding: 40px 20px;
	}

	.reviews__video {
		width: 100%;
		height: 200px;
	}

	.what__content {
		padding: 30px 20px 0 55px;
	}

	.contacts__item a {
		font-size: 22px;
		line-height: 27px;
	}

	.programm__block-icon {
		width: 20px;
	}

	.bannerWithText {
		min-height: 600px;
	}

	.bannerWithText__text {
		margin-top: 350px;
	}

	.bannerWithText__text h3 {
	    font-size: 20px;
	}

	.bannerWithText__text p {
		font-size: 16px;
		margin-top: 15px;
	}

	.welcome {
		background: url(../img/welcome__bgMobile.png) right no-repeat;
    	background-size: cover;
	}

	.welcome .redLink {
	    width: 250px;
		height: 58px;
	}
	.welcome__btns .whiteLink {
		width: 250px;
	}
	.welcome__btns {
		align-items: flex-start;
	}

	.welcome__info-item p {
		color: #fff;
	}

}

@media (max-width: 425px) {
	.what__content-btn .redLink .redLink__content {
		font-size: 18px;
		line-height: 22px;
	}

	.g-recaptcha {
		transform: scale(.9);
	}
}