/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100% 
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'suisseintl';
    src: url('../fonts/SuisseIntl-Bold.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'suisseintl';
    src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2'),
        url('../fonts/SuisseIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'suisseintl';
    src: url('../fonts/suisseintl.woff2') format('woff2'),
        url('../fonts/suisseintl.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: 'suisseintl';
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 40px 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}

.header::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1360px;
    max-width: calc(100% - 60px);
    top: 0;
    right: 50%;
    height: 100%;
    transform: translateX(50%);
    z-index: -1;
    border-radius: 0 0 30px 30px;
}

.header::after {
    position: absolute;
    content: "";
    background-image: url(../img/header_aft.png);
    background-size: cover;
    display: flex;
    top: 0;
    width: 281px;
    height: 118px;
    right: 45%;
    transform: translateX(50%);
}

.header_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
}

.header_logo {
    display: flex;
}

.header_title {
    font-size: 20px;
    line-height: 120%;
    display: block;
    color: #000;
    width: 156px;
}

.header_bef {
    display: flex;
}

.main {
    background-color: #EDF2F8;
    padding: 280px 0 60px;
    position: relative;
    border-radius: 0 0 30px 30px;
}

.main::before {
    position: absolute;
    content: "";
    background-image: url(../img/main_bef.png);
    background-size: cover;
    background-position: right;
    left: 0;
    bottom: 140px;
    width: 149px;
    height: 209px;
}

.main::after {
    position: absolute;
    content: "";
    background-image: url(../img/main_aft.png);
    background-size: cover;
    right: 0;
    bottom: -122px;
    width: 324px;
    height: 361px;
}

.main_info {
    width: 442px;
}

.main h1 {
    color: #121212;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 22px;
}

.main_text {
    color: #121212;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 40px;
    max-width: 410px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C75980;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.main_btn {
    width: 291px;
    height: 72px;
    transition: all 0.3s;
}

.main_btn:hover {
    border: 1px solid #C75980;
    background: none;
    color: #C75980;
}

.main_warpper {
    position: relative;
}

.main_img {
    display: flex;
    bottom: -58px;
    z-index: 6;
    position: absolute;
    right: 34px;
    width: 565px;
    height: 656px;
}

.main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mission {
    margin: 112px 0;
}

.mission .container {
    max-width: 1400px;
}

.mission_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mission_img {
    max-width: calc(50% - 10px);
    display: flex;
    transform: translateY(-10px);
}

.mission_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mission_info {
    width: 672px;
    max-width: calc(50% - 10px);
}

.mission_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    margin-bottom: 16px;
    max-width: 600px;
}

.mission_title span {
    color: #067176;
}

.mission_text {
    font-weight: 500;
    font-size: 26px;
    max-width: 600px;
    line-height: 130%;
}

.mission_signature {
    display: flex;
    margin-left: auto;
    width: fit-content;
}

.catalog {
    margin: 112px 0;
    position: relative;
}

.catalog_img {
    position: absolute;
    display: flex;
    z-index: -1;
}

.catalog_img:nth-child(1) {
    left: 0;
    top: 265px;
}

.catalog_img:nth-child(2) {
    right: 0;
    bottom: 360px;
}

.catalog_img:nth-child(3) {
    left: 0;
    bottom: 106px;
}

.catalog_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 36px;
    white-space: nowrap;
}

.catalog_title span {
    color: #067176;
}

.catalog_items {
    max-width: 1162px;
    margin: 0 auto;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.catalog_item {
    width: calc(33.333% - 13.33px);
    background: #EDF2F8;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.catalog_item-img {
    height: 140px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #F8F8F8;
    overflow: hidden;
}

.catalog_item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.catalog_item-title {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 16px;
}

.catalog_item-teg {
    position: absolute;
    top: 132px;
    left: 55px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 2px 16px;
    background: #067176;
    border-radius: 23px;
}

.catalog_item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 26px;
}

.catalog_item-price {
    margin-top: auto;
    font-weight: 700;
    color: #B5B5B5;
    font-size: 36px;
    margin-bottom: 16px;
}

.catalog_item-price span {
    color: #067176;
}

.catalog_item-btn {
    background-color: #C75980;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}

.catalog_item-btn:hover span {
    opacity: 1;
    visibility: visible;
}

.catalog_item-btn span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border: 1px solid #C75980;
    border-radius: 20px;
    display: flex;
    transition: all 0.3s;
    justify-content: center;
    background: #EDF2F8;
    opacity: 0;
    visibility: hidden;
    color: #C75980;
    align-items: center;
}

.client {
    margin: 112px 0;
}

.client_title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 32px;
}

.client_title span {
    color: #067176;
}

.client_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.client_item {
    width: calc(50% - 10px);
    height: 448px;
    position: relative;
    border-radius: 30px;
    z-index: 1;
}

.client_item::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 48px;
    background-image: url(../img/play.svg);
    background-size: cover;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    pointer-events: none;
}

.client_item-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.client_item-video img {
    width: 100%;
    height: 100%;
    border-radius: 34px;
    object-fit: cover;
}

.client_item-info {
    background: #EDF2F8;
    padding: 30px;
    width: 278px;
    border-radius: 30px;
}

.client_item-logo {
    display: flex;
    margin-bottom: 16px;
}

.client_item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.footer {
    margin-bottom: 40px;
    position: relative;
    padding: 40px 0;
}

.footer::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 1360px;
    max-width: calc(100% - 60px);
    top: 0;
    right: 50%;
    height: 100%;
    transform: translateX(50%);
    z-index: -1;
    border-radius: 30px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    margin-bottom: 24px;
    display: flex;
}

.footer_link {
    font-size: 20px;
    line-height: 100%;
    text-decoration: underline;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}

.footer_link:last-child {
    margin-bottom: 0;
}

.footer_right {
    width: 425px;
}

.footer_title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 24px;
}

.footer_option {
    font-size: 18px;
    color: #B5B5B5;
    line-height: 130%;
    display: block;
}

.popup_order {
    background: #EDF2F8;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 1200px;
    border-radius: 30px;
    padding: 104px 77px 104px 40px;
    display: flex;
    justify-content: space-between;
}

.popup_order-left {
    width: 600px;
}

.popup_order-title {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 40px;
}

.popup_order-check {
    display: flex;
    margin-bottom: 16px;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}

.popup_order-check span {
    border: 1px solid #000000;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    position: relative;
}

.popup_order-check input {
    display: none;
}

.popup_order-check input:checked+span::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 22px;
    top: 50%;
    right: 50%;
    border-radius: 50%;
    transform: translate(50%, -50%);
    height: 22px;
}

.popup_order-check:last-child {
    margin-bottom: 0;
}

.popup_order-wrapper {
    display: flex;
    justify-content: space-between;
}

.popup_order-right {
    padding: 40px;
    width: 440px;
    background: #FFFFFF;
    border-radius: 25px;
}

.popup_order-inp {
    border: 1px solid #000000;
    height: 54px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 8px;
    padding-left: 24px;
}

.popup_order-btn {
    width: 100%;
    margin-top: 16px;
    border: none;
    height: 72px;
    margin-bottom: 8px;
}

.popup_order-ok {
    font-size: 18px;
    line-height: 100%;
    padding-left: 32px;
    cursor: pointer;
    position: relative;
    display: block;
}

.popup_order-ok input {
    display: none;
}

.popup_order-ok input:checked+span {
    background-image: url(../img/check.svg);
    background-size: cover;
    border: 0px solid #000;
}

.popup_order-ok span {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #000;
    position: absolute;
    left: 0;
    top: 0;
}

.popup_order-ok a {
    text-decoration: underline;
    color: #000;
}

.popup_order .fancybox-close-small {
    top: 40px;
    right: 40px;
    padding: 5px;
}

.header_bef img {
    max-width: 100%;
}

.faq {
    margin: 112px 0;
}

.faq_item {
    background: #EDF2F8;
    border-radius: 40px;
    margin-bottom: 8px;
}

.faq_item-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #000;
    padding: 13px 72px 13px 40px;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}

.faq_item-title.active {
    padding-top: 40px;
    padding-bottom: 16px;
}

.faq_item-title.active::before {
    transform: translateY(-50%) rotate(45deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/faq_title.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    right: 40px;
    top: 50%;
    transition: all 0.4s;
    transform: translateY(-50%);
}

.faq_item-text {
    color: #000;
    font-size: 18px;
    line-height: 100%;
    padding: 0 40px 40px;
    max-width: 700px;
    display: none;
}

.faq_item-text a {
    color: #000;
    text-decoration: underline;
}

.about {
    background: #9FE0E5;
    padding: 16px 0;
}

.about_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
    z-index: 1;
    position: relative;
}

.about_img {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    width: 720px;
    z-index: -1;
}

.about_img img {
    width: 100%;
    height: auto;
}

.about_info {
    width: 515px;
}

.about_logo {
    display: flex;
    margin-bottom: 32px;
}

.about_title {
    font-weight: 500;
    font-size: 56px;
    line-height: 110%;
    margin-bottom: 24px;
}

.about_text {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 62px;
    color: #242424;
    max-width: 410px;
}

.about_pay {
    display: flex;
    width: 205px;
}

.about_pay img {
    width: 100%;
    height: auto;
}

.about_quote {
    padding: 45px 0;
    background: #F8F8F8;
}

.about_quote-wrapper {
    background: #067077;
    border-radius: 10px;
    padding: 70px;
    background-image: url(../img/about_quote-wrapper.jpg);
    background-size: cover;
    background-position: center;
}

.about_quote-text {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    width: 714px;
    margin: 0 auto;
}

.impact {
    margin: 88px 0;
}

.impact_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #242424;
    margin-bottom: 32px;
}

.impact_wrapper {
    display: flex;
    justify-content: space-between;
}


.impact_info {
    width: 650px;
}

.impact_info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.impact_info p span {
    display: flex;
}

.impact_info p:has(span) {
    margin-bottom: 0;
    margin-top: 12px;
}

.impact_info ul {
    list-style: disc;
    padding-left: 64px;
    font-size: 18px;
    line-height: 145%;
}

.impact_btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    align-items: center;
    background: #067077;
    border-radius: 10px;
    width: 251px;
    color: #FFFFFF;
    height: 64px;
    transition: all 0.3s;
}

.impact_btn:hover {
    color: #067077;
    background-color: #06707700;
    border: 1px solid #067077;
}

.impact_img {
    width: 500px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.impact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facts {
    background: #9FE0E5;
    padding: 54px 0;
    margin: 88px 0;
}

.facts_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 86px 40px 72px 430px;
    position: relative;
}

.facts_title {
    color: #242424;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 32px;
}

.facts_list {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 40px;
}

.facts_list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
}

.facts_list li::before {
    position: absolute;
    content: "";
    background: #9FE0E5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.facts_list li:last-child {
    margin-bottom: 0;
}

.facts_btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    align-items: center;
    background: #067077;
    border-radius: 10px;
    width: 183px;
    color: #FFFFFF;
    height: 64px;
    transition: all 0.3s;
}

.facts_btn:hover {
    color: #067077;
    background-color: #06707700;
    border: 1px solid #067077;
}

.facts_img {
    position: absolute;
    bottom: -1px;
    display: flex;
    left: 7px;
    width: 423px;
}

.facts_img img {
    width: 100%;
    height: auto;
}

.pay_page .about_text {
    max-width: 480px;
    margin-bottom: 24px;
}

.pay_page .about_wrapper {
    display: flex;
    justify-content: space-between;
}

.about_desc {
    font-size: 14px;
    line-height: 140%;
    color: #939292;
    margin-top: 30px;
    max-width: 410px;
}

.about_right {
    background: #F8F8F8;
    border-radius: 10px;
    width: 565px;
    padding: 20px 20px 300px;
    position: relative;
}

.about_right-title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
}

.about_right-title span {
    color: #067077;
}

.about_right-text {
    color: #828282;
    font-size: 14px;
    line-height: 120%;
}

.about_right-img {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.access {
    margin: 90px 0;
}

.access_title {
    color: #242424;
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 16px;
}

.access_text {
    color: #242424;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 32px;
}

.access_items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.access_item {
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
    padding-right: 55px;
    width: calc(25% - 15px);
    position: relative;
}

.access_item-title {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px;
}

.access_item-text {
    color: #828282;
    font-size: 14px;
    line-height: 120%;
}

.access_item-icon {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
}

.access_desc {
    color: #7A7979;
    font-size: 14px;
    line-height: 120%;
}

.refund {
    margin: 90px 0 120px;
}

.refund_wrapper {
    background: #067077;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}

.refund_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/refund_wrapper-bef.svg);
    background-size: cover;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    width: 748px;
    height: 100%;
}

.refund_info {
    width: 445px;
}

.refund_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 16px;
}

.refund_text {
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}

.refund_img {
    position: relative;
    margin-right: 10px;
    display: flex;
}







@media (max-width: 1400px) {
    .mission .container {
        max-width: 1200px;
    }

    .mission_wrapper {
        align-items: flex-start;
    }

    .mission_img {
        transform: none;
    }

    .mission_info {
        padding-top: 60px;
    }

    .main_info {
        margin-left: 40px;
    }
}

@media (max-width: 1300px) {
    .container {
        max-width: 950px;
    }

    .mission_img,
    .mission_info {
        padding-top: 0;
        max-width: 100%;
    }

    .header::after {
        right: 26%;
    }

    .main_img {
        width: 460px;
    }

    .main::before {
        bottom: 370px;
    }

    .main_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top;
    }

    .mission_wrapper {
        flex-direction: column-reverse;
        gap: 24px;
        align-items: flex-start;
    }

    .mission_signature {
        display: none;
    }

    .mission .container {
        max-width: 950px;
    }

    .catalog_title {
        white-space: normal;
    }

    .catalog_item-price {
        font-size: 28px;
    }

    .popup_order-left {
        width: calc(100% - 400px);
    }

    .popup_order-right {
        width: 380px;
    }

    .about_img {
        width: 530px;
    }

    .about_text {
        max-width: 380px;
    }

    .about_title {
        font-size: 50px;
    }

    .about_quote-wrapper {
        padding: 50px 70px;
    }

    .about_quote-text {
        font-size: 28px;
        width: 550px;
    }

    .impact_info {
        width: 500px;
    }

    .facts_wrapper {
        padding-left: 360px;
    }

    .impact_img {
        width: 400px;
    }

    .facts_img {
        width: 390px;
    }

    .about_right {
        width: 420px;
    }

    .about_right br {
        display: none;
    }

    .pay_page .about_info {
        width: 390px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header_bef,
    .header::after {
        display: none;
    }

    .header::before {
        max-width: 100%;
    }

    .header_wrapper {
        margin-bottom: 0;
    }

    .header {
        padding: 62px 0 24px;
    }

    .main_warpper {
        position: static;
    }

    .main {
        padding: 200px 0 660px;
    }

    .main_img {
        width: 565px;
        bottom: 0;
        height: 760px;
        right: -8px;
    }

    .main::after {
        bottom: 132px;
        right: auto;
        left: -140px;
        width: 370px;
    }

    .main::before {
        top: 88px;
        right: 0;
        left: auto;
        background-position: left;
        width: 190px;
        height: 260px;
    }

    .mission_img {
        width: 100%;
    }

    .mission_img img {
        width: 100%;
        height: auto;
    }

    .catalog_item {
        width: 100%;
    }

    .catalog_imgs {
        display: none;
    }

    .catalog_item-img {
        height: 290px;
    }

    .catalog_item-img img {
        height: 100%;
    }

    .catalog_item-price {
        margin-top: 30px;
    }

    .catalog_item-price {
        font-size: 36px;
    }

    .catalog_item-btn {
        width: 290px;
    }

    .client_item {
        width: 100%;
        height: 336px;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 64px;
        padding: 0 40px;
    }

    .client_item-text {
        font-size: 20px;
    }

    .footer_right,
    .footer_left {
        width: 100%;
    }

    .popup_order-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .popup_order-right {
        width: 100%;
    }

    .popup_order-left {
        width: 100%;
    }

    .popup_order {
        padding: 40px;
    }

    .main h1 br {
        display: none;
    }

    .main h1 {
        font-size: 42px;
    }

    .main_info {
        margin-left: 0;
    }

    .about_info {
        width: 100%;
    }

    .about_wrapper {
        padding-bottom: 420px;
    }

    .about_text {
        margin-bottom: 20px;
    }

    .about_img {
        right: 50%;
        transform: translateX(50%);
    }

    .impact_wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .impact_img {
        width: 320px;
    }

    .impact_info {
        width: 100%;
    }

    .facts_wrapper {
        padding: 40px 20px 390px;
    }

    .facts_img {
        right: 6px;
        left: auto;
        width: 340px;
    }

    .pay_page .about_info {
        width: 100%;
    }

    .about_right {
        width: 100%;
    }

    .pay_page .about_wrapper {
        padding-bottom: 40px;
        flex-direction: column;
        gap: 30px;
    }

    .access_items {
        flex-wrap: wrap;
    }

    .access_item {
        width: calc(50% - 10px);
    }

    .refund_img {
        margin-right: 0;
        width: 260px;
    }

    .refund_img img {
        width: 100%;
        height: auto;
    }

    .refund_info {
        width: 360px;
    }


}

@media (max-width: 719.98px) {
    .container {
        max-width: 100%;
    }

    .header {
        padding: 16px 0 12px;
    }

    .header_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .main_info {
        width: 100%;
    }

    .main_info br {
        display: none;
    }

    .main_text {
        font-size: 16px;
    }

    .main_btn {
        width: 100%;
    }

    .main::before {
        top: 104px;
        width: 152px;
        height: 200px;
    }

    .main_img {
        width: 430px;
        height: 571px;
        right: -20px;
    }

    .main::after {
        bottom: 323px;
        width: 281px;
        height: 272px;
        left: -160px;
    }

    .mission_info {
        width: 100%;
    }

    .catalog_title br {
        display: none;
    }

    .catalog_item-img {
        height: 246px;
    }

    .catalog_items {
        width: 100vw;
        margin-left: -15px;
    }

    .catalog_item-text {
        font-size: 16px;
    }

    .catalog_item-teg {
        top: 240px;
    }

    .client_item {
        height: 592px;
        display: flex;
        align-items: flex-end;
    }

    .client_item-video img {
        object-position: 65%;
    }

    .footer::before {
        width: 100%;
        max-width: 100%;
    }

    .footer_wrapper {
        padding: 0 25px;
    }

    .popup_order .fancybox-close-small {
        top: 10px;
        right: 10px;
    }

    .popup_order {
        padding: 40px 20px;
    }

    .catalog_item-btn {
        width: 100%;
        padding: 14px 40px;
    }

    .faq_item-title.active {
        padding-top: 30px;
    }

    .faq_item-title {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 60px;
    }

    .faq_item-text {
        padding: 0 20px 20px;
        font-size: 16px;
    }

    .faq_item-title::before {
        right: 20px;
    }

    .about_wrapper {
        padding: 40px 20px 260px;
    }

    .about_logo {
        margin-bottom: 20px;
    }

    .about_title {
        font-size: 34px;
    }

    .about_text {
        font-size: 16px;
    }

    .about_img {
        width: 320px;
    }

    .about_quote-wrapper {
        padding: 30px 20px;
    }

    .about_quote-text {
        width: 100%;
        font-size: 22px;
    }

    .impact {
        margin: 60px 0;
    }

    .impact_img {
        width: 100%;
    }

    .facts_title,
    .impact_title {
        font-size: 32px;
    }

    .impact_info ul,
    .impact_info p {
        font-size: 16px;
    }

    .impact_btn {
        width: 100%;
    }

    .facts_list {
        font-size: 16px;
    }

    .facts_btn {
        width: 100%;
    }

    .facts_img {
        width: 290px;
        right: 50%;
        transform: translateX(50%);
    }

    .about_right-img {
        width: 280px;
    }

    .about_right {
        padding-bottom: 180px;
    }

    .about_right-img img {
        width: 100%;
        height: auto;
    }

    .access {
        margin: 60px 0;
    }

    .access_title {
        font-size: 24px;
    }

    .access_text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .access_item {
        width: 100%;
    }

    .access_items {
        gap: 10px;
    }

    .refund {
        margin: 60px 0;
    }

    .refund_wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .refund_img {
        width: 200px;
    }

    .refund_info {
        width: 100%;
    }

    .refund_title {
        font-size: 26px;
    }

    .refund_text {
        font-size: 16px;
    }

    .refund_wrapper::before {
        width: 100%;
    }

    .facts {
        margin-bottom: -30px;
        padding-bottom: 90px;
    }

    .footer {
        z-index: 1;
    }
}