/* styles */

body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

b {
    font-weight: 700;
}

.owl-height {
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

/* button */

.button {
    display: block;
    margin: 15px auto 0;
    padding: 0 0 0 90px;
    width: 400px;
    height: 76px;
    border: none;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    background: #ff5e5e url(../images/button__tick_icon.png) 30px center no-repeat;
    -webkit-box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    -moz-box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 76px;
    letter-spacing: 1px;
    color: #ffd1d1;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.button:hover {
    transform: scale(1.1);
}

.button_rev {
    display: block;
    margin: 15px auto 0;
    padding: 0 0 0 90px;
    width: 400px;
    height: 76px;
    border: none;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    background: #ff5e5e url(../images/button__tick_icon.png) 30px center no-repeat;
    -webkit-box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    -moz-box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    box-shadow: 0 7px 25px rgba(255, 94, 94, 0.6);
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 76px;
    letter-spacing: 1px;
    color: #ffd1d1;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.button_rev:hover {
    transform: scale(1.1);
}

/* title */

h2.title {
    margin: 0 20px 30px;
    padding: 0 0 25px;
    background: url(../images/title_bg.png) center bottom no-repeat;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}

h2.title b {
    display: block;
    font-size: 36px;
    line-height: 42px;
    color: #1c4bb3;
}

/* offer */

.offer_section .title_block {
    padding: 20px 20px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#36afeb), to(#6e41d3));
    background-image: -webkit-linear-gradient(50deg, #36afeb 0%, #6e41d3 100%);
    background-image: -moz-linear-gradient(50deg, #36afeb 0%, #6e41d3 100%);
    background-image: -o-linear-gradient(50deg, #36afeb 0%, #6e41d3 100%);
    background-image: linear-gradient(to right, #36afeb 0%, #6e41d3 100%);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.offer_section .title_block:after {
    display: block;
    content: '';
    margin: 16px auto 0;
    width: 110px;
    height: 4px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: rgba(255, 255, 255, 0.3);
}

.offer_section .title_block .main_title {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
}

.offer_section .title_block .subtitle {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
}

.offer_section .info_block {
    position: relative;
}

.offer_section .info_block img {
    display: block;
    width: 100%;
}

.offer_section .discount {
    padding: 10px 5px;
    width: 124px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 20px;
}

.offer_section .discount b {
    display: block;
    margin: 5px 0;
    height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #ff5e5e;
    background-image: -webkit-linear-gradient(58deg, #ff5e5e 0%, #ef2b75 100%);
    background-image: -moz-linear-gradient(58deg, #ff5e5e 0%, #ef2b75 100%);
    background-image: -o-linear-gradient(58deg, #ff5e5e 0%, #ef2b75 100%);
    background-image: linear-gradient(32deg, #ff5e5e 0%, #ef2b75 100%);
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

/* offer 1 */

.offer1_section .benefits_list {
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
}

.offer1_section .benefits_list:before {
    display: block;
    content: '';
    width: 2px;
    height: 1000px;
    background: #f1f1f3;
    position: absolute;
    top: 30px;
    left: 24px;
}

.offer1_section .benefits_list li {
    margin: 0 0 25px;
    padding: 0 0 0 25px;
    font-size: 18px;
    color: #4d4d4d;
    position: relative;
}

.offer1_section .benefits_list li:last-child {
    margin: 0;
}

.offer1_section .benefits_list li:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.offer1_section .benefits_list li:nth-child(3n-2):before {
    background: #5d7dec;
    -webkit-box-shadow: 0 1px 5px #becbff;
    -moz-box-shadow: 0 1px 5px #becbff;
    box-shadow: 0 1px 5px #becbff;
}

.offer1_section .benefits_list li:nth-child(3n-1):before {
    background: #ff83bd;
    -webkit-box-shadow: 0 1px 5px #fdbed9;
    -moz-box-shadow: 0 1px 5px #fdbed9;
    box-shadow: 0 1px 5px #fdbed9;
}

.offer1_section .benefits_list li:nth-child(3n):before {
    background: #ff4d52;
    -webkit-box-shadow: 0 1px 5px #ffc2c4;
    -moz-box-shadow: 0 1px 5px #ffc2c4;
    box-shadow: 0 1px 5px #ffc2c4;
}

.offer1_section .benefits_list li span {
    display: block;
    font-size: 16px;
    color: #ababab;
}

.offer1_section .order_block {
    background: url(../spring-sneakers/suprom/images/offer1__order_bg.html) center top no-repeat;
}

.offer1_section .timer_block {
    float: left;
    margin: 10px 0 56px 20px;
}

.offer1_section .timer_block p {
    margin: 0 0 5px;
    font-size: 18px;
    color: #fff;
}

.offer1_section .timer {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.offer1_section .timer_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.offer1_section .timer_item .count {
    display: inline-block;
    vertical-align: bottom;
    width: 56px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: normal;
    color: #3aa9eb;
    text-align: center;
}

.offer1_section .timer_item .text {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    color: #fff;
}

.offer1_section .price_block {
    float: right;
    margin: 18px 20px 0 0;
    color: #fff;
    text-align: right;
}

.offer1_section .price_item.old {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    position: relative;
}

.offer1_section .price_item.old:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.offer1_section .price_item.old span {
    font-size: 18px;
    text-transform: uppercase;
}

.offer1_section .price_item.new {
    clear: both;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.offer1_section .price_item.new span {
    font-size: 30px;
    text-transform: uppercase;
}

.offer1_section .order_form {
    clear: both;
    padding: 25px 0;
    background-color: #e3f0f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e3f0f2), to(#f7fdff));
    background-image: -webkit-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: -moz-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: -o-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: linear-gradient(to top, #e3f0f2 0%, #f7fdff 100%);
}

.offer1_section .field_wrapper {
    padding: 0 0 0 48px;
    width: 370px;
    background: left bottom no-repeat;
}

.offer1_section .name_wrapper {
    margin: 0 auto 20px;
    background-image: url(../images/offer__name_icon.png);
}

.offer1_section .phone_wrapper {
    margin: 0 auto 30px;
    background-image: url(../images/offer__phone_icon.png);
}

.offer1_section .field {
    display: block;
    width: 322px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #c8cdcf;
    background: none;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b8b8b8;
}

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

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

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

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

.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;
}

.offer1_section .products_count {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 34px;
    color: #ababab;
    text-align: center;
}

.offer1_section .products_count b {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #39abeb;
    font-size: 22px;
    color: #fff;
}

/* offer 2 */

.offer2_section .order_block {
    padding: 20px 0 70px;
    position: relative;
}

.offer2_section .order_block:before {
    display: block;
    content: '';
    width: 290px;
    height: 100%;
    -webkit-border-radius: 0 0 50px 0;
    -moz-border-radius: 0 0 50px 0;
    border-radius: 0 0 50px 0;
    background-image: -webkit-linear-gradient(45deg, #da6db7 0%, #56a0fe 100%);
    background-image: -moz-linear-gradient(45deg, #da6db7 0%, #56a0fe 100%);
    background-image: -o-linear-gradient(45deg, #da6db7 0%, #56a0fe 100%);
    background-image: linear-gradient(45deg, #da6db7 0%, #56a0fe 100%);
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.offer2_section .timer_block {
    float: left;
    margin: 0 0 0 20px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.offer2_section .timer_block p {
    margin: 0 0 5px;
    font-size: 18px;
}

.offer2_section .timer {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.offer2_section .timer_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.offer2_section .timer_item .count {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: normal;
}

.offer2_section .timer_item .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
}

.offer2_section .price_block {
    float: right;
    margin: 6px 0 18px;
    width: 190px;
    text-align: center;
}

.offer2_section .price_item.old {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #989898;
    position: relative;
}

.offer2_section .price_item.old:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #989898;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.offer2_section .price_item.old span {
    font-size: 18px;
    text-transform: uppercase;
}

.offer2_section .price_item.new {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #f92f89;
}

.offer2_section .price_item.new span {
    font-size: 30px;
    text-transform: uppercase;
}

.offer2_section .order_form {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 110px;
    width: 440px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff url(../images/offer2__form_bg.jpg) center bottom no-repeat;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    z-index: 10;
}

.offer2_section .order_form:before {
    display: block;
    content: '';
    width: 137px;
    height: 24px;
    background: url(../images/offer2__form_arrow.jpg) center no-repeat;
    position: absolute;
    top: -23px;
    right: 15px;
}

.offer2_section .field {
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 0 73px;
    width: 400px;
    height: 66px;
    border: none;
    border-bottom: 2px solid #d4d4d4;
    background: 20px center no-repeat;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #b8b8b8;
}

.offer2_section .field[name='name'] {
    background-image: url(../images/offer__name_icon.png);
}

.offer2_section .field[name='phone'] {
    background-image: url(../images/offer__phone_icon.png);
}
.offer2_section .field[name='product_id'] {
    background-image: url(../images/input_color.png);
}
.offer2_section .products_count {
    margin: 25px 20px 0 0;
    font-size: 18px;
    color: #ababab;
    text-align: right;
}

.offer2_section .products_count b {
    font-size: 24px;
    color: #f92f89;
}

.offer2_section .button {
    padding: 0;
    width: 320px;
    background: #f92f89;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -160px;
}

.offer2_section .conf_info {
    padding: 25px 0;
    border-bottom: 2px solid #eee;
    color: #ababab;
    text-align: center;
}

.offer2_section .conf_info:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    content: '';
    width: 23px;
    height: 19px;
    background: url(../images/offer2__confidentiality_icon.png) center no-repeat;
}

.offer2_section .conf_info span {
    color: #ff7db7;
}

/* description */

.description_section {
    padding: 30px 0 0;
    background: url(../images/description_bg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.description_section .description_block {
    margin: 0 20px 20px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background: #fff;
    position: relative;
}

/*.description_section .description_block:after {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	border-top: 40px solid #fff;
	border-left: 50px solid rgba(255,255,255,0);
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	transform: rotate(8deg);
	position: absolute;
	bottom: -35px;
	left: 40px;
}*/

.description_section .image {
    display: block;
    margin: 0 auto;
}

.description_section .text_block {
    padding: 25px 20px;
    font-size: 18px;
    line-height: 26px;
}

.description_section .text_block p {
    margin: 0 0 15px;
}

.description_section .text_block p:last-child {
    margin: 0;
}

.description_section .info {
    margin: 0 20px;
    padding: 25px 10px;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.description_section .info p {
    margin: 0 0 15px;
}

.description_section .info p:last-child {
    margin: 0;
}

.description_section .info .icon {
    display: block;
    margin: 0 auto 20px;
}

/* discount */

.discount_section {
    position: relative;
}

.discount_section img {
    display: block;
}

.discount_section h4 {
    width: 160px;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -67px;
    right: 20px;
}

.discount_section h4 span {
    display: block;
    margin: -2px 0 -11px;
    font-size: 72px;
    line-height: 72px;
}

.discount_section h4 small {
    font-size: 48px;
}

/* video */

.video_block {
    width: 480px;
    height: 270px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.video_block iframe,
.video_block object,
.video_block embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* gallery */

.gallery_section img {
    display: block;
}

/* slider */

.slider .owl-prev,
.slider .owl-next {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff5a61 url(../images/slider__arrows.jpg) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.slider .owl-prev {
    background-position: left center;
    left: 0px;
}

.slider .owl-next {
    background-position: right center;
    right: 0px;
}

/* order */
.benef-step > ul > li {
    color: #000;
}
.full {
    padding: 0 10px 10px;
    display: table-cell;
}
.benef-step {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
}
.order_section {
    padding: 25px 20px 0;
    background-color: #fb469b;
    background-image: -webkit-linear-gradient(45deg, #fb469b 0%, #fed349 100%);
    background-image: -moz-linear-gradient(45deg, #fb469b 0%, #fed349 100%);
    background-image: -o-linear-gradient(45deg, #fb469b 0%, #fed349 100%);
    background-image: linear-gradient(45deg, #fb469b 0%, #fed349 100%);
    position: relative;
}

.order_section .discount {
    padding: 37px 60px 0 62px;
    width: 208px;
    height: 140px;
    background: url(../images/order__discount_bg.png) center no-repeat;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -55px;
    left: -20px;
    z-index: 5;
}

.order_section .discount b {
    display: block;
    font-size: 40px;
    line-height: 40px;
}

.order_section .discount span {
    font-size: 24px;
}

.order_section .info_block {
    padding: 30px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    margin-bottom: 80px;
}

.order_section .product_image {
    display: block;
    float: left;
    margin: 0 0 30px;
    width: 440px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.order_section h4 {
    margin: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}
.order_section h3 {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.order_section h4 span {
    color: #ff5e5e;
}
.order_section h3 span {
    color: #ff5e5e;
}

.order_section .price_block {
    float: right;
    margin: 0px -20px 30px 0;
    padding: 10px 20px 4px 10px;
    background: #fdf7ea;
    text-align: right;
    position: relative;
}

.order_section .price_block:before {
    display: block;
    content: '';
    border-bottom: 77px solid #fdf7ea;
    border-left: 30px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: -30px;
}

.order_section .price_item.old {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #333;
    position: relative;
}

.order_section .price_item.old:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.order_section .price_item.old span {
    font-size: 18px;
    text-transform: uppercase;
}

.order_section .price_item.new {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #ff5e5e;
}

.order_section .price_item.new span {
    font-size: 30px;
    text-transform: uppercase;
}

.order_section .button {
    clear: both;
}

.order_section .timer_block {
    padding: 30px 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.order_section .timer_block p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    color: #fff;
}

.order_section .timer {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.order_section .timer_item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.order_section .timer_item:last-child {
    margin: 0;
}

.order_section .timer_item .count {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #fff;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: normal;
    color: #ff5e5e;
    text-align: center;
}

.order_section .timer_item .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    color: #fff;
}

/* benefits */

.benefits_section {
    padding: 30px 0;
}

.benefits_section.gray_bg {
    background: #f3f3ff;
}

/* benefits 1 */

.benefits1_list {
    padding: 0 20px 30px;
}

.benefits1_list .benefit_item {
    display: table;
    margin: 0 0 25px;
    width: 100%;
    position: relative;
}

.benefits1_list .benefit_item:last-child {
    margin: 0;
}

.benefits1_list .benefit_item:before {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-top: 13px solid #d9d9db;
    border-left: 125px solid rgba(255, 255, 255, 0);
    border-right: 315px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.benefits1_list .benefit_item:nth-child(even):before {
    border-left: 315px solid rgba(255, 255, 255, 0);
    border-right: 125px solid rgba(255, 255, 255, 0);
}

.benefits1_list .benefit_item:after {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 424px;
    height: 30px;
    background: url(../spring-sneakers/suprom/images/benefits1__benefit_odd_shadow.html) center no-repeat;
    position: absolute;
    bottom: -11px;
    left: 18px;
}

.benefits1_list .benefit_item:nth-child(even):after {
    background: url(../spring-sneakers/suprom/images/benefits1__benefit_even_shadow.html) center no-repeat;
    right: 18px;
    left: auto;
}

.benefits1_list .icon_block {
    display: table-cell;
    vertical-align: top;
    width: 125px;
}

.benefits1_list.va_middle .icon_block {
    vertical-align: middle;
}

.benefits1_list img {
    display: block;
}

.benefits1_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 25px;
    background-color: #fafafb;
    background-image: -webkit-linear-gradient(45deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: -moz-linear-gradient(45deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: -o-linear-gradient(45deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: linear-gradient(45deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    text-align: right;
    position: relative;
}

.benefits1_list .benefit_item:nth-child(even) .text_block {
    background-image: -webkit-linear-gradient(135deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: -moz-linear-gradient(135deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: -o-linear-gradient(135deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    background-image: linear-gradient(-45deg, #e9eaec 0%, #f6f6f7 20%, #fafafb 100%);
    text-align: left;
}

.benefits1_list.va_middle .text_block {
    vertical-align: middle;
}

.benefits1_list .text_block:before {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-top: 13px solid rgba(255, 255, 255, 0);
    border-right: 315px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.benefits1_list .benefit_item:nth-child(even) .text_block:before {
    border-left: 315px solid #fff;
    border-right: none;
    right: 0;
    left: auto;
}

.benefits1_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

/* benefits 2 */

.benefits2_list {
    padding: 0 20px 30px;
}

.benefits2_list .benefit_item {
    display: table;
    margin: 0 0 5px;
    width: 100%;
    background: #f4f5f6;
    position: relative;
}

.benefits2_list .benefit_item:last-child {
    margin: 0;
}

.benefits2_list .benefit_item:before,
.benefits2_list .benefit_item:after {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-top: 13px solid #fff;
    border-left: 125px solid rgba(255, 255, 255, 0);
    border-right: 315px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.benefits2_list .benefit_item:after {
    border-top: 13px solid rgba(255, 255, 255, 0);
    border-left: 125px solid #fff;
    border-right: 315px solid #fff;
    top: auto;
    bottom: 0;
}

.benefits2_list .image_block {
    display: table-cell;
    vertical-align: top;
    width: 125px;
}

.benefits2_list.va_middle .image_block {
    vertical-align: middle;
}

.benefits2_list img {
    display: block;
}

.benefits2_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 25px;
    text-align: right;
}

.benefits2_list.va_middle .text_block {
    vertical-align: middle;
}

.benefits2_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

/* benefits 3 */

.benefits3_list {
    padding: 0 20px 30px;
}

.benefits3_list .benefit_item {
    display: table;
    margin: 0 0 20px;
    padding: 15px 0;
    width: 100%;
    border-right-width: 4px;
    border-style: solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits3_list .benefit_item:nth-child(3n-2) {
    border-color: #6d42d3;
}

.benefits3_list .benefit_item:nth-child(3n-1) {
    border-color: #fd5ca3;
}

.benefits3_list .benefit_item:nth-child(3n) {
    border-color: #ff5157;
}

.benefits3_list .benefit_item:last-child {
    margin: 0;
}

.benefits3_list .icon_block {
    display: table-cell;
    vertical-align: top;
    padding: 7px 0 0;
    width: 90px;
    border-right: 2px solid #f1f1f3;
}

.benefits3_list.va_middle .icon_block {
    vertical-align: middle;
    padding: 0;
}

.benefits3_list .icon_block img {
    display: block;
    margin: 0 auto;
}

.benefits3_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
}

.benefits3_list.va_middle .text_block {
    vertical-align: middle;
}

.benefits3_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

/* benefits 4 */

.benefits4_list {
    padding: 0 0 30px;
    overflow: hidden;
}

.benefits4_list .benefit_item {
    display: table;
    margin: 0 0 20px 20px;
    width: 460px;
    border-left-width: 4px;
    border-style: solid;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
}

.benefits4_list .benefit_item:nth-child(even) {
    margin: 0 20px 20px 0;
    border-left: none;
    border-right-width: 4px;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
}

.benefits4_list .benefit_item:nth-child(3n-2) {
    border-color: #6d42d3;
}

.benefits4_list .benefit_item:nth-child(3n-1) {
    border-color: #fd5ca3;
}

.benefits4_list .benefit_item:nth-child(3n) {
    border-color: #ff5157;
}

.benefits4_list .benefit_item:last-child {
    margin-bottom: 0;
}

.benefits4_list .image_block {
    display: table-cell;
    vertical-align: top;
    width: 150px;
}

.benefits4_list.va_middle .image_block {
    vertical-align: middle;
}

.benefits4_list img {
    display: block;
}

.benefits4_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px;
}

.benefits4_list .benefit_item:nth-child(even) .text_block {
    text-align: right;
}

.benefits4_list.va_middle .text_block {
    vertical-align: middle;
}

.benefits4_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}

.benefits4_list p {
    line-height: 22px;
}

/* benefits 5 */

.benefits5_list {
    padding: 0 20px 30px;
}

.benefits5_list .benefit_item {
    display: table;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
}

.benefits5_list .benefit_item:nth-child(3n-2) {
    background-color: #5d7dec;
    background-image: -webkit-gradient(linear, left top, right top, from(#5d7dec), to(#899ef7));
    background-image: -webkit-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: -moz-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: -o-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: linear-gradient(to right, #5d7dec 0%, #899ef7 100%);
}

.benefits5_list .benefit_item:nth-child(3n-1) {
    background-color: #fd5a9f;
    background-image: -webkit-gradient(linear, left top, right top, from(#fd5a9f), to(#f987b4));
    background-image: -webkit-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: -moz-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: -o-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: linear-gradient(to right, #fd5a9f 0%, #f987b4 100%);
}

.benefits5_list .benefit_item:nth-child(3n) {
    background-color: #ff4d52;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4d52), to(#f98079));
    background-image: -webkit-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: -moz-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: -o-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: linear-gradient(to right, #ff4d52 0%, #f98079 100%);
}

.benefits5_list .benefit_item:last-child {
    margin: 0;
}

.benefits5_list .icon_block {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

.benefits5_list.va_middle .icon_block {
    vertical-align: middle;
}

.benefits5_list .icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    line-height: 80px;
    letter-spacing: -1px;
    text-align: center;
}

.benefits5_list img {
    display: inline-block;
    vertical-align: middle;
}

.benefits5_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.benefits5_list.va_middle .text_block {
    vertical-align: middle;
}

.benefits5_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

/* benefits 6 */

.benefits6_list {
    padding: 0 20px 30px;
}

.benefits6_list .benefit_item {
    margin: 0 0 20px;
    padding: 20px 86px 20px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.benefits6_list .benefit_item:nth-child(3n-2) {
    background-color: #5d7dec;
    background-image: -webkit-gradient(linear, left top, right top, from(#5d7dec), to(#899ef7));
    background-image: -webkit-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: -moz-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: -o-linear-gradient(left, #5d7dec 0%, #899ef7 100%);
    background-image: linear-gradient(to right, #5d7dec 0%, #899ef7 100%);
}

.benefits6_list .benefit_item:nth-child(3n-1) {
    background-color: #fd5a9f;
    background-image: -webkit-gradient(linear, left top, right top, from(#fd5a9f), to(#f987b4));
    background-image: -webkit-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: -moz-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: -o-linear-gradient(left, #fd5a9f 0%, #f987b4 100%);
    background-image: linear-gradient(to right, #fd5a9f 0%, #f987b4 100%);
}

.benefits6_list .benefit_item:nth-child(3n) {
    background-color: #ff4d52;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4d52), to(#f98079));
    background-image: -webkit-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: -moz-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: -o-linear-gradient(left, #ff4d52 0%, #f98079 100%);
    background-image: linear-gradient(to right, #ff4d52 0%, #f98079 100%);
}

.benefits6_list .benefit_item:last-child {
    margin: 0;
}

.benefits6_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.benefits6_list img {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* benefits 7 */

.benefits7_list {
    padding: 0 10px 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.benefits7_list .benefit_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px;
    width: 50%;
}

.benefits7_list img {
    display: block;
    margin: 0 auto;
}

.benefits7_list .text_block {
    padding: 0 20px 20px;
    border-bottom: 4px solid #eee;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    position: relative;
}

.benefits7_list .text_block:before {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-top: 85px solid rgba(255, 255, 255, 0);
    border-right: 210px solid #fff;
    position: absolute;
    top: -85px;
    left: 0;
}

.benefits7_list .text_block h4 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

/* characteristics */

.characteristics_section {
    padding: 40px 20px;
    background: #6748d4;
}

.characteristics_section h3 {
    margin: 0 0 25px;
    padding: 65px 0 0;
    background: url(../images/characteristics__icon.png) center top no-repeat;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.characteristics_section ul li {
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: right;
}

.characteristics_section ul li:last-child {
    margin: 0;
}

.characteristics_section ul li b {
    float: left;
}

/* diagram */

.diagram_section {
    padding: 100px 0 0;
    background: #11205f url(../spring-sneakers/suprom/images/diagram_bg.html) center top no-repeat;
}

.diagram_section h3 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.diagram_section .diagram_block {
    margin: 0 0 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.diagram_section .diagram_item {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 35px;
    width: 60px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.diagram_section .diagram_item:nth-child(1) {
    height: 80px;
    background-color: #f959a1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6446fb), to(#f959a1));
    background-image: -webkit-linear-gradient(bottom, #6446fb 0%, #f959a1 100%);
    background-image: -moz-linear-gradient(bottom, #6446fb 0%, #f959a1 100%);
    background-image: -o-linear-gradient(bottom, #6446fb 0%, #f959a1 100%);
    background-image: linear-gradient(to top, #6446fb 0%, #f959a1 100%);
}

.diagram_section .diagram_item:nth-child(2) {
    height: 184px;
    background-color: #14cffe;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0f57fd), to(#14cffe));
    background-image: -webkit-linear-gradient(bottom, #0f57fd 0%, #14cffe 100%);
    background-image: -moz-linear-gradient(bottom, #0f57fd 0%, #14cffe 100%);
    background-image: -o-linear-gradient(bottom, #0f57fd 0%, #14cffe 100%);
    background-image: linear-gradient(to top, #0f57fd 0%, #14cffe 100%);
}

.diagram_section .diagram_item:nth-child(3) {
    height: 60px;
    background-color: #fd9344;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fe5050), to(#fd9344));
    background-image: -webkit-linear-gradient(bottom, #fe5050 0%, #fd9344 100%);
    background-image: -moz-linear-gradient(bottom, #fe5050 0%, #fd9344 100%);
    background-image: -o-linear-gradient(bottom, #fe5050 0%, #fd9344 100%);
    background-image: linear-gradient(to top, #fe5050 0%, #fd9344 100%);
}

.diagram_section .diagram_item span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.diagram_section .info_list {
    background-image: -webkit-linear-gradient(45deg, #092a6f 0%, #310e57 100%);
    background-image: -moz-linear-gradient(45deg, #092a6f 0%, #310e57 100%);
    background-image: -o-linear-gradient(45deg, #092a6f 0%, #310e57 100%);
    background-image: linear-gradient(45deg, #092a6f 0%, #310e57 100%);
}

.diagram_section .info_item {
    padding: 25px 20px;
    color: #fff;
}

.diagram_section .info_item:nth-child(even) {
    background: rgba(7, 22, 85, 0.4);
}

.diagram_section .info_item .number {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.diagram_section .info_item:nth-child(3n-2) .number {
    background: #f659a3;
}

.diagram_section .info_item:nth-child(3n-1) .number {
    background: #118ffd;
}

.diagram_section .info_item:nth-child(3n) .number {
    background: #fd7a48;
}

.diagram_section .info_item .number b {
    font-size: 28px;
}

.diagram_section .info_item .text_block {
    margin: 0 0 0 60px;
}

.diagram_section .info_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
}

.diagram_section .info_item p {
    color: #76a5ff;
}

/* use steps */

.use_steps_section {
    padding: 30px 0 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f4f4f4 0%, #fff 100%);
    background-image: linear-gradient(to top, #f4f4f4 0%, #fff 100%);
}

.use_steps_list {
    padding: 0 20px 30px;
}

.use_steps_list .step_item {
    display: table;
    margin: 0 0 90px;
    width: 100%;
    position: relative;
}

.use_steps_list .step_item:last-child {
    margin: 0;
}

.use_steps_list .step_item:before {
    display: block;
    content: '';
    width: 100%;
    height: 49px;
    background: url(../spring-sneakers/suprom/images/use_steps__arrow1.html) center no-repeat;
    position: absolute;
    bottom: -69px;
    left: 0;
}

.use_steps_list .step_item:nth-child(even):before {
    background-image: url(../spring-sneakers/suprom/images/use_steps__arrow2.html);
}

.use_steps_list .step_item:last-child:before {
    display: none;
}

.use_steps_list .image_block {
    display: table-cell;
    vertical-align: top;
    width: 144px;
}

.use_steps_list.va_middle .image_block {
    vertical-align: middle;
}

.use_steps_list img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.use_steps_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.use_steps_list.va_middle .text_block {
    vertical-align: middle;
}

.use_steps_list .step_item:nth-child(even) .text_block {
    padding: 0 20px 0 0;
    text-align: right;
}

.use_steps_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #5867ff;
}

.use_steps_list .step_item:nth-child(even) h4 {
    color: #fa599d;
}

/* reviews */

.reviews_section {
    padding: 30px 0 0;
}

.reviews_list {
    padding: 40px 40px 10px 60px;
    position: relative;
}

.reviews_list:before {
    display: block;
    content: '';
    width: 330px;
    height: 100%;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    background-color: #f9459a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f9459a), to(#fece4c));
    background-image: -webkit-linear-gradient(bottom, #f9459a 0%, #fece4c 100%);
    background-image: -moz-linear-gradient(bottom, #f9459a 0%, #fece4c 100%);
    background-image: -o-linear-gradient(bottom, #f9459a 0%, #fece4c 100%);
    background-image: linear-gradient(to top, #f9459a 0%, #fece4c 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.reviews_list .review_item {
    margin: 0 0 30px;
    padding: 53px 0 25px;
    background: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

.reviews_list .avatar {
    display: block;
    width: 120px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 20px;
    left: -40px;
}

.reviews_list .review_item.type2 .avatar {
    top: 30px;
}

.reviews_list .author_info {
    margin: 0 30px 55px 110px;
    color: #333;
}

.reviews_list .author_info .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}

.reviews_list .author_info .text {
    font-size: 18px;
    line-height: 26px;
}

.reviews_list .photo {
    display: block;
    margin-top: -35px;
    width: 100%;
}

.reviews_list .text_block {
    margin: 25px 30px 20px;
}

.reviews_list .text_block p {
    margin: 0 0 15px;
}

.reviews_list .text_block p:last-child {
    margin: 0;
}

.reviews_list .rating {
    margin: 0 30px 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.reviews_list .star {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    width: 18px;
    height: 17px;
    background: url(../images/reviews__yellow_star.png) center no-repeat;
}

.reviews_list .star.empty {
    background-image: url(../images/reviews__gray_star.png);
}

.reviews_list .counts_block {
    margin: 0 30px;
}

.reviews_list .counts_block .views {
    float: left;
    color: #999;
}

.reviews_list .counts_block .likes {
    float: right;
    font-weight: 700;
    color: #fb4454;
    position: relative;
}

.reviews_list .counts_block .likes:before {
    display: block;
    content: '';
    width: 52px;
    height: 61px;
    background: url(../images/reviews__like_icon.png) center no-repeat;
    position: absolute;
    top: -64px;
    right: -52px;
}

/* order steps 1 */

.order_steps1_section {
    padding: 30px 0 0;
}

.order_steps1_list {
    padding: 0 10px 10px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.order_steps1_list .step_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
}

.order_steps1_list .number {
    margin: 0 auto;
    padding: 5px;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 72px;
    line-height: 120px;
    position: relative;
    z-index: 10;
}

.order_steps1_list .step_item:nth-child(1) .number,
.order_steps1_list .step_item:nth-child(4) .number {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#7395ee),
        color-stop(50%, #589ffd),
        color-stop(50%, #589ffd),
        to(#589ffd)
    );
    background-image: -webkit-linear-gradient(bottom, #7395ee 0%, #589ffd 50%, #589ffd 50%, #589ffd 100%);
    background-image: -moz-linear-gradient(bottom, #7395ee 0%, #589ffd 50%, #589ffd 50%, #589ffd 100%);
    background-image: -o-linear-gradient(bottom, #7395ee 0%, #589ffd 50%, #589ffd 50%, #589ffd 100%);
    background-image: linear-gradient(to top, #7395ee 0%, #589ffd 50%, #589ffd 50%, #589ffd 100%);
    color: #5c9efb;
}

.order_steps1_list .step_item:nth-child(2) .number,
.order_steps1_list .step_item:nth-child(3) .number {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fcb05d),
        color-stop(50%, #fecc4d),
        color-stop(50%, #fecc4d),
        to(#fecc4d)
    );
    background-image: -webkit-linear-gradient(bottom, #fcb05d 0%, #fecc4d 50%, #fecc4d 50%, #fecc4d 100%);
    background-image: -moz-linear-gradient(bottom, #fcb05d 0%, #fecc4d 50%, #fecc4d 50%, #fecc4d 100%);
    background-image: -o-linear-gradient(bottom, #fcb05d 0%, #fecc4d 50%, #fecc4d 50%, #fecc4d 100%);
    background-image: linear-gradient(to top, #fcb05d 0%, #fecc4d 50%, #fecc4d 50%, #fecc4d 100%);
    color: #fecb4d;
}

.order_steps1_list .number b {
    display: block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.order_steps1_list .text_block {
    margin-top: -65px;
    padding: 75px 15px 0;
    height: 335px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d96db7), to(#589ffd));
    background-image: -webkit-linear-gradient(bottom, #d96db7 0%, #589ffd 100%);
    background-image: -moz-linear-gradient(bottom, #d96db7 0%, #589ffd 100%);
    background-image: -o-linear-gradient(bottom, #d96db7 0%, #589ffd 100%);
    background-image: linear-gradient(to top, #d96db7 0%, #589ffd 100%);
    position: relative;
}

.order_steps1_list .step_item:nth-child(2) .text_block,
.order_steps1_list .step_item:nth-child(3) .text_block {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f74698), to(#fecc4d));
    background-image: -webkit-linear-gradient(bottom, #f74698 0%, #fecc4d 100%);
    background-image: -moz-linear-gradient(bottom, #f74698 0%, #fecc4d 100%);
    background-image: -o-linear-gradient(bottom, #f74698 0%, #fecc4d 100%);
    background-image: linear-gradient(to top, #f74698 0%, #fecc4d 100%);
}

.order_steps1_list .text_block:after {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-top: 80px solid rgba(255, 255, 255, 0);
    border-left: 105px solid #fff;
    border-right: 105px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.order_steps1_list .icon_block {
    width: 100%;
    height: 43px;
    font-size: 0;
    line-height: 43px;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.order_steps1_list img {
    display: inline-block;
    vertical-align: middle;
}

/* order steps 2 */

.order_steps2_section {
    padding: 30px 20px 40px 40px;
    background: #fc6880 url(../spring-sneakers/suprom/images/order_steps2_bg.html) center top no-repeat;
}

.order_steps2_section h2.title {
    margin: 0 20px 40px;
    background-image: url(../spring-sneakers/suprom/images/title_bg_white.html);
    color: #fff;
}

.order_steps2_section h2.title b {
    color: #fff;
}

.order_steps2_list .step_item {
    display: table;
    margin: 0 0 40px;
    height: 200px;
    -webkit-border-radius: 0 100px;
    -moz-border-radius: 0 100px;
    border-radius: 0 100px;
    background: #fff;
    -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    position: relative;
}

.order_steps2_list .step_item:last-child {
    margin: 0;
}

.order_steps2_list .number {
    padding: 15px 20px;
    width: 114px;
    height: 114px;
    -webkit-border-radius: 0 0 114px 0;
    -moz-border-radius: 0 0 114px 0;
    border-radius: 0 0 114px 0;
    background: #fed349;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: -20px;
}

.order_steps2_list p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
}

.order_steps2_list img {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/* order steps 3 */

.order_steps3_section {
    padding: 30px 0 0;
    overflow: hidden;
}

.order_steps3_list {
    padding: 0 20px 30px;
    position: relative;
}

.order_steps3_list:before {
    display: block;
    content: '';
    width: 4px;
    height: 1000px;
    background: #f1f1f3;
    position: absolute;
    top: 45px;
    left: 63px;
}

.order_steps3_list .step_item {
    display: table;
    margin: 0 0 30px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.order_steps3_list .step_item:last-child {
    margin: 0;
}

.order_steps3_list .icon_block {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}

.order_steps3_list.va_middle .icon_block {
    vertical-align: middle;
}

.order_steps3_list .icon {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    line-height: 90px;
    letter-spacing: -1px;
    text-align: center;
}

.order_steps3_list .step_item:nth-child(1) .icon {
    background: #5d7dec;
    -webkit-box-shadow: 0 1px 15px #becbff;
    -moz-box-shadow: 0 1px 15px #becbff;
    box-shadow: 0 1px 15px #becbff;
}

.order_steps3_list .step_item:nth-child(2) .icon {
    background: #fd5a9f;
    -webkit-box-shadow: 0 1px 15px #fdbed9;
    -moz-box-shadow: 0 1px 15px #fdbed9;
    box-shadow: 0 1px 15px #fdbed9;
}

.order_steps3_list .step_item:nth-child(3) .icon {
    background: #ff4d52;
    -webkit-box-shadow: 0 1px 15px #ffc2c4;
    -moz-box-shadow: 0 1px 15px #ffc2c4;
    box-shadow: 0 1px 15px #ffc2c4;
}

.order_steps3_list img {
    display: inline-block;
    vertical-align: middle;
}

.order_steps3_list .text_block {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.order_steps3_list.va_middle .text_block {
    vertical-align: middle;
}

.order_steps3_list h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #f3f3ff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: #222;
}
.table {
    margin: 0 20px;
    padding: 10px 0 10px 44px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
    position: relative;
}
.table_title {
    width: 252px;
    height: 44px;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    color: #fff;
    background: #008eed;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 44px;
}
.table .row {
    display: table;
    width: 100%;
}
.table .column {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    width: 50%;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
}
.table .alphabetic_size {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.table .digital_size {
    font-weight: 700;
}
.table_title1 {
    width: 220px;
    height: 44px;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    color: #fff;
    background: #008eed;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 44px;
}
.table_title2 {
    width: 220px;
    height: 44px;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    color: #fff;
    background: #008eed;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    position: absolute;
    bottom: 0;
    left: 44px;
}

.form_complect__select {
    clear: both;
    padding: 20px 0;
    border-radius: 30px;
    margin: 0 0 15px;
    background-color: #e3f0f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e3f0f2), to(#f7fdff));
    background-image: -webkit-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: -moz-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: -o-linear-gradient(bottom, #e3f0f2 0%, #f7fdff 100%);
    background-image: linear-gradient(to top, #e3f0f2 0%, #f7fdff 100%);
}

.field_complect {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    width: 400px;
    height: 66px;
    border: none;
    border-bottom: 2px solid #d4d4d4;
    background: 20px center no-repeat;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    color: #b8b8b8;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.field_complect.active {
    font-size: 1.7em; /* Увеличение размера шрифта текста на 20% */
    font-weight: 600;
    color: rgb(41, 152, 49); /* Синий цвет текста */
    border-bottom: 2px solid rgb(41, 152, 49);
}
