html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
    height: 100%
}

@media (max-width: 460px) {
    html {
        font-size: 14px
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    height: 100%
}

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

.container {
    max-width: 1443px;
    width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto
}

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.25;
    font-family: "Roboto Slab", serif;
    color: #063273;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin-bottom: 35px
}

@media (max-width: 600px) {
    h1 {
        font-size: 28px
    }
}

h1.max {
    font-size: 50px
}

@media (max-width: 600px) {
    h1.max {
        font-size: 42px
    }
}

h1.white {
    color: #fff
}

h1.left {
    text-align: left
}

.btn {
    width: 100%;
    text-align: center;
    color: #000;
    height: 77px;
    max-width: 347px;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: nowrap;
    flex-wrap: nowrap;
    font-size: 17px;
    border: none;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    background: -webkit-gradient(linear, left top, left bottom, from(#fddb3d), to(#ffc205));
    background: linear-gradient(180deg, #fddb3d 0%, #ffc205 100%);
    border: 4.38172px solid #fddd4a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4.38172px
}

.btn span {
    margin-right: 20px
}

.btn:hover {
    opacity: 0.8
}

@media (max-width: 500px) {
    .btn {
        font-size: 16px
    }
}

.img {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.img.center {
    margin: 0.8rem auto
}

.img p {
    color: #707070;
    font-size: 1.1rem;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 390px;
    text-align: center
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
    -webkit-animation: show 0.4s ease;
    animation: show 0.4s ease
}

.overlay.active {
    display: block
}

@-webkit-keyframes show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

ul {
    margin: 0;
    padding-left: 1rem
}

ul li {
    font-style: italic
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 347px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form input {
    width: 100%;
    height: 62px;
    background: #ffffff;
    border: none;
    outline: none;
    opacity: 0.9;
    border-radius: 33.8994px;
    margin-bottom: 15px;
    font-size: 17px;
    padding: 0 36px
}

.form input::-webkit-input-placeholder {
    color: #a7a7a7;
    font-size: 17px
}

.form input:-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 17px
}

.form input::-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 17px
}

.form input::placeholder {
    color: #a7a7a7;
    font-size: 17px
}

.timer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    padding-bottom: 35px
}

.timer.chin {
    position: relative;
    z-index: 3
}

.timer.chin::after {
    content: "";
    mix-blend-mode: color-burn;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 30px rgba(117, 117, 117, 0.1);
    box-shadow: 0px 5px 30px rgba(117, 117, 117, 0.1);
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #ebebeb;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.timer__wrapper, .timer__desc {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    font-weight: normal
}

.timer__wrapper > div, .timer__desc > div {
    width: 331px;
    text-align: center
}

.timer__wrapper span {
    font-weight: normal;
    line-height: 1
}

@media (max-width: 400px) {
    .timer__wrapper {
        padding: 0 20px
    }
}

.timer__title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px
}

@media (max-width: 430px) {
    .timer__title {
        font-size: 13px
    }
}

.timer__desc {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-transform: lowercase
}

.timer__desc span {
    display: inline-block;
    width: 85px;
    text-align: center
}

.t-hour > span, .t-min > span, .t-sec > span {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 30px;
    background: #002e7e;
    border-radius: 5px;
    color: #fff;
    border: #0b60f3 3px solid;
    margin: 2%
}

@media (max-width: 1150px) {
    .t-hour > span, .t-min > span, .t-sec > span {
        font-size: 20px;
        padding: 0 7px
    }
}

.header {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    top: 0;
    background: #FFD704;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header p {
    color: #000;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin: auto
}

@media (max-width: 1150px) {
    .header p {
        font-size: 15px
    }
}

@media (max-width: 950px) {
    .header p {
        font-size: 13px
    }
}

@media (max-width: 575px) {
    .header p {
        font-size: 10px
    }
}

.header__content {
    max-width: 1443px;
    padding: 1rem 1rem;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 1150px) {
    .header__content {
        padding: 1rem 10px
    }
}

.intro {
    background: #001127;
    background-image: url(../images/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 1360px) {
    .intro {
        background-image: url(../images/intro-bg-mb.jpg)
    }
}

.intro__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 553px) minmax(0, 374px) minmax(0, 1fr);
    grid-template-columns:minmax(0, 553px) minmax(0, 374px) minmax(0, 1fr);
    -ms-grid-rows: 140px;
    grid-template-rows:140px;
    grid-template-areas:"box-1 box-4 box-5" "box-2 box-4 box-5" "box-3 box-4 box-5";
    padding: 20px 50px;
    padding-bottom: 0
}

@media (max-width: 1360px) {
    .intro__main {
        -ms-grid-columns: minmax(0, 403px) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns:minmax(0, 403px) minmax(0, 1fr) minmax(0, 1fr)
    }
}

@media (max-width: 1150px) {
    .intro__main {
        -ms-grid-columns: minmax(0, 353px) minmax(0, 1fr) minmax(0, 1fr);
        grid-template-columns:minmax(0, 353px) minmax(0, 1fr) minmax(0, 1fr)
    }
}

@media (max-width: 950px) {
    .intro__main {
        -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns:minmax(0, 1fr);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        grid-template-areas:"box-1" "box-4" "box-5" "box-2" "box-3"
    }
}

@media (max-width: 575px) {
    .intro__main {
        padding: 20px 30px
    }
}

@media (max-width: 950px) {
    .intro__main--bottom .intro__builets {
        display: none
    }

    .intro__main--bottom .intro__warning {
        display: none
    }
}

.intro__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: box-1
}

@media (max-width: 950px) {
    .intro__title {
        position: absolute;
        left: 0;
        bottom: auto
    }
}

.intro__title .top {
    color: #e6c100;
    font-size: 23px;
    font-weight: bold
}

.intro__title .top b {
    background: #3aa09f;
    color: #fff;
    padding: 0 4px
}

@media (max-width: 1150px) {
    .intro__title .top {
        font-size: 16px
    }
}

@media (max-width: 950px) {
    .intro__title .top {
        margin-left: 30px
    }
}

@media (max-width: 575px) {
    .intro__title .top {
        margin-left: 10px
    }
}

.intro__title p {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    padding-top: 4px;
    padding-bottom: 11px;
    margin: 0;
    color: #ffffff
}

@media (max-width: 1360px) {
    .intro__title p {
        font-size: 26px
    }
}

@media (max-width: 1150px) {
    .intro__title p {
        font-size: 22px
    }
}

@media (max-width: 950px) {
    .intro__title p {
        margin-left: 30px;
        font-size: 35px
    }
}

@media (max-width: 575px) {
    .intro__title p {
        margin-left: 10px;
        font-size: 30px
    }
}

@media (max-width: 430px) {
    .intro__title p {
        font-size: 23px
    }
}

.intro__title .bottom {
    background: #3aa09f;
    color: #fff;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px;
    padding: 8px
}

@media (max-width: 1150px) {
    .intro__title .bottom {
        font-size: 12px
    }
}

@media (max-width: 950px) {
    .intro__title .bottom {
        font-size: 14px;
        border-radius: 0 5px 5px 0
    }
}

@media (max-width: 575px) {
    .intro__title .bottom {
        font-size: 12px
    }
}

@media (max-width: 430px) {
    .intro__title .bottom {
        font-size: 10px
    }
}

.intro__builets {
    color: #fff;
    margin-top: 42px;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: box-2
}

@media (max-width: 1150px) {
    .intro__builets {
        margin-top: 20px
    }
}

.intro__builets--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 20px;
    margin-bottom: 17px
}

@media (max-width: 1150px) {
    .intro__builets--item {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.intro__builets--item:last-child {
    margin-bottom: 0
}

.intro__builets--item:nth-child(2) {
    padding-left: 20px
}

.intro__builets--item:nth-child(3) {
    padding-left: 30px
}

.intro__builets--item:nth-child(4) {
    padding-left: 40px
}

.intro__builets--item::before {
    content: "";
    background-image: url(../images/builets.svg);
    width: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px
}

@media (max-width: 1150px) {
    .intro__builets--item::before {
        width: 30px;
        height: 40px
    }
}

.intro__builets--item p {
    max-width: 400px;
    width: 100%;
    margin: 0;
    padding-left: 10px
}

@media (max-width: 950px) {
    .intro__builets--item:nth-child(2) {
        padding-left: 0
    }

    .intro__builets--item:nth-child(3) {
        padding-left: 0
    }

    .intro__builets--item:nth-child(4) {
        padding-left: 0;
        margin-bottom: 20px
    }
}

.intro__warning {
    color: #fff;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: box-3
}

@media (max-width: 1150px) {
    .intro__warning {
        margin-top: 0;
        font-size: 13px
    }
}

.intro__trigger {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: box-4;
    background-image: url(../images/intro__trigger--bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain
}

@media (max-width: 950px) {
    .intro__trigger {
        height: 471px
    }
}

@media (max-width: 950px) {
    .intro__trigger {
        max-width: 700px;
        margin: 0 auto;
        width: 100%
    }
}

@media (max-width: 360px) {
    .intro__trigger {
        height: 390px
    }
}

.intro__trigger .box {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.intro__trigger .box p {
    position: absolute;
    bottom: 4px;
    color: #fff;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 178px;
    font-size: 16px;
    width: 100%;
    margin: 0
}

.intro__trigger .box p b {
    text-transform: uppercase;
    display: block
}

@media (max-width: 1150px) {
    .intro__trigger .box p {
        font-size: 13px
    }
}

@media (max-width: 1150px) {
    .intro__trigger .box img {
        width: 150px
    }
}

@media (max-width: 950px) {
    .intro__trigger .box img {
        width: 170px
    }

    .intro__trigger .box p {
        font-size: 12px;
        bottom: 7px
    }
}

.intro__prod {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: box-5
}

@media (max-width: 950px) {
    .intro__prod {
        max-width: 400px;
        margin: 0 auto;
        margin-top: -190px
    }
}

@media (max-width: 360px) {
    .intro__prod {
        margin-top: -130px
    }
}

.intro__prod .price {
    position: relative;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.intro__prod .price img {
    width: 100%
}

.intro__prod .price b, .intro__prod .price s {
    position: absolute;
    bottom: 5%;
    font-size: 26px
}

@media (max-width: 1360px) {
    .intro__prod .price b, .intro__prod .price s {
        font-size: 24px
    }
}

@media (max-width: 1150px) {
    .intro__prod .price b, .intro__prod .price s {
        font-size: 24px
    }
}

@media (max-width: 430px) {
    .intro__prod .price b, .intro__prod .price s {
        font-size: 18px
    }
}

.intro__prod .price b {
    right: 15%
}

.intro__prod .price s {
    left: 20%
}

@media (max-width: 950px) {
    .intro__prod .price {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

.intro__prod .btn {
    margin-bottom: 20px
}

@media (max-width: 1150px) {
    .intro__prod .btn {
        font-size: 14px;
        height: 60px
    }
}

@media (max-width: 430px) {
    .intro__prod .btn {
        font-size: 12px
    }
}

.intro form {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin-right: 50px;
    margin-left: auto
}

.intro form input, .intro form select {
    background: #f9f9f9;
    outline: none;
    -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    max-width: 372px;
    width: 100%;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.sect1 {
    background-image: url(../images/sect1_bg_dc.jpg)
}

.sect1__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 82px 0;
    color: #fff
}

.sect1__main img {
    width: 100%
}

@media (max-width: 950px) {
    .sect1__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 30px;
        padding-bottom: 30px
    }
}

.sect1__triger {
    background: #ffd704;
    border-radius: 20px;
    padding: 20px 30px;
    color: #000
}

.sect2 {
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: radial-gradient(50% 50% at 50% 50%, #012058 0%, #00173d 100%)
}

.sect2__main {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
    height: 100%
}

@media (max-width: 675px) {
    .sect2__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 395px
    }
}

.sect2 .text {
    background-image: url(../images/sect2-text-bg.svg);
    max-width: 427px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 10px 20px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 85px;
    margin: 0;
    margin-left: -30px;
    font-size: 22px;
    position: relative
}

@media (max-width: 1150px) {
    .sect2 .text {
        font-size: 18px
    }
}

@media (max-width: 950px) {
    .sect2 .text {
        font-size: 15px
    }
}

@media (max-width: 775px) {
    .sect2 .text {
        padding: 15px;
        padding-left: 30px
    }
}

@media (max-width: 675px) {
    .sect2 .text {
        background-color: #ffd704;
        background-image: none;
        max-width: 100%;
        height: 100%;
        padding-left: 20%;
        font-size: 25px
    }
}

@media (max-width: 575px) {
    .sect2 .text {
        padding-left: 30%;
        font-size: 20px
    }
}

@media (max-width: 430px) {
    .sect2 .text {
        padding-left: 35%;
        font-size: 18px
    }
}

.sect2 .fruit {
    max-width: 302px;
    width: 100%
}

@media (max-width: 1150px) {
    .sect2 .fruit {
        max-width: 220px
    }
}

@media (max-width: 775px) {
    .sect2 .fruit {
        max-width: 160px
    }
}

@media (max-width: 675px) {
    .sect2 .fruit {
        max-width: 230px;
        margin-top: 30px
    }
}

@media (max-width: 430px) {
    .sect2 .fruit {
        max-width: 160px;
        margin-left: 20px
    }
}

.sect2 .prod {
    max-width: 462px;
    width: 100%;
    position: relative;
    z-index: 333
}

@media (max-width: 1150px) {
    .sect2 .prod {
        max-width: 320px
    }
}

@media (max-width: 950px) {
    .sect2 .prod {
        max-width: 280px
    }
}

@media (max-width: 775px) {
    .sect2 .prod {
        max-width: 250px
    }
}

@media (max-width: 675px) {
    .sect2 .prod {
        display: none
    }
}

.sect2 .prod-mob {
    display: none
}

@media (max-width: 675px) {
    .sect2 .prod-mob {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        z-index: 444;
        max-width: 200px;
        left: -28px;
        display: inline-block
    }
}

@media (max-width: 575px) {
    .sect2 .prod-mob {
        max-width: 160px
    }
}

.sect3 {
    background-image: url(../images/sect3_bg_dc.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 950px) {
    .sect3 {
        background: linear-gradient(95.75deg, #3d5989 1.62%, #011a45 99.6%)
    }
}

.sect3__main {
    padding: 62px 0
}

.sect3__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0;
    color: #ffffff
}

.sect3__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sect3__item {
    max-width: 205px;
    margin: 80px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.sect3__item b {
    font-size: 21px;
    margin-top: 10px;
    display: inline-block
}

.sect4 {
    background-image: url(../images/sect4-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.sect4__main {
    padding-bottom: 15px;
    padding-top: 65px
}

.sect4__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff
}

.sect4 .item {
    background-image: url(../images/revi-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 414px;
    min-height: 533px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 30px
}

.sect4 .item .ava {
    max-width: 100px;
    width: 100%;
    margin-right: 20px
}

@media (max-width: 1280px) {
    .sect4 .item .ava {
        max-width: 90px
    }
}

@media (max-width: 400px) {
    .sect4 .item .ava {
        max-width: 70px
    }
}

.sect4 .item .uzer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sect4 .item .uzer b {
    display: block
}

@media (max-width: 1280px) {
    .sect4 .item {
        min-height: 500px;
        padding-bottom: 25px
    }
}

@media (max-width: 400px) {
    .sect4 .item {
        min-height: 450px;
        padding-bottom: 30px
    }

    .sect4 .item .comm p {
        font-size: 15px
    }
}

@media (max-width: 360px) {
    .sect4 .item {
        min-height: 430px;
        padding-bottom: 40px
    }

    .sect4 .item .comm p {
        font-size: 13px
    }
}

.sect4 .owl-drag .owl-dots {
    padding: 4px 0;
    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
}

.sect4 .owl-drag .owl-dots button {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0 0.1rem
}

.sect4 .owl-drag .owl-dots button.active {
    background: #ffd704
}

.sect5 {
    background: radial-gradient(50% 50% at 50% 50%, #012058 0%, #00173d 100%)
}

.sect5__main {
    padding-top: 20px;
    padding-bottom: 60px
}

.sect5__subtitle {
    margin: 0;
    text-align: center;
    padding-bottom: 45px
}

@media (max-width: 430px) {
    .sect5__subtitle {
        font-size: 15px;
        padding-bottom: 56px;
        text-align: left
    }
}

.sect5__subtitle, .sect5__title {
    color: #fff
}

.sect5__title {
    font-size: 30px;
    max-width: 670px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width: 430px) {
    .sect5__title {
        font-size: 24px
    }
}

.sect5__doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 950px) {
    .sect5__doc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px
    }
}

.sect5__doc .comment {
    background-image: url(../images/doc-comment.png);
    background-size: contain;
    background-position: -2px center;
    background-repeat: no-repeat;
    min-height: 414px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    max-width: 564px;
    width: 100%;
    margin-left: 30px
}

@media (max-width: 950px) {
    .sect5__doc .comment {
        background-image: url(../images/doc-comment-mob.png);
        min-height: 573px;
        background-position: center;
        padding: 50px;
        margin-left: 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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 360px) {
    .sect5__doc .comment {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media (max-width: 335px) {
    .sect5__doc .comment {
        min-height: 460px;
        padding-top: 50px;
        padding-bottom: 80px
    }
}

@media (max-width: 575px) {
    .sect5__doc .comment {
        min-height: 530px
    }
}

@media (max-width: 430px) {
    .sect5__doc .comment {
        min-height: 490px
    }
}

.sect5__doc .comment .text {
    max-width: 416px;
    padding-top: 22px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2;
    width: 100%
}

@media (max-width: 950px) {
    .sect5__doc .comment .text {
        font-size: 19px;
        line-height: normal
    }
}

@media (max-width: 575px) {
    .sect5__doc .comment .text {
        font-size: 16px;
        padding-top: 30px
    }
}

@media (max-width: 430px) {
    .sect5__doc .comment .text {
        font-size: 14px;
        line-height: 1.2;
        padding-top: 40px
    }
}

@media (max-width: 360px) {
    .sect5__doc .comment .text {
        font-size: 14px;
        padding-top: 60px
    }
}

@media (max-width: 335px) {
    .sect5__doc .comment .text {
        font-size: 12px
    }
}

.sect5__doc .comment .name {
    max-width: 416px;
    padding-top: 22px;
    width: 100%;
    margin: 0 auto
}

.sect5__doc .comment .name b {
    display: block
}

@media (max-width: 430px) {
    .sect5__doc .comment .name {
        padding-top: 5px
    }
}

.sect6 {
    background-image: url(../images/sect6_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 950px) {
    .sect6 {
        background: linear-gradient(95.75deg, #3d5989 1.62%, #011a45 99.6%)
    }
}

.sect6__main {
    padding: 62px 0
}

.sect6__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff
}

.sect6__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sect6__item {
    max-width: 205px;
    margin: 80px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.sect7 {
    background: radial-gradient(50% 50% at 50% 50%, #012058 0%, #00173d 100%)
}

.sect7__main {
    padding: 62px 0
}

.sect7__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-top: 0;
    font-weight: 600;
    color: #ffffff
}

.sect7__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sect7__item {
    max-width: 295px;
    margin: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff
}

.sect7__item img {
    max-width: 108px;
    width: 100%;
    display: block;
    margin: 0 auto
}

.sect7__item b {
    font-size: 21px;
    margin-top: 19px;
    display: inline-block
}

.main {
    width: 100%;
    position: relative
}

@media (max-width: 900px) {
    .main {
        display: block
    }
}

/*# sourceMappingURL=main.css.map */