@font-face {
    font-family: 'Circe Extra';
    src: url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
		url('../fonts/Circe-ExtraBold.otf') format('opentype'),
        url('../fonts/Circe-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Extra';
    src: url('../fonts/Circe-ExtraLight.woff2') format('woff2'),
		url('../fonts/Circe-ExtraLight.otf') format('opentype'),
        url('../fonts/Circe-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.woff2') format('woff2'),
		url('../fonts/Circe-Bold.otf') format('opentype'),
        url('../fonts/Circe-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.woff2') format('woff2'),
		url('../fonts/Circe-Regular.otf') format('opentype'),
        url('../fonts/Circe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.woff2') format('woff2'),
		url('../fonts/Circe-Light.otf') format('opentype'),
        url('../fonts/Circe-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*:focus {
    outline: none;
}

body{
	font-family: 'Circe', Arial, sans-serif;
	font-weight: normal;
	font-size:18px;
	
	background-color:#fff;
	color:#2c2929;
}

h1, h2, h3{
	font-family: 'Circe', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2em;
	color:#231f20;
}

h1, h2{
	padding-top: 8px;
	padding-left:24px;
	border-left:solid 12px #ff0000;
}

h1{
	font-family: 'Circe Extra', Arial, sans-serif;
	font-weight: bold;
	font-size: 64px;
	margin-top:160px;
}


h2{
	font-size: 32px;
    font-weight: bold;
}

h3{
	font-family: 'Circe Extra', Arial, sans-serif;
	font-weight: bold;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea{
	padding:12px;
	background:transparent;
	border:solid 2px transparent;
	border-bottom-color: #bbb;
	margin-bottom:1em;
	min-width:280px;
	width:75%;
	transition: all 0.3s ease;
}
input[type="submit"]{
	border:solid 2px #bbb;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	min-width:160px;
	max-width:160px;
/* 	margin-top:24px; */
}
input[type="submit"]:hover{
	color:#2c2929;
	background-color:#ffdc02;
	border-color:#ffdc02;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
	border-color:#fff;
}

table.info th,
table.info td{
	border: solid 1px #999;
	padding: 8px;
    vertical-align: top;
}

thead{
	background-color: #eee;
}


.border-color-0{
	border-color: #fff;
}
.border-color-1{
	border-color: #e42990;
}
.border-color-2{
	border-color: #ffdc02;
}
.border-color-3{
	border-color: #2c2929;
}
.border-color-4{
	border-color: #744299;
}


.color-0{
	color: #fff;
}
.color-1{
	color: #e42990;
}
.color-2{
	color: #ffdc02;
}
.color-3{
	color: #2c2929;
}
.color-4{
	color: #744299;
}

.bg-color-0{
	background-color: #fff;
}
.bg-color-1{
	background-color: #e42990;
}
.bg-color-2{
	background-color: #ffdc02;
}
.bg-color-3{
	background-color: #2c2929;
}
.bg-color-4{
	background-color: #744299;
}

.bg-gradient,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient p
.bg-gradient .subHeader{
	color:#fff;
}

.bg-gradient-1{
	background: rgb(116,66,153);
	background: -moz-linear-gradient(45deg, rgba(116,66,153,1) 0%, rgba(228,41,144,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(116,66,153,1) 0%, rgba(228,41,144,1) 100%);
	background: linear-gradient(45deg, rgba(116,66,153,1) 0%, rgba(228,41,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#744299",endColorstr="#e42990",GradientType=1);
}
.bg-gradient-2{
	background: rgb(228,41,144);
	background: -moz-linear-gradient(45deg, rgba(228,41,144,1) 0%, rgba(241,229,59,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(228,41,144,1) 0%, rgba(241,229,59,1) 100%);
	background: linear-gradient(45deg, rgba(228,41,144,1) 0%, rgba(241,229,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e42990",endColorstr="#f1e53b",GradientType=1);
}
.bg-gradient-3{
	background: rgb(241,229,59);
	background: -moz-linear-gradient(45deg, rgba(241,229,59,1) 0%, rgba(157,203,59,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(241,229,59,1) 0%, rgba(157,203,59,1) 100%);
	background: linear-gradient(45deg, rgba(241,229,59,1) 0%, rgba(157,203,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1e53b",endColorstr="#9dcb3b",GradientType=1);
}
.bg-gradient-4{
	background: rgb(157,203,59);
	background: -moz-linear-gradient(45deg, rgba(157,203,59,1) 0%, rgba(38,163,221,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(157,203,59,1) 0%, rgba(38,163,221,1) 100%);
	background: linear-gradient(45deg, rgba(157,203,59,1) 0%, rgba(38,163,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dcb3b",endColorstr="#26a3dd",GradientType=1);
}
.bg-gradient-5{
	background: rgb(38,163,221);
	background: -moz-linear-gradient(45deg, rgba(38,163,221,1) 0%, rgba(116,66,153,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(38,163,221,1) 0%, rgba(116,66,153,1) 100%);
	background: linear-gradient(45deg, rgba(38,163,221,1) 0%, rgba(116,66,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26a3dd",endColorstr="#744299",GradientType=1);
}

.bg-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image-company{
	background-repeat: no-repeat;
	background-size:50%;
	background-position: center center;
}

.bg-image-1{
	background-image: url("../img/phone-hand.jpg");
	mix-blend-mode: hard-light;
	opacity: 0.3;
}

.bg-image-2{
	background-image: url("../img/girl-square.jpg");
	opacity: 1.0;
	background-position: right center;
}
.bg-image-3{
	background-image: url("../img/boy-square.jpg");
	opacity: 1.0;
	background-position: left center;
}


.mt-0{ margin-top: 0px; }
.mt-1{ margin-top: 24px; }
.mt-2{ margin-top: 48px; }
.mt-3{ margin-top: 96px; }

.mx-0{ margin-top: 0px; margin-bottom: 0px; }
.mx-1{ margin-top: 24px; margin-bottom: 24px; }
.mx-2{ margin-top: 48px; margin-bottom: 48px; }
.mx-3{ margin-top: 96px; margin-bottom: 96px; }




.corner svg{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100vh;
}
#corner1{
	fill: #fff;
	mix-blend-mode: overlay;
	opacity: 0.1;
}
#corner1 svg{
	left: -200px;
	bottom: 16px;
	top: auto;
}
#corner2{
	fill: #fff;
	opacity: 0.1;

}
#corner2 svg{
	left: 100px;
	top: auto;
}
#corner3{
	fill: #fff;
	opacity: 0.1;
}
#corner3 svg{
	/* bottom:96px; */
	left: 20%;
	top: 0;
	max-height: 800px;
}
#corner4{
	fill: rgb(255,255,255);
	opacity: 0.1;
}
#corner4 svg{}

	
header nav ul li a{
	font-size: 16px;
	color:#2c2929;
	text-transform: uppercase;
	border-bottom:solid 2px transparent;
}
header nav ul li a:hover,
header nav ul li a:focus{
	text-decoration: none;
	color:#2c2929;
	border-bottom:solid 2px rgba(38,163,221,1);
}

#responseMessage{
	color:#f1e53b;
	padding: 32px 0;
}
#contactForm a { color: #fff; }

#hero{
	position: relative;
	background-color:#ccc;
	height: calc(100vh - 100px);
	max-height: 1080px;
	overflow: hidden;
}
#our-company{
	position: relative;
}
#payment-solutions{
	position: relative;
	overflow: hidden;
	padding-top:48px;
	padding-bottom:48px;
}
#secPrivacy{
	margin-bottom: 64px;
}
.solution{
	text-align: center;
}
.icon-solution{
	padding:32px;
	
}
.icon-solution img{
	max-height: 64px;
}
.bar-download{
	text-align: right; 
}



.bar-download a { text-decoration: underline; text-transform: uppercase; }
.bar-download a i { text-decoration: none; }
.bar-download a:hover { color: inherit; text-decoration: none; }
.bar-download a:focus { color: inherit; }


hr{
	border-top:solid 12px;
	margin-top: -96px;
	margin-bottom: 48px;
}

section{
	padding-top: 96px;
	padding-bottom: 96px;
}

.subHeader{
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
}
.navbar-brand{width:160px; height: auto;}
.navbar-brand img{
	width:100%;
	min-width:100%;
}

.list_payment_icons{
	margin: 0px;
	padding: 0px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.list_payment_icons li{
	margin: 0px;
	list-style-type: none;
	display: flex;
    justify-content: center;
}
.list_payment_icons li img{
	/* width: 74%;
	max-width: 74%;
	padding: 6%; */
}

footer{
	background-color:#2C2929;
	color:#fff;
	padding-top: 96px;
	padding-bottom: 48px;
	position: relative;
	overflow: hidden;
}

footer a {
	color: #ffdc02;
}

footer a:hover {
	color: #fff;
}

footer h2{
	color:#fff;
	margin-top: 0px;
	padding-left: 0px;
	border:0px;
}
footer hr{
	margin:48px 0;
}

footer nav ul { margin: 0px; padding: 0px; }
footer nav ul li { list-style: none; padding: 0px; padding-right: 12px; margin: 0px; display: inline-block; }
footer nav ul li a { color: #fff; font-size: 0.85em; }
footer nav ul li a:hover { color: #bbb; text-decoration: none; }

.copyrights { 
	/* margin-top:48px; */
	text-align: center;
 }


.logoF { 
	width:200px;
}
.logoF svg { fill: #fff; }

.logoH svg { fill: #2C2929; }


.boxGrey {
	color: #2C2929;
	color: #fff;
	background-color: #2C2929;
	padding: 48px;

	box-shadow: 0px 0px 16px #333;
	text-align: left;
	font-weight: normal;
}



.hamburger {
	display: none;
	cursor: pointer;
}
.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#2C2929;
}
.nav-bar {
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	height: 100px;
}
.nav-menu {
	margin: 0px; padding: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.nav-menu li {
	list-style: none;
	padding: 0px;
}

.lang{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;

	background-position: 50% 50%;
	background-size: auto;
}
.lang-ru{
	background-image: url("../img/lang-ru-24.png");
}
.lang-en{
	background-image: url("../img/lang-en-24.png");
}
header nav ul li a.lang{
	border: solid 2px #ccc;
}
header nav ul li a.lang:hover,
header nav ul li a.lang:focus{
	text-decoration: none;
	color:#2c2929;
	border: solid 2px rgba(38,163,221,1);
}

@media ( max-width: 768px ){
	h1 { margin-top:48px; font-size:48px; }
	section { padding-top: 48px; padding-bottom: 48px; }
	footer { padding-top: 48px; padding-bottom: 48px; }
	hr { margin-top: -48px; }
	
	.mx-1 { margin-top: 8px; margin-bottom: 8px; }
	.mx-2 { margin-top: 48px; margin-bottom: 48px; }
	.mx-3 { margin-top: 24px; margin-bottom: 24px; }
	
	.mt-1 { margin-top: 8px; }
	.mt-2 { margin-top: 12px; }
	.mt-3 { margin-top: 24px; }
	
	.bar-download { text-align: center; }
	
	.boxGrey .bar-download { text-align: left; margin-top:24px; }
	.boxGrey .bar-download a.color-0 { color: #2C2929; }
	
	.bg-image-company{ background: none; }
	
	.boxGrey{
		color: #2C2929;
		background-color: #fff;
		padding: 0px;

		
		box-shadow: 0px 0px 0px #333;
		text-align: left;
		font-weight: normal;
	}
}

@media ( max-width: 992px ){
	
/*	h1 { margin-top:48px; font-size:48px; }
	section { padding-top: 48px; padding-bottom: 48px; }
	hr { margin-top: -48px; } */
	.logoF { width:150px; margin-bottom: 32px;}
	.nav-bar { height:80px; }
	.navbar-brand { width: 120px; }
	
	#hero { height: calc(100vh - 80px); }
	
	#corner3 { display: none; }
	
	.bg-image-company{ background-size: 90%; }
	
	input[type="text"],
	input[type="submit"],
	textarea{
		padding:12px;
		min-width:100%;
		width:100%;
	}
	
	.hamburger { display: block; }
	.hamburger.active .bar:nth-child(2) { opacity: 0; }
	.hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg);	}
	.hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.nav-menu{
		position: fixed;
		z-index:999;
		left: 0;
		top: -100%;
		gap: 0;
		flex-direction: column;
		background-color: #fff;
		width: 100%;
		text-align: center;
		transition: 0.3s;
	}
	.nav-item { margin: 16px 0; }
	.nav-menu.active { top: 80px; }
	
}
