.home-about {
	margin-bottom: 109px;
  }


  .search-results-dropdown {
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: calc(100% + 2px);
	right: 0;
	max-width: 685px;
	min-width: 200px;
	padding: 6px 0;
	z-index: 10;
	font-size: 14px;
	line-height: 18px;
	max-height: 320px;
	overflow: auto;
	display: none;
}
.search-results-link {
	display: block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 12px 15px;
	margin-bottom: 1px;
	border-bottom: 1px solid #DBE2E8;
	color: #8A8D95;
}

.search-results-link:hover {
	color: #235788;
	background: #F2F6F8;
}
  
.home-about-title strong {
	
	
	overflow: hidden; 

	white-space: nowrap;
	margin: 0 auto; 
	letter-spacing: .15em; 
	
}

 

  
  .home-about-banner {
	height: 500px;
	padding-bottom: 82px;
    display: table;
	width: 100%;
  }
  
  .home-about-title {
	font-size: 46px;
	line-height: 60px;
	font-family: "firago-bold";
	color: #FFFFFF;
	display: block;
  }
  
  .home-about-hight-text
  {
	display: inline-block;
  }
  
  .home-about-title strong {
	display: inline-block;
	background: #ffac55;
	color: #09114C;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-transform: uppercase;
	margin-toP: 23px;
	padding: 2px 4px;
	letter-spacing: 2px;
	line-height: 53px;
  }
  :lang(ka) .home-about-title strong {
	font-feature-settings: 'case' on;
  }
  
  .home-about-banner-text {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
  }
  
  .home-about-banner-desc {
	width: 650px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding-top: 76px;
	margin-toP: 24px;
	position: relative;
  }
  
  .home-about-banner-desc:before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0 auto
  }
  
  .home-about-banner-desc:after {
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
  }
  
  .home-about-block {
	margin-tOP: -61px;

  }
  
  .home-about-left {
	float: left;
	width: 50%;
	padding: 71px 79px 87px 80px;
	line-height: 33px;
	;
  }
  
  .home-about-right {
	float: right;
	width: 50%;
  }
  
  .home-about-img {
	height: 570px;
  }
  
  .home-about-left p {
	margin-toP: 27px;
  }
  
  .home-about-left p:first-child {
	margin-toP: 0px;
  }
  
  .home-about-text-desc {
	margin-top: 69px;
	line-height: 26px;
  }
  /* News Slider */


.news-more-but-bl .more-btn
{
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}
.news-prev,
.news-next {
  position: relative;
  width: 40px;
  height: 40px;
  background: #eff0f5;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.news-prev {
  transform: rotate(180deg);
}

.news-prev:hover,
.news-next:hover {
  background: #3b4fe3
}

.news-prev:hover svg,
.news-next:hover svg {
  fill: #ffffff;
}

.news-next {
  margin-left: 5px;
}

.news-prev .bx-prev,
.news-next .bx-next {
  display: block;
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.news-slider-container .bx-wrapper .bx-viewport
{
	-moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border:0px solid #fff;
    left: 1px;
    background: #fff;

}

  .news-slider-item
  {

	display: block;
  }
  .news-slider-item:hover
  {

	display: block;
  }

  .home-news-block {
	margin-tOP: -61px;
	padding: 60px 95px 30px 30px;

  }
  
  .home-news-block .block-title a
  {
	color: #09114c;
  }
  .home-news-block .block-title a:hover
  {
	color: #3b4fe3;
  }
  .home-news-block .title-center
  {
	padding-left: 39px;
  }

  .home-news-block .block-title
  {
	margin-bottom: 42px;
  }

  .news-slider-date
  {
	  background: #ffac55;
	  font-size: 15px;
	  color: #ffffff;
	  font-family: "firago-semibold";
  display: inline-block;
	  border-radius: 2px;
	  -webkit-border-radius: 2px;
	  min-height: 36px;
	  padding: 10px 22px 8px 22px;
	  line-height: 16px;
	  margin-bottom: 22px;
	  position: static;
  }
  
  .home-news-img-bl
  {
	margin-right: 2px;
	width: 51.7%;
  }

.home-news-img
{
	
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;

	aspect-ratio: 1.743 / 1;
		
	background-size: cover!important;
		 height: 300px;
	 width: 100%

}
.home-news-img:hover
{
	opacity: 0.9;
}
.home-news-igm-tag
{
	width: 100%;
}
.news-slide
{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}



.news-slider-textbox
{
	width: 48.3%;
	padding-right: 64px;
	padding-left: 30px;
}

.news-slider-textbox-in
{
	height: 253px;
}

.news-slider-title
{
	font-size: 18px;
    font-feature-settings: 'case' on;
	line-height: 24px;


	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #09114C;
      font-family: "firago-semibold";
    margin-bottom: 18px;
    max-height: 48px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}

.news-slider-title:hover
{
	color: #3b4fe3;
}

.news-slider-text
{
	color: #000000;
	font-size: 16px;
	line-height: 24px;


	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 120px;
}
.news-more-but-bl
{
	margin-top: 20px;
}



.news-slider-container .bx-wrapper .bx-pager,.news-slider-container .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -65px;
    width: 100%;
}
.news-slider-container .bx-wrapper .bx-pager.bx-default-pager a
{
	background: #dddddf;
	width: 10px;
    height: 10px;
    margin: 0 15px;
}

.news-slider-container .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.news-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: #ffac55;
}

.news-slider-container .bx-wrapper
{
	margin-bottom: 100px;
}
 /*
body{

	background: url('../images/news-slider.png') no-repeat center top;

}	
*/

@media (max-width: 1199px) {

	.news-slider-textbox {
	
		padding-right: 30px;
		padding-left: 10px;
	}

	

.news-slider-date
{
	margin-bottom:  14px;
}

.news-slider-title
{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;;
	max-height: 44px;
}

.news-slider-text {
    font-size: 15px;
    line-height: 22px;
	max-height: 110px;
}
.news-slider-textbox-in {
    height: 212px;
}

.news-more-but-bl
{
	margin-top: 19px;;
}

.home-news-block
{
	padding-right: 40px;
}

.news-slider-container .bx-wrapper .bx-pager, .news-slider-container .bx-wrapper .bx-controls-auto
{
	bottom: -63px;
}
.news-slider-container .bx-wrapper
{
	margin-bottom: 77px;
}
 .home-news-img
 {
	width: 100%;
	height: 26vw;
 }

}

@media (max-width: 1023px) {
	.home-about  .home-news-block .block-title
	{
		margin-bottom: 47px;;
	}

	.news-slider-textbox {
		padding-right: 30px;
		padding-left: 0px;
	}


	.home-news-block {
		padding:40px 60px 30px 40px;
	}
	.news-slide
	{
		display: block;
		position: relative;
		padding-bottom: 240px;
		padding-left: 20px;
	}

.home-news-img-bl
{
	width: auto;
	
	
}


.home-news-block .title-center
{
	padding-left: 0;
}

.news-slider-title {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-bottom: 13px;
    max-height: 24px;

}

.news-slider-textbox
{
	width: auto;
	position: absolute;
	bottom: 0;
}



.news-slider-text {
 
    line-height: 24px;
 


    -webkit-line-clamp: 4;
    line-clamp: 4;

    max-height: 92px;
}

.news-slider-textbox-in {
    max-height: 182px;
	height: auto;
}
.news-slider-textbox
{
	height: 220px;
}
 .home-news-img
 {
	width: 100%;
	height: 49vw;
 }


}

@media (max-width: 767px) {
	.news-prev, .news-next {
		position: relative;
		width: 35px;
		height: 35px;
	}
.home-about-banner-desc {
    width: 79%;
}
.news-slider-title
{
	font-size: 16px;
}
	.home-news-block {
		padding: 25px 20px 25px 0px;
	}

	.home-about .home-news-block .block-title
	{
		margin-bottom: 27px;
	}

	
	.news-slider-title {

		line-height: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		margin-bottom: 13px;
		max-height: 48px;
	}

	.news-slider-text {
		line-height: 24px;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		max-height: 120px;
	}

	.news-slider-textbox {
		height: 270px;
	}



	.news-slider-textbox-in {
		max-height: 240px;
		height: auto;
	}


	.news-more-but-bl {
		margin-top: 15px;
	}
	.news-slide {
	
		padding-bottom: 285px;
	}

	.news-slider-textbox
	{

		padding-right: 0;
	}


	.news-slider-container .bx-wrapper {
		margin-bottom: 60px;
	}

	.news-slider-container .bx-wrapper .bx-pager, .news-slider-container .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

}
  /* global */
  
  .block-title {
	font-feature-settings: 'case' on;
	font-size: 30px;
	position: relative;
	color: #09114c;
	margin-bottom: 51px;
  }
  
  .title-white {
	color: #ffffff;
  }
  
  .title-center {
	text-align: center;
	position: relative;
	;
  }
  
  .title-center .block-title {
	display: inline-block
  }
  
  .block-title span {
	position: relative;
	z-index: 2;
  }
  
  .block-title:before {
	display: block;
	content: "";
	width: 110px;
	height: 12px;
	background: #ffac55;
	position: absolute;
	bottom: 1px;
	left: -3px;
	z-index: 1;
  }
  
  .more-but-bl {
	margin-top: 67px;
  }
  
  .more-btn {
	font-feature-settings: 'case' on;
	color: #8D8E94;
	font-size: 15px;
	font-family: "firago-semibold";
  }
  
  .more-btn svg {
	width: 15px;
	fill: #8D8E94;
	margin-left: 7px;
	vertical-align: middle;
	margin-toP: -2px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
  }
  
  .more-btn:hover {
	color: #3b4fe3;
  }
  
  .more-btn:hover svg {
	fill: #3b4fe3;
  }
  
  .block-top-more {
	color: #ffffff;
	font-feature-settings: 'case' on;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 20px;
  }
  
  .block-top-more:hover {
	color: #ffffff;
	text-decoration: underline;
  }
  
  .block-top-more svg {
	fill: #ffffff;
	width: 16px;
	margin-left: 10px;
  }
  
  
  /* home services */
  
  .home-services {
	padding: 90px 0 169px;
	background: url('../images/services-bg.svg') no-repeat center top;
	background-size: contain;
	background-color: #3b4fe3;
  }
  
  .service-ic {
	display: block;
	width: auto;
	height: 60px;
	margin-bottom: 52px;
  }
  
  .services-slide-link {
	display: block;

	padding: 40px 59px 36px 40px;
	position: relative;
	height: 250px;
  }
  .home-services .services-slide-link
  {
	  background: #ffffff;
  }
  
  
  .service-title {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 31px;
	color: #09114c;
	padding-right: 64px;
  }
  
  :lang(ka) .service-title {
	font-feature-settings: 'case' on;
  }
  
  .home-services .bx-wrapper {
	margin-bottom: 0;
  }
  
  .home-services .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
	background: transparent;
	height: auto!important;
  }
  
  .services-more {
	position: absolute;
	bottom: 35px;
	right: 30px;
  }
  
  .services-more svg {
	width: 46px;
	fill: #eff0f5;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
  }
  
  .services-slide-link:hover svg {
	fill: #3b4fe3
  }
  
  .services-slide-link:hover {
	background: #f9d1a6;
  }
  
  .services-slide-link:before {
	display: block;
	content: "";
	background: url('../images/services-dottes.svg') no-repeat center center;
	background-size: contain;
	width: 13px;
	height: 43px;
	position: absolute;
	right: 31px;
	top: 38px;
  }
  
  .home-services .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	margin: 0 15px;
	opacity: 0.3;
  }
  
  .home-services .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1;
	background: #ffffff;
  }
  
  .home-services .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
	bottom: -65px;
  }
  
  
  /* home partners */
  
  .home-partners {
	padding: 91px 0 60px 0;
	background: #ffffff;
  }
  
  .block-top-arrows {
	position: absolute;
	top: -2px;
	right: 0;
  }
  
  .partners-slide {
	display: table;
  }
  
  .partners-slide-link {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: center;
	filter: grayscale(100%);
	opacity: 0.6;
  }
  
  .partners-slide-link:hover {
	filter: grayscale(0%);
	opacity: 1;
  }
  
  .partners-slide-img {
	max-height: 70px;
	max-width: 134px;
  }

  .part-slide-img {
	max-height: 90px;
	max-width: 160px;
  }
  
  .home-partners .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: 0px solid #fff;
	left: 0px;
	background: transparent;
	height: auto!important;
  }
  
  .home-partners .bx-wrapper img {
	display: inline-block;
	max-width: 134px;
  }
  
  .home-partners .block-title {
	margin-bottom: 67px;
  }
  
  .partners-prev,
  .partners-next {
	position: relative;
	width: 40px;
	height: 40px;
	background: #eff0f5;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
  }
  
  .partners-prev {
	transform: rotate(180deg);
  }
  
  .partners-prev:hover,
  .partners-next:hover {
	background: #3b4fe3
  }
  
  .partners-prev:hover svg,
  .partners-next:hover svg {
	fill: #ffffff;
  }
  
  .partners-next {
	margin-left: 5px;
  }
  
  .partners-prev .bx-prev,
  .partners-next .bx-next {
	display: block;
	font-size: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  
  .block-top-arrows svg {
	width: 16px;
	fill: #8d8e94;
	margin-tOP: 13px;
  }

  
.popup-bl {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popup-bl:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: black;
    opacity: 0.34;
}


.message-popup-block {
    border-radius: 6px;
    -webkit-radius: 6px;
    max-width: 600px;
    margin: auto;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: #ffffff;
}
.message-popup-title
{
	background: #f1f2f5;
    padding: 17px 15px 19px;
    font-size: 15px;
    color: #09114c;
    font-weight: bold;
    border-top-left-radius: 6px;
    -webkit-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-top-right-radius: 6px;
}

.message-popup-close {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 40px;
    padding-toP: 15px;
    text-align: center;
    cursor: pointer;
}
.message-popup-close:hover svg{
	fill:#09114c;
}
.message-popup-content {
    padding: 34px 25px 40px;
}
.message-popup-message {
    text-align: center;
    color: #8A8D95;
    font-size: 16px;
    line-height: 24px;
    padding: 0 55px;
}

.message-popup-message strong{
	color: #3b4fe3;
	font-weight: bold;
}


.message-popup-close svg {
    width: 14px;
    height: 14px;
    opacity: 0.3;
    vertical-align: middle;
}
  
  @media (max-width: 1199px) {
	.block-top-more {
	  top: 9px;
	}
	.home-partners {
	  padding-top: 58px;
	}
	.home-about-left {
	  padding: 45px 36px 50px 41px;
	}
	.home-about-text-desc {
	  margin-top: 50px;
	}
	.home-about-banner {
	  height: 500px;
	}
	.home-about-title {
	  font-size: 40px;
	}
	.home-about-img {
	  height: 482px;
	}
	.more-but-bl {
	  margin-top: 35px;
	}
	.home-about {
	  margin-bottom: 76px;
	}
	.home-services {
	  padding: 58px 0 125px;
	}
  }
  
  @media (max-width: 1023px) {

	.popup-message
	{
padding: 0
	}
	.search-results-dropdown
	{
		right: 0;
		max-width: 500px;
		min-width: 270px;
	}
	.home-about-banner {
	 height: 430px;
	  padding-bottom: 86px
	}
	.home-about-title {
	  font-size: 27px;
	  line-height: 26px;
	}
	.home-about-banner-desc:after {
	  height: 30px;
	}
	.home-about-banner-desc:before {
	  top: 30px;
	}
	.home-about-banner-desc {
	  padding-top: 55px;
	  font-size: 16px;
	}
	.home-about-title strong {
	  line-height: 34px;
	  margin-toP: 17px;
	}
	.home-about-img {
	  height: 332px;
	}
	.home-about .block-title {
	  font-size: 24px;
	  margin-bottom: 16px;
	}
	.home-about-left {
	  padding: 20px 20px 13px 30px;
	}
	.home-about-left p {
	  margin-toP: 15px;
	}
	.home-about-text-desc {
	  margin-top: 15px;
	  font-size: 14px;
	  line-height: 25px;
	}
	.more-but-bl {
	  margin-top: 16px;
	  line-height: 15px;
	}
	.home-about-left {
	  width: 53%;
	}
	.home-about-right {
	  width: 47%;
	}
	.block-title:before {
	  height: 7px;
	  bottom: 5px;
	}
	.title-center .block-title:before {
	  height: 7px;
	  bottom: 2px;
	}
	.footer-left-container {
	  float: none;
	  width: 100%;
	}
	.block-title {
	  font-size: 24px;
	  margin-bottom: 47px;
	}
	.home-about {
	  margin-bottom: 60px;
	}
	.home-services {
	  padding: 42px 0 102px;
	}
	.footer-logo {
	  display: inline-block;
	}
	.footer-socials-container {
	  float: right;
	}
	.footer-left-container:before,
	.footer-left-container:after {
	  display: block;
	  content: "";
	  clear: both
	}
	.footer-right-container {
	  width: 34%;
	}
	.footer-middle-container {
	  width: 35%;
	}
	.footer-middle-links {
	  width: 31%;
	}
	.footer-left-container {
	  font-size: 13px;
	}
	.footer-contact-info {
	  margin-bottom: 7px;
	}
	.footer-text-title {
	  font-size: 15px;
	  margin-bottom: 17px;
	}
	.footer-contact-btn {
	  margin-top: 39px;
	}
	.footer-contact-btn .btn {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.btn {
	  line-height: 16px;
	}
	.block-top-arrows {
	  top: -6px;
	}
  }
  
  @media (max-width: 767px) {

	.message-popup-block{
		width: 350px;
	}

	.search-results-dropdown
	{
		right: -40px;
		max-width: 340px;
		min-width: 270px;
	}
	.home-about {
	  margin-bottom: 30px;
	}
	.block-top-more {
	  top: 4px;
	}
	.home-about .block-title {
	  font-size: 21px;
	}
	.partners-slide-link {
	  height: 60px;
	}
	.home-partners .bx-wrapper img {
	  max-width: 80px;
	  max-height: 60px;
	}
	.block-top-arrows svg {
	  margin-tOP: 10px;
	}
	.partners-next {
	  margin-left: 1px;
	}
	.home-services .bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
	  bottom: -45px;
	}
	.home-services {
	  padding: 42px 0 70px;
	}
	.home-partners {
	  padding-bottom: 35px;

	}
	.footer-logo::before {
	  width: 140px;
	  height: 41px;
	}
	.footer-socials-container {
	  float: none;
	}
	.footer-copyright,
	.footer-links {
	  float: none;
	  max-width: 100%;
	}
	.footer-links {
	  margin-top: 20px;
	}
	.block-title {
	  font-size: 21px;
	  margin-bottom: 27px;
	}
	.partners-prev,
	.partners-next {
	  position: relative;
	  width: 35px;
	  height: 35px;
	}
	.home-partners .block-title {
	  margin-bottom: 36px;
	}
	.home-about-block {
	  padding-top: 394px;
	  position: relative;
	}
	.home-about-img {
	  height: 345px;
	  padding-bottom: 90px;
	}
	.home-about-text-desc {
	  font-size: 15px;
	  line-height: 28px;
	}
	.home-about-left {
	  padding: 20px 15px 36px 15px;
	}
	.more-but-bl {
	  margin-top: 24px;
	}
	.home-about-left {
	  float: none;
	  width: 100%;
	}
	.home-about-right {
	  float: none;
	  width: 100%;
	  position: absolute;
	  toP: 0;
	  left: 0;
	}
	
	.home-about-title {
	  font-size: 17px;
	  line-height: 20px;
	  letter-spacing: 1px;
	}
	.home-about-banner-desc {
	  padding-top: 20px;
	  font-size: 13px;
	  line-height: 27px;
	}
	.home-about-title strong {
	  line-height: 25px;
	  margin-toP: 15px;
	}
	
	.home-about-banner-desc:after {
	  height: 18px;
	}
	.home-about-banner-desc:before {
	  top: 18px;
	}
	.home-about-banner-desc:before {
	  width: 7px;
	  height: 7px;
	}
	.home-about-banner-desc {
	  padding-top: 31px;
	  margin-toP: 17px;
	}
	.home-about-banner-desc {
	  width: 100%;
	}
	.main-logo {
	  width: 173px;
	  height: 48px;
	  margin-top: 18px;
	}
	.header .lang {
	  margin-top: 25px;
	}
	.header-center {
	  top: 30px
	}
	.search:before {
	  display: block;
	  content: "";
	  position: absolute;
	  width: 130px;
	  height: 100%;
	  background: #ffffff;
	  z-index: 4;
	  right: 0
	}
	.search-button {
	  position: relative;
	}
	.search {
	  margin-top: 27px;
	  -moz-transition: all .3s;
	  -o-transition: all .3s;
	  -webkit-transition: all .3s;
	  transition: all .3s
	}
	.header-right .search {
	  position: relative;
	  right: 0;
	}
	.header .lang {
	  z-index: 2;
	}
	.search .search-input,
	.search .search-button {
	  z-index: 5;

	}
	.header-right .search.open {
	  right: -8px;
	}
	.header-contact {
	  display: none;
	}
	.header-contact-mobile {
	  display: block;
	}
	.menu-mobile-additional {
	  background: #d9d9d9;
	  padding: 9px;
	}
	.main-menu li {
	  display: block;
	}
  }
