:root {
  --main_color: linear-gradient(90deg, #7dd347 0%, #277db3 100%);
  --main-color-base: #a5b5de;
  --secondary_color: #00446f;
  --button_color: #ff0000;
  --knopka_baner: #fff;
  --strilka_v_knopczi: #292929;
}
@keyframes flareAnimation {
    0% { left: -150%; }
    100% { left: 150%; }
}
@keyframes messageSlide {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
html,body{scroll-behavior:smooth;overscroll-behavior:none}
body{
  min-width:480px;
  max-width:480px;
  margin:0 auto;
  background:#dbdbdb;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:24px;
  color:#222;
}
section{padding:30px 0}
img{max-width:100%;height:auto;display:block}
b{font-weight:700}
a{color:inherit}
select{background:#fff url(../img/select.png) no-repeat 20px center}
.clearfix::after{content:"";display:table;clear:both}
.no-entry-icon{vertical-align:-4px;margin-right:4px;flex:none}

/* inline overrides from original index.html <style> blocks */
.list-v2 li{min-height:230px;list-style:none}

/* button */

/* titles */

h2.title {
font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(#ffdf56 60%, #ffcf01);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* header */

.offer_section {
padding: 0 0 30px;
}

.offer_section.offer1 {
background: #333;
}

.offer_section .title_block .main_title {
font-weight: 700;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
}

.offer_section.offer1 .title_block .main_title {
padding: 12px 0;
    background: #41944b;
    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: 1px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    /* margin-left: -11px; */
    width: 100%;
    padding-bottom: 6px;
}

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

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

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

.offer_section.offer3 .discount_block {
padding: 18px 0 0;
    width: 79px;
    height: 101px;
    background: url("offer3__discount_bg.png") center no-repeat;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 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: #41944b;
    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 #41944b;
    border-bottom: 40px solid #41944b;
    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("offer2__price_bg.png") 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 {
padding: 0 17px;
}

.offer_section.offer3 .price_item {
float: left;
    padding: 35px 0 0;
    width: 50%;
    /* height: 90px; */
    text-align: left;
    color: rgba(32, 32, 32, 0.5);
}

.offer_section.offer3 .price_item.old {
width: 45%;
}

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

.offer_section.offer3 .price_item.new {
padding-top: 20px;
    float: right;
}

.offer_section.offer3 .price_item.new .text {
margin: 0 0 5px;
    color: #202020;
}

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

.offer_section.offer3 .price_item.new .text {
display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.offer_section.offer3 .price_item.new .text span {
padding: 4px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
    font-weight: 400;
    line-height: 12px;
}

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

.offer_section.offer3 .price_item.new .value {
font-weight: 700;
    font-size: 55px;
    line-height: 51px;
    /*text-transform: uppercase;*/
    color: #202020;
}

/* .offer_section_container {
display: flex;
    justify-content: space-between;
}

*/

.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: 25.2782px;
    line-height: 31px;
}

.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: #41944b;
    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: #41944b;
}

.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 {
float: right;
    border-bottom: 2px solid;
    padding-bottom: 8px;
}

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

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

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

.offer_section.offer3 .timer_item .count {
font-weight: 700;
    font-size: 40px;
    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: -8px;
}

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

/* .offer_section.offer3 .benefits_list {
padding: 12px 0 12px 18px;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white center no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(1):before {
background-image: url("offer_benefit1.svg");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(2):before {
background-image: url("offer_benefit2.svg");
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(3):before {
background-image: url("offer_benefit3.svg");
}

*/

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

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

.products_count span {
margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #acabab;
    color: #f9a62b;
    font-weight: 700;
}

.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;*/
    background-color: #fff;
    /* font-family: "AvenirNextCyr", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.offer_section select {
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; */
    background-color: #fff;
    /* font-family: "AvenirNextCyr", sans-serif; */
    font-family: "Montserrat", 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("../img/offer__name_icon.png");
    background-position: 23px center;
    background-repeat: no-repeat;
}

.offer_section .field[name="phone"] {
background-image: url("../img/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;
}

.description_section .products_count {
margin-bottom: 30px;
}

.description_section .text_block {
margin: 0 0 30px;
}

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

/* .description_section .text_block p:last-child {
margin: 0 20px;
}

.characteristics_list1 .characteristic_item .text {
display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 700;
}

.characteristics_list2 .characteristic_item .text {
font-weight: 700;
}

/* benefits 1 */

.benefits_list1 {
font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.benefits_list1 .benefit_item {
display: inline-block;
    vertical-align: top;
    margin: 0 20px 30px 0;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.benefits_list1 .benefit_item:nth-child(even) {
margin: 0 0 30px;
}

.benefits_list1 .benefit_item:nth-last-child(2) {
margin: 0 20px 0 0;
}

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

.benefits_list1 img {
display: block;
    margin: 0 auto 15px;
    width: 150px;
    border: 3px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6e6e6;
}

.dark_theme .benefits_list1 img {
border: 3px solid #fff;
    background: #fff;
}

.benefits_list1.image_rounded img {
width: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.benefits_list1 h4 {
font-weight: 700;
}

.dark_theme .benefits_list1 h4 {
color: #ffd800;
}

.benefits_list1 h4+p {
margin: 5px 0 0;
}

/* benefits 3 */

.benefits_list3 .benefit_item {
display: table;
    margin: 0 20px 30px;
    width: 440px;
    min-height: 150px;
    position: relative;
}

.benefits_list3 .benefit_item:last-child {
margin: 0 20px 10px;
}

.benefits_list3 .benefit_item img {
display: block;
    width: 150px;
    border: 3px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 0;
}

.dark_theme .benefits_list3 .benefit_item img {
border: 3px solid #fff;
    background: #fff;
}

.benefits_list3 .benefit_item:nth-child(even) img {
left: auto;
    right: 0;
}

.benefits_list3 .benefit_item .text_block {
display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 170px;
}

.benefits_list3 .benefit_item:nth-child(even) .text_block {
padding: 0 170px 0 0;
    text-align: right;
}

.benefits_list3 .benefit_item .text_block h4 {
font-weight: 700;
}

.dark_theme .benefits_list3 .benefit_item .text_block h4 {
color: #ffd800;
}

.benefits_list3 .benefit_item .text_block h4+p {
margin: 5px 0 0;
}

/* benefits 4 */

.benefits_list4 .benefit_item {
margin: 0 20px 30px;
    padding: 0 0 2px;
    border: 3px solid #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 0 #d9d9d9;
    box-shadow: 0 2px 0 #d9d9d9;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.dark_theme .benefits_list4 .benefit_item {
border: 3px solid #fff;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.benefits_list4 .benefit_item:last-child {
margin: 0 20px 10px;
}

.benefits_list4 .benefit_item img {
display: block;
}

.benefits_list4 .benefit_item h4 {
margin: 0 17px;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.benefits_list4 .benefit_item h4:before {
display: block;
    content: "";
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffd800 url("benefits__plus_icon.png") center no-repeat;
    position: absolute;
    top: -23px;
    right: 10px;
}

.benefits_list4 .benefit_item p {
margin: 15px;
}

/* benefits 5 */

.benefits_list5 .benefit_item {
float: left;
    padding: 30px 20px 0 20px;
    width: 240px;
    height: 240px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    color: #fff;
}

.benefits_list5 .benefit_item:nth-child(4n-3) {
background: #41944b;
}

.benefits_list5 .benefit_item:nth-child(4n-2) {
background: #1394bd;
}

.benefits_list5 .benefit_item:nth-child(4n-1) {
background: #128cb3;
}

.benefits_list5 .benefit_item:nth-child(4n) {
background: #107d9f;
}

.benefits_list5 .benefit_item .icon_block {
margin: 0 0 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
}

.benefits_list5 .benefit_item .icon_block img {
display: inline-block;
    vertical-align: middle;
}

.benefits_list5 .benefit_item p {
font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}

.use_steps_section h2.title {
padding: 0 20px;
}

.use_steps1_list .step_item .text_block {
display: table-cell;
    vertical-align: middle;
    padding: 0 240px 0 20px;
    text-align: center;
}

.use_steps1_list .step_item:nth-child(even) .text_block {
padding: 0 20px 0 240px;
}

.comparison_section h2.title {
padding: 0 20px;
}

.comparison_section .titles_block h4 {
float: left;
    margin: 0 4px 0 0;
    padding: 20px 0;
    width: 238px;
    background: #333;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.comparison_section .titles_block h4:last-child {
margin: 0;
    background: #41944b;
}

.opinion1_section h2.title {
margin: 0 0 50px;
}

.opinion1_section .author_info {
margin: 0 0 15px;
    padding: 0 0 20px;
    background: url("opinion__stars_icon.png") center bottom no-repeat;
}

.opinion1_section .author_info .name {
font-weight: 700;
}

.opinion1_section .author_info .text {
font-size: 14px;
    line-height: 22px;
}

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

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

.opinion2_section h2.title {
padding: 12px 20px;
    background: #41944b;
    color: #fff;
}

.opinion2_section .author_info {
margin: 0 0 30px;
    padding: 0 20px 20px;
    background: url("opinion__stars_icon.png") center bottom no-repeat;
}

.opinion2_section .author_info .name {
font-weight: 700;
}

.opinion2_section .author_info .text {
font-size: 14px;
    line-height: 22px;
}

.opinion2_section .text_block {
padding: 25px 20px;
    background: #41944b;
    color: #fff;
    position: relative;
}

.opinion2_section .text_block:before {
display: block;
    content: "";
    border-top: 14px solid #fff;
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

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

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

.reviews_list1 .author_block {
margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
display: block;
    float: left;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
float: left;
    margin: 15px 0 0 20px;
    width: 320px;
}

.reviews_list1 .author_block .author_info {
font-weight: 700;
}

.reviews_list1 .author_block .text {
font-size: 14px;
    line-height: 22px;
}

.reviews_list1 .author_block .text:before {
display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    content: "";
    width: 17px;
    height: 16px;
    background: url("reviews__like_icon.png") center no-repeat;
}

.reviews_list1 .text_block {
padding: 20px 40px 67px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset;
    -moz-box-shadow: 0 -3px 0 #d9d9d9 inset;
    box-shadow: 0 -3px 0 #d9d9d9 inset;
    text-align: center;
    position: relative;
}

.reviews_list1 .text_block:before {
display: block;
    content: "";
    border-bottom: 14px solid #f5f5f5;
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: -14px;
    left: 30px;
}

.reviews_list1 .text_block:after {
display: block;
    content: "";
    width: 30px;
    height: 21px;
    background: url("reviews__quote_icon.png") center no-repeat;
    position: absolute;
    top: -10px;
    right: 40px;
}

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

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

.reviews_list1 .text_block .photo {
display: block;
    margin: 24px auto 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.reviews2_section .reviews_list1 .author_block .author_info_block {
width: 280px;
}

.reviews2_section .reviews_list1 .text_block {
padding: 20px 30px 73px;
}

.reviews2_section .reviews_list1 .text_block:after {
right: 30px;
}

.reviews_list3 .author_block {
margin: 0 0 15px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 10;
}

.reviews_list3 .author_block .avatar {
display: block;
    float: left;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews_list3 .author_block .author_info {
float: left;
    margin: 8px 0 0 20px;
    width: 280px;
    line-height: 22px;
}

.reviews_list3 .author_block .name {
font-weight: 700;
}

.reviews_list3 .text_block {
text-align: center;
}

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

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

.reviews_list4 .text_block {
padding: 20px 30px 67px;
}

.reviews_list4 .text_block .author_info {
margin: 0 0 10px;
    font-weight: 700;
}

.order_info_list1 .info_item {
padding: 0 20px 20px;
    display: table;
    width: 100%;
}

.order_info_list1 .info_item:last-child {
margin: 0 0 10px;
}

.order_info_list1 .info_item h4 {
margin: 0 0 5px;
    font-weight: 700;
    color: #41944b;
    text-transform: uppercase;
}

.dark_theme .order_info_list1 .info_item h4 {
color: #ffd800;
}

.order_info_list1 .info_item .icon_block {
display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 20px 4px;
    -moz-border-radius: 20px 4px;
    border-radius: 20px 4px;
    background: #41944b;
    font-size: 0;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: center;
}

.dark_theme .order_info_list1 .info_item .icon_block {
border: 1px solid rgba(255, 255, 255, 0.1);
    background: #333;
    line-height: 78px;
}

.order_info_list1 .info_item .icon_block img {
display: inline-block;
    vertical-align: middle;
}

.order_info_list1 .info_item .text_block {
display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.order_info2_section h2.title {
padding: 0 20px;
}

.order_info_list2 .info_item {
display: table;
    width: 100%;
    height: 204px;
    border-top: 4px solid #d9d9d9;
    position: relative;
}

.order_info_list2 .info_item img {
display: block;
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
right: auto;
    left: 0;
}

.order_info_list2 .info_item .text_block {
display: table-cell;
    vertical-align: middle;
    padding: 0 240px 0 20px;
    text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
padding: 0 20px 0 240px;
}

.order_info_list2 .info_item h4 {
margin: 0 0 5px;
    font-weight: 700;
    color: #41944b;
}

/* footer */

.footer_section {
padding: 25px 0;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

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

.footer_section a {
color: #111;
    display: block;
}

.how-order-img .title {
font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.main-title {
background-color: white;
    text-align: center;
    /*font-family: "Rubik", sans-serif;*/
    font-family: "Montserrat Alternates", sans-serif;
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 600;
    color: #000;
    font-size: 30px;
    line-height: 1.1;
    padding: 15px 0;
	margin: 0;
}

.block_pidgotovka img {

}

.pidgotovka_big .block_pidgotovka {
margin: 20px 20px !important;
    /* box-shadow: 0 0 7px 1px; */
    box-shadow: 0 0 7px 1px #656565;
    border-radius: 8px;
    background-color: #502516;
}

.pidgotovka_big .block_pidgotovka p {
margin: 10px 0;
}

.block_pidgotovka {
text-align: center;
    padding: 20px 20px 20px;
    color: black;
    font-size: 17px;
    line-height: 1.5;
    background: white;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #cbcbcb;
}

.block_pidgotovka span {
font-weight: 700;
    /* font-size: 21px; */
}

.offer_section .field[name="metr"] {
background-image: url(check.png);
    background-size: 32px;
}

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

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

.metr_new_count .metr_value {
font-size: 48px;
    margin-top: 4px;
    color: #cb0000;
    font-weight: 700;
    padding: 0px;
    text-shadow: 1px 1px 1px #545454 !important;
}

.sticky {
padding: 20px 10px;
    text-align: center;
    background: #00aaf8;
    border-radius: 5px 5px 0 0;
}

.ak-border {
/* border: 1px solid #fff; */
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-weight: 700;
}

.BoughtTimes {
/* border: 1px solid #fff; */
    padding: 0 10px;
    border-radius: 5px;
    background: #ff2a2c;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.button,
.big-button {
width: 100%;
    height: 74px;
    max-width: 400px;
    line-height: 74px;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    background: var(--button_color);
    font-family: "AvenirNextCyr", sans-serif;
    font-weight: 700;
    font-size: 21px;
    /* line-height: 80px; */
    /* color: #000000; */
    color: white;
    /* text-transform: uppercase; */
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
}

.button:hover {
color: white;
}

.button .flare {
position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

.button {
position: relative;
    overflow-x: hidden;
    font-family: "Montserrat Alternates", sans-serif;
}

h2.title {
font-weight: 700;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.products_count span {
margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #000;
    box-shadow: 0px 2px 2px 1px #acabab;
    color: #fff;
    font-weight: 700;
}

.fixed .ak-border {
/* border: 1px solid #fa5407 !important; */
    color: #fff !important;
    background: #000;
}

.sticky {
padding: 20px 10px;
    text-align: center;
    /* background: #00AAF8; */
    /* background: #FF2A2C; */
    background: #502516;
    border-radius: 5px 5px 0 0;
}

.title span {
color: #fff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 25px;
}

.timer_block {
padding: 16px;
    margin-bottom: 0;
    box-shadow: 0px -3px 7px -2px #b1b1b1;
    background: var(--main_color);
    color: #fff;
    height: 90px;
}

.timer_block p {
background: url("../img/icons896.png") left center no-repeat;
    background-size: contain;
    float: left;
    margin: 6px 0 0;
    padding: 0 0 0 55px;
    width: 170px;
    font-size: 14px;
    line-height: 16px;
}

.title_block {
display: flex;
    flex-direction: column;
    padding: 15px 10px 7px 15px;
    background: var(--main_color);
    color: #fff;
    text-align: center;
    border-radius: 0px;
    border-top: unset;
}

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

.order-color {
/* color: #00AAF8; */
    /* color: #FF2A2C; */
    color: #502516;
    font-weight: 600;
}

.offer_section-top {
border-top: 80px solid #4f41a2;
}

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

.sticky-new {
background-color: white;
    border-radius: 0;
    color: black;
    border: 2px solid #ffbf2f;
    /* border-top: 8px solid #ffbf2f; */
    padding: 10px !important;
}

.sticky-new .TopPlashka {
/* display: flex; */
    font-size: 16px;
}

.sticky-new .ak-border {
background-color: black;
    color: white;
}

/* .sticky-new #hidden_p {
display: none;
}

*/

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

.metr_text_count span {
background: #ff0000;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0px 6px;
    margin-bottom: 3px;
    text-shadow: 1px 1px 1px #464646;
    font-weight: 600;
}

.metr_old_count {
opacity: 0.6;
}

.benefits_list {
padding: 12px 0 12px 18px;
    background: var(--main_color);
    color: #3a3d45;
    color: #333;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.benefits_list .benefit_item {
float: left;
    padding: 0 0 0 44px;
    width: 31%;
    font-size: 10px;
    line-height: 16px;
    position: relative;
    /* color: #fff; */
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

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

.benefits_list .benefit_item:nth-child(1):before {
background-image: url("../img/b1.png");
}

.benefits_list .benefit_item:nth-child(2):before {
background-image: url("../img/b2.png");
}

.benefits_list .benefit_item:nth-child(3):before {
background-image: url("../img/b3.png");
}

.button1 {
width: 365px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat Alternates", sans-serif;
    overflow: unset;
}

.wtsp_item {
font-family: Arial, Helvetica, sans-serif !important;
}

.order-info h3 .text {
/*text-decoration: underline;*/
}

.order-info p .text {
/*text-decoration: underline;*/
}

.fixed .ak-border {
/* border: 1px solid #fa5407 !important; */
    color: #ffffff !important;
    background: #ffbf2f;
}

.BoughtTimes {
/* border: 1px solid #fff; */
    padding: 0 10px;
    border-radius: 5px;
    /* background: #ffbf2f; */
    /* color: #252525; */
    font-weight: 700;
    line-height: 1.4;
}

.sticky3 {
padding: 20px 10px;
    text-align: center;
    background: linear-gradient(#f9a62b, #fa5407);
    border-radius: 5px 5px 0 0;
}

.sticky3 p {
font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.sticky2 p {
font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.sticky1 p {
font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    color: #515151;
}

.text_small {
color: #000;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
}

.list__reviews .item .actions .time {
font-weight: normal;
        color: #606163;
}

.sticky1 {
padding: 20px 10px;
    text-align: center;
    background: linear-gradient(53deg, #eeeeee, #d0d0d0);
    border-radius: 9px 9px 0 0;
}

.ak-border1 {
border: 1px solid #333;
    padding: 0 10px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-weight: 700;
}

.sticky2 {
padding: 20px 10px;
    text-align: center;
    background: linear-gradient(5deg, #333, #575757);
    border-radius: 5px 5px 0 0;
}

.ak-border2 {
border: 1px solid #fff;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-weight: 700;
}

.ak-border {
/* border: 1px solid #fff; */
    padding: 0 10px;
    border-radius: 5px;
    background: #2e2e2e;
    color: #fdb30e;
    font-weight: 700;
}

.metr_count {
margin-top: 20px;
}

.metr_text_count {
font-size: 14px !important;
    padding-bottom: 0 !important;
    margin-left: 10px;
}

.reyt {
display: flex;
    justify-content: space-around;
    align-items: center;
    /* color: #fff !important; */
}

.reyt-block {
display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flareanother {
overflow-x: hidden;
}

.flareanother .flare {
position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient( 90deg, rgba(243, 243, 243, 0.11), rgba(255, 255, 255, 0.84));
    animation: flareAnimation 10s infinite linear;
}

.offer_section_metr button {
font-size: 20px !important;
}

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

.offer_section_metr {
padding: 10 !important;
}

.metr_old_count .metr_value {
font-size: 30px;
    /* color: #ffffff; */
    color: black;
    text-decoration: line-through;
    font-weight: 400;
    padding: 10px;
}

.metr_count {
display: flex;
    justify-content: space-around;
}

.top-img img {
width: 30px;
    margin-right: 15px;
}

.top-text {
font-size: 20px;
}

.item-top {
display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.order-step {
margin: 20px;
    text-transform: uppercase;
    color: black;
}

.item-botton {
/* font-size: 2.8vw; */
    font-size: 15px;
}

.step-item {
padding: 26px;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px;
    margin: 15px 0px;
    background: white;
}

.stars {
display: flex;
}

.reyt {
display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff !important;
    /* color: black; */
}

.timer {
float: right;
    border-bottom: 2px solid;
    padding-bottom: 8px;
}

.TopPlashka {
font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: aliceblue;
    margin-bottom: 0rem;
	margin-top: 0;
}

.HowManyBought p {
margin-bottom: 0rem;
}

.benefits_list_ul {
padding: 12px 0 12px 18px;
    background: var(--main_color);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: flex-start;
}

.benefits_list_ul li::before {
background: url(small-orange-diamond.png) left 6px no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.discount {
background: var(--main_color);
    margin: -15px 0px 10px 0px;
    padding: 10px;
}

.number-discount {
background: var(--main_color);
    padding: 0px 0;
    margin: 5px;
    text-align: center;
    border: 3px solid var(--secondary_color);
    border-radius: 10px;
    box-shadow: 1px 2px 20px 0px var(--secondary_color);
}

.number-discount .block-title {
color: rgb(255, 255, 255);
}

.discount-list {
margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
    list-style: none;
}

.discount-list li {
padding: 5px 0px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.discount-list strong {
font-weight: 700;
}

.features_section {
background: var(--main_color);
    margin-bottom: 25px;
}

.features_section h2.title {
color: var(--secondary_color);
}

/*   list-v2   */

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

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

.list-v2 li {
position: relative;
    height: 150px;
    margin-bottom: 30px;
    line-height: 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px var(--main-color-base);
    -moz-box-shadow: 0 0 18px var(--main-color-base);
    box-shadow: 0 0 18px var(--main-color-base);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 20px;
}

.list-v2 img {
position: absolute;
    top: 0;
    display: block;
    width: 150px;
    height: 100%;
    object-fit: cover;
}

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

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

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

.list-v2 li:nth-child(even) {
padding: 9px 158px 0 10px;
}

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

.list-v2 p {
font-size: 17px;
    color: #000;
    margin-bottom: 0.1rem;
}

.sending-message {
display: block;
    text-align: center;
    background-color: #96f3ff;
    color: #000000;
    margin: 20px;
    padding: 50px 0;
    font-size: 24px;
}

.blue_theme .benefits_list3 .benefit_item {
margin: 0 20px 10px;
}

.blue_theme .benefits_list3 .gif_image {
display: block;
    margin: 0 auto 0px;
}

.blue_theme .benefits_list3 .benefit_item .text_block {
display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 0px;
}

.offer_section ul {
margin: 10px 0;
    color: var(--main_color);
}

.offer_section.offer1 ul:after {
display: block;
    content: "";
    margin: 25px 0 0;
    height: 8px;
}

.offer_section ul li {
margin: 0 32px 6px 0px;
    padding: 0 0 0 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    /*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
	*/
}

.offer_section ul li:before {
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    border: 9px solid var(--main_color);
    border-radius: 25px;
    background: var(--main_color);
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 6px;
    left: 6px;
}

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

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

.offer_section ul li span {
display: inline-block;
    /*float: right;
	text-align: right
	*/
}

*/

/* char-list marker fix v2 */

.char-list {
list-style: none;
    padding-left: 35px;
}

.char-list li {
position: relative;
}

.char-list li::before {
content: "\2022";
    position: absolute;
    left: -18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

/* ========== list-v2 redesign — cards without images ========== */

.features_section {
background: var(--main_color) !important;
    margin-bottom: 25px;
    padding: 30px 0 20px !important;
    border-radius: 24px;
    overflow: hidden;
}

.features_section h2.title.white {
color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 24px !important;
    padding: 0 20px !important;
    line-height: 1.35 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.features_section h2.title.white::after {
content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    margin: 14px auto 0;
    opacity: 0.6;
}

.list-v2 {
padding: 0 16px !important;
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    counter-reset: feat !important;
}

.list-v2 li {
counter-increment: feat !important;
    position: relative !important;
    height: auto !important;
    min-height: unset !important;
    margin-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    line-height: 1.5 !important;
    overflow: visible !important;
    transition: transform 0.2s ease !important;
}

/* items WITHOUT img: equal padding + counter */

.list-v2 li:not(:has(img)) {
padding: 18px 18px 18px 64px !important;
}

.list-v2 li:nth-child(odd):not(:has(img)),
.list-v2 li:nth-child(even):not(:has(img)) {
padding: 18px 18px 18px 64px !important;
}

/* numbered counter circle */

.list-v2 li:not(:has(img))::before {
content: counter(feat) !important;
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

/* items WITH img: keep original layout */

.list-v2 li:has(img) {
height: 150px;
}

.list-v2 li .text {
flex: 1;
}

.list-v2 li .text p {
margin: 0 0 4px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.list-v2 li .text p:last-child {
margin-bottom: 0 !important;
}

.list-v2 li .text p b,
.list-v2 li .text p strong {
color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    display: block !important;
    margin-bottom: 4px !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.list-v2 li {
height: auto !important;
        padding: 18px 18px 18px 64px !important;
}

.list-v2 li:nth-child(odd),
    .list-v2 li:nth-child(even) {
padding: 18px 18px 18px 64px !important;
}

.list-v2 li::before {
content: counter(feat) !important;
        position: absolute !important;
        left: 16px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 36px !important;
        height: 36px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        color: #222 !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
        line-height: 1 !important;
}

/* === MODERN MESSENGER REVIEWS === */

.reviews_section {
padding: 50px 20px;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.reviews_section::before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%2300d084" fill-opacity="0.03"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.reviews_section h2 {
margin: 0 0 40px 0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 15px rgba(0, 208, 132, 0.3);
}

/* Carousel Container */

.wtsp_rev {
position: relative;
    z-index: 1;
    padding: 0;
}

/* Chat Card */

.wtsp_item {
max-width: 420px;
    min-height: min-content;
    margin: 0 auto;
    background: linear-gradient(180deg, #2d2d44 0%, #252540 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(0, 208, 132, 0.2);
}

/* Header */

.wtsp_item .info {
background: linear-gradient( 135deg, rgba(0, 208, 132, 0.15) 0%, rgba(0, 184, 148, 0.1) 100%);
    padding: 20px 20px 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    border-radius: 24px 24px 0 0;
    border-bottom: 1px solid rgba(0, 208, 132, 0.2);
    background-image: none !important;
}

.wtsp_item .info>img {
float: left;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.2);
    margin-left: 20px;
    margin-top: -24px;
    position: relative;
    z-index: 3;
}

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

.wtsp_item .info .text>p {
font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    width: auto;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wtsp_item .info .text>small {
font-size: 1.3rem;
    line-height: 1.4;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

/* Date Badge */

.wtsp_item .date {
text-align: center;
    margin: 15px 0;
}

.wtsp_item .date>span {
display: inline-block;
    vertical-align: top;
    background: rgba(0, 208, 132, 0.15);
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 32px;
    color: #00d084;
    padding: 0 12px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 208, 132, 0.2);
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0, 208, 132, 0.3);
}

/* Messages Container */

.wtsp_item .message_container {
margin-top: 15px;
    padding: 0 16px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

/* Individual Message */

.wtsp_item .message {
display: inline-block;
    max-width: 330px;
    min-width: 70px;
    padding: 12px 16px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 12px;
    border-radius: 16px;
    animation: messageSlide 0.4s ease-out;
}

.wtsp_item .message>p {
margin-bottom: 8px;
    word-wrap: break-word;
}

.wtsp_item .message>img {
display: block;
    margin: 10px auto;
    border-radius: 12px;
    max-width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wtsp_item .message .time {
text-align: right;
    font-size: 1.2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

/* Client Message (Left) */

.wtsp_item .message.client {
background: linear-gradient(135deg, #3a3a5c 0%, #323258 100%);
    border-radius: 18px 18px 18px 4px;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wtsp_item .message.client::before {
content: "";
    width: 30px;
    height: 40px;
    border-style: solid;
    border-width: -30px 12px 12px 0;
    border-color: transparent #3a3a5c transparent transparent;
    position: absolute;
    top: 0;
    left: -10px;
    filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.2));
}

/* Author Message (Right) */

.wtsp_item .message.author {
background: linear-gradient(135deg, #00d084 0%, #00b894 100%);
    border-radius: 18px 18px 4px 18px;
    padding: 12px 16px;
    float: right;
    clear: both;
    border: 1px solid rgba(0, 208, 132, 0.3);
    box-shadow: 0 4px 15px rgba(0, 208, 132, 0.3);
}

.wtsp_item .message.author .time {
color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.wtsp_item .message.author .time:after {
content: "✓✓";
    font-size: 1.4rem;
    margin-left: 4px;
    opacity: 0.9;
}

/* Carousel Navigation */

.wtsp_rev .owl-prev,
.wtsp_rev .owl-next {
width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #00d084 0%, #00b894 100%);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 208, 132, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.wtsp_rev .owl-prev {
left: -3rem;
}

.wtsp_rev .owl-prev::before,
.wtsp_rev .owl-next::before {
content: "";
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
}

.wtsp_rev .owl-prev {
left: 0;
    padding-left: 4px;
    transform: rotate(135deg);
}

.wtsp_rev .owl-next {
right: 0;
    padding-right: 4px;
    transform: rotate(-45deg);
}

.wtsp_rev .owl-prev:hover,
.wtsp_rev .owl-next:hover {
box-shadow: 0 6px 25px rgba(0, 208, 132, 0.6);
    background: linear-gradient(135deg, #00e094 0%, #00c8a4 100%);
}

/* Dots */

.wtsp_rev .owl-dots {
font-size: 0;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 10;
    display: none;
}

.wtsp_rev .owl-dot {
display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(0, 208, 132, 0.5);
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wtsp_rev .owl-dot.active {
background: #00d084;
    border-color: #00d084;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(0, 208, 132, 0.6);
}

.wtsp_rev .owl-dot:hover {
border-color: #00d084;
    background: rgba(0, 208, 132, 0.3);
}

        .promo-1p1 {
            margin: 16px 0 22px;
            padding: 14px 10px;
            background: #fff;
            border: 2px solid #ff2a2a;
            border-radius: 12px;
            text-align: center;
            line-height: 1.15;
        }

        .promo-1p1 a {
            display: block;
            text-decoration: none;
        }

        .promo-1p1 h3 {
            margin: 0 0 6px;
            font-weight: 900;
            font-size: 36px;
            color: #e10000;
            text-transform: uppercase;
        }

        .promo-1p1 p {
            margin: 0;
            font-weight: 800;
            font-size: 24px;
            color: #e10000;
        }

        @media (max-width:520px) {
            .promo-1p1 h3 {
                font-size: 28px
            }
            .promo-1p1 p {
                font-size: 18px
            }
        }