* {
    margin: 0;
    padding: 0;
    outline-style: none;
    font-family: Montserrat, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main {
    background: #b9d6f2;
    overflow: hidden
}

.wrapper {
    max-width: 1683px;
    width: 100%;
    margin: 0 auto
}

.block1 {
    position: relative
}

.block1 .wrapper {
    padding: 273px 0 260px
}

.block1 .block1-bg {
    position: relative;
    background: url(../img/block1-bg.png) center no-repeat;
    width: 1683px;
    height: 1026px;
    border-radius: 78px
}

.block1 .block1-bg .circle1 {
    position: absolute;
    left: -119px;
    top: -164px
}

.block1 .block1-bg .circle2 {
    position: absolute;
    right: -66px;
    bottom: -140px
}

.block1 .bg-circle1 {
    position: absolute;
    left: 0;
    top: 0
}

.block1 .bg-circle2 {
    position: absolute;
    right: 0;
    top: 40%
}

.block1 .substrate {
    background: #FFF;
    -webkit-box-shadow: 0 0 52px rgba(0, 51, 148, .07);
            box-shadow: 0 0 52px rgba(0, 51, 148, .07);
    border-radius: 48px;
    width: 995px;
    height: 545px;
    position: absolute;
    z-index: 1;
    top: -173px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-width: 100%
}

.block1 .substrate .cont {
    width: 1192px;
    position: absolute;
    left: 50%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block1 .substrate .cont h3 {
    color: #0061bf;
    letter-spacing: -.01em;
    text-align: center;
    font-weight: 800;
    font-size: 44px;
    line-height: 146.28%
}

.block1 .substrate .cont .innerCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0
}

.block1 .substrate .cont .innerCont .box {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    position: relative
}

.block1 .substrate .cont .innerCont .box img {
    width: 100%;
    border-radius: 16px 16px 0 0
}

.block1 .substrate .cont .innerCont .box p {
    background: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 16px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #013183
}

.block1 .substrate .cont h2 {
    color: #0061bf;
    text-align: center;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 128%;
    font-weight: 400
}

.block1 .substrate .cont h2 span {
    display: block;
    font-weight: 700;
    font-size: 45px;
    color: #fd7d00
}

.block1 .order-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
    max-width: 1370px;
    bottom: -164px;
    right: 235px;
    position: absolute
}

.block1 .order-block .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFF;
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .3);
            box-shadow: 0 0 68px rgba(0, 51, 148, .3);
    border-radius: 12px;
    width: 819px
}

.block1 .order-block .product .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .15px;
    color: #000
}

.block1 .order-block .product .text span {
    font-weight: 800;
    color: #db2b39
}

.block1 .order-block .product img {
    border-radius: 12px 0 0 12px
}

.block1 .order-block form {
    width: 445px;
    background: #FFF;
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .3);
            box-shadow: 0 0 68px rgba(0, 51, 148, .3);
    border-radius: 24px;
    padding: 48px;
    text-align: center
}

.block1 .order-block form .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .15px;
    color: #232020;
    margin-bottom: 24px
}

.block1 .order-block form .title span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fd7d00
}

.block1 .order-block form .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px
}

.block1 .order-block form .price div {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .15px;
    color: #061a40;
    width: 170px;
    height: 72px
}

.block1 .order-block form .price .old_price span {
    font-size: 34px;
    text-align: center;
    letter-spacing: -.01em;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through
}

.block1 .order-block form .price .new_price {
    background: #fd7d00;
    color: #FFF
}

.block1 .order-block form .price .new_price span {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: .07em
}

.block1 .order-block form .timer {
    background: #FFF;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
            box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 48px 0 12px
}

.block1 .order-block form .timer .clock {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -.4px;
    color: #061a40
}

.block1 .order-block form .timer .clock span {
    position: relative
}

.block1 .order-block form .timer .clock span:before {
    content: 'Days';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #061a40;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.block1 .order-block form .timer .clock span:nth-of-type(2):before {
    content: 'Hours'
}

.block1 .order-block form .timer .clock span:nth-of-type(3):before {
    content: 'Minutes'
}

.block1 .order-block form .timer .clock span:nth-of-type(4):before {
    content: 'Seconds'
}

.block1 .order-block form input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    color: #6a768c;
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    margin-bottom: 16px
}

.block1 .order-block form input:nth-of-type(2) {
    margin-bottom: 0
}

.block1 .order-block form button {
    display: block;
    margin-top: 24px;
    width: 100%;
    background: #fd7d00;
    -webkit-box-shadow: 0 0 28px rgba(253, 125, 0, .3);
            box-shadow: 0 0 28px rgba(253, 125, 0, .3);
    border-radius: 6px;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 0;
    border: 0;
    cursor: pointer
}

.block1 .order-block .property {
    color: #FFF;
    text-shadow: 0 0 38px rgba(5, 14, 92, .15);
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -.01em;
    line-height: 146.28%;
    margin-top: 17px
}

.block1 .order-block .property span {
    font-size: 36px;
    background: #db2b39;
    display: inline-block;
    padding: 7px 13px
}

.block2 {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 94px
}

.block2 .content {
    width: 1563px;
    max-width: 100%;
    background: url(../img/block2-bg.png) center no-repeat;
    border-radius: 0 80px 0 0;
    padding: 109px 307px 48px 311px;
    background-size: cover;
    position: relative;
    z-index: 1
}

.block2 .content h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #FFF;
    margin-bottom: 76px
}

.block2 .content .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .15px;
    color: #FFF;
    position: relative;
    margin-bottom: 76px
}

.block2 .content .text:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 12px;
    height: 100%;
    background: #FFF
}

.block2 .content h4 {
    font-weight: 600;
    font-size: 33px;
    line-height: 146.28%;
    text-align: center;
    letter-spacing: -.01em;
    color: #FFF;
    text-shadow: 0 0 38px rgba(5, 14, 92, .15)
}

.block2 .content .innerCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px
}

.block2 .content .innerCont .box {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    position: relative;
    margin-bottom: 24px
}

.block2 .content .innerCont .box img {
    width: 100%;
    border-radius: 16px 16px 0 0
}

.block2 .content .innerCont .box p {
    background: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 16px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #013183
}

.block2 .property {
    color: #FFF;
    text-shadow: 0 0 38px rgba(5, 14, 92, .15);
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -.01em;
    line-height: 146.28%;
    margin-top: 27px;
    margin-left: 191px
}

.block2 .property span {
    font-size: 36px;
    background: #db2b39;
    display: inline-block;
    padding: 7px 13px
}

.block3 {
    position: relative;
    margin-bottom: 164px
}

.block3 .bg-circle1 {
    position: absolute;
    left: -7px;
    top: -444px
}

.block3 .bg-circle2 {
    position: absolute;
    right: 0;
    top: -73px
}

.block3 .wrapper {
    background: #FFF;
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .1);
            box-shadow: 0 0 68px rgba(0, 51, 148, .1);
    border-radius: 80px;
    padding: 64px 71px 108px;
    text-align: center;
    position: relative;
    z-index: 1
}

.block3 h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #061a40;
    margin-bottom: 40px
}

.block3 h2 span {
    font-weight: 800;
    color: #db2b39
}

.block3 p {
    font-weight: 500;
    font-size: 33px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #db2b39;
    margin-bottom: 158px
}

.block3 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative
}

.block3 .content img {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    left: 49%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block3 .content .box {
    width: 414px
}

.block3 .content .box:nth-of-type(1) .text {
    margin-right: -36px
}

.block3 .content .box:nth-of-type(1) .text:nth-of-type(2):after {
    background: url(../img/b3-3.png) center no-repeat;
    left: -159px;
    top: -83px
}

.block3 .content .box:nth-of-type(2) .text:nth-of-type(1) {
    margin-bottom: 178px
}

.block3 .content .box:nth-of-type(2) .text:nth-of-type(1):after {
    background: url(../img/b3-2.png) center no-repeat;
    left: -184px;
    top: -87px
}

.block3 .content .box:nth-of-type(2) .text:nth-of-type(2):after {
    background: url(../img/b3-4.png) center no-repeat;
    left: -179px;
    top: -85px
}

.block3 .content .box .text {
    margin-left: auto;
    width: 332px;
    margin-bottom: 148px;
    position: relative
}

.block3 .content .box .text .innerText {
    padding: 48px 32px;
    background: #FFF;
    -webkit-box-shadow: 0 0 36px rgba(177, 177, 177, .2);
            box-shadow: 0 0 36px rgba(177, 177, 177, .2);
    border-radius: 12px;
    position: relative;
    z-index: 1
}

.block3 .content .box .text:after {
    content: '';
    background: url(../img/b3-1.png) center no-repeat;
    position: absolute;
    left: -186px;
    top: -84px;
    width: 265px;
    height: 289px
}

.block3 .content .box .text:nth-of-type(2) {
    margin-bottom: 0
}

.block3 .content .box .text p:nth-of-type(1) {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .15px;
    text-transform: uppercase;
    color: #db2b39;
    margin-bottom: 24px
}

.block3 .content .box .text p:nth-of-type(2) {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: .15px;
    color: #061a40;
    margin-bottom: 0
}

.block4 {
    position: relative
}

.block4 .bg-circle1 {
    left: 0;
    position: absolute;
    top: 56%
}

.block4 .block4__content {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center
}

.block4 .block4__content .content {
    margin-left: auto;
    background: #FFF;
    border-radius: 80px 0 0 0;
    max-width: 1795px;
    padding: 92px 328px 863px;
    position: relative;
    z-index: 1
}

.block4 .block4__content .content .people {
    position: absolute;
    bottom: -198px;
    right: 0
}

.block4 .block4__content .content h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #061a40;
    margin-bottom: 111px
}

.block4 .block4__content .content h2 span {
    font-weight: 800;
    color: #db2b39
}

.block4 .block4__content .content .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}

.block4 .block4__content .content .cont .box {
    width: 320px;
    position: relative;
    margin: 0 29px 80px
}

.block4 .block4__content .content .cont .box .circle {
    width: 250px;
    height: 250px;
    background: #0061bf;
    opacity: .03;
    position: absolute;
    bottom: -74px;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.block4 .block4__content .content .cont .box p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #061a40
}

.block4 .block4__content .content .cont .box img {
    margin-bottom: 28px
}

.block4 .block4__content .content button {
    max-width: 465px;
    width: 100%;
    background: #fd7d00;
    -webkit-box-shadow: 0 0 28px rgba(253, 125, 0, .3);
            box-shadow: 0 0 28px rgba(253, 125, 0, .3);
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    border: 0;
    margin-top: 30px;
    cursor: pointer
}

.block5 {
    max-width: 1920px;
    margin: 310px auto 0;
    padding-bottom: 112px
}

.block5 .content {
    width: 1627px;
    max-width: 100%;
    background: url(../img/block5-bg.png) center no-repeat;
    border-radius: 0 0 0 80px;
    padding: 109px 118px 100px 265px;
    margin-left: auto;
    background-size: cover;
    position: relative;
    z-index: 1
}

.block5 .content h3 {
    font-weight: 800;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #FFF;
    margin-bottom: 34px
}

.block5 .content p {
    font-weight: 500;
    font-size: 33px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #FFF;
    margin-bottom: 47px
}

.block5 .content .text {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .15px;
    color: #FFF;
    position: relative;
    margin-bottom: 44px
}

.block5 .content .text b {
    font-weight: 400;
    display: block;
    margin-top: 25px
}

.block5 .content .text span {
    font-weight: 800;
    background: #db2b39;
    padding: 1px 3px;
    display: inline-block
}

.block5 .content .text:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 12px;
    height: 100%;
    background: #FFF
}

.block5 .content .cont .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px
}

.block5 .content .cont .box:nth-last-of-type(1) {
    margin-bottom: 0
}

.block5 .content .cont .box .cont_text {
    width: 540px;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -.01em;
    color: #FFF
}

.block5 .content .cont .box .circle {
    color: #fd7d00;
    background: #FFF;
    border-radius: 50%;
    width: 134px;
    height: 134px;
    text-align: center;
    font-weight: 800;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.block6 {
    position: relative;
    margin-bottom: 104px
}

.block6 .bg-circle1 {
    position: absolute;
    right: 0;
    top: 50%
}

.block6 .wrapper {
    background: #FFF;
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .1);
            box-shadow: 0 0 68px rgba(0, 51, 148, .1);
    border-radius: 80px;
    padding: 79px 105px 140px;
    text-align: center;
    position: relative;
    z-index: 1
}

.block6 .wrapper h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #061a40;
    margin-bottom: 115px
}

.block6 .wrapper h2 span {
    font-weight: 800;
    color: #db2b39
}

.block6 .wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}

.block6 .wrapper .content .text {
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: .15px;
    color: #061a40;
    max-width: 673px
}

.block6 .wrapper .content .text p {
    margin-bottom: 33px
}

.block6 .wrapper .content .text p:nth-of-type(3) {
    margin-bottom: 0
}

.block6 .wrapper .content .text span {
    font-weight: 800;
    color: #db2b39
}

.block6 .wrapper .content .content__img {
    position: relative
}

.block6 .wrapper .content .content__img .name {
    position: absolute;
    bottom: 63px;
    left: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .75px;
    color: #061a40;
    background: #FFF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 16px;
    padding: 17px 28px;
    text-align: left
}

.block6 .wrapper .content .content__img .name span {
    color: #061a40;
    opacity: .5
}

.block7 {
    position: relative;
    margin-bottom: 114px
}

.block7 .bg-circle1 {
    position: absolute;
    left: -8px;
    top: -305px
}

.block7 .wrapper {
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .1);
            box-shadow: 0 0 68px rgba(0, 51, 148, .1);
    border-radius: 80px;
    padding: 63px 180px 108px;
    text-align: center;
    position: relative;
    background: #FFF url(../img/vector1.png) left top no-repeat;
    background-size: contain;
    z-index: 1
}

.block7 .wrapper h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 146.28%;
    letter-spacing: -.01em;
    color: #061a40;
    margin-bottom: 67px;
    text-align: right;
    margin-right: 70px
}

.block7 .wrapper h2 span {
    font-weight: 800;
    color: #db2b39
}

.block7 .wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}

.block7 .wrapper .content .review {
    max-width: 350px;
    background: #FFF;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
            box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
    border-radius: 12px;
    min-height: 451px;
    padding: 36px;
    text-align: left
}

.block7 .wrapper .content .review:nth-of-type(2) {
    margin: 0 75px
}

.block7 .wrapper .content .review .user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #cdcecf;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.block7 .wrapper .content .review .user_info img {
    margin-right: 15px
}

.block7 .wrapper .content .review .user_info .user_name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #363a40
}

.block7 .wrapper .content .review .user_info .user_name span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #67758d
}

.block7 .wrapper .content .review p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #6a768c
}

.block8 {
    position: relative;
    padding-bottom: 63px
}

.block8 .bg-circle1 {
    position: absolute;
    left: -8px;
    top: 124px
}

.block8 .bg-circle2 {
    position: absolute;
    right: -8px;
    top: -349px
}

.block8 .wrapper {
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .1);
            box-shadow: 0 0 68px rgba(0, 51, 148, .1);
    border-radius: 80px;
    padding: 63px 60px 108px;
    position: relative;
    background: url(../img/vector2.png) left bottom no-repeat, url(../img/vector3.png) right top no-repeat #fff;
    z-index: 1
}

.block8 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.block8 .content .product {
    width: 1090px
}

.block8 .content .product h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 128%;
    text-align: center;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #0061bf;
    margin-bottom: 90px
}

.block8 .content .product h2 span {
    font-size: 54px;
    line-height: 128%;
    font-weight: 700;
    color: #fd7d00
}

.block8 .content .product .prod-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 150px
}

.block8 .content .product .prod-block img {
    max-width: 348px;
    margin-right: 60px
}

.block8 .content .product .prod-block p {
    max-width: 515px;
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    color: #000;
    letter-spacing: 1px
}

.block8 .content .product .prod-block p span {
    font-weight: 800;
    color: #db2b39
}

.block8 form {
    width: 445px;
    background: #FFF;
    -webkit-box-shadow: 0 0 68px rgba(0, 51, 148, .3);
            box-shadow: 0 0 68px rgba(0, 51, 148, .3);
    border-radius: 24px;
    padding: 48px;
    text-align: center
}

.block8 form .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .15px;
    color: #232020;
    margin-bottom: 24px
}

.block8 form .title span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fd7d00
}

.block8 form .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px
}

.block8 form .price div {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .15px;
    color: #061a40;
    width: 170px;
    height: 72px
}

.block8 form .price .old_price span {
    font-size: 34px;
    text-align: center;
    letter-spacing: -.01em;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through
}

.block8 form .price .new_price {
    background: #fd7d00;
    color: #FFF
}

.block8 form .price .new_price span {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: .07em
}

.block8 form .timer {
    background: #FFF;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
            box-shadow: 0 3px 13px rgba(0, 0, 0, .0792996);
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 48px 0 12px
}

.block8 form .timer .clock {
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    letter-spacing: -.4px;
    color: #061a40
}

.block8 form .timer .clock span {
    position: relative
}

.block8 form .timer .clock span:before {
    content: 'Days';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #061a40;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.block8 form .timer .clock span:nth-of-type(2):before {
    content: 'Hours'
}

.block8 form .timer .clock span:nth-of-type(3):before {
    content: 'Minutes'
}

.block8 form .timer .clock span:nth-of-type(4):before {
    content: 'Seconds'
}

.block8 form input {
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    color: #6a768c;
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    margin-bottom: 16px
}

.block8 form input:nth-of-type(2) {
    margin-bottom: 0
}

.block8 form button {
    display: block;
    margin-top: 24px;
    width: 100%;
    background: #fd7d00;
    -webkit-box-shadow: 0 0 28px rgba(253, 125, 0, .3);
            box-shadow: 0 0 28px rgba(253, 125, 0, .3);
    border-radius: 6px;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 0;
    border: 0;
    cursor: pointer
}

@media all and (max-width:1650px) {
    .block6 .wrapper .content .text {
        max-width: 600px
    }
    .block8 {
        padding-bottom: 100px
    }
    .block8 .content .product {
        width: 950px
    }
    .block8 .content .product .prod-block {
        padding-left: 0
    }
}

@media all and (max-width:1599px) {
    .block1 .wrapper {
        padding: 0
    }
    .block1 .circle1,
    .block1 .circle2 {
        display: none
    }
    .block1 .block1-bg {
        max-width: 100%;
        height: auto;
        background-size: cover;
        border-radius: 0
    }
    .block1 .substrate {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
        background: 0;
        height: auto;
        -webkit-transform: translate(0, 0);
    	transform: translate(0, 0);
    }
    .block1 .substrate .cont {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .block1 .substrate .cont h2,
    .block1 .substrate .cont h3 {
        color: #FFF
    }
    .block1 .substrate .cont .innerCont {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .block1 .substrate .cont .innerCont .box {
        margin: 20px 30px
    }
    .block1 .order-block {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 1024px;
        margin: 0 auto
    }
    .block1 .order-block .product,
    .block1 .order-block .property {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 20px auto;
        text-align: center
    }
    .block1 .order-block .product .text,
    .block1 .order-block .property .text {
        text-align: left
    }
    .block1 .order-block form {
        max-width: 100%;
        margin: 20px auto
    }
    .block2 .content {
        padding: 100px
    }
    .block3 .content img {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        display: block;
        margin: 0 auto 100px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2
    }
    .block4 .block4__content .content {
        padding: 92px 328px 15px
    }
    .block4 .block4__content .content .people {
        position: relative;
        width: 100%;
        bottom: auto
    }
    .block4 .block4__content .content button {
        margin: 30px auto
    }
    .block5 .content {
        padding: 100px
    }
    .block6 .wrapper .content .text {
        max-width: 600px;
        margin: 0 auto 20px
    }
    .block6 .wrapper .content .content__img {
        margin: 0 auto;
        max-width: 100%
    }
    .block7 .wrapper .content .review {
        margin-bottom: 20px
    }
    .block8 .content .product .prod-block {
        margin-bottom: 20px
    }
    .block8 .content .product .prod-block img,
    .block8 form {
        margin: 0 auto
    }
}

@media all and (max-width:1150px) {
    .block3 p {
        margin-bottom: 40px
    }
    .block3 .content img {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0
    }
}

.mobile {
    display: none
}

@media all and (max-width:1023px) {
    .block3 .content .box .text:nth-of-type(2),
    .block3 .content .box:nth-of-type(1) .text {
        margin-right: 0
    }
    .block3 .content .box {
        margin: 0 auto 140px;
        max-width: 100%
    }
    .block3 .content .box:nth-of-type(1) .text:nth-of-type(2):after {
        background: url(../img/b3-2.png) center no-repeat;
        left: -184px;
        top: -87px
    }
    .block3 .content .box:nth-of-type(2) .text:nth-of-type(1):after {
        background: url(../img/b3-3.png) center no-repeat;
        left: -159px;
        top: -83px
    }
    .block4 .block4__content .content {
        padding: 90px 90px 15px
    }
    .block6 .wrapper .content .content__img img {
        width: 100%
    }
    .block7 .wrapper .content .review:nth-of-type(2) {
        margin: 0 auto 20px
    }
}

@media all and (max-width:800px) {
    .wrapper {
        max-width: 320px
    }
    .block1 {
        padding-bottom: 1093px
    }
    .block1 .wrapper {
        max-width: 100%
    }
    .block1 .substrate {
        max-width: 320px;
        padding-bottom: 34px
    }
    .block1 .substrate .cont .innerCont {
        margin: 36px 0 30px
    }
    .block1 .substrate .cont h3 {
        font-size: 28px;
        line-height: 100%;
        font-weight: 600;
        padding-top: 38px
    }
    .block1 .substrate .cont h2 {
        font-size: 28px;
        line-height: 128%
    }
    .block1 .substrate .cont h2 span {
        font-size: 28px
    }
    .block1 .substrate .cont .innerCont .box {
        margin: 0 auto 8px
    }
    .block1 .order-block .product,
    .block1 .order-block .property {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0
    }
    .block1 .order-block {
        max-width: 320px;
        position: absolute;
        text-align: center;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%)
    }
    .block1 .order-block .product {
        display: block;
        padding: 7px 20px 32px;
        margin: 0 auto
    }
    .block1 .order-block .product img {
        width: 100%
    }
    .block1 .order-block .product .text {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-top: -28px
    }
    .block1 .order-block form {
        max-width: 100%;
        margin: 16px auto;
        padding: 32px
    }
    .block1 .order-block form .title {
        margin-bottom: 16px
    }
    .block1 .order-block form .price {
        margin-bottom: 12px
    }
    .block1 .order-block form .price div {
        height: 60px;
        line-height: 26px
    }
    .block1 .order-block form .price .new_price span,
    .block1 .order-block form .price .old_price span {
        font-size: 24px
    }
    .block1 .order-block form .timer .clock {
        font-size: 30px
    }
    .block1 .order-block form .timer .clock span:before {
        font-size: 12px;
        top: -22px
    }
    .block1 .order-block form .timer {
        padding: 30px 0 0;
        margin-bottom: 18px
    }
    .block1 .order-block form input {
        padding: 9px 0 9px 16px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 8px
    }
    .block1 .order-block form button {
        margin-top: 17px;
        font-size: 14px;
        line-height: 150%;
        padding: 8px 0;
        text-transform: uppercase;
        letter-spacing: .08em
    }
    .block1 .order-block .property {
        font-size: 28px;
        line-height: 120%;
        font-weight: 700;
        margin: 21px auto
    }
    .block1 .order-block .property span {
        font-size: 28px;
        padding: 0;
        width: 225px;
        font-weight: 700
    }
    .block2 {
        padding-bottom: 61px
    }
    .block2 .content {
        border-radius: 0;
        padding: 46px 20px 33px
    }
    .block2 .content h3 {
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        font-weight: 700;
        margin-bottom: 36px
    }
    .block2 .content .text {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: .15px;
        margin-bottom: 34px
    }
    .block2 .content .innerCont .box {
        margin: 0 auto 8px
    }
    .block2 .content h4 {
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        margin-top: 25px
    }
    .block2 .property {
        font-size: 20px;
        line-height: 120%;
        font-weight: 700;
        margin: 32px auto 0;
        text-align: center
    }
    .block2 .property span {
        font-size: 20px;
        padding: 0;
        width: 225px;
        font-weight: 700;
        display: block;
        margin: 0 auto
    }
    .block2 .property .desktop {
        display: none
    }
    .block2 .property .mobile {
        display: inline-block
    }
    .block3 {
        margin-bottom: 50px
    }
    .block3 .wrapper {
        padding: 40px 10px 25px;
        border-radius: 20px
    }
    .block3 h2 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 26px
    }
    .block3 h2 span {
        display: block
    }
    .block3 h2 br {
        display: none
    }
    .block3 p {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 25px
    }
    .block3 .content img {
        margin: 0 auto 10px
    }
    .block3 .content .box .text p:nth-of-type(1) {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: .15px;
        margin-bottom: 16px
    }
    .block3 .content .box .text p:nth-of-type(2) {
        font-size: 14px;
        line-height: 22px
    }
    .block3 .content .box .text {
        width: 259px;
        margin-bottom: 40px
    }
    .block3 .content .box .text .innerText {
        padding: 40px 10px
    }
    .block3 .content .box .text:after {
        width: 79px;
        height: 226px;
        background-image: url(../img/b3-1.png);
        position: absolute;
        left: -56px;
        top: -49px;
        background-size: 81%, 0;
        background-repeat: no-repeat
    }
    .block3 .content .box:nth-of-type(1) .text:nth-of-type(2):after {
        width: 144px;
        height: 226px;
        background-image: url(../img/b3-2.png);
        position: absolute;
        left: -64px;
        top: -61px;
        background-size: 81%, 0;
        background-repeat: no-repeat
    }
    .block3 .content .box:nth-of-type(2) .text:nth-of-type(1):after {
        width: 144px;
        height: 226px;
        background-image: url(../img/b3-3.png);
        position: absolute;
        left: -65px;
        top: -55px;
        background-size: 81%, 0;
        background-repeat: no-repeat
    }
    .block3 .content .box:nth-of-type(2) .text:nth-of-type(2):after {
        width: 162px;
        height: 226px;
        background-image: url(../img/b3-4.png);
        position: absolute;
        left: -65px;
        top: -76px;
        background-size: 81%, 0;
        background-repeat: no-repeat
    }
    .block3 .content .box {
        margin: 0 auto 40px
    }
    .block3 .content .box:nth-of-type(2) .text:nth-of-type(1) {
        margin-bottom: 40px
    }
    .block4 .block4__content .content {
        padding: 42px 10px 25px;
        border-radius: 20px
    }
    .block4 .block4__content .content .people {
        bottom: -83px
    }
    .block4 .block4__content .content button {
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        padding: 8px 0;
        margin: 0 auto
    }
    .block4 .block4__content .content h2 {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 30px
    }
    .block4 .block4__content .content .cont .box {
        margin: 0 auto 90px
    }
    .block4 .block4__content .content .cont .box:nth-last-of-type(1) {
        margin-bottom: 67px
    }
    .block4 .block4__content .content .cont .box img {
        width: 100px
    }
    .block4 .block4__content .content .cont .box p {
        font-size: 14px;
        line-height: 20px
    }
    .block4 .block4__content .content .cont .box .circle {
        width: 150px;
        height: 150px
    }
    .block5 {
        margin: 106px auto 0;
        padding-bottom: 34px
    }
    .block5 .content {
        padding: 28px 10px 26px;
        border-radius: 0
    }
    .block5 .content h3 {
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 31px
    }
    .block5 .content p {
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 31px
    }
    .block5 .content .text {
        font-size: 14px;
        line-height: 22px;
        padding: 0 10px;
        margin-bottom: 28px
    }
    .block5 .content .text b {
        margin-top: 20px
    }
    .block5 .content .text p:nth-of-type(3) {
        margin-bottom: 24px
    }
    .block5 .content .cont .box img {
        width: 252px;
        margin-bottom: 8px
    }
    .block5 .content .cont .box .circle {
        font-weight: 800;
        font-size: 26.27px;
        line-height: 146.28%;
        width: 80px;
        height: 80px
    }
    .block5 .content .cont .box .cont_text {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        width: 205px
    }
    .block6 {
        margin-bottom: 31px
    }
    .block6 .wrapper {
        padding: 42px 20px 35px;
        border-radius: 20px
    }
    .block6 .wrapper h2 {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 20px
    }
    .block6 .wrapper h2 span {
        display: block
    }
    .block6 .wrapper .content .text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1
    }
    .block6 .wrapper .content .text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px
    }
    .block6 .wrapper .content .text p:nth-of-type(3) {
        margin-bottom: 22px
    }
    .block6 .wrapper .content .text p .mobile {
        display: inline-block
    }
    .block6 .wrapper .content .text .mobile {
        display: block;
        position: relative;
        left: auto;
        bottom: auto;
        background: #FFF;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
                box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        border-radius: 16px;
        width: 260px;
        margin: 0 auto;
        color: #061a40;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: .75px;
        text-align: left;
        padding: 18px 0 18px 29px
    }
    .block6 .wrapper .content .text .mobile span {
        color: #061a40;
        opacity: .5
    }
    .block6 .wrapper .content .content__img .desktop {
        display: none
    }
    .block6 .wrapper .content .content__img img {
        margin-bottom: 23px;
        padding: 0 11px
    }
    .block7 {
        margin-bottom: 64px
    }
    .block7 .wrapper {
        border-radius: 20px;
        padding: 45px 10px;
        background: #FFF url(../img/vector1.png) left bottom no-repeat
    }
    .block7 .wrapper h2 {
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 42px
    }
    .block7 .wrapper .content .review {
        padding: 20px;
        min-height: auto;
        margin-bottom: 16px
    }
    .block7 .wrapper .content .review p {
        font-size: 12px;
        line-height: 21px
    }
    .block8 {
        padding-bottom: 0
    }
    .block8 .wrapper {
        border-radius: 0;
        background: #fff url(../img/vector2.png) left bottom no-repeat;
        padding: 48px 0 84px
    }
    .block8 .wrapper .product {
        width: 100%;
        padding: 0 10px
    }
    .block8 .wrapper .product h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 128%;
        margin-bottom: 32px
    }
    .block8 .wrapper .product h2 span {
        font-size: 28px
    }
    .block8 .wrapper .product .prod-block {
        margin-bottom: 16px
    }
    .block8 .wrapper .product .prod-block img {
        max-width: 180px;
        margin-bottom: 22px
    }
    .block8 .wrapper .product .prod-block p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 13px
    }
    .block8 .wrapper form {
        max-width: 100%;
        margin: 16px auto;
        padding: 32px
    }
    .block8 .wrapper form .title {
        margin-bottom: 16px
    }
    .block8 .wrapper form .price {
        margin-bottom: 12px
    }
    .block8 .wrapper form .price div {
        height: 60px;
        line-height: 26px
    }
    .block8 .wrapper form .price .new_price span,
    .block8 .wrapper form .price .old_price span {
        font-size: 24px
    }
    .block8 .wrapper form .timer .clock {
        font-size: 30px
    }
    .block8 .wrapper form .timer .clock span:before {
        font-size: 12px;
        top: -22px
    }
    .block8 .wrapper form .timer {
        padding: 30px 0 0;
        margin-bottom: 18px
    }
    .block8 .wrapper form input {
        padding-left: 16px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 8px
    }
    .block8 .wrapper form button {
        margin-top: 17px;
        font-size: 14px;
        line-height: 150%;
        padding: 8px 0;
        text-transform: uppercase;
        letter-spacing: .08em
    }
}

.pp-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.privacy-policy {
    margin: 0 auto;
    text-decoration: none;
    padding: 30px 0;
    font-size: 25px
}

@media(max-width:1024px) {
    .privacy-policy {
        font-size: 15px
    }
}
form .input-wrapper label {
    display: none !important;
    pointer-events: none;
}

form .input-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto 15px;
}

form .input-wrapper .error {
    border: 1px solid red !important;
    padding-top: 8px !important;
}

form .input-wrapper .error+label {
    font-family: "Arial", sans-serif !important;
    width: 100% !important;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px !important;
    line-height: 16px;
    font-weight: inherit !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding-left: 15px !important;
    text-align: left !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
}

form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.main-lnk {
    text-decoration: none;
    color: inherit !important;
}

.footer {
    background: transparent !important;
}