/*!
 * @author Timur Valiyev
 * @link https://webprowww.github.io
 */
/*
 * Project Style START (Mobile First)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body,
html {
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
}
body.fancybox-active {
  height: 100%;
}
a {
  border: none;
}
a,
a:active,
a:focus {
  color: #408dcd;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #276395;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.header,
.footer,
.section {
  display: block;
  margin: 0;
  padding: 15px 0 1px;
}
.footer {
  background: #f2f2f2;
}
.section {
  overflow: hidden;
}
.content {
  margin-top: auto;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1;
          flex-direction: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mes {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
.mes-title {
  display: block;
  margin: 0 0 3px;
  padding: 0;
  font-size: 12px;
}
.mes-phone {
  display: block;
  margin: 0 8px 0 0;
  padding: 0;
  border: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}
.mes-phone,
.mes-phone:active,
.mes-phone:focus {
  color: #a5a6a6;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.mes-phone:hover {
  text-decoration: none;
  outline: none;
  color: #a5a6a6;
}
.mes-ln {
  display: block;
  margin: 0 8px 0 0;
  padding: 0;
}
.phone {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
.phone-ln {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.phone-ln,
.phone-ln:active,
.phone-ln:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.phone-ln:hover {
  text-decoration: none;
  outline: none;
  color: #000;
}
.phone-desc {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #a5a6a6;
}
.cimg {
  display: block;
  margin: 0 auto 15px;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.title {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.item {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.item-icon-himg,
.item-icon-wimg {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  max-width: 100%;
}
.item-icon-wimg {
  width: 48px;
}
.item-icon-himg {
  width: 36px;
}
.item-title {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}
.item-title-small {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #408dcd;
}
.btn,
.btn-test,
.btn-test-back {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
  border-radius: 13px;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(88,70,155,0.4);
          box-shadow: 5px 5px 10px 0 rgba(88,70,155,0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.btn,
.btn-test,
.btn-test-back,
.btn:active,
.btn-test:active,
.btn-test-back:active,
.btn:focus,
.btn-test:focus,
.btn-test-back:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.btn:hover,
.btn-test:hover,
.btn-test-back:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.btn-title {
  display: block;
  margin: 25px 0 10px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
.btn-test,
.btn-test-back {
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-test-back {
  background: #808080;
}
.video-ln {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
}
.video-ln,
.video-ln:active,
.video-ln:focus {
  color: #dd301c;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.video-ln:hover {
  text-decoration: none;
  outline: none;
  color: #dd301c;
}
.video-ln:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-ln > .icon-youtube {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 50px;
  text-align: center;
}
.die {
  display: block;
  margin: 15px 0 45px;
  padding: 28px 10px 1px;
  background: #1e1e1e;
  -webkit-transform: skew(0, -6deg);
          transform: skew(0, -6deg);
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.die:after {
  display: block;
  margin: -50px -10px -30px;
  padding: 0;
  content: '';
  height: 60px;
  background: #1e1e1e;
  border-radius: 5px;
  -webkit-transform: skew(0, 6deg);
          transform: skew(0, 6deg);
}
.die-content {
  display: block;
  margin: 0;
  padding: 15px 10px 1px 15px;
  border: 1px solid #2f2f2f;
  position: relative;
  -webkit-transform: skew(0, 6deg);
          transform: skew(0, 6deg);
  border-radius: 3px;
  z-index: 2;
  line-height: 1.5;
}
.die-item {
  display: block;
  margin: 0 0 8px;
  padding: 0 0 0 1em;
  font-weight: 300;
  font-size: 13px;
}
.die-item:before {
  display: block;
  margin: 7px 0 0 -16px;
  padding: 0;
  content: '';
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #36a9e1;
}
.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 8px 13px;
  border: none;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #f00;
  border-radius: 13px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.play,
.play:active,
.play:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.play:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}
.play-icon {
  display: block;
  margin: 0 8px 0 0;
  padding: 0;
  font-size: 2.5em;
}
.play-txt {
  display: block;
  margin: 0;
  padding: 0;
}
.jur-play {
  position: relative;
  z-index: 5;
}
.jur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.jur-img,
.jur-img-a {
  display: block;
  margin: 0 0 -60px auto;
  padding: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.jur-name,
.jur-desc,
.jur-ln {
  position: relative;
  z-index: 5;
}
.jur-name {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.jur-desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
.jur-ln {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border: none;
  font-size: 14px;
  text-align: center;
}
.jur-ln,
.jur-ln:active,
.jur-ln:focus {
  color: #408dcd;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.jur-ln:hover {
  text-decoration: none;
  outline: none;
  color: #276395;
}
.popup {
  width: 800px;
  max-width: 100%;
}
.popup-title {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
}
.popup-txt {
  font-weight: 400;
  font-size: 16px;
}
.popup-header {
  display: block;
  margin: -44px -44px 15px;
  padding: 15px;
  position: relative;
  background: #f2f2f2;
}
.popup-header-title {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
.popup-desc {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.popup-close {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.input {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #808080;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
}
.input.error {
  border: 1px solid #f00;
  -webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,0.5);
          box-shadow: 0 0 5px 0 rgba(255,0,0,0.5);
}
.radio {
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  outline: none;
}
.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.label-txt {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.loading-img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.test-steep {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  color: #3f8fcf;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.page-title {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 1.1;
}
.page-desc {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 1.1;
}
.page-sdesc {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
}
.text {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 400;
}
.text-center {
  text-align: center;
}
.fw-600 {
  font-weight: 600;
}
.red {
  color: #f00;
}
.progress {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.16s all ease-in-out;
  transition: 0.16s all ease-in-out;
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-0 {
  position: relative;
}
.progress-0:after {
  right: 100%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-20 {
  position: relative;
}
.progress-20:after {
  right: 80%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-40 {
  position: relative;
}
.progress-40:after {
  right: 60%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-60 {
  position: relative;
}
.progress-60:after {
  right: 40%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-80 {
  position: relative;
}
.progress-80:after {
  right: 20%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.progress-100 {
  position: relative;
}
.progress-100:after {
  right: 0%;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f8fcf), to(#632d89));
  background-image: linear-gradient(to right, #3f8fcf 0%, #632d89 100%);
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-6 {
  z-index: 6;
}
.z-7 {
  z-index: 7;
}
.z-8 {
  z-index: 8;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.z-11 {
  z-index: 11;
}
.z-12 {
  z-index: 12;
}
.z-13 {
  z-index: 13;
}
.z-14 {
  z-index: 14;
}
.z-15 {
  z-index: 15;
}
.z-16 {
  z-index: 16;
}
.z-17 {
  z-index: 17;
}
.z-18 {
  z-index: 18;
}
.z-19 {
  z-index: 19;
}
.z-20 {
  z-index: 20;
}
.z-21 {
  z-index: 21;
}
.z-22 {
  z-index: 22;
}
.z-23 {
  z-index: 23;
}
.z-24 {
  z-index: 24;
}
.z-25 {
  z-index: 25;
}
.z-26 {
  z-index: 26;
}
.z-27 {
  z-index: 27;
}
.z-28 {
  z-index: 28;
}
.z-29 {
  z-index: 29;
}
.z-30 {
  z-index: 30;
}
.z-31 {
  z-index: 31;
}
.z-32 {
  z-index: 32;
}
.z-33 {
  z-index: 33;
}
.z-34 {
  z-index: 34;
}
.z-35 {
  z-index: 35;
}
.z-36 {
  z-index: 36;
}
.z-37 {
  z-index: 37;
}
.z-38 {
  z-index: 38;
}
.z-39 {
  z-index: 39;
}
.z-40 {
  z-index: 40;
}
.z-41 {
  z-index: 41;
}
.z-42 {
  z-index: 42;
}
.z-43 {
  z-index: 43;
}
.z-44 {
  z-index: 44;
}
.z-45 {
  z-index: 45;
}
.z-46 {
  z-index: 46;
}
.z-47 {
  z-index: 47;
}
.z-48 {
  z-index: 48;
}
.z-49 {
  z-index: 49;
}
.z-50 {
  z-index: 50;
}
.z-51 {
  z-index: 51;
}
.z-52 {
  z-index: 52;
}
.z-53 {
  z-index: 53;
}
.z-54 {
  z-index: 54;
}
.z-55 {
  z-index: 55;
}
.z-56 {
  z-index: 56;
}
.z-57 {
  z-index: 57;
}
.z-58 {
  z-index: 58;
}
.z-59 {
  z-index: 59;
}
.z-60 {
  z-index: 60;
}
.z-61 {
  z-index: 61;
}
.z-62 {
  z-index: 62;
}
.z-63 {
  z-index: 63;
}
.z-64 {
  z-index: 64;
}
.z-65 {
  z-index: 65;
}
.z-66 {
  z-index: 66;
}
.z-67 {
  z-index: 67;
}
.z-68 {
  z-index: 68;
}
.z-69 {
  z-index: 69;
}
.z-70 {
  z-index: 70;
}
.z-71 {
  z-index: 71;
}
.z-72 {
  z-index: 72;
}
.z-73 {
  z-index: 73;
}
.z-74 {
  z-index: 74;
}
.z-75 {
  z-index: 75;
}
.z-76 {
  z-index: 76;
}
.z-77 {
  z-index: 77;
}
.z-78 {
  z-index: 78;
}
.z-79 {
  z-index: 79;
}
.z-80 {
  z-index: 80;
}
.z-81 {
  z-index: 81;
}
.z-82 {
  z-index: 82;
}
.z-83 {
  z-index: 83;
}
.z-84 {
  z-index: 84;
}
.z-85 {
  z-index: 85;
}
.z-86 {
  z-index: 86;
}
.z-87 {
  z-index: 87;
}
.z-88 {
  z-index: 88;
}
.z-89 {
  z-index: 89;
}
.z-90 {
  z-index: 90;
}
.z-91 {
  z-index: 91;
}
.z-92 {
  z-index: 92;
}
.z-93 {
  z-index: 93;
}
.z-94 {
  z-index: 94;
}
.z-95 {
  z-index: 95;
}
.z-96 {
  z-index: 96;
}
.z-97 {
  z-index: 97;
}
.z-98 {
  z-index: 98;
}
.z-99 {
  z-index: 99;
}
.z-100 {
  z-index: 100;
}
/*
 * Small devices (phones, 576px and up)                          ≥ 576px
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 576px) {
  .phone {
    text-align: right;
  }
  .jur-play {
    position: absolute;
    width: auto;
    bottom: 15px;
    right: 0;
  }
  .jur-img,
  .jur-img-a {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    right: -40px;
    bottom: 0;
    max-height: 750px;
  }
}
/*
 * Medium devices (tablets, 768px and up)                        ≥ 768px
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 768px) {
  .jur {
    padding: 50px 0;
  }
}
/*
 * Large devices (desktops, 992px and up)                        ≥ 992px
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 992px) {
  .jur {
    padding: 0;
  }
  .mes {
    text-align: left;
  }
  .text-lg-left {
    text-align: left;
  }
}
/*
 * Extra large devices (large desktops, 1200px and up)          ≥ 1200px
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (min-width: 1200px) {
  .item-title {
    font-size: 18px;
  }
  .item-title-small {
    font-size: 14px;
  }
}
