* {
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-weight: 500;
  min-width: 1080px; }

a {
  outline: none; }

.cb:after {
  content: '';
  display: block;
  clear: both; }

.hidden {
  display: none !important; }

.visible {
  display: block !important; }

.notvalid {
  -webkit-box-shadow: 0 0  3px #f44 !important;
  -moz-box-shadow: 0 0  3px #f44 !important;
  -o-box-shadow: 0 0  3px #f44 !important;
  -ms-box-shadow: 0 0  3px #f44 !important;
  box-shadow: 0 0  3px #f44 !important; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.container {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.btn {
  border-radius: 7px;
  background-clip: padding-box;
  background-color: #ff8300;
  border: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.32);
  -moz-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.32);
  -o-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.32);
  -ms-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.32);
  box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.32);
  background-image: -webkit-linear-gradient(bottom, #ff8300 0%, #fea443 100%);
  background-image: -moz-linear-gradient(bottom, #ff8300 0%, #fea443 100%);
  background-image: -ms-linear-gradient(bottom, #ff8300 0%, #fea443 100%);
  background-image: -o-linear-gradient(bottom, #ff8300 0%, #fea443 100%);
  background-image: linear-gradient(bottom, #ff8300 0%, #fea443 100%);
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  cursor: pointer; }

.btn:hover {
  background-image: -webkit-linear-gradient(top, #ff8300 0%, #fea443 100%);
  background-image: -moz-linear-gradient(top, #ff8300 0%, #fea443 100%);
  background-image: -ms-linear-gradient(top, #ff8300 0%, #fea443 100%);
  background-image: -o-linear-gradient(top, #ff8300 0%, #fea443 100%);
  background-image: linear-gradient(top, #ff8300 0%, #fea443 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), 0 0;
  -moz-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), 0 0;
  -o-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), 0 0;
  -ms-box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), 0 0;
  box-shadow: 0 1px 1px 0 rgba(9, 9, 9, 0.3), 0 0; }

.btn2 {
  background: none;
  border: 2px solid #ff8300;
  color: #ff8300;
  font-weight: bold; }

.btn2:hover {
  color: #fff; }

.btn.white {
  background: #fff;
  -webkit-box-shadow: 0 0, 0 0;
  -moz-box-shadow: 0 0, 0 0;
  -o-box-shadow: 0 0, 0 0;
  -ms-box-shadow: 0 0, 0 0;
  box-shadow: 0 0, 0 0;
  font-weight: bold;
  color: #1f70cb;
  width: auto !important; }

.btn.white:hover {
  background: rgba(255, 255, 255, 0.9); }

.title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin: 53px 0 20px; }
  .title p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px; }
    .title p span {
      color: #ff8300; }

.title.white {
  color: #fff; }

#overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

table {
  border-spacing: 0;
  border-right: 1px solid #dfebf8;
  border-top: 1px solid #dfebf8; }
  table thead th {
    font-size: 14px;
    color: #fff;
    background: #1f70cb;
    text-transform: uppercase; }
  table th {
    border-left: 1px solid #dfebf8;
    border-bottom: 1px solid #dfebf8;
    padding: 15px 10px; }
  table .capture th {
    background: none;
    color: #333;
    font-size: 18px;
    text-transform: none; }

.header {
  padding: 43px 0 0;
  background: rgba(255, 255, 255, 0.8); }
  .header .top .logo {
    margin-top: -15px;
    text-decoration: none;
    color: #1f70cb; }
    .header .top .logo .orange {
      color: #ff8300; }
  .header .top .adress {
    display: inline-block;
    font-size: 16px; }
    .header .top .adress .adr1 {
      color: #1f70cb;
      display: inline-block;
      margin: 5px 0 0 114px; }
    .header .top .adress .adr2 {
      color: #ff8300;
      text-decoration: underline;
      display: inline-block;
      margin: 3px 0 0 12px;
      width: 310px;
      line-height: 1.5; }
    .header .top .soc {
      display: flex;
			align-items: flex-start;
			justify-content: center;
			margin-top: 5px;
		}
    .header .top .soc .soc_link img{
			width: 25px;
			height: 25px;
		}
    .header .top .soc .soc_link .soc_link__whatsapp{
			margin-left: 10px;
		}
    .header .top .adress .adr2:hover {
      text-decoration: none; }
  .header .top .phone {
    display: inline-block; }
    .header .top .phone .number {
      color: #333;
      font-size: 24px;
      font-weight: bold; }
      .header .top .phone .number p {
        font-size: 16px;
        text-align: center; }
    .header .top .phone .callback {
      margin-top: 8px;
      text-align: center; }
      .header .top .phone .callback a {
        color: #ff8300;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px dashed #ff8300; }
      .header .top .phone .callback a:hover {
        border: none; }
  .header .navbar {
    background: #1f70cb;
    border-bottom: 5px solid #4085d3;
    margin-top: 41px; }
    .header .navbar .container {
      width: 1000px;
      background: url(../img/separator.png) 100% 50% no-repeat; }
      .header .navbar .container li {
        position: relative;
        background: url(../img/separator.png) 0 50% no-repeat;
        display: inline-block; }
        .header .navbar .container li a {
          text-decoration: none;
          color: #fff;
          display: block;
          padding: 13px 30px 13px 44px; }
      .header .navbar .container li.active:after,
      .header .navbar .container li:hover:after {
        content: '';
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #ff8300;
        -webkit-transform: skew(145deg);
        -moz-transform: skew(145deg);
        -o-transform: skew(145deg);
        transform: skew(145deg); }

.removed {
  background: url(../img/removed.jpg) 50% 0 no-repeat;
  padding-bottom: 141px; }
  .removed .sale {
    color: #fff;
    width: 432px;
    border: 5px solid #1f70cb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(31, 112, 203, 0.8);
    text-align: center;
    margin: 126px 0 0; }
    .removed .sale .pers {
      font-size: 36px;
      margin: 35px 0 0px; }
    .removed .sale p {
      text-transform: uppercase;
      font-size: 22px;
      line-height: 1.7;
      font-weight: 400;
      width: 80%;
      margin: 3px auto;
      letter-spacing: 1px; }
    .removed .sale .btn {
      margin: 25px 0 49px;
      padding: 18px 70px; }

.tasks, .wecan, .whywe, .whywe2 {
  margin-bottom: 54px; }
  .tasks .item, .wecan .item, .whywe .item, .whywe2 .item {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 33.33%;
    height: 260px;
    margin: 37px 0 0; }
    .tasks .item .icon, .wecan .item .icon, .whywe .item .icon, .whywe2 .item .icon {
      height: 120px; }
    .tasks .item .txt, .wecan .item .txt, .whywe .item .txt, .whywe2 .item .txt {
      width: 57%;
      margin: 0 auto; }
    .tasks .item .btn, .wecan .item .btn, .whywe .item .btn, .whywe2 .item .btn {
      position: absolute;
      font-size: 12px;
      left: 28%;
      bottom: 34px;
      padding: 10px 20px; }
  .tasks .bottomtxt, .wecan .bottomtxt, .whywe .bottomtxt, .whywe2 .bottomtxt {
    color: #1f70cb;
    font-size: 24px;
    text-align: center; }
    .tasks .bottomtxt span, .wecan .bottomtxt span, .whywe .bottomtxt span, .whywe2 .bottomtxt span {
      color: #ff8300; }

.scheme, .scheme2 {
  background: url(../img/scheme.jpg) 50% 0 no-repeat;
  padding: 1px 0 72px; }
  .scheme .item, .scheme2 .item {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 19%;
    margin: 32px 6% 0 0; }
    .scheme .item .number, .scheme2 .item .number {
      border-bottom: 5px solid #fff;
      font-size: 36px; }
    .scheme .item .txt, .scheme2 .item .txt {
      line-height: 1.2;
      margin: 12px 0; }
    .scheme .item .btn, .scheme2 .item .btn {
      position: absolute;
      font-size: 12px;
      padding: 10px 20px; }
  .scheme .i1, .scheme2 .i1 {
    opacity: .4; }
  .scheme .i2, .scheme2 .i2 {
    opacity: .6; }
  .scheme .i3, .scheme2 .i3 {
    opacity: .8; }

.failure {
  background: url(../img/failure.png) 50% 0 no-repeat;
  text-align: center;
  color: #fff; }
  .failure div {
    padding: 50px 0 13px;
    font-size: 36px; }
  .failure p {
    font-size: 24px;
    width: 800px;
    margin: auto;
    padding-bottom: 44px;
    line-height: 1.4; }

.maindocs, .sale2 {
  background: url(../img/docs.jpg) 50% no-repeat;
  text-align: center;
  padding: 103px 0 50px; }
  .maindocs .wrap, .sale2 .wrap {
    width: 1040px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(31, 112, 203, 0.9);
    padding: 2px 0; }
    .maindocs .wrap .item, .sale2 .wrap .item {
      display: inline-block;
      color: #fff;
      width: 15%;
      margin: 38px 0 0 43px; }
      .maindocs .wrap .item .icon, .sale2 .wrap .item .icon {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden; }
        .maindocs .wrap .item .icon img, .sale2 .wrap .item .icon img {
          width: inherit; }
      .maindocs .wrap .item .txt, .sale2 .wrap .item .txt {
        margin: 17px 0 56px; }
  .maindocs .btn, .sale2 .btn {
    width: 260px;
    margin: 38px auto;
    padding: 16px;
    font-size: 16px; }
  .maindocs .discount, .sale2 .discount {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px 0 1px;
    font-weight: bold;
    margin: 80px 0 -50px; }
    .maindocs .discount .orange, .sale2 .discount .orange {
      color: #ff8300;
      font-size: 48px;
      margin: 24px 0 7px; }
    .maindocs .discount p, .sale2 .discount p {
      font-size: 30px; }

.reviews {
  width: 1040px;
  margin-bottom: 90px; }
  .reviews .review-slider {
    margin: 50px 0;
    padding: 44px 110px;
    position: relative; }
    .reviews .review-slider .item .avtor {
      text-align: center;
      margin-right: 37px; }
      .reviews .review-slider .item .avtor .avatar {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        width: 125px; }
        .reviews .review-slider .item .avtor .avatar img {
          width: inherit; }
      .reviews .review-slider .item .avtor .name {
        color: #1f70cb;
        margin-top: 10px; }
    .reviews .review-slider .item .txt {
      margin: 10px 0 0 0;
      font-style: italic;
      font-size: 16px;
      line-height: 1.7;
      font-weight: bold; }
    .reviews .review-slider .slick-dots {
      text-align: center;
      position: absolute;
      bottom: -37px;
      left: 0;
      width: 100%; }
      .reviews .review-slider .slick-dots li {
        display: inline-block; }
        .reviews .review-slider .slick-dots li button {
          text-indent: -9999px;
          display: inline-block;
          width: 12px;
          height: 12px;
          background: none;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #ff8300;
          outline: none;
          margin: 0 3px; }
      .reviews .review-slider .slick-dots li.slick-active button {
        background: #ff8300; }
  .reviews .review-slider:before,
  .reviews .review-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-radial-gradient(50% 50%, circle, #ff8300, transparent);
    background-image: -moz-radial-gradient(50% 50%, circle, #ff8300, transparent);
    background-image: -ms-radial-gradient(50% 50%, circle, #ff8300, transparent);
    background-image: -o-radial-gradient(50% 50%, circle, #ff8300, transparent);
    background-image: radial-gradient(50% 50%, circle, #ff8300, transparent); }
  .reviews .review-slider:after {
    top: auto;
    bottom: 0; }

.questions {
  padding: 1px 0 58px;
  background-image: -webkit-linear-gradient(bottom, #fff, #f4f9fc);
  background-image: -moz-linear-gradient(bottom, #fff, #f4f9fc);
  background-image: -ms-linear-gradient(bottom, #fff, #f4f9fc);
  background-image: -o-linear-gradient(bottom, #fff, #f4f9fc);
  background-image: linear-gradient(bottom, #fff, #f4f9fc); }
  .questions .title {
    color: #1f70cb; }
    .questions .title span {
      color: #ff8300; }
  .questions .adress {
    text-align: center;
    margin: 61px 0 0 69px;
    font-size: 16px; }
    .questions .adress .adr2 {
      margin: -3px 0 0 20px;
      width: 300px;
      font-weight: bold;
      text-align: left;
      line-height: 1.7;
      color: #333;
      text-decoration: none; }
    .questions .adress .adr2:hover {
      text-decoration: underline; }
  .questions .phone {
    display: inline-block;
    text-align: center;
    margin: 54px 132px; }
    .questions .phone .number {
      font-size: 24px;
      font-weight: bold; }
    .questions .phone .callback {
      margin-top: 5px; }
      .questions .phone .callback a {
        font-weight: bold;
        text-transform: uppercase;
        color: #ff8300;
        border-bottom: 1px dashed #ff8300;
        text-decoration: none; }
      .questions .phone .callback a:hover {
        border: none; }

.flags {
  margin: 25px auto; }
  .flags a {
    text-align: center;
    width: 19.6%;
    display: inline-block;
    margin: 25px 0;
    color: #1f70cb; }
    .flags a .icon {
      display: block; }
    .flags a .name {
      display: block;
      margin-top: 10px; }
  .flags a:hover {
    text-decoration: none; }
    .flags a:hover img {
      -webkit-box-shadow: 0 0 1px #1f70cb, 0 0;
      -moz-box-shadow: 0 0 1px #1f70cb, 0 0;
      -o-box-shadow: 0 0 1px #1f70cb, 0 0;
      -ms-box-shadow: 0 0 1px #1f70cb, 0 0;
      box-shadow: 0 0 1px #1f70cb, 0 0; }

.contacts {
  margin: 56px auto 73px; }
  .contacts .adress {
    font-size: 16px;
    margin-right: 140px; }
    .contacts .adress .adr2 {
      font-weight: bold;
      margin-left: 20px;
      width: 300px; }
  .contacts .mail {
    font-size: 16px; }
    .contacts .mail a {
      color: #ff8300;
      font-weight: bold;
      margin-left: 20px; }
    .contacts .mail a:hover {
      text-decoration: none; }

.map {
  width: 100%;
  height: 500px; }

.pasports, .invite {
  background: url(../img/pasport.jpg) 50% 0 no-repeat; }
  .pasports .create, .invite .create {
    margin: 60px auto;
    width: 1080px;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    position: relative; }
    .pasports .create p, .invite .create p {
      font-weight: 300;
      font-size: 24px;
      color: #fff;
      padding: 25px 30px 0;
      line-height: 1.5; }
    .pasports .create p.normal, .invite .create p.normal {
      font-weight: 400;
      padding-bottom: 40px; }
    .pasports .create .btn, .invite .create .btn {
      position: absolute;
      bottom: -22px;
      left: 36.5%;
      font-size: 16px;
      padding: 16px 0;
      width: 27%; }

.wecan {
  background: rgba(255, 255, 255, 0.8);
  padding: 1px 0 30px; }
  .wecan .item {
    width: 25%; }
    .wecan .item .icon {
      height: auto; }
    .wecan .item .name {
      margin: 16px 5px; }

.whywe .item, .whywe2 .item {
  width: 25%;
  margin-bottom: 15px; }
  .whywe .item .icon, .whywe2 .item .icon {
    height: 115px; }
  .whywe .item .txt, .whywe2 .item .txt {
    height: auto;
    width: 90%;
    position: relative; }
    .whywe .item .txt span, .whywe2 .item .txt span {
      color: #ff8300; }
    .whywe .item .txt .btn, .whywe2 .item .txt .btn {
      left: 15%;
      padding: 10px 0;
      width: 70%;
      bottom: -48px; }
.whywe .item.i5, .whywe2 .item.i5 {
  margin-left: 12.5%; }

.scheme2 .item {
  width: 27%;
  margin-right: 8.5%; }
.scheme2 .item.i1 {
  opacity: .6; }
.scheme2 .item.i2 {
  opacity: .8; }
.scheme2 .item.i3 {
  opacity: 1;
  margin-right: 0; }

.sale2 {
  background-position: 50%;
  padding-bottom: 105px; }
  .sale2 .wrap {
    margin: 90px auto 15px;
    width: 770px;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    padding: 76px 0; }
    .sale2 .wrap p {
      font-weight: 300;
      font-size: 36px; }
    .sale2 .wrap span {
      color: #ffc000; }
  .sale2 .btn {
    padding: 16px 10px; }

.invite {
  background-image: url(../img/invite.jpg); }
  .invite .create {
    margin: 100px auto; }

.whywe2 .item {
  width: 33.3%; }
.whywe2 .item.i5 {
  margin-left: 16.6%; }

.state {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .state .statename {
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #ff8300, transparent);
    background-image: -moz-linear-gradient(left, transparent, #ff8300, transparent);
    background-image: -ms-linear-gradient(left, transparent, #ff8300, transparent);
    background-image: -o-linear-gradient(left, transparent, #ff8300, transparent);
    background-image: linear-gradient(left, transparent, #ff8300, transparent);
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    padding: 25px 0 30px;
    margin: 33px auto; }
  .state .details {
    text-align: center; }
    .state .details .column {
      overflow: hidden;
      width: 460px;
      margin: 10px 35px 40px 0;
      color: #fff;
      display: inline-block;
      text-align: center;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -o-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px;
      background-clip: padding-box;
      background-color: rgba(31, 112, 203, 0.85);
      -webkit-box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.1), 0 0;
      -moz-box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.1), 0 0;
      -o-box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.1), 0 0;
      -ms-box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.1), 0 0;
      box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.1), 0 0; }
      .state .details .column .name {
        background: rgba(0, 0, 0, 0.2);
        padding: 20px 0;
        font-size: 28px; }
      .state .details .column ul {
        text-align: left;
        margin: 26px 53px 50px; }
        .state .details .column ul li {
          font-size: 16px;
          list-style-image: url(../img/arrowli.png);
          list-style-position: inside;
          margin-bottom: 8px; }
      .state .details .column .description {
        position: relative;
        font-size: 12px;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent);
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent);
        background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), transparent);
        background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), transparent);
        height: 70px;
        box-sizing: border-box;
        font-weight: normal;
        padding: 35px 40px 0; }
        .state .details .column .description .btn {
          position: absolute;
          top: -24px;
          left: 21%;
          padding: 16px;
          font-weight: bold;
          font-family: 'Roboto',sans-serif;
          font-size: 16px;
          text-transform: none;
          width: 260px; }
      .state .details .column .time {
        background: rgba(0, 0, 0, 0.2);
        padding: 11px 0;
        font-size: 14px; }
    .state .details .column:last-child {
      margin-right: 0; }

.pasport-popup, .invite-popup, .doclist {
  z-index: 200;
  position: absolute;
  display: none;
  background: #fff;
  margin: 0 auto;
  width: 960px;
  padding: 1px 40px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .pasport-popup .column, .invite-popup .column, .doclist .column {
    width: 47.5%;
    margin: 0 1%;
    display: inline-block; }
  .pasport-popup .title, .invite-popup .title, .doclist .title {
    font-size: 24px;
    margin-top: 35px; }
  .pasport-popup .term, .invite-popup .term, .doclist .term {
    width: 40%;
    text-align: left;
    padding-left: 15px; }
  .pasport-popup .moscov, .invite-popup .moscov, .doclist .moscov,
  .pasport-popup .mo,
  .invite-popup .mo,
  .doclist .mo,
  .pasport-popup .regions,
  .invite-popup .regions,
  .doclist .regions {
    width: 20%; }
  .pasport-popup .electron, .invite-popup .electron, .doclist .electron {
    background: #f1f8fe; }
  .pasport-popup .akcia, .invite-popup .akcia, .doclist .akcia {
    color: #ff8300; }
  .pasport-popup .btn, .invite-popup .btn, .doclist .btn {
    margin: 35px auto;
    display: block;
    padding: 16px 20px;
    font-weight: 500; }

.invite-popup {
  width: 600px; }

.doclist {
  width: 600px; }
  .doclist p {
    font-size: 18px; }
  .doclist li {
    font-size: 16px;
    margin-bottom: 8px; }
  .doclist .outside {
    margin: 0 20px; }
  .doclist .inside {
    margin: 8px 0 0 30px; }

.feedback, .thanks-popup {
  background: #fff;
  position: fixed;
  top: 20%;
  padding: 40px 50px;
  width: 390px;
  z-index: 200;
  box-sizing: border-box;
  display: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0;
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0;
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .feedback p, .thanks-popup p {
    margin: 10px -25px;
    font-size: 20px;
    text-align: center; }
  .feedback input, .thanks-popup input {
    padding: 15px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-shadow: 0 0 3px #1f70cb, 0 0;
    -moz-box-shadow: 0 0 3px #1f70cb, 0 0;
    -o-box-shadow: 0 0 3px #1f70cb, 0 0;
    -ms-box-shadow: 0 0 3px #1f70cb, 0 0;
    box-shadow: 0 0 3px #1f70cb, 0 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    margin: 8px 4px; }
  .feedback input.name, .thanks-popup input.name,
  .feedback input.email,
  .thanks-popup input.email {
    width: 252px; }
  .feedback input.country, .thanks-popup input.country {
    width: 22px; }
  .feedback input.code, .thanks-popup input.code {
    width: 50px; }
  .feedback input.number, .thanks-popup input.number {
    width: 96px; }
  .feedback .btn, .thanks-popup .btn {
    margin: 20px auto 5px;
    display: block;
    padding: 16px; }

.thanks-popup {
  text-align: center;
  font-size: 24px; }

.footer {
  background: #434343;
  color: #fff;
  padding: 35px 0; }
  .footer .copyright {
    margin-top: 5px;
    font-size: 14px;
    text-align: center; }
  .footer a {
    color: transparent; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%; }

@media print {
  body > * {
    display: none; }

  #doclist {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    display: block; }
    #doclist .btn {
      display: none; } }

/*# sourceMappingURL=default.css.map */
