﻿@font-face {
    font-family:'FontAwesome';
    font-display: swap;
    src:url('../font/fontawesome-webfont.eot');
    src:url('../font/fontawesome-webfont.eot') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2') format('woff2'),url('../font/fontawesome-webfont.woff') format('woff'),url('../font/fontawesome-webfont.ttf') format('truetype'),url('../font/fontawesome-webfont.svg') format('svg');
    font-weight:normal;
    font-style:normal
}
img.img-responsive {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    float: none;
    vertical-align: middle;
    border: 0;
}
.socialMedia__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 22px;
}
.socialMedia__icon {
    font-size: 24px;
}
.socialMedia__icon:not(:last-child) {
    margin-right: 28px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-youtube-play:before {
    content: "\f16a";
}
#footer {
    position: relative;
    padding: 80px 0 50px;
    height: auto;
    color: #fff;
    text-align: left;
    z-index: 2;
    background-color: #1a3463;
    border-top: 11px solid #b8b6d0;
    font-family: lato,sans-serif;
    background-image: url(../image/footer.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer .footer {
    width: 1224px;
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 0 67px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}
#footer .footer_logo {
    margin-bottom: 22px;
}
#footer .footer_logo>img {
    position: relative;
    left: -48px;
}
.flex {
    display: flex;
}
.flex:not(.no-wrap) {
    flex-wrap: wrap;
}
.flex.space-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex img {
    object-fit: contain;
}
#footer .left__footer {
    width: 35%;
}
#footer .footer_p_1 {
    margin: 0 0 8.5px;
	margin-bottom: 15px;
    color: #fff;
    font-family: lato,sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
#footer .footer-address strong {
    font-size: 16px;
    font-weight: bold;
}
#footer .footerLogoNae {
    width: 60%;
    /*padding: 33px 0 80px;*/
}
.footer__socialMedia {
    color: #fff;
}
.footer__socialMedia .socialMedia__text {
    font-weight: 400;
}
.footer__socialMedia .socialMedia__icon .fa.fa-twitter, .footer__socialMedia .socialMedia__icon .fa.fa-linkedin, .footer__socialMedia .socialMedia__icon .fa.fa-youtube-play {
    color: #fff;
    background: none;
}
.socialMedia__icon:hover .fa.fa-twitter, .socialMedia__icon:hover .fa.fa-linkedin, .socialMedia__icon:hover .fa.fa-youtube-play {
    color: #1a3463;
}
#footer .right__footer {
    margin-right: auto;
}
#footer .links__column:not(:last-child) {
    margin-right: 130px;
}
#footer .footer__link {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 25px;
}
#footer .footer__copyright__links__section {
    padding: 40px 0 0 18px;
    border-top: 1px solid #949494;
    margin-top: 33px;
}
#footer .footer__bottom_section__links a {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}
#footer .footer__bottom_section__links .sep {
    margin: 0 15px;
}
#footer .copyright {
    font-size: 12px;
    margin-top: 5px;
}
#footer .copyright a {
    color: #fff !important;
}
#footer .footer__copyright__links__section .btn.btn__white {
    border-radius: 0;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 28px;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase!important;
    font-family: 'open-sans',sans-serif;
    font-weight: 900;
    font-size: 12px;
    transition: background .4s ease-in-out;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#footer .footer__copyright__links__section .btn-1.btn__white {
    border-radius: 0;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 28px;
    border: 1px solid #fff;
    text-transform: uppercase!important;
    font-family: 'open-sans',sans-serif;
    font-weight: 900;
    font-size: 12px;
    transition: background .4s ease-in-out;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#footer .footer__copyright__links__section .btn.btn__white:hover {
    background: #b8b6d0;
    border-color: #b8b6d0;
    color: #fff;
}
#footer .footer__copyright__links__section .btn-1.btn__white:hover {
    background: #b8b6d0;
    border-color: #b8b6d0;
    color: #fff;
}
.btn .fa.fa {
    border: 0;
    padding: 0 5px 0 0;
    margin-right: 0;
    font-size: 14px;
}
.btn-1 .fa.fa {
    border: 0;
    padding: 0 5px 0 0;
    margin-right: 0;
    font-size: 14px;
}
#footer .footer__copyright__links__section .btn.btn__white i {
    margin-left: 15px;
    font-size: 24px;
    margin-top: -2px;
}
#footer .footer__copyright__links__section .btn-1.btn__white i {
    margin-left: 15px;
    font-size: 24px;
    margin-top: -2px;
}
.fa-arrow-right:before {
    content: "\f061";
}

@media (max-width: 1324px) {
	footer#footer .footer_logo>img {
	    left: 0;
	}
}

@media (max-width: 1224px) {
	footer#footer {
	    padding-left: 25px !important;
	    padding-right: 25px !important;
	}
	footer#footer .footer_logo>img {
	    left: 0;
	}
	footer#footer .footer_content {
	    gap: 20px 0;
	}
	footer#footer .footer__copyright__links__section {
	    gap: 20px;
	}
}

@media (max-width: 1024px) {
	#footer .left__footer {
	    width: 100%;
	}
	#footer .footerLogoNae {
	    width: 70%;
	    margin: 0 auto;
        padding-bottom: 2rem;
	}
	#footer .right__footer {
	    margin: 0 auto;
	}
}

@media (min-width: 780px) and (max-width: 992px) {
	footer#footer {
	    padding: 20px 0;
	}
}

@media (max-width: 780px) {
	#footer .links__column:not(:last-child) {
	    margin-right: 20px;
	}
}