.companyNumber {
    position: fixed;
    width: 60px;
    background-color: #199c68;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    bottom: 80px;
    right: 10px;
    z-index: 100;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background: rgb(139, 100, 84, 0.5)
}


body {
    min-width: 480px;
    background: #ddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    cursor: default;
}

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



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

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

.button {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px auto;
    width: 200px;
    height: 55px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #ecba80;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    border: 1px solid #aa773e; /* Цвет обводки */
}


section {
    padding: 30px 0;
}


h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #9c7662;
}


.cat {
    padding: 0;
}

.cat > img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.catitem {
    text-align: center;
    width: 100%;
    margin: 40px auto 0;

}

.catitem img {
    display: block;
    margin: 0 auto 20px;
}

.catitem > div {
    color: white;
    width: 420px;
    margin: 0 auto 30px;
    padding: 4px;
    border-radius: 7px;
    background-color: #ecba80 ;
    border: 1px solid #aa773e; 
}

.catitem > div h3 {
    display: block;
    font-size: 26px;
    padding: 0 0 0 10px;
    line-height: 42px;
    width: 190px;
    float: left;
    margin: 7px 0 0;
}
.catitem .color_title{
    font-size: 20px;
}

.catprice {
    width: 222px;
    float: right;
    padding: 0 10px 0 0;
    text-align: center;
}

.catsize {
    padding: 10px 0;
    margin: 0 10px;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    border-top: 3px solid #ce9168;
}

.cp-left {
    width: 70px;
    float: left;
    padding-top: 6px;
}

.cp-left span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    background: #c29a7f;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
}

.cp-left p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: line-through;
    text-decoration-color: #ff1c1c;
}

.cp-right {
    width: 120px;
    float: right;
}

.cp-right span {ы
    font-size: 14px;
}

.cp-right p {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 0 0 2px rgba(138, 138, 138, 0.8), 
                 0 0 3px rgba(150, 150, 150, 0.5); 
}


.offer_section {
    padding: 0;
}


.offer_section .main_title {
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
}

.offer_section.offer3 .main_title {
    background: #ecba80 ;
    color: #fff;
}

.offer_section .info_block {
    position: relative
}

.offer_section .info_block img {
    display: block
}

.offer_section .info_block .subtitle {
    padding: 12px 20px 10px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-align: center
}

.offer_section.offer3 .info_block .subtitle {
    background: rgba(235, 235, 235, 0.8)
}


.offer_section.offer3 .price_block {
    margin: -23px 0 95px;
    padding: 0 75px;
    height: 80px;
    position: relative;

}

.offer_section.offer3 .price_block:before {
    display: block;
    content: '';
    width: 100%;
    height: 53px;
    background: #ecba80 ;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 0;

}

.offer_section.offer3 .price_item {
    text-align: center;
    color: #31559c;
    background-color: #fff;
    position: relative;
    border: 3px solid #ecba80 ;
    border-radius: 7px;
}

.offer_section.offer3 .price_item.old {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;

}

.offer_section.offer3 .price_item.new {
    border-top: none;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}


.offer_section.offer3 .price_item .text {
    font-size: 17px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.offer_section.offer3 .price_item.old .text {
    line-height: 26px;
}

.offer_section.offer3 .price_item.new .text {
    line-height: 25px;

}

.offer_section.offer3 .price_item .value {
    font-size: 41px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 44px;
    font-weight: 700;
    border-color: transparent;
    border-style: solid;
}

.offer_section.offer3 .price_item.old .value {
    opacity: 0.75;
    text-decoration: line-through;
    text-decoration-color: #ff1c1c;
}

.offer_section.offer3 .price_item.new .value {
}

.offer_section ul {
    padding: 0 55px 25px
}

.offer_section ul li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    color: #fff;
    position: relative
}

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


.offer_section .benefits_block {
    margin: 0 auto 25px;
    width: 402px
}

.offer_section .benefits_block .benefit_item {
    float: left;
    padding: 0 5px;
    width: 33.333333%;
    text-align: center
}

.offer_section .benefits_block img {
    display: block;
    margin: 0 auto 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.productLeft {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #3a000e;
}

.timer_block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 10px;
    text-align: center;
    background-color: #fceade;
    z-index: 100;
}

.timer_block span {

    font-size: 14px;
    line-height: 16px
}

.timer_block .timer {
    margin: 0 5px;
    display: flex;
    gap: 5px;
}

.timer_block .timer_item {
    text-align: center;
    padding: 6px 12px;
    border: 0px solid rgb(248, 246, 246);
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: initial;
    width: unset;
}

.closeButton {
    position: absolute;
    width: 30px;
    top: 0;
    right: 20px;
    cursor: pointer;
}


.offer_section.offer3 .products_count {
    color: #222
}

.offer_section .products_count b {
    margin: 0 4px;
    padding: 3px 6px;
    background: #c5766f;
    font-size: 18px;
    color: #fff
}

.offer_section.order .text_block {
    margin: 0 55px 25px;
    text-align: center
}

.offer_section.order .text_block h4 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #fff
}

.offer_section.order .text_block p {
    color: #999
}

.offer_section .field {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 62px;
    width: 370px;
    height: 72px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777
}

select, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

select[name="comment"] {
    display: block;
    width: 370px;
    border: 1px solid #3a000e;
    height: 72px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0c0c0c;
    padding: 0 20px 0 62px
}

select {
    background-image: url('../img/select.png');
    background-repeat: no-repeat;
    background-position: -2px center;
    overflow: hidden;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important
}

select::-ms-expand {
    display: none
}

.offer_section .field[name='customerName'] {
    background: #ebebeb url('../img/offer__name_icon77466.png') 22px center no-repeat
}

.offer_section .field[name='phoneNumber'] {
    margin: 0 auto 35px;
    background: #ebebeb url('../img/offer__phone_icon9a33f.png') 20px center no-repeat
}

.offer_section.offer3 .field {
    border: 1px solid #dedede
}

.offer_section.offer3 .field[name='customerName'] {
    background: #f0f0f0 url('../img/offer__name_icon77466.png') 22px center no-repeat
}

.offer_section.offer3 .field[name='phoneNumber'] {
    margin: 0 auto 35px;
    background: #f0f0f0 url('../img/offer__phone_icon9a33f.png') 20px center no-repeat
}

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

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

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

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

.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 {
    padding: 30px 0 15px
}

.description_section h2.title {
    padding: 0 30px
}

.description_section p {
    padding: 10px 5px 15px
}

.social_proof_block {
    padding: 0 30px 30px
}


.social_proof_block .info_item {
    float: left;
    padding: 20px 0;
    width: 50%;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.social_proof_block .info_item:nth-child(even) {
    border-right: 0
}

.social_proof_block .info_item:nth-last-child(2), .social_proof_block .info_item:last-child {
    border-bottom: 0
}

.social_proof_block .info_item .icon_block {
    float: right;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    letter-spacing: -1px;
    text-align: center
}

.social_proof_block .info_item:nth-child(even) .icon_block {
    float: left
}

.social_proof_block .info_item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 50px
}

.social_proof_block .info_item .text_block {
    float: left;
    margin: -2px 0 0;
    width: 129px
}

.social_proof_block .info_item:nth-child(odd) .text_block {
    text-align: right
}

.social_proof_block .info_item .number {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    color: #e43315
}

.social_proof_block .info_item .text {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase
}

.list1 {
    padding: 0 30px 15px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px
}

.list1 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 15px 0;
    padding: 0 0 0 25px;
    width: 200px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    position: relative
}

.list1 li:nth-child(even) {
    margin: 0 0 10px
}

.list1 li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: 8px;
    left: -2px
}

.list1.marker1 li:before {
    border-top: 8px solid #f5ca16
}

.list1.marker2 li:before {
    border-top: 8px solid #e43315
}

.list2 {
    padding: 0 30px 15px
}

.list2 li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative
}

.list2 li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 4px;
    left: 0
}

.list2.marker1 li:before {
    border: 1px solid #e43315;
    background: #e43315
}

.list2.marker2 li:before {
    border: 1px solid #f5ca16;
    background: #f5ca16
}

.list2_section {
    padding: 30px 0 0
}


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

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

.result_image {
    display: block;
    margin: 0 auto
}

.benefits_section {
    padding: 30px 0 0
}

.benefits_section h2.title {
    padding: 0 30px
}

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

.benefits_list1 .benefit_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 30px;
    width: 33.333333%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal
}

.benefits_list1 .benefit_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.benefits_list1 .benefit_item h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

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

.benefits_list2 .benefit_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 30px;
    width: 50%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal
}

.benefits_list2 .benefit_item img {
    display: block;
    margin: 0 auto 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.benefits_list2 .benefit_item h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.benefits_list3 .benefit_item {
    display: table;
    padding: 0 30px 30px;
    width: 100%
}

.benefits_list3 .image_block {
    display: table-cell;
    vertical-align: top;
    width: 110px
}

.benefits_list3.va_middle .image_block {
    vertical-align: middle
}

.benefits_list3 .image_block img {
    display: block;
    width: 110px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

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

.benefits_list3.va_middle .text_block {
    vertical-align: middle
}

.benefits_list3 .text_block h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.components_section {
    padding: 30px
}

.benefits_list4 .benefit_item {
    margin: 0 auto 30px;
    width: 420px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1)
}

.benefits_list4 .benefit_item:last-child {
    margin: 0
}

.benefits_list4 .benefit_item img {
    display: block
}

.benefits_list4 .text_block {
    padding: 25px 30px
}

.benefits_list4 .text_block h4 {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    border-left: 4px solid #63c8d7;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.benefits_list5.dark {
    background: #222
}

.benefits_list5 .benefit_item {
    float: left;
    margin: 0 2px 2px 0;
    padding: 29px 15px 0 25px;
    width: 239px;
    height: 239px;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb
}

.benefits_list5 .benefit_item:nth-child(even) {
    margin: 0 0 2px
}

.benefits_list5 .benefit_item:nth-last-child(2), .benefits_list5 .benefit_item:last-child {
    margin-bottom: 0
}

.benefits_list5.dark .benefit_item {
    -webkit-box-shadow: 0 0 0 1px #4b4b4b;
    -moz-box-shadow: 0 0 0 1px #4b4b4b;
    box-shadow: 0 0 0 1px #4b4b4b;
    color: #fff
}

.benefits_list5 .benefit_item img {
    display: block
}

.benefits_list5 .benefit_item .separator {
    margin: 20px 0 14px
}

.benefits_list5 .benefit_item h4 {
    font-weight: 700;
    text-transform: uppercase
}

.benefits_list6 {
    padding: 20px 0;
    background: #ebebeb;
    overflow: hidden
}

.benefits_list6 .benefit_item:last-child {
    margin: 0
}

.benefits_list6 .benefit_item .text_block {
    float: left;
    padding: 16px 25px 0 25px;
    width: 280px
}

.benefits_list6 .benefit_item h4 {
    font-weight: 700;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.benefits_list6 .benefit_item .image_block {
    float: left;
    width: 200px;
    position: relative
}

.benefits_list6 .benefit_item img {
    display: block
}

.benefits_list6 .benefit_item .number {
    width: 30px;
    height: 36px;
    background: #e43315;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -15px
}

.benefits_list6 .benefit_item .number:before, .benefits_list6 .benefit_item .number:after {
    display: block;
    content: '';
    position: absolute;
    top: 0
}

.benefits_list6 .benefit_item .number:before {
    border-top: 36px solid rgba(255, 255, 255, 0);
    border-right: 10px solid #e43315;
    left: -10px
}

.benefits_list6 .benefit_item .number:after {
    border-bottom: 36px solid rgba(255, 255, 255, 0);
    border-left: 10px solid #e43315;
    right: -10px
}

.benefits_list7 .benefit_item {
    background: #f5ca16
}

.benefits_list7 .benefit_item:nth-child(odd) {
    background: #222;
    color: #fff
}

.benefits_list7 .benefit_item img {
    display: block;
    float: left;
    width: 240px
}

.benefits_list7 .benefit_item:nth-child(even) img {
    float: right
}

.benefits_list7 .benefit_item .text_block {
    float: left;
    padding: 20px 20px 0;
    width: 240px
}

.benefits_list7 .benefit_item h4 {
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    border-left: 4px solid #e43315;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.characteristics_section {
    padding: 30px 0 0
}

.characteristics_section h2.title {
    padding: 0 30px
}

.characteristics__list li {
    color: #3a000e;
    padding: 15px 30px 15px 52px;
    position: relative
}

.characteristics__list li:nth-child(odd) {
    background: rgba(102, 0, 15, 0.5)
}

.characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #3a000e;
    background: #3a000e;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 30px
}


.characteristics__list li b {
}

.comparison_section {
    padding: 30px 0 0
}

.comparison_section h2.title {
    padding: 0 30px
}

.comparison_block .img_block {
    margin: 0 0 15px
}

.comparison_block .img_block img {
    display: block;
    float: left;
    width: 240px
}

.comparison_block .titles_block h4 {
    float: left;
    padding: 20px;
    width: 240px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center
}

.comparison_block .titles_block h4:first-child {
    background: #222;
    color: #fff
}

.comparison_block .titles_block h4:last-child {
    background: #f5ca16
}

.comparison_block .row {
    display: table;
    width: 100%
}

.comparison_block .row:nth-child(odd) {
    background: #f4f4f4
}

.comparison_block .row .column {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px 10px 32px;
    width: 50%;
    position: relative
}

.comparison_block .row .column:first-child {
    border-right: 1px solid #fff
}

.comparison_block .row .column:last-child {
    border-left: 1px solid #fff
}

.comparison_block .row .column:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background: #000;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 15px;
    left: 10px
}

.comparison_block .row .column:last-child:before {
    border: 1px solid #e43315;
    background: #e43315
}

.comparison_block .row:nth-child(odd) .column:before {
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset
}

.vote_section {
    padding: 30px
}

.vote_section .vote_block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1)
}

.vote_section .questions_list {
    margin: 0 0 22px
}

.vote_section .question_item {
    margin: 0 0 20px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #dedede inset;
    -moz-box-shadow: 0 0 0 1px #dedede inset;
    box-shadow: 0 0 0 1px #dedede inset;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.vote_section .question_item:last-child {
    margin: 0
}

.vote_section .question_item .line {
    display: none;
    width: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.vote_section .questions_list.active .question_item .line {
    display: block
}

.vote_section .question_item:nth-child(1) .line {
    background: #7ac700
}

.vote_section .question_item:nth-child(2) .line {
    background: #e43315
}

.vote_section .question_item:nth-child(3) .line {
    background: #f5ca16
}

.vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    position: relative
}

.vote_section .question_item .question_text:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -2px 10px 0 -5px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.vote_section .questions_list.active .question_item .question_text:before {
    display: none
}

.vote_section .question_item:nth-child(1) .question_text:before {
    background: #7ac700
}

.vote_section .question_item:nth-child(2) .question_text:before {
    background: #e43315
}

.vote_section .question_item:nth-child(3) .question_text:before {
    background: #f5ca16
}

.vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
    position: relative
}

.vote_section .questions_list.active .question_item .percents {
    display: block
}

.vote_section .voice_count {
    text-align: center
}

.vote_section .voice_count b {
    margin: 0 0 0 5px;
    padding: 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #7ac700;
    color: #fff
}

.opinion1_section {
    padding: 30px;
    position: relative
}

.opinion1_section:before {
    display: block;
    content: '';
    border-top: 115px solid #f5ca16;
    border-left: 115px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0
}

.opinion1_section h2.title {
    margin: 0 60px 30px 0
}

.opinion1_section .author_block img {
    display: block;
    float: left;
    width: 120px;
    position: relative;
    z-index: 10
}

.opinion1_section .author_block .author_info {
    float: left;
    margin: 34px 0 0 -20px;
    width: 255px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px
}

.opinion1_section .author_block .name {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 35px;
    background: #f5ca16;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: normal;
    position: relative
}

.opinion1_section .author_block .name:after {
    display: block;
    content: '';
    border-top: 34px solid #f5ca16;
    border-right: 20px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: -20px
}

.opinion1_section .author_block .text {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 2px 35px;
    background: #222;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    position: relative
}

.opinion1_section .author_block .text:after {
    display: block;
    content: '';
    border-top: 29px solid #222;
    border-right: 16px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: -16px
}


.opinion2_section h2.title {
    color: #fff
}

.opinion2_section h2.title span {
    color: #f5ca16
}

.opinion2_section .opinion_block {
    background: #fff
}

.opinion2_section .author_block {
    position: relative
}

.opinion2_section .author_block img {
    display: block
}

.opinion2_section .author_block .author_info {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    position: absolute;
    bottom: 20px;
    left: 0
}

.opinion2_section .author_block .name {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 30px;
    background: #f5ca16;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: normal;
    position: relative
}

.opinion2_section .author_block .name:after {
    display: block;
    content: '';
    border-top: 34px solid #f5ca16;
    border-right: 20px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: -20px
}

.opinion2_section .author_block .text {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 2px 30px;
    background: #222;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    position: relative
}

.opinion2_section .author_block .text:after {
    display: block;
    content: '';
    border-top: 29px solid #222;
    border-right: 16px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: -16px
}

.opinion2_section .text_block {
    padding: 20px 30px
}

.opinion2_section .text_block h4 {
    margin: 0 0 15px;
    padding: 0 50px 0 20px;
    border-left: 4px solid #e43315;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.reviews1_section {
    padding: 30px;
    position: relative
}

.reviews1_section:before {
    display: block;
    content: '';
    border-top: 115px solid #f5ca16;
    border-left: 115px solid rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0
}

.reviews1_section h2.title {
    margin: 0 60px 30px 0
}

.reviews1_section .review_item {
    margin: 0 0 30px;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1)
}

.reviews1_section .review_item:last-child {
    margin: 0
}

.reviews1_section .review_item h4 {
    margin: 0 0 15px -25px;
    padding: 0 0 0 21px;
    border-left: 4px solid #999;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.reviews1_section .review_item p {
    margin: 0 0 25px
}


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

.reviews1_section .author_block .author_info {
    float: left;
    margin: 6px 0 0 20px;
    width: 240px
}

.reviews1_section .author_block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.reviews2_section {
    padding: 30px
}

.reviews2_section .reviews_list {
    background: #fff
}

.reviews2_section .review_item {
    padding: 30px
}

.reviews2_section .review_item .photo {
    margin: 0 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.reviews2_section .review_item p {
    margin: 0 0 25px
}


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

.reviews2_section .author_block .author_info {
    float: left;
    margin: 6px 0 0 20px;
    width: 230px
}

.reviews2_section .author_block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}


.reviews2_section .owl-prev {
    background-position: left center;
    left: -30px
}

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

.reviews3_section {
    padding: 30px
}


.reviews3_section .review_item {
    margin: 0 0 30px
}

.reviews3_section .review_item:last-child {
    margin: 0
}

.reviews3_section .author_block {
    margin: 0 0 20px
}

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

.reviews3_section .author_block .author_info {
    float: left;
    margin: 6px 0 0 20px;
    width: 260px
}

.reviews3_section .author_block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.reviews3_section .author_block .info {
    margin: 12px 0 0;
    float: right;
    text-align: right
}

.reviews3_section .review_item p {
    margin: 0 0 20px
}

.reviews3_section .img_block img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 133px
}

.reviews3_section .img_block img:last-child {
    margin: 0
}

.tlt {
    padding: 0 30px
}

.tlt h2 {
    margin-bottom: 10px
}


.reviews4_section h2.title {
    margin: 0 140px 30px 0
}

.reviews4_section .reviews_list {
    background: #fff
}

.reviews4_section .review_item {
    padding: 0 0 25px
}


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

.reviews4_section .author_block .author_info {
    float: left;
    margin: 6px 0 0 20px;
    width: 230px
}

.reviews4_section .author_block .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.reviews4_section .review_item p {
    margin: 0 30px
}


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

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


.order_info .info_item {
    float: left;
    margin: 0 2px 2px 0;
    padding: 25px 15px 0 25px;
    width: 239px;
    height: 239px;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb
}

.order_info .info_item:nth-child(even) {
    margin: 0 0 2px
}

.order_info .info_item:nth-last-child(2) {
    margin-bottom: 0
}

.order_info .info_item:last-child {
    margin-bottom: 0;
    padding: 0
}

.order_info .info_item .icon {
    display: block;
    height: 39px
}

.order_info .info_item .separator {
    margin: 20px 0 14px
}

.order_info .info_item h4 {
    text-transform: uppercase
}

.order_info .info_item .product_image {
    display: block
}

.order_steps1 {
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    counter-reset: li; /* Устанавливает идентификатор */
    list-style: none; /* Удаляем стандартную нумерацию */
    margin: 0 50px 4em;
    color: #9c7662;
}

.order_steps1:before {
    position: absolute;
    content: '';
    width: 123px;
    height: 3px;
    background-color: #e7c195 ;
    left: -20px;
    top: 5px;
}

.order_steps1 h4 {
    position: relative;
}

.order_steps1 h4:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    left: -1.6em;
    top: 50%;
    margin-top: -1em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}

.order_steps1 div {
    line-height: 31px;
}

.footer_section {
    padding-bottom: 60px;
    padding-top: 25px;
    color: white;
    background: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

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

.footer_section a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.table .row {
    display: table;
    width: 100%
}

.table .column {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    width: 20%;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.table .alphabetic_size {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.table .digital_size {
    font-weight: 700
}

.table .row .column:first-child {
    font-weight: bold
}

.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: 330px;
    height: 44px;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2px;
    color: #fff;
    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_women .table_title {
    background: #f273a6
}

.formTitle {
    margin: 40px auto 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e7c195 ;
    width: 400px;
}

.section-advantages {
    border-top: 3px solid #9c7662;
    width: 390px;
    color: #9c7662;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 20px;
    line-height: 31px;
}

.advantage {
    margin: 0 auto 20px;
    width: 350px;
}


.advantage img {
    width: 54px;
}

.advantage p {
    font-weight: 700;
    text-transform: uppercase;
}

.advantage:nth-child(1) p {
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 0;
}





.custom-table-container {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-table-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.custom-size-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.custom-size-table th, .custom-size-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.custom-size-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}

.custom-info-text {
    font-size: 15px;
    color: #2c2c2c;
}
