p {
    /*font-family: Montserrat;*/
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px; }

.main_wrap {
    margin-top: 60px; }

.nav_logo_wrap {
    display: flex; }
.nav_logo_wrap p {
    margin-bottom: 0;
    margin-left: 5px; }

.nav_number, .nav_email {
    display: flex; }
.nav_number img, .nav_email img {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px; }

.nav_email a {
    font-size: 13px;
    line-height: 16px; }

.nav_number a {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px; }

.breadcrumb_link {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000; }

.breadcrumb_link:hover {
    color: #115FF5;
    transition: 0.3s; }

.pay_success_header {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 30px auto; }

.blue_arrow {
    font-size: 14px;
    line-height: 17px;
    color: #115FF5; }

.nav_contacts_link {
    margin-left: auto; }

.nav_logo_link {
    margin-right: auto; }

.nav_link_main {
    margin-left: auto; }

.img-fluid {
    width: 100%;
    height: auto; }
.pre_header {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 0;
}
.header {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    margin-top: 25px;
    margin-bottom: 30px; }

.text-center {
    text-align: center; }

.denis_wrap {
    display: flex; }

.denis_text_header {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px; }

.denis_img {
    margin-right: 30px;
    margin-bottom: 10px; }

.denis_text_p {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 5px; }

.denis_wrap .nav_number a {
    font-weight: normal;
    color: #000; }
.denis_wrap .nav_number p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; }
.denis_wrap .nav_email a {
    font-weight: normal;
    color: #000; }
.denis_wrap .nav_email p {
    color: #000;
    font-size: 12px;
    line-height: 15px; }

.denis_name {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px; }

.denis_post {
    font-size: 16px;
    line-height: 20px; }

.post_warning {
    list-style-image: url("../images/blue_rectangle.png"); }
.post_warning li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }

.warning_wrap {
    display: flex;
    margin-bottom: 60px; }

.advantage_img {
    max-width: 60px;
    margin-bottom: 5px; }

.footer {
    background: #EBEBEB;
    height: 60px;
    padding: 10px 0; }
.footer .nav_number {
    margin-top: 10px;
    justify-content: flex-end; }
.footer .nav_number a {
    font-weight: normal;
    color: #000; }
.footer .nav_number p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; }
.footer .nav_email a {
    font-weight: normal;
    color: #000; }
.footer .nav_email p {
    color: #000;
    font-size: 12px;
    line-height: 15px; }
.footer_wrap {
    max-width: 1200px; }

.photo_block {
    margin-bottom: 40px; }

.book_btn {
    display: inline-block;
    width: 247px;
    height: 51px;
    background: linear-gradient(90.19deg, #FF1616 0.03%, #FF8432 100.29%);
    box-shadow: 0 4px 15px #FF1616;
    border-radius: 38px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 77px;
    color: #fff; }

.book_btn:hover {
    box-shadow: none;
    transition: 0.3s; }

.advantage_block {
    margin: 50px auto; }

.advantage_header {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px; }

.advantage_text {
    font-size: 16px;
    line-height: 20px; }

.warning_block {
    max-width: 862px;
    margin: 0 auto 70px; }
.warning_block a {
    color: #828282;

}
.warning_block a:hover {
    color: black;

}
.warning_wrap p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; }

.red_triangle {
    margin-top: 5px;
    margin-right: 8px; }

.footer_logo {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px; }

.tripster_small {
    display: none;
}
.red_triangle_img {
    min-width: 25px;
}
.book_btn_link {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    .photo_block {
        margin-bottom: 0; }
    .header {
        text-align: center;
    }
    .pre_header {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .mb-4 {
        margin-bottom: 30px !important;
    }
    .book_btn {
        margin-bottom: 30px;
    }
    .advantage_block {
        margin: 20px auto;
    }
    .warning_wrap {
        margin-bottom: 30px;
    }
    .denis_img {
        margin-right: 15px;
    }
    .warning_block {
        margin-bottom: 20px;
    }
    .footer_logo {
        font-size: 16px;
    }
    .tripster_small {
        display: block;
    }
    .tripster_big {
        display: none;
    }
    .main_wrap {
        margin-top: 94px; } }

/*# sourceMappingURL=after_pay.css.map */