* {
    margin: 0;
    padding: 0;
    color: #F5F5F5;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

    box-sizing: border-box;
    background-color: #2A2533;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    body {
        padding: 45px 0 0;
    }
}

.container {
    margin: 0 auto;
    background-color: #2A2533;
}

.block {
    margin: 0 auto;
    width: 100%;
    min-width: 375px;
    max-width: 1440px;
    background: #2A2533;
}

.general_title {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.general_icon {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    width: 158px;
    height: 7px;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 40px;
    background-color: #F76548;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 14px auto;
}

.button_offer {
    width: 342px;
    height: 50px;
    margin-top: 20px;
}

.button_form {
    width: 328px;
    height: 50px;
    border: none;
}

.button:hover {
    background-color: #F24A29;
}

.button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.inner {
    margin: 24px 16px 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .general_title {
        font-size: 26px;
    }
    .general_icon {
        margin: 20px auto 0;
        text-align: center;
        width: 290px;
        height: 13px;
    }
}
@media screen and (min-width: 1440px) {
    .general_title {
        font-size: 40px;
    }
    .general_icon {
        margin: 24px auto 0;
        text-align: center;
        width: 310px;
        height: 15px;
    }
    .button_offer {
        width: 300px;
        height: 54px;
        font-size: 24px;
    }
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    font-size: 24px;
    text-transform: uppercase;
}

.header_button {
    display: none;
}

.header_burger img {
    display: block;
    width: 26px;
    height: 26px;
}

.mobile_krest img {
    width: 22px;
    height: 22px;
}

.header_border {
    width: 100%;
    height: 1px;
    background-color: #F5F5F5;
}

.header_nav {
    display: none;
}

@media screen and (min-width: 375px)  and (max-width: 1023px) {
    .mobile_header_fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #2A2533;
        z-index: 4;
    }
}

@media screen and (min-width: 1024px) {
    .header_burger {
        display: none;
    }
    .header_button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 275px;
        height: 47px;
        background-color: #F76548;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
        margin: 0 16px ;
    }
    .header_button:hover {
        background-color: #F24A29;
        cursor: pointer;
    }
    .header_logo {
        font-size: 24px;
        text-transform: uppercase;
        margin-left: 16px;
    }
    .header_nav {
        display: block;
        margin: 10px auto -10px;
    }
    .header_nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 24px;
        padding: 0;
        margin: 0;
    }
    .header_nav ul li a {
        text-decoration: none;   /* убираем подчеркивание */
        font-size: 14px;
    }
    .header_nav ul li a:hover {
        color: #F76548;
        cursor: pointer;
    }
}

@media screen and (min-width: 1440px) {
    .header_logo {
        font-size: 36px;
        text-transform: uppercase;
        margin-left: 16px;
    }
    .header_button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 265px;
        height: 52px;
        background-color: #F76548;
        text-decoration: none;
        font-weight: 500;
        font-size: 24px;
        cursor: pointer;
        margin: 0 16px ;
    }
    .header_nav ul li a {
        text-decoration: none;
        font-size: 20px;
    }
}

/*---- mobile ----*/
.mobile_menu {
    position: fixed;
    inset: 0;
    background: #2A2533;
    z-index: 1000;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

#menu-toggle:checked ~ .mobile_menu {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;

    /*display: block;*/
}

.mobile_nav {
    margin-top: 8px;
    margin-bottom: 24px;
}

.mobile_nav ul {
    list-style: none;
}

.mobile_nav ul li {
    margin-top: 24px;
}

.mobile_nav ul li a {
    text-decoration: none;
}

.mobile_nav ul li a:hover {
    color: #F76548;
    cursor: pointer;
}

.mobile_title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.mobile_ul {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: left;
    margin-top: 13px;
    margin-bottom: 24px;
}

.mobile_ul li {
    display: inline-block;
}

.mobile_menu_icon {
    width: 28px;
    height: 28px;
}

.mail_text a {
    text-decoration: none;
    font-size: 18px;
}

.tel_text a {
    text-decoration: none;
    font-size: 18px;
}

.mobile_data {
    display: block;
    font-size: 18px;
    margin-top: 36px;
    text-decoration: none;
}

.mobile_policy {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    text-decoration: none;
    margin-bottom: 12px;
}

/*---- intro ----*/
.intro {
    background-image:
            linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
            url("../img/desktop/intro.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 14px;
    margin-bottom: 70px;
}

.intro h1 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-top: 14px;
}

.intro p {
    margin-top: 23px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #F76548;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.intro ul {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 23px;
}

.intro ul li {
    display: inline-block;
}

.icon {
    width: 26px;
    height: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .intro_inner {
        width: 500px;
        margin: auto;
    }
    .intro h1 {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        padding-top: 18px;
    }

    .intro p {
        margin-top: 44px;
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        color: #F76548;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset: 5px;
    }

    .intro ul {
        list-style: none;
        display: flex;
        gap: 16px;
        justify-content: center;
        margin-top: 22px;
    }

    .intro ul li {
        display: inline-block;
    }

    .button {
        margin: 18px auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .intro_inner {
        width: 60%;
        margin: auto;
    }
    .intro h1 {
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        padding-top: 28px;
        line-height: 1.5;
    }
    .intro p {
        margin-top: 100px;
        font-size: 40px;
    }
    .intro ul {
        list-style: none;
        display: flex;
        gap: 22px;
        justify-content: center;
        margin-top: 36px;
    }
    .intro ul li {
        display: inline-block;
    }
    .intro ul li:last-child {
        display: none;
    }
    .button {
        margin: 18px auto;
        width: 327px;
        height: 47px;
    }
    .icon {
        width: 32px;
        height: 32px;
    }
}

@media screen and (min-width: 1440px) {
    .intro_inner {
        width: 80%;
        margin: auto;
    }
    .intro h1 {
        font-weight: 700;
        font-size: 64px;
        text-align: center;
        padding-top: 28px;
        line-height: 1.5;
    }
    .intro p {
        margin-top: 100px;
        font-size: 48px;
    }
    .intro ul {
        list-style: none;
        display: flex;
        gap: 22px;
        justify-content: center;
        margin-top: 40px;
    }
    .intro ul li {
        display: inline-block;
    }
    .intro ul li:last-child {
        display: none;
    }
    .button {
        margin: 18px auto;
    }
    .intro_btn {
        width: 300px;
        height: 54px;
        font-size: 24px;
    }
    .icon {
        width: 48px;
        height: 48px;
    }
}

/*--- about  ---*/
.about {
    margin-bottom: 70px;
}

.about_image {
    display: block;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.image_wrapper {
    position: relative;
    display: inline-block;
    margin-top: 21px;
}

.image_wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}

.image_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    pointer-events: none;
}

.about_text {
    background-color: #4B4751;
    padding: 30px 16px;
    margin-top: -4px;
    position: relative;
    z-index: 1;
}

.about_text h3 {
    font-weight: 700;
    font-size: 16px;
}

.about_text p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .image_wrapper img {
        height: auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .about {
        margin-bottom: 100px;
    }
    .about_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        position: relative;
    }

    .image_wrapper {
        width: 621px;
        height: auto;
        order: 2; /* Картинку ставим справа */
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 40px;
        position: relative;
        z-index: 1;
    }

    .image_wrapper img {
        width: 43%;
    }
    .about_text {
        order: 1; /* Текст слева */
        flex: 1;
        width: 55%;
        height: 220px;
        margin-top: 50px;
        margin-left: 30px;
        padding: 25px;
        position: absolute;
        left: 0;
        bottom: -29px; /* опускаем текст ниже */
        z-index: 2;
    }
    .about_image {
        max-width: 100%;
        height: auto;
    }
    .image_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 43%;
        height: 100%;
        background-color: #000000;
        opacity: 0.26;
    }

}

@media screen and (min-width: 1440px) {
    .about {
        margin-bottom: 170px;
    }
    .about_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        position: relative;
    }

    .image_wrapper {
        width: 621px;
        height: 416px;
        order: 2; /* Картинку ставим справа */
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 40px;
        position: relative;
        z-index: 1;
    }

    .image_wrapper img {
        width: 43%;
        height: 416px;
    }
    .about_text {
        order: 1; /* Текст слева */
        flex: 1;
        width: 54%;
        height: 345px;
        padding: 40px;
        margin-top: 50px;
        position: absolute;
        left: 41px;
        bottom: -90px; /* опускаем текст ниже */
        z-index: 2;
    }
    .about_image {
        max-width: 100%;
        height: auto;
    }
    .image_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 43%;
        height: 416px;
        background-color: #000000;
        opacity: 0.26;
    }
    .about_text h3 {
        font-weight: 700;
        font-size: 32px;
    }
    .about_text p {
        font-weight: 400;
        font-size: 18px;
        margin-top: 30px;
    }

}

/*---- excursion ----*/
.excursion {
    margin-bottom: 56px;
}

.excursion_title {
    font-weight: 700;
    font-size: 20px;
}

.excursion_text {
    margin-top: 20px;
    font-size: 14px;
}

.excursion_how-mach {
    margin-top: 20px;
    font-size: 14px;
}

.excursion_level {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.excursion_level p {
    font-size: 14px;
}

.excursion_level ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px; /* расстояние между иконками */
}

.excursion_price {
    font-weight: 700;
    font-size: 32px;
    margin-top: 20px;
}

.image_wrapper_excursion img {
    margin-top: 40px;
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .excursion_flex {
        display: flex;
    }
    .image_wrapper_excursion img {
        margin-left: 18px;
        width: 375px;
    }
    .excursion_text {
        margin-top: 20px;
        font-size: 13px;
    }
    .excursion_how-mach {
        margin-top: 10px;
        font-size: 14px;
    }
    .excursion_level {
        margin-top: 6px;
    }
    .excursion_price {
        font-weight: 700;
        font-size: 26px;
        margin-top: 2px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .excursion_flex {
        display: flex;
    }
    .excursion_title {
        font-weight: 700;
        font-size: 32px;
    }
    .image_wrapper_excursion img {
        margin-left: 30px;
        width: 475px;
    }
    .excursion_text {
        margin-top: 20px;
        font-size: 14px;
    }
    .excursion_inner {
        margin-left: 40px;
        margin-right: 40px;
    }
    .button_offer {
        margin-left: 0;
    }
    .button_offer:hover {
        background-color: #F24A29;
    }

}

@media screen and (min-width: 1440px) {
    .excursion_flex {
        display: flex;
    }
    .excursion_title {
        font-weight: 700;
        font-size: 32px;
    }
    .image_wrapper_excursion img {
        margin-left: 40px;
        width: 621px;
        height: 550px;
    }
    .excursion_text {
        margin-top: 30px;
        font-size: 20px;
    }
    .excursion_inner {
        margin-left: 40px;
        margin-right: 40px;
    }
    .button_offer {
        margin-left: 0;
        margin-top: 20px;
    }
    .button_offer:hover {
        background-color: #F24A29;
    }
    .excursion_how-mach {
        margin-top: 30px;
        font-size: 20px;
    }
    .excursion_level p {
        font-size: 20px;
    }
    .excursion_price {
        margin-top: 30px;
        font-weight: 700;
        font-size: 48px;
    }
}

/*---- profit ----*/
.profit {
    margin-bottom: 70px;
}

.profit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.profit_item {
    margin-top: 40px;
    width: 351px;
    padding: 0 20px;
}

.profit_item img {
    display: block;
    margin: 0 auto;
}

.profit_item h3 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
}

.profit_item p {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .profit_item {
        margin-top: 40px;
        width: 328px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .profit_item {
        width: 29%;
    }
}

@media screen and (min-width: 1440px) {
    .profit_item {
        width: 312px;
    }
    .profit_list {
        margin-top: 10px;
    }
}

/*---- callback ----*/
.callback {
    position: relative;
    padding-bottom: 245px; /* примерно высота формы */
}
.callback_image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.callback_image img {
    width: 100%;
    height: 261px;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 1;
}

.callback_text {
    position: absolute;
    top: 57px;
    left: 20px;
    right: 20px;
    z-index: 2;
    font-size: 18px;
}

.callback_form {
    position: absolute;
    z-index: 3;
    background-color: #4B4751;
    margin-top: -56px;
    width: 100%;
}

.callback_form h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 30px;
    max-width: 320px;
    margin: 0 auto;
}

.callback_form p {
    margin: 10px auto 18px;
    font-size: 14px;
    max-width: 320px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form input {
    color: #000000;
}

.input_wrapper {
    position: relative;
    width: 328px;
    height: 50px;
    margin-bottom: 16px;
}

.input_wrapper img {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.input_wrapper input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    font-size: 16px;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .callback {
        padding-bottom: 50px;
    }
    .callback_text{
        width: 40%;
    }
    .callback_image {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .callback_image img {
        height: 450px;
        display: block;
    }
    .callback_form {
        position: absolute;
        z-index: 3;
        top: 100px;
        right: 100px;
        background-color: #4B4751;
        padding: 0 10px;
        /*margin-top: -300px;*/
        width: 357px;
    }
}

@media screen and (min-width: 1440px) {
    .callback {
        padding-bottom: 50px;
    }
    .callback_text{
        width: 40%;
        margin-left: 30px;
    }
    .callback_image {
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .callback_image img {
        height: 450px;
        display: block;
    }
    .callback_form {
        position: absolute;
        z-index: 3;
        top: 100px;
        right: 100px;
        background-color: #4B4751;
        padding: 0 10px;
        width: 357px;
    }
}

/*---- accordion ----*/
.accordion {
    background-color: #4B4751;
    padding-top: 40px;
    padding-bottom: 14px;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion_title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.accordion_toggle {
    background: none;
    border: none;
    font-size: 40px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.accordion_toggle.active {
    transform: rotate(-90deg); /* поворот углом вверх */
}

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion_content p {
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.accordion_content.open {
    max-height: 200px; /* или auto с JS */
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .accordion {
        background-color: #4B4751;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .accordion_title {
        font-size: 26px;
        margin: 0;
    }
    .accordion_content p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1440px) {
    .accordion_item {
        width: 1359px;
        margin: auto;
    }
    .accordion_title {
        font-size: 32px;
        margin: 0;
    }
    .accordion_content p {
        font-size: 24px;
    }
    .accordion_border {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

/*---- contacts ----*/
.contacts {
    padding-top: 20px;
}

.contacts_title {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 40px;
}

.contacts_text {
    font-size: 16px;
    margin-top: 24px;
}

.contacts_adres {
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
}

.contacts_adres span {
    font-weight: 600;
    font-size: 16px;
}

.contacts_tel {
    margin-top: 24px;
}

.contacts_tel a {
    font-weight: 600;
    font-size: 24px;
    color: #F76548;
    text-decoration: none;

}

.contacts_time {
    font-size: 16px;
    margin-top: 14px;
}

.contacts_mail {
    margin-top: 14px;
}

.contacts_mail a {
    font-weight: 600;
    font-size: 24px;
    color: #F76548;
}

.contacts_map {
    width: 345px;
    height: 208px;
    border: 0;
    margin-top: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact_flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contacts_map {
        width: 345px;
        height: 280px;
        border: 0;
        margin-top: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .contact_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_info {
        width: 380px;
    }
    .contacts_map {
        width: 550px;
        height: 320px;
        border: 0;
        margin-top: 24px;
    }

}

@media screen and (min-width: 1440px) {
    .contacts {
        padding-top: 75px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .contact_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_info {
        width: 480px;
    }
    .contacts_title {
        font-size: 36px;
        text-transform: uppercase;
        margin-top: 40px;
    }
    .contacts_text {
        font-size: 18px;
        margin-top: 24px;
    }
    .contacts_adres {
        font-weight: 400;
        font-size: 18px;
        margin-top: 24px;
    }
    .contacts_adres span {
        font-weight: 600;
        font-size: 18px;
    }
    .contacts_tel {
        margin-top: 24px;
    }
    .contacts_tel a {
        font-weight: 600;
        font-size: 32px;
        color: #F76548;
        text-decoration: none;
    }
    .contacts_time {
        font-size: 16px;
        margin-top: 18px;
    }
    .contacts_mail {
        margin-top: 14px;
    }
    .contacts_mail a {
        font-weight: 600;
        font-size: 24px;
        color: #F76548;
    }
    .contacts_map {
        width: 750px;
        height: 420px;
        border: 0;
        margin-top: 24px;
    }
}

/*---- footer_title ----*/
.footer_border {
    margin-top: 56px;
}

.footer_title {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 30px;
}

.footer_ul {
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: left;
    margin-top: 13px;
}

.footer_ul li {
    display: inline-block;
}

.addres {
    display: flex;
    gap: 13px;
    margin-top: 36px;
    align-items: center;
}

.mail {
    display: flex;
    gap: 13px;
    margin-top: 16px;
}

.tel {
    display: flex;
    gap: 13px;
    margin-top: 16px;
}

.footer_data {
    display: block;
    font-size: 18px;
    margin-top: 36px;
    color: #999999;
    text-decoration: none;
}

.footer_policy {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    color: #999999;
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 116px;
    text-align: center;
}

@media screen and (min-width: 1440px) {
    .footer_flex {
        display: flex;
        justify-content: space-between;
    }
    .footer_item {
        width: 30%;
    }
    .footer_inner {
        width: 1360px;
        margin: auto;
    }
    .footer_ul li:last-child {
        display: none;
    }
    .footer_icon {
        width: 24px;
        height: 24px;
    }
    .addres_text {
        font-size: 18px;
    }
    .mail_text {
        font-size: 18px;
    }
    .tel_text {
        font-size: 18px;
    }
    .footer_data {
        display: block;
        font-size: 18px;
        margin-top: 36px;
        color: #999999;
        text-decoration: none;
    }

    .footer_policy {
        display: block;
        font-size: 18px;
        margin-top: 16px;
        color: #999999;
        text-decoration: none;
    }

    .copyright {
        font-size: 14px;
        margin-top: 71px;
        margin-bottom: 116px;
        text-align: center;
    }
}






























