
/* шрифты ................................................................................................................................ */
.s60_134_3a{
    font-size: 60px;
    line-height: 134%;
    /* text-transform: uppercase; */
    color: #3A3A3A;
}
.s60_134_ff{
    font-size: 60px;
    line-height: 134%;
    /* text-transform: uppercase; */
    color: #FFFFFF;
}
.s45_134_ff{
    font-size: 45px;
    line-height: 134%;
    /* text-transform: uppercase; */
    color: #FFFFFF;
}
.s60_134_2b7{
    font-size: 60px;
    line-height: 134%;
    text-transform: uppercase;
    color: #2B7BF3;
}
.s35_134_2b7{
    font-size: 35px;
    line-height: 134%;
    text-transform: uppercase;
    color: #2B7BF3;
}
.s15_132_fff{
    font-weight: 600;
    font-size: 15px;
    line-height: 132.7%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.s30_134_fff{
    font-size: 30px;
    line-height: 134%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.s30_134_3a{
    font-size: 30px;
    line-height: 134%;
    text-transform: uppercase;
    color: #3A3A3A;
}
.s90_107_ff{
    font-weight: 400;
    font-size: 90px;
    line-height: 107.5%;
    color: #FFFFFF;
}

/* попинс  */

.p18_165_97{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    color: #979797;
}
.p18_165_ff{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 165%;
    color: #FFFFFF;
}
.p18_165_255{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    color: rgba(255, 255, 255, 0.7);
}
.p18_141_255_700{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 141%;
    color: rgba(255, 255, 255, 0.7);
}
.p18_141_255_400{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 141%;
    color: rgba(255, 255, 255, 0.7);
}

.p18_165_2b7{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 165%;
    color: #2B7BF3;
}
.p21_141_ff{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 141%;
    color: #FFFFFF;
}

/* шрифты конец ......................................................................................................................... */

.btn229_50, .box80_80{
    width: 229px;
    height: 50px;
    background: #2B7BF3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: none;
}

.box80_80{
    width: 80px;
    height: 80px;
}
.box80_80::after {
    content:"";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #2B7BF3;
    right: -33px;
    top: 0;

}
.cubs{
    position: relative;
}
.cubs::before{
    content:"";
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url("../img/cubs_blue.svg");
    left: -43px;
    top: 33px;

}
.cubs2{
    position: relative;
}
.cubs2::before{
    content:"";
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url("../img/cubs_blue.svg");
    left: -1px;
    top: 33px;

}
.cubs_wh {
    position: relative;
}
.cubs_wh::before{
    content:"";
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url("../img/cubs_white.svg");
    left: -1px;
    top: 33px;

}
.btn_wh{
    background: #FFFFFF;
    color: #434343;
}



.psrel{
    position: relative;
}
.ttu{
    text-transform: uppercase;
}
