@import url("http://fonts.cdnfonts.com/css/museo-sans-cyrl");
@import url("http://fonts.cdnfonts.com/css/mont");

@font-face {
    font-family: 'Objective-Black';
    src: url("../fonts/Objective-Black.otf") format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: 'Objective-Medium';
    src: url("../fonts/Objective-Medium.otf") format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: 'Objective-Regular';
    src: url("../fonts/Objective-Regular.otf") format("truetype");
    font-style: normal;
    font-weight: 400
}

* {
    margin: 0;
    padding: 0
}


ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

body {
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .body-scroll {
        overflow: hidden
    }
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 1000px
    }
}

@media screen and (max-width: 1030px) {
    .container {
        max-width: 800px
    }
}

@media screen and (max-width: 830px) {
    .container {
        max-width: 600px
    }
}

@media screen and (max-width: 620px) {
    .container {
        max-width: 500px
    }
}

@media screen and (max-width: 520px) {
    .container {
        max-width: 400px
    }
}

@media screen and (max-width: 420px) {
    .container {
        max-width: 300px
    }
}

@media screen and (max-width: 320px) {
    .container {
        max-width: 250px
    }
}

.layout {
    position: relative;
    overflow: hidden;
    font-family: 'Museo Sans Cyrl', sans-serif;
    background: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.header {
    background: #2400FF;
    padding: 23px 0 24px 0
}

@media screen and (max-width: 768px) {
    .header {
        padding: 37px 0 36px 0;
        position: fixed;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 30
    }
}

@media screen and (max-width: 768px) {
    .header-inner {
        position: relative
    }
}

@media screen and (max-width: 768px) {
    .header-nav {
        display: none
    }
}

.header-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto
}

@media screen and (max-width: 1030px) {
    .header-nav-list {
        width: 60%
    }
}

@media screen and (max-width: 768px) {
    .header-nav-list {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        background: #2400FF
    }
}

.header-nav-item {
    padding: 5px;
    height: 39px;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .header-nav-item {
        margin-bottom: 74px
    }
}

.header-nav-item a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF
}

@media screen and (max-width: 830px) {
    .header-nav-item a {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 768px) {
    .header-nav-item a {
        font-size: 54px;
        line-height: 54px
    }
}

@media screen and (max-width: 320px) {
    .header-nav-item a {
        font-size: 44px;
        line-height: 44px
    }
}

.header-nav-item:hover a {
    color: #FAFF00
}

.mobile-menu {
    display: none
}

@media screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20
    }
}

.mobile-btn {
    position: relative;
    width: 36px;
    height: 4px;
    background: #FFFFFF
}

.mobile-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 36px;
    height: 4px;
    background: #FFFFFF
}

.mobile-btn::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 36px;
    height: 4px;
    background: #FFFFFF
}

.mobile-btn-active {
    position: relative;
    width: 36px;
    height: 4px;
    background: #FFFFFF;
    transform: rotate(45deg)
}

.mobile-btn-active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 4px;
    background: #FFFFFF;
    transform: rotate(90deg)
}

.mobile-btn-active::after {
    display: none
}

@media screen and (max-width: 768px) {
    .header-nav-mobile {
        display: block
    }
}

h1,
h2,
h3 {
    font-family: 'Mont', sans-serif
}

.main-banner-img {
    display: none
}

@media screen and (max-width: 768px) {
    .main-banner-img {
        display: block
    }
}

.main-banner-text {
    max-width: 49%
}

@media screen and (max-width: 768px) {
    .main-banner-text {
        max-width: 100%
    }
}

h1 {
    font-weight: 900;
    font-size: 64px;
    line-height: 106.32%;
    text-transform: uppercase;
    color: #FAFF00;
    margin-bottom: 22px
}

@media screen and (max-width: 1030px) {
    h1 {
        font-size: 60px
    }
}

@media screen and (max-width: 830px) {
    h1 {
        font-size: 50px
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 64px;
        text-align: center
    }
}

@media screen and (max-width: 620px) {
    h1 {
        font-size: 58px
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 50px
    }
}

h1 span {
    font-size: 40px
}

@media screen and (max-width: 1030px) {
    h1 span {
        font-size: 32px
    }
}

@media screen and (max-width: 830px) {
    h1 span {
        font-size: 24px
    }
}

@media screen and (max-width: 768px) {
    h1 span {
        font-size: 40px
    }
}

@media screen and (max-width: 520px) {
    h1 span {
        font-size: 32px
    }
}

@media screen and (max-width: 420px) {
    h1 span {
        font-size: 28px
    }
}

@media screen and (max-width: 320px) {
    h1 span {
        font-size: 20px
    }
}

.main-banner-inner {
    background-image: url("../white/banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 0 89px 0
}

@media screen and (max-width: 768px) {
    .main-banner-inner {
        background-image: none;
        padding: 75px 0 83px 0;
        max-width: 100%
    }
}

.main-banner-text p {
    font-weight: 700;
    font-size: 40px;
    line-height: 106.32%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 44px
}

@media screen and (max-width: 1230px) {
    .main-banner-text p {
        font-size: 32px
    }
}

@media screen and (max-width: 1030px) {
    .main-banner-text p {
        font-size: 26px
    }
}

@media screen and (max-width: 830px) {
    .main-banner-text p {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .main-banner-text p {
        font-size: 40px;
        text-align: center
    }
}

@media screen and (max-width: 620px) {
    .main-banner-text p {
        font-size: 34px
    }
}

@media screen and (max-width: 520px) {
    .main-banner-text p {
        font-size: 28px
    }
}

@media screen and (max-width: 420px) {
    .main-banner-text p {
        font-size: 22px
    }
}

@media screen and (max-width: 320px) {
    .main-banner-text p {
        font-size: 20px
    }
}

.btn-link {
    display: block;
    background-image: url("../white/google.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 408px;
    height: 124px
}

@media screen and (max-width: 1030px) {
    .btn-link {
        width: 250px;
        height: 84px
    }
}

@media screen and (max-width: 768px) {
    .btn-link {
        width: 408px;
        height: 124px;
        margin: 0 auto
    }
}

@media screen and (max-width: 520px) {
    .btn-link {
        width: 250px;
        height: 84px
    }
}

h2 {
    font-weight: 900;
    font-size: 72px;
    line-height: 92px;
    text-align: center;
    text-transform: uppercase;
    color: #2400FF
}

@media screen and (max-width: 1030px) {
    h2 {
        font-size: 62px;
        line-height: 82px
    }
}

@media screen and (max-width: 830px) {
    h2 {
        font-size: 52px;
        line-height: 72px
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 55px;
        line-height: 70px
    }
}

@media screen and (max-width: 520px) {
    h2 {
        font-size: 45px;
        line-height: 60px
    }
}

@media screen and (max-width: 420px) {
    h2 {
        font-size: 34px;
        line-height: 50px
    }
}

@media screen and (max-width: 320px) {
    h2 {
        font-size: 28px;
        line-height: 44px
    }
}

.main-disclaimer-inner {
    background: #FFFFFF;
    border: 23px solid #FF0808;
    padding: 68px 131px
}

@media screen and (max-width: 830px) {
    .main-disclaimer-inner {
        padding: 48px 101px
    }
}

@media screen and (max-width: 768px) {
    .main-disclaimer-inner {
        padding: 35px 13px
    }
}

@media screen and (max-width: 320px) {
    .main-disclaimer-inner {
        padding: 25px 13px
    }
}

.main-disclaimer-text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
    margin-top: 14px
}

@media screen and (max-width: 830px) {
    .main-disclaimer-text p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 768px) {
    .main-disclaimer-text p {
        font-size: 24px;
        line-height: 29px;
        margin-top: 23px
    }
}

@media screen and (max-width: 520px) {
    .main-disclaimer-text p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 420px) {
    .main-disclaimer-text p {
        font-size: 16px;
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .main-disclaimer-text p {
        font-size: 14px;
        line-height: 19px
    }
}

.main-about-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-top: 61px
}

@media screen and (max-width: 768px) {
    .main-about-inner {
        flex-direction: column;
        padding: 0 0 136px 0
    }
}

.main-about-img {
    max-width: 45%
}

@media screen and (max-width: 768px) {
    .main-about-img {
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .main-about-img img {
        width: 130%;
        margin-left: -15%
    }
}

.main-about-text {
    max-width: 50%
}

@media screen and (max-width: 768px) {
    .main-about-text {
        max-width: 100%;
        margin-top: 53px
    }
}

.main-about-text h2 {
    color: #FAFF00;
    margin-bottom: 41px
}

@media screen and (max-width: 1030px) {
    .main-about-text h2 {
        margin-bottom: 21px
    }
}

@media screen and (max-width: 768px) {
    .main-about-text h2 {
        font-size: 72px;
        line-height: 92px;
        margin-bottom: 41px
    }
}

@media screen and (max-width: 520px) {
    .main-about-text h2 {
        font-size: 62px;
        line-height: 82px
    }
}

@media screen and (max-width: 420px) {
    .main-about-text h2 {
        font-size: 52px;
        line-height: 72px
    }
}

@media screen and (max-width: 320px) {
    .main-about-text h2 {
        font-size: 42px;
        line-height: 62px;
        margin-bottom: 21px
    }
}

.main-about-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF
}

@media screen and (max-width: 1230px) {
    .main-about-text p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 1030px) {
    .main-about-text p {
        font-size: 16px;
        line-height: 21px
    }
}

@media screen and (max-width: 830px) {
    .main-about-text p {
        font-size: 12px;
        line-height: 17px
    }
}

@media screen and (max-width: 768px) {
    .main-about-text p {
        font-size: 24px;
        line-height: 29px
    }
}

@media screen and (max-width: 520px) {
    .main-about-text p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 420px) {
    .main-about-text p {
        font-size: 16px;
        line-height: 21px
    }
}

@media screen and (max-width: 320px) {
    .main-about-text p {
        font-size: 14px;
        line-height: 19px
    }
}

.main-about-inner .btn-link {
    position: absolute;
    bottom: 0;
    left: 114px;
    width: 300px;
    height: 91px
}

@media screen and (max-width: 1230px) {
    .main-about-inner .btn-link {
        left: 74px
    }
}

@media screen and (max-width: 1030px) {
    .main-about-inner .btn-link {
        width: 250px;
        height: 71px;
        left: 54px
    }
}

@media screen and (max-width: 830px) {
    .main-about-inner .btn-link {
        width: 200px;
        height: 61px;
        left: 34px
    }
}

@media screen and (max-width: 768px) {
    .main-about-inner .btn-link {
        width: 300px;
        height: 91px;
        left: 50%;
        margin-left: -150px
    }
}

@media screen and (max-width: 520px) {
    .main-about-inner .btn-link {
        width: 250px;
        height: 81px;
        margin-left: -125px
    }
}

@media screen and (max-width: 768px) {
    .main-benefits {
        position: relative
    }
}

.main-benefits::before {
    display: none
}

@media screen and (max-width: 768px) {
    .main-benefits::before {
        display: block;
        content: "";
        position: absolute;
        top: 71px;
        right: -46px;
        width: 162px;
        height: 325px;
        background-image: url("../white/benefits.webp");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center
    }
}

@media screen and (max-width: 420px) {
    .main-benefits::before {
        width: 112px;
        height: 285px
    }
}

.main-benefits::after {
    display: none
}

@media screen and (max-width: 768px) {
    .main-benefits::after {
        display: block;
        content: "";
        position: absolute;
        bottom: 36px;
        left: -46px;
        width: 162px;
        height: 325px;
        background-image: url("../white/benefits.webp");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center
    }
}

@media screen and (max-width: 420px) {
    .main-benefits::after {
        width: 112px;
        height: 285px
    }
}

.main-benefits-inner {
    padding: 143px 0 108px 0
}

@media screen and (max-width: 830px) {
    .main-benefits-inner {
        padding: 103px 0 48px 0
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-inner {
        height: 748px;
        padding: 120px 0 16px 0;
        position: relative
    }
}

.main-benfits-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 62%;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 768px) {
    .main-benfits-list {
        max-width: 100%;
        height: 100%;
        position: relative
    }
}

@media screen and (max-width: 768px) {

    .main-benefits-list-l,
    .main-benefits-list-r {
        position: absolute
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-list-l {
        top: 0;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-list-r {
        bottom: 0;
        right: 0
    }
}

.main-benefits-list-l .main-benefits-list-item p {
    text-align: right
}

@media screen and (max-width: 768px) {
    .main-benefits-list-l .main-benefits-list-item p {
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-list-r .main-benefits-list-item p {
        text-align: right
    }
}

.main-benefits-list-item {
    margin-bottom: 70px
}

.main-benefits-list-item p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF
}

@media screen and (max-width: 1230px) {
    .main-benefits-list-item p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 1030px) {
    .main-benefits-list-item p {
        font-size: 16px;
        line-height: 21px
    }
}

@media screen and (max-width: 830px) {
    .main-benefits-list-item p {
        font-size: 12px;
        line-height: 17px
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-list-item p {
        font-size: 24px;
        line-height: 29px
    }
}

@media screen and (max-width: 420px) {
    .main-benefits-list-item p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 320px) {
    .main-benefits-list-item p {
        font-size: 16px;
        line-height: 21px
    }
}

.main-benefits-img {
    position: absolute;
    width: 162px;
    height: auto;
    top: -40px;
    left: 50%;
    margin-left: -75px;
}

.main-benefits-img2 {
    display: none;
}

@media screen and (max-width: 830px) {
    .main-benefits-img {
        width: 122px;
        margin-left: -60px;
    }
    .main-benefits-img2 {
        width: 122px;
        margin-left: -60px;
    }
}

@media screen and (max-width: 768px) {
    .main-benefits-img {
        left: 100%;
    }

    .main-benefits-img2 {
        display: block;
        position: absolute;
        height: auto;
        left: 0%;
        bottom: 75px;
        margin-left: -60px
    }
}

.main-reviews-inner {
    padding-bottom: 10px
}

@media screen and (max-width: 768px) {
    .main-reviews-inner {
        padding-bottom: 71px
    }
}

@media screen and (max-width: 420px) {
    .main-reviews-inner {
        padding-bottom: 31px
    }
}

.main-reviews-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.main-reviews-item {
    max-width: 48%;
    height: 265px;
    box-sizing: border-box;
    padding: 16px 46px 69px 199px;
    margin-bottom: 52px
}

@media screen and (max-width: 1230px) {
    .main-reviews-item {
        height: 225px;
        padding: 16px 46px 69px 169px
    }
}

@media screen and (max-width: 1030px) {
    .main-reviews-item {
        height: 195px;
        padding: 16px 16px 69px 139px
    }
}

@media screen and (max-width: 830px) {
    .main-reviews-item {
        height: 145px;
        padding: 10px 16px 69px 103px
    }
}

@media screen and (max-width: 768px) {
    .main-reviews-item {
        max-width: 100%;
        height: 303px;
        padding: 26px 48px 53px 213px;
        margin-bottom: 22px
    }
}

@media screen and (max-width: 620px) {
    .main-reviews-item {
        height: 253px;
        padding: 26px 48px 53px 178px
    }
}

@media screen and (max-width: 520px) {
    .main-reviews-item {
        height: 203px;
        padding: 16px 48px 53px 145px
    }
}

@media screen and (max-width: 420px) {
    .main-reviews-item {
        height: 163px;
        padding: 10px 28px 53px 105px
    }
}

@media screen and (max-width: 320px) {
    .main-reviews-item {
        height: 123px;
        padding: 10px 28px 53px 90px
    }
}

#review-1 {
    background-image: url("../white/review-1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

#review-2 {
    background-image: url("../white/review-2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

#review-3 {
    background-image: url("../white/review-3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

#review-4 {
    background-image: url("../white/review-4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center
}

h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 117.48%;
    text-transform: uppercase;
    color: #000000
}

@media screen and (max-width: 1030px) {
    h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 830px) {
    h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 20px
    }
}

@media screen and (max-width: 420px) {
    h3 {
        font-size: 16px
    }
}

@media screen and (max-width: 320px) {
    h3 {
        font-size: 12px
    }
}

.main-reviews-item p {
    font-weight: 250;
    font-size: 16px;
    line-height: 117.48%;
    text-align: justify;
    color: #000000;
    margin-top: 50px
}

@media screen and (max-width: 1230px) {
    .main-reviews-item p {
        font-size: 14px;
        margin-top: 35px
    }
}

@media screen and (max-width: 1030px) {
    .main-reviews-item p {
        margin-top: 25px;
        font-size: 12px
    }
}

@media screen and (max-width: 830px) {
    .main-reviews-item p {
        height: 56px;
        overflow-y: scroll
    }
}

@media screen and (max-width: 768px) {
    .main-reviews-item p {
        font-size: 16px;
        height: 100px;
        margin-top: 65px
    }
}

@media screen and (max-width: 620px) {
    .main-reviews-item p {
        margin-top: 45px
    }
}

@media screen and (max-width: 520px) {
    .main-reviews-item p {
        margin-top: 30px;
        height: 70px
    }
}

@media screen and (max-width: 420px) {
    .main-reviews-item p {
        margin-top: 26px;
        height: 66px
    }
}

@media screen and (max-width: 320px) {
    .main-reviews-item p {
        font-size: 12px;
        height: 46px
    }
}

.slider .slick-list {
    margin-right: -15px
}

@media screen and (max-width: 768px) {
    .slider .slick-list {
        padding: 0 15px
    }
}

.slider-item {
    max-width: 12% !important;
    margin-right: 15px
}

@media screen and (max-width: 768px) {
    .slider-item {
        max-width: 45% !important
    }
}

.footer {
    background: #4FC904;
    padding: 45px 0 44px 0
}

@media screen and (max-width: 830px) {
    .footer {
        padding: 35px 0 34px 0
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 42px 0 20px 0
    }
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .footer-nav {
        flex-direction: column
    }
}

a.footer-nav-item {
    font-family: 'Mont', sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    text-decoration-line: underline;
    color: #FFFFFF
}

@media screen and (max-width: 1030px) {
    a.footer-nav-item {
        font-size: 26px;
        line-height: 36px
    }
}

@media screen and (max-width: 830px) {
    a.footer-nav-item {
        font-size: 18px;
        line-height: 26px
    }
}

@media screen and (max-width: 768px) {
    a.footer-nav-item {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 12px
    }
}

@media screen and (max-width: 420px) {
    a.footer-nav-item {
        font-size: 26px;
        line-height: 35px
    }
}

@media screen and (max-width: 320px) {
    a.footer-nav-item {
        font-size: 22px;
        line-height: 31px
    }
}

a.footer-nav-item:hover {
    color: #FAFF00
}

p.footer-nav-item {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #000000
}

@media screen and (max-width: 1030px) {
    p.footer-nav-item {
        font-size: 10px;
        line-height: 13px
    }
}

@media screen and (max-width: 768px) {
    p.footer-nav-item {
        font-size: 16px;
        line-height: 19px;
        margin-top: 4px
    }
}

@media screen and (max-width: 420px) {
    p.footer-nav-item {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 320px) {
    p.footer-nav-item {
        font-size: 10px;
        line-height: 13px
    }
}

@media screen and (max-width: 768px) {
    .footer-nav-item:nth-child(1) {
        order: 1
    }
}

@media screen and (max-width: 768px) {
    .footer-nav-item:nth-child(2) {
        order: 3
    }
}

@media screen and (max-width: 768px) {
    .footer-nav-item:nth-child(3) {
        order: 2
    }
}

.main-info-inner {
    padding: 116px 0 30px 0
}

.main-info-inner h2 {
    color: #FAFF00;
    margin-bottom: 48px
}

.main-info-inner p {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 30px
}

@media screen and (max-width: 420px) {
    .main-info-inner p {
        font-size: 20px;
        line-height: 25px
    }
}

@media screen and (max-width: 320px) {
    .main-info-inner p {
        font-size: 16px;
        line-height: 21px
    }
}

.main-disclaimer-info {
    margin-bottom: 38px
}