/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 1024;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
}

.header--container {
    max-width: 1366px;
    padding: 0 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header--container .logo {
    max-width: 180px;
}

.header--container .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header--container .nav li:not(:first-child) {
    margin-left: 40px;
}

.header--container .nav a {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    color: #858585;
    transition: .4s;
}

.header--container .nav a:hover {
    color: var(--red-ribbon);
}

.header--container .nav li.button a {
    padding: 15px 20px;
    border-radius: 5px;
}

.header--container .nav li.button.red a {
    color: #fff;
    background: var(--red-ribbon);
}

.header--container .nav li.button.transparent a {
    border: 1px solid #858585;
}

.header--container .nav li.button.transparent a:hover {
    background: var(--red-ribbon);
    color: #fff;
}


/*--------------------------------------------------------------
First Section
--------------------------------------------------------------*/
.first--section {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    min-height: 800px;
    background-image: url('../images/bg/fotohead-new.png');
    background-position: center;
}

.first--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 800px;
}

.first--section .left-side {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 10;
}

.first--section h6 {
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 10px;
}

.first--section h1 {
    font-size: 60px;
    font-family: Montserrat;
    font-weight: 700;
    color: white;
}

.first--section p {
    color: white;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    max-width: 600px;
    margin-top: 30px;
}

.first--section .buttons-list {
    margin-top: 30px;
}

.buttons-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buttons-list li {
    margin-top: 20px;
}

.buttons-list a {
    padding: 15px 30px;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    color: #000;
    transition: .4s;
    border-radius: 3px;
    text-decoration: none !important;
}

.buttons-list a.red {
    color: #fff;
    background: var(--red-ribbon);
    border: 1px solid var(--red-ribbon);
}

.buttons-list a.transparent {
    border: 1px solid white;
    color: white;
    margin-right: 30px;
}

.buttons-list a.transparent:hover {
    background: var(--red-ribbon);
    color: #fff;
}

.first--section .right-side {
    float: right;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.first--section .right-side .main-img {
    height: 600px;
}

.first--section .right-side .logo-section {
    height: 90px;
}

.first--section .abs-img {
    position: absolute;
    bottom: 9%;
    left: 120px;
    max-width: 220px;
}

.first--section .abs-img-2 {
    position: absolute;
    bottom: -10%;
    left: 0;
    max-width: 88px;
}

/*--------------------------------------------------------------
Second Section
--------------------------------------------------------------*/
.second--section {
    width: 100%;
    background: #fff;
    padding: 100px 20px;
    text-align: center;
}

.second--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.second--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 10px;
}

.second--section h1 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
    line-height: 50px;
}

.second--section .list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 80px;
}

.second--section .list li {
    margin: 15px;
}

.second--section .list li img {
    max-width: 200px;
}

/*--------------------------------------------------------------
Why Section
--------------------------------------------------------------*/
.why--section {
    background: #F6F6F6;
    box-shadow: none !important;
    border-bottom: 1px solid #e5e5e5;
}

.why--section p {
    max-width: 950px;
    margin: 60px auto 0;
    color: #747474;
    font-size: 20px;
}

/*--------------------------------------------------------------
Locations Section
--------------------------------------------------------------*/
.locations--section {
    background: white;
    box-shadow: none !important;
    padding: 0 !important;
}

.locations--section .section--container {
    padding-left: 20px;
    padding-right: 20px;
}

.locations--section h6, .positions--section h6 {
    margin-top: 37px;
}

#map {
    height: 800px;
    width: 100%;
    margin-top: 50px;
}

/*--------------------------------------------------------------
Positions Section
--------------------------------------------------------------*/
.positions--section {
    box-shadow: none !important;
}

.positions--section h6 {
    max-width: 801px;
    margin-right: auto;
    margin-left: auto;
}

.positions--section .positions-list {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.positions--section .positions-list li {
    max-width: 100%;
    height: auto;
    margin: 15px;
}

.positions--section .positions-list li > div {
    width: 370px;
    background: var(--white);
    border-radius: 5px !important;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    height: 100%;
}

.positions--section .positions-list li > div > img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
}

.positions--section .positions-list .position-content {
    padding: 25px;
    height: calc(100% - 195px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.positions--section .positions-list .position-content .info {
    text-align: left;
}

.positions--section .positions-list .position-content > *:not(:first-child) {
    margin-top: 10px;
}

.positions--section .positions-list .position-content .info .top {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.positions--section .positions-list .position-content .info .top span {
    font-weight: 500;
    color: #808080;
    font-size: 14px;
    display: block;
    margin-left: 10px;
}

.positions--section .positions-list .position-content img {
    max-width: 18px;
    height: auto;
}

.positions--section .positions-list .position-content .info strong,
.positions--section .positions-list .position-content .info b {
    margin-left: 28px;
    font-size: 18px;
}

.positions--section .positions-list .position-content .info b {
    font-size: 15px;
    font-weight: 500;
}

.positions--section .positions-list .position-content button {
    border: 2px solid var(--red-ribbon);
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
    color: #747474;
    transition: .4s;
}

.positions--section .positions-list .position-content button span {
    font-weight: 500;
}

.positions--section .positions-list .position-content button:hover {
    background: var(--red-ribbon);
    color: var(--white);
}

.positions--section .positions-list .position-content .info-qnty .top span,
.positions--section .positions-list .position-content .info-qnty b {
    margin-left: 30px;
}

.positions--section .btn-launch-form {
    width: auto !important;
    display: inline-flex !important;
    padding: 0 20px;
    text-transform: none !important;
}

/*--------------------------------------------------------------
Third Section
--------------------------------------------------------------*/
.third--section {
    width: 100%;
    padding: 70px 20px;
    text-align: center;
}

.third--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.third--section .person-img {
    max-width: 500px;
}

.third--section .content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 120px;
    text-align: left;
}

.third--section .content h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 20px;
}

.third--section .content h1 {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
}

.third--section .content ul.list {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 30px;
}

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

.third--section .content ul.list li span {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    color: #747474;
}

.third--section .buttons-list {
    margin-top: 30px;
}


/*--------------------------------------------------------------
Fourth Section
--------------------------------------------------------------*/
.fourth--section {
    width: 100%;
    padding: 120px 20px;
    text-align: left;
    background-image: url('../images/bg/fourth-section.jpg');
    background-position: center;
    background-size: cover;
}

.fourth--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.fourth--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}

.fourth--section h1 {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
}

.fourth--section ul.list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
    max-width: 600px;
}

.fourth--section ul.list li:not(:first-child) {
    margin-top: 7px;
}

.fourth--section ul.list li span {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    color: #fff;
}

.fourth--section .buttons-list {
    margin-top: 50px;
}

.fourth--section .buttons-list a.transparent {
    border-color: #fff;
    color: #fff !important;
}


/*--------------------------------------------------------------
Fifth Section
--------------------------------------------------------------*/
.fifth--section {
    width: 100%;
    background: #FAFAFA;
    padding: 80px 20px;
    text-align: center;
    box-shadow: inset 0 3px 9px -1px rgba(0, 0, 0, .2);
}

.fifth--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.fifth--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 20px;
}

.fifth--section h1 {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
}

.fifth--section .opinions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
    margin-top: 70px;
}

.fifth--section .opinions li {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 33px 15px;
}

.fifth--section .opinions li img {
    max-width: 60px;
    border-radius: 100%;
    box-shadow: 1px 3px 6px -2px rgba(0, 0, 0, .25);
    position: absolute;
    left: 9%;
    top: -15%;
    z-index: 1;
}

.fifth--section .opinions li > div {
    height: 100%;
}

.fifth--section .opinions li > div > div {
    background: var(--white);
    box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, .15);
    border-radius: 30px;
    width: 370px;
    padding: 40px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fifth--section .opinions li > div p {
    font-size: 14px;
    color: #747474;
    margin: 15px 0 20px;
}

.fifth--section .opinions li > div h6 {
    font-weight: 700;
    color: #4D4D4D;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
Sixth Section
--------------------------------------------------------------*/
.sixth--section {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0;
}

.sixth--section .slider, .sixth--section .content {
    height: 100%;
    width: 50%;
}

.sixth--section .content {
    height: 100%;
    position: relative;
}

.sixth--section .content img {
    opacity: .1;
}

.sixth--section .content > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 120px;
}

.sixth--section h6 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
    color: #747474;
    margin-bottom: 20px;
}

.sixth--section h1 {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    color: #404040;
}

.sixth--section p {
    color: #000;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    margin-top: 40px;
}

.sixth--section p a {
    color: var(--red-ribbon);
}


/*--------------------------------------------------------------
Seventh Section
--------------------------------------------------------------*/
.seventh--section {
    width: 100%;
    padding: 70px 20px;
    text-align: left;
    background: #363636;
    border-bottom: 1px solid #e5e5e5;
}

.seventh--section .section--container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.seventh--section .section--container div {
    margin-top: 20px;
}

.seventh--section .section--container div img {
    max-width: 30px;
    margin-bottom: 15px;
}

.seventh--section h5 {
    font-size: 17px;
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.seventh--section p {
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    max-width: 600px;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
    background: #363636;
    width: 100%;
    padding: 20px;
}

.footer .footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
}

.footer .footer-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer .footer-container ul a {
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 400;
    color: #fff;
}

.footer .footer-container ul a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
FORM CONTACT
--------------------------------------------------------------*/
.modal {
    overflow: auto !important;
}

#modal-form .modal-body > div {
    max-width: 550px;
    margin: 0 auto;
}

.modal-md {
    max-width: 700px;
}

.form-contact div {
    margin-top: 15px;
}

.form-contact div:first-child {
    margin-top: 30px;
}

#modal-form .modal-body .modal-title {
    font-size: 23px;
    margin-bottom: 5px;
}

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

.form-contact input:not([type="checkbox"]), .form-contact select {
    width: 100%;
    padding: 15px;
    font-size: 13px;
    color: var(--gray);
    border: 1px solid #e5e5e5;
    background: #fff;
    font-weight: 500;
}

.form-contact select {
    padding-left: 11px;
}

.form-contact select:focus {
    outline: none !important;
}

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

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

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

.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: "\F012E";
    border: 1px solid #e5e5e5;
    color: #fff;
}

.form-contact .checkboxes label:hover:before {
    content: "\F012E";
    color: var(--red-ribbon);
}

.form-contact .checkboxes input:checked + label:before {
    content: "\F0132";
    color: var(--red-ribbon);
}

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

.form-contact .checkboxes a {
    color: var(--boulder);
    text-decoration: underline
}

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

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

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

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

.modal-content {
    border-radius: 20px;
}

.modal-header .close {
    font-weight: 300;
    font-size: 45px;
    opacity: 1;
    color: var(--red-ribbon) !important;
}

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

.modal-body {
    padding: 0 3rem 2rem;
}

.modal .modal-info {
    display: flex;
    align-items: center;
}

.modal .modal-info:last-child {
    margin-top: 15px;
}

.modal .modal-info > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-info > div span {
    display: block;
    margin: 0 30px 0 20px;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.modal .modal-info strong {
    font-size: 25px;
}

.modal .modal-info img {
    max-width: 23px;
}

.modal .modal-body-content {
    margin-top: 30px;
}

.modal .modal-body-content p {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.modal .modal-body-content ul {
    max-width: 100%;
    margin-top: 10px;
}

.modal .modal-body-content ul .list-type {
    padding-right: 5px;
}

.modal .modal-body-content a:hover {
    text-decoration: none !important;
}

.modal .modal-body-content ul li {
    margin-top: 10px;
    font-size: 14px;
}

.modal .modal-body-content a, .form-contact button, .positions--section .btn-launch-form {
    background: var(--red-ribbon);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    transition: .4s;
    margin: 30px auto 0;
    border-radius: 5px;
}

.modal .modal-body-content a span, .form-contact button span, .positions--section .btn-launch-form {
    color: var(--white);
    font-size: 15px;
    font-weight: bold;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
    .sixth--section .content > div {
        max-height: 500px;
        overflow-y: auto;
        padding: 10px 30px !important;
        display: block;
    }
}

@media screen and (max-width: 1366px) {
    .first--section .right-side {
        margin-top: 13px;
    }

    .first--section .right-side .main-img {
        height: 500px;
    }

    .sixth--section p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1240px) {
    .first--section .right-side {
        margin-top: 30px;
    }

    .first--section .right-side .main-img {
        height: 400px;
    }

    .sixth--section .content > div {
        padding: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .second--section {
        margin-top: 0;
        padding: 50px 20px;
    }

    .second--section .list {
        flex-direction: column;
        align-items: center;
    }

    .second--section .list li {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

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

    .second--section .list li img {
        margin-bottom: 20px;
    }

    .second--section .list li div {
        text-align: center;
        margin-left: 0;
    }

    .second--section .list li div p {
        max-width: 600px;
    }

    .second--section img.floating {
        animation-name: none;
    }

    .fifth--section .section--container ul.list p {
        max-width: 300px;
    }
}

@media screen and (max-width: 1100px) {
    .first--section .right-side {
        margin-top: 0;
        display: none;
    }

    .first--section .left-side {
        position: relative;
        padding-bottom: 40px;
    }

    .first--section .abs-img-2 {
        display: none;
    }

    .first--section .abs-img {
        left: 20px;
    }

    .first--section {
        min-height: 500px;
        display: flex;
        align-items: center;
    }

    .first--section .section--container {
        min-height: auto;
    }

    .seventh--section {
        padding: 40px 20px;
    }

    .seventh--section .section--container {
        flex-direction: column;
    }

    .seventh--section .section--container div {
        text-align: center;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1024px) {
    .first--section h1 {
        font-size: 46px;
    }

    .third--section, .fourth--section {
        padding: 40px 20px;
    }

    .third--section .section--container {
        flex-direction: column;
    }

    .third--section .person-img {
        max-width: 300px;
    }

    .third--section img.floating {
        animation-name: none;
        margin-bottom: 20px;
    }

    .third--section .content {
        margin-left: 0;
        text-align: center;
        align-items: center;
    }

    .fifth--section {
        padding: 50px 20px;
    }

    .fifth--section .section--container ul.list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .fifth--section .section--container ul.list li:not(:first-child) {
        margin-top: 40px;
    }

    .fifth--section .section--container ul.list p {
        max-width: 600px;
    }

    #map {
        height: 400px;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .modal-dialog {
        max-width: 95% !important;
    }

    .modal-body {
        padding: 0 2rem 2rem;
    }

    .modal .modal-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal .modal-info strong {
        font-size: 16px;
    }

    .modal .offer-position, .modal .offer-location {
        margin-left: 43px;
    }
}

@media screen and (max-width: 980px) {
    .sixth--section .slider, .sixth--section .content img {
        display: none;
    }

    .sixth--section .content {
        width: 100%;
        background-image: url('../images/bg/sixth-section.jpg');
        background-size: cover;
        background-position: center;
    }

    .sixth--section .content > div {
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .header--container .nav li:not(.button) {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .footer .footer-container ul {
        flex-direction: column;
    }

    .footer .footer-container ul li:not(:first-child) {
        margin-top: 5px;
    }
}

@media screen and (max-width: 400px) {
    .header--container .nav li.button {
        display: none;
    }
}
