﻿@font-face {
    font-family: 'Orchidea Pro';
    src: url('../fonts/OrchideaPro.ttf') format('truetype');
}
@font-face {
    font-family: 'Southern Aire';
    src: url('../fonts/logo/southernaire.ttf') format('truetype');
}
@font-face {
    font-family: 'Orchidea Pro';
    src: url('../fonts/OrchideaPro-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Tafel';
    src: url('../fonts/TafelSansPro-Light.ttf') format('truetype');
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
html,body {
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: 26px;
    min-width: 360px;
    scroll-behavior: smooth;
}
*, *::after, *::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
.header {
    background-color: #fff;
    background-color: none;
    pointer-events: all;
    position: fixed;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 99;
}
.header__burger {
    display: none;
}
.header:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header__overlay {
    transition: all 0.2s;
}
.header__overlay.lock {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .6;
    position: fixed;
    top: 0;
    transition: all 0.2s;
    width: 100%;
    z-index: 90;
}
body.lock {
    overflow: hidden;
}
.container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
}
.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
}
.header__logo {
    z-index: 101;
}
.header__menu {
    display: flex;
    gap: 30px;
    z-index: 3;
}
.header__menu-item:first-child {
    display: none;
}
.header__menu-btn {
    display: none;
}
.header__link, .header__logo-link {
    font-weight: 600;
}
.header__link {
    width: 120px;
}
.header__logo-images {
    position: relative;
}
.header__logo-images img {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 101;
}
.header__logo-link span {
    color: #000;
    font-family: 'Southern Aire', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-right: 10px;
}
.header__social, .burder_menu {
    display: none;
}
.footer {
    padding: 90px 0 80px 0;
}
.footer__img {
    max-width: 120px;
    width: 100%;
}
.footer__content {
    align-items: start;
    display: flex;
    justify-content: space-between;
}
.footer__social {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 21px;
    margin-top: 25px;
}
.footer__title {
    color: #0a5251;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.35;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.footer__descr strong {
    color: #0a5251;
    font-size: 16px;
    font-weight: 700;
}
.footer__descr {
    margin-bottom: 10px;
}
.footer__item-copy{
    font-size: 12px;
}

.social__item svg{
    transition: all 0.2s;
}
.social__item{
    transition: all 0.2s;
}
.social__item svg:hover { filter: brightness(1.15); }
.social__item:hover { filter: brightness(1.15); }

.main{
    background-image: url('../images/main/main.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20px;
    padding-bottom: 100px;
}
.main__inner{
    position: relative;
    transform: translate();
    height: calc(100vh + 80px);
}
.main__content{
    max-width: 582px;  
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.main__title{
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;   
    animation: fadeIntitle 0.4s ease-in both;
    animation-delay: 0.1s;
}
.main__descr{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    animation: fadeIndescr 0.4s ease-in both;
    animation-delay: 0.2s;
}
@keyframes fadeIntitle {
	from {
		opacity: 0;
		transform: translate3d(0, -70%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIndescr {
	from {
        animation-delay: 2s;
		opacity: 0;
		transform: translate3d(0, -65%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.main__descr p:first-child{
    max-width: 460px;
}
.main__descr p:nth-child(2n){
    max-width: 520px;
}

.main__descr p:last-child{
    margin-bottom: 54px;
}

.main__btn{
    display: flex;
    gap: 20px;
}

.main__btn a{
    padding: 20px 60px;
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.main2{
    height: 10000px;
}


.main__btn a:hover{
    background-color: #b5e8e1 !important; color: #0a5251 !important;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}


.missions__block:first-child{
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 10px;
    height: 350px;
    background-color: #ffffff;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    top: -93px;
    padding: 50px 75px;
}
.missions__item{
    max-width: 238px;
}

.missions__block-title{
    color: rgb(0, 132, 140);
    font-size: 32px;
}
.missions__block-descr{
    margin-top: 30px;
    font-size: 14px;
    font-family: 'OrchideaPro',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.missions__btn{
    margin-top: 70px;
}
.missions__btn-link{
    padding: 15px 50px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 15px;
    background-color: #0a5251;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color;
    text-align: center;
    max-width: 100%;
    color: #fff;
}
.missions__btn-link:hover{
    background-color: #b5e8e1 !important;
    color: #0a5251 !important;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.missions__title, .meet__title{
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 90px;
}
.missions__block:last-child{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 25px 25px;
}
.missions__block:last-child .missions__item{
    padding: 1px 2px;
    max-width: 365px;
}

.missions__item-title{
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}
.missions__item-descr{
    font-size: 18px;
    line-height: 22px;
    color: rgb(94, 94, 94);
}
.missions__block:last-child .missions__item{
    position: relative;
}
.missions__block:last-child .missions__item::after{
    position: absolute;
    content: '';
    color: rgb(175, 230, 219);
    top: 35%;
    left: 50%;
    font-size: 182px;    
    font-weight: 600;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, -50%);
}

.missions__block:last-child .missions__item:first-child:after{
    content: '1';
}
.missions__block:last-child .missions__item:nth-child(2n):after{
    content: '2';
}
.missions__block:last-child .missions__item:last-child:after{
    content: '3';
}

.meet{
    padding: 150px 0;
}

.about__meet{
    padding: 150px 0 50px 0;
}

.about__meet .meet__img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px;
}

.meet__block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.meet__item{
    max-width: 260px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.meet__name{
    font-size: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.meet__descr{
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: rgb(122, 122, 122);
}


.meet__img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px;
    margin-bottom: 60px;
}
.meet__image{
    width: 200px;
    height: 200px;
}
.free{
    background-color: red;
    padding: 75px 0;
    background-color: #29979e;
}

.free__title{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}
.free__descr{
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-width: 548px;
    margin: 0 auto;
    margin-bottom: 45px;
}
.free__btn{
    text-align: center;
}

.free__btn-link{
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    padding: 20px 60px;
}
.free__btn-link:hover{
    background-color: #b5e8e1 !important;
    color: #0a5251 !important;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.main__bg-img{
    display: none;
}
.missions3{
    padding: 195px 0 50px;
}
.missions3__title{
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 90px;
}
.missions3__block {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 25px 25px;
}
.missions3__item{
    padding: 1px 2px;
    max-width: 365px;
    position: relative;
}
.missions3__item-title{
    font-weight: 700;
    padding-top: 65px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
}
.missions3__item-descr{
    font-size: 18px;
    line-height: 22px;
    color: rgb(94, 94, 94);
}
.missions3__item::after{
    position: absolute;
    content: '';
    color: rgb(175, 230, 219);
    top: 35%;
    left: 50%;
    font-size: 182px;    
    font-weight: 600;
    z-index: -1;
    opacity: 0.5;
    transform: translate(-50%, -50%);
}
.missions3__item:first-child:after{
    content: '1';
    z-index: 1;
}
.missions3__item:nth-child(2n):after{
    content: '2';
    z-index: 1;
}
.missions3__item:last-child:after{
    content: '3';
    z-index: 1;
}
.about{
    padding: 80px 0 60px;
}
.about__bg{
    background-image: url('../images/about/about-t-hero_d.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__title{
    color: #fff;
    font-weight: 600;
    font-size: 72px;
    line-height: 1.17;
}
.about_us{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_us__descr{
    font-size: 18px;
    line-height: 25px;
    max-width: 760px;
    color: rgb(48, 48, 48);
    font-family: Georgia;
    margin-bottom: 90px;
}
.about_us__descr span{
    font-weight: 700;
}
.about_us__descr br:first-child{
    display: none;
}
.about_us-btn{
    text-align: center;
}
.about_us-btn--link{
    padding: 20px 60px;
    color:#ffffff;
    background-color:#0a5251;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.about_us-btn--link:hover{
    background-color: #b5e8e1 !important;
    color: #0a5251 !important;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.activatedcharcoal{
    padding: 195px 0 50px;
    text-align: center;
}
.activatedcharcoal__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.activatedcharcoal__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.activatedcharcoal__img{
    max-width: 100%;
}

.charity__image{
    padding: 80px 0 75px;
}
.charity__bg{
    background-image: url('../images/charity/closeup-on-two-young.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.charity__bg::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    background-image: linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
    z-index: 1;
}
.charity__title{
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 72px;
    line-height: 1.17;
    z-index: 2;
}
.charity__descr{
    font-family: Georgia, sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 75px;
}

.charity__descr span{
    color: rgb(41, 151, 158);
    font-weight: 700;
}

.charity__descr a{
    color: rgb(255, 84, 84);
    white-space: nowrap;
}


.contactus{
    padding: 160px 0 160px;
    display: flex;
    align-items: center;
}

.contactus__title{
    color: rgb(54, 54, 54);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 1.23;
    margin-bottom: 90px;
}

.contactus__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.contactus__table{
    max-width: 760px;
}
.contactus__accordion {
    color: rgb(54, 54, 54);
    cursor: pointer;
    padding: 27px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    transition: 0.4s;
}
.contactus__btn{
    position: relative;
    padding: 20px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.contactus__btn:before, .contactus__btn:after {
    background-color: #29979e;
    content: '';
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 22px;
}
.contactus__btn:after {
    transform: rotate(90deg);
}

.contactus__block:hover .contactus__btn:before, .contactus__block:hover .contactus__btn:after{
    background-color: rgb(255, 255, 255);
}
.contactus__block:hover .contactus__btn{
    background-color: rgb(228, 228, 228);
}

.contactus__block.active .contactus__btn{
    transform: rotate(-45deg);
}

.contactus__panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: rgb(54, 54, 54);
    font-family: Georgia, sans-serif;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
}
.contactus__panel p{
    padding-bottom: 20px;
}
.contactus__panel ul{
    padding-bottom: 20px;
}
.contactus__item:first-child .contactus__panel{
    padding: 0px 18px;
}
.contactus__item .contactus__panel a{
    font-weight: 700;
    color: rgb(41, 151, 158);
}
.contactus__item .contactus__panel span{
    font-weight: 700;
}
hr {
    border-top: 1px solid #eeeeee;
    margin: 0;
}

.feedback{
    padding-bottom: 100px;
}

.feedback__content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feedback form {
    max-width: 760px;
    position: relative;
    z-index: 22;
}
.feedback__title {
    font-weight: 700;
    color: rgb(54, 54, 54);
    font-size: 40px;
    line-height: 1.55;
    text-transform: uppercase;
    max-width: 453px;
    margin-bottom: 53px;
}
.feedback input {
    color: #000000;
    width: 100%;
    padding: 13px 20px;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.55;
    outline:none;
}
.feedback label{
    font-weight: 300;
    font-size: 20px;
    line-height: 1.55;
}
.feedback input::placeholder {
    font-weight: 100;
    font-size: 16px;
}
.feedback input[type="submit"] {
    padding: 0px 60px;
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    max-width: 160px;
    margin-bottom: 0px;
}
.form__btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
	min-width: 100%;
	max-height: 700px;
	min-height: 65px;
	padding: 10px 5px;
	margin: 10px 0;
}

input::-webkit-input-placeholder {
    color: #999;
}input:focus::-webkit-input-placeholder {
    color: transparent;
}input:-moz-placeholder {
    color: #999;
}input:focus:-moz-placeholder {
    color: transparent;
}input::-moz-placeholder {
    color: #999;
}input:focus::-moz-placeholder {
    color: transparent;
}input:-ms-input-placeholder {
    color: #999;
}input:focus:-ms-input-placeholder {
    color: transparent;
}


.adress{
    background-color:#efefef;
    padding: 130px 0;
}

.adress__inner, .adress__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adress__item{
    flex-direction: column;
    text-align: center;
    width: 33.33%;
}
.adress__logo{
    margin-bottom: 30px;
}
.adress__title{
    font-family: 'Orchidea Pro';
    font-size: 22px;
    line-height: 1.35;
    color: rgb(54, 54, 54);
    font-weight: 600;
    margin-bottom: 30px;
}
.adress__descr{
    font-family: Georgia, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.adress__descr a{
    color: rgb(41, 151, 158);
    font-weight: 700;
}
.devices{
    padding: 150px 0;
}
.devices__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 200px 20px;
}
  
.devices__item{
    width: 100%;
    height: 400px;
}

.devices__img {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.devices__img img {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease;
}
.devices__img-change img:nth-of-type(2) {
    opacity: 0;
}  
.devices__img-change:hover img:nth-of-type(1) {
    opacity: 0;
}
  
.devices__img-change:hover img:nth-of-type(2) {
    opacity: 1;
}
  
.devices__img:hover {
    cursor: pointer;
}

.devices__title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 20px;
}
.devices__link {
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
    margin-top: 19px;
}
.dff{
    padding: 200px 0 75px;
}
.dff__device{
    max-width: 360px;
}
.dff__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.dff__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.dff__descr a{
    color: #ff8562;
}
.dff__slider{
    width: 66%;
}
.slider {
    position: relative;
    max-width: 760px;
    height: 574px;
}  
.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    transform: scale(1);
}
.slide.active{
    opacity: 1;
    z-index: 40;
}
.slide:hover{
    cursor: zoom-in;
}
.thumbnails {
    display: flex;
}
.thumbnails img {
    width: 60px;
    height: 60px;
    margin: 10px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    cursor: pointer;
}
.thumbnails img.active {
    border-color: rgba(0,0,0,.15);
}
.slider__btns{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 151;
    user-select: none;
}
.slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    width: 45px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 41;
    user-select: none;
}
.slider__btn::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: -1;
    background-color: rgb(255, 255, 255);
}
.mobile__slider-block.active .slider__btn {
    width: 90px;
}
.slider__btn svg{
    position: absolute;
    width: 7px;
}
.slider__btn.prev {
    left: 0;
}
.slider__btn.next {
    right: 0;    
}

.slider.active .slide.active{
    transform: translateY(-1%) scale(1);
}
/*  */
.mobile__slider-block{
    display: none;
}
.mobile__slider-block.active{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    z-index: 150;
}

.mobile__slider {
    position: relative;
    max-width: 100%;
    height: 100%;
	overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.mobile__slide{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
    cursor: zoom-in;
	z-index: 10;
}
.mobile__slide.active{
    opacity: 1;
}
.mobile__slider .mobile__slide{
    transform: scale(1);
}
.mobile__slider.activated .mobile__slide{
    top: 50%;
}
.zoom-in{
    display: none;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
}
.zoom{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile__slider.activated .zoom-in{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile__slider.activated .zoom{
    display: none;
}
.zoom{
    cursor: pointer;
}
.close__btn{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*  */

.dff__block-1{
    display: flex;
}
.dff__block-2{
    padding: 120px 0 40px;
}

.dff__block-2 .dff__block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dff__block-2 .dff__item{
    max-width: 45%;
}

.dff__block-2 img{
    max-width: 100%;
}

.dff__block-2 .dff__item-title{ 
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
.dff__block-2 .dff__item-descr{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    font-family: Georgia, sans-serif;
}
.dff__block-2 .dff__item-descr a{
    color: #ff8562;
    text-decoration: none;
}
.dff__block-3 .dff__item-title{
    font-size: 22px;
    color: rgb(48, 48, 48);
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dff__block-3 .dff__item-descr ul{
    padding-left: 20px;
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    line-height: 24px;
    font-weight: 300;
}
.dff__block-4 {
    padding: 120px 0;
}
.dff__block-4 .dff__block{
    max-width: 880px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 60px;
    display: block;
}
.dff__block-4 .dff__item-title{
    font-family: Georgia, sans-serif;
    font-size: 24px;
    line-height: 1.17;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 20px;
}
.dff__block-4 .dff__item-descr{
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: Georgia, sans-serif;
}
.dff__block-5{
    padding: 75px 0;
}
.dff__block-5 .dff__block{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.dff__block-5 .dff__block-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin:  0 auto;
    margin-bottom: 50px;
}
.dff__block-5 .dff__block-img img{
    width: 100%;
}
.dff__block-5 .dff__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.dff__block-5 .dff__item-descr {
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
}
.dff__block-5 .dff__item{
    max-width: 33%;
    padding: 20px;
}
.dff__block-6 .dff__item-title{
    font-size: 22px;
    color: rgb(48, 48, 48);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.dff__block-6 .dff__item-descr ul{
    padding-left: 20px;
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    line-height: 24px;
}
.ecoin{
    padding: 200px 0 75px;
}
.ecoin__device{
    max-width: 360px;
}
.ecoin__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.ecoin__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
}
.ecoin__descr a{
    color: #ff8562;
}
.ecoin__slider{
    width: 66%;
}
/*  */
.ecoin__block-1{
    display: flex;
}
.ecoin__block-2{
    padding: 180px 0 30px;
}
.ecoin__block-2 .ecoin__item-descr{
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #000000;
}
.ecoin__block-2 .ecoin__block{
    max-width: 930px;
    margin:  0 auto;
}
.rightimg  {
    float: right;
}

.ecozone{
    padding: 200px 0 75px;
}
.ecozone__device{
    max-width: 360px;
}
.ecozone__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.ecozone__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.ecozone__descr a{
    color: #ff8562;
}
.ecozone__slider{
    width: 66%;
}
.ecozone__block-1{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin-bottom: 105px;
}
.ecozone__block-2{
    padding: 75px 0;
}
.ecozone__block-2 .ecozone__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}
.ecozone__block-2 .ecozone__item-title{
    font-size: 30px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 20px;
}
.ecozone__block-2 .ecozone__item-descr p{
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: rgb(48, 48, 48);
}
.ecozone__block-2 .ecozone__block-img{
    max-width: 100%;
}
.ecozone__block-2 .ecozone__block-img img{
    width: 100%;
}

.ecozone__block-3{
    padding: 75px 0;
}
.ecozone__block-3 .ecozone__block{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.ecozone__block-3 .ecozone__block-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin:  0 auto;
    margin-bottom: 50px;
}
.ecozone__block-3 .ecozone__block-img img{
    width: 100%;
}

.ecozone__block-3 .ecozone__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.ecozone__block-3 .ecozone__item-descr {
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
}

.ecozone__block-3 .ecozone__item{
    max-width: 33%;
    padding: 20px;
}
.ecozone__block-4{
    padding: 75px 0;
}
.ecozone__block-4 .ecozone__block{
    background-color: #f5f5f5;
    padding: 60px;
    max-width: 880px;
    margin: 0 auto;
}
.ecozone__block-4 .ecozone__block .ecozone__item-title{
    line-height: 1.17;
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
.ecozone__block-4 .ecozone__block-item .ecozone__item-title{    
    font-size: 16px;
    line-height: 22px;
    color: rgb(48, 48, 48);
    font-weight: 700;
    margin-bottom: 0;
}
.ecozone__block-4 .ecozone__block-item .ecozone__item-descr{    
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
}
.ecozone__block-4 .ecozone__block-item{    
    margin-bottom: 30px;
}
.faq{
    padding: 160px 0 160px;
    display: flex;
    align-items: center;
}

.faq__title{
    color: rgb(54, 54, 54);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 1.23;
    margin-bottom: 90px;
}

.faq__block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq__table{
    max-width: 760px;
}
.faq__accordion {
    color: rgb(54, 54, 54);
    cursor: pointer;
    padding: 27px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    transition: 0.4s;
}
.faq__btn{
    position: relative;
    padding: 20px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.faq__btn:before, .faq__btn:after {
    background-color: #29979e;
    content: '';
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 22px;
}
.faq__btn:after {
    transform: rotate(90deg);
}

.faq__block:hover .faq__btn:before, .faq__block:hover .faq__btn:after{
    background-color: rgb(255, 255, 255);
}
.faq__block:hover .faq__btn{
    background-color: rgb(228, 228, 228);
}

.faq__block.active .faq__btn{
    transform: rotate(-45deg);
}

.faq__panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: rgb(54, 54, 54);
    font-family: Georgia, sans-serif;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
}
.faq__panel p{
    padding-bottom: 20px;
}
.faq__panel ul{
    padding-bottom: 20px;
}
.faq__item:first-child .faq__panel{
    padding: 0px 18px;
}
.faq__item .faq__panel a{
    font-weight: 700;
    color: rgb(41, 151, 158);
}
.faq__item .faq__panel span{
    font-weight: 700;
}
.helpukraine__image{
    padding: 80px 0 75px;
}
.helpukraine__bg{
    background-image: url('../images/helpukraine/helpukraine.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.helpukraine__bg::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.60), rgba(34,34,34,0.20));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.60), rgba(34,34,34,0.20));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.60), rgba(34,34,34,0.20));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.60), rgba(34,34,34,0.20));
    background-image: linear-gradient(top, rgba(0,0,0,0.60), rgba(34,34,34,0.20));
    z-index: 1;
}
.helpukraine__title-img{
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.17;
    z-index: 2;
}
.helpukraine__title {
    padding-top: 50px;
    position: relative;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 32px;
    font-weight: 300;
}
.helpukraine__title::after{
    content: '“';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #222;
    font-family: Georgia, sans-serif;
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1;
}
.helpukraine__descr {
    font-family: Georgia, sans-serif;
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 90px;
}
.helpukraine__block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 180px;
}
.helpukraine__item {
    width: 50%;
    overflow: hidden;
}
.helpukraine__item:last-child{
    background-color: #135cd1;
    padding: 60px;
    position: relative;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.helpukraine__img{
    position: relative;
    height: 560px;
}
.helpukraine__img::after {
    content: '';
    background-image: url('../images/helpukraine/Collaged_Fashion_New.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.helpukraine__item-descr{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    max-width: 440px;
    position: relative;
    padding-top: 30px;
}

.helpukraine__item-descr::after{
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.60;
}
.helpukraine__join {
    display: flex;
    flex-direction: column;
    padding-bottom: 165px;
}
.helpukraine__join-content{
    max-width: 560px;
    padding: 30px 25px 35px;
    margin:  0 auto;
    text-align: center;
    border-width: 5px;
    border: 3px solid #ffff00;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.helpukraine__join-title {
    color: rgb(48, 48, 48);
    font-size: 16px;
    line-height: 18px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.helpukraine__join-descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}
.helpukraine__join-form input[type="text"]{
    height: 45px;
    color: #000000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline:none;
}


.helpukraine__join input[type="text"]{
    color: #000000;
    width: 190px;
    padding: 13px 20px;
    background-color: #f5f2f2;
    border: none;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.55;
    outline:none;
    margin-right: 20px;
}
.helpukraine__join input::placeholder {
    font-weight: 100;
    font-size: 16px;
}
.helpukraine__join input[type="submit"] {
    height: 45px;
    padding: 0 20px;
    color: #ffffff;
    background-color: #135cd1;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    width: 160px;
    margin-bottom: 0px;
    cursor: pointer;
    border: none;
}
.helpukraine__img img {
    display: none;
}
.hepafiltration{
    padding: 195px 0 50px;
    text-align: center;
}
.hepafiltration__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.hepafiltration__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.hepafiltration__img{
    max-width: 100%;
}
.hydrogenperoxides{
    padding: 195px 0 50px;
    text-align: center;
}
.hydrogenperoxides__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.hydrogenperoxides__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.hydrogenperoxides__img{
    max-width: 100%;
}
.hydroxylradicals{
    padding: 195px 0 50px;
    text-align: center;
}
.hydroxylradicals__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.hydroxylradicals__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.hydroxylradicals__img{
    max-width: 100%;
}
.ionization{
    padding: 195px 0 50px;
    text-align: center;
}
.ionization__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.ionization__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.ionization__img{
    max-width: 100%;
}
.myshield{
    padding: 200px 0 75px;
}
.myshield__block{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin-bottom: 105px;
}
.myshield__device{
    max-width: 360px;
}
.myshield__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.myshield__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.myshield__descr a{
    color: #ff8562;
}
.myshield__slider{
    width: 100%;
}  
.myshield__block--2{
    display: flex;
    padding: 75px 0;
    width: 100%;
}
.myshield__item-title{
    color: rgb(48, 48, 48);
    line-height: 1.17;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}
.myshield__item-descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}



.myshield__block--3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 20px 75px;
    background-color: #f5f5f5;
    max-width: 880px;
    margin: 0 auto;
}

.myshield__block--4{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 125px 0;
}
.myshield__block--4-item{
    max-width: 300px;
}

.myshield__block--4-item .myshield__item-title{
    font-size: 20px;
    text-align: center;
}
.myshield__block--4-img{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin:  0 auto;
    margin-bottom: 30px;
}
.myshield__block--4-img img{
    width: 100%;
}
.myshield__item-descr ul{
    padding-left: 20px;
}
.photocatalytic{
    padding: 195px 0 50px;
    text-align: center;
}
.photocatalytic__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.photocatalytic__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.photocatalytic__img{
    max-width: 100%;
}
.pr{
    padding: 230px 0 0;
}
.pr__title {
    color: rgb(48, 48, 48);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.pr__descr {
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin: 0 auto;
}
.pr__descr span{
    font-weight: 700;
}
.pr__descr ul{
    padding-left: 20px;
}
.pr__descr span.pr__name{
    font-weight: 300;
    text-decoration: underline;    
}
.return{
    padding: 170px 0 60px;
}
.return__title{
    color: rgb(48, 48, 48);
    line-height: 1.23;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}
.return__descr{
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
}
.return__descr a{
    font-weight: 700;
    color: rgb(52, 159, 186);
    white-space:nowrap;
}
.reviews{
    padding: 120px 0;
}
.reviews__title{
    margin-bottom: 90px;
    color: rgb(48, 48, 48);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.reviews__block{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px 20px;
}
.reviews__item{
    max-width: 360px;
    background: #F7F7F7;
    padding: 60px 30px 30px;
    position: relative;
    height: auto;
}
.reviews__image{
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    top: -50px;
    left: 50%;
    transform: translate(-50%);

}
.reviews__img{
    width: 100px;
    height: 100px;
}
.reviews__item-name{
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.reviews__item-descr{
    font-family: Georgia, sans-serif;;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    color: rgb(48, 48, 48);
}
.rewards{
    padding: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rewards__inner, .all__inner{
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rewards__title{
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 42px;
}
.rewards__descr{
    text-align: center;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 60px;
}
.rewards__descr span{
    font-weight: 700;
}
.rewards__sub-title{
    text-align: center;
    font-size: 22px;
    line-height: 1.23;
    font-weight: 600;
    margin-bottom: 50px;
}
.rewards__table-item{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.rewards__table{
    width: 100%;
}

.rewards__table tr td:first-of-type{
    white-space: normal;
    min-width: 140px;
}

.rewards__table th{
    border: 1px solid #000000;
    padding: 25px 30px;
    font-family: 'Tafel', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.rewards__table th:nth-of-type(2)::after{
    position: absolute;
    content: '';
    background-image: url('../images/rewards/bronze.jpg');
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    filter: blur(3px);
}
.rewards__table th:nth-of-type(3)::after{
    position: absolute;
    content: '';
    background-image: url('../images/rewards/silver.jpg');
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    filter: blur(3px);
}
.rewards__table th:nth-of-type(4)::after{
    position: absolute;
    content: '';
    background-image: url('../images/rewards/gold.jpg');
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    filter: blur(7px);
}
.rewards__table th:nth-of-type(5)::after{
    position: absolute;
    content: '';
    background-image: url('../images/rewards/platinum.jpg');
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    filter: blur(3px);
}
.rewards__table td{
    border: 1px solid #272727;;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.23;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    max-width: 200px;
}
.rewards__table tr td:first-child{
    text-align: left;
    font-weight: 600;
}

.rewards__table tr:nth-child(8) td:first-child{
    border: none;
}

.rewards__table tr:nth-child(6) td:nth-of-type(2){
    color: #c68b60;
}
.rewards__table tr:nth-child(6) td:nth-of-type(3){
    color: #bdbdbb;
}
.rewards__table tr:nth-child(6) td:nth-of-type(4){
    color: #c29b3e;
}
.rewards__table tr:nth-child(6) td:nth-of-type(5){
    color: #8b8b8b;
}

.rewards__table tr:nth-child(7) td:nth-of-type(2){
    color: #c68b60;
}
.rewards__table tr:nth-child(7) td:nth-of-type(3){
    color: #bdbdbb;
}
.rewards__table tr:nth-child(7) td:nth-of-type(4){
    color: #c29b3e;
}
.rewards__table tr:nth-child(7) td:nth-of-type(5){
    color: #8b8b8b;
}

.rewards__table tr:nth-child(8) td:nth-of-type(2){
    background-color:rgb(50, 151, 159);
}
.rewards__table tr:nth-child(8) td:nth-of-type(3){
    background-color:rgb(50, 151, 159);
}
.rewards__table tr:nth-child(8) td:nth-of-type(4){
    background-color:rgb(50, 151, 159);
}
.rewards__table tr:nth-child(8) td:nth-of-type(5){
    background-color: rgb(50, 151, 159);
}



.all{
    display: flex;
    align-items: center;
    justify-content: center;
}
.all__title{
    color: rgb(48, 48, 48);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.all__title span, .rewards__sub-title span{
    color: rgb(50, 151, 159);
}
.all__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    max-width:  760px;;
    margin-bottom: 90px;
}
.all__descr span{
    color: rgb(50, 151, 159);
    font-weight: 700;
}
.all__block{
    display: flex;
    gap: 5px;
}
.all__link{
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px 46px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
.shippingpolicy{
    padding: 140px 0 0;
}
.shippingpolicy__title {
    color: rgb(48, 48, 48);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
.shippingpolicy__descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}
.shippingpolicy__descr a{
    font-weight: 700;
    color: #ff8562;
}
.shippingpolicy__descr p:last-of-type{
    font-weight: 700;
}
.shippingpolicy__descr ul{
    margin-left: 20px;
}
.superoxide{
    padding: 195px 0 50px;
    text-align: center;
}
.superoxide__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.superoxide__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.superoxide__img{
    max-width: 100%;
}
.technolege__img{
    padding: 80px 0 60px;
}
.technolege__bg{
    background-image: url('../images/technolege/technolege.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.technolege__bg::after{
    position: absolute;
    content: '';
    row-gap: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.50));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.50));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.50));
    background-image: linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.50));
}
.technolege{
    padding: 100px 0 60px;
}
.technolege__title{
    color: rgb(48, 48, 48);
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 100px;
}

.technolege__block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0;
}

.technolege__item-num{
    background-color:#afe6db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.technolege__item-num div{
    padding: 25px;
    font-size: 20px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
}
.technolege__item{
    max-width: 360px;
    display: flex;
}
.technolege__item-title {
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 13px;
}
.technolege__item-descr {
    font-size: 16px;
    line-height: 1.55;
    line-height: 20px;
    font-weight: 300;
}
.photocatalytic__inner,
.hydroxylradicals__inner,
.superoxide__inner,
.hydrogenperoxides__inner,
.trioxygen__inner,
.ionization__inner,
.ultravioletlight__inner,
.hepafiltration__inner,
.activatedcharcoal__inner {
    max-width: 1160px;
    padding: 60px 0;
}
.technolege__photocatalytic img,
.technolege__hydroxylradicals img,
.technolege__superoxide img,
.technolege__hydrogenperoxides img,
.technolege__trioxygen img,
.technolege__ionization img,
.technolege__ultravioletlight img,
.technolege__hepafiltration img,
.technolege__activatedcharcoal img {
    width: 100%;
}
.ter{
    padding: 245px 0 0;
}
.ter__title{
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: rgb(48, 48, 48);
    text-align: center;
    margin-bottom: 60px;
}
.ter__block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ter__descr {
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    max-width: 1161px;
}
.ter__item {
    text-align: center;
    margin-bottom: 120px;
}
.ter__item a{
    font-weight: 700;
    color: rgb(56, 173, 159);
}
.ter__name {
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color: #6e6e6e;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}
.trioxygen{
    padding: 195px 0 50px;
    text-align: center;
}
.trioxygen__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.trioxygen__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.trioxygen__img{
    max-width: 100%;
}
.thefreshair{
    padding: 200px 0 75px;
}
.thefreshair__device{
    max-width: 360px;
}
.thefreshair__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.thefreshair__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.thefreshair__descr a{
    color: #ff8562;
}
.thefreshair__slider{
    width: 66%;
}
.thefreshair__block-1{
    display: flex;
}
.thefreshair__block-2{
    padding: 120px 0 40px;
}

.thefreshair__block-2 .thefreshair__block{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.thefreshair__block-2 .thefreshair__item{
    max-width: 45%;
}

.thefreshair__block-2 img{
    max-width: 100%;
}

.thefreshair__block-2 .thefreshair__item-title{ 
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}
.thefreshair__block-2 .thefreshair__item-descr{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
}

.thefreshair__block-2 .thefreshair__item-descr span{
    font-weight: 700;
}

.thefreshair__block-2 .thefreshair__item-descr a{
    color: #ff8562;
    text-decoration: none;
}

.thefreshair__block-2 .thefreshair__block-end{
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    max-width: 760px;
    margin:  0 auto;
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
}
.thefreshair__block-2 .thefreshair__block-end::after{
    position: absolute;
    content: '';
    background-color: #29979e;
    height: 3px;
    width: 80px;
    top: 0;
}
.thefreshair__block-2 .thefreshair__block-end span{
    color: rgb(41, 151, 158);
    font-weight: 700;
}



.thefreshair__block-3 .thefreshair__item-title{
    font-size: 22px;
    color: rgb(48, 48, 48);
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.thefreshair__block-3 .thefreshair__item-descr ul{
    padding-left: 20px;
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    line-height: 24px;
    font-weight: 300;
}

.thefreshair__block-3{
    padding: 75px 0;
}
.thefreshair__block-3 .thefreshair__block-title{
    font-size: 34px;
    text-align: center;
    color: rgb(48, 48, 48);
    font-weight: 600;
    margin-bottom: 50px;
}
.thefreshair__block-3 .thefreshair__block{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.thefreshair__block-3 .thefreshair__block-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin:  0 auto;
    margin-bottom: 50px;
}
.thefreshair__block-3 .thefreshair__block-img img{
    width: 100%;
}

.thefreshair__block-3 .thefreshair__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.thefreshair__block-3 .thefreshair__item-descr {
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
}

.thefreshair__block-3 .thefreshair__item{
    max-width: 260px;
    padding: 20px;
    text-align: center;
}

.thefreshair__block-4 .thefreshair__item{
    margin-bottom: 50px;
}
.thefreshair__block-4 .thefreshair__item-title{
    font-size: 24px;
    color: rgb(48, 48, 48);
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.thefreshair__block-4 .thefreshair__item-descr{
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
}
.thefreshair__block-4 .thefreshair__item-descr span{
    text-decoration: underline;
}
.thefreshair__block-4 {
    padding: 120px 0;
}
.thefreshair__block-4 .thefreshair__block{
    max-width: 880px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 60px;
    display: block;
}
.thefreshair__block-4 ul{
    padding-left: 20px;
}
.thefreshair__block-4 .thefreshair__item-descr ul{
    padding-left: 20px;
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    line-height: 24px;
    font-weight: 300;
}



.thefreshair__block-5{
    padding: 75px 0;
}
.thefreshair__block-5 .thefreshair__block-title{
    font-size: 34px;
    text-align: center;
    color: rgb(48, 48, 48);
    font-weight: 600;
    margin-bottom: 50px;
}
.thefreshair__block-5 .thefreshair__block{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.thefreshair__block-5 .thefreshair__block-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin:  0 auto;
    margin-bottom: 50px;
}
.thefreshair__block-5 .thefreshair__block-img img{
    width: 100%;
}
.thefreshair__block-5 .thefreshair__item-title a{
    text-align: center;
    font-weight: 700;
    color: rgb(48, 48, 48);
    font-size: 22px;
    line-height: 1.35;
}
.thefreshair__block-5 .thefreshair__item-descr {
    font-family: Georgia, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
}
.thefreshair__block-5 .thefreshair__item{
    max-width: 33.33%;
    padding: 20px;
    text-align: center;
}
.thefreshair__block-6 .thefreshair__item-title{
    font-weight: 700;
    color: rgb(48, 48, 48);
    font-size: 30px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 40px;
}
.thefreshair__block-6 .thefreshair__item-descr{
    font-size: 18px;
    line-height: 24px;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-weight: 300;
}
.thefreshair__block-6 .thefreshair__item-descr span{
    font-weight: 700;
}

.ultravioletlight{
    padding: 195px 0 50px;
    text-align: center;
}
.ultravioletlight__title{
    font-size: 40px;
    line-height: 1.23;
    font-weight: 600;
    color: rgb(48, 48, 48);
    margin-bottom: 30px;
}
.ultravioletlight__descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    max-width: 1160px;
    margin:  0 auto;
    margin-bottom: 60px;
}
.ultravioletlight__img{
    max-width: 100%;
}
.thevoyager{
    padding: 200px 0 75px;
}
.thevoyager__device{
    max-width: 360px;
}
.thevoyager__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.thevoyager__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.thevoyager__descr a{
    color: #ff8562;
}
.thevoyager__slider{
    width: 66%;
}
.thevoyager__block-1{
    display: flex;
    gap: 50px;
}
.thevoyager__block-2 .thevoyager__block{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 75px 0;
}
.thevoyager__block-2 .thevoyager__item-descr{
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 90px;
}
.thevoyager__block-2 .thevoyager__block-img img{
    width: 100%;
}

.thevoyager__item-descr{
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
}
.thevoyager__block-3 .thevoyager__item-descr span{
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
}
.thevoyager__block-3 .thevoyager__item-descr ul{
    padding-left: 20px;
}
.themagicwand{
    padding: 200px 0 75px;
}
.themagicwand__device{
    max-width: 360px;
}
.themagicwand__title {
    color: rgb(48, 48, 48);
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 10px;
}
.themagicwand__descr {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    padding-left: 20px;
}
.themagicwand__descr a{
    color: #ff8562;
}
.themagicwand__slider{
    width: 66%;
}

.themagicwand__inner > .themagicwand__block {
    display: flex;
}
.themagicwand__block-descr{
    padding: 75px 0;
    text-align: center;
    color: rgb(48, 48, 48);
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.themagicwand__block-2 .themagicwand__block{
    display: flex;
    align-items: baseline;
}
.themagicwand__block-img{
    display: none;
}
.themagicwand__block-2 .themagicwand__item{
    padding: 20px;
}
.themagicwand__item-img{
    margin-bottom: 60px;
}
.themagicwand__item-img img{
    max-width: 100%;
}
.themagicwand__block-2 .themagicwand__item{
    margin: 10px;
}

.themagicwand__block-2 .themagicwand__item-title{
    font-family: Arial;
    font-weight: 700;
    color: rgb(48, 48, 48);
    font-size: 22px;
    margin-bottom: 20px;
}

.themagicwand__block-2 .themagicwand__item-descr{
    font-weight: 300;
    color: rgb(48, 48, 48);
    font-size: 16px;
    line-height: 22px;
}

.themagicwand__block-3{
    padding: 75px 0;
}
.themagicwand__block-3 .themagicwand__block{
    max-width: 880px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 60px;
    display: block;
}

.themagicwand__block-3 .themagicwand__item-title{
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 20px;
    line-height: 22px;
}

.themagicwand__block-3 .themagicwand__item-descr{
    font-family: Georgia, sans-serif;
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px;
}
.themagicwand__block-4 .themagicwand__block{
    display: flex;  
    gap: 50px;
}
.themagicwand__block-4 .block{
    width: 50%;
}
.themagicwand__block-4 .themagicwand__item{
    margin-bottom: 50px;
}
.themagicwand__block-4 .themagicwand__item-title{
    font-size: 20px;
    color: rgb(48, 48, 48);
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}
.themagicwand__block-4 .themagicwand__item-descr{
    font-family: Georgia, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.technolege__photocatalytic,
.technolege__hydroxylradicals,
.technolege__superoxide,
.technolege__hydrogenperoxides,
.technolege__trioxygen,
.technolege__ionization,
.technolege__ultravioletlight,
.technolege__hepafiltration,
.technolege__activatedcharcoal {
    padding: 0;
}

.technolege__photocatalytic div div,
.technolege__hydroxylradicals div div,
.technolege__superoxide div div,
.technolege__hydrogenperoxides div div,
.technolege__trioxygen div div,
.technolege__ionization div div,
.technolege__ultravioletlight div div,
.technolege__hepafiltration div div,
.technolege__activatedcharcoal div div{
    margin: 0;
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
    color: rgb(48, 48, 48); 
    text-align: center;
    font-family: Georgia, sans-serif;
}

.technolege__photocatalytic h3,
.technolege__hydroxylradicals h3,
.technolege__superoxide h3,
.technolege__hydrogenperoxides h3,
.technolege__trioxygen h3,
.technolege__ionization h3,
.technolege__ultravioletlight h3,
.technolege__hepafiltration h3,
.technolege__activatedcharcoal h3{
    color: rgb(48, 48, 48);
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}
.table_total{
    text-align: right;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #424242;
    display: none;
}
.table_total.active{
    display: block;
}
.table_total span{
    color: #279392;
    padding-left: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
}
#table-container{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.dropdown__block {
    position: relative;
}
.dropdown {
    position: absolute;
    display: inline-block;
    z-index: 10;
    margin-left: 10px;
    border: 1px solid #000;
    background-color: #fff;
    width: 275px;
    cursor: pointer;
    top: -22px;
    border-radius: 5px;
}

.dropdown__select{
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
    position: relative;
}
.dropdown__select.active{
    color: rgb(50, 151, 159);
}
.dropdown__select.active::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #0000007e;
    border-right: 3px solid #0000007e;
    margin-right: 10px;
    z-index: 2;
    top: 13px;
    right: 0;
    transform: rotate(135deg);
}
  
.dropdown__select[value="0"] {
    color: rgb(50, 151, 159);
}
  
.dropdown.show .dropdown__select.active::after{
    transform: rotate(-45deg);
    top: 17px;
}
.dropdown__content {
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 1;
}
.dropdown__content .dropdown__select:hover{
    background-color: rgb(191, 244, 248);
}
.dropdown .show {display: block;}

.scroll-hint{
    display: none;
    animation: pulse 1s ease-in-out infinite;
    position: absolute;
    left: 10px;
    width: 55px;
    top: 2px;
    z-index: 2;
}
.scroll-hint img{
    width: 100%;
}
  
@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
.rewards .scroll-hint{
    width: 39px;
}






.foundersclub{
    padding: 130px 0;
}
.foundersclub__title {
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 42px;
}

.foundersclub__sub-title {
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
}
.foundersclub__descr{
    text-align: center;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 60px;
}

.foundersclub__block{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 100px;
}

.foundersclub ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.foundersclub ul li {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: "- ";
}

.foundersclub__item{
    display: flex;
    gap: 40px;
}
.foundersclub__item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
}
/* .foundersclub__img{
    width: 100%;
} */

.foundersclub__item-title{
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 42px;
}
.foundersclub__item-descr{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
}

.foundersclub__content ul li{
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    font-family: 'George';
}
.foundersclub__btn,
.howitworks__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 75px;
}

.foundersclub___btn-link,
.howitworks___btn-link {
    width: 100%;
    text-align: center;
}
.foundersclub___btn-link:nth-child(2),
.howitworks___btn-link:nth-child(2),
.foundersclub___btn-link:nth-child(3),
.howitworks___btn-link:nth-child(3) {
    width: 48%;
}
.foundersclub__link,
.howitworks__link{
    display: block;
    color: #ffffff;
    background-color: #0a5251;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}
  



sup {
    font-size: smaller;
    vertical-align: super;
  }
  
.howitworks{
    padding: 130px 0;
}
.howitworks .container{
    width: 100%;
}
.howitworks__descr p > span:first-of-type{
    color: #000;
}
.howitworks__descr span{
    color: rgb(50, 151, 159);
    font-weight: 700;
}
.howitworks__title {
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 40px;
}
.howitworks__title:last-of-type{
    margin-top: 95px;
}
.howitworks__descr{
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    margin-bottom: 75px;
}

.howitworks__descr ol{
    list-style-position: inside;
    margin-bottom: 40px;
}

.howitworks__descr:nth-last-child(2){
    text-align: center;
}
.howitworks__table{
    margin:  0 auto;
}
.howitworks__table-container{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.howitworks__table-total{
    text-align: right;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #424242;
    width: 88%;
    margin-bottom: 30px;
}
.howitworks__table-total span{
    color: #279392;
    padding-left: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
}
.howitworks__table-total.second{
    width: 100%;
}
.howitworks__table td span{
    color: #279392;
}
.howitworks__table th{
    border: 1px solid #000000;
    padding: 15px 13px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    position: relative;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    background-color: rgb(191, 244, 248);
    text-transform: uppercase;
}

.howitworks__table th:nth-child(2){
    width: 200px;
}
.howitworks__table td{
    border: 1px solid #272727;
    padding: 25px 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    position: relative;
    overflow: hidden;
}

.howitworks__table-container:nth-child(2n) table tr td:first-of-type{
    text-align: left;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
.howitworks__table-container.third table tr:nth-last-child(-n+4):not(:last-child) td:first-of-type,
.howitworks__table-container.second table tr:nth-last-child(-n+3) td:first-of-type {
    background-color: #000; 
    color: #fff;
}

.howitworks__table-container.second table tr td:first-of-type::after,
.howitworks__table-container.third table tr td:first-of-type::after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    filter: blur(5px);
}
.howitworks__table-container.second table tr:nth-child(2) td:first-of-type::after,
.howitworks__table-container.third .howitworks__table tr:nth-child(3) td:first-of-type::after{
    background-image: url('../images/howitworks/bronze.jpg');
}
.howitworks__table-container.second table tr:nth-child(3) td:first-of-type::after,
.howitworks__table-container.third table tr:nth-child(4) td:first-of-type::after{
    background-image: url('../images/howitworks/silver.jpg');
}
.howitworks__table-container.second  table tr:nth-child(4) td:first-of-type::after,
.howitworks__table-container.third  table tr:nth-child(5) td:first-of-type::after{
    background-image: url('../images/howitworks/gold.jpg');
}
.howitworks__table-container.second table tr:nth-child(5) td:first-of-type::after,
.howitworks__table-container.third table tr:nth-child(6) td:first-of-type::after{
    background-image: url('../images/howitworks/platinum.jpg');
}

.howitworks__table-container.first table td:nth-child(3),
.howitworks__table-container.first table td:nth-child(5),
.howitworks__table-container.second table td:nth-child(3),
.howitworks__table-container.second table td:nth-child(5),
.howitworks__table-container.third table td:nth-child(3),
.howitworks__table-container.third table td:nth-child(5){
    color: #279392;
}
.revardsexample{
    padding: 130px 0;
}
.revardsexample .howitworks__btn{
    margin-top: 75px;   
}
.revardsexample__descr{
    text-align: center;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    margin-bottom: 75px;
    font-weight: 600;
    margin-top: 130px;
}
.revardsexample .container{
    width: 100%;
}
.revardsexample__title{
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 42px;
}
.revardsexample__title:last-of-type{
    margin-top: 150px;
}
.revardsexample__table th {
    border: 1px solid #000000;
    padding: 15px 13px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    position: relative;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    background-color: rgb(191, 244, 248);
    text-transform: uppercase;
    width: 100%;
}
.revardsexample__table th:first-child{
    width: 50%;
    font-weight: 700;
    font-size: 32px;
}
.revardsexample__table td{
    border: 1px solid #272727;
    padding: 25px 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    position: relative;
    overflow: hidden;
}
.revardsexample__table-total{
    text-align: right;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 50px;
}
.revardsexample__table-total span{
    color: #279392;
    padding-left: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 20px;
}
.revardsexample__table-container{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.revardsexample__table-container table tr td:first-of-type[rowspan="6"] {
    position: relative;
    min-width: 230px;
}
.revardsexample__inner .revardsexample__table-container:nth-of-type(1) table tr td:first-of-type[rowspan="6"]::after,
.revardsexample__inner .revardsexample__table-container:nth-of-type(9) table tr td:first-of-type[rowspan="6"]::after {
    position: absolute;
    background-image: url('../images/revardsexample/Bronze.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
}
.revardsexample__inner .revardsexample__table-container:nth-of-type(1) table tr td:first-of-type[rowspan="6"]::before,
.revardsexample__inner .revardsexample__table-container:nth-of-type(9) table tr td:first-of-type[rowspan="6"]::before {
    position: absolute;
    content: 'Bronze';
    font-size: 30px;
    top: 20px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}

.revardsexample__inner .revardsexample__table-container:nth-of-type(3) table tr td:first-of-type[rowspan="6"]::after,
.revardsexample__inner .revardsexample__table-container:nth-of-type(11) table tr td:first-of-type[rowspan="6"]::after {
    position: absolute;
    background-image: url('../images/revardsexample/Silver.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
}
.revardsexample__inner .revardsexample__table-container:nth-of-type(3) table tr td:first-of-type[rowspan="6"]::before,
.revardsexample__inner .revardsexample__table-container:nth-of-type(11) table tr td:first-of-type[rowspan="6"]::before {
    position: absolute;
    content: 'Silver';
    font-size: 30px;
    top: 20px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}
.revardsexample__inner .revardsexample__table-container:nth-child(6) table tr td:first-of-type[rowspan="6"]::after,
.revardsexample__inner .revardsexample__table-container:nth-child(15) table tr td:first-of-type[rowspan="6"]::after {    
    position: absolute;
    background-image: url('../images/revardsexample/Gold.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
}
.revardsexample__inner .revardsexample__table-container:nth-child(6) table tr td:first-of-type[rowspan="6"]::before,
.revardsexample__inner .revardsexample__table-container:nth-child(15) table tr td:first-of-type[rowspan="6"]::before {
    position: absolute;
    content: 'Gold';
    font-size: 30px;
    top: 20px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}
.revardsexample__inner .revardsexample__table-container:nth-child(8) table tr td:first-of-type[rowspan="6"]::after,
.revardsexample__inner .revardsexample__table-container:nth-child(17) table tr td:first-of-type[rowspan="6"]::after {
    position: absolute;
    background-image: url('../images/revardsexample/Platinum.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
}
.revardsexample__inner .revardsexample__table-container:nth-child(8) table tr td:first-of-type[rowspan="6"]::before,
.revardsexample__inner .revardsexample__table-container:nth-child(17) table tr td:first-of-type[rowspan="6"]::before {
    position: absolute;
    content: 'Platinum';
    font-size: 30px;
    top: 20px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}
.revardsexample__table-container:nth-child(4n) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(3),
.revardsexample__table-container:nth-child(4n) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(2),
.revardsexample__table-container:nth-child(4n+1) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(3),
.revardsexample__table-container:nth-child(4n+1) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(2),
.revardsexample__table-container:nth-child(4n) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(5),
.revardsexample__table-container:nth-child(4n) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(4),
.revardsexample__table-container:nth-child(4n+1) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(5),
.revardsexample__table-container:nth-child(4n+1) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(4) {
    color: #279392;
}
.revardsexample__table-container:nth-child(4n-1) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(3),
.revardsexample__table-container:nth-child(4n-1) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(2),
.revardsexample__table-container:nth-child(4n+2) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(3),
.revardsexample__table-container:nth-child(4n+2) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(2),
.revardsexample__table-container:nth-child(4n-1) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(5),
.revardsexample__table-container:nth-child(4n-1) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(4),
.revardsexample__table-container:nth-child(4n+2) .revardsexample__table tr:nth-child(2):not(:first-child) td:nth-child(5),
.revardsexample__table-container:nth-child(4n+2) .revardsexample__table tr:nth-last-child(-n+5) td:nth-child(4),
.revardsexample__table-total:nth-child(4n-1) span,
.revardsexample__table-total:nth-child(4n) span{

    color: #d7a538;
}
.calculator{
    padding: 130px 0;
}
.calculator__table{
    width: 100%;
}
.calculator__table th {
    border: 1px solid #000000;
    padding: 15px 13px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    position: relative;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    background-color: rgb(191, 244, 248);
}
.calculator__table td {
    border: 1px solid #272727;
    padding: 25px 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #424242;
}

.calculator__title {
    color: rgb(48, 48, 48);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 50px;
}
.calculator__item{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 50px;
}
.calculator__item h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.calculator input[type="text"] {
    color: #333;
    width: 136px;
    height: 100%;
    outline:none;
    padding: 15px 13px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #424242;
    z-index: 2;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    color: red;
    border: 1px solid red;
    border-radius: 5px;
}
#table-body tr:first-child td:nth-child(2){
    padding: 15px 13px;
}

@media (max-width: 1258px) {
    .meet__item {
        margin: 5px;
    }
}
@media (max-width: 1250px) {
    .dff__slider {
        width: 100%;
    }
    .ecozone__slider {
        width: 100%;
    }
    .thefreshair__slider {
        width: 100%;
    }
    .thevoyager__slider {
        width: 100%;
    }
    .themagicwand__inner > .themagicwand__block {
        flex-direction: column;
        gap: 20px;
    }
    .themagicwand__slider {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .howitworks__table-total {
        width: 90%;
    }
}
@media (max-width: 1170px) {
    .thefreshair__block-3 .thefreshair__block {
        grid-template-rows: repeat(2, 1fr);
        grid-auto-flow: column;
        margin: 30px auto;
        grid-gap: 40px;
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .thefreshair__block-2 .thefreshair__block {
        flex-direction: column;
    }
    .thefreshair__block-2 .thefreshair__item {
        max-width: 100%;
    }
    .thefreshair__block-2 .thefreshair__block-img {
        margin: 0 auto;
    }
}
@media (max-width: 1144px) {
    .howitworks__table-total {
        width: 93%;
    }
}
@media (max-width: 1140px) {
    .meet__img {
        margin: 24px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1137px) {
    .technolege__block{
        justify-content: center;
        gap: 60px 60px;
    }
}
@media (max-width: 1091px) {
    .meet__img {
        margin: 16px;
        margin-bottom: 62px;
    }
    .missions__block-descr{
        font-size: 13px;
    }
    .missions__block:first-child {
        padding: 47px 30px;
    }
}
@media (max-width: 1050px) {
    .ecoin__slider {
        width: 100%;
    }
    .ecoin__block-1{
        flex-direction: column;
    }
}

@media (max-width: 1025px) {
    .missions__title, .meet__title {
        margin-bottom: 30px;
    }
    .meet__block {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 90px;
    }
    .meet__item {
        width: 50%;
        box-sizing: border-box; 
        padding: 10px;
    }
}
@media (max-width: 1000px) {
    .devices__block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .devices__item{
        width: 100%;
        height: 400px;
    }
    .devices__img img {
        object-fit: cover;
    }     
    .howitworks__table-total {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .slider {
        max-width: 100%;
    }
    .slide {
        object-fit: contain;
    }
    .dff{
        padding: 90px 0 75px;
    }
    .dff__item-img{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .dff__block-1{
        flex-direction: column;
    }
    .dff__block-2 .dff__block {
        flex-direction: column;
    }
    .dff__block-2 .dff__item {
        max-width: 100%;
    }
    .dff__block-2 .dff__block-img {
        margin: 0 auto;
    }
    .dff__block-5 .dff__block {
        flex-direction: column;
    }
    .dff__block-5 .dff__item {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .ecozone{
        padding: 90px 0 75px;
    }
    .ecozone__item-img{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ecozone__block-1{
        flex-direction: column;
    }
    .ecozone__block-3 .ecozone__block {
        flex-direction: column;
    }
    .ecozone__block-2 .ecozone__block {
        flex-direction: column;
    }
    .ecozone__block-3 .ecozone__item{
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .myshield__block--2, .myshield__block--4{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px 0;
    }
    .myshield__block{
        flex-direction: column;
    }
    .myshield{
        padding: 90px 0 75px;
    }
    .thefreshair{
        padding: 90px 0 75px;
    }
    .thefreshair__item-img{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .thefreshair__block-1{
        flex-direction: column;
    }

    .thefreshair__block-3 .thefreshair__block {
        flex-direction: column;
    }
    .thefreshair__block-3 .thefreshair__item {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    .thevoyager{
        padding: 90px 0 75px;
    }
    .thevoyager__item-img{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .thevoyager__block-1{
        flex-direction: column;
    }
    .themagicwand{
        padding: 90px 0 75px;
    }
    .themagicwand__block-2 .themagicwand__block{
        flex-direction: column;
    }
    .themagicwand__item-img{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .themagicwand__block-4 .themagicwand__block{
        flex-direction: column;
        justify-content: center;
    }
    .themagicwand__block-4 .block{
        width: 100%;
    }
}

@media (max-width: 932px) {
    .revardsexample__table-total{
        font-size: 18px;
    }
    .revardsexample__table-total span{
        padding-left: 10px;
        font-size: 23px;
    }
    .howitworks__table-total{
        font-size: 18px;
    }
    .howitworks__table-total span {
        padding-left: 10px;
        font-size: 23px;
    }

    .table_total span {
        padding-left: 10px;
        font-size: 23px;
    }
    .table_total {
        font-size: 18px;
    }
    .missions__block:last-child {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .missions__block:first-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 50px;
        align-items: start;
        justify-items: center;
        height: auto;
    }    
    .missions__block:last-child .missions__item {
        max-width: 100%;
    }
    .missions__block:last-child .missions__item::after{
        top: 55%;
        left: 50%; 
        font-weight: 600;
        transform: translate(-50%, -50%);
    }
    .missions3__block {
        justify-content: space-between;
        flex-wrap: wrap;
    }  
    .missions3__item {
        max-width: 100%;
    }
    .missions3__item::after{
        top: 55%;
        left: 50%; 
        font-weight: 600;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 910px) {
    .rewards__table th {
        padding: 15px 20px;
        font-size: 28px;
    }
}
@media (max-width: 900px) {
    .adress__inner{
        flex-direction: column;
        gap: 60px;
    }
    .adress__item{
        width: 100%;
    }
}

@media (max-width: 862px) {
    .meet__img {
        width: 150px;
        height: 150px;
        margin: 30px;
        margin-bottom: 30px;
    }
    .meet__image {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 857px) {
    .rewards__table th {
        padding: 15px 20px;
        font-size: 24px;
    }
    .rewards__table td {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 600;
    }
}
@media (max-width: 856px) {
    .missions__block:last-child {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 880px) {
    .all__link {
        padding: 12px 38px;
        font-weight: 600;
        font-size: 16px;
    }
    .charity__image{
        padding-top: 0px;
    }
    .main{
        background-position: center center;
    }
    .header {
        background-color: transparent;
        position: fixed;
        top: 0;
   }
    .header__list li {
        padding: 10px 10px;
   }
    .header__inner {
        justify-content: space-between;
   }
    .header__logo {
        display: none;
   }
    .burder_menu {
        background-color: #29969e69;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        height: 48px;
        opacity: 1;
        padding: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 48px;
        z-index: 10;
   }
    .header__burger {
        display: flex;
        height: 15px;
        left: 50%;
        position: relative;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        z-index: 101;
        opacity: 1;
   }
    .header__burger span {
        background-color: #fff;
        height: 2px;
        left: 0;
        position: absolute;
        top: 6px;
        transition: all 0.3s ease 0s;
        width: 100%;
   }
    .header__burger:before, .header__burger:after {
        background-color: #fff;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.3s ease 0s;
        width: 100%;
   }
    .header__burger:before {
        top: 0;
   }
    .header__burger:after {
        bottom: 1px;
   }
    .header__link {
        color: #29979e;
        font-size: 16px;
        font-weight: 400;
        font-weight: bolder;
        margin-bottom: 15px;
   }
    .header__menu {
        align-items: start;
        background: #fff;
        flex-direction: column;
        gap: 0;
        height: 100%;
        padding: 42px 25px 25px;
        position: fixed;
        right: -400px;
        text-align: center;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 260px;
        z-index: 100;
   }
    .header__menu.active {
        right: 0;
   }
    .header__list {
        display: block;
        margin-bottom: 20px;
   }
    .header__menu-item {
        margin-bottom: 5px;
   }
    .header__item {
        align-items: end;
        display: flex;
   }
    .header__menu-item:first-child {
        display: block;
        margin-bottom: 15px;
   }
    .header__mobile-burger {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 20px;
   }
    .header__menu-btn {
        cursor: pointer;
        display: block;
        height: 2px;
        padding: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        transform: rotate(45deg);
        width: 22px;
   }
    .header__menu-btn::before {
        background-color: #29979e;
        content: '';
        height: 2px;
        left: 9px;
        position: absolute;
        top: 19px;
        transform: rotate(0deg);
        transition: all 0.3s ease 0s;
        width: 22px;
   }
   .header__menu-btn:after {
        background-color: #29979e;
        content: '';
        height: 2px;
        left: 9px;
        position: absolute;
        top: 19px;
        transform: rotate(90deg);
        transition: all 0.3s ease 0s;
        width: 22px;
   }
    .header__link {
        transition: color 0.3s;
   }
    .header__link:hover {
        color: #000;
   }
    .header__link img {
        width: 120px;
   }
    .burder_menu:hover .header__burger:before {
        top: 1px;
   }
    .burder_menu:hover .header__burger:after {
        bottom: 2px;
   }
    .header__social {
        align-items: start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: auto;
   }
    .social__link {
        display: flex;
        gap: 3px;
   }
    .social__lang a {
        color: #29979e;
   }
    .social__lang a:hover {
        text-decoration: underline;
   }
    .footer__title {
        font-size:14px;
   }
    .footer__descr {
        font-size: 12px;
        margin-bottom: 5px;
   }
    .footer__descr strong {
        color: #0a5251;
        font-weight: 700;
   }
   .about{
        padding-top: 0px;
    }
    .helpukraine__block {
        margin-bottom: 90px;
    }
    .helpukraine__image{
        padding-top: 0px;
    }
    .helpukraine__block{
        flex-direction: column;
    }
    .helpukraine__item{
        width: 100%;
        height: auto;
    }
    .helpukraine__item:last-child{
        background-color: #135cd1;
        padding: 30px 20px 30px;
        position: relative;
        height: auto;
        display: flex;
        align-items: start;
        justify-content: start;
    }
    .helpukraine__item-descr{
        max-width: 100%;
    }
    .helpukraine__img{
        position: relative;
        height: 500px;
    }
    .helpukraine__img img {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
    }
    .technolege__img{
        padding-top: 0;
    }
}
@media (max-width: 836px) {
    .technolege__item{
        max-width: 650px;
    }
    .technolege__item-num{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 820px) {
    .slider {
        max-width: 100%;
    }
    .slide {
        object-fit: cover;
    }
    .ecoin__block-2{
        padding: 130px 0 0;
    }
    .ecoin__block-2 .ecoin__block{
        max-width: 930px;
        margin:  0 auto;
    }
    .rightimg  {
        width: 100%;
    }
    .thefreshair__block-3 .thefreshair__block {
        display: flex;
    }
    .thefreshair__block-5 .thefreshair__block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .thefreshair__block-5 .thefreshair__item {
        max-width: 100%;
    }
}

@media (max-width: 780px) {
    .slider__btn {
        background-color: transparent;
    }
    .reviews__item{
        max-width: 80%;
    }
}

@media (max-width: 770px) {
    .foundersclub__item-descr{
        margin: 20px 0;
    }
    .foundersclub__btn,
    .howitworks__btn{
        max-width: 470px;
        gap: 15px;
    }
    .foundersclub__item-title{
        text-align: center;
    }
    .foundersclub__item{
        flex-direction: column;
        align-items: center;
    }
    .main__bg-img{
        display: block;
        position: relative;
        height: 550px;
        overflow: hidden;
    }
    .main__bg-img img{
        position: absolute;
        height: 798px;
        left: 54%;
        transform: translateX(-50%);
    }
    .main{
        background-image: none;
        position: relative;
        overflow: hidden;
    }
    .main::after{
        position: absolute;    
        content: '';
        background-image: url('../images/main/main_mobile-logo.png');
        background-repeat: no-repeat;
        background-size: 260px auto;
        width: 260px;
        height: 500px;
        top: 94px;
        left: 50%;
        transform: translate(-50%);
        z-index: 20;
    }

    .main__inner{
        position: relative;
        transform: translate();
        height: 630px
    }
    .main__content{
        position: absolute;
        height: 200px;
        top: 131px;
    }
    .main__title{
        position: relative;
        font-size: 18px;
        line-height: 20px;
        color: rgb(54, 54, 54);
        animation: none;
    }
    .main__block{
        position: relative;
    }
    .main__block::after{
        content: '';
        position: absolute;
        top: -30px;
        left: -200px;
        right: -200px;
        bottom: 140px;
        background-color: #f7f7f7;
        z-index: -1;
    }
    .main__descr{
        font-size: 14px;
        color: rgb(107, 107, 107);
        line-height: 20px;
        font-weight: 600;
        animation: none;
    }
    .main__btn{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main__btn a{
        padding: 5px 65px;
    }
    .main__btn-content{
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .main__btn a + a{
        background-color: transparent;
        border: 1px solid #0a5251;
        color: #0a5251;
    }
    .main__btn a + a:hover{
        background-color: #0a5251 !important;
        color: #fff !important;
    }
}

@media (max-width: 725px) {
    .footer__content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        align-items: center;
        justify-items: start;
    }
}
@media (max-width: 720px) {
    .rewards__table th {
        padding: 10px 10px;
        font-size: 20px;
    }
    .rewards__table td {
        padding: 5px 5px;
        font-size: 12px;
        font-weight: 600;
    }
}
@media (max-width: 696px) {
    .meet__block {
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
    }
}

@media (max-width: 650px) {
    .slider {
        height: 391px;
    }
    .slider__btn {
        cursor: default;
    }
    .all__link {
        padding: 10px 35px;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .meet__img {
        margin: 10px;
    }
    .meet__item{
        max-width: 225px;
    }
    .main__bg-img img{
        left: 58%;
    }
}
@media (max-width: 585px) {
    .all__block{
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .all__link {
        text-align: center;
        padding: 10px 35px;
        font-size: 14px;
        width: 100%;
        display: block;
    }
    .calculator__item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
    }
    .dropdown {
        margin-left: 0;
        top: 30px;
        right: -21px;
    }
}
@media (max-width: 550px) {
    .rewards .container{
        width: 100%;
    }
}
@media (max-width: 527px) {
    .calculator input[type="text"] {
        padding: 10px 15px;
    }
    #table-body tr:first-child td:nth-child(2) {
        padding: 10px 15px;
    }
    .revardsexample {
        padding: 100px 0;
    }
    .revardsexample__title {    
        font-size: 27px;
        margin-bottom: 50px;
    }
    .calculator {
        padding: 35px 0;
    }
    .revardsexample__table th{
        font-size: 16px;
    }
    .revardsexample__table td{
        padding: 15px 10px;
        font-size: 16px;
    }
    .calculator__table th{
        font-size: 16px;
    }
    .calculator__table td{
        padding: 15px 10px;
        font-size: 16px;
    }
    .howitworks__title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 40px;
    }
    .howitworks__descr {
        font-size: 14px;
        line-height: 22px;
    }
    .howitworks__table th {
        font-size: 16px;
    }
    .howitworks__table td {
        padding: 15px 10px;
        font-size: 16px;
    }
    .foundersclub__title {
        font-size: 30px;
    }
    .foundersclub__sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .foundersclub__descr > p{
        margin-bottom: 20px;
    }
    .foundersclub__descr{
        font-size: 16px;
    }
    .devices__block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 150px 20px;
    }
    .devices__title {
        font-size: 16px;
    }
    .devices__item {
        width: 100%;
        height: 372px;
    }
    .devices__img img {
        position: absolute;
        opacity: 1;
        width: 100%;
        object-fit: cover;
        transition: all 0.2s ease;
    }
    .devices__link {
        font-size: 13px;
        padding: 5px 20px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contactus{
        padding: 80px 0;
    }
    .contactus__title{
        font-weight: 700;
        font-size: 30px;
    }
    .contactus__accordion{
        font-size: 20px;
        padding: 15px 0;
    }
    .contactus__btn {
        margin-left: 40px;
    }
    .contactus__panel{
        font-size: 14px;
        line-height: 18px;
    }
    .feedback__title{
        font-size: 30px;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    .feedback label {
        font-size: 16px;
        line-height: 1.45;
    }
    .feedback input[type="submit"] {
        font-size: 16px;
        max-width: 100%;
    }
    .adress__logo {
        margin-bottom: 10px;
    }
    .adress__title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .adress__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .charity__title{
        font-size: 30px;
        letter-spacing: .5px;
    }
    .charity__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .missions__block:last-child .missions__item {
        max-width: 100%;
    }
    .missions__block:last-child {
        padding: 0;
    }
    .missions__item-title{
        font-size: 23px;
        text-align: start;
    }
    .missions__item-descr{
        font-size: 14px;
        text-align: start;
    }
    .missions__block:last-child .missions__item::after{
        top: 47%;
    }
    .missions__block:first-child {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
    }
    .missions__item{
        text-align: center;
    }
    .missions__block-title{
        font-size: 25px;
        line-height: 39px;
    }
    .missions__block-descr{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .missions__block:first-child {
        grid-row-gap: 25px;
    }
    .missions__block:first-child .missions__item:first-child{
        order: 1;
    }
    .missions__btn{
        margin-top: 20px;
    }
    .missions__link{
        position: relative;
    }
    .missions__link::after{
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgb(47, 145, 122);
    }
    .main__bg-img img{
        left: 61%;
    }
    .meet__item{
        max-width: 40%;
    }
    .meet__name{
        font-size: 16px;
        font-size: 16px;
    }
    .meet__descr{
        line-height: 19px;
        font-size: 12px;
    }
    .meet__img {
        width: 127px;
        height: 127px;
    }
    .meet__image {
        width: 127px;
        height: 127px;
    }
    .missions__title, .meet__title {
        font-size: 30px;
    }
    .free__title{
        font-size: 26px;
    }
    .free__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .free__btn-link{
        font-size: 14px;
        padding: 15px 45px;
    }
    .missions3{
        padding-top: 90px;
    }
    .missions3__title{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .missions3__item {
        max-width: 100%;
    }
    .missions3__block {
        padding: 0px;
    }
    .missions3__item-title{
        font-size: 24px;
        line-height: 1.35;
        font-weight: 700;
        text-align: start;
    }
    .missions3__item-descr{
        font-size: 14px;
        line-height: 18px;
        text-align: start;
    }
    .missions3__item::after{
        top: 70px; 
    }
    .about__title{
        font-size: 40px;
    }
    .about_us__descr{
        font-size: 14px;
        line-height: 22px;
        position: relative;
        padding-top: 60px;
    }
    .about_us__descr::after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        max-width: 100px;
        width: 100%;
        height: 3px;
        background-color: #000;
    }
    
    .about_us__descr span{
        font-weight: 700;
    }
    .about_us__descr br:nth-child(2n) {
        display: none;
    }
    .about_us__descr br:nth-child(4n) {
        display: block;
    }
    .about_us__descr br:nth-of-type(13) {
        display: none;
    }
    .about_us__descr br:first-child{
        display: block;
    }
    .activatedcharcoal{
        padding: 45px 0;
    }
    .activatedcharcoal__title{
        font-size: 30px;
    }
    .activatedcharcoal__descr{
        font-size: 14px;
        line-height: 18px;
    }
    
    .slider {
        height: 256px;
    }
    .thumbnails img {
        width: 40px;
        height: 40px;
        margin: 1px;
    }   

    .dff__title {
        font-size: 20px;
    }

    .dff__descr{
        font-size: 12px;
    }

    .dff__block-2 .dff__item-title {
        font-size: 22px;
    }
    .dff__block-2 .dff__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .dff__block-3 .dff__item-title {
        line-height: 18px;
        font-size: 18px;
    }
    .dff__block-3 .dff__item-descr ul {
        font-size: 14px;
        line-height: 18px;
    }
    .dff__block-4 {
        padding: 80px 0;
    }
    .dff__block-4 .dff__item-title {
        padding: 5px;
    }
    .dff__block-4 .dff__item-descr ul li:first-child a{
        color: #ff8562;
    }
    .dff__block-4 .dff__block{
        position: relative;
        padding: 20px;
    }
    .dff__block-4 .dff__block::after {
        position: absolute;
        content: '';
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 0;
        background-color: #f5f5f5;
        height: 100%;
        z-index: -1;
    }
    .dff__block-5 {
        padding: 0 0 50px;
    }
    .dff__block-5 .dff__item-title {
        font-size: 18px;
    }
    .dff__block-5 .dff__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .dff__block-6 .dff__item-title {
        font-size: 18px;
    }
    .dff__block-6 .dff__item-descr ul {
        padding-left: 20px;
        font-size: 14px;
        line-height: 16px;
    }
    .ecoin__title {
        font-size: 24px;
    }
    .ecoin__descr {
        font-size: 14px;
    }
    .ecoin__block-2 .ecoin__item-descr {
        font-size: 14px;
        line-height: 1.45;
    }
    .ecozone__title {
        font-size: 20px;
    }
    .ecozone__descr {
        font-size: 12px;
        line-height: 1.55;
    }
    .ecozone__block-2 {
        padding: 0;
    }
    .ecozone__block-2 .ecozone__item-title {
        font-size: 24px;
        color: rgb(48, 48, 48);
    }
    .ecozone__block-2 .ecozone__item-descr p {
        font-size: 14px;
        line-height: 18px;
    }
    .ecozone__block-3 .ecozone__block-img {
        margin-bottom: 20px;
    }
    .ecozone__block-3 .ecozone__item-title {
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .ecozone__block-3 .ecozone__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .ecozone__block-4 .ecozone__block {
        padding: 20px;
        position: relative;
    }
    .ecozone__block-4 .ecozone__block::after{
        position: absolute;
        content: '';
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 0;
        background-color: #f5f5f5;
        height: 100%;
        z-index: -1;
    }
    .ecozone__block-4 .ecozone__block .ecozone__item-title {
        font-size: 24px;
    }
    .ecozone__block-4 .ecozone__block-item .ecozone__item-title {
        line-height: 18px;
        font-size: 14px;
    }
    .ecozone__block-4 .ecozone__block-item .ecozone__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .faq{
        padding: 80px 0;
    }
    .faq__title{
        font-weight: 700;
        font-size: 30px;
    }
    .faq__accordion{
        font-size: 20px;
        padding: 15px 0;
    }
    .faq__btn {
        margin-left: 40px;
    }
    .faq__panel{
        font-size: 14px;
        line-height: 18px;
    }
    .helpukraine__title-img{
        font-size: 30px;
        letter-spacing: .5px;
    }
    .helpukraine__title-img{
        font-size: 52px;
        text-align: center;
    }
    .helpukraine__title{
        font-size: 26px;
    }
    .helpukraine__title::after {
        font-size: 26px;
        top: 20px;
    }
    .helpukraine__descr{
        font-size: 12px;
        line-height: 1.45;
        font-weight: 700;
        color: rgb(105, 105, 105);
    }
    .helpukraine__join-title{
        font-size: 22px;
        line-height: 24px;
    }
    .helpukraine__join-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .helpukraine__join input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .helpukraine__join input[type="submit"] {
        width: 100%;
    }
    .hepafiltration{
        padding: 45px 0;
    }
    .hepafiltration__title{
        font-size: 30px;
    }
    .hepafiltration__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .hydrogenperoxides{
        padding: 45px 0;
    }
    .hydrogenperoxides__title{
        font-size: 30px;
    }
    .hydrogenperoxides__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .hydroxylradicals{
        padding: 45px 0;
    }
    .hydroxylradicals__title{
        font-size: 30px;
    }
    .hydroxylradicals__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .ionization{
        padding: 45px 0;
    }
    .ionization__title{
        font-size: 30px;
    }
    .ionization__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .myshield__title{
        color: rgb(48, 48, 48);
        font-size: 20px;
        line-height: 1.35;
        font-weight: 600;
    }
    .myshield__descr{
        font-size: 12px;
        line-height: 1.55;
        font-weight: 300;
    }
    .myshield__block {
        margin-bottom: 0;
    }
    .myshield__item-title{
        font-size: 24px;
        line-height: 1.17;
    }
    .myshield__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .myshield__block--5 .myshield__item-title{
        line-height: 18px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .photocatalytic{
        padding: 45px 0;
    }
    .photocatalytic__title{
        font-size: 30px;
    }
    .photocatalytic__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .pr{
        padding-top: 60px;
    }
    .pr__title{
        font-size: 30px;
        line-height: 40px;
    }
    .pr__descr{
        font-size: 14px;
        line-height: 16px;
    }
    .return{
        padding-top: 90px;
    }
    .return__title{
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .return__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .reviews{
        padding: 80px 0;
    }
    .reviews__item{
        max-width: 100%;
    }
    .reviews__title{
        font-size: 24px;
    }
    .reviews__img{
        width: 100px;
        height: 100px;
    }
    .reviews__item-name{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .reviews__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .shippingpolicy{
        padding-top: 60px;
    }
    .shippingpolicy__title{
        font-size: 22px;
        line-height: 40px;
    }
    .shippingpolicy__descr{
        font-size: 14px;
        line-height: 14px;
    }
    .superoxide{
        padding: 45px 0;
    }
    .superoxide__title{
        font-size: 30px;
    }
    .superoxide__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .technolege__title{
        font-size: 26px;
        line-height: 40px;
    }
    .technolege__item-title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .technolege__item-descr {
        font-size: 12px;
        line-height: 1.45;
    }
    .technolege__item-content p{
        font-size: 12px;
        line-height: 1.45;
    }
    .technolege__item-num{
        margin-right: 10px;
    }
    .technolege__item-num div{
        font-size: 18px;
    }




    .photocatalytic__inner,
    .hydroxylradicals__inner,
    .superoxide__inner,
    .hydrogenperoxides__inner,
    .trioxygen__inner,
    .ionization__inner,
    .ultravioletlight__inner,
    .hepafiltration__inner,
    .activatedcharcoal__inner {
        max-width: 1160px;
        padding: 45px 0;
    }

    .photocatalytic__title,
    .hydroxylradicals__title,
    .superoxide__title,
    .hydrogenperoxides__title,
    .trioxygen__title,
    .ionization__title,
    .ultravioletlight__title,
    .hepafiltration__title,
    .activatedcharcoal__title {
        font-size: 22px;
        line-height: 18px;
    }

    .photocatalytic__descr,
    .hydroxylradicals__descr,
    .superoxide__descr,
    .hydrogenperoxides__descr,
    .trioxygen__descr,
    .ionization__descr,
    .ultravioletlight__descr,
    .hepafiltration__descr,
    .activatedcharcoal__descr {
        font-size: 14px;
        line-height: 18px;
    }

    .ter{
        padding: 105px 0 0;
    }
    .ter__title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .ter__item p{
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    .ter__item:first-child p:first-child{
        text-align: center;
    }
    .ter__name{
        font-size: 18px;
        line-height: 1.35;
        text-align: center;
    }
    .ter__block{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .trioxygen{
        padding: 45px 0;
    }
    .trioxygen__title{
        font-size: 30px;
    }
    .trioxygen__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__title {
        font-size: 28px;
        line-height: 34px;
    }

    .thefreshair__descr{
        font-size: 12px;
    }

    .thefreshair__block-2 .thefreshair__item-title {
        font-size: 22px;
    }
    .thefreshair__block-2 .thefreshair__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__block-3 {
        padding: 0 0 50px;
    }
    .thefreshair__block-3 .thefreshair__item-title {
        font-size: 18px;
    }
    .thefreshair__block-3 .thefreshair__item-descr {
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__block-2 .thefreshair__block-end{
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__block-2{
        padding-bottom: 135px;
    }
    .thefreshair__block-3 .thefreshair__block-title{
        font-size: 26px;
        line-height: 1.23;
    }
    .thefreshair__block-4{
        padding: 50px 0;
    }
    .thefreshair__block-4 .thefreshair__block{
        padding: 20px;
        position: relative;
    }
    .thefreshair__block-4 .thefreshair__block::after {
        position: absolute;
        content: '';
        top: 0;
        left: -20px;
        right: -20px;
        bottom: 0;
        background-color: #f5f5f5;
        height: 100%;
        z-index: -1;
    }
    .thefreshair__block-4 .thefreshair__item-title{
        font-size: 20px;
        line-height: 18px;
    }
    .thefreshair__block-4 .thefreshair__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__block-4 .thefreshair__item-descr ul{
        font-size: 14px;
        line-height: 18px;
    }
    .thefreshair__block-5 .thefreshair__block-title{
        font-size: 24px;
        margin-bottom: 30px;    
    }
    .thefreshair__block-5 .thefreshair__item-title a{
        font-size: 20px;
        line-height: 1.35;
    }
    .thefreshair__block-5 .thefreshair__item-descr{
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }
    .thefreshair__block-6 .thefreshair__item-title{
        font-size: 20px;
    }
    .thefreshair__block-6 .thefreshair__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .ultravioletlight{
        padding: 45px 0;
    }
    .ultravioletlight__title{
        font-size: 30px;
    }
    .ultravioletlight__descr{
        font-size: 14px;
        line-height: 18px;
    }
    .thevoyager__title{
        font-size: 20px;
    }
    .thevoyager__descr{
        font-size: 12px;
        line-height: 1.55;
        padding-left: 0;
    }
    .thevoyager__block-2 .thevoyager__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .thevoyager__item-descr{
        font-size: 14px;
        line-height: 18px;
        color: rgb(48, 48, 48);
    }
    .thevoyager__block-3 .thevoyager__item-descr span{
        font-size: 18px;
        line-height: 18px;
    }
    .themagicwand__title{
        font-size: 20px;
        line-height: 1.35;
        font-weight: 600;
    }
    .themagicwand__descr{
        font-size: 14px;
        line-height: 20px;
    }
    .themagicwand__block-2 .themagicwand__block-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .themagicwand__block-2 .themagicwand__item-img{
        display: none;
    }
    .themagicwand__block-img{
        display: block;
    }
    .themagicwand__block-img img{
        display: block;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .themagicwand__block-2 .themagicwand__item-title{
        font-size: 16px;
    }
    .themagicwand__block-2 .themagicwand__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .themagicwand__block-2 .themagicwand__item{
        padding: 0;
    }
    .themagicwand__block-3 .themagicwand__block{
        padding: 10px;
        position: relative;
    }
    .themagicwand__block-3 .themagicwand__item-title{
        font-size: 18px;
    }
    .themagicwand__block-3 .themagicwand__item-descr{
        font-size: 14px;
        line-height: 18px;
    }
    .themagicwand{
        overflow: hidden;
    }
    .themagicwand__block-3 .themagicwand__block::after{
        position: absolute;
        background-color: #f5f5f5;
        content: '';
        height: 300px;
        top: 0;
        right: -30px;
        left: -30px;
        z-index: -1;
    }
}

@media (max-width: 446px) {
    .meet__block{
        justify-content: space-between;
    }
    .main{
        padding-bottom: 200px;
    }
}


@media (max-width: 432px) {
    .foundersclub__btn,
    .howitworks__btn{
        flex-direction: column;
    }
    .foundersclub___btn-link:nth-child(2),
    .foundersclub___btn-link:nth-child(3),
    .howitworks___btn-link:nth-child(2),
    .howitworks___btn-link:nth-child(3) {
        width: 100%;
    }
    .foundersclub__item-img {
        width: 95%;
    }
    .foundersclub__img{
        width: 100%;
    }
    .foundersclub__item-title {
        font-size: 29px;
        margin-bottom: 0;
    }
    .foundersclub__item-descr{
        font-size: 16px;
    }
    .foundersclub__content ul li {
        font-size: 16px;
    }
    .foundersclub__item{
        gap: 20px;
    }
}