section.offer_section {
    padding: 0 0 30px;
}

.offer_section.offer1 {
    background: #333;
}

.offer_section .title_block {
    text-transform: uppercase;
    text-align: center;
}

.offer_section.offer3 .title_block {
    padding: 12px 0;
    background: #333;
    color: #fff;
}

.offer_section .title_block .main_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #ffd800;
}

.offer_section.offer1 .title_block .main_title {
    padding: 12px 0;
    background: #333;
    color: #fff;
}

.offer_section.offer2 .title_block .main_title {
    padding: 12px 0;
}

.offer_section.offer3 .title_block .main_title {
    margin: 0 0 5px;
}

.offer_section .title_block .subtitle {
    letter-spacing: 2.5px;
}

.offer_section.offer1 .title_block .subtitle {
    padding: 10px 0;
    color: #fff;
}

.offer_section.offer2 .title_block .subtitle {
    padding: 10px 0;
    background: #149cc7;
    color: #fff;
}

.offer_section .offer_image {
    display: block;
}

.offer_section.offer3 .image_block {
    position: relative;
}

.offer_section.offer3 .discount_block {
    padding: 18px 0 0;
    width: 79px;
    height: 101px;
    background: url("") center no-repeat;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 20px;
}

.offer_section.offer3 .discount_block .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.offer_section.offer3 .discount_block .text {
    line-height: 20px;
}

.offer_section.offer1 .price_block {
    background: #fff;
    text-align: center;
}

.offer_section.offer1 .price_item {
    float: left;
    padding: 16px 0 0;
    width: 170px;
    height: 80px;
}

.offer_section.offer1 .price_item.new {
    background: #149cc7;
    color: #fff;
}

.offer_section.offer1 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}

.offer_section.offer1 .price_item .value {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
}

.offer_section.offer1 .price_item.old .value {
    text-decoration: line-through;
}

.offer_section.offer1 .discount_block {
    float: left;
    padding: 12px 0 0;
    width: 140px;
    height: 80px;
    background: #ffd800;
    position: relative;
}

.offer_section.offer1 .discount_block:before,
.offer_section.offer1 .discount_block:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
}

.offer_section.offer1 .discount_block:before {
    border-top: 40px solid #ffd800;
    border-bottom: 40px solid #ffd800;
    border-left: 20px solid #fff;
    left: -10px;
}

.offer_section.offer1 .discount_block:after {
    border-top: 40px solid #149cc7;
    border-bottom: 40px solid #149cc7;
    border-left: 20px solid #ffd800;
    right: -10px;
}

.offer_section.offer1 .discount_block .text {
    margin: 0 0 5px;
    line-height: 16px;
    letter-spacing: 2px;
}

.offer_section.offer1 .discount_block .value {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
}

.offer_section.offer2 .price_block {
    margin: -16px 0 25px;
    height: 126px;
    background: url("") center no-repeat;
    text-align: center;
    position: relative;
}

.offer_section.offer2 .price_item {
    float: left;
    padding: 40px 0 0;
    width: 170px;
}

.offer_section.offer2 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.offer_section.offer2 .price_item .value {
    font-size: 34px;
    line-height: 34px;
}

.offer_section.offer2 .price_item.old .value {
    text-decoration: line-through;
}

.offer_section.offer2 .price_item.new .value {
    font-weight: 700;
}

.offer_section.offer2 .discount_block {
    float: left;
    padding: 33px 0 0;
    width: 140px;
    font-weight: 700;
    color: #fff;
}

.offer_section.offer2 .discount_block .text {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
}

.offer_section.offer2 .discount_block .value {
    font-size: 40px;
    line-height: 40px;
}

.offer_section.offer3 .price_block {
    border-bottom: 1px solid #e6e6e6;
}

.offer_section.offer3 .price_item {
    float: left;
    padding: 20px 0 0;
    width: 50%;
    height: 90px;
    border-right: 1px solid #e6e6e6;
    text-align: center;
}

.offer_section.offer3 .price_item:last-child {
    border: none;
}

.offer_section.offer3 .price_item .text {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}

.offer_section.offer3 .price_item.new .text {
    margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
}

.offer_section.offer3 .price_item.old .value {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-decoration: line-through;
}

.offer_section.offer3 .price_item.new .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.offer_section ul {
    margin: 25px 0;
}

.offer_section.offer1 ul:after {
    display: block;
    content: '';
    margin: 25px 0 0;
    height: 8px;
    background: url("") center no-repeat;
}

.offer_section ul li {
    margin: 0 40px 12px;
    padding: 0 0 0 32px;
    background: url("") left 1px no-repeat;
}

.offer_section.offer1 ul li {
    color: #fff;
}

.offer_section ul li:last-child {
    margin: 0 40px;
}

.offer_section.offer1 .timer_block {
    margin: 25px auto;
    width: 400px;
    color: #fff;
    text-align: center;
}

.offer_section.offer1 .timer_block p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}

.offer_section.offer1 .timer_item {
    float: left;
    margin: 0 32px 0 0;
    width: 112px;
    position: relative;
}

.offer_section.offer1 .timer_item:last-child {
    margin: 0;
}

.offer_section.offer1 .timer_item:before {
    display: block;
    content: ':';
    width: 32px;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: -32px;
}

.offer_section.offer1 .timer_item:last-child:before {
    display: none;
}

.offer_section.offer1 .timer_item .count {
    margin: 0 0 10px;
    height: 60px;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
}

.offer_section.offer1 .timer_item .count span {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    width: 54px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(50%, #4a4a4a), color-stop(51%, #4a4a4a), color-stop(51%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-box-shadow: inset 0 -2px 0 #4a4a4a;
    -moz-box-shadow: inset 0 -2px 0 #4a4a4a;
    box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section.offer1 .timer_item .count span:last-child {
    margin: 0;
}

.offer_section.offer1 .timer_item .text {
    line-height: 16px;
}

.offer_section.offer2 .timer_block {
    margin: 0 auto 25px;
    width: 400px;
    text-align: center;
}

.offer_section.offer2 .timer_block p {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.offer_section.offer2 .timer_item {
    float: left;
    margin: 0 32px 0 0;
    width: 112px;
    position: relative;
}

.offer_section.offer2 .timer_item:last-child {
    margin: 0;
}

.offer_section.offer2 .timer_item:before {
    display: block;
    content: ':';
    width: 32px;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 0;
    right: -32px;
}

.offer_section.offer2 .timer_item:last-child:before {
    display: none;
}

.offer_section.offer2 .timer_item .count {
    margin: 0 0 6px;
    height: 60px;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    color: #333;
}

.offer_section.offer2 .timer_item .count span {
    display: block;
    float: left;
    margin: 0 4px 0 0;
    width: 54px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
}

.offer_section.offer2 .timer_item .count span:last-child {
    margin: 0;
}

.offer_section.offer2 .timer_item .text {
    line-height: 16px;
}

.offer_section.offer3 .timer_block {
    padding: 8px 10px 7px 20px;
}

.offer_section.offer3 .timer_block p {
    float: left;
    margin: 6px 0 0;
    padding: 0 0 0 40px;
    width: 170px;
    background: url("") left center no-repeat;
    font-size: 14px;
    line-height: 16px;
}

.offer_section.offer3 .timer {
    float: right;
    width: 240px;
}

.offer_section.offer3 .timer_item {
    float: left;
    width: 60px;
    text-align: center;
}

.offer_section.offer3 .timer_item .text {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 12px;
}

.offer_section.offer3 .timer_item .count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

.offer_section.offer3 .timer_item .count:before {
    display: block;
    content: ':';
    width: 10px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: -5px;
}

.offer_section.offer3 .timer_item:last-child .count:before {
    display: none;
}

.offer_section.offer3 .benefits_list {
    padding: 12px 0 12px 18px;
    background: #333;
    color: #fff;
}

.offer_section.offer3 .benefits_list .benefit_item {
    float: left;
    padding: 0 0 0 44px;
    width: 160px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.offer_section.offer3 .benefits_list .benefit_item:last-child {
    width: 130px;
}

.offer_section.offer3 .benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(1):before {
    background-image: url("images/offer3__benefit1_icon.png");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(2):before {
    background-image: url("images/offer3__benefit2_icon.png");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(3):before {
    background-image: url("images/offer3__benefit3_icon.png");
}

.products_count {
    margin: 20px 0 0;
    text-align: center;
}

.offer_section.offer1 .products_count {
    color: #fff;
}

.products_count b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #333;
    color: #fff;
}

.offer_section .field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.offer_section.offer1 .field {
    border: none;
    background-color: #fff;
}

.offer_section .field[name="name"] {
    margin-top: 25px;
    background-image: url("images/offer__name_icon.png");
    background-position: 23px center;
    background-repeat: no-repeat;
}

.offer_section .field[name="phone"] {
    background-image: url("images/offer__phone_icon.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.offer_section .field::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .field:-moz-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .field::-moz-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .field:-ms-input-placeholder {
    opacity: 1;
    color: #333;
}

.offer_section .field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
    opacity: 0;
}

.offer_section .image_bottom {
    display: block;
    margin: 20px auto 0;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 80px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffd800;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.act {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.act>.by {
    color: #e62e04;
    font-weight: 600;
}

.act>.to {
    color: #e62e04;
    font-weight: 600;
}