/*! 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: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.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 {
    /* font-family: "Source Serif 4", serif; */
    font-family: 'Georgia';
    background: #FFFBF9;
    overflow-x: hidden;
    color: #440D34;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    background: #440D34;
    width: 100%;
    top: 0;
    right: 0;
    padding: 18px 0;
    z-index: 10;
}

.header_inner {
    display: flex;
    align-items: center;
    gap: 62px;
}

.main {
    background: #440D34;
    padding: 192px 0 122px;
}

.header_logo {
    gap: 36px;
}

.menu {
    gap: 62px;
}

.menu li {
    position: relative;
}

.menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu ul {
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #2E0021;
    background: #440D34;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 12px;
    padding: 20px;
    top: 100%;
}

.menu ul a {
    font-size: 24px;
    margin-bottom: 18px;
    display: block;
    line-height: 1;
    padding: 0;
}

.menu ul li:last-child a {
    margin-bottom: 0;
}

.menu a {
    font-size: 29px;
    color: #FFFBF9;
    padding: 10px 0;
    display: block;
}

.main_info {
    color: #FFFBF9;
    width: 680px;
}

.main_wrapper {
    position: relative;
    z-index: 1;
}

.main_title {
    font-size: 70px;
    font-family: "Source Serif 4", serif;
    margin-bottom: 26px;
}

.main_text {
    font-size: 38px;
    margin-bottom: 26px;
    line-height: 1.1;
}

.main_link {
    color: #FFFBF9;
    gap: 8px;
    font-size: 52px;
    font-family: "Source Serif 4", serif;
}

.main_img {
    display: flex;
    position: absolute;
    right: -55px;
    top: -2px;
    z-index: -1;
}

.header_links {
    gap: 26px;
}

.header_log {
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    border-radius: 12px;
    padding: 2px 22px;
    font-size: 29px;
    color: #440D34;
}

.header_way {
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    width: 60px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.advantages {
    margin: 50px 0;
}



.advantages_items {
    display: grid;
    gap: 22px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.advantages_item {
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #440D34;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.advantages_item:has(.advantages_item-icon) .advantages_item-title {
    padding-right: 70px;
}

.advantages_item-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    background-image: url(../img/advantages_item.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
}

.advantages .title {
    margin-bottom: 24px;
}

.advantages_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

.advantages_item:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
}

.advantages_item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
}

.advantages_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
}

.advantages_item:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
}

.advantages_item:nth-child(6) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 5;
}

.advantages_item:nth-child(7) {
    grid-row-start: 4;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 5;
}

.advantages_item-title {
    line-height: 1;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.advantages_item-text {
    font-size: 26px;
    line-height: 110%;
}

.advantages_item:nth-child(4),
.advantages_item:nth-child(5),
.advantages_item:nth-child(3) {
    background: #440D34;
    color: #FFFBF9;
}

.advantages_item-link {
    color: inherit;
    font-weight: 400;
    font-size: 30px;
    margin-top: 24px;
    display: flex;
    gap: 16px;
    width: fit-content;
    margin-left: auto;
    line-height: 110%;
}

.advantages_item-link path {
    fill: #440D34;
}

.advantages_item:nth-child(4) path,
.advantages_item:nth-child(5) path,
.advantages_item:nth-child(3) path {
    fill: #FFFBF9;
}

.documents {
    margin: 50px 0;
}

.documents_text {
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 34px;
}

.documents_items {
    flex-wrap: wrap;
    gap: 68px;
}

.documents_item {
    width: calc(33.333% - 45.3333px);
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #874F3140;
    border-radius: 12px;
}

.documents_item-img {
    height: 411px;
    display: flex;
}

.documents_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.documents_item-text {
    font-weight: 400;
    font-size: 29px;
    line-height: 110%;
    padding: 24px;
    color: #440D34;
}

.faq {
    padding: 50px 0;
}

.faq_item {
    margin-bottom: 20px;
}

.faq_item-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    padding: 22px 70px;
    position: relative;
    cursor: pointer;
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    border-radius: 12px;
}

.faq_item-title.active {
    color: #FFFBF9;
    background: #440D34;
}

.faq_item-title.active path {
    fill: #FFFBF9;
}

.faq_item-title svg {
    position: absolute;
    right: 20px;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.faq_item-title.active svg {
    transform: translateY(-50%) rotate(180deg);
}

.faq_item-content {
    font-size: 32px;
    line-height: 110%;
    color: #FFFBF9;
    background: #440D34;
    display: none;
    border-radius: 12px;
    padding: 40px 230px 40px 62px;
    margin-top: 35px;
}

.faq_item-content p {
    margin-bottom: 20px;
}

.faq_item-content p:last-child {
    margin-bottom: 0;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.info_block {
    padding: 50px 0;
}

.info_block-subtitle {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
}

.info_block-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 24px;
}

.info_block-img {
    box-shadow: 0px 2px 4px 0px #874F3140;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    margin: 24px 0;
}

.info_block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_block ul {
    margin: 24px 0;
}

.info_block li::before {
    position: relative;
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 3px;
}

.quote {
    background-image: url(../img/quote.jpg);
    background-size: cover;
    background-position: center;
    padding: 108px 0;
}

.quote_text {

    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    margin-bottom: 64px;
    color: #FFFBF9;
}

.quote_text:last-child {
    margin-bottom: 0;
    text-align: right;
}

.new {
    padding: 50px 0;
}

.new_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 68px;
}

.new_item {
    width: calc(33.333% - 45.3333px);
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #874F3140;
    border-radius: 12px;
}

.new_item-img {
    height: 411px;
    display: flex;
}

.new_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_item-title {
    font-weight: 400;
    font-size: 29px;
    line-height: 110%;
    padding: 24px;
    color: #440D34;
}

.reviews {
    padding: 50px 0;
}

.reviews_slider {
    padding-bottom: 60px;
    width: calc(100% + ((100vw - 1370px) / 2));
}

.reviews_slide {
    width: 1020px;
    background: #440D34;
    border-radius: 12px;
    margin-right: 110px;
    user-select: none;
    padding: 34px 62px 48px;
}

.reviews_slide-top {
    display: flex;
    margin-bottom: 34px;
    align-items: center;
    gap: 26px;
}

.reviews_slide-title {
    font-size: 48px;
    line-height: 110%;
    color: #FFFBF9;
}

.reviews_slide.active .reviews_slide-text {
    -webkit-line-clamp: 99;
}

.reviews_slide-text {
    font-size: 30px;
    color: #FFFBF9;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    cursor: pointer;
    overflow: hidden;
}

.reviews_slide-img {
    background: #FFFBF9;
    width: 111px;
    height: 111px;
    min-width: 111px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    line-height: 110%;
    text-align: center;
    color: #440D34;
}

.reviews_slider .slick-prev {
    display: none !important;
}

.reviews_slider .slick-next {
    background: none;
    background-image: url(../img/arrow_right.svg);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 69px;
    position: absolute;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    left: 1060px;
}

.reviews_slider .slick-dots {
    position: absolute;
    gap: 22px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    justify-content: center;
}

.reviews_slider .slick-dots button {
    font-size: 0;
    cursor: pointer;
    width: 20px;
    background: none;
    height: 20px;
    border: 1px solid #440D34;
    border-radius: 3px;
}

.reviews_slider .slick-dots li.slick-active button {
    background: #440D34;
}

.footer {
    background: #440D34;
    padding: 40px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_logo {
    display: flex;
    margin-bottom: 48px;
}

.footer_option {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 24px;
    color: #FFFBF9;
}

.footer_right {
    width: 850px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
}

.footer_menu {
    width: 450px;
}

.footer_menu a {
    display: block;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 24px;
    color: #FFFBF9;
}

.footer_log {
    font-size: 32px;
    line-height: 110%;
    color: #FFFBF9;
}

.footer_links {
    border: 1px solid #FFFBF9;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 18px 40px;
}

.footer_number {
    font-size: 32px;
    line-height: 110%;
    color: #FFFBF9;
}

.footer_mail {
    font-size: 32px;
    line-height: 110%;
    color: #FFFBF9;
    border-bottom: 1px solid;
}

.advantages_popup {
    background: #FFFBF9;
    border-radius: 12px;
    width: 1136px;
    padding: 50px 40px;
}

.advantages_popup p {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 110%;
}

.advantages_popup-title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 110%;
}

.advantages_popup-inner {
    background: #440D34;
    padding: 20px;
    color: #FFFBF9;
    border-radius: 12px;
}

.menu_burger {
    display: none;
}

.about {
    background: #440D34;
    color: #FFFBF9;
    padding: 160px 0 50px;
}

.about_wrapper {
    gap: 80px;
}

.about_item {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
}

.about_title {
    font-weight: 400;
    font-size: 70px;
    line-height: 110%;
    margin-bottom: 26px;
}

.about_img {
    width: 100%;
    height: auto;
    display: flex;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 12px;
}

.about_img:last-child {
    margin-bottom: 0;
}

.about_img:first-child {
    margin-top: 0;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_text {
    font-weight: 400;
    font-size: 36px;
    margin: 20px 0;
    line-height: 110%;
}

.about_text:last-child {
    margin-bottom: 0;
}




.about+.about {
    background: none;
    padding-top: 50px;
    color: #000000;
}

.history {
    position: relative;
    padding: 50px 0 110px;
}

.history_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history_item {
    position: relative;
    z-index: 1;
}

.history_item:nth-child(1) {
    width: 100%;
    padding-right: 600px;
    padding-left: 350px;
    padding-top: 20px;
    margin-bottom: 295px;
}

.history_item:nth-child(2) {
    width: 846px;
    padding-right: 522px;
    padding-top: 123px;
}

.history_item:nth-child(2) .history_item-img {
    right: 0;
    top: -80px;
}

.history_item:nth-child(1) .history_item-img {
    left: 0;
    top: 0;
}

.history_item-img {
    display: flex;
    z-index: -1;
    position: absolute;
}

.history_item-text {
    font-size: 40px;
    line-height: 110%;
}

.history_item:nth-child(3) {
    width: 500px;
}

.history_item:nth-child(3) .history_item-img {
    top: -625px;
    right: 0;
}

.team {
    padding: 50px 0;
}

.team_text {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 46px;
}

.team_text:last-child {
    margin-bottom: 0;
}

.team_wrapper {
    display: flex;
    justify-content: space-between;
}

.team_wrapper .team_text {
    width: 560px;
}

.team_img {
    width: 759px;
    height: 759px;
    display: flex;
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

.team_img::before {
    position: absolute;
    background: linear-gradient(45deg, #FFF7F3 0%, #90774F 100%);
    border-radius: 12px;
    content: "";
    width: 100%;
    height: 100%;
    top: -30px;
    right: -24px;
    z-index: -1;
}

.team_img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.partners {
    padding: 50px 0;
}

.partners_wrapper {
    display: flex;
    justify-content: space-between;
}

.partners_text {
    font-size: 40px;
    line-height: 110%;
    width: 574px;
}

.partners_img {
    width: 760px;
    display: flex;
}

.partners_img img {
    width: 100%;
    height: auto;
}

.desc_block {
    background: #440D34;
    padding: 50px 0;
    color: #FFFBF9;
}

.desc_block .title {
    color: #FFFBF9;
}

.desc_block p {
    font-size: 48px;
    line-height: 110%;
}

.license_advantages {
    padding: 50px 0;
}

.license_advantages-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 130px;
    margin-bottom: 15px;
}

.license_advantages-item {
    width: 366px;
    color: #440D34;
    margin-bottom: -15px;
    position: relative;
    text-align: center;
}

.license_advantages-item::after {
    position: relative;
    content: "";
    background-image: url(../img/license_advantages.svg);
    background-size: cover;
    width: 66px;
    height: 33px;
    margin: 26px auto 0;
    display: block;
}

.license_advantages-title {
    font-size: 40px;
    line-height: 110%;
}

.license_advantages-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.license_advantages-popup {
    background: #FFFBF9;
    border-radius: 12px;
    padding: 34px 60px;
    width: 840px;
    font-size: 40px;
    line-height: 110%;
}

.success {
    background: #440D34;
    padding: 170px 0 140px;
    color: #FFFBF9;
}

.success_title {
    font-size: 70px;
    line-height: 120%;
    margin-bottom: 100px;
}

.success_text {
    width: 488px;
    font-size: 38px;
    line-height: 110%;
}

.success_wrapper {
    position: relative;
}

.success_img {
    position: absolute;
    width: 587px;
    height: 587px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}

.success_img:nth-child(2) {
    right: 0;
    top: 0;
}

.success_img:nth-child(1) {
    right: 260px;
    top: 187px;
}

.success_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success_history {
    padding: 50px 0;
}

.success_history-items .reviews_slide {
    width: 100%;
    margin-bottom: 30px;
}

.success_history-items .reviews_slide:last-child {
    margin-bottom: 0;
}

.gallery {
    padding: 50px 0;
}

.gallery_slide {
    width: 1020px;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 56px;
    display: flex;
    position: relative;
}

.gallery_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 40px;
}

.gallery_slider .slick-dots button {
    font-size: 0;
    border: 1px solid #440D34;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    cursor: pointer;
}

.gallery_slider .slick-dots .slick-active button {
    background: #440D34;
}

.gallery_slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #440D34B2;
    backdrop-filter: blur(6px)
}

.gallery_slide.slick-current::before {
    display: none;
}

.gallery_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_slider {
    position: relative;
}

.gallery_slider .slick-prev {
    background: none;
    background-image: url(../img/arrow_right.svg);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 34px;
    height: 69px;
    position: absolute;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    left: calc(50% - 590px);
}

.gallery_slider .slick-next {
    background: none;
    background-image: url(../img/arrow_right.svg);
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 69px;
    position: absolute;
    border: none;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    right: calc(50% - 580px);
}


.page {
    padding: 190px 0 50px;
}

.policy_desc {
    border: 1px solid #FFD8C3;
    border-radius: 12px;
    font-size: 32px;
    line-height: 110%;
    background: #FFF4EE;
    padding: 32px 38px;
    margin-bottom: 40px;
}

.page h2:not(.title),
.page h3:not(.title),
.page h4:not(.title),
.page h5:not(.title) {
    font-size: 48px;
    margin-bottom: 56px;
}

.title {
    font-size: 70px;
    font-family: "Source Serif 4", serif;
    color: #440D34;
    margin-bottom: 34px;
}

.page p {
    color: #000000;
    font-size: 36px;
    line-height: 110%;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFF4EE;
}

.contacts_info {
    width: calc(100% - 582px);
    border: 1px solid #FFD8C3;
    padding: 24px 60px;
    border-radius: 12px 0 0 12px;
}

.contacts_item-title {
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 20px;
}

.contacts_item:not(:last-child) {
    margin-bottom: 20px;
}

.contacts_text {
    font-size: 32px;
    line-height: 110%;
    color: #440D34;
    display: flex;
    margin-bottom: 20px;
}

.contacts_mail {
    font-size: 32px;
    line-height: 110%;
    color: #440D34;
    display: flex;
    border-bottom: 1px solid;
    width: fit-content;
}

.contacts_right {
    padding: 30px 60px;
    width: 582px;
    background-image: url(../img/contacts_right.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 0 12px 12px 0;
}

.contacts_right-title {
    font-size: 64px;
    margin-bottom: 32px;
    color: #FFFBF9;
}

.contacts_form-inp {
    background: #FFF7F380;
    border-radius: 12px;
    height: 82px;
    width: 100%;
    padding-left: 17px;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    font-size: 24px;
}

.contacts_form-inp::placeholder {
    color: #fff;
}

.contacts_form-ok {
    font-size: 24px;
    color: #FFFBF9;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    line-height: 110%;
    cursor: pointer;
}

.contacts_form-ok input {
    display: none;
}

.contacts_form-ok a {
    color: #FFFBF9;
    text-decoration: underline;
}

.contacts_form-btn {
    background: #FFFBF9;
    width: 100%;
    height: 82px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-align: center;
    color: #440D34;
}

.contacts_form-ok span {
    background: #FFFBF9;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
}

.contacts_form-ok input:checked+span::before {
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.courses_search {
    background: #FFF4EE;
    box-shadow: 2.11px 2.11px 4.22px 0px #00000033 inset;
    border-radius: 12px;
    height: 61px;
    max-width: 672px;
    width: 100%;
    margin-bottom: 44px;
}

.courses_search-inp {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding-left: 14px;
    font-size: 20px;
}

.courses_filters {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 74px;
    gap: 24px;
}

.courses_filter {
    position: relative;
    width: calc(25% - 18px);
    user-select: none;
}

.courses_filter:has(.courses_filter-title.active) {
    z-index: 3;
}

.courses_filter-title {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 12px;
    cursor: pointer;
    border-bottom: 1px solid #440D34;
}

.courses_filter-title.active::before {
    transform: translateY(-50%) rotate(45deg);
}

.courses_filter-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/courses_filter.svg);
    background-size: cover;
    width: 20px;
    transition: all 0.3s;
    height: 20px;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}

.courses_filter-dropdown {
    position: absolute;
    background: #FFF4EE;
    width: 100%;
    border: 1px solid #FFD8C3;
    left: 0;
    top: calc(100% + 20px);
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.courses_filter-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.courses_filter-check {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 32px;
    font-size: 20px;
    line-height: 110%;
    cursor: pointer;
}

.courses_filter-check input {
    display: none;
}

.courses_filter-check input:checked+span {
    background-color: #440D34;
    background-image: url(../img/check2.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.courses_filter-check span {
    border: 1px solid #440D34;
    width: 23px;
    height: 23px;
    border-radius: 2px;
}

.courses_filter-check:last-child {
    margin-bottom: 0;
}

.courses_items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.courses_item {
    width: calc(25% - 18px);
    background: #FFF4EE;
    border: 1px solid #FFD8C3;
    border-radius: 12px;
    padding: 20px;
    color: #440D34;
    display: block;
}

.courses_item-icon {
    width: 112px;
    height: 112px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 22px;
}

.courses_item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.courses_item-title {
    font-size: 40px;
    line-height: 1.1;
    color: #440D34;
    display: block;
    margin-bottom: 22px;
}

.courses_item-price,
.courses_item-subtitle {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 22px;
}

.courses_item-link {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 30px;
    color: #440D34;
}

.courses_upcoming {
    background: #440D34;
    padding: 50px 0;
}

.courses_upcoming .title {
    color: #FFFBF9;
}

.courses_upcoming-items {
    display: flex;
    margin-bottom: 100px;
    flex-wrap: wrap;
    gap: 24px;
}

.courses_upcoming-items .courses_item {
    width: calc(50% - 12px);
}

.become {
    padding: 50px 0;
}

.become_text {
    background: #440D34;
    border-radius: 12px;
    padding: 40px;
    font-size: 40px;
    line-height: 110%;
    color: #FFFBF9;
}

.become_text a {
    color: #FFFBF9;
    border-bottom: 2px solid;
}

.contacts_block {
    padding: 50px 0;
}

.contacts_block .contacts_text {
    font-size: 40px;
}


.contacts_block .contacts_right-title {
    font-size: 48px;
    margin-bottom: 40px;
}

.page_event-title {
    text-align: center;
    margin-bottom: 32px;
}

.gallery_video .title {
    text-align: center;
}

.gallery_video .gallery_slide {
    cursor: pointer;
}

.gallery_video .gallery_slide.slick-current::before {
    display: block;
    backdrop-filter: none;
}


.gallery_video .gallery_slide::after {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 76px;
    height: 88px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.blog {
    margin-top: 142px;
    padding: 126px 0 242px;
    background-image: url(../img/blog.jpg);
    background-size: cover;
    color: #FFFBF9;
    background-position: center;
}

.blog_title {
    font-weight: 700;
    font-size: 70px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 70px;
}

.blog_text {
    font-size: 38px;
    line-height: 110%;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.new_item-link {
    font-size: 30px;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 24px 30px;
}

.advice_item {
    background: #FFFBF9;
    border-radius: 12px;
    padding: 24px;
    width: calc(50% - 12px);
    min-height: 364px;
}

.advice_item-title {
    font-size: 64px;
    line-height: 110%;
}

.advice_item-text {
    font-size: 48px;
    line-height: 110%;
}

.main_img-static {
    position: relative;
    width: 672px;
    height: 672px;
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    inset: auto;
}

.main_img-static img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_wrapper:has(.main_img-static) .main_info {
    width: 585px;
}

.lecturers {
    padding: 50px 0;
}

.lecturers .courses_search {
    width: 572px;
}

.lecturers_body {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFD8C3;
    background: #FFF4EE;
}

.lecturers_titles {
    background: #440D34;
    display: flex;
    justify-content: space-between;
}

.lecturers_title {
    padding: 32px;
    font-size: 40px;
    line-height: 100%;
    color: #FFFBF9;
}

.lecturers_value:nth-child(1),
.lecturers_title:nth-child(1) {
    width: 32%;
}

.lecturers_value:nth-child(2),
.lecturers_title:nth-child(2) {
    width: 28%;

}

.lecturers_value:nth-child(3),
.lecturers_title:nth-child(3) {
    width: 18%;

}

.lecturers_value:last-child,
.lecturers_title:last-child {
    width: 22%;
}

.lecturers_values {
    border-bottom: 1px solid #FFD8C3;
    display: flex;
}

.lecturers_values:last-child {
    border-bottom: none;
}

.lecturers_value {
    padding: 32px;
    font-size: 32px;
    line-height: 100%;
}

.lecturers_btn {
    background: #470F36;
    border-radius: 12px;
    width: 224px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 12px;
    font-size: 32px;
    line-height: 100%;
    color: #FFF4EE;
}

.Intelligence_page .faq_item-title {
    padding: 20px 35px;
    background: none;
    border: none;
}

.Intelligence_page .faq_item {
    background: #FFF4EE;
    border-radius: 12px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.Intelligence_page .faq_item:has(.faq_item-title.active) {
    background: #440D34;
}

.Intelligence_page .faq_item-content {
    margin-top: 0;
    background: none;
    padding: 0 35px 35px;
    font-size: 32px;
}

.Intelligence_page .faq_item-content ul li {
    margin-bottom: 10px;
}

.Intelligence_page .faq_item-content ul li:last-child {
    margin-bottom: 0;
}

.Intelligence_page .faq_item-content ul li::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 9px;
    margin-right: 12px;
    height: 9px;
    border-radius: 50%;
    line-height: 100%;
    transform: translateY(-6px);
    background-color: #fff;
}




@media(max-width:1400px) {
    .container {
        max-width: 1180px;
    }

    .menu {
        gap: 32px;
    }

    .menu a {
        font-size: 24px;
    }

    .header_logo {
        gap: 20px;
    }

    .main_title {
        font-size: 54px;
    }

    .main_text {
        font-size: 30px;
    }

    .main_link {
        font-size: 38px;
    }

    .main_img {
        width: 540px;
    }

    .main_img img {
        width: 100%;
        height: auto;
    }

    .advantages_item-title {
        font-size: 34px;
    }

    .advantages_item-text {
        font-size: 20px;
    }

    .advantages_item-link {
        font-size: 24px;
    }

    .documents_text {
        font-size: 24px;
    }

    .new_items,
    .documents_items {
        gap: 32px;
    }

    .new_item,
    .documents_item {
        width: calc(33.333% - 21.333px);
    }

    .new_item-img,
    .documents_item-img {
        height: 360px;
    }

    .documents_item-text {
        font-size: 24px;
    }

    .faq_item-title {
        font-size: 32px;
    }

    .faq_item-content {
        font-size: 24px;
        margin-top: 20px;
    }

    .quote_text {
        font-size: 52px;
    }

    .reviews_slide {
        width: 820px;
        margin-right: 80px;
    }

    .reviews_slide-title {
        font-size: 38px;
    }

    .reviews_slide-text {
        font-size: 22px;
    }

    .reviews_slider {
        width: calc(100% + ((100vw - 1150px) / 2));
    }

    .reviews_slider .slick-next {
        left: 844px;
    }

    .title {
        font-size: 52px;
    }

    .footer_menu {
        width: 360px;
    }

    .footer_right {
        width: 740px;
    }

    .footer_left {
        width: 360px;
    }

    .footer_menu a {
        font-size: 28px;
    }

    .header_inner {
        gap: 40px;
    }

    .history_item:nth-child(1) .history_item-img {
        width: 400px;
    }

    .history_item:nth-child(1) {
        padding-right: 480px;
        padding-left: 261px;
    }

    .history_item-img img {
        width: 100%;
        height: auto;
    }

    .history_item:nth-child(2) .history_item-img {
        width: 300px;
        top: -20px;
    }

    .history_item:nth-child(2) {
        width: 650px;
        padding-right: 310px;
    }

    .history_item:nth-child(3) .history_item-img {
        width: 420px;
        top: -460px;
    }

    .history_item:nth-child(3) {
        width: 440px;
    }

    .history_item-text {
        font-size: 32px;
    }

    .team_img {
        width: calc(50% - 20px);
        height: 555px;
    }

    .team_wrapper .team_text {
        width: calc(50% - 20px);
    }

    .partners_img {
        width: 580px;
    }

    .desc_block p {
        font-size: 32px;
    }

    .partners_text {
        width: 500px;
        font-size: 32px;
    }

    .license_advantages-item {
        width: 290px;
    }

    .license_advantages-title {
        font-size: 32px;
    }

    .success_img {
        width: 420px;
        height: 420px;
    }

    .success_img:nth-child(1) {
        right: 160px;
        top: 120px;
    }

    .success_text {
        font-size: 32px;
    }

    .gallery_slide {
        width: 800px;
        height: 390px;
        margin: 0 60px;
    }

    .gallery_slider .slick-next {
        right: calc(50% - 480px);
    }

    .gallery_slider .slick-prev {
        left: calc(50% - 480px);
    }

    .contacts_info {
        padding: 30px;
    }

    .contacts_right {
        padding: 30px;
        width: 520px;
    }

    .contacts_info {
        width: calc(100% - 520px);
    }

    .contacts_mail,
    .contacts_text {
        font-size: 24px;
    }

    .contacts_form-inp {
        height: 62px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contacts_form-ok {
        font-size: 18px;
    }

    .contacts_item-title {
        font-size: 32px;
    }

    .courses_item,
    .courses_filter {
        width: calc(33.333% - 16px);
    }

    .contacts_block .contacts_text {
        font-size: 32px;
        margin-bottom: 0;
    }

    .main_img-static {
        height: 540px;
    }

    .lecturers_value:nth-child(1),
    .lecturers_title:nth-child(1) {
        width: 28%
    }

    .lecturers_value:last-child,
    .lecturers_title:last-child {
        width: 26%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }

    .menu {
        gap: 20px;
    }

    .header_logo>img {
        width: 72px;
        height: auto;
    }

    .header_logo span img {
        width: 180px;
    }

    .header_links {
        gap: 12px;
    }

    .header_way {
        width: 52px;
    }

    .header_log {
        font-size: 20px;
        align-items: center;
        display: flex;
        padding: 2px 16px;
    }

    .main_info {
        width: 490px;
    }

    .main_text {
        font-size: 24px;
    }

    .main {
        padding-top: 160px;
    }

    .main_img {
        width: 500px;
    }

    .advantages_items {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .advantages_item {
        flex: auto;
        width: calc(50% - 10px);
    }

    .new_items,
    .documents_items {
        gap: 20px;
    }

    .new_item,
    .documents_item {
        width: calc(50% - 10px);
    }

    .faq_item-title {
        padding-left: 24px;
        font-size: 28px;
    }

    .faq_item-title svg {
        width: 42px;
        height: auto;
    }

    .faq_item-content {
        padding: 24px;
    }

    .info_block-subtitle {
        font-size: 32px;
    }

    .info_block-text {
        font-size: 26px;
    }

    .quote_text {
        font-size: 44px;
    }

    .reviews_slide {
        padding: 30px;
        width: 760px;
    }

    .reviews_slider {
        width: calc(100% + ((100vw - 920px) / 2));
    }

    .reviews_slider .slick-next {
        left: 786px;
    }

    .reviews_slide-img {
        width: 90px;
        height: 90px;
        min-width: 90px;
        font-size: 52px;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .footer_right {
        width: 100%;
    }

    .footer_menu {
        width: 460px;
    }

    .header_inner {
        gap: 20px;
    }

    .about_wrapper {
        gap: 40px;
    }

    .about_item {
        width: calc(50% - 20px);
    }

    .about_title {
        font-size: 52px;
    }

    .about_text {
        font-size: 24px;
    }

    .history_item-img {
        position: relative;
        inset: auto !important;
        margin-bottom: 20px;
    }

    .history_items {
        gap: 40px 20px;
    }

    .history_item {
        padding: 0 !important;
        width: calc(50% - 10px) !important;
    }

    .history_item:nth-child(1) {
        margin-bottom: 0;
    }

    .history {
        padding-bottom: 50px;
    }

    .team_text {
        font-size: 32px;
    }

    .team_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .team_wrapper .team_text {
        width: 100%;
    }

    .partners_wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .partners_text {
        width: 100%;
    }

    .license_advantages-item {
        width: 250px;
    }

    .license_advantages-items {
        gap: 0 80px;
    }

    .license_advantages-icon {
        width: 160px;
        margin: 0 auto 10px;
    }

    .license_advantages-icon img {
        width: 100%;
        height: auto;
    }

    .success_img {
        width: 320px;
        height: 320px;
    }

    .success_img:nth-child(1) {
        right: 100px;
        top: 100px;
    }

    .success_title {
        font-size: 60px;
        margin-bottom: 70px;
    }

    .gallery_slide {
        width: 700px;
        height: 342px;
        margin: 0 30px;
    }

    .gallery_slider .slick-next {
        right: calc(50% - 400px);
    }

    .gallery_slider .slick-prev {
        left: calc(50% - 402px);
    }

    .contacts_right {
        width: 420px;
    }

    .contacts_right-title {
        font-size: 42px;
    }

    .contacts_form-btn {
        height: 62px;
        font-size: 20px;
    }

    .contacts_info {
        width: calc(100% - 420px);
    }

    .courses_filter-title {
        font-size: 24px;
    }

    .courses_filters {
        margin-bottom: 32px;
    }

    .courses_item-icon {
        width: 88px;
        height: 88px;
    }

    .courses_item-title {
        font-size: 32px;
    }

    .courses_item-price,
    .courses_item-subtitle {
        font-size: 20px;
    }

    .courses_item-link {
        font-size: 24px;
    }

    .courses_item-link img {
        width: 32px;
        height: auto;
    }

    .become_text {
        font-size: 28px;
    }

    .contacts_block .contacts_text {
        font-size: 26px;
    }

    .contacts_block .contacts_right-title {
        font-size: 42px;
        margin-bottom: 24px;
    }

    .blog {
        margin-top: 113px;
        padding-bottom: 150px;
    }

    .blog_text {
        font-size: 30px;
    }

    .advice_item-title {
        font-size: 52px;
    }

    .advice_item-text {
        font-size: 32px;
    }

    .main_wrapper:has(.main_img-static) .main_info {
        width: 420px;
    }

    .main_img-static {
        height: 460px;
        width: 460px;
    }

    .lecturers_titles {
        display: none;
    }

    .lecturers_values {
        padding: 20px;
        width: 33.333%;
        border-right: 1px solid #FFD8C3;
        flex-direction: column;
    }

    .lecturers_value {
        width: 100% !important;
        padding: 0px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lecturers_btn {
        margin-left: 0;
        margin-top: 20px;
        width: 180px;
        height: 60px;
        font-size: 18px;
    }

    .lecturers_body {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header {
        position: fixed;
    }

    .header_inner {
        position: fixed;
        width: 100%;
        opacity: 0;
        top: 78px;
        right: 0;
        align-items: flex-start;
        background: #440D34;
        transition: all 0.6s;
        height: 0;

        overflow: hidden;
        visibility: hidden;
    }

    .header_inner.active {
        opacity: 1;
        padding-top: 40px;
        padding-bottom: 120px;
        height: 100%;
        visibility: visible;
        overflow: auto;
    }

    .menu ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    .menu a {
        padding: 0;
    }

    .menu ul a {
        font-size: 18px;
    }



    .menu {
        flex-direction: column;
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    .main_info {
        width: 100%;
    }

    .main {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .main_wrapper {
        padding-bottom: 420px;
    }

    .main_img {
        width: 420px;
        top: auto;
        bottom: 0;
    }

    .header {
        padding: 10px 0;
        background: #440D34;
    }

    .header_logo {
        gap: 14px;
    }

    .header_logo>img {
        width: 54px;
    }

    .header_logo span img {
        width: 120px;
    }

    .main_link {
        font-size: 24px;
    }

    .main_link img {
        width: 32px;
    }

    .title {
        font-size: 42px;
    }

    .advantages_item-title {
        font-size: 28px;
    }

    .advantages_item-text {
        font-size: 18px;
    }

    .documents_item-text {
        font-size: 20px;
    }

    .quote_text {
        font-size: 38px;
    }

    .reviews_slider {
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .reviews_slide {
        width: 560px;
    }

    .reviews_slider .slick-next {
        left: 586px;
    }

    .reviews_slide-title {
        font-size: 28px
    }

    .footer_option {
        font-size: 20px;
    }

    .footer_menu {
        width: calc(50% - 10px);
    }

    .footer_log {
        width: calc(50% - 10px);
        font-size: 26px;
    }

    .footer_mail,
    .footer_number {
        font-size: 26px;
    }

    .menu_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 24px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .active.menu_burger::before {
        transform: rotate(45deg);
        top: 11px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .active.menu_burger::after {
        transform: rotate(-45deg);
        bottom: 11px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        top: 11px;
        right: 0;
        transition: all 0.3s;
    }

    .active.menu_burger span {
        transform: scale(0);
    }

    .header_links {
        margin-left: auto;
        margin-right: 30px;
    }

    .header_way {
        width: 36px;
        height: 36px;
    }

    .header_way img {
        width: 28px;
        height: auto;
    }

    .header_log {
        width: 36px;
        height: 36px;
        background-image: url(../img/user.svg);
        font-size: 0;
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .about_item {
        width: 100%;
        gap: 20px;
    }

    .about_img {
        order: 1;
        margin: 0;
    }

    .about {
        padding-top: 120px;
    }

    .about_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .history_item-img {
        width: 100% !important;
    }

    .history_item-text {
        font-size: 26px;
    }

    .team_img {
        width: 70%;
    }

    .license_advantages-items {
        gap: 40px;
    }

    .license_advantages-item {
        margin: 0;
        width: calc(50% - 20px);
    }

    .success_text {
        width: 100%;
        font-size: 24px;
    }

    .success {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .success_imgs {
        position: relative;
        height: 400px;
        width: 380px;
        margin: 0 auto;
    }

    .success_title {
        margin-bottom: 30px;
    }

    .success_img {
        width: 280px;
        height: 280px;
    }

    .gallery_slide {
        height: 280px;
        width: 540px;
        margin: 0 10px 0 0;
    }

    .gallery_slider {
        padding-left: 15px;
    }

    .page {
        padding: 120px 0 50px;
    }

    .policy_desc {
        font-size: 24px;
        padding: 24px;
    }

    .page h2:not(.title),
    .page h3:not(.title),
    .page h4:not(.title),
    .page h5:not(.title) {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .page p {
        font-size: 24px;
    }

    .contacts_wrapper {
        flex-direction: column;
        border-radius: 12px;
        overflow: hidden;
    }

    .contacts_info {
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .contacts_right {
        width: 100%;
        border-radius: 0 0 12px 12px;
    }

    .courses_search {
        max-width: 100%;
    }

    .courses_item,
    .courses_filter {
        width: calc(50% - 12px);
    }

    .become_text {
        font-size: 26px;
        padding: 30px;
    }

    .gallery_video .gallery_slide::after {
        width: 48px;
        height: 54px;
    }

    .blog {
        margin-top: 72px;
    }

    .blog_title {
        font-size: 52px;
        margin-bottom: 32px;
    }

    .blog_text {
        font-size: 24px;
    }

    .advice_item-title {
        font-size: 42px;
        margin-bottom: 12px;
    }

    .advice_item-text {
        font-size: 24px;
    }

    .advice_item {
        min-height: 240px;
    }

    .gallery_slider .slick-dots {
        display: none !important;
    }

    .main_wrapper:has(.main_img-static) {
        padding-bottom: 50px;
        flex-direction: column;
        gap: 10px;

    }

    .main_img-static {
        height: auto;
    }

    .main_wrapper:has(.main_img-static) .main_info {
        width: 100%;
    }

    .lecturers_values {
        width: 50%;
    }

    .Intelligence_page .faq_item-title svg {
        width: 32px;
    }
}


@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_links {
        margin-right: 20px;
    }

    .header_logo span {
        display: none;
    }

    .main_title {
        font-size: 38px;
    }

    .main_text {
        font-size: 18px;
    }

    .main_img {
        max-width: 100%;
        position: relative;
        inset: auto;
    }

    .main_wrapper {
        padding-bottom: 0;
        flex-direction: column;
        gap: 30px;
    }

    .main_link {
        font-size: 20px;
    }

    .title {
        font-size: 34px;
    }

    .advantages_item {
        width: 100%;
    }

    .advantages_item-title {
        font-size: 22px;
    }

    .advantages_item-text {
        font-size: 16px;
    }

    .advantages_items {
        gap: 10px;
    }

    .advantages_item-link {
        font-size: 18px;
    }

    .advantages_item-link svg {
        width: 20px;
        height: auto;
    }

    .advantages_item-icon {
        width: 32px;
        height: 32px;
    }

    .advantages_item-icon img {
        width: 100%;
        height: auto;
    }

    .documents_text {
        font-size: 22px;
    }

    .new_item,
    .documents_item {
        width: 100%;
    }

    .documents_item-text {
        padding: 20px;
        font-size: 18px;
    }

    .new_item-img,
    .documents_item-img {
        height: 90vw;
    }

    .info_block,
    .faq,
    .advantages,
    .documents {
        margin: 0;
        padding: 25px 0;
    }

    .faq_item-title {
        font-size: 22px;
    }

    .faq_item-title svg {
        width: 32px;
        right: 15px;
    }

    .faq_item-content {
        margin-top: 10px;
        font-size: 16px;
    }

    .info_block-subtitle {
        font-size: 22px;
    }

    .info_block-text {
        font-size: 18px;
    }

    .quote {
        padding: 50px 0;
    }

    .quote_text {
        font-size: 24px;
        margin-bottom: 36px;
    }

    .new {
        padding-bottom: 25px;
    }

    .reviews {
        padding: 25px 0;
    }

    .reviews_slider {
        width: calc(100% + 15px);
        padding-bottom: 34px;
    }

    .reviews_slide-top {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .reviews_slide-title {
        font-size: 22px;
    }

    .reviews_slide {
        padding: 20px;
        width: 280px;
        margin-right: 20px;
    }

    .reviews_slide-img {
        width: 62px;
        height: 62px;
        min-width: 62px;
        font-size: 32px;
    }

    .reviews_slide-text {
        font-size: 16px;
    }

    .faq_item {
        margin-bottom: 10px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_logo {
        width: 240px;
        margin-bottom: 24px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }

    .footer_option {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer_top {
        flex-direction: column-reverse;
    }

    .footer_log {
        width: 100%;
        font-size: 18px;
        margin-bottom: 14px;
    }

    .footer_menu a {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .footer_menu {
        width: 100%;
    }

    .footer_links {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding: 20px;
    }

    .footer_mail,
    .footer_number {
        font-size: 20px;
    }

    .footer_mail {
        width: fit-content;
    }

    .menu {
        padding: 0 15px;
    }

    .about_title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .about_text {
        margin: 0;
        font-size: 18px;
    }

    .history_item {
        width: 100% !important;
    }

    .history_item-text {
        font-size: 22px;
        line-height: 1.2;
    }

    .partners,
    .team,
    .history {
        padding: 25px 0;
    }

    .team_text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .team_img {
        width: 100%;
        height: auto;
    }

    .team_img::before {
        top: -10px;
        right: -10px;
    }

    .partners_img {
        width: 100%;
    }

    .desc_block p,
    .partners_text {
        font-size: 18px;
    }

    .license_advantages-item {
        width: 100%;
    }

    .license_advantages-icon {
        width: 80px;
    }

    .license_advantages-title {
        font-size: 24px;
    }

    .license_advantages-item::after {
        width: 32px;
        height: 16px;
        margin-top: 10px;
    }

    .license_advantages-items {
        gap: 20px;
    }

    .success_title {
        font-size: 32px;
    }

    .success_img:nth-child(1) {
        left: 0;
        right: auto;
    }

    .success_img {
        width: 180px;
        height: 180px;
    }

    .success_imgs {
        height: 300px;
        width: 280px;
        max-width: 100%;
    }

    .success_text {
        font-size: 18px;
    }

    .gallery,
    .success_history {
        padding: 25px 0;
    }

    .success_history-items .reviews_slide {
        margin-bottom: 10px;
    }

    .gallery_slide {
        width: 310px;
        height: 180px;
    }

    .policy_desc {
        padding: 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page h2:not(.title),
    .page h3:not(.title),
    .page h4:not(.title),
    .page h5:not(.title) {
        font-size: 24px;
    }

    .page p {
        font-size: 16px;
    }

    .contacts_info {
        padding: 30px 20px;
    }

    .contacts_item-title {
        font-size: 24px;
    }

    .contacts_mail,
    .contacts_text {
        font-size: 18px;
    }

    .contacts_right {
        padding: 30px 20px;
    }

    .contacts_right-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contacts_form-inp {
        height: 51px;
    }

    .contacts_form-ok {
        font-size: 14px;
    }

    .courses_search {
        height: 51px;
        margin-bottom: 24px;
    }

    .courses_item,
    .courses_filter {
        width: 100%;
    }

    .courses_items {
        gap: 10px;
    }

    .courses_item-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 12px;
    }

    .courses_item-title {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .courses_item-price,
    .courses_item-subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .courses_item-link {
        margin-top: 30px;
    }

    .page {
        padding-bottom: 25px;
    }

    .courses_upcoming {
        padding: 25px 0;
    }

    .courses_upcoming-items .courses_item {
        width: 100%;
    }

    .courses_upcoming-items {
        gap: 10px;
        margin-bottom: 40px;
    }

    .courses_filter-title {
        padding-bottom: 20px;
        font-size: 20px;
    }

    .courses_filter-check {
        gap: 20px;
        margin-bottom: 20px;
    }

    .become_text {
        font-size: 20px;
        padding: 20px;
    }

    .contacts_block,
    .become {
        padding: 25px 0;
    }

    .contacts_block .contacts_text {
        font-size: 20px;
    }

    .contacts_block .contacts_right-title {
        font-size: 28px;
    }

    .new_item-title {
        padding: 20px;
        font-size: 22px;
    }

    .blog_title {
        font-size: 38px;
    }

    .blog_text {
        font-size: 20px;
    }

    .blog {
        padding: 80px 0 50px;
    }

    .new_item-link {
        font-size: 20px;
        padding: 0 20px 20px;
    }

    .new_item-link img {
        width: 24px;
        height: auto;
    }

    .courses_upcoming .title br {
        display: none;
    }

    .advice_item {
        width: 100%;
    }

    .advice_item-title {
        font-size: 32px;
    }

    .advice_item-text {
        font-size: 18px;
    }

    .lecturers {
        padding: 25px 0;
    }

    .lecturers_values {
        width: 100%;
    }

    .lecturers_btn {
        width: 100%;
        height: 51px;
    }

    .lecturers+.new {
        padding-top: 25px;
    }

    .Intelligence_page .faq_item {
        margin-bottom: 10px;
    }

    .Intelligence_page .faq_item-title {
        padding: 20px 60px 20px 20px;
    }

    .Intelligence_page .faq_item-content {
        font-size: 18px;
        padding: 0 20px 20px;
    }

    .Intelligence_page .faq_item-title svg {
        width: 26px;

    }

}