@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
html{
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling:touch;
}
body{
    margin: 0;
    background: #ffffff;
    color: #2b3139;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    min-width: 320px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 16px 0;
    font-weight: 900;
    color: #2b3139;
    line-height: 1.3;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 32px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 18px;
}
p {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.45;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}
strong{
    font-weight: 500;
}
p a{
    text-decoration: underline;
    color: #004394;
}
p a:hover{
    text-decoration: none;
}
p:last-child{
    margin-bottom: 0;
}
img{
    display: block;
    max-width: 100%;
}
a{
    outline: none;
    text-decoration: none;
    font-weight: 500;
    color: #004394;
}
ul , ol{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
ol{
    padding: 0 0 0 20px;
}
ol li{
    list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    margin: 0; /* 2 */
    box-shadow: none;
    border-radius: 0px;
    background: none;
}
button{
    margin:0;
    padding:0;
    border:none;
    border-radius: 0px;
    background:none;
    cursor:pointer;
    overflow:visible;
    width:auto;
    outline: none;
    box-shadow: none;
}
button:hover , button:focus , button:active{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.b-primary__btn{
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001E8A;
    transition: 0.3s;
}
.b-primary__btn:hover{
    box-shadow: 2px 2px 35px rgba(255, 255, 255, 0.25);
    transition: 0.3s;
}
/* ripple-effect */
.ripple {
    position: relative;
    overflow: hidden;
}
.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 1s ease forwards;
    animation: ripple 1s ease forwards;
    z-index: 3;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200);
    }
}
@keyframes ripple {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200);
    }
}
/* inputs */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input{
    outline: none;
    border: none;
}
textarea{
    width: 100%;
    height: 128px;
    background: #ffffff;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2b3139;
    outline: none;
    resize: none;
}
select{
    outline: none;
}
.modal-dialog{
    pointer-events: inherit;
}
.modal{
    z-index: 99999999;
}
/* End Total css ====*/
.container-fluid , .container{

}
.container{
    max-width: 930px;
    margin: 0 auto 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.col{
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.b-mobile{
    display: none;
}
.b-container{
    overflow: hidden;
}
/* -------------- page index -------------- */
.b-header{
    background: #ffffff;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.b-logo{
    display: block;
}
.b-header__right{

}
.b-nav{

}
.b-nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-nav ul li{
    list-style: none;
    margin-right: 40px;
}
.b-nav ul li a{
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-transform: capitalize;
    color: #000000;
    transition: 0.3s;
}
.b-nav ul li a.active{
    color: #F0157E;
    text-decoration: underline;
    transition: 0.3s;
}
.b-nav ul li a:hover , .b-nav ul li a:active , .b-nav ul li a:focus{
    color: #F0157E;
    text-decoration: underline;
    transition: 0.3s;
}
.b-header__btn{
    width: 80px;
    height: 30px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    border: 1px solid #F0157E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.3s;
}
.b-header__btn:hover , .b-header__btn:active , .b-header__btn:focus{
    background: #F0157E;
    color: #ffffff;
    transition: 0.3s;
    text-decoration: none;
}
/* -------------- b-promo -------------- */
.b-promo{
    background-size: cover !important;
    padding: 140px 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-promo_1{
    min-height: 500px;
}
.b-promo .container{
    position: relative;
}
.b-promo_1 .container:before{
    position: absolute;
    top: -46px;
    left: -27px;
    content: "";
    background: url("../images/b1.svg") center no-repeat;
    width: 140px;
    height: 348px;
}
.b-promo_1 .container:after{
    position: absolute;
    bottom: -75px;
    right: 15px;
    content: "";
    background: url("../images/b2.svg") center no-repeat;
    width: 348px;
    height: 35px;
}
.b-promo_in{
    min-height: 400px;
}
.b-promo_2 .container:before{
    position: absolute;
    top: -29px;
    left: -47px;
    content: "";
    background: url("../images/ba1.svg") center no-repeat;
    width: 348px;
    height: 98px;
}
.b-promo_2 .container:after{
    position: absolute;
    bottom: -90px;
    right: -57px;
    content: "";
    background: url("../images/ba2.svg") center no-repeat;
    width: 348px;
    height: 77px;
}

.b-promo_3 .container:before{
    position: absolute;
    top: -61px;
    left: -15px;
    content: "";
    background: url("../images/ob1.svg") center no-repeat;
    width: 140px;
    height: 265px;
}
.b-promo_3 .container:after{
    position: absolute;
    bottom: -120px;
    right: -15px;
    content: "";
    background: url("../images/ob2.svg") center no-repeat;
    width: 348px;
    height: 56px;
}

.b-promo_4 .container:before{
    position: absolute;
    top: -41px;
    left: -30px;
    content: "";
    background: url("../images/ob1.svg") center no-repeat;
    width: 140px;
    height: 265px;
}
.b-promo_4 .container:after{
    position: absolute;
    bottom: -90px;
    right: -15px;
    content: "";
    background: url("../images/cb2.svg") center repeat-y;
    width: 348px;
    height: 119px;
}

.b-promo__wrapper{
    max-width: 614px;
    position: relative;
    z-index: 5;
}
.b-promo__title{
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 12px;
}
.b-promo__text{
    max-width: 576px;
}
.b-promo__text b{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}
.b-promo__text:not(:last-child){
    margin-bottom: 46px;
}
.b-promo__text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.b-promo__block{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}
.b-promo__block-left{
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    padding: 3px 15px 0 0;
    margin: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dashed rgba(0, 0, 0, 0.7);
}
.b-promo__block-right{
    padding: 3px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-promo__block-tel{
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    display: block;
    margin-bottom: 7px;

}
.b-promo__block-mail{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
/* -------------- b-info -------------- */
.b-info{
    padding: 70px 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-info .container{
    max-width: 630px;
}
.b-info__block{
    margin-bottom: 50px;
}
.b-info__block-img{
    width: 60px;
    height: 60px;
    border: 1px solid #F0157E;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-info__block-img img{
    max-width: 30px;
}
.b-info__block-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
}
/* -------------- b-block -------------- */
.b-block{
    padding: 0 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block .container{
    position: relative;
}
.b-block .container:after{
    position: absolute;
    top: 156px;
    right: -28px;
    content: "";
    background: url("../images/bb2.svg") center no-repeat;
    width: 348px;
    height: 77px;
}
.b-block_purple{
    background: #444E76;
}
.b-block_green{
    background: #658556;
}
.b-block_blue{
    background: #4F8CC5;
}
.b-block__container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-block__container-img{
    width: 380px;
    flex-shrink: 0;
    margin: -40px 50px 0 0;
}
.b-block__container-wrap{
    padding: 54px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block__container-title{
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.b-block__container-subtitle{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.b-block__container-btn{
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #333333;
    transition: 0.3s;
}
.b-block__container-btn:hover , .b-block__container-btn:active , .b-block__container-btn:focus{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
}
.b-block_blue .b-block__container-wrap{
    padding-top: 70px;
}
.b-block_blue .container:after{
    display: none;
}
.b-block__container-text{

}
.b-block__container-text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
}
.b-block__img{
    margin: 25px 0 0 0;
}
.b-block__item{
    margin: 42px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-block__item-img{
    flex-shrink: 0;
    margin-right: 21px;
}
.b-block__item-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #FFFFFF;
}
.b-block_green .container:after{
    top: 127px;
}
/* -------------- b-reviews -------------- */
.b-reviews{
    background: #F1F4F9;
    padding: 92px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-reviews__item{

}
.b-reviews__item-text{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #DEE1ED;
    padding: 17px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    min-height: 138px;
    position: relative;
}
.b-reviews__item-text:after{
    position: absolute;
    bottom: -11px;
    left: 15px;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/arrow-bottom.svg") center no-repeat;
}
.b-reviews__item-text p {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    color: #000000;
}
.b-reviews__item-text p b{
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.b-reviews__item-block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-reviews__item-img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 10px;
}
.b-reviews__item-wrap{
    padding: 2px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-reviews__item-name{
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    margin-bottom: 7px;
}
.b-reviews__item-star{
    background: url("../images/stars.svg") center no-repeat;
    width: 60px;
    height: 10px;
}
/* -------------- b-desc -------------- */
.b-desc{
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-desc .container{
    position: relative;
}
.b-desc .container:after{
    position: absolute;
    top: 16px;
    left: -66px;
    content: "";
    width: 348px;
    height: 140px;
    background: url("../images/d1.svg") center no-repeat;
}
.b-desc__container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-desc__text{
    margin-right: 29px;
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 54px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-desc__text b{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #000000;
    width: 630px;
    display: block;
    margin-bottom: 22px;
}
.b-desc__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 32px;
}
.b-desc__btn{
    width: 200px;
    height: 60px;
    background: #F0157E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: 0.3s;
    margin-bottom: 23px;
}
.b-desc__btn:before{
    content: "";
    background: url("../images/cart.svg") center no-repeat;
    width: 25px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 14px;
}
.b-desc__btn:hover{
    background: #ff1083;
    transition: 0.3s;
}
.b-desc__btn:active , .b-desc__btn:focus{
    background: #d50b6c;
    transition: 0.3s;
}
.b-desc__text i{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    font-style: normal;
}
.b-desc__text i a{
    text-decoration-line: underline;
    color: #F0157E;
}
.b-desc__img{
    flex-shrink: 0;
}
/* -------------- block -------------- */
.block{
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.block__text{
    max-width: 562px;
}
.block__text b{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
}
.block__text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.block__text p strong{
    font-weight: 700;
    font-size: 18px;
}
.block__text p strong a{
    text-decoration-line: underline;
    color: #000000;
    font-weight: 700;
}
.block_2 .block__text{
    max-width: inherit;
    width: 525px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}
.block_2 .block__text p{
    margin-bottom: 20px;
}
.block_2 .block__img{
    position: relative;
}
.block_2 .block__img img{
    max-width: inherit;
    position: absolute;
    right: 0;
}
.block_2{
    padding-bottom: 90px;
}
    /* -------------- b-test -------------- */
.b-test{
    background: #F1F8EE;
    padding: 75px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-test .container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.b-test__item{
    width: 300px;
}
.b-test__item:not(:last-child){
    margin-right: 80px;
}
.b-test__item-img{
    margin-bottom: 20px;
}
.b-test__item-img img{
    margin: 0 auto 0;
}
.b-test__item-text{
    text-align: center;
}
.b-test__item-text b{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}
.b-test__item-text p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}
/* -------------- b-footer -------------- */
.b-footer{
    background: #333333;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-footer__contacts{

}
.b-footer__contacts-phone{
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #848484;
    display: block;
    margin-bottom: 7px;
}
.b-footer__contacts-mail{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #848484;
    display: block;
}
.b-footer__nav{

}
.b-footer__nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-footer__nav ul li{

}
.b-footer__nav ul li:not(:last-child){
    margin-right: 40px;
}
.b-footer__nav ul li a{
    display: block;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    text-transform: capitalize;
    color: #FFFFFF;
}
/* -------------- contacts -------------- */
.b-form{
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form .container{
    background: url("../images/form-ico.svg") center right 90px no-repeat;
}
.b-form__wrap{
    max-width: 576px;
}
.b-form__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 34px;
}
.b-form__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.b-form__item-label{
    width: 180px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}
.b-form__item-input{
    width: 320px;
    height: 48px;
    background: #FBFCFF;
    box-shadow: none !important;
    outline: none !important;
    border-top: 1px solid #DDE3EC !important;
    border-left: 1px solid #DDE3EC !important;
    border-right: 1px solid #DDE3EC !important;
    border-bottom: 1px solid #DDE3EC !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    -webkit-appearance: none;
}
.b-form__item-btn{
    width: 320px;
    height: 60px;
    background: #F0157E !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    cursor: pointer;
    margin: 10px 0 0 0;
}
input:matches([type="button"], [type="submit"], [type="reset"]), input[type="file"]::-webkit-file-upload-button, button {
    border-radius: 5px !important;
}
.b-form__item-btn:hover{
    background: #ff1083;
    transition: 0.3s;
}
.b-form__item-btn:active , .b-form__item-btn:focus{
    background: #d50b6c;
    transition: 0.3s;
}
.b-form__wrap i{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    font-style: normal;
    display: block;
    margin: 40px 0 0 0;
}
.b-form__wrap i a{
    text-decoration: underline;
    color: #F0157E;
}
/* -------------- b-faq -------------- */
.b-faq{
    padding: 80px 0 65px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1F4F9;
}
.b-faq__title{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 32px;
}
.b-faq__item{

}
.b-faq__item:not(:last-child){
    margin-bottom: 35px;
}
.b-faq__item-top{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #000000;
    margin-bottom: 12px;
}
.b-faq__item-content{
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-faq__item-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.04em;
    color: #000000;
}