html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}
label{
	cursor: pointer;
}
ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
sup {
	vertical-align: top;
	font-size: 10px;
}
sub {
	vertical-align: bottom;
	font-size: 10px;
}
html, body {
    width: 100%;
	height: 100%;
	font-family: 'Muller', 'Arial';
	color: #fff;
	font-size: 17px;
	line-height: 140%; 
	background:	#2A2A2A;
}
a {
	color: inherit;
	text-decoration: none;
}	
h1 {
	position: relative;
	margin: 0 0 24px 0;
	font-size: 60px;
	line-height: 110%;
	font-weight: 500;
}
h1 span {
	font-size: 64px;
	font-weight: 600;
}			
h2 {
	position: relative;
	margin: 0 0 24px 0;
	font-size: 48px;
	line-height: 110%;
	font-weight: 500;
}
h2 span {
	color: #8BC43F;
}	
h3 {
	position: relative;
	margin: 0 0 24px 0;
	font-size: 36px;
	font-weight: 400;
	line-height: 110%;
}
h4 {
	position: relative;
	margin: 0 0 24px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
}	
h5 {
	position: relative;
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}	
img {
	width: 100%;
	height: auto;
	display: block;
}	
button, input, label {
	font-family: 'Muller';
}	
div {
	box-sizing: border-box;
}	
.wp {
    max-width: 1440px;
	position: relative;
	margin: 0 auto;
	padding: 0 24px;
    box-sizing: border-box;
}

.header {
	width: 100%;
	padding: 24px 0;
	z-index: 50;
	transition: 0.5s;
}	
.header.fixed, .main .header {
	position: fixed;
	top: 0;
	left: 0;	
}
.header.fixed {
	padding: 12px 0;
	background: rgba(32,32,32,0.9);
    transition: 0.5s;
}
.header .wp {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
.header__logo {
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 36px;
}
.header__info {
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 60px;
}
.header__info-contacts {
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 48px;
}
.header__info-btns  {
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 6px;
}
.burger {
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/burger.svg) no-repeat center;
    cursor: pointer;
}
.logo {
    width: 245px;
    height: 52px;
    position: relative;
    display: block;
    background: url(../images/logo.png) no-repeat;
	background-size: auto 100%;
}
.phone {
	position: relative; 
}
.phone a {
	display: block;
	padding-left: 28px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
	background: url(../images/icon-phone.svg) no-repeat left center;
}
.email {
	position: relative; 
}
.email a {
	display: block;
	padding-left: 28px;
	font-size: 17px;
	line-height: 150%;
	font-weight: 500;
	background: url(../images/icon-mail.svg) no-repeat left center;
}
.btn {
	position: relative; 
	padding: 14px 36px;
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	border: none;
    outline: none;
	background: #363636;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn:hover {
	background: #282828;
}
.btn__animate {
	position: relative;
    padding: 18px 40px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
	border: none;
    outline: none;
	background: #282828;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	z-index: 10;
	cursor: pointer;
}
.btn__animate:before {
    content: '';
    background: linear-gradient(45deg, #8BC43F, #F5931E, #00ADEF, #BE1E2E);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.btn__animate:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #282828;
    left: 0;
    top: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn__animate:hover {
	background: #202020;
}	

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.max {
	width: 52px;
	height: 52px;
	position: relative; 
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	background-color: #363636;
	background-image: url(../images/max.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.max:hover {
	background-color: #8BC43F;
}	

/* main */
.main {
    width: 100%;
	min-height: 100%;
	height: 700px;
	position: relative;	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: url('../images/fon1.jpg') no-repeat center center fixed;
	background-size: cover;
}	
.main:before {
	width: 72%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(32, 32, 32, 0.6);
	content: '';
}
.main-info {
	width: 100%;
	position: relative;
	z-index: 10;	
}
.topic {
	max-width: 960px;
	position: relative;
}	
.topic__title {
	position: relative;
}
.topic__text {
    position: relative;
    margin-top: 24px;
}
.topic__btn {
	position: relative;
	margin-top: 36px;
}
.topic__price {
	position: relative;
	margin-top: 24px;
	font-size: 32px;
	line-height: 100%;
	font-weight: 400;
}	
.topic__price span {
	color: #8BC43F;
	font-size: 64px;
	line-height: 100%;
	font-weight: 600;
}

.section {
	position: relative;
	overflow: hidden;
	padding: 96px 0;
}
.snippet {
	position: relative;
	margin-bottom: 36px;
	font-size: 21px;
	line-height: 140%; 
}
.grey {
	background: #363636;
}		

.about {
	position: relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 72px;
	align-items: center;
}
.about__info {
	position: relative;
}	
.about__info p {
	margin-bottom: 12px;
}
.about__img {
	position: relative;
}

.border-leftTop {
	-webkit-border-radius: 0;
    -webkit-border-top-left-radius: 120px;
    -moz-border-radius: 0;
    -moz-border-radius-topleft: 120px;
    border-radius: 0;
    border-top-left-radius: 120px;
}
.border-rightTop {
	-webkit-border-radius: 0;
    -webkit-border-top-right-radius: 120px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 120px;
    border-radius: 0;
    border-top-right-radius: 120px;
}

.listPlus {
	position: relative;
}
.listPlus li {
	padding-left: 36px;
	margin-bottom: 12px;
	font-size: 20px;
    line-height: 24px;
	background: url('../images/icon-ok.svg') no-repeat 0 0;
	background-size: 24px;
}	
.listPlus li:last-child {
	margin-bottom: 0;
}		

.btnBox {
	position: relative;
	margin-top: 48px;
}	

.block {
	position: relative;
	margin-top: 72px;
}	

.plus {
	position: relative;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 48px;
}
.plus__item {
	position: relative;
}
.plus__item img {
	max-width: 24px;
	margin-bottom: 24px;
}
.plus__item span {
	display: block;
	text-transform: uppercase;
}
.plus__item p {
	margin-top: 12px;
	color: #B4B4B4;
}

.photo {
	position: relative;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.photo__item {
	position: relative;
}

/* carousel_slider */	
.carousel_slider {
	position: relative;
}	
.carousel_slider .owl-carousel .owl-stage-outer {
	overflow: visible;
}	
.carousel_slider .slider-img {
	opacity: 0.4;
    filter: alpha(opacity = 40);
	transform: scale(0.9);
}
.carousel_slider .owl-item.active .slider-img {
	opacity: 1;
    filter: alpha(opacity = 100);
	transform: scale(1);
}

.owl-prev, .owl-next {
	width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: 1s;
}	
.owl-prev {
	left: -24px;
	background-image: url(../images/prev.svg);
}
.owl-next {
	right: -24px;
	background-image: url(../images/next.svg);
}	
.owl-prev.disabled, .owl-next.disabled {
	display: none;
}	
.owl-prev:hover, .owl-next:hover {
	background-color: #F5931E;
	transition: 1s;
}

.slider-img {
	position: relative;
}
.slider-img:after {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(to top, rgba(46, 46, 46, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}

.plusCard {
	position: relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}	
.plusCard__item {
	position: relative;
	padding: 36px;
	border: 1px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.plusCard__item span {
	display: block;
	margin: 0 0 12px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
}
.plusCard__item p {
	color: rgba(255,255,255,0.7);
}	
.plusCard__item img {
	max-width: 24px;
	margin-bottom: 24px;
}


.imgText {
	position: relative;
	display: flex;
	gap: 72px;
	align-items: center;
}
.imgText__info {
	position: relative;
	flex: 1;
}	
.imgText__img {
	position: relative;
	flex: 1;
}
.row-reverse {
	flex-flow: row-reverse;
}	


.video {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.video:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(32, 32, 32, 0.4);
	background-image: url(../images/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 48px;
	content: '';
}
.video.play:after {
	display: none;
}
.myHTMLvideo {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}


/* faq */
.faq {
    position: relative;
}
.faq-item {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.6);
	cursor: pointer;
}	
.faq-item_title {
    position: relative;
	padding-right: 60px;
	font-size: 21px;
    line-height: 140%;
    font-weight: 400;
}
.faq-item_title:after {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../images/open.svg) no-repeat center;
	background-size: 100%;
    content: '';
	cursor: pointer;
    transition: 0.5s;
}
.faq-item_info {
    position: relative;
    margin-top: 24px;
	color: rgba(255, 255, 255, 0.7);
    display: none;
}
.faq-item.open .faq-item_info {
	display: block;
}
.faq-item.open .faq-item_title:after {
	transform: rotate(180deg);
	transition: 0.5s;
}


.contacts {
	position: relative;
	text-align: center;
}	
.contacts__address {
	font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.contacts__phone {
	margin-top: 24px;
	font-size: 32px;
    line-height: 140%;
    font-weight: 600;
}
.contacts__phone a {
    display: block;
    padding-top: 24px;
    background: url(../images/icon-phone.svg) no-repeat top center;
}
.contacts__email {
	margin-top: 12px;
	font-size: 21px;
    line-height: 140%;
    font-weight: 400;
}
.contacts__email a {
    display: block;
    padding-top: 24px;
    background: url(../images/icon-mail.svg) no-repeat top center;
}
.social {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}
.social a {
	width: 36px;
	height: 36px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
}
.social a.social__max {
	background-image: url(../images/i-max.svg);
}	

.footer {
	position: relative;
	padding: 48px 0;
	border-top: 1px solid rgba(255,255,255,0.4);
}
.footer .wp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 36px;
}	
.copyright {
	position: relative;
}
.copyright p {
	margin-bottom: 12px;
}
.copyright p:last-child {
	margin-bottom: 0;
}	
.policy {
	position: relative;
}
.policy a {
	display: block;
	color: rgba(255,255,255,0.7);
	font-size: 15px;
}


.sectionPromo {
	position: relative;
	overflow: hidden;
	padding: 144px 0;
	background: url(../images/fon2.jpg) no-repeat center;
	background-size: cover;
}
.sectionPromo:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(32, 32, 32, 0.75);
	content: '';
	z-index: 2;
}
.promoInfo {
	position: relative;
	z-index: 3;
}	
.promoInfo__title {
	max-width: 1080px;
	font-size: 60px;
    line-height: 110%;
    font-weight: 300;
}		
.promoInfo__price {
	position: relative;
	margin-top: 24px;
	font-size: 32px;
	line-height: 100%;
	font-weight: 400;
}	
.promoInfo__price span {
	color: #8BC43F;
	font-size: 64px;
	line-height: 100%;
	font-weight: 600;
}
.promoInfo__btn {
	position: relative;
	margin-top: 60px;
}	
.promoInfo__text {
	width: 460px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
    padding-left: 72px;
    padding-top: 6px;
    background: url(../images/icon.svg) no-repeat top left;
    background-size: 60px auto;
}
.promoInfo__text:after {
	width: 120px;
	height: 2px;
	display: block;
	margin-top: 12px;
	background: #F5931E;
	content: '';
}
.promoInfo__list {
	position: relative;
	margin-top: 24px;
}
.promoInfo__form {
	max-width: 560px;
	position: relative;
	margin-top: 24px;
}	
.promoImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/img9.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center right;
	z-index: 1;
}

.numberPlus {
	position: relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 72px;
	counter-reset: section;
}
.numberPlus__item {
	position: relative;
}
.numberPlus__item:before {
	position: relative;
	margin-bottom: 12px;
	display: block;
	color: #8BC43F;
	font-size: 24px;
	line-height: 100%;
	font-weight: 800;
	counter-increment: section;
    content: "0" counter(section);
}

.imgList {
	position: relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	align-items: flex-start;
}
.imgList__item {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap: 12px;
}
.imgList__item img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.imgList__item p {
	color: rgba(255, 255, 255, 0.7);
}


.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(32,32,32,0.8);
    z-index: 100;
    display: none; 
}
.popup-wp {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	overflow: auto;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 24px;
	right: 24px;
	background: url('../images/close.svg') no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.formPopup {
	width: 94%;
	max-width: 620px;
	position: relative;
	margin: 0;
	padding: 48px;
	background:	#363636;
}
.form {
	position: relative;
}
.form-item {
	position: relative;
	margin: 0 0 12px 0;
}
.form-item input {
	width: 100%;
    height: 60px;
    position: relative;
    display: block;
    padding: 0 24px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background: none;
    border: 1px solid rgba(255,255,255,0.7);
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.form input[type="submit"] {
	position: relative;
    padding: 18px 40px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #2A2A2A;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
	border: none;
    outline: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	cursor: pointer;
}
.form input[type="submit"]:disabled {
	color: rgba(32,32,32,0.4);
	cursor: default;
}	
.submitBtn {
	position: relative;
    z-index: 110;
    display: inline-flex;
	margin-top: 24px;
}
.submitBtn:before {
    content: '';
    background: linear-gradient(45deg, #8BC43F, #F5931E, #00ADEF, #BE1E2E);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.submitBtn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.submitBtn:hover {
	background: #202020;
}	

@keyframes glowing  {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.form ::-webkit-input-placeholder {color: rgba(255,255,255,0.7);}
.form ::-moz-placeholder {color: rgba(255,255,255,0.7);}
.form  :-moz-placeholder {color: rgba(255,255,255,0.7);}
.form :-ms-input-placeholder {color: rgba(255,255,255,0.7);}

.check {
	position: relative;
    display: block;
    margin: 24px 0 0 0;
    padding-left: 36px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
	vertical-align: middle;
	background: url(../images/check.svg) no-repeat;
}
.check a {
	text-decoration: underline;
}
.check a:hover {
	color: #fff;
	text-decoration: none;
}
.check input[type="checkbox" i] {
	display: none;
}
.checked {
	background: url(../images/checked.svg) no-repeat;
}

.popupMenu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 48px;
	background:	#2A2A2A;
	z-index: 200;
	display: none;
}
.menu {
	position: relative;
}
.menu ul {
	position: relative;
	text-align: center;
}
.menu ul li {
	position: relative;
	margin: 24px 0;
}	
.menu ul li a {
	display: block;
	color: #fff;
	font-size: 24px;
    line-height: 120%;
}
.menu ul li a:hover {
	color: #8BC43F;
}	
.thanks {
	position: relative;
	text-align: center;
}	
.thanks .logo {
	margin: 0 auto 36px auto;
}
.contentText {
	position: relative;
}
.contentText h4 {
	margin-top: 24px;
}
.contentText p, .contentText ul, .contentText ol {
	margin-bottom: 12px;
}	
.contentText ul li {
	margin: 0 0 0 20px;
	list-style: disc;
}
.contentText ol li {
	margin: 0 0 0 20px;
	list-style: decimal;
}	

.cookieinfo {
    padding: 24px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    flex-direction: column-reverse;
    color: #2A2A2A !important;
    font-size: 18px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    font-family: 'Muller', 'Arial', sans-serif !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}    
.cookieinfo span {
    width: 100%;
    padding: 0  !important;
}    
.cookieinfo-close {
    padding: 14px 36px !important;
    margin: 0 auto !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 140% !important;
    font-weight: 500 !important;
    font-family: 'Muller', 'Arial', sans-serif !important;
    background: #363636 !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    box-sizing: border-box!important;
    float: none !important;
}  