.header__top__right li i {
    padding-right: 12px;
}
.header__top__right li:last-child {
    margin-left: 40px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row .c1 {
    flex: 1;
    border: 3px solid #fcc236;
}
.s-price .row .c2 {
    padding: 30px 35px;
    text-align: center;
}

.row .c2 {
    flex: .5;
    background: #1f2d30;
    border: 3px solid #fcc236;
    border-left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 10px;
}
.c1 table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    margin: 0;
    background-color: transparent;
}
.s-price .t-title {
    font-weight: 700;
}
table tr:nth-child(odd) {
    color: #949494;
}
table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
table tr:first-child {
    background: #fcc236;
    color: #ffffff;
}
table tr td:last-child {
    max-width: 150px;
}
.tab-content tr {
    display: flex;
    font-size: 17px;
}
.tab-content tr td {
    flex: 1;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
table tr:nth-child(even) {
    color: #949494;
}

table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.c-quantity {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    height: 30px;
    background-color: #fff;
}
.c-quantity .t-count {
    display: none;
}
.c-quantity .minus-plus.minus {
    color: #fcc236;
}
.c-quantity .minus-plus {
    width: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.c-quantity .minus:before {
    content: "-";
}
.c-quantity input.form-control {
    padding: 0;
    width: 48px;
    height: 30px !important;
    border: 0;
    color: #3f3f3f;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.c-quantity .minus-plus.plus {
    color: #fcc236;
}
.c-quantity .plus:before {
    content: "+";
}
.c-quantity input.form-control {
    padding: 0;
    width: 48px;
    height: 30px !important;
    border: 0;
    color: #3f3f3f;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.amount{
    position: relative;
    margin: 0 7px;
}
.amount::after{
    content: "";
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#header .call-order-btn-scroll{
    padding: 0 13px !important;
}

#call-order-form .news__input input{
    padding-bottom: 10px
}
#call-order-form input{
    font-size: 20px;
}
.newsletter__wrap h2{
    font-size: 56px;
}