@import "style/fonts.css";

/* free-info__left  START*/

.free-info {
    display: flex;
    justify-content: space-between;
}


.free-info__left {
    margin-top: 50px;
}

.free-left__title {
    font-family: "EB";
    font-size: 48px;
    line-height: 98%;
    text-transform: uppercase;
    color: #333;
    width: 100%;
    max-width: 519px;
}

.free-left__text {
    font-family: "RR";
    font-size: 14px;
    line-height: 148%;
    color: #000;
    width: 100%;
    max-width: 395px;
    margin-top: 30px;
    margin-bottom: 30px;

}

.free-left__span {
    color: #000000;

}


/* free-info__left END*/


/*free-info__left START*/

.free-complex__top {
    width: max-content;
}

.free-top__text {
    margin-top: 30px;
    padding-bottom: 20px;
}


.free-text__span {
    color: darkgoldenrod;
}

.free-right__complex {
    margin-top: 30px;
}

.free-complex__nummber {
    border: 3px solid #bbb;
    color: #d7d7d7;
    padding: 10px;
    padding-right: 50px;
}


.free-complex__nummber {
    font-family: "RM";
    font-size: 16px;
    line-height: 148%;
    color: #bbb;
    padding-right: 130px;
}

.free-complex__bottom {
    margin-top: 45px;
}

.free-bottom__link {
    font-family: RM;
    font-size: 16px;
    line-height: 148%;
    text-align: center;
    color: #fff;
    border: solid;
    background: #f79900;
    padding: 15px;
    padding-right: 90px;
    padding-left: 90px;
}

.free-bottom__btn {
    font-family: "RL";
    font-weight: 00;
    font-size: 12px;
    line-height: 148%;
    color: #343434;
}

.free-bottom__text {
    font-family: "RL";
    font-weight: 300;
    font-size: 12px;
    line-height: 148%;
    color: #343434;
    width: max-content;
}

.free-top__label {
    display: flex;
    padding-top: 30px;
    padding-bottom: 5px;
}

.free-complex__vbottom{
    margin-top: 20px;
}


@media (max-width: 1450px) {
    .free-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .free-info__left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .free-left__title {
        padding-left: 50px;
    }
}

@media (max-width: 900px) {
    .free-left__image {
        width: 100%;
        max-width: 900px;
    }
}

@media (max-width: 680px) {
    .free-left__title {
        font-size: 43px;
    }
}

@media (max-width: 510px) {
    .free-left__title {
        font-size: 37px;
    }

    .free-left__title {
        padding-left: 50px;
    }

    .free-left__text {
        font-size: 12px;
        padding-left: 20px;
    }
    .free-left__title {
        font-size: 30px;
    }

}

@media (max-width: 430px) {
    .free-info{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .free-left__text {
        text-align: center;
    }
    .free-complex__vbottom{
        display: flex;
        flex-direction: column;
    }
    .free-bottom__btn{
        font-size: 10px;
    }
    .free-bottom__text{
        font-size: 9px;
    }
}

@media (max-width: 391px) {
    .free-info__right{
        padding-left: 30px;
    }
    .free-complex__nummber {
        font-size: 12px;
    }
}

@media (max-width: 357px) {
    .free-right__complex{
        padding-left: 30px;
    }
    .free-complex__bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .free-complex__nummber {
        font-size: 10px;
    }

    .free-left__title {
        padding-left: 10px;
    }

    .free-left__text {
        padding-left: 10px;
    }
}

@media (max-width: 351px) {
    .free-info__right{
        padding-left: 10px;
    }
    .free-right__complex{
        padding-left: 10px;
    }
}

@media (max-width: 355px) {
    .free-info__right{
    }
}