@media (max-width: 550px){
    .project-cards .name{
            font-size: 20px;
    }
    table td {
        display:block;
        width:100%;
        padding-left:0;
    }

    table{
       width:100% !important;
    }

    table td a{
        display:block;
    }

    table td a img{
        display:block;
        width:100% !important;
        height: auto !important;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 25px;
        line-height: 25px;
    }

    a img{
        display:block;
        width:100% !important;
        height: auto !important;
    }
}

.build-card .project-card {
    width:100%;
    margin-bottom: 0px;
}


.build-card .justify-content {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}


@media (min-width: 450px){
    .build-card .justify-content {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
}

@media (min-width: 650px){
    .build-card .justify-content {
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
}


@media (min-width: 950px){
    .build-card .justify-content {
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
}


.order-new-section {
    margin-top: 50px;
}

.order-new-section__title {
    font-family: "Black";
    font-size: 27px;
    margin-bottom: 30px;
}


.order-new-section__cell {
    box-shadow: 0px 0px 11px 2px #00000024;
    padding: 15px 20px;
    border-radius: 8px;
    border: 2px solid #CCCCCC;
    transition: 0.2s;
}

.order-new-section__cell + .order-new-section__cell {
    margin-top: 15px;
}

.order-new-section__cell-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
}

.order-new-section__cell-top-number {
    font-family: "Black";
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.order-new-section__cell-top-title {
    font-family: "Bold";
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 10px;
}

.order-new-section__bottom {
    margin-top: 15px;
    display: none;
}

.active .order-new-section__bottom {
    margin-top: 15px;
    display: block;
}

.order-new-section__cell.active {
    border: 2px solid #D43F34;
}

.order-new-section__tabs-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.order-new-section__tabs-btn {
    font-family: "Bold";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #D43F34;
    color: #FFF;
    background-color: #D43F34;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 5px;
}

.order-new-section__tabs-btn:hover {
    color: #000;
    background-color: #FFF;
}


.order-new-section__tabs-btn.tabs__btn_active {
    color: #000;
    background-color: #FFF;
}

.tabs__pane {
display: none;
}

.tabs__pane_show {
display: block;
}

.formulas-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 30px;
}

.formulas-section__cell--long {
    grid-column: 1 span;
}

@media (min-width: 570px) {
    .formulas-section {
        grid-template-columns: repeat(3, 1fr);
    }

    .formulas-section__cell--long {
        grid-column: 3 span;
    }
}

.formulas-section__cell label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777;
    display: block;
    margin-bottom: 8px;
}

.formulas-section__cell input {
    height: 44px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 20px;
}

.formulas-section__cell textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 20px;
}



.next-stage {
    font-family: "Bold";
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 15px 32px;
    border-radius: 8px;
    border: 1px solid #D43F34;
    color: #FFF;
    background-color: #D43F34;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
}

.next-stage-section {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.next-stage:hover {
    color: #000;
    background-color: #FFF;
}

.next-stage--minor {
    color: #000;
    background-color: #FFF;
}

.tabs-cnt-section {
    margin-top: 30px;
}

.free-variants {
    font-family: "Bold";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 50px;
    border: 1px solid #009428;
    color: #FFF;
    background-color: #009428;
    width: fit-content;
}

.formulas-section__cell + .free-variants {
    margin-top: 10px;
}

.warning-variants {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #FAD5D2;
    color: #000;
    background-color: #FAD5D2;
    width: fit-content;
    margin-top: 10px;
}

.end-poin-btn {
    font-family: "Bold";
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 15px 32px;
    border-radius: 8px;
    border: 1px solid #D43F34;
    color: #FFF;
    background-color: #D43F34;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
    margin-top: 50px;
    display: none;
}

.end-poin-btn:hover {
    color: #000;
    background-color: #FFF;
}

.end-poin-btn.visible {
    display: block;
}

.politic-form {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.politic-form label {
    position: relative;
    height: 22px;
    width: 19px;
}

.politic-form a {
    color: #D43F34;
    text-decoration: none;
    border-bottom: 1px solid #D43F34;
}

[type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after {
    background-color: #D43F34;
}

.politic-form [type="checkbox"] {

}
