@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?-8nqtqb');
  src:url('../fonts/icomoon.eot?#iefix-8nqtqb') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?-8nqtqb') format('truetype'),
    url('../fonts/icomoon.woff?-8nqtqb') format('woff'),
    url('../fonts/icomoon.svg?-8nqtqb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'museo_cyrillic700';
    src: url("../fonts/opiya_museocyrl-700-webfont.eot");
    src: url("../fonts/opiya_museocyrl-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opiya_museocyrl-700-webfont.woff2") format("woff2"), url("../fonts/opiya_museocyrl-700-webfont.woff") format("woff"), url("../fonts/opiya_museocyrl-700-webfont.ttf") format("truetype"), url("../fonts/opiya_museocyrl-700-webfont.svg#museo_cyrillic700") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_cyrillic500';
    src: url("../fonts/opiya_museocyrl-500-webfont.eot");
    src: url("../fonts/opiya_museocyrl-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opiya_museocyrl-500-webfont.woff2") format("woff2"), url("../fonts/opiya_museocyrl-500-webfont.woff") format("woff"), url("../fonts/opiya_museocyrl-500-webfont.ttf") format("truetype"), url("../fonts/opiya_museocyrl-500-webfont.svg#museo_cyrillic500") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_cyrillic300';
    src: url("../fonts/opiya_museocyrl-300-webfont.eot");
    src: url("../fonts/opiya_museocyrl-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opiya_museocyrl-300-webfont.woff2") format("woff2"), url("../fonts/opiya_museocyrl-300-webfont.woff") format("woff"), url("../fonts/opiya_museocyrl-300-webfont.ttf") format("truetype"), url("../fonts/opiya_museocyrl-300-webfont.svg#museo_cyrillic300") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_cyrillic100';
    src: url("../fonts/opiya_museocyrl-100-webfont.eot");
    src: url("../fonts/opiya_museocyrl-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opiya_museocyrl-100-webfont.woff2") format("woff2"), url("../fonts/opiya_museocyrl-100-webfont.woff") format("woff"), url("../fonts/opiya_museocyrl-100-webfont.ttf") format("truetype"), url("../fonts/opiya_museocyrl-100-webfont.svg#museo_cyrillic100") format("svg");
    font-weight: normal;
    font-style: normal;
}
#lib-popup img {
  vertical-align: middle;
}
#lib-popup a {
  text-decoration: none;
}
#lib-popup ol,#lib-popup  ul {
  list-style: none;
}
#lib-popup textarea {
  padding: 0;
  overflow: auto;
  resize: none;
}
#lib-popup input,#lib-popup  textarea {
  box-sizing: border-box;
  outline: none;
  padding-left: 10px;
  background: none;
  border: none;
  position: relative;
  line-height: normal !important;
}
#lib-popup button {
  cursor: pointer;
  outline: none;
  text-align: center;
}
#lib-popup .clear {
  clear: both;
}
#lib-popup .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#lib-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
  opacity: 1;
}
#lib-popup .close {
  position: absolute;
  width: 100%;
  height: 80px;
  cursor: pointer;
  opacity: 0.9;
  backface-visibility: hidden;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
#lib-popup .close img {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  width: 50px !important;
  height: 50px !important;
}
#lib-popup .close:hover {
  opacity: 1;
}
#lib-popup .popup {
  display: none;
  margin-top: 80px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
#lib-popup .popup .form {
  display: block;
  background: #eee;
  border-radius: 5px;
  width: 440px;
  margin: 0 auto;
  top: 60px;
  right: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
#lib-popup .popup .form h2 {
  font: 700 22px "museo_cyrillic500", sans-serif;
  color: #000;
  line-height: 22px;
  text-transform: uppercase;
  padding: 35px 0 30px;
  text-align: center;
  line-height: 22px;
}
#lib-popup .popup .form p {
  font: 600 16px "museo_cyrillic100", sans-serif;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
  width: 460px;
  background: #5EBAB5;
  margin-left: -10px;
  position: relative;
  text-align: center;
  height: 70px;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#lib-popup .popup .form p::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -11px;
  width: 12px;
  height: 12px;
}
#lib-popup .popup .form p::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -11px;
  width: 12px;
  height: 12px;
}
#lib-popup .popup .form .input {
  display: inline-block;
  width: 330px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  position: relative;
  padding: 5px 0 5px 45px;
  margin-bottom: 7px;
}
#lib-popup .popup .form .input::before {
  position: absolute;
  font-family: 'icomoon';
  height: 80%;
  width: 40px;
  font-size: 23px;
  line-height: 35px;
  top: 10%;
  left: 0;
  border-right: 1px solid #e7e7e7;
  color: #999;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#lib-popup .popup .form .input input, .popup .form .input textarea {
  width: 100%;
  height: 100%;
  background: none;
  font: 400 14px "museo_cyrillic100", sans-serif;
  color: #000;
  line-height: 14px;
}
#lib-popup .popup .form .input textarea {
  padding-top: 5px;
  margin-bottom: 25px;
}
#lib-popup .popup .form .input.focus {
  border-color: #88c7f4;
}
#lib-popup .popup .form .input.focus::before {
  color: #88c7f4;
}
#lib-popup .popup .form .input:nth-of-type(1)::before {
  content: "\e607";
}
#lib-popup .popup .form .input:nth-of-type(2)::before {
  content: "\e617";
}
#lib-popup .popup .form .input:nth-of-type(3) {
  height: 85px;
}
#lib-popup .popup .form .input:nth-of-type(3)::before {
  content: "\e614";
}
#lib-popup .popup .form .button {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(146, 146, 146, 0.2);
  padding: 5px;
  margin-bottom: 20px;
}
#lib-popup .popup .form .button button {
  font: 400 16px "museo_cyrillic100", sans-serif;
  color: #fff;
  line-height: 16px;
  padding: 15px 40px 15px 60px;
  background: #5EBAB5;
  position: relative;
  display: inline-block;
  border: 1px solid #4f9e9a;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
#lib-popup .popup .form .button button:hover {
  background: #59aeaa;
}
#lib-popup .popup .form .button button:active {
  border-color: #2f7d79;
  background: #54aaa6;
}
#lib-popup .popup .form .button button::before {
  content: "\e61e";
  position: absolute;
  left: 20px;
  top: 15px;
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff;
}