@font-face {
    font-family: "Adderley";
    src: url('../fonts/adderley_bold.otf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    /* min-width: 1200px; */
    background: #303237;
    font-family: 'Jost', 'Bebas Neue', sans-serif;
}

input,
textarea,
a {
    outline: none;
    -webkit-appearance: none;
}

header,
main,
footer {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 90px;
    font-weight: 700;
    font-family: "Adderley", sans-serif;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

h3 {
    font-size: 100px;
    font-weight: 700;
    font-family: "Adderley", sans-serif;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    list-style: disc;
    margin-bottom: 20px;
}


.container {
    width: 100%;
    max-width: 1615px;
    min-width: 320px;
    /* padding: 0 20px; */
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both;
}

.flx-blc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


.logo {
    margin: 20px 0 20px 70px;
}

.grey-bg {
    background: #101010;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 70px;
}

.grey-bg .l-content {
    max-width: 740px;
    width: 100%;
    float: right;
}

.grey-bg ul {
    padding-left: 30px;
}

.grey-bg ul {
    padding-left: 30px;
}

.banner {
    background: #000 url('../img/bg.jpg') no-repeat;
    /* background-size: cover; */
    padding: 60px 70px 70px;
    position: relative;
    overflow: hidden;
}

.banner:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 200px;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
}


.banner-info {
    width: 100%;
    max-width: 810px;
}

.banner-info h2 {
    margin-bottom: 30px;
}


.sub-title {
    max-width: 415px;
    margin-bottom: 50px;
}

.sub-title p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}

/* .banner-info {
    margin-bottom: 50px;
} */

.banner-info a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(#FF1E2B, #D2000D);
    box-shadow: 0px 0px 30px #DE0000;
    padding: 26px 30px 28px;
}

.list-stat {
    justify-content: space-between;
    margin-bottom: 15px;
}

.list-stat>li {
    flex: 0 1 33.3%;
    max-height: 275px;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding: 50px 0;
}

.list-stat>li:nth-of-type(2) {
    margin: 0 15px 0;
}


.list-stat>li .num {
    font-family: "Adderley", sans-serif;
    font-size: 150px;
    line-height: 1;
}

.list-stat>li p:last-of-type {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
}

.f-info {
    background: #000 url('../img/f-info.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.s-info {
    background: #000 url('../img/s-info.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: flex-end;
}

.s-info h3 {
    max-width: 530px;
}

.thrd-info {
    background: #000 url('../img/thrd-info.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.sec-banner {
    background: #000 url('../img/sec-banner.jpg') no-repeat;
    background-size: cover;
    padding: 60px 70px 70px;
    position: relative;
    overflow: hidden;
}

.sec-banner .banner-info {
    width: 100%;
    max-width: 740px;
}


.sec-banner .banner-info img {
    margin-bottom: 25px;
}

.form-flx-submit .form-item {
    flex: 0 1 20%;
    margin: 0 20px;
}

.form-flx-submit .form-item:first-of-type,
.form-flx-submit .form-item:nth-child(3) {
    margin: 0;
}

.form-item {}

.form-item input {
    max-width: 278px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    background: #1E1E20;
    border-radius: 10px;
    border: 1px solid #909090;
    padding: 23px 50px 26px 25px;
}

.submit-form {
    max-width: 278px;
    width: 100%;
}

.submit-form input {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #AD0611;
    background: #AD0611;
    background: linear-gradient(#FF1E2B, #D2000D);
    box-shadow: 0px 0px 30px #DE0000;
    padding: 26px 30px 28px;
}

.frm-wrps-ok {
    display: none;
    text-align: center;
}

.err-msg{
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}

.frm-wrps-ok a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #AD0611;
    background: #AD0611;
    background: linear-gradient(#FF1E2B, #D2000D);
    box-shadow: 0px 0px 30px #DE0000;
    padding: 26px 30px 28px;
    margin: 20px 0 0;
}

.risk p,
.risk span {
    color: #fff;
    font-size: 22px;
}

.risk .links a:first-of-type{
    margin-right: 25px;
}

.risk .links a:last-of-type{
    margin-top: 0;
}

.risk a {
    display: inline-block;
    color: #29AEF9;
    margin: 5px 0;
    font-size: 22px;
}

form input.disBtn{
    opacity: 0.4;
}


.check-form{
    margin: 5px 0 0px;
}

.check-form p{
    display: inline-block;
    vertical-align: middle;
    max-width: 750px;
    width: 100%;
    text-align: left; 
    font-size: 14px;
    font-family: 'Roboto';
    margin-left: 20px;
}

.check-form a{
    text-decoration: underline;
    color: #fff;
}

input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
}
input[type="checkbox"] + label {
    background: url(sprite.gif) 0 0 no-repeat;
    padding-left: 20px;
}
input[type="checkbox"]:checked:after{
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
@media (max-width: 1200px) {

    h2,
    h3 {
        font-size: 80px;
    }

    .banner {
        min-height: 1260px;
        background: linear-gradient(rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 70%), #000 url(../img/bg.jpg) no-repeat;
        background-position: center bottom, 60% bottom;
    }

    .banner-info {
        text-align: center;
    }

    .banner-info h2 {
        text-align: center;
    }

    .sub-title {
        max-width: none;
        text-align: center;
    }

    .banner-info {
        width: 100%;
        max-width: none;
    }

    .list-stat {
        justify-content: space-between;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .list-stat>li:nth-of-type(2) {
        margin: 0;
    }

    .list-stat>li {
        flex: 0 1 49%;
    }

    .list-stat>li:last-of-type {
        flex: 0 1 100%;
        margin-top: 20px;
    }

    .f-info {
        min-height: 780px;
        align-items: flex-end;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 70%), #000 url(../img/f-info.jpg) no-repeat;
        background-position: center -15%;
    }
    .s-info {
        min-height: 860px;
        align-items: flex-end;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 50%), #000 url(../img/s-info-2.jpg) no-repeat;
        background-position: 0px 0px;
        background-size: cover;
    }
    .thrd-info {
        min-height: 860px;
        align-items: flex-end;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 60%), #000 url(../img/thrd-info.jpg) no-repeat;
        background-position: 95% top;
    }

    .f-info>div,
    .s-info>div,
    .thrd-info>div {
        flex: 0 1 100%;
    }
    .sec-banner {
        min-height: 1260px;
        align-items: end;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 50%), #000 url(../img/sec-banner-2.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        padding: 60px 70px 70px;
        position: relative;
        overflow: hidden;
    }
    .sec-banner p{
        text-align: left;
    }
    .grey-bg .l-content{
        max-width: none;
        float: none;
    }
    .form-flx-submit {
        flex-wrap: wrap;
    }

    .form-flx-submit .form-item,
    .form-flx-submit .form-item:first-of-type,
    .form-flx-submit .form-item:nth-child(3) {
        flex: 0 1 100%;
        margin: 0 0 20px;
    }

    .form-item input,
    .submit-form {
        max-width: none;
        width: 100%;
    }
    
    .check-form {
        margin: 35px 0 15px;
    }
    .check-form p {
        width: 80%;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {

    h2,
    h3 {
        font-size: 50px;
    }
    p,
    .banner-info a{
        font-size: 20px;
    }.banner {
        padding: 60px 25px 70px;
    }
    .logo{
        max-width: 250px;
    }
    .grey-bg{
        padding: 25px;
    }
    .list-stat>li{
        flex: 0 1 100%;
        margin-bottom: 25px;
    }
    .s-info {
        background-position: 0px -15%;
    }
    .thrd-info {
        background-position: 75% top;
    }
}

.time {
  position: fixed;
  top: 80px;
  right: 0;
  background-color: #fff;
  padding: 10px 20px 10px 70px;
  align-items: center;
  cursor: pointer;
  display: none;
  z-index: 999;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px
}

.last__box-text {
    margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
}

.last__box-count {
  font-size: 14px;
  line-height: 1;
  color: #ef2b2b;
  font-weight: 600;
}

.block-download-time:before {
  content: "";
  background-image: url(../img/icon_download_green.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8%;
  width: 30px;
  height: 30px
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.scale-bttn {
    animation: 1s infinite alternate scale;
}
