@font-face {
	font-family: "Tahoma";
	src: url("/fonts/tahoma.ttf") format("truetype");
}
@font-face {
	font-family: "Tahoma bold";
	src: url("/fonts/tahoma-bold.ttf") format("truetype");
}

body {
	font-family: "Tahoma";
}

header {
    height: 80px;
    display: flex;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 10;
}
.container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
}
.header-logo {
    flex: 1;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 3;
}
.menu-item {
    font-size: 12px;
    color: #121212;
    text-decoration: none;
    margin: 0 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.menu-item:hover {
	color: #0D2457;
	font-weight: 700;
}
.dropdown {
    padding-left: 30px;
}
.dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown-toggle::after {
	content: url('../img/lang-down.png');
    border: none;
}
.dropdown-menu {
    --bs-dropdown-min-width: 34px;
    --bs-dropdown-padding-y: 0;
    left: -8px !important;
    border-radius: 0;
}	  
.dropdown-item {
    padding: 5px 10px;
}
.header-right {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
}
.header-socials a {
	margin: 0 3px; 
}
.header-socials {
    margin-right: 30px;
}
.header-button {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #BD093C;
    padding: 10px 20px;
}
.header-button:hover {
    color: #fff;
}

.hero {
    padding-top: 80px;
    height: 100vh;
    background: url('../img/hero-bg.jpg') no-repeat center center;
    -webkit-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}
.hero .container {
	position: relative;
}
.hero-inner {
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
    text-align: center;
}
.hero-title {
    font-size: 56px;
    color: #10117E;
    font-family: "Tahoma bold";
    margin-bottom: 10px;
}
.hero-text {
    font-size: 18px;
    color: #10117E;
}
.hero-right {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 30px #00000063;
    width: 600px;
    margin: 100px auto -400px;
    position: relative;
    z-index: 2;
}
.hero-form-title {
    font-size: 24px;
    color: #202020;
    font-family: "Tahoma bold";
    margin-bottom: 15px;
}
.hero-form-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.hero-form-row {
    display: flex;
}
.hero-form-wrap label {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.hero-form-wrap input {
    padding: 12px 10px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
}
.hero-form-wrap select {
    padding: 12px 10px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #757575;
}
.hero-form-wrap textarea {
    padding: 12px 10px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
}
.hero-form-first-name, .hero-form-email, .hero-form-country {
	margin-right: 20px; 
}
.hero-form-first-name, .hero-form-last-name, .hero-form-email, .hero-form-position, .hero-form-country, .hero-form-city {
	flex: 1;
}
.hero-form-submit {
    font-weight: 600;
    color: #fff;
    background: #BD093C;
    width: 100%;
    border: none;
    height: 50px;
    margin-top: 10px;
}

.services {
    padding: 100px 0;
}
.main-title {
    font-family: 'Tahoma bold';
    font-size: 24px;
    color: #0B2356;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.servicesSwiper {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 40px #0000003b;
}
.servicesSwiper .swiper-slide {
    display: flex;
}
.servicesSwiper-image {
    width: 49%;
    border-radius: 15px;
}
.servicesSwiper-right {
    padding: 50px 40px 54px;
    width: 51%;
}
.servicesSwiper-text {
    font-size: 14px;
    color: #0B2356;
    margin-bottom: 17px;
}
.servicesSwiper-title {
    font-family: 'Tahoma bold';
    color: #0B2356;
    font-size: 24px;
    margin-bottom: 10px;
}
.servicesSwiper-undertext {
    font-size: 14px;
    color: #0B2356;
    margin-bottom: 40px;
}
.servicesSwiper-row {
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EFE7EC;
}
.servicesSwiper-button {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background: #BD093C;
    padding: 13px 34px;
    border-radius: 10px;
}
.servicesSwiper-button:hover {
    color: #fff;
}
.servicesSwiper-row-inner {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.servicesSwiper-link {
	font-size: 14px; 
	color: #0B2356; 
}
.servicesSwiper-link:hover {
	color: #0B2356; 
}
.servicesSwiper-link img {
	margin-right: 5px; 
}
.servicesSwiper-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51%;
}
.servicesSwiper-button-prev, .servicesSwiper-button-next, .servicesSwiper-pagination {
	position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important; 
    bottom: auto !important;
    margin: 0;
}
.servicesSwiper-button-prev, .servicesSwiper-button-next {
	width: 34px;
	height: 34px;
}
.servicesSwiper-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 20px;
}
.swiper-button-prev:after {
    content: url('../img/shevron-left.png');
}
.swiper-button-next:after {
    content: url('../img/shevron-right.png');
}
.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #D9D9D9;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #BD093C;
    border: none;
}

.about {
    padding: 100px 0;
    position: relative;
}
.about-text {
    font-size: 14px;
    color: #0B2356;
    width: 60%;
    margin: 0 auto 40px;
}
.about-polygon {
    position: absolute;
    right: 0;
    top: -200px;
}

.section-image {
    width: 100%;
}

.strategy {
    padding: 100px 0;
    position: relative;
}
.strategy-inner {
    display: flex;
    align-items: center;
    padding: 0 60px;
}
.strategy-left {
    flex: 1;
    position: relative;
    z-index: 2;
}
.strategy-title {
    font-size: 24px;
    color: #0A2154;
    font-family: 'Tahoma bold';
    margin-bottom: 25px;
}
.strategy-text {
    font-size: 14px;
    color: #0C2456;
}
.strategy-right {
    flex: 1;
    padding-left: 100px;
}
.strategy-image {
	width: 100%; 
	border-radius: 5px;
}
.strategy-polygon {
    position: absolute;
    left: 0;
    bottom: -150px;
}

.documents {
    padding: 100px 0;
    background: #EEF9FF;
    position: relative;
}
.documentsSwiper {
    padding-bottom: 90px;
}
.documentsSwiper .swiper-slide {
    position: relative;
}
.documentsSwiper-image {
    width: 100%;
}
.documentsSwiper-link {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 80px);
    font-size: 14px;
    color: #121212;
    text-decoration: none;
}
.documentsSwiper-link img {
    margin-right: 5px;
}

.news {
    padding: 100px 0;
}
.newsSwiper {
    padding-bottom: 60px;
}
.newsSwiper-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 20px;
}
.newsSwiper-pagination {
    bottom: 0;
}
.news-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px; 
}
.news-title {
    font-size: 18px;
    font-family: 'Tahoma bold';
    color: #0B2356;
    margin-bottom: 20px
}
.news-text {
    font-size: 14px;
    color: #0B2356;
    margin-bottom: 20px;
}
.news-time {
    font-size: 14px;
    color: #0B2356;
}
.news-time img {
    margin-right: 5px; 
}

.faq {
    padding: 100px 0 0;
    position: relative;
}
.accordion {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.accordion-item {
    margin-bottom: 20px;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}
.accordion-button {
    font-size: 14px;
    color: #0A2154;
    border-radius: 0 !important;
    padding: 0;
    justify-content: space-between;
    height: 60px;
}
.accordion-button:not(.collapsed) {
    color: #0A2154;
    background-color: #fff;
}
.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}
.accordion-button::after {
	position: absolute;
    content: url('../img/shevron-down.png');
    background-image: none;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
}
.accordion-button p {
	margin: 0; 
    padding: 22px 53px;
}
.accordion-button span {
    width: 60px;
    height: 60px;
    background: #BD093C;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-body {
    padding: 12px 53px;
}
.faq-polygon-1 {
    position: absolute;
    top: -20px;
    right: 100px;
}
.faq-polygon-2 {
    position: absolute;
    left: 0;
    bottom: 20px;
}
.faq-polygon-4 {
    position: absolute;
    right: 0;
}

.footer-form-bg {
    background: url(/img/form-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 515px;
    position: relative;
    z-index: 1;
}
.footer-form-inner {
    width: 560px;
    margin: 0 auto;
}
.footer-form-title {
    font-family: 'Tahoma bold';
    color: #fff;
}
.footer-form-text {
	font-size: 14px; 
    color: #fff;
    margin-bottom: 25px; 
}
.footer-form-inner form {
    display: flex;
}
.footer-form-email {
    width: 500px;
    height: 40px;
    padding-left: 20px;
    font-size: 12px;
    border: none;
}
.footer-form-submit {
    width: 60px;
    background-color: #BD093C;
    background-image: url('../img/arrow-right.png'); 
    background-repeat: no-repeat;
	background-position: center center;
    border: none;
}

.map {
    position: relative;
}
#map {
	height: 500px; 
}
.map-innner {
    width: 440px;
    position: absolute;
    background: #fff;
    top: 119px;
    left: 150px;
    padding: 40px;
    border-radius: 15px;
}
.map-title {
    font-family: 'Tahoma bold';
    color: #0B2356;
    margin-bottom: 25px;
}
.map-links {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.map-links img {
    margin-right: 10px;
}
.map-links a {
    font-size: 14px;
    color: #0B2356;
    text-decoration: none;
}
.map-links p {
    font-size: 14px;
    color: #0B2356;
    margin: 0;
}
.map-socials {
    margin-top: 25px;
}
.map-socials a {
	margin-right: 10px; 
}

footer {
    padding: 60px 0 40px;
    background: #EEF9FF;
    position: relative;
}
.container-footer {
    padding: 0 50px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.footer-col-1 a {
	font-family: 'Tahoma bold';
    color: #10117E;
    text-decoration: none;
}
.footer-title {
    color: #10117E;
    margin-bottom: 27px;
    height: 24px;
}
.footer-col-2 {
    display: flex;
    flex-direction: column;
}
.footer-col-2-row {
	display: flex; 
}
.footer-col-2-inner {
	display: flex;
	flex-direction: column;
    margin-right: 150px;
}
.footer-col-2-item {
    font-size: 12px;
    color: #121212;
    margin-bottom: 15px;
    text-decoration: none;
}
.footer-col-2-item:hover {
    color: #121212;
}
.footer-col-3 {
    display: flex;
    flex-direction: column;
}
.footer-col-3-item {
    font-size: 12px;
    color: #121212;
    margin-bottom: 15px;
}
.footer-col-3-item:hover {
    color: #121212;
}
.footer-col-4 {
    position: relative;
    z-index: 2;
}
.footer-socials {
    margin-top: 15px; 
}
.footer-socials a {
    margin-right: 7px; 
}
.footer-socials img {
    width: 24px; 
}
.footer-form {
    display: flex;
}
.footer-email {
    border: none;
    border-radius: 0;
    padding: 11px 19px;
    font-size: 12px;
}
.footer-submit {
    width: 40px;
    background-color: #BD093C;
    border: none;
    background-image: url(../img/footer-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.footer-bottom p {
    font-size: 14px;
    color: #000;
    margin: 0;
    white-space: nowrap;
}
.footer-bottom p a {
    color: #000;
}
.footer-bottom hr {
    width: 100%;
    color: #000;
    opacity: 1;
    margin: 0 100px;
}
.footer-image-1 {
    position: absolute;
    left: 0;
    bottom: 70px;
}
.footer-image-2 {
    position: absolute;
    right: 0;
    bottom: 70px;
}

@media (max-width: 767px) {
	header {
	    height: 58px;
	}
	.container-header {
	    padding: 0 25px;
	}
	.header-logo img {
		width: 135px; 
	}
	.header-mobile.d-md-none {
	    display: flex;
	}
	.dropdown-toggle {
	    margin-right: 20px;
	}
	.menu-collapse {
	    position: absolute;
	    top: 58px;
	    width: 100%;
	    background: #fff;
	    display: flex;
	    flex-direction: column;
	    align-items: end;
	    padding: 25px 25px 50px;
	}
	.menu-item {
	    font-size: 14px;
	    margin: 0 0 35px;
	}
	.header-socials {
	    margin-right: 0;
    	margin-bottom: 50px;
	}
	.header-socials a {
	    margin: 0 0 0 10px;
	}

	.hero {
	    height: auto;
	}
	.hero-inner {
        height: 50vh;
        padding-bottom: 0;
    }
	.hero-left {
	    padding: 80px 0 50px;
	}
	.hero-title {
	    font-size: 36px;
	}
	.hero-right {
	    padding: 40px 20px;
	    width: 100%;
	}
	.hero-text {
	    font-size: 14px;
	}
	.hero-form-title {
	    font-size: 18px;
	}
	.hero-form-wrap label {
	    font-size: 10px;
	}
	.hero-form-wrap input, .hero-form-wrap select {
	    padding: 10px;
	    font-size: 10px;
	}
	.hero-form-submit {
	    font-weight: 500;
	    height: 40px;
	    margin-top: 0;
	    font-size: 14px;
	}

	.services {
	    padding: 100px 0 50px;
	}
	.servicesSwiper .swiper-slide {
	    flex-direction: column;
	}
	.servicesSwiper-image {
	    width: 100%;
	}
	.servicesSwiper-right {
	    padding: 20px 20px 80px;
	    width: 100%;
	    text-align: center;
	}
	.servicesSwiper-row {
		margin-top: 20px;
	    border-bottom: none;
	    flex-direction: column-reverse;
	}
    .servicesSwiper-row-inner {
        margin-left: 0;
    }
	.servicesSwiper-link {
	    margin-bottom: 20px;
	}
	.servicesSwiper-navigation {
	    width: 100%;
	    padding: 0 0 20px;
	}

	.about {
	    padding: 50px 0 100px;
	}
	.about-text {
	    font-size: 14px;
	    width: 100%;
	    margin: 0 auto 20px;
	}
	.about-polygon {
	    display: none;
	}

	.strategy-inner {
	    padding: 0;
	    flex-direction: column-reverse;
	}
	.strategy-polygon {
	    display: none;
	}
	.strategy-right {
	    flex: auto;
	    padding-left: 0;
	    margin-bottom: 20px;
	}

	.news {
	    padding: 100px 0 50px;
	}
	.newsSwiper {
	    padding-bottom: 30px;
	}
	.news-inner {
	    margin-bottom: 50px;
	}

	.accordion {
	    width: 100%;
	}
	.accordion-item {
	    margin-bottom: 10px;
	}
	.accordion-button {
	    font-size: 12px; 
	    height: 34px;
	}
	.accordion-button p {
	    padding: 10px;
	}
	.accordion-button span {
	    width: 34px;
	    height: 34px;
	}
	.accordion-button::after {
	    right: 0px;
	    top: 0px;
	}
	.accordion-body {
	    padding: 12px 10px;
	}
	.accordion-body p {
	    font-size: 12px; 
	}
	.faq-polygon-1, .faq-polygon-2 {
	    display: none;
	}

	.footer-form {
	    padding: 40px 0;
	}
	.footer-form-inner {
	    width: 100%;
	}
	.footer-form-title {
	    font-size: 12px;
	    margin-bottom: 5px;
	}
	.footer-form-text {
	    font-size: 10px;
	    margin-bottom: 20px;
	}
	.footer-form-email {
	    width: calc(100% - 60px);
	    height: 35px;
	    padding-left: 10px;
	    font-size: 10px;
	}

	#map {
	    height: 300px;
	}
	.map-innner {
	    width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    padding: 30px 20px;
	    border-radius: 0;
	}

	footer {
	    padding: 60px 0 10px;
	}
	.container-footer {
	    padding: 0 25px;
	}
	.footer-top {
	    padding-bottom: 60px;
	    flex-direction: column;
	}
	.footer-col-1 {
	    margin-bottom: 30px;
	}
	.footer-col-2, .footer-col-3 {
	    border-bottom: 1px solid #b6cadf;
	    margin-bottom: 30px;
	    padding-bottom: 20px;
	}
	.footer-title {
	    margin-bottom: 20px;
	}
	.footer-col-2-item, .footer-col-3-item {
	    margin-bottom: 10px;
	}
	.footer-col-2-inner {
	    margin-right: 0;
	}
	.footer-col-2-row {
	    justify-content: space-between;
	}
	.footer-col-2-inner:nth-child(1) {
		flex: 2;
	}
	.footer-col-2-inner:nth-child(2) {
		flex: 1;
	}
	.footer-socials a {
	    margin-right: 10px;
	}
	.footer-bottom {
	    flex-direction: column;
	}
	.footer-bottom hr {
	    display: none;
	}
	.footer-bottom p {
	    margin-bottom: 20px;
	}
}