/* Global Styles */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none
}

img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

button {
	outline: none !important;
	border: 0;
}


/* Fonts */

@font-face {
	font-family: 'firago';
	src: url('../fonts/firago-regular/firago-regular.eot');
	src: url('../fonts/firago-regular/firago-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/firago-regular/firago-regular.woff2') format('woff2'), url('../fonts/firago-regular/firago-regular.woff') format('woff'), url('../fonts/firago-regular/firago-regular.ttf') format('truetype'), url('../fonts/firago-regular/firago-regular.svg#firago-regular') format('svg');
}



@font-face {
	font-family: 'firago-semibold';
	src: url('../fonts/firago-semibold/firago-semibold.eot');
	src: url('../fonts/firago-semibold/firago-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/firago-semibold/firago-semibold.woff2') format('woff2'), url('../fonts/firago-semibold/firago-semibold.woff') format('woff'), url('../fonts/firago-semibold/firago-semibold.ttf') format('truetype'), url('../fonts/firago-semibold/firago-semiboldt.svg#firago-semibold') format('svg');
}




@font-face {
	font-family: 'firago-bold';
	src: url('../fonts/firago-bold/firago-bold.eot');
	src: url('../fonts/firago-bold/firago-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/firago-bold/firago-bold.woff2') format('woff2'), url('../fonts/firago-bold/firago-bold.woff') format('woff'), url('../fonts/firago-bold/firago-bold.ttf') format('truetype'), url('../fonts/firago-bold/firago-boldt.svg#firago-bold') format('svg');
}

/* End Fonts */


/* Site Global Styles */

html {
	height: 100%;
}

body {
	font-family: "firago", Sylfaen, Arial, sans-serif;
	padding-bottom: 500px;
	min-width: 320px;
	width: 100%;
	font-size: 16px;
	color: #000000;
	position: relative;
	background: #f5f5f5;
}



button {
	outline: none !important;
	border: 0;
}

label {
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 14px;
}

.container,
.container-sm {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
	}
}

@media (max-width: 670px) {
	.container,
	.container-sm {
		padding: 0 15px;
	}
}



a {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #09114c;
}

a,
a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none !important;
	color: #3b4fe3;
}
a:focus {
	outline: none;
	text-decoration: none
}

a:active {
	text-decoration: none
}



.clearfix:before,
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.caps 
{
	text-transform: uppercase;
}
:lang(ka) .caps {
    font-feature-settings: 'case' on;
}

.regular {
	font-family: "firago", Sylfaen, Arial, sans-serif;
}

.semibold {
	font-family: "firago-semibold", Sylfaen, Arial, sans-serif;
}
.bold {
	font-family: "firago-bold", Sylfaen, Arial, sans-serif;
}

input,
textarea,
button {
	font-family: 'firago-semibold';
	box-sizing: border-box;
	color: #000000;
}

input.placeholder,
textarea.placeholder {
	color: #999999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input:focus.placeholder,
textarea:focus.placeholder {
	color: transparent
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent
}

.btn {
	display: inline-block;
	cursor: pointer;
	border: 0;
	outline: none;
	min-height: 44px;
	padding: 14px 23px 11px 22px;
	line-height: 18px;
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ffffff;
	background: #09114c;
	font-family: "firago-bold";

}


:lang(ka) .btn {
    font-feature-settings: 'case' on;
}


.btn:hover,
.btn:focus,
.btn:active,
.btn:focus:active {
	color: #ffffff !important;
	background: #3b4fe3 !important;
}

.btn svg {
	margin-top: -2px;
}

.btn-sm {
	min-height: 36px;
	padding: 10px 20px 8px 20px;
	line-height: 18px;
	font-size: 14px;
}

.btn-md {
	min-height: 50px;
	padding: 15px 30px;
	line-height: 20px;
	font-size: 16px;
}

.btn-lg {
	min-height: 50px;
	padding: 16px 30px 14px 30px;
	line-height: 20px;
	font-size: 15px;
}





.btn-primary {
	color: #ffffff;
	background: #09114c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
	color: #ffffff !important;
	background: #3b4fe3 !important;
}

.btn-yellow {
	color: #ffffff;
	background: #ffac55;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:focus:active {
	color: #ffffff !important;
	background: #ffa03c !important;
}

.btn-white {
	color:#09114c  ;
	background:  #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:focus:active {
	color: #ffffff !important;
	background: #3b4fe3 !important;
}



.btn-block {
	width: 100%;
}

.block-bg
{
	background: #ffffff;
	box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* Header */

header {
    background: #ffffff;
    height: 100px;
    position: relative;
    z-index: 1;
}

.header > .container
{
	position: relative;
}
.main-logo{
	display: block;
	width: 208px;
	height: 60px;
	background: url('../images/main-logo.svg') no-repeat left;
	background-size: auto 100%;
	cursor: pointer;
	margin-top: 21px;
	float: left;
	position: relative;
	z-index:2;
}
.header-right
{
	float: right;
	width: auto;
	position: relative;
	z-index:2;
}
.header-center
{
position: absolute;
margin: 0 auto;
top:0;
bottom:0;
left:0;
right: 0;
z-index:1;
text-align: center;
}

.main-menu
{
	font-size: 14px;
	list-style: none;
	color: #8d8e94;
	font-family: 'firago-semibold';
	display: inline-block;
	margin-top: 34px;
	line-height: 34px;
}


.main-menu li{
	display: inline-block;
	margin-left: 41px
}

.main-menu li:first-child{
	margin-left: 0px
}
.main-menu li a
{
	color: #8d8e94;
	display: block;
}
.main-menu li a:hover
{
	color: #3b4fe3;
}

.main-menu li.active a
{
	color: #3b4fe3;
}




.header-right .search
{
	float: left;
	width: auto
}

.header-right .lang
{
	float: left;
	width: auto
}
.header-right .header-contact
{
	float: left;
	width: auto
}
.search
{
margin-top: 36px;
position: relative;
overflow: hidden;
}

.search-input
{
	border:0;
	border-bottom: 2px solid #3b4fe3;
	position: absolute;
    top: 2px;
    line-height: 26px;
    right: 32px;
    width: 120px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	width:0;
}


.search.open
{
	overflow: visible
}
.search.open .search-input
{
	opacity:1;
	width: 93px;
}


.search-button
{
	background: none;
	border: 0;
	outline: none;
	padding: 5px;
	cursor: pointer
}

.search-button svg
{
	width: 18px;
	height: 18px;
	fill: #8d8e94;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.search-button:hover svg
{
	fill: #3b4fe3;
}
.header-contact
{
	margin-top: 28px;
	margin-left: 11px;
}
.header-contact-mobile
{
	display: none;
	
}
.header .lang
{
	margin-top: 33px;
	line-height: 34px;
	min-height: 34px;
	position: relative;
	width: 60px;
	height: 34px;
		  overflow: hidden;
		  margin-left: 4px;


}
.lang:before
{
	content: "";
    display: block;
    cursor: pointer;
    border: 5px solid transparent;
    border-top: 6px solid #09114c;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 6;
}








.header .lang:hover
{
overflow : visible;

}

.lang:hover .lang-container
{
background: #e0e0e0;

}

  .lang-item {
	display: block;
	padding: 0 20px 0 10px;
	min-height: 34px;
	font-size: 16px;

	color:  #09114c;
	text-align: center;
	cursor: pointer!important;
	width: 60px;
	font-family: "firago-semibold";

  }





   .lang-item:hover,
   .lang-item:active {
	background: rgba(255, 255, 255, 0.2);
	color:  #3b4fe3;
  }
   .lang-item.active:hover,
   .lang-item.active:focus {
	background: rgba(255, 255, 255, 0.2);
	cursor: auto;


	color: #3b4fe3;
  }

.lang-container

   {
	padding-top: 38px;
	
		  position: absolute;
		  top:0;
		  left:0;
		  z-index: 5;
  }
   .lang-item s:hover
  {
	overflow: visible;
  }
   .lang-item s:hover  .lang-item -container
  {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
  }
 .lang-item -active
{
	pointer-events: none
}
  

   .lang-item:hover  .lang-item ,
   .lang-item.open  .lang-item 
  {
	background:#235788 ;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
  }
  
   .lang-item s:hover   .lang-item -active,
   .lang-item s.open  .lang-item -active
  {
	  background:none ;
	  border-radius: 6px;
	  -webkit-border-radius: 6px;
  }



   .lang.open
  {
	  overflow: visible;
  }

   .lang-item.active
  {

position: absolute;
top:0;
left:0;

  }


  



@media (max-width: 768px) {
 .lang.open
{
	overflow: visible;
}

}

.mob-menu-button
{
	display: none;
}


.mob-menu-button {
	display:none;
	border-bottom: 2px solid #09114c;

	width: 30px;
	margin-left: 20px;
}


.mob-menu-button::before {
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 8px;
	background: #09114c;
}


.mob-menu-button::after {
	content: "";
	display: block;
	height: 2px;
	margin-bottom: 8px;
	background: #09114c;
}

@media (max-width: 1200px) {





.main-menu li
{
	margin-left: 24px;
}
.header-center
{

	left :-34px;
}

.btn
{
	padding: 15px 14px 12px 14px;
}

.header-contact
{
	margin-left: 7px;
}

.lang-item {
 
    padding: 0 12px 0 2px;
	width: 44px;
}
.header .lang
{
	width: 44px;
}
.lang:before
{
	right: 5px;
}







}


@media (max-width: 1023px) {

.header{
	position: relative;
}

.mob-menu-button {
	display: block;

}
.header-right
{
	padding-right: 50px;
}
.header-center
{
	position:absolute;
    right: 23px;
    top: 39px;
	left: auto;
	bottom: auto;
	z-index: 4;
}


.main-menu
{
	display: none;
	position: absolute;
	top:61px;
	width: 253px;
    right: -8px;
	margin-top:0;
	background: #ffffff;
	font-size: 16px;

	

}

.main-menu.open
{
	display: block;
}
.main-menu
{
	padding: 11px 0 10px 0;
	
	border: 4px solid #8d8e94;
	border-top: 0;
}


.main-menu li {
    margin-left: 0px;
	border-top: 2px	 solid #8d8e94;
	display: block;
}

.main-menu li:first-child
{
	border-top: 0;
}
.main-menu li a {
    color: #09114c;
	padding: 10px 40px;
   
}





}
.menu-mobile-additional
{
	display: none;
}


canvas {
	display: block;
	vertical-align: bottom;
  }
  
  #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:-1;
	  background: #09114c;

	  position: fixed;
	
	  top: 0;
	  left: 0
  }

 .page-content-bg
 {
	 background-color: #f5f5f5;
 }



/* Footer */

.footer
{
	height: 500px;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;

	padding-toP: 80px;

}



.footer-top {
	height: 335px;
	padding-bottom: 30px;;
}

.footer-left-container {
	width: 24.3%;
	float: left;
}

.footer-middle-container {
	width: 27%;
	float: left;
}

.footer-right-container {
	width: 23%;
	float: right;
}


.footer-middle-links
{
	width: 25.7%
}
.footer-logo {
	display: block;
	margin-bottom: 43px;
}



.footer-middle-links .footer-contact-info:before {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background: url('../images/angle-right.svg') no-repeat left top;
	background-size: cover;
	position: absolute;
	left:0;
	top:3px;

}

.footer-middle-links .footer-contact-info
{
	position: relative;


	padding-left: 20px;
}

.footer-logo1:before {
	content: "";
	display: block;
	width: 207px;
	height: 60px;
	background: url('../images/footer-logo1.svg') no-repeat left top;
	background-size: auto 100%;
}
.footer-logo2:before {
	content: "";
	display: block;
	width: 207px;
	height: 60px;
	background: url('../images/footer-logo2.svg') no-repeat left top;
	background-size: auto 100%;
}
.footer-socials-icon {
	width: 20px;
	height: auto;
	fill: #ffffff;
	display: inline-block;
}

.icon-facebook {
	width: auto;
	height: 20px;
}

.footer-socials-container {
	display: flex;
}

.footer-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 15px;
	cursor: pointer;
}

.footer-socials:hover,
.footer-socials:focus {
	opacity: 0.8;
}

.footer-socials-facebook {
	background: #1877F2;
}

.footer-socials-twitter {
	background: #1DA1F2;
}

.footer-socials-youtube {
	background: #FF0000;
}
.footer-socials-linkedin {
	background: #00a0dc;
}



.footer-text-title {
	font-size: 18px;
	font-family: "firago-semibold";
	display: block;
	margin-bottom: 30px;
	color: #ffffff;
}

.footer-text-title a,
.footer-text-title a:hover,
.footer-text-title a:focus {
	color: #ffffff;
	cursor: pointer;
}

.footer-contact-info {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 14px;
	align-items: center;
	color: #ffffff;
	line-height: 22px;
}

a.footer-contact-info:hover {
	color: #ffffff;
	text-decoration: underline;
}


.footer-contact-btn
{
	margin-top: 60px
}

.footer-contact-btn .btn
{
padding-left :45px;
padding-right: 45px;
}
.footer-but
{
padding: 5px;
border: 1px solid #ffffff;
display: inline-block;

border-radius: 6px;
-webkit-border-radius: 6px;
}

a.footer-but:hover
{
background: #297CAC;
text-decoration: none;
}

.contact-info a
{
color: #000000;
}

.footer-text-title a:hover
{
color :#297CAC
}

.contact-info a:hover
{
	color: #297CAC;
}
.footer-icon {
	width: 18px;
	height: 18px;
	fill: #ffffff;
	margin-right: 10px;
}

.footer-subscribe-desc
{
	color: #ffffff;
	line-height: 24px;
}

.footer-subscribe-container {
	margin-top: 29px;
	position: relative;
	width: 262px;
}

.footer-subscribe-input {
	border: 2px solid #3e4892;
	height: 42px;
	padding-right: 36px;
	padding-left: 10px;
	background: transparent;
	position: relative;
	z-index: 2;
	color: #ffffff;
	width: 262px;
	box-sizing: border-box;
	font-size: 16px;
}


.footer-subscribe-container:before
{
	display: block;
	content: "";
	width: 100%;
	height:100%;
	position: absolute;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.2);
}

.footer-subscribe-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 38px;
	height: 36px;
	cursor: pointer;
	background: 0;
	z-index: 6;;
}
.footer-subscribe-button svg
{
	fill: #ffffff;
	width: 21px;
}


.footer-subscribe-button:hover svg {
	fill: #3b4fe3;
}



input.footer-subscribe-input.placeholder {
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input.footer-subscribe-input:-moz-placeholder {
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input.footer-subscribe-input::-moz-placeholder{
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input.footer-subscribe-input:-ms-input-placeholder {
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

input.footer-subscribe-input::-webkit-input-placeholder {
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}



input.footer-subscribe-input:focus.placeholder {
	color: transparent
}

input.footer-subscribe-input:focus:-moz-placeholder {
	color: transparent
}

input.footer-subscribe-input:focus::-moz-placeholder {
	color: transparent
}

input.footer-subscribe-input:focus:-ms-input-placeholder{
	color: transparent
}

input.footer-subscribe-input:focus::-webkit-input-placeholder {
	color: transparent
}



.subscribe-icon {
	width: auto;
	height: 12px;
	fill: #ffffff;
}

.footer-bottom-section {
	border-top: 1px solid #3e4892;
	padding-top: 30px;
	color: #ffffff;;
}
.footer-bottom-section a
{
	color: #ffffff;
}
.footer-bottom-section a:hover
{
	color: #3b4fe3;
}

.footer-links a
{
	display: inline-block;
	margin-left: 40px;
}
.footer-links a:first-child
{
	margin-left: 0;
}


.footer-link {
	color: #ffffff;
	cursor: pointer;
}

.footer-link:hover,
.footer-link:focus {
	color: #2D9AD8;
}



.footer-subscribe-block .footer-text-title
{
border-color: transparent;
}




.footer-subscribe-block.open  .footer-text-title
{
	border-color: rgba(255, 255, 255, 0.4);
}

.footer-copyright
{
	float: left;
	max-width: 40%;;
}
.footer-links
{
	float: right;
	max-width: 50%;;
}

@media (max-width: 1199px) {
	body{
		padding-bottom: 430px;
	}

	.footer {
		min-height: inherit;
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 14px;
		height: 430px;
	}
	.footer-bottom-section {
		padding-top: 17px;
	}
	.footer-top-section {
		padding-bottom: 20px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.footer-logo::before {
		width: 180px;
		height: 58px;
	}
	.footer-text-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.footer-contact-info {
		margin-bottom: 17px;
	}

	.footer-subscribe-container
	{
		width: 100%;;
	}

	.footer-subscribe-input
	{
		width: 100%;
		font-size: 14px;;
	}
	.footer-contact-btn {
		margin-top: 76px;
	}

	

}



@media (max-width: 767px) {

	
	
	.footer-middle-container
	{
		position: relative;
	}
.footer-contact-btn
{


	position: absolute;
	top: -79px;
	right: 0;
	margin-toP: 0!important;
}
.footer-top
{
	height: auto;
}
.footer-menu-items
{


columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}

body
{
	font-size: 15px;
}
.footer
{
	height: auto;
	position: static;
	padding-bottom: 33px;;
}
	header
	{
		height: 80px;
	}
	.main-menu {
		padding: 11px 0 0px 0;
	}
	.main-menu
	{
		top: 50px;
		line-height: 24px;;
	}
	.menu-mobile-additional
	{
		display: block;
	}

	body {
		padding-bottom: 0;
	}
	footer {
		position: static;
	}
	.footer {
		padding-top: 30px;
	}
	.footer-logo {
		margin-bottom: 35px;
	}
	.footer-top-section {
		display: block;
	}
	.footer-socials-container {
		margin-bottom: 35px;
	}
	.footer-left-container,
	.footer-middle-container,
	.footer-right-container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.footer-text-title {
		font-size: 16px;

		margin-bottom: 15px;
	}
	.footer-middle-container {
		margin-bottom: 24px;
	}
	.footer-right-container {
		margin-bottom: 20px;
	}

	.footer-subscribe-container {
		margin-top: 13px;
	}
	.footer-top
	{
		padding-bottom: 0;
	}
	.footer-bottom-section
	{
		text-align: center;
	}

	.footer-subscribe-container
	{
		max-width: 300px;
	}


	

.header .lang:hover {
    overflow:hidden;
}
.header .lang.open
{
	overflow:visible;
}
}	







