/*================all=================*/
body {}
.home {}
a {
  text-decoration: none;
}
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1600px) {
  .col-my-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-my-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}
@media (max-width: 1999px) {
  .container {
    max-width: 100%;
  }
}
/*==rgba(255, 255, 255, 1)============*/
/*==rgba(4, 88, 248, 1)===============*/
/*----------------all-----------------*/
/* ===============inner============== */
.inner-select {
  margin-top: 38px;
}
.company-img {}
.company-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.company-name {
  margin-top: 10px;
}
.company-name a {
  font-weight: 700;
  color: #777;
}
.company-name a:hover {
  color: rgba(0, 88, 255, 1);
}
.company-region {
  margin-top: 5px;
}
.company-region span {
  font-weight: 500;
}
.company-district {
  margin-top: 5px;
}
.company-district span {}
.company-phone {
  margin-top: 5px;
}
.company-phone a {
  color: #212529;
}
.company-phone a:hover {
  color: rgba(0, 88, 255, 1);
}
.company-country {}
.company-country span {}
.company-location {
  margin-top: 10px;
}
.company-location a {}
.company-location a img {
  margin-right: 10px;
}
.company-location a span {}
.company-national {
  margin-top: 10px;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.company-national span {
  font-weight: 500;
}
@media (min-width: 768px) {
  .company-img img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .company-in {
    box-shadow: 6px 6px 18px rgb(0 0 142 / 20%);
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
  }
  .company-search {
    margin-top: 28px;
  }
}
@media (min-width: 1400px) {
  .company-region span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
  }
}
@media (max-width: 1199px) {
  .company-search {
    margin-top: 15px;
  }
  .company-in {
    margin-top: 15px;
  }
}
/* ---------------inner-------------- */
/* ===============contact============ */
.map {}
.map #map {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .map #map {
    height: 500px;
  }  
}
@media (max-width: 767px) {
  .map #map {
    height: 300px;
  }  
}
/* ---------------contact------------ */
/* ===============pdf================ */
.pdf {
  display: flex;
  align-items: center;
  background-color: rgba(242, 247, 254, 1);
  padding: 10px;
  border-radius: 8px;
  margin-top: 30px;
}
.pdf-icon {
  width: 80px;
}
.pdf-icon a {}
.pdf-icon a img {}
.pdf-right {
  width: calc(100% - 80px);
}
.pdf-title {}
.pdf-title a {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.pdf-link {}
.pdf-link a {}
/* ---------------pdf---------------- */
/* ===============leader============= */
.leader {
  margin-top: 30px;
}
.leader-image {}
.leader-image img {
  width: 100%;
  border-radius: 5px;
}
.leader-name {}
.leader-name span.right {
  font-weight: 700;
  font-size: 18px;
}
.leader-position {
  margin-top: 10px;
}
.leader-position span.right {
  font-weight: 700;
  font-size: 18px;
  color: rgba(4, 88, 248, 1);
}
.leader-phone {
  margin-top: 10px;
}
.leader-phone a {
  color: rgb(33 37 41);
}
.leader-reception {
  margin-top: 10px;
}
.leader-reception span.right {}
.leader-right span.left {
  color: rgba(102, 102, 102, 1);
}
.accordion-nav {
  display: flex;
  flex-wrap: wrap;
}
.accordion-nav h2 {
  margin-right: 15px;
}
.accordion-nav .accordion-button {
  background-color: #e7f1ff;
  margin-right: 10px;
  border-radius: 5px;
}
.accordion-nav .accordion-button {}
.text-justify {
  text-align: justify;
}
@media (max-width: 767px) {
  .leader-right {
    margin-top: 10px;
  }
}
/* ---------------leader------------- */
/* ===============video============== */
.play {
  position: relative;
}
.play:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 88, 255, 0.3);
  border-radius: 5px;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.video-title {
  margin-top: 10px;
}
.video-title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  height: 48px;
}
/* ---------------video-------------- */
/* ===============foto=============== */
.foto {
  margin-top: 30px;
}
.foto-in {}
.foto-in img {
  width: 100%;
  border-radius: 5px;
}
.image {
  position: relative;
}
.image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 88, 255, 0.3);
  border-radius: 5px;
  background-image: url(../img/image.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .foto-in img {
    height: 250px;
    object-fit: cover;
  }
}
/* ---------------foto--------------- */
/* ===============detail============= */
.detail {}
.detail-title {
  margin-top: 10px;
}
.detail-title span {
  font-weight: 700;
  font-size: 24px;
  color: rgb(4 88 248);
}
.detail-date {
  margin-top: 5px;
}
.detail-date span {
  font-weight: 600;
}
.detail-description {
  margin-top: 10px;
}
.detail-description span {
  font-size: 18px;
  color: rgba(102, 102, 102, 1);
}
.detail-owl {
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.detail-img {
  border-radius: 5px;
  overflow: hidden;
}
.detail-img img {
  border-radius: 5px;
  min-height: 400px;
}
.detail-owl .owl-dots {
  text-align: center;
}
.detail-owl .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 1);
  margin-left: 2px;
  margin-right: 2px;
}
.detail-owl .owl-dots button.active {
  background-color: rgba(0, 88, 255, 1);
}
.detail-content {
  margin-top: 10px;
}
.detail-content img {}
.detail-content p {}
/* ---------------detail------------- */
/* ===============pagination========= */
.my-pagination {
  margin-top: 36px;
}
.pagination {
  justify-content: center;
}
.pagination li {}
.pagination li button {
  color: rgba(4, 13, 31, 1);
}
.pagination li button.active {}
/* ---------------pagination--------- */
/* ===============news=============== */
.news {
  margin-top: 30px;
}
.news-in {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 25px;
  margin-top: -50px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid rgba(240, 240, 240, 1);
}
.news-img {}
.news-img a {}
.news-img a img {
  width: 100%;
  border-radius: 15px;
  height: 260px;
  object-fit: cover;
}
.news-title {}
.news-title a {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list-date {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.news-list-date span {}
.news-list-date a {}

/* ---------------news--------------- */
/* ===============left=============== */

@media (min-width: 1400px) {
  .home-left {
    border-right: 1px solid rgba(240, 240, 240, 1);
    min-height: 100vh;
    height: 100%;
  }
}
/* ---------------left--------------- */
/* ===============right============== */
.news-card {
  padding-top: 30px;
}
.news-title {}
.news-title span {
  font-weight: 600;
  font-size: 22px;
}
.news-item {
  margin-top: 15px;
  border-bottom: 1px solid rgba(208, 224, 255, 1);
  padding-bottom: 15px;
}
.news-date {
  background-color: rgba(208, 224, 255, 1);
  border-radius: 15px;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
}
.news-m {}
.news-m span {
  font-size: 15px;
  color: rgba(122, 134, 161, 1);
}
.news-link {}
.news-link a {
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
}
@media (min-width: 1400px) {
  .home-right {
    background-color: rgba(242, 247, 254, 1);
    min-height: 100vh;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .home-right {
    display: none;
  }
}
/* ---------------right-------------- */
/*================stat================*/
.stat-1 {
  margin-top: 30px;
}
.stat-title {}
.stat-title span {
  color: rgba(90, 96, 127, 1);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.stat-number {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stat-number span {
  font-weight: 600;
  font-size: 28px;
  color: rgba(19, 21, 35, 1);
}
.stat-pro {}
.stat-pro span.green {}
.stat-pro span.red {}
.stat-pro svg {}
.stat-pro span.simple {
  font-size: 12px;
  font-weight: 300;
  color: rgba(126, 132, 163, 1);
}
.stat-card {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 1px 4px rgba(21, 34, 50, 0.08);
  background-color: rgba(255, 255, 255, 1);
}
.stat-icon {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.stat-icon img {
  width: 100%;
}
.stat-2 {
  margin-top: 30px;
}
.stat-yellow {
  margin-top: 15px;
}
.stat-yellow img {
  max-width: 100%;
}
.adentiya {
  margin-top: 15px;
}
.adentiya-in {
  display: flex;
  align-items: center;
}
.adentiya-in img {}
.adentiya-in span {
  font-weight: 600;
  font-size: 28px;
  color: rgba(19, 21, 35, 1);
  margin-left: 10px;
}
.adentiya-span {
  margin-top: 5px;
}
.adentiya-span span {
  color: rgba(90, 96, 127, 1);
}
.stat-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
}
.stat {}
.stat-simple {
  margin-top: 30px;
}
.stat-out span {
  font-weight: 600;
  font-size: 28px;
  color: rgba(19, 21, 35, 1);
  margin-right: 10px;
}
.stat-out img {
  max-height: 100%;
}
.highcharts-scrolling {}
.highcharts-scrolling::-webkit-scrollbar {
  height: 10px;
}
.highcharts-scrolling::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.highcharts-scrolling::-webkit-scrollbar-thumb {
  background: rgb(155, 161, 233);
  border-radius: 3px;
}
.highcharts-scrolling::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.highcharts-credits {
  display: none;
}
/*----------------stat----------------*/
/*================map=================*/
.map-content {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 15px;
}
.map-stat {
  box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
  border-radius: 8px;
  margin-top: 10px;
}
.map-card {}
.map {
  position: relative;
  margin-top: 15px;
}
.map svg {
  position: relative;
  z-index: 1;
}
.map svg path {
  cursor: pointer;
}
.map-3d {
  position: absolute;
  top: 7%;
  left: -6.5%;
  width: 100%;
  transform: scale(1.13);
  z-index: 0;
}
.region-list {}
.region-title {
  min-height: 48px;
}
.region-title span {
  font-size: 14px;
  color: rgba(126, 132, 163, 1);
}
.region-list ul {
  max-height: 380px;
  overflow-y: scroll;
}
.region-list ul::-webkit-scrollbar {
  width: 6px;
}
.region-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.region-list ul::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 1);
}
.region-list ul::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
.region-list ul li {}
.region-list ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(19, 21, 35, 1);
  font-size: 14px;
  border-bottom: 1px solid rgba(230, 233, 244, 1);
}
.region-list ul li button {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(19, 21, 35, 1);
  font-size: 14px;
  border-left: none;
  border-top: none;
  border-right: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(230, 233, 244, 1);
  background-color: transparent;
  padding-left: 10px;
}
.region-list ul li a:hover,
.region-list ul li a.active {
  color: rgba(4, 88, 248, 1);
  border-bottom-color: rgba(4, 88, 248, 1);
}
.region-list ul li button:hover,
.region-list ul li button.active {
  color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(4, 88, 248, 1);
  background-color: rgba(4, 88, 248, 1);
}
.map-title {
  text-align: center;
}
.map-title span {
  font-weight: 700;
  color: rgba(96, 96, 96, 1);
  text-transform: uppercase;
}
.map svg path:hover,
.map svg path.active,
.map svg g:hover,
.map svg g.active,
.map svg g.active path {
  fill: rgb(3 222 154);
}
.map-republic {
  position: relative;
  z-index: 10;
}
@media (max-width: 1399px) {
  .map {
    padding-bottom: 60px;
  }
}
/*----------------map-----------------*/
/*================select==============*/
.select-control {
  margin-top: 15px;
}
.select-submit {
  margin-top: 10px;
  border: 1px solid rgba(0, 88, 255, 1);
  background-color: rgba(0, 88, 255, 1);
  border-radius: 5px;
  padding: 5px 15px;
  color: rgba(255, 255, 255, 1);
}
.table-select {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 0 15px 20px 15px;
  margin-top: 30px;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);

}
/*----------------select--------------*/
/*================footer==============*/
footer {
  min-height: 300px;
  background-color: rgba(4, 13, 31, 1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.f-logo {
  margin-top: 15px;
}
.f-logo a {
  display: flex;
  align-items: center;
}
.f-logo a img {
  max-width: 100px;
  margin-right: 15px;
}
.f-logo a span {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  max-width: 400px;
  text-transform: uppercase;
}
.f-social {}
.f-social-title {}
.f-social-title span {
  color: rgba(200, 200, 200, 1);
}
.f-social-in {}
.f-social-in a {
  display: inline-block;
  margin-top: 15px;
  margin-right: 30px;
}
.f-social-in a img {
  max-width: 60px;
  transition: 0.25s;
}
.f-social-in a:hover img {
  transform: scale(1.36);
}
.f-item {
  margin-top: 15px;
}
.f-item .f-link {
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}
.f-data {
  margin-top: 15px;
}
.f-left {}
.f-left span {
  font-weight: 300;
  font-size: 14px;
  color: rgba(200, 200, 200, 1);
}
.f-right {}
.f-right a {
  font-weight: 700;
  color: rgba(244, 244, 244, 1);
  display: block;
}
.f-right span {
  font-weight: 700;
  color: rgba(244, 244, 244, 1);
}
.f-line {
  border-top: 2px solid rgba(0, 88, 255, 1);
  margin-top: 30px;
}
.f-description {
  margin-top: 15px;
}
.f-description a {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.f-description span {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.uzinfocom {
  margin-top: 15px;
}
.uzinfocom a {}
.uzinfocom a img {}
@media (min-width: 576px) {
  footer {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .f-social {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .uzinfocom {
    text-align: right;
  }
}
@media (max-width: 575px) {
  footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .f-social {
    margin-top: 30px;
  }
}

/*----------------footer--------------*/
/*================link================*/
.link {}
.home-head {
  text-align: center;
}
.home-title {}
.home-title span {
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
}
.home-description {}
.home-description span {
  color: rgba(92, 92, 92, 1);
}
.home-line {
  border-top: 2px solid rgba(0, 88, 255, 1);
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.owl-link {}
.link-in {
  display: flex;
  align-items: center;
  height: 100px;
}
.link-icon {}
.link-icon a {}
.owl-carousel .owl-item .link-icon a img {
  width: auto;
  display: inline-block;
  max-width: 100px;
  max-height: 100px;
}
.link-right {
  padding-left: 15px;
}
.link-right a.left {
  display: block;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
}
.link-right a.right {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
}
.link-right a:hover {
  color: rgba(4, 88, 248, 1);
}
.owl-link .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-link .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(4, 88, 248, 1);
  margin-left: 2px;
  margin-right: 2px;
}
.owl-link .owl-dots button.active {
  background-color: rgba(4, 88, 248, 1);
}
.owl-carousel.owl-hidden {
  opacity: 1;
}
@media (min-width: 576px) {
  .home-title span {
    font-size: 40px;
  }
  .link {
    margin-top: 80px;
  }
  .owl-link {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .link-right a.left {
    min-height: 48px;
  }
}
@media (max-width: 575px) {
  .home-title span {
    font-size: 24px;
  }
  .link {
    margin-top: 30px;
  }
  .owl-link {
    margin-top: 30px;
  }
}

/*----------------link----------------*/
/*================table===============*/
.my-table {}
.my-table-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.my-table-ul li {
  margin-right: 10px;
}
.my-table-ul li a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  color: rgba(19, 21, 35, 1);
  padding: 8px 15px;
  margin-top: 15px;
  font-size: 14px;
}
.my-table-ul li a:hover {
  background-color: rgba(4, 88, 248, 1);
  color: rgba(255, 255, 255, 1);
}
.my-table-ul li a.active {
  background-color: rgba(4, 88, 248, 1);
  color: rgba(255, 255, 255, 1);
}
.my-table-content {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
}
.my-table-nav {}
.my-table-title {}
.my-table-title span {
  font-weight: 700;
  font-size: 18px;
  color: rgba(19, 21, 35, 1);
}
.my-table-in {
  margin-top: 15px;
}
.my-table-in table {}
.my-table-in table thead {}
.my-table-in table thead th {
  min-width: 200px;
}
.my-table-in table tbody {}
.my-table-in table tbody tr {}
.my-table-in table tbody tr td {
  color: rgb(33 37 41);
}
.my-table-in table tbody tr td a {
  color: rgb(33 37 41);
}
.my-table-in table tbody tr td a:hover {
  color: rgba(4, 88, 248, 1);
}
.my-table-in table tbody tr {}
.my-table-in::-webkit-scrollbar {
  height: 10px;
}
.my-table-in::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.my-table-in::-webkit-scrollbar-thumb {
  background: rgb(155, 161, 233);
  border-radius: 3px;
}
.my-table-in::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media (min-width: 768px) {
  .table-out {
    position: relative;
  }
  .table-out:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgb(222 226 230);
  }
  .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white !important;
    left: 0;
    min-width: 200px;
  }
}
/*----------------table---------------*/
/*================menu================*/
.menu-home {}
.menu {}
.menu .navbar-nav {}
.menu .navbar-nav .nav-item {
  margin-top: 2px;
  margin-bottom: 2px;
}
.menu .navbar-nav .nav-item .nav-link svg {
  margin-left: 5px;
  transition: 0.25s;
}
.menu .navbar-nav .nav-item .nav-link[aria-expanded = "false"] svg {
  transform: rotate(0deg);
}
.menu .navbar-nav .nav-item .nav-link[aria-expanded = "true"] svg {
  transform: rotate(180deg);
}
.menu .navbar-nav .nav-item ul {}
.menu .navbar-nav .nav-item ul li {}
.menu .navbar-nav .nav-item ul li a {}
.menu .navbar-nav .nav-item ul li a {}
.navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 1400px) {
  .navbar-collapse {
    display: block !important;
  }
  .navbar-toggler {
    display: none !important;
  }
  .menu .navbar-nav .nav-item .nav-link {
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .menu .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(4, 88, 248, 1);
    color: rgba(255, 255, 255, 1);
  }
  .menu .navbar-nav .nav-item .nav-link:hover svg {
    fill: rgba(255, 255, 255, 1);
  }
}
/*----------------menu----------------*/
/*================header==============*/
header.home {
  background-color: rgba(255, 255, 255, 1);
}
.header-name img {
  max-height: 60px;
  max-width: 100px;
}
.header-name span {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  margin-left: 10px;
  max-width: 450px;
  line-height: 20px;
}
.logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo a {}
.logo-in {
  text-align: center;
}
.logo-icon {
  margin-right: 15px;
}
.logo-icon img {
  max-width: 100px;
  max-height: 80px;
}
.logo-name,
.logo-namee {
  margin-top: 15px;
}
.logo-name span,
.logo-namee span {
  font-weight: 700;
  color: rgba(35, 35, 35, 1);
  font-size: 14px;
  text-transform: uppercase;
}
.header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home-search {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-search form {
  border-bottom: 1px solid rgba(92, 92, 92, 1);
}
.home-search form input {
  border: none;
  background-color: transparent;
}
.home-search form button {
  border: none;
  background-color: transparent;
}
.home-search form button svg {
  fill: rgba(0, 88, 255, 1);
}
.eye {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eye button {
  background-color: transparent;
  border: none;
}
.eye button svg {
  fill: rgba(92, 92, 92, 1);
}
.lang {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.lang-link {}
.lang-link span {
  color: rgba(19, 21, 35, 1);
  text-transform: uppercase;
}
.lang-link svg {
  margin-left: 5px;
}
.lang {}
.lang ul {
  min-width: 60px;
  z-index: 10000;
}
.lang ul li {}
.lang ul li a {}
.app-link {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.app-link a {
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(4, 88, 248, 1);
  padding: 8px 30px;
  border: 2px solid rgba(4, 88, 248, 1);
}
.app-link a:hover {
  background-color: transparent;
}
.app-link a svg {
  fill: rgba(255, 255, 255, 1);
  margin-right: 5px;
}
.app-link a:hover svg {
  fill: rgba(4, 88, 248, 1);
}
.app-link a span {
  color: rgba(255, 255, 255, 1);
}
.app-link a:hover span {
  color: rgba(4, 88, 248, 1);
}
.marquue {}
.marquue span {
  font-size: 12px;
  color: darkblue;
}
@media (min-width: 576px) {
  .header-right {
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .header-right {
    justify-content: flex-end;
    flex: 1;
  }
  .my-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-name {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1399px) {
  .logo-in {
    justify-content: center;
  }
  .header-right {
    justify-content: center;
  }
  .my-header {
    justify-content: center;
  }
  .header-name {
    text-align: center;
  }
  .header-name img {}
  .header-name span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
/*----------------header--------------*/









