/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/
.section-page {
    position: relative;
    width: 100%;
}

.section-page .title {
    margin-bottom: 30px;
}

.section-page .title h6 {
    text-decoration: underline;
    font-size: 18px;
    color: var(--red-ribbon);
    font-weight: 900;
}

.section-page .big-title {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.section-page .big-title h1 {
    color: #404040;
    font-size: 35px;
    font-weight: 600;
}

.section-page .par {
    font-size: 18px;
    color: var(--biscay);
}

.section-page .badge-style {
    background: var(--biscay);
    padding: 15px 30px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
}

.section-page button.badge-style {
    display: flex;
}

.section-page button.badge-style:hover span {
    text-decoration: underline;
}

.section-page button.badge-style > span:last-child {
    margin-left: 5px;
    color: var(--red-ribbon);
}

.section-page .badge-style > * {
    color: var(--white);
    text-shadow: var(--text-shadow);
    font-size: 18px;
    font-weight: 600;
}

.container-fluid {
    max-width: 1200px;
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
}

.bg-img {
    width: 100%;
}

.container-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header-page {
    position: relative;
    background-image: url('../images/bg-new-2.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-page .container-fluid {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-page .top {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-page .top img {
    height: 35px;
}

.header-page .top img.logo {
    height: 70px;
    border: 1px solid #fff;
}

.header-page .top .menu {
    display: flex;
    align-items: center;
}

.header-page .top .menu li:not(:first-child) {
    margin-left: 40px;
}

.header-page .top .menu a,
.header-page .top .phone,
.header-page .content .phone {
    color: #fff;
    font-size: 20px;
    font-family: 'Livvic', serif;
    font-weight: 400;
}

.header-page .top .phone,
.header-page .content .phone {
    padding: 6px 35px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 60px;
    transition: .3s;
}

.header-page .top .phone:hover,
.header-page .content .phone:hover {
    text-decoration: none !important;
    background: rgba(255, 255, 255, .2);
}

.header-page .top .langs {
    display: flex;
    align-items: center;
}

.header-page .top .langs li:not(:first-child) {
    margin-left: 15px;
}

.header-page .top .langs li a.active-lang {
    border: 2px solid #fff;
    border-radius: 100%;
}

.header-page .content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 700px;
}

.header-page .content > div {
    height: 100%;
    width: 50%;
    text-align: center;
}

.header-page .content > div span,
.header-page .content > div p {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Livvic', serif;
}

.header-page .content > div h1 {
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    font-family: 'Zilla Slab', serif;
}

.header-page .content > div p {
    font-size: 17px;
    text-transform: inherit;
}

.content button, .content a.button {
    background: #fff !important;
    padding: 15px 60px !important;
    border-radius: 30px !important;
    font-family: 'Livvic', serif;
    text-transform: uppercase;
}

.content button > *, .content a.button > * {
    color: #dd083b !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    text-transform: inherit !important;
}

.content a.button {
    margin-top: 40px !important;
}

.header-page .top > *, .header-page .center * {
    color: var(--white);
    text-shadow: var(--text-shadow);
}

.header-page .content .header-buttons {
    margin-top: 40px;
}

.header-page .content .phone {
    margin: 0;
    padding: 10px 35px;
    display: none;
}

.header-page .top h2 {
    font-size: 33px;
    font-weight: 900;
}

.header-page .top span {
    font-size: 13px;
    font-weight: 600;
}

.header-page .center {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.header-page .center > div {
    display: flex;
}

.header-page .center > div > * {
    font-size: 63px;
    font-weight: 900;
}

.header-page .center > div > h1:last-child {
    color: var(--red-ribbon)
}

@media screen and (max-width: 550px) {
    .header-page .content .header-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .header-page .content .header-buttons a {
        margin-top: 20px;
        width: 280px;
    }
}


/*--------------------------------------------------------------
FIRST SECTION
--------------------------------------------------------------*/
.first-section {
    position: relative;
}

.section-page .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.first-section .container-fluid {
    align-items: center;
}

.first-section .content {
    max-width: 600px;
}

.section-page .content h1 {
    font-size: 60px;
    color: #5F5F5F;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Zilla Slab', serif;
    text-transform: uppercase;
}

.first-section .content span {
    font-size: 15px;
    font-weight: 400;
    color: #404040;
}

.first-section .content ul, .first-section .content li, .third-section .content ul, .third-section .content li {
    margin: 0;
    padding: 0;
    position: relative;
}

.first-section .content ul {
    margin-top: 40px;
    margin-left: 40px;
}

.first-section .content ul li:not(:first-child) {
    margin-top: 10px;
}

.first-section .content ul li:before {
    content: '';
    background-image: url('../images/dot.svg');
    background-position: center;
    width: 23px;
    height: 23px;
    position: absolute;
    border-radius: 100%;
    left: -40px;
    top: 3px;
}

.first-section .content ul h6 {
    color: #404040;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.first-section .content ul span {
    font-size: 18px;
    font-family: 'Livvic', serif;
    color: #313131;
    display: block;
}

.third-section .content ul span {
    font-size: 14px;
    font-weight: 500;
}


/*--------------------------------------------------------------
SECOND SECTION
--------------------------------------------------------------*/
.second-section {
    background: #F7F7F7;
}

.second-section .container-fluid {
    padding-bottom: 0;
}

.second-section h1 {
    color: #838383 !important;
}

.second-section .content ul li:before {
    content: '';
    background-image: url('../images/dot_plus.svg');
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 100%;
    left: -40px;
    top: 3px;
}

.second-section .content ul li:not(:first-child) {
    margin-top: 30px;
}

.second-section .content ul h6 {
    color: #dd083b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Livvic', serif;
}

.second-section .content ul span {
    color: #626262;
}


/*--------------------------------------------------------------
THIRD SECTION
--------------------------------------------------------------*/
/*.third-section {*/
/*    background-image: url('../images/bg_packages.svg');*/
/*    background-position: 0 517px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    overflow: hidden;*/
/*}*/

.third-section .container-fluid {
    padding-bottom: 40px;
}

.third-section .content {
    width: 100%;
}

.third-section .content .title {
    text-align: center;
    margin-bottom: 60px;
}

.third-section .content .title > * {
    color: #dd083b;
}

.third-section .content .title h1 {
    margin-bottom: 5px;
}

.third-section .content .title h2 {
    font-family: 'Livvic', serif;
    font-size: 20px;
    font-weight: 500;
}

.third-section .content .packages {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    max-width: 1100px;
}

.third-section .content .packages > div {
    max-width: 45%;
    width: 100%;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.third-section .content .packages > div.color {
    background-image: url('../images/bg_package.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
}

.third-section .content .packages > div.no-color {
    border: 1px solid #F2F2F2;
    background: #fafafa;
}

.third-section .content .packages div .title {
    text-align: center;
    margin-bottom: 10px;
}

.third-section .content .packages .title h6 {
    font-family: 'Livvic', serif;
    font-size: 18px;
    font-weight: 500;
    color: #838383;
    text-decoration: none;
    text-transform: uppercase;
}

.third-section .content .packages .title h1 {
    text-transform: uppercase;
    font-size: 34px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    font-family: 'Zilla Slab', serif;
}

.third-section .content .packages .title h1 + h6 {
    font-size: 11px;
}

.third-section .content .packages .text {
    text-align: center;
}

.third-section .content .packages .text span {
    color: #dd083b;
    font-size: 24px;
    font-family: 'Zilla Slab', serif;
    font-weight: 400;
}

.third-section .content ul {
    margin-top: 30px;
}

.third-section .content ul li.item-color:not(:first-child) {
    margin-top: 10px;
}

.third-section .content ul li:not(.item-color) {
    margin-top: 5px;
}

.third-section .content ul li.item-color:before {
    content: '';
    background-image: url('../images/dot_check.svg');
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    top: 1px;
    font-weight: bold;
}

.third-section .content ul span {
    margin-left: 30px;
}

.third-section .content ul li.item-color span {
    color: #313131;
}

.third-section .content .packages div.color * {
    color: #fff !important;
}

.third-section .content .packages div.color ul li.item-color:before {
    content: '';
    background-image: url('../images/dot_check_white.svg');
}

.third-section .content .packages div.color ul li span {
    color: #C3C3C3 !important;
}

.third-section .content .packages div.color ul li.item-color span {
    color: #fff !important;
}

.third-section .content .info {
    font-family: 'Livvic', serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    max-width: 600px;
    margin: 40px auto 0;
    text-align: center;
}


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer-page {
    background: #F7F7F7;
}

.footer-page .container-fluid {
    padding: 80px 20px 40px;
    max-width: 1366px;
}

.footer-page .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-page .content h1 {
    font-size: 60px;
    color: #dd083b;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Zilla Slab', serif;
    text-transform: uppercase;
}

.footer-page .content ul.data li > * {
    color: #797979;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Livvic', serif;
}

.footer-page .content ul.data li a {
    text-decoration: underline;
}

.footer-page .content ul.data li:not(:first-child) {
    margin-top: 10px;
}

.footer-page .content ul.socials {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-page .content ul.socials li:last-child {
    margin-left: 15px;
}

.footer-page .content ul.socials img {
    height: 40px;
}


/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.modal-content {
    position: relative;
    background: #fff;
    padding: 0 20px 20px;
}

.modal-dialog {
    max-width: 572px;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-body {
    padding-top: 0;
}

.form-contact h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #444;
    text-transform: uppercase;
}

.form-contact h1 b {
    color: #dd083b;
}

.form-contact .input:not([type="checkbox"]):not(:first-child),
.form-contact .input:not([type="radio"]):not(:first-child) {
    margin-top: 15px;
}

.form-contact .input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #444;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    font-family: 'Livvic', serif;
    font-weight: 500;
    border: 1px solid transparent;
}

.form-contact .checkboxes {
    position: relative;
}

.form-contact .checkboxes input {
    position: absolute;
    opacity: 0;
}

.form-contact .checkboxes label {
    display: flex;
    cursor: pointer;
    font-size: 11px;
    margin-top: 15px;
    align-items: flex-start;
}

.form-contact .checkboxes label:before, .checkboxes label:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    margin-right: 10px;
    transition: 0.4s
}

.form-contact .checkboxes label:before {
    content: "\F0131";
    color: #444;
}

.form-contact .checkboxes input:checked + label:before {
    content: "\F0132";
    color: #dd083b;
    font-weight: bold;
}

.form-contact .checkboxes i {
    margin-right: 5px
}

.form-contact .checkboxes a {
    color: #dd083b;
    text-decoration: underline
}

.form-contact label p > * {
    font-family: 'Livvic', serif;
}

.form-contact button {
    padding: 15px 50px;
    margin: 30px auto 0;
    font-weight: 500 !important;
    font-size: 17px !important;
    color: #fff !important;
    background: #dd083b !important;
    text-transform: uppercase;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-family: 'Livvic', serif;
}

.form-contact button div {
    display: none;
}

.form-contact button:hover, .form-contact button:focus {
    background: var(--red-ribbon);
}

.form-contact .input-danger {
    border-color: #dd083b !important;
}

.form-contact .checkboxes label.input-danger:before {
    color: #dd083b !important;
}

.form-contact h6 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

.form-contact .radioboxes {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-contact .radioboxes label {
    align-items: center;
}

.form-contact .radioboxes label:before {
    content: "\F0130";
    color: #444;
}

.form-contact .radioboxes input:checked + label:before {
    content: "\F012F";
    color: #dd083b;
    font-weight: bold;
}

.form-contact .radioboxes i {
    font-size: 14px;
}


/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .third-section .content .info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .third-section {
        /*background-image: none;*/
        background-position: bottom;
    }

    /*.third-section .content .packages {*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*}*/
    /*.third-section .content .packages > div {*/
    /*    margin-top: 30px;*/
    /*    margin-left: 0 !important;*/
    /*    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);*/
    /*    min-height: 100% !important;*/
    /*    max-width: 550px !important;*/
    /*    width: 100%;*/
    /*}*/
    .third-section .content .title {
        margin-bottom: 30px;
    }

    .footer-page {
        background: #fafafa;
    }

    .footer-page .container-fluid {
        padding-top: 20px;
    }

    .third-section .content .info {
        color: #444;
        font-weight: 400;
        font-size: 13px;
    }
}

@media screen and (max-width: 1140px) {
    .header-page .top {
        padding-top: 20px;
    }

    .header-page .top .phone {
        margin: 0 20px;
    }

    .header-page .top .menu li:not(:first-child) {
        margin-left: 20px;
    }

    .header-page .content > div {
        width: 60%;
    }

    .second-section .content + div {
        display: none;
    }

    .second-section .container-fluid {
        padding-bottom: 80px;
    }

    .second-section .content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .header-page .top .menu, .header-page .top .phone {
        display: none;
    }

    .header-page .content .header-buttons {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .header-page .content .phone {
        display: block;
    }

    .header-page .content img {
        display: none;
    }

    .header-page .content {
        display: block;
        margin-top: 60px;
        min-height: inherit;
        padding-bottom: 40px;
    }

    .header-page .content > div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header-page .content > div h1 {
        max-width: 100%;
    }

    .header-page .content > div h1, .header-page .content > div span {
        text-shadow: 0 0 8px rgba(0, 0, 0, .3);
    }

    .fourth-section {
        background-image: none;
    }

    .fourth-section img {
        max-width: 100%;
    }

    .third-section .content .packages > div {
        max-width: 90%;
    }
}

@media screen and (max-width: 980px) {
    .first-section .content {
        max-width: 100%;
    }

    .first-section .content + div {
        display: none;
    }

    .section-page .content h1, .footer-page .content h1 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .section-page .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .first-section .content ul {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .header-page .content > div h1 {
        font-size: 35px;
    }

    .header-page .content > div span {
        font-size: 16px;
    }
}
