.mscreen {
    background: url(../image/ex_fon.jpg) center top no-repeat;
    margin-top: 20px;
    padding: 30px 0;
    height: 900px;
    flex-wrap: wrap;
    display: flex;
}
.tabrow {
    background-image: url(../image/forma_fon.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.block-left {
    margin-top: 125px;
}
.bleft {
    width: 650px;
}
.headertab {
    display: none !important;
}
.action {
    margin-left: -20px;
    padding: 70px;
    font-size: 31px;
    margin-top: 174px;
    background-color: #489338e3;
    color: white;
}
.name_front {
    width: 80px;
}
.wrap {
    display: inline-block;
    width: 320px;
}
.inms {
    width: 1160px !important;
}
.backnewone {
    background: unset;
}
.tableft {
    background: unset;
}
.tcrcontent .tabsumb {
    background-color: #FF9900 !important;
    color: white !important;
    width: 274px;
    left: 107px;
    margin-top: 30px;
}
.new_form_buton {
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ff7d21;
    padding: 20px 58px;
    font-family: 'helveticaneuecyrbold';
    color: #fff;
    text-decoration: none;
    width: 65%;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
    transition: .3s ease;
}
.new_form_buton:hover {
    background-color: #FF9900;
    border-bottom: 2px solid #613903;
}
.tcrcontent .inp {
    width: 258px;
    height: 40px;
    margin-left: 106px;
}
.tapheader {
    text-align: center;
    padding: 25px;
    display: inline-block;
    margin-left: 20px;
}
img.prod_img {
    margin-left: -50px;
}
.text-right {
	text-align: right;
}
.prime_block {
    display: inline-block;
    margin-top: 30px;
	text-align: left;
    margin-right: 160px;
}
.prod_name {
    font-size: 24px;
    display: block;
}
.top_price span {
    display: block;
}
.top_price {
    display: none;
    margin-top: 2px;
    margin-left: 30px;
}
.top_price_tag {
    font-size: 20px;
    font-weight: 900;
    color: white;
    background-size: cover;
    background: url(../image/price_pl.png);
    padding: 0.5rem 0.9rem;
    background-repeat: no-repeat;
}
.bleft img {
    margin-left: -30px;
}
.old_price {
    margin-left: 1rem;
    margin-bottom: 0.3rem;
}
.old_price::after {
    content: " ";
    position: absolute;
    width: 100px;
    height: 1px;
    padding: 0.3px;
    transform: rotate(5deg);
    color: orange;
    margin-top: 7px;
    margin-left: -92px;
    background-color: #ff7d21;
}
.auto-modal_left {
    background: url(../image/forma1.jpg);
}
.auto-modal_left-title {
    color: white;
    margin-top: 30%;
}
.auto-modal {
    box-shadow: 0px 15px 31px #656565;
}
.tabblock {
    background-image: url(../image/topper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.front_descr {
    margin-top: 1rem;
    color: green;
}
.inms {
    padding-top: 30px;
}
.prod_name.name_front {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 29px;
}
@media (max-width: 1366px) {
    .prime_block {
    
    }
}

.announce {
    padding: 40px;
    background: linear-gradient(270.73deg, #6BA53A 20.91%, #83CA47 72.04%), #FFFFFF;
    margin-bottom: 6rem;
    color: white;
    font-family: arial;
}
p.announce_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
}

a.announce_btn {
    display: inline-block;
    background-color: #ff7d21;
    padding: 1rem 1rem;
    text-decoration: none;
    font-size: 18px;
    color: white;
    float: right;
    margin-top: 1.8rem;
    transition: .3s ease;
}
.announce_btn:hover {
    background-color: #FF9900;
    cursor: pointer;
}
.announce_ul li {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 2rem;
    line-height: 20px;
    margin-top: 0.7rem;
    font-size: 16px;
    margin-left: 1.1rem;
}
.announce_ul li::before {
    content: '';
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 1000px;
    background-color: white;
    margin-top: 0.2rem;
    position: absolute;
    margin-left: -1.1rem;
}