@font-face {
  font-family: "Graphik-Regular-Web";
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url("../../fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../../fonts/Graphik/Graphik-Regular-Web.woff") format("woff"), url("../../fonts/Graphik/Graphik-Regular-Web.ttf") format("truetype"), url("../../fonts/Graphik/Graphik-Regular-Web.svg") format("svg");
}
/* TRANSITION */
/* COLORS */
/* SOCIAL */
/* MIXINS */
/*
 grayscale      ex: filter: grayscale(100%);
 sepia          ex: filter: sepia(100%);
 saturate       ex: filter: saturate(0%);
 hue-rotate     ex: filter: hue-rotate(45deg);
 invert         ex: filter: invert(100%);
 brightness     ex: filter: brightness(15%);
 contrast       ex: filter: contrast(200%);
 blur           ex: filter: blur(2px);
 */
.inline-checkbox .checkbox {
  display: inline-block;
  margin-right: 40px;
}
.input-fake-bt {
  position: relative;
}
.input-fake-bt .fake-bt {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, .95);
  color: #0f1941;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 0 16px;
  padding-right: 0 !important;
  overflow: hidden;
}
.input-fake-bt .fake-bt .t {
  padding-right: 35px;
  overflow: hidden;
}
.input-fake-bt .fake-bt:after {
  position: absolute;
  content: '';
  right: -1px;
  top: 50%;
  margin-top: -19px;
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.input-fake-bt .fake-bt.active {
  color: #0f1941;
}
.input-fake-bt .fake-bt.active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.input-fake-bt .layer {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 50px;
  background-color: rgba(255, 255, 255, .95);
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 16px;
}
.input-fake-bt .layer .o {
  height: 200px;
  overflow: auto;
}
.input-fake-bt .layer .i input {
  position: relative;
  top: 3px;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.input-fake-bt .layer .i label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #2175d9;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}
.input-fake-bt .layer .i + .i {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .input-fake-bt .fake-bt {
    height: 58px;
    line-height: 58px;
  }
  .input-fake-bt .fake-bt .t {
    font-size: 20px;
  }
  .input-fake-bt .layer {
    top: 58px;
  }
}
@media only screen and (min-width: 992px) {
  .input-fake-bt .fake-bt {
    height: 76px;
    line-height: 76px;
  }
  .input-fake-bt .layer {
    top: 76px;
  }
}
