.m1-form ::-webkit-input-placeholder {
    color: #333;
}

.m1-form ::-moz-placeholder {
    color: #333;
}

.m1-form :-moz-placeholder {
    color: #333;
}

.m1-form :-ms-input-placeholder {
    color: #333;
}

.m1-form :focus::-webkit-input-placeholder {
    color: transparent;
}

.m1-form :focus::-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-moz-placeholder {
    color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
    color: transparent;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

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

.clear {
    clear: both;
    height: 0;
}

.ulfix {
    font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    background: #2b2d32;
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
}

.wrap {
    position: relative;
    background: #fff;
    width: 480px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.nopad {
    padding: 0;
}

.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    background: #fff;
    width: 100%;
    height: 83px;
    line-height: 83px;
    margin: 0 auto 12px;
    padding: 0 20px;
    font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.button-m {
    position: relative;
    display: block;
    width: 420px;
    height: 90px;
    line-height: 93px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #333746;
    text-shadow: 0 2px 0 rgb(240 222 83);
    background: #efe457;
    background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%);
    background: -webkit-linear-gradient(top, #efe457 0%, #feae31 100%);
    background: linear-gradient(to bottom, #efe457 0%, #feae31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe457', endColorstr='#feae31', GradientType=0);
    -webkit-box-shadow: 0 3px 0 #dca230;
    box-shadow: 0 3px 0 #dca230;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.background-white .button-m {
    width: 370px;
    height: 70px;
    line-height: 75px;
    font-size: 22px;
    margin-top: 17px;
}

.button-m:active {
    top: 1px;
}

.m1-form {
    width: 420px;
    margin: 0 auto;
}

.m1-form .button-m {
    width: 100%;
}

h2.title {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
    color: #e89e2c;
}

h2.title span {
    /* display: block; */
    color: #333746;
}


h2.title.white span {
    color: #fff;
}

.pat {
    position: relative;
    background: #393d46;
}

/*   price   */

.price {
    display: flex;
    overflow: hidden;
    width: 420px;
    height: 89px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.price .section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0px 5px 0px 8px;
    position: relative;
    text-align: center;
    line-height: 30px;
}

.price .first {
    background: #fff;
    color: #000;
}

.price .second {
    background: #f0a020;
}

.price .third {
    background: #d17f00;
}

.price .section:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background: inherit;
    clip-path: polygon(49% 0, 80% 50%, 49% 100%);
    z-index: 1;
}

.price .section p {
    font-size: 1.25rem;
}

.price .section .val {
    font-weight: 700;
    font-size: 1.5rem;
}

.price .section i {
    text-transform: uppercase;
}

/*   timer   */

.timer {
    margin: 10px 0 40px;
    text-align: center;
}

.timer .timer-title {
    margin: 0 0 5px;
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.timer .timer-item:first-child {
    margin-left: 80px;
}

.timer .timer-item:last-child {
    margin-right: 0;
}

.timer .timer-item {
    position: relative;
    float: left;
    width: 80px;
    height: 92px;
    background: #fff;
    text-align: center;
    margin: 0 20px;
    padding-top: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.timer .timer-item:before {
    position: absolute;
    top: 0;
    right: -40px;
    display: block;
    width: 40px;
    line-height: 92px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    content: ':';
}

.timer .timer-item:last-child:before {
    display: none;
}

.timer .count {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.timer .text {
    font-size: 18px;
    line-height: 18px;
}

/*   stock   */

.stock {
    text-align: center;
    padding-top: 20px;
}

.stock.white {
    color: #fff;
}

.stock b {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin: 0 4px;
    background: #4559b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*   video   */

.video-block {
    padding: 0 30px;
}

.video-container {
    position: relative;
    background: #333;
    padding-bottom: 56.25%;
    height: 0;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.slider {
    padding: 0px 0 45px;
}

.dl .slider {
    padding: 0px;
}

.slider a.button-m {
    margin-top: 30px;
}

.slider-photo .item img {
    display: block;
}

/*   slick-dots   */

.slick-dots {
    height: 23px;
    text-align: center;
    margin-top: 25px;
}

.slick-dots:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    overflow: hidden;
}

.slick-dots li button {
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background: none;
    border: 2px solid #333746;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #333746;
}

.offer {
    padding: 0;
    background: #393d46;
}

.offer .box {
    position: relative;
    background: url("../images/offer.jpg") 50% 0 no-repeat;
    height: 600px;
}

.offer .main-title {
    font-family: 'Acrom', Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    color: #f6ac38;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 5px 0px;
}

.offer .sub-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.offer .sale {
    background: url(../images/sale-bg.png) 0 0 no-repeat;
    width: 209px;
    height: 113px;
    margin-left: 267px;
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    margin-top: 143px;
    position: absolute;
}

.offer .sale span {
    display: inline-block;
    transform: rotate(-7deg);
    padding-top: 9px;
}

.offer .sale b {
    display: block;
    font-size: 50px;
}

.offer .bullet {
    font-size: 0;
    padding: 0 10px 20px;
}

.offer .bullet li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    font-size: 18px;
    text-align: center;
}

.offer .bullet .pic {
    position: relative;
    margin-bottom: 15px;
}

.offer .bullet .pic:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/check-icon.png") 0 0 no-repeat;
    content: '';
}

.offer .bullet img {
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.offer .bullet p {
    padding: 0 5px;
    color: #f5f5f5;
}

.offer .order_form {
    padding-bottom: 30px;
    padding-top: 30px;
}

.offer .order_form.pat:before {
    background-color: #f9f9f9;
}

.offer.bottom .price {
    position: relative;
    margin-bottom: -55px;
    z-index: 5;
}

.offer.bottom .timer {
    margin-top: 30px;
}

.order_form .form-txt {
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.order_form .form-txt h4 {
    font-size: 30px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.order_form .form-txt p {
    font-size: 18px;
    padding: 0 75px;
}

/*   b1   */

.b1 {
    background: #f9f9f9;
}

.b1 h3 {
    text-align: center;
    margin: 20px auto 0;
    font-size: 17px;
    text-transform: uppercase;
}

.b1 .alert {
    position: relative;
    background: #ffffff;
    color: #333746;
    font-size: 17px;
    text-align: justify;
    text-align-last: center;
    padding: 10px 8px 0;
    margin: 0px 20px 0;
}

.b1 .list-v1 {
    padding-bottom: 30px;
}

/*   b2   */

.b2 {
    padding-top: 25;
}

.b2.pat:before {
    margin-bottom: 10px;
}

.b2 a.button-m {
    margin-top: 40px;
}

/*   b3   */

.b3 h2.title {
    margin-bottom: 15px;
}

.b3 .alert {
    position: relative;
    background: #47abd2;
    font-size: 19px;
    color: #fff;
    text-align: center;
    padding: 30px 10px 20px;
    margin: 20px 30px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.b3 .alert:before {
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: -23px;
    display: block;
    width: 45px;
    height: 45px;
    background: url("../images/alert-icon2.png") 0 0 no-repeat;
    content: '';
}

/*   b4   */

.b4 div {
    background: #2f3340;
    padding: 25px 0px 30px;
    margin: -29px auto 5px;
}


.b4 h2.title {
    margin-bottom: 20px;
}

.b4 .image {
    display: block;
    margin-bottom: 30px;
}

.b4 .char-list {
    padding-bottom: 25px;
}

/*   spec   */

.spec h2.title span {
    display: inline;
}

.spec .box {
    background: #fff;
    margin: 0 30px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.spec .box img {
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.spec .info {
    background: url("../images/spec-icon.jpg") 20px 50% no-repeat;
    padding-left: 105px;
    margin-bottom: 20px;
}

.spec .info h4 {
    font-size: 20px;
}

.spec .info p {
    font-size: 18px;
    line-height: 24px;
}

.spec .txt {
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    padding: 0 15px 25px;
}

/*   list-v1   */

.list-v1 {
    padding: 0 30px;
}

.list-v1 li {
    position: relative;
    display: table;
    width: 100%;
    height: 162px;
    margin-bottom: 25px;
    padding-left: 203px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.list-v1 li:last-child {
    margin-bottom: 0;
}

.list-v1 img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}

.list-v1 p {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
}

.list-v1 p:before {
    display: block;
    background: url("../images/not-icon.png") 0 0 no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    content: '';
}

/*   list-v2   */

.list-v2 {
    padding: 0 30px;
}

.list-v2 li:last-child {
    margin-bottom: 0;
}

.list-v2 li {
    position: relative;
    height: 167px;
    margin-bottom: 30px;
    line-height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.list-v2 img {
    position: absolute;
    top: 0;
    display: block;
}

.list-v2 li:nth-child(odd) img {
    left: 0;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    border-radius: 35px 0 0 35px;
}

.list-v2 li:nth-child(even) img {
    right: 0;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
}

.list-v2 li:nth-child(odd) {
    padding: 15px 10px 0 180px;
}

.list-v2 li:nth-child(even) {
    padding: 15px 177px 0 25px;
}

.list-v2 h4 {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.list-v2 p {
    font-size: 17px;
}

/*   kit-list   */

.kit-list {
    background: url("../images/kit-im.jpg") 0 0 no-repeat;
    min-height: 609px;
    padding: 27px 20px 0 250px;
}

.kit-list h4 {
    font-size: 19px;
    line-height: 28px;
}

.kit-list li:nth-child(1) {
    height: 215px;
}

.kit-list li:nth-child(2) {
    height: 165px;
}

/*   char-list   */

.char-list li {
    padding: 8px 30px;
    color: #fff;
}

.char-list li:nth-child(even) {
    background: #2f3340;
}

.char-list li b {
    display: block;
    float: left;
    width: 150px;
}

.char-list li span {
    display: block;
    margin-left: 200px;
}

/*   reviews   */

.reviews .total {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.reviews .total:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/total-icon.png") 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 13px;
    content: '';
}

/*   order info   */

.order-info h2.title {
    padding: 0 30px;
}

.order-list {
    padding: 0 30px;
}

.order-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 160px;
    font-size: 20px;
    background: #fff;
    padding-left: 185px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.order-list li:last-child {
    margin-bottom: 0;
}

.order-list .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.order-list li:before {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -68px;
    display: block;
    width: 135px;
    height: 135px;
    background-color: #333746;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.order-list li:nth-child(1):before {
    background-image: url("../images/order-icon1.png");
}

.order-list li:nth-child(2):before {
    background-image: url("../images/order-icon2.png");
}

.order-list li:nth-child(3):before {
    background-image: url("../images/order-icon3.png");
}

/*   footer   */

.footer {
    text-align: center;
    padding: 20px 0 10px;
}

.footer img {
    display: block;
    margin: 0 auto 15px;
}

.footer a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: none;
}

.benef2 {
    padding: 0 30px 30px;
}

.benef2 > li {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
}

.benef2 > li:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/benef2_item.png) 0% 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.benef2 > li:nth-child(2n):after {
    transform: rotate(-30deg);
    position: absolute;
    bottom: -20px;
    right: 120px;
}

.benef2 > li:last-child {
    margin-bottom: 0;
}

.benef2 > li .img {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.benef2 > li .img > img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.benef2 > li > p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}

.benef2 > li > p > span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.benef2 > li:nth-child(2n) > p {
    padding: 0 26px 0 0;
    text-align: right;
}

.bottom .order_form {
    padding-top: 80px;
}

.offer_text {
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.1px;
    margin-left: 10px;
    height: 25px;
    top: -101px;
    color: #393d46;
    margin: 0 auto;
    text-align: center;
    background: #fbb83b;
}

.offer_text > span {
    padding-left: 12px;
    padding-right: 12px;
}

.background-white {
    background-color: #fff;
    margin-top: 30px;
}

.prev,
.next {
    width: 40px;
    height: 36px;
    background: url(../images/reviews2__arrowsf8eda.png) no-repeat;
    position: absolute;
    top: 40%;

}


.prev {
    background-position: left center;
    left: -30px;
    z-index: 2222;
}

.next {
    background-position: right center;
    right: -30px;
}

.text_block_card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: -20px;

}

.text_block_card .color {
    font-size: 21px;
    font-weight: 300;
    padding-left: 2%;
    border-left: 4px solid #000;
    width: 40%;
    margin-left: 5%;
}

.text_block_card .color span {
    font-size: 31px;
    font-weight: 500;
}

.old_pr_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.old_pr_card p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #2b2d32;
    padding: 0px 4px;
    border-radius: 5px;
    margin: 0;
}

.old_pr_card h6 {
    margin: 0;
    font-size: 18px;
    align-self: flex-start;
    text-decoration: line-through;
    margin: 0;
}

.new_pr_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-right: 2%;
}

.new_pr_card p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.new_pr_card h6 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #c91902;
}

.text_block_card .color span {
    font-size: 26px;
    font-weight: 700;
}

.review img {
    padding: 0px 35px;
    -webkit-box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 18px rgb(0 0 0 / 21%);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 30px;
}

.review {
    border-radius: 30%;
}

#productContainer {
    font-weight: 400;
    font-size: 17px;
    color: #777;
}

#productContainer .size-block {
    display: block;
    margin: 0 auto 20px;
    width: 420px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 17px;
    color: #777;
    background: #ebebeb;
    padding: 20px;
}

#addSizeBtn {
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    text-shadow: 0 2px 0 rgb(220 210 180);
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f0f0f0 100%);
    -webkit-box-shadow: 0 3px 0 #c8b27a;
    box-shadow: 0 3px 0 #c8b27a;
}

.field[name='name'] {
    background: #ebebeb url(../images/offer__name_icon9362d.png) 22px center no-repeat;
}

.field[name='phone'] {
    background: #ebebeb url(../images/offer__phone_icon40fbd.png) 20px center no-repeat;
}

.field[name='qty'] {
    background: #ebebeb url(../images/offer__qty_icon.png) 20px center no-repeat;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.field[name='qty'] p {
    font-weight: 500;
}

.field[name='qty'] .qty-numeric {
    display: flex;
    align-items: center;
    gap: 12px;
}

.field[name='qty'] .qty-numeric .button-m {
    height: 28px;
    width: 28px;
    line-height: 28px;
}

.field[name='qty'] .qty-numeric .qty-span {
    line-height: 28px;
}

.field {
    border: 1px solid #dedede;
}

.field[name='name'] {
    background: #f0f0f0 url(../images/offer__name_icon9362d.png) 22px center no-repeat;
}

.field[name='color'], .field[name='size'], .field[name='size1'], .field[name='size2'] {
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: -2px center;

    overflow: hidden;
    background-color: #ebebeb;
}

.field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 62px;
    width: 420px;
    height: 80px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 17px;
    color: #777;
}

select:focus {
    outline: none;
}

.field[name='city'] {
    margin: 0 auto 20px;
    background: #f0f0f0 url(../images/field_town.png) 20px center no-repeat;
    margin-top: 30px;
}

.field[name='address'] {

    margin: 0 auto;
    background: #f0f0f0 url(../images/field_np_num.png) 20px center no-repeat;
}

label {
    color: #fff;
}

/* reviews */
/* reviews */

.reviews_section {
    padding: 30px 20px;
    background: #cc853d;
}

.reviews_section h2 {
    margin: 0 0 30px;
    display: block;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    line-height: 1.1em;
    color: #ffffff;
    text-transform: uppercase;

}

.wtsp_item {
    max-width: 410px;
    min-height: 710px;
    margin: 0 auto;
    background: url(../images/reviews__wtsp_bg.jpg) 50% 0% repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
}

.wtsp_item .info {
    background: #ffffff url(../images/reviews__wtsp_btn.png) 3px 50% no-repeat;
    padding: 16px 110px 13px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
}

.wtsp_item .info > img {
    float: left;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #0f3a33;
}

.wtsp_item .info .text {
    overflow: hidden;
    padding-left: 8px;
    color: #333;
}

.wtsp_item .info .text > p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.wtsp_item .info .text > small {
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.wtsp_item .date {
    text-align: center;
    margin-top: 10px;
}

.wtsp_item .date > span {
    display: inline-block;
    vertical-align: top;
    background: #d4ebf3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    color: #3f5250;
    padding: 0 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
    margin-top: 10px;
    padding: 0 12px;
}

.wtsp_item .message {
    display: inline-block;
    max-width: 295px;
    min-width: 70px;
    padding: 6px 10px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.wtsp_item .message:last-child {
    margin-bottom: 0;
}

.wtsp_item .message > p {
    margin-bottom: 5px;
}

.wtsp_item .message > img {
    display: block;
    margin: 6px auto;
    border-radius: 4px;
}

.wtsp_item .message .time {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #989898;
    padding: 0 5px;
}

.wtsp_item .message.client {
    background: #fff;
    border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -6px;
}

.wtsp_item .message.author {
    background: #c8e2fd;
    border-radius: 10px 0 10px 10px;
    padding: 6px 10px;
    float: right;
}

.wtsp_item .message.author:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #c8e2fd transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -6px;
}

.wtsp_item .message.author .time {
    padding: 0;
}

.wtsp_item .message.author .time:after {
    content: '';
    width: 18px;
    height: 12px;
    background: url(https://eva1ina.store/tt-heel-pads/img/reviews__wtsp_read.html) 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}

.wtsp_item:after {
    content: '';
    width: 404px;
    height: 57px;
    background: url(../images/reviews__wtsp_send.png) 50% 50% no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 7px;
}

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
    width: 47px;
    height: 47px;
    background: #FE9208 url(../images/slider__arrows.jpg) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -23px;
}

.wtsp_rev .owl-prev {
    background-position: left center;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    left: -20px;
}

.wtsp_rev .owl-next {
    background-position: right center;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    right: -20px;
}

.wtsp_rev .owl-dots {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.wtsp_rev .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.wtsp_rev .owl-dot.active {
    background: #fff;
}

/* reviews/ */
