@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?quqlwz');
  src:  url('fonts/icomoon.eot?quqlwz#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?quqlwz') format('truetype'),
  url('fonts/icomoon.woff?quqlwz') format('woff'),
  url('fonts/icomoon.svg?quqlwz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}
.icon-image:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
.icon-view:before {
  content: "\e903";
}
.icon-pdf:before {
  content: "\e904";
}


::selection{
  color: #fff;
  background: #664AFF;
}

.wrapper{
  max-width: 664px;
  margin: 0 auto;
}

.wrapper .search-input{
  background: #fff;
  width: 100%;
  border: 1px solid rgba(51, 55, 128, 0.8);
  position: relative;
}

.search-input input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 20px 0 60px;
  font-size: 18px;
  font-family: Open Sans;
  color: #193F6A;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.search-input input::placeholder{
  font-size: 18px;
  font-family: Open Sans;
  color: #193F6A;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;

}

.search-input.active input{
  border-radius: 5px 5px 0 0;
}

.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}

.search-input .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #193F6A;
  cursor: pointer;
}

.search-section #download-horizontal-rectangle {
  position: absolute;
  left: -205px!important;
  top: 22vh;
}

.search-section #code-section {
  padding: 60px 15px 10px 15px!important;
}

.download-content h5{
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #193F6A;
  padding: 28px 0 22px 0;
}

.download-content h5 i {
  margin-right: 40px;
}

.download-content__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.download-content__buttons a:hover{
  text-decoration: none;
}

.download-content__buttons button {
  width: 324px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #193F6A;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}
.download-content__buttons button i {
  margin-right: 16px;
}

.download-content__buttons a:nth-child(2){
  margin-left: 16px;
}

.download-content__buttons button:hover{
  background: rgba(49, 197, 203, 0.28);
  transition: all 0.3s;
  text-decoration: none;
}

.search-wrapper{

  padding: 0px 15px 60px 15px!important;
}

.download-content .politic-checkbox {
  padding-top: 30px;
}
.download-content .copyright-box{
  padding: 20px 15px 0 15px;
}
.download-content .politic-header {
  padding: 0em 1em;
}

@media screen and (max-width: 768px){

  .download-content__buttons {
    flex-direction: column;
  }

  .download-content__buttons a{
    margin-left: 0!important;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .download-content__buttons button {
    width: 90%;

  }

}
