@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/proximanova-light-webfont.woff") format('woff'),url("../fonts/proximanova-light-webfont.ttf") format('truetype'),url("../fonts/proximanova-light-webfont.svg#proxima_nova_ltlight") format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MuseoCyrl300.otf");
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MuseoCyrl700.otf");
}

@font-face {
  font-family: "MuseoCyrl";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/MuseoCyrl900.otf");
}

* {
    box-sizing: border-box;
}

*:after,*:before {
    box-sizing: border-box
}

body {
    font-family: 'Proxima Nova',sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fcfcfe;
    color: #393939;
    font-weight: 300
}
.frame-wrap{
    max-width: 560px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap {
    background: url(img/header-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 1080px;
}
.wrap2{
     overflow: hidden;
    text-align: center;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.wrap2 > .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.check-figure {
    width: 160px;
}

.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

footer .logo {
  font-family: "MuseoCyrl";
  margin: 0 0 24px;
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

footer .logo span {
  font-weight: 900;
}

.logo strong {
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.logo {
    color: #fff;
    font-family: 'MuseoCyrl';
    font-size: 30px;
    font-weight: 900;
}

footer {
    background: linear-gradient(rgb(52 52 52 / 92%), rgb(35 35 34 / 70%)), url(../img/bb.jpg);
    width: 100%;
    background-size: cover;
    padding-bottom: 45px;
    padding-top: 20px;
}

footer .footer {
  position: relative;
  background-color: #e9e9e9;
  min-height: 70px;
}

footer .footer .item {
  width: 50%;
  float: left;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}

footer .item a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

footer .item a:hover {
  text-decoration: none;
}

.textpp {
    color: #fff;
    font-weight: 600;
}

@media only screen and (min-width:768px) {
    .check-figure {
        width: 160px
    }
}

@media only screen and (min-width:992px) {
    .check-figure {
        width: 220px
    }
}

@media only screen and (min-width:1200px) {
    .check-figure {
        width: 240px;
        height: 186.4px;
    }
}

h1 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: 100;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 43px;
        line-height: 43px
    }
}

@media only screen and (min-width:992px) {
    h1 {
        font-size: 49px;
        line-height: 49px
    }
}

@media only screen and (min-width:1200px) {
    h1 {
        font-size: 51px;
        line-height: 51px
    }
}

.lead {
    margin-bottom: 30px;
}

.lead p {
    margin-top: 0;
    font-size: 15px;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .lead {
        margin-bottom: 40px
    }

    .lead p {
        font-size: 17px;
        line-height: 21px
    }
}

@media only screen and (min-width:992px) {
    .lead {
        margin-bottom: 48px
    }

    .lead p {
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (min-width:1200px) {
    .lead {
        margin-bottom: 55px
    }

    .lead p {
        font-size: 23px;
        line-height: 27px
    }
}

h3 {
    max-width: 620px;
    margin: 0 auto 35px;
    font-size: 14px;
    line-height: 24px;
}

@media only screen and (min-width:768px) {
    h3 {
        margin-bottom: 45px;
        font-size: 15px;
        line-height: 26px
    }
}

@media only screen and (min-width:992px) {
    h3 {
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 30px
    }
}

@media only screen and (min-width:1200px) {
    h3 {
        margin-bottom: 55px;
        font-size: 20px;
        line-height: 34px
    }
}

.shortcut-set {
    display: block;
    margin-top: 58px;
}

.shortcut-set:before,.shortcut-set:after {
    display: block;
    content: '\a0';
    clear: both;
    height: 0;
    visibility: hidden
}

.shortcut {
    float: left;
    width: 40%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 55px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.shortcut:first-child{
    margin-left: 156px;
}

.shortcut img {
    display: block;
    margin: 0 auto 20px;
    width: 70px
}

.shortcut .text {
    margin-bottom: 20px;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    .shortcut:nth-child(2n + 1) {
        clear: left
    }
}

@media only screen and (min-width:768px) {
    .shortcut {
        font-size: 16px;
        line-height: 28px;
        width: 50%
    }

    .shortcut img {
        width: 80px
    }
}

@media only screen and (min-width:992px) {
    .shortcut {
        width: 25%;
        font-size: 15px;
        line-height: 23px;
        padding-right: 0;
        padding-left: 0
    }

    .shortcut img {
        width: 95px
    }
}

@media only screen and (min-width:1200px) {
    .shortcut {
        font-size: 18px;
        line-height: 28px;
        padding-right: 0;
        padding-left: 0
    }

    .shortcut img {
        width: 105px
    }

    .shortcut .text {
        margin-bottom: 20px
    }
}

.btn {
    max-width: 240px;
    padding: 10px 24px;
    display: inline-block;
    border: 0;
    background: #46baf3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    cursor: pointer;
}

.btn:focus {
    outline: none
}

@media only screen and (min-width:768px) {
    .btn {
        padding: 10px 30px;
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (min-width:992px) {
    .btn {
        padding: 12px 40px;
        font-size: 20px;
        line-height: 24px
    }
}

@media only screen and (min-width:1200px) {
    .btn {
        padding: 12px 50px;
        font-size: 22px;
        line-height: 26px
    }
}

/* btn-primary */
.btn2{font-size: 18px; padding: 11px 15px; margin-bottom: 20px; text-decoration: none;display: inline-block;}
.btn-primary {font-family: 'pfagorasanspro', Arial, sans-serif;font-size: 20px;color: #191919;text-shadow: 0px 1px 0px rgba(255, 235, 69, 1);-webkit-border-radius: 6px;border-radius: 6px;border: 1px solid #de8d00;background: #ffd601;background: -moz-linear-gradient(top, #ffd601 0%, #ff9c00 100%);background: -webkit-linear-gradient(top, #ffd601 0%,#ff9c00 100%);background: linear-gradient(to bottom, #ffd601 0%,#ff9c00 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd601', endColorstr='#ff9c00',GradientType=0 );}
.btn-primary:hover,.btn-primary:focus{outline: none; color: #191919; text-shadow: 0px 1px 0px rgba(255, 235, 69, 1); border: 1px solid #e7b60d!important; background: #fff001;background: -moz-linear-gradient(top, #fff001 0%, #ffbe00 100%);background: -webkit-linear-gradient(top, #fff001 0%,#ffbe00 100%);background: linear-gradient(to bottom, #fff001 0%,#ffbe00 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff001', endColorstr='#ffbe00',GradientType=0 );}
.btn-primary:active{outline: none; color: #191919!important; text-shadow: 0px 1px 0px rgba(255, 235, 69, 1); border: 1px solid transparent; background: #ea940e;background: -moz-linear-gradient(top, #ea940e 0%, #ffb700 100%);background: -webkit-linear-gradient(top, #ea940e 0%,#ffb700 100%);background: linear-gradient(to bottom, #ea940e 0%,#ffb700 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea940e', endColorstr='#ffb700',GradientType=0 );-webkit-box-shadow: inset 0px 3px 2px 0px rgba(163, 107, 8, 1);-moz-box-shadow:    inset 0px 3px 2px 0px rgba(163, 107, 8, 1);box-shadow:         inset 0px 3px 2px 0px rgba(163, 107, 8, 1);}
.download-icon {
        width: 15px;
    height: 21px;
    margin-left: 6px;
    background-image: url("../images/icons-sm.png");
    background-size: 120%;
    background-position: 0% 100%;
    display: block;
    float: right;

    margin-right: 0px;
}

.bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    background: linear-gradient(rgb(52 52 52 / 92%), rgb(35 35 34 / 70%)), url(../img/bb.jpg);
    -webkit-animation: AnimateBG 15s ease infinite;
            animation: AnimateBG 15s ease infinite;
    background-size: cover;
  }
  
  @-webkit-keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  @keyframes AnimateBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .border-button {
    text-decoration: none;
    display: inline-block;
    padding: 20px 30px;
    margin: 10px 20px;
    position: relative;
    color: white;
    border: 1px solid rgba(255, 255, 255, .4);
    background: none;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .border-button:before, .border-button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box;
  }
  .border-button:before {
    bottom: 0;
    left: 0;
    border-left: 1px solid white;
    border-top: 1px solid white;
    transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
  }
  .border-button:after {
    top: 0;
    right: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
  }
  .border-button:hover:before, 
  .border-button:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .border-button:hover:before {
    transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
  }
  .border-button:hover:after {
    transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
  }
  .border-button:hover {
    background: rgba(255, 255, 255, .2);
  }

@media screen and (max-width: 800px) {
  footer .footer .item {
    width: 100%;
  }

  footer .footer {
    display: inline-block;
    width: 100%;
  }

}