:root{
  --main-black:#212121;
  --gray-main:#ebebed;
}
body,p,h1,h2,h3,h4,h5,ul,li,td,th{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  font-family: "Public Sans", sans-serif;
}
body{
  position: relative;
}
body.secure{
  height: 100vh;
  overflow: hidden;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -ms-appearance: textfield;
}

/* Customs */
button{
  border: none;
  outline: none;
}
a{
  text-decoration: none;
}
.covered{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.b-0{
  border: none;
}
.blog-anchor{
  color: #2F2B3DE5;
  text-decoration: underline;
}
.prev-page{
  color: #808390;
}
.paragraph-article{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gap-0{
  gap: 0 !important;
}
.bold{
  font-weight: 800 !important;
}
.bolder{
  font-weight: 600 !important;
}

/* Mobile Menu */
#backdrop{
  height: 100vh;
  width: 100%;
  background-color: #0000008f;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 95;
  transition: .5s;
}
#backdrop.active,#offcanvas.active{
  left: 0;
}
#offcanvas{
  height: 100vh;
  width: 400px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: calc(-100% - 80px);
  z-index: 100;
  transition: .5s;
}
.offcanvas-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
}
.offcanvas-wrapper .hamburger{
  position: absolute;
  top: 20px;
  left: calc(100% + 20px);
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.offcanvas-wrapper .header{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: .5px solid #2f2b3d1c;
}
.offcanvas-wrapper .links{
  padding: 12px 0;
  flex-grow: 1;
  overflow-y: auto;
}
.offcanvas-wrapper .links .subnav{
  margin-left: 30px;
  margin-top: 4px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.offcanvas-wrapper .links .subnav.active{
  display: flex;
}
.offcanvas-wrapper .links .subnav li a{
  color: #0000008f;
  transition: .3s;
}
.offcanvas-wrapper .links .subnav .subnav-bottom{
  margin: 4px 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.offcanvas-wrapper .links .subnav .subnav-bottom.active{
  display: flex;
}
.offcanvas-wrapper .links > li{
  cursor: pointer;
  padding: 4px 0;
  margin-bottom: 4px;
}
.offcanvas-wrapper .links > li .subnav{
  height: 0;
}
.offcanvas-wrapper .links > li .subnav .subnav-bottom{
  margin-left: 30px;
  margin-top: 4px;
}
.offcanvas-wrapper .links > li .subnav i{
  transform: rotate(-90deg);
}
.offcanvas-wrapper .links > li .subnav .subnav-bottom li a{
  color: #0000008f;
}
.offcanvas-wrapper .links > li .subnav li{
  display: none;
}
.offcanvas-wrapper .links li .subnav.active{
  height: 100%;
  margin-left: 30px;
  margin-top: 4px;
}
.offcanvas-wrapper .links li .subnav.active li{
  display: block;
  padding: 4px 0;
}
.offcanvas-wrapper .links li .subnav li a{
  color: #0000008f;
  transition: .3s;
}
.offcanvas-wrapper .links .subnav li:hover a{
  color: #212121;
}
.offcanvas-wrapper .links .subnav li.active i{
  transform: rotate(0deg);
}
.offcanvas-wrapper .links .subnav li{
  color: #0000008f;
}
.offcanvas-wrapper .links .subnav li.active{
  color: #212121;
}
.offcanvas-wrapper .links li i{
  transform: rotate(-90deg);
  transition: .3s;
}
.offcanvas-wrapper .links .offcanvas-item.active i{
  transform: rotate(0);
}
.offcanvas-wrapper .links li i::before{
  font-size: 12px;
}
.offcanvas-wrapper .socials{
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  row-gap: 16px;
}
.offcanvas-wrapper .nets h1{
  font-size: 22px;
  text-align: center;
  padding: 4px 0;
  margin: 10px 0;
}
.offcanvas-wrapper .socials a{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Select a country */
#select-a-country{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  display: none;
}
#select-a-country.active{
  display: block;
}
#select-a-country h1{
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: var(--main-black);
  margin-bottom: 80px;
  text-align: left;
  width: 100%;
}
#select-a-country .countries{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 100px;
}
#select-a-country .countries .item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  transition: .3s;
  cursor: pointer;
}
#select-a-country .countries .item img{
  width: 65px;
  height: 50px;
  border-radius: 8px;
}
#select-a-country .countries .item span{
  color: #808390;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

/* Navigation */
#navbar{
  padding: 3px;
  transition: .3s;
}
#navbar.home-navbar{
  box-shadow: none;
}
#navbar > div:first-child{
  border-bottom:0.3px solid #DDDDDD;
}
.home-navbar .hamburger i{
  color: #fff;
}
.hamburger{
  display: none;
}
.hamburger i::before{
  font-size: 22px;
  padding: 8px;
  cursor: pointer;
}
#navbar.sticky-navbar{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 75;
  color: #000;
  box-shadow:2px 2px 15px 2px #00000012;
}
.topbar_invest-searchbar{
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar_invest-options{
  display: flex;
  align-items: center;
}
.topbar_invest-options div select{
  padding: 7px 16px;
  background-color: #EBEBED;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #2F2B3DE5;
  outline: none;
  border: none;
  width: 182px;
  margin-right: 4px;
}
.topbar_invest-options div button{
  color: #fff;
  background-color: var(--main-black);
  border-radius: 4px;
  outline: none;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  transition: .3s;
}
.topbar_invest-options div button:hover{
  background-color: #00000088;
}
.topbar_invest-searchbar h1{
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #212121;
  margin-right: 160px;
}
.topbar_invest-searchbar h1.temporary-header{
  margin: 0;
  flex-grow: 1;
  display: none;
}
.home-navbar .topbar_invest-searchbar h1{
  color: #fff;
}
.searchbar-icon{
  object-fit: cover;
}
.home-navbar .searchbar-icon path{
  stroke: #fff;
}
.home-navbar .language-changer{
  color: #fff;
}
.language-changer{
  background-color: transparent;
  color: #212121;
  padding: 0px 6px;
  outline: none;
  margin-left: 40px;
  border: none;
}
.language-changer option{
  color: #000;
}
.bottom_navlinks .links{
  padding: 20px 0;
}
.home-navbar .bottom_navlinks .links li{
  color: #fff;
}
.bottom_navlinks .links li{ 
  display: flex;
  align-items: center;
  color: #212121;
  cursor: pointer;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  position: relative;
}
.bottom_navlinks .links li .subnav{
  position: absolute;
  top: calc(100% + 50px);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  left: 0;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 10px;
  transition: .3s;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  /* optional */
  box-shadow: 0px 0 10px 2px #00000017;
}
.bottom_navlinks .links li .subnav-right{
  position: absolute;
  left: calc(100% + 24px);
  width: max-content;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 10px;
  top: -16px;
  border-top-left-radius: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: .3s;
  /* optional */
  box-shadow: 0px 0 10px 2px #00000017;
}
.bottom_navlinks .links li.position-relative:hover .subnav-right{
  opacity: 1;
  visibility: visible;
  z-index: 80;
}
.bottom_navlinks .links li:hover .subnav i{
  transform: rotate(-90deg);
}
.bottom_navlinks .links li:hover .subnav {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
  z-index: 80;
}
.bottom_navlinks .links li .subnav li{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808390;
  margin-bottom: 12px;
}
.bottom_navlinks .links li .subnav li:last-child{
  margin-bottom: 0;
}
.bottom_navlinks .links li .subnav li:hover{
  color: #000;
}
.bottom_navlinks .links li .subnav a{
  color: #808390;
  transition: .3s;
}
.bottom_navlinks .links li .subnav a:hover{
  color: var(--main-black);
}
.bottom_navlinks .links li i{
  margin-left: 3px;
  font-size: 12px;
}

/* Hero */
#hero{
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: url("../images/home/hero/hero-invest-ukp-ccc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-body{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 131px);
}
.hero-title{
  z-index: 50;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.hero-title span{
  font-weight: 700;
  font-size: 70px;
  line-height: 82px;
  color: #fff;
  margin-bottom: 16px;
}
.hero-title button{
  padding: 8px 28px;
  border-radius: 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #212121;
  background-color: #fff;
  text-align: center;
  width: 320px;
  position: relative;
  z-index: 10;
  transition: .3s;
}
.hero-title button::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: .5s;
  background-color: var(--main-black);
  border-radius: 32px;
  z-index: -1;
}
.hero-title button:hover{
  color: #fff;
}
.hero-title button:hover::before{
  width: 100%;
}
.player-wrapper{
  position: absolute;
  width: 448px;
  height: 448px;
  right: -120px;
}
.video-player{
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player .box{
  width: 100%;
  height: 100%;
  position: relative;
}
.video-player .box div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video-player .layer{
  border: .5px solid #ffffff7f;
  border-radius: 100%;
  animation: wave 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.video-player .layer-1{
  animation-delay: 3s;
}
.video-player .layer-2{
  animation-delay: 2s;
}
.video-player .layer-3{
  animation-delay: 1s;
}
.video-player .layer-4{
  animation-delay: 0s;
}
.video-player .player-icon{
  width: 72px;
  height: 72px;
  background-color: #b2aeaf;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.player-icon img{
  width: 32px;
  height: 32px;
  object-fit: cover;
}
@keyframes wave{
  from{
    width: 0px;
    height: 0px;
  }
  to{
    width: 448px;
    height: 448px;
  }
}

/* News */
#news{
  padding: 80px 0;
}
.page-title,.page-title-inner-page{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.page-title-inner-page{
  margin-bottom: 28px;
}
.section-title,.section-title-inner-page{
  font-weight: 600;
  font-size: 18px;
  line-height: 21.5px;
  color: var(--main-black);
}
.page-title .more a{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #808390;
}
.news-categories{
  padding: 28px 0px;
}
.news-categories ul li{
  border-radius: 1px;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.5px;
  color: #000;
  background-color: var(--gray-main);
  cursor: pointer;
  transition: .3s;
  scroll-snap-align: start;
}
.news-categories ul li:last-child{
  margin-right: 0;
}
.news-categories ul li a{
  color: #000;
}
.news-categories ul li:first-child{
  margin-left: 0;
}
.news-categories ul li:hover{
  background-color: #f1f1f1;
}
.news-categories ul li.active{
  background-color: var(--main-black);
  color: #fff;
}
.news-categories .categories li{
  margin:0px 6px;
}
.news-categories .categories li:first-child{
  margin-left: 0;
}
#news .main-content img{
  transition: .8s;
}
.news_top-content div{
  height: 344px;
}
.news_top-content .left:hover img{
  transform: scale(1.08);
}
.news_top-content .right div:hover img{
  transform: scale(1.08);
}
.news_top-content div .content{
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background-color: #fff;
  opacity: 75%;
  border-radius: 2px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  height: max-content;
  width: calc(100% - 20px) !important;
}
.news_top-content .right{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.news-paragraph{
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: var(--main-black);
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.meta-info{
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
  margin-top: 4px;
}
.news_top-content .right div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_bottom-content{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card-item{
  border-radius: 2px;
  box-shadow: 2px 2px 15px 2px #00000018;
  padding: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.card-item .img-card{
  width: 100%;
  height: 194px;
  margin-bottom: 12px;
  overflow: hidden;
}
.card-item .img-card:hover img{
  transform: scale(1.08);
}
.news-categories .scroller{
  flex-grow: 1;
  overflow-x: hidden;
}

/* Partners */
#partners{
  padding: 48px 0;
  background-color: rgba(235, 235, 237, 0.3);
}
.slider{
  overflow: auto;
  display: flex;
  align-items: center;
  display: -webkit-box;
  padding: 30px 0;
  scroll-snap-type: x mandatory;
}
.slider::-webkit-scrollbar{
  height: 0px;
}
.slider .slide{
  margin-right: 20px;
  height: 148px;
  scroll-snap-align: start;
}
.slider .slide:hover img{
  filter: none;
  transform: scale(1.04);
}
.slider .slide img{
  filter: grayscale(100%);
  transition: .5s;
}
/* .slider .slide:last-child{
  margin-right: 0px;
} */
#partners .controllers .tab{
  width: 20px;
  height: 6px;
  border-radius: 14px;
  background-color: var(--gray-main);
  margin-right: 6px;
  cursor: pointer;
  transition: .3s;
  padding: 3px;
}
#partners .controllers .tab.active{
  background-color: var(--main-black);
}

/* Industries */
#industries{
  padding: 80px 0;
}
#industries .bottom{
  padding-top: 80px;
}
#industries .flex-container{
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 20px;
  scroll-snap-type: x mandatory;
  margin-top: 30px;
}
#industries .flex-container .grid-item{
  width: 200px;
  margin-right: 16px;
  scroll-snap-align: start;
}
#industries .grid-container{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:28px;
  margin-top: 28px;
}
#industries .grid-item{
  aspect-ratio: 1 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  box-shadow: 0 0 32px 0 #00000012;
  border-radius: 2px;
}
#industries .grid-container .grid-item span,#industries .flex-container .grid-item span{
  padding: 6px 10px;
  border-radius: 36px;
  background-color: #fff;
  color: var(--main-black);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: max-content;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
#industries .grid-container .grid-item img{
  width: 104px;
  height: 100px;
  object-fit: contain;
}
#industries .grid-container .grid-item div{
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--main-black);
  height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Investment region */
.uzbekistan-map{
  width: 600px;
  height: 400px;
}
#investment-regions{
  background-color: #f9f9fa;
  padding: 80px 0px;
}
#investment-regions .section-content{
  width: 472px;
}
#investment-regions .section-img svg path{
  transition: .3s;
  /* position: relative; */
}
#investment-regions .section-img span{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
}
#investment-regions .section-img svg path:hover{
  fill: var(--main-black);
}
#investment-regions .section-content .small-content{
  margin-top: 44px;
}
#investment-regions .section-content .small-content h2{
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: var(--main-black);
  margin-bottom: 12px;
}
#investment-regions .section-content .small-content p,#investment-regions .section-content .statistics ul li span{
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2F2B3DE6;
}
#investment-regions .section-content .statistics ul li{
  margin-top: 29px;
  max-width: 205px;
}
#investment-regions .section-content .statistics ul li h1{
  font-size: 24px;
  line-height: 28px;
  color: var(--main-black);
  font-weight: 700;
  margin-bottom: 6px;
}

/* Contact */
#contact{
  padding: 80px 0 120px 0;
}
.contact-wrapper{
  border: 1px solid #80839066;
  border-radius: 4px;
  padding: 60px;
  display: flex;
}
.contact-info{
  width: 50%;
}
.contact-info ul{
  margin-top: 68px;
}
.contact-info ul li{
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.contact-info ul li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--main-black);
  margin-right: 16px;
}
.contact-info ul li .icon img{
  width: 24px;
  height: 24px;
}
.contact-info ul li .info h3{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-black);
}
.contact-info ul li .info span{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2F2B3DE6;
}
.contact-form{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.contact-form input,.contact-form textarea{
  padding: 16px;
  border: 1px solid #80839066;
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  outline: none;
  width: 100%;
  margin-bottom: 16px;
}
.contact-form textarea{
  height: 150px;
  resize: none;
}
.contact-form input::placeholder,.contact-form textarea::placeholder{
  color: #808390;
}
.contact-form button{
  padding: 16px;
  color: #fff;
  background-color: var(--main-black);
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
  transition: .3s;
}
.contact-form button:hover{
  background-color: #373b3e;
}

/* Footer */
#footer{
  background-color: var(--main-black);
  padding: 68px 0px;
  color: #fff;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
}
#footer .left h1{
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
#footer .left span{
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #808390;
}
.footer-wrapper .middle ul a{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.footer-wrapper .middle ul a li{
  margin-bottom: 16px;
}
.footer-wrapper .right h2{
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}
.footer-wrapper .right div{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-wrapper .right div a:nth-child(3){
  flex-basis: 50%;
}

/* News Page */
#news-main, #partners-main, #industries-main{
  padding: 28px 0 120px 0;
  margin-top: 131px;
}
#content-wrapper{
  display: flex;
}
#sidebar{
  width: 25%;
  margin-right: 28px;
  padding: 24px 20px;
  box-shadow: 1px 1px 17px 3px #00000012;
  height: max-content;
  position: sticky;
  top: 157px;
  z-index: 50;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
#sidebar::-webkit-scrollbar{
  width: 12px;
}
#sidebar::-webkit-scrollbar-track{
  background: #fff;
  border-radius: 10px;
}
#sidebar::-webkit-scrollbar-thumb{
  background-color: #c8c8c8;
  border-radius: 10px;
}
#sidebar ul li:first-child{
  margin-top: 0;
}
#sidebar ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#sidebar ul li{
  margin: 12px 0;
}
#sidebar ul li i{
  margin-left: 5px;
  font-size: 9px;
  color: #808390;
  transform: rotate(-90deg);
  transition: .3s;
}
#sidebar .subnav{
  margin: 24px 0px 0px 16px;
  display: none;
}
#sidebar ul li a, #sidebar .subnav li a{
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #808390;
  transition: .3s;
  cursor: pointer;
}
#sidebar ul li a:hover{
  color: #212121;
}
#sidebar ul li:last-child{
  margin-bottom: 0px;
}
#sidebar ul li.active > a:first-child{
  color: #212121;
}
#sidebar ul li.active i{
  transform: rotate(0deg);
}
#sidebar ul li.active .subnav{
  display: flex;
}
.scrollable .left-shadow,.scrollable .right-shadow{
  position: absolute;
  top: 0;
  aspect-ratio: 1 / 1;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 2px 2px 8px 4px #fff;
  cursor: pointer;
  transition: .3s;
}
.scrollable .left-shadow:hover,.scrollable .right-shadow:hover{
  background-color: #ccc;
}
.scrollable .left-shadow.active,.scrollable .right-shadow.active{
  display: flex;
}
.scrollable .left-shadow{
  left: -10px;
}
.scrollable .right-shadow{
  right: -10px;
}
#news .scrollable .left-shadow,#news .scrollable .right-shadow{
  border-radius: 0;
}
#news .scrollable .left-shadow{
  background: linear-gradient(to right, var(--yt-spec-base-background) 20%, rgba(255, 255, 255, 0) 80%);
  left: -50px;
}
#news .scrollable .right-shadow{
  background: linear-gradient(to left, var(--yt-spec-base-background) 20%, rgba(255, 255, 255, 0) 80%);
  right: -50px;
}
.news-categories .scrollable .left-shadow, .news-categories .scrollable .right-shadow{
  box-shadow: -10px 5px 15px 45px #fff;
  aspect-ratio:initial;
  width: 50px;
}
#page-contents{
  flex-grow: 1;
  width: 75%;
}
#page-contents section.active{
  display: block;
}
#page-contents .pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
#page-contents .pagination-group{
  display: flex;
  align-items: center;
  gap: 8px;
}
#page-contents .pagination-group button{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #eeeeef;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #2f2b3d;
}
#page-contents .pagination-group button svg{
  stroke-opacity: 0.4;
}
#page-contents .pagination-group button.active svg{
  stroke-opacity: 5;
}
#page-contents .pagination-group .pages button[data-order="current"]{
  background-color: #212121;
  color: #fff;
}
#page-contents .pagination-group .pages button{
  display: none;
}
#page-contents .pagination-group .pages button.progress{
  display: block;
}
#page-contents .pagination-group .left-btns,
#page-contents .pagination-group .right-btns{
  display: flex;
  align-items: center;
  gap: 8px;
}

/* News category */
#page-contents .block-card{
  padding: 16px;
  border-radius: 2px;
  box-shadow: 1px 1px 17px 3px #00000012;
  display: flex;
  flex-direction: column;
}
#page-contents .block-card a{
  margin-bottom: 16px;
}
#page-contents .block-card .text-content a{
  margin: 16px 0 12px 0;
}
#page-contents .block-card .img-content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 274px;
  overflow: hidden;
}
#page-contents .block-card .img-content img{
  border-radius: 2px;
  transition: .5s;
}
#page-contents .block-card .img-content img:hover{
  transform: scale(1.05);
}
#page-contents .block-card .text-content{
  display: flex;
  flex-direction: column;
}
#all-news .grid-container,#videos .grid-container, #media .grid-container, #business-economics .grid-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
#webinars .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#news-main #page-contents #webinars .block-card .img-content{
  height: 168px;
}
#page-contents .block-card .text-content .meta-date{
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #4c4c4c;
}
#page-contents .block-card .text-content a{
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #212121;
}
#all-news .block-card .text-content a,#videos .block-card .text-content a{
  margin: 16px 0 12px 0;
}

/* Events category */
#events .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#events .event-periods{
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
#events .event-periods .past-events{
  display: none;
}
#events .event-periods .past-events.on{
  display: block;
}
#events .event-periods .periods{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
}
#events .event-periods .years{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#events .event-periods .months{
  display: grid;
  grid-template-columns: repeat(12,1fr);
}
#events .item{
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #AFAFAF;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  text-align: center;
}
#events .event-periods .item.active{
  border-bottom: 2px solid #4C4C4C;
}
#events .block-card .text-content .event-info{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#events .block-card .text-content .event-info div{
  display: flex;
  align-items: center;
}
#events .block-card .text-content .event-info div img{
  margin-right: 8px;
}

/* Videos category */
#videos .block-card .youtube-referer{
  height: 202px;
  width: 100%;
  margin-bottom: 16px;
}

/* Media */
#news-main #page-contents #media .block-card .text-content .webURL{
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #808390;
  height: unset;
  margin: 0;
  margin-bottom: 12px;
  transition: .3s;
}
#news-main #page-contents #media .block-card .text-content .webURL:hover{
  color: #212121;
}

/* Partners Page */
#partners-about .grid-container, #success-stories .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#partners-about .block-card{
  padding: 28px 24px;
}
#partners-about .block-card .img-content{
  height: 100px;
}
#success-stories .block-card .img-content{
  height: 110px;
}
#partners-about .block-card .text-content a{
  margin: 0;
  margin-bottom: 4px;
  height: 57px;
  -webkit-line-clamp: 3;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
#partners-single .block-card{
  padding: 40px 48px;
}
#partners-single .block-card h1{
  font-size: 19px;
  line-height: 23px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 26px;
}
#partners-single .block-card .youtube-referer{
  height: 400px;
  width: 100%;
}
#success-single .block-card {
  padding: 48px 28px;
}
#success-single .block-card h1{
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 22px;
}
#success-single .block-card .img-content{
  width: 110px;
  height: 110px;
  margin: 16px auto 0;
}
#success-single .block-card .stats-info{
  display: flex;
  flex-direction: column;
  gap: 38px;
}
#success-single .block-card .stats-info ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#success-single .block-card .stats-info ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
#success-single .block-card .stats-info ul li span{
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
#success-single .block-card .images{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* About Uzbekistan Blog */
#blog-section .block-card{
  padding: 40px;
}
.blog-title{
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
}
#blog-section .block-card section{
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#blog-section .block-card .st-section{
  margin-top: 28px !important;
}
#blog-section .block-card .mt-0-section{
  margin-top: 0px !important;
}
#blog-section .block-card .filtered-content p{
  color: #808390;
}
#blog-section .block-card .filtered-content-darker p:not(.bold){
  color: #2F2B3DE5;
}
#blog-section .block-card .filtered-content-darker .bold,
#blog-section .block-card .filtered-content-darker .bolder{
  color: #212121 !important;
}
#blog-section .block-card .paragraph{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#blog-section .block-card .imp-p{
  color: #2F2B3DE5 !important;
  text-decoration: underline;
}
#blog-section .block-card p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
#blog-section .block-card .blog-img{
  width: 100%;
  height: 333px;
}
#blog-section .block-card section .article-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
#blog-section .block-card section .paragraph-heading{
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  color: #212121;
  margin-top: 4px;
}
#blog-section .block-card section .branches{
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 15px;
}
#blog-section .block-card section[aria-labelledby="telecommunications"] .branches{
  grid-template-columns: repeat(2, 1fr);
}
#blog-section .block-card section .branches .item{
  position: relative;
  background-color: #ebebed;
  border-radius: 10px;
  box-shadow: 0px 4px 38px 0 #00000012;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#blog-section .block-card section[aria-labelledby="human-capital"] .branches .item{
  justify-content: center;
}
#blog-section .block-card section[aria-labelledby="government-support"] article{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#blog-section .block-card section .branches .item #no{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212121;
  color: #fff;
  border-radius: 100%;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  border: 5px solid #fff;
}
#blog-section .block-card section .branches .item h4{
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
  text-align: center;
  margin-bottom: 12px;
}
#blog-section .block-card section .branches .item span{
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #2F2B3DE5;
  text-align: center;
  margin-top: 10px;
}
#blog-section .block-card section .nationalities{
  display: flex;
  flex-wrap: wrap;
}
#blog-section .block-card section .nationalities li{
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2F2B3DE5;
  position: relative;
  padding-left: 10px;
  margin-bottom: 16px;
}
#blog-section .block-card section .nationalities li::before{
  content: "";
  width: 4px;
  height: 4px;
  background-color: #212121;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#blog-section section[aria-labelledby="section-content"]{
  gap: 16px;
}
#blog-section.article-based section article{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#blog-section.article-based .block-card section{
  gap: 52px;
}
#blog-section.article-based .block-card .blog-img{
  margin-bottom: 4px;
}
section[aria-labelledby="economy-sectors"] .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
section[aria-labelledby="economy-sectors"] .grid-container .grid-item{
  height: 208px;
  position: relative;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}
section[aria-labelledby="economy-sectors"] .grid-container .grid-item span{
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #fff;
  color: #212121;
  border-radius: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  max-width: calc(100% - 32px);
}
.blog-dotted-list li{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2F2B3DE5;
  position: relative;
  padding-left: 25px;
}
.blog-dotted-list li.no-dot::before{
  display: none;
}
.blog-dotted-list li::before{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 50%;
  left: 10px;
  background-color: #212121;
  transform: translateY(-50%);
}
#blog-section section[aria-labelledby="religions-info"] article .blog-img{
  height: 430px;
}

/* Industries Page */
#industries-all .grid-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
#industries-all .grid-container .block-card a:last-child{
  margin-bottom: 12px;
  color: #212121;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
#industries-main #blog-section,
#industries-main #blog-section article{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
#industries-main .img{
  height: 442px;
  margin-bottom: 28px;
}
#industries-main .industries-table{
  width: 100%;
  border: 1px solid #80839066;
  border-radius:4px;
}
#industries-main .industries-table tr.narrowed-1 td{
  padding-left: 36px;
}
#industries-main .industries-table tr.narrowed-2 td{
  padding-left: 48px;
  color: #808390;
}
#industries-main .industries-table tr th{
  padding: 24px 0;
  text-align: center;
  border: 1px solid #80839066;
}
#industries-main .industries-table tr td{
  padding: 20px 24px;
  border: 1px solid #80839066;
}

/* Arriving in Uzbekistan */
#blog-section section[aria-labelledby="user-data"]{
  padding: 16px 0;
  border-top: 1px solid #80839066;
  border-bottom: 1px solid #80839066;
  margin-top: 20px !important;
  gap: 16px;
}
#blog-section section[aria-labelledby="user-data"] > span{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
#blog-section section[aria-labelledby="user-data"] > form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#blog-section section[aria-labelledby="user-data"] > form input,
#blog-section section[aria-labelledby="user-data"] > form select{
  padding: 0px 14px;
  border-radius: 6px;
  border: 1px solid #CCCDD3;
  outline: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  height: 36px;
}
#blog-section section[aria-labelledby="user-data"] > form input::placeholder{
  color: #808390;
}
#blog-section section[aria-labelledby="regions"] .regions-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#blog-section section[aria-labelledby="regions"] .regions-list li{
  padding: 10px 16px;
  background-color: #EBEBED;
  border-radius: 1px;
  font-size: 14px;
  line-height: 16.45px;
  font-weight: 400;
  color: #2F2B3DE5;
  cursor: pointer;
}
#blog-section section[aria-labelledby="regions"] .regions-list li.active{
  background-color: var(--main-black);
  color: #fff;
}
#blog-section section[aria-labelledby="regions"] .region-info{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #80839066;
  border-radius: 4px;
}
#blog-section section[aria-labelledby="regions"] .region-info .item{
  border: 1px solid #80839066;
  padding: 36px 44px;
  display: flex;
  flex-direction: column;
}
#blog-section section[aria-labelledby="regions"] .region-info .item .img{
  width: 100px;
  height: 100px;
  margin: 0 auto 42px auto;
}
#blog-section section[aria-labelledby="regions"] .region-info .item span{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #808390;
  text-align: center;
}

/* Accordions */
.accordions{
  display: flex;
  flex-direction: column;
  gap: 16px !important;
}
.accordion.business-registration .accordion-child p{
  margin:8px 0;
}
.accordion.business-registration .accordion-child p:first-child{
  margin-top: 0;
}
.accordion.business-registration .accordion-child p:last-child{
  margin-bottom: 0;
}
.accordions .accordion .title{
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #CCCDD3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--main-black);
}
.accordions .title i{
  font-size: 14px;
  transition: .3s;
  margin-left: 25px;
}
.accordions .accordion .accordion-child{
  margin: 20px 16px;
  display: none;
  flex-direction: column;
  gap: 16px;
  transition: .3s;
}
.accordions .accordion.active .accordion-child{
  display: flex;
}
.accordions .accordion.active i{
  transform: rotate(180deg);
}
.accordions .accordion .accordion-child .bolder{
  margin-bottom: 16px;
}
.accordions .accordion[data-accordion="flow-based"] .accordion-child{
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.accordions .accordion[data-accordion="flow-based"].active .accordion-child{
  display: grid;
}
.accordions .accordion[data-accordion="flow-based"] .accordion-child article{
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #CCCDD3;
  font-size: 14px;
  line-height: 22px;
  color: var(--main-black);
  display: flex;
  align-items: center;
}
.accordions .accordion[data-accordion="flow-based"] .accordion-child article img{
  margin-right: 10px;
}
.accordions .accordion[data-accordion="flow-based"] .accordion-child article p{
  color: #808390;
  font-size: 14px;
  line-height: 22px;
}
.accordions .accordion[data-accordion="flow-based"] .accordion-child article p span{
  color: var(--main-black);
}
.gapped-section article{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #80839066;
}
.gapped-section article:last-child{
  border: none;
}
section[aria-labelledby="table-content"]{
  overflow-x: auto;
}
section[aria-labelledby="table-content"],
section[aria-labelledby="table-content"] section{
  gap: 0 !important;
}
section[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"]{
  display: flex;
}
section[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"] div{
  width: 50%;
  margin-right: 50px;
}
section[aria-labelledby="table-content"].entities-registration section[aria-labelledby="continent"] article[aria-label="continent-info"] div{
  width: 50%;
  margin:0 10px;
}
section[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"] div,
section[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"] div a{
  color: #808390;
}
section[aria-labelledby="table-content"] section[aria-labelledby="continent"]:last-child article[aria-label="continent-info"]:last-child{
  border: none;
}
.insurance[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"]:first-child{
  border-top: 1px solid #80839066;
}
.insurance[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"]:last-child{
  border-bottom: 1px solid #80839066 !important;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  color: #808390;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.legend-item .legend-color {
  width: 50px;
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  margin-right:16px;
}
section[aria-labelledby="table-content"] section[aria-labelledby="continent"] article[aria-label="continent-info"] div p span{
  color: var(--main-black);
  font-weight: 600;
}
section[aria-labelledby="table-content"] article{
  padding: 20px 0;
  border-bottom: 1px solid #80839066;
}
section[aria-labelledby="table-content"] article[aria-label="continent"]{
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
section[aria-labelledby="table-content"] section{
  margin: 0 !important;
}
article[aria-label="row-name"]{
  display: flex;
  align-items: center;
  padding-top: 0;
}
article[aria-label="row-name"] div{
  width: 50%;
}
.table-content table tr td, .table-content table tr th{
  border-bottom:1px solid #80839066;
  padding: 20px 0;
}
.table-content table tr td{
  color: #808390;
}

/* Investment legistation */
section[aria-labelledby="downloads"] table{
  border: 1px solid #80839066;
  border-radius: 4px;
}
section[aria-labelledby="downloads"] table th,
section[aria-labelledby="downloads"] table td{
  padding: 12px 16px;
  border: 1px solid #80839066;
}
section[aria-labelledby="downloads"] table td:first-child{
  font-size: 14px;
  line-height: 20px;
  color: #808390;
  font-weight: 400;
}
section[aria-labelledby="downloads"] table td span{
  font-size: 10px;
  line-height: 20px;
  color: #808390;
  font-weight: 400;
  text-align: center;
}
section[aria-labelledby="downloads"] table td a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 !important;
}
section[aria-labelledby="downloads"] table th{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212121;
  text-align: center;
}
#blog-section .block-card section[aria-labelledby="downloads"]{
  gap: 16px;
}
.investment-offers #grid-container{
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 28px;
}
.investment-offers .block-card{
  padding: 16px !important;
}
.investment-offers .block-card .img-content{
  height: 168px !important;
}
.investment-offers .block-card .text-content a{
  margin: 0 0 12px 0 !important;
}
.investment-offers .block-card .text-content p{
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
section[aria-labelledby="boxed-content"]{
  gap: 16px !important;
}
section[aria-labelledby="boxed-content"] div{
  padding: 16px;
  border: 1px solid #CCCDD3;
  border-radius: 4px;
  font-weight: 500;
}
section[aria-labelledby="changes-legal-acts"]{
  display: flex;
  flex-direction: column;
  gap: 16px !important;
}
section[aria-labelledby="changes-legal-acts"] div{
  padding: 28px 40px;
  box-shadow: 0px 4px 38px 0 #00000012;
  background-color: #fff;
  border-radius: 4px;
}
section[aria-labelledby="changes-legal-acts"] div span{
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  font-weight: 600;
}
section[aria-labelledby="changes-legal-acts"] div p{
  margin-top: 12px;
}

/* Invest in central asia */
#team-members .grid-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#team-members .grid-container .img-content{
  height: 168px;
  margin-bottom: 16px;
}
#team-members .grid-container .block-card .position{
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #4C4C4C;
  margin-bottom: 12px;
}
#team-members .grid-container .block-card .name{
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #212121;
  margin-bottom: 16px;
}
#team-members .grid-container .block-card .email{
  margin-bottom: 16px;
}
#team-members .grid-container .block-card .email,
#team-members .grid-container .block-card .location{
  display: flex;
  align-items: center;
}
#team-members .grid-container .block-card .email svg,
#team-members .grid-container .block-card .location svg{
  margin-right: 8px;
}
.how-we-help .support h1{
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 24px;
}
.how-we-help .support .grid-element{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.how-we-help .support .grid-element .block{
  height: 274px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px;
}
.how-we-help .support .grid-element .block .content{
  background-color: #FFFFFFBF;
  border-radius: 2px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 20px;
  color: #212121;
  font-weight: 500;
  height: 54px;
}
#blog-section.contact h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #212121;
}
#blog-section.contact .contact-info h1{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
#blog-section.contact .protection-form{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap:28px ;
  column-gap: 20px;
  margin-top: 38px;
}
#blog-section.contact .protection-form .full-width{
  grid-column: span 2;
  resize: none;
}
#blog-section.contact .protection-form input,
#blog-section.contact .protection-form textarea,
#blog-section.contact .protection-form select{
  padding: 7px 14px;
  border: 1px solid #CCCDD3;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  outline: none;
  width: 100%;
}
#blog-section.contact .protection-form input::placeholder,
#blog-section.contact .protection-form textarea::placeholder{
  color: #808390;
}
#blog-section.contact .protection-form button{
  width: max-content;
  background-color: var(--main-black);
  color: #fff;
  border-radius: 4px;
  padding: 7px 40px;
  transition: .3s;
}
#blog-section.contact .protection-form button:hover{
  background-color: #373b3e;
}
#blog-section.faq .faq-item{
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #CCCDD3;
}
#blog-section.faq .item{
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#blog-section.faq .rating{
  padding: 12px 16px;
  border-top: 1px solid #CCCDD3;
}
#blog-section.faq .item .question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212121;
  cursor: pointer;
}
#blog-section.faq .item .question span{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
#blog-section.faq .item .question i{
  font-size: 15px;
  margin-left: 15px;
}
#blog-section.faq .item .question .xmark,
#blog-section.faq .faq-item.active .down{
  display: none;
}
#blog-section.faq .faq-item.active .xmark{
  display: block;
}
#blog-section.faq .item .answer{
  font-size: 14px;
  line-height: 22px;
  color: #2F2B3DE5;
  font-weight: 400;
  display: none;
}
#blog-section.faq .faq-item .rating{
  display: none;
}
#blog-section.faq .faq-item.active .item .answer,
#blog-section.faq .faq-item.active .rating{
  display: block;
}
#blog-section.faq .faq-item .rating span{
  font-size: 11px;
  line-height: 22px;
  color: #808390;
  font-weight: 400;
}
#blog-section.faq .faq-item .rating .rate{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
#blog-section.faq .faq-item .rating .rate button{
  padding: 4px 16px;
  border-radius: 30px;
  border: 1px solid #D6D7DC;
  outline: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-left: 8px;
  background-color: #fff;
  transition: .3s;
}
#blog-section.faq .faq-item .rating .rate button:hover{
  background-color: #e6e6e67a;
}
#blog-section.faq .faq-item .rating .rate button:first-child{
  margin-left: 20px;
}
#blog-section.faq .review{
  width: max-content;
  background-color: var(--main-black);
  color: #fff;
  border-radius: 4px;
  transition: .3s;
  padding: 8px 20px;
  margin-top: 20px;
}
#blog-section.faq .review:hover{
  background-color: #373b3e;
}