* {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
}

.bg-line {
    background: url("../img/bg_line.png") center repeat-y;
    position: absolute;
    width: 1333px;
    height: 100%;
    left: 49.9%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
}

.page {
    position: relative;
    overflow: hidden;
}

._peach {
    background: #e69ba4;
}

._peach .woman {
    background: url("../img/woman1.jpg") center no-repeat;
    width: 334px;
    height: 962px;
}

._yellow {
    background: #fee07e;
}

._yellow .woman {
    background: url("../img/woman2-bg.png") center no-repeat;
    width: 667px;
    height: 962px;
}

._purple {
    background: #bfaee4;
}

._purple .woman {
    background: url("../img/woman3.jpg") center no-repeat;
    width: 334px;
    height: 962px;
}

._pink {
    background: #faaec3;
}

._pink .woman {
    background: url("../img/woman4.jpg") center no-repeat;
    width: 334px;
    height: 962px;
}

._light-blue {
    background: #c7dff4;
}

._light-blue .woman {
    background: url("../img/woman5.jpg") center no-repeat;
    width: 335px;
    height: 962px;
}

.order-block {
    position: relative;
    min-height: 961px;
    height: 1px;
    z-index: 3;
}

.limit {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
    padding: 0 10px;
}

.woman-bg {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 2000px;
    font-size: 0;
    height: 100%;
}

.woman-bg .woman-bg-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 16.666%;
    overflow: hidden;
}

.woman-bg .woman-bg-item .woman {
    display: inline-block;
}

.woman-bg .woman-bg-item._double {
    width: 33.336%;
}

.woman-bg .woman-bg-item img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: none;
}

.order-block .limit {
    padding: 20px 0px;
    position: relative;
    height: 100%;
}

.order-block .circle-go {
    position: absolute;
    cursor: pointer;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -23px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    line-height: 52px;
    text-align: center;
    -webkit-box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
    -moz-box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
    box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
}

.order-block .circle-go img {
    display: inline-block;
    vertical-align: middle;
}

.order-block h1.title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 145px;
    font-weight: 900;
    padding-left: 8px;
    margin-top: 7px;
    margin-bottom: 3px;
}

p.title-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    padding: 0 12px;
    color: #fff;
}

h1.title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 145px;
    line-height: 0.9;
    font-weight: 900;
}

h2.title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 100px;
    line-height: 0.9;
    font-weight: 900;
}

.order-form {
    background: #fff;
    max-width: 340px;
    width: 100%;
    padding: 45px 30px 40px;
    margin-top: 72px;
    margin-left: 14px;
}

.order-form .order-form-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 0.83;
    color: #302255;
    text-align: center;
    margin-bottom: 39px;
}

.order-form button {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fefeff;
    text-align: center;
    font-weight: 500;
    background-color: #513992;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 21px 33px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
}

.order-form button:hover {
    background-color: #6547b7;
}

.order-form button::after {
    content: '';
    position: absolute;
    right: 9px;
    bottom: 9px;
    pointer-events: none;
    user-select: none;
    background: url("../img/cursor.png") center no-repeat;
    width: 24px;
    height: 24px;
    animation: zoomCursor 1s linear infinite;
    -webkit-animation: zoomCursor 1s linear infinite;
    will-change: transform, -webkit-transform;
}

.order-form .text-label {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    width: calc(100% - 77px);
    color: #939393;
}

.order-form .form-item {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #fafafa;
    font-size: 18px;
    line-height: 1.35;
    color: #232323;
    font-weight: 300;
    padding: 13px 19px;
    margin-bottom: 20px;
}

.order-form .form-item._mini {
    display: inline-block;
    vertical-align: middle;
    max-width: 77px;
    margin-bottom: 0;
    font-size: 24px;
    padding: 9px 18px;
    background: url("../img/selected.png") 66% center no-repeat, #fafafa;
}

.order-form select.form-item {
    padding: 13px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/selected.png") 92% center no-repeat, #fafafa;
}

.price-block {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 26px;
    line-height: 1.25;
    margin-top: 18px;
    margin-bottom: 13px;
}

.price-block .old-price {
    font-weight: 400;
    text-align: center;
    color: #d1d1d1;
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
}

.price-block .new-price {
    color: #302255;
    font-weight: 700;
}

.alternative {
    padding: 20px 0;
    min-height: 1114px;
}

.alternative h2.title {
    color: #f9a8ba;
    margin-top: 88px;
}

.alternative .title-text {
    color: #6449a0;
    padding: 0 2px;
    margin-top: 7px;
}

.alternative .text {
    width: 52.5%;
}

.alternative .text.inline-block {
    display: inline-block;
    vertical-align: top;
}

.alternative ._float-r {
    float: right;
}

.alternative-left, .alternative-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.alternative-left .text, .alternative-right .text {
    width: 100%;
    position: relative;
    margin-top: 0;
    max-width: 255px;
}

.alternative-left .text.text-2-cup, .alternative-right .text.text-2-cup {
    margin: 14px 0 0 auto;
}

.alternative-left .text.text-3-cup, .alternative-right .text.text-3-cup {
    margin: -32px 0 0 141px;
}

.alternative-left .text.text-4-cup, .alternative-right .text.text-4-cup {
    margin-top: 242px;
    margin-left: -34px;
}

.alternative-left .text.text-5-cup, .alternative-right .text.text-5-cup {
    margin: 45px -15px 0 auto;
}

.alternative-left .text b, .alternative-right .text b {
    display: block;
    color: #6449a0;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.alternative-left {
    padding-left: 58px;
    margin-top: -179px;
    width: 71.1%;
    min-height: 406px;
    float: left;
}

.alternative-left .wrapp-cup {
    position: absolute;
    left: 306px;
    top: -11px;
}

.alternative-left .wrapp-cup .arrow-1 {
    position: absolute;
    left: -85px;
    top: 12px;
}

.alternative-left .wrapp-cup .arrow-2 {
    position: absolute;
    right: -11px;
    top: 140px;
}

.alternative-left .wrapp-cup .arrow-3 {
    position: absolute;
    left: 33px;
    bottom: 27px;
}

.alternative-right {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    min-height: 547px;
}

.alternative-right .wrapp-cup {
    position: absolute;
    left: 200px;
    top: 84px;
}

.alternative-right .wrapp-cup .hand {
    position: absolute;
    right: -248px;
    top: -64px;
    max-width: none;
}

.alternative-right .wrapp-cup .arrow-4 {
    position: absolute;
    left: -51px;
    top: 73px;
}

.alternative-right .wrapp-cup .arrow-5 {
    position: absolute;
    left: 81px;
    bottom: -52px;
}

p.text {
    font-weight: 300;
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 117px;
    padding: 0 10px 0 5px;
}

.vantage-item-text.active .overflow-text .animate-text, .review-list-item.active .overflow-text .animate-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.vantage-item-text .overflow-text, .review-list-item .overflow-text {
    overflow-y: hidden;
}

.vantage-item-text .overflow-text .animate-text, .review-list-item .overflow-text .animate-text {
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.8s ease, -webkit-transform 0.4s ease;
}

.vantage-item-text .overflow-text .animate-text.active, .review-list-item .overflow-text .animate-text.active {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease, -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.vantage {
    padding: 20px 0;
    background: #bfb0e6;
    position: relative;
    min-height: 748px;
}

.vantage .limit {
    position: relative;
}

.vantage .bg-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url("../img/cup_bg.jpg") center no-repeat;
    background-size: cover;
}

.vantage-left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.vantage h2.title {
    margin-top: 89px;
}

.vantage .title-text {
    color: #6449a0;
    padding: 0 5px;
    margin-top: 8px;
}

.vantage-list {
    margin-top: 88px;
    margin-left: 5px;
}

.vantage-list-item {
    outline: none;
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 9px;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.vantage-list-item.active {
    opacity: 1;
}

.vantage-list-item:hover {
    opacity: 1;
}

.vantage-list-item:last-of-type {
    margin-right: 0;
}

.vantage-list-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
}

.vantage .wrapper-vantage-list-text {
    margin-top: 42px;
    margin-left: 5px;
    max-width: 448px;
}

.vantage .vantage-item-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #010101;
    position: absolute;
    max-width: 448px;
}

.vantage .vantage-item-text.active {
    display: block;
}

.vantage .vantage-item-text b {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #814e94;
    line-height: 1.09;
}

.vantage .bottom-margin {
    margin-bottom: 16px;
}

.comparison {
    padding: 20px 0;
    min-height: 1058px;
}

.comparison h2.title {
    color: #f9a8ba;
    margin-top: 89px;
}

.comparison .title-text {
    max-width: 590px;
    color: #6449a0;
    padding: 0 5px;
    margin-top: 7px;
}

.comparison-left, .comparison-right {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.comparison-left {
    width: 49%;
    position: relative;
    padding-bottom: 154px;
    left: 0px;
}

.comparison-right {
    width: 51%;
    vertical-align: middle;
}

.comparison .comparison-left-list {
    margin-top: 203px;
    position: relative;
    min-height: 407px;
}

.comparison .comparison-left-list-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.comparison .comparison-left-list-item._pad .comparison-item-image {
    left: -7px;
    top: 60px;
}

.comparison .comparison-left-list-item._pad .wrapper-item-circle {
    left: 246px;
    top: -80px;
}

.comparison .comparison-left-list-item._tampon .comparison-item-image {
    left: 38px;
    top: 38px;
}

.comparison .comparison-left-list-item._tampon .wrapper-item-circle {
    left: 246px;
    top: -80px;
}

.comparison .comparison-left-list-item._cup .comparison-item-image {
    left: -2px;
}

.comparison .comparison-left-list-item._cup .wrapper-item-circle {
    left: 246px;
    top: -79px;
    width: 133px;
    height: 133px;
}

.comparison .comparison-left-list-item.active {
    display: block;
    opacity: 1;
}

.comparison .wrapper-item-circle {
    position: absolute;
    display: inline-block;
    width: 172px;
    height: 172px;
}

.comparison .wrapper-item-circle::before {
    content: '';
    background: #6449a0;
    width: 191px;
    height: 2px;
    position: absolute;
    -moz-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -webkit-transform: rotate(125deg);
    transform: rotate(125deg);
    left: -102px;
    top: 177px;
}

.comparison .comparison-item-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.comparison .comparison-item-circle:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* -webkit-box-shadow: inset -5px -5px 10px 0px rgba(0, 0, 0, 0.6); */
    -moz-box-shadow: inset -5px -5px 10px 0px rgba(0, 0, 0, 0.6);
    /* box-shadow: inset -5px -5px 10px 0px rgba(0, 0, 0, 0.6); */
}

.comparison .comparison-item-circle img {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}

.comparison .comparison-item-image {
    position: relative;
    max-width: none;
}

.comparison .comparison-right-list {
    padding-left: 9px;
    padding-top: 226px;
    min-height: 586px;
}

.comparison .comparison-item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.09;
    color: #010101;
    margin-bottom: 26px;
    position: relative;
}

.comparison .comparison-right-list-item {
    display: none;
    overflow: hidden;
    min-height: 360px;
}

.comparison .comparison-right-list-item.active {
    display: block;
}

.comparison .comparison-right-list-item .text {
    margin-top: 0;
    padding: 0;
}

.comparison .comparison-right-list-item .bottom-margin {
    margin-bottom: 28px;
}

.comparison .comparison-right-list-item .bottom-margin:last-of-type {
    margin-bottom: 0;
}

.comparison .comparison-navigation-list {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.comparison .comparison-navigation-list-item {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(170, 63, 79, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(170, 63, 79, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(170, 63, 79, 0.2);
    position: relative;
    margin-right: 32px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.comparison .comparison-navigation-list-item._tampon img {
    left: 58%;
}

.comparison .comparison-navigation-list-item:hover {
    opacity: 1;
}

.comparison .comparison-navigation-list-item.active {
    opacity: 1;
}

.comparison .comparison-navigation-list-item:last-of-type {
    margin-right: 0;
}

.comparison .comparison-navigation-list-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stereotype {
    background: #fee07e;
    min-height: 948px;
    padding: 20px 0;
    position: relative;
    margin-bottom: 91px;
}

.stereotype .white_block {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 333.33px;
    height: 100%;
    background: #fff;
    margin-left: 166px;
}

.stereotype .limit {
    height: 100%;
    position: relative;
}

.stereotype h2.title {
    margin-top: 89px;
    color: #6449a0;
}

.stereotype p.title-text {
    max-width: 50%;
    color: #bca458;
    padding: 0 20px 0 5px;
    margin-top: 7px;
}

.stereotype-left, .stereotype-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.stereotype-right {
    pointer-events: none;
    margin-bottom: -194px;
}

.stereotype .stereotype-left-list {
    margin-top: 128px;
    padding-left: 5px;
    padding-right: 40px;
    counter-reset: list;
}

.stereotype .stereotype-left-list-item {
    margin-bottom: 35px;
    position: relative;
}

.stereotype .stereotype-left-list-item:before {
    counter-increment: list;
    content: "0" counter(list);
    position: absolute;
    left: 0px;
    top: -30px;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -5px;
}

.stereotype .stereotype-left-list-item:last-of-type {
    margin-bottom: 0;
}

.stereotype .stereotype-left-list-item p.text {
    position: relative;
    margin: 0;
    padding: 0;
}

.stereotype .stereotype-left-list-item b {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.28;
    color: #010101;
    padding-right: 40px;
    margin-bottom: 12px;
}

.stereotype ._woman {
    position: relative;
    max-width: none;
    left: -37px;
    top: -46px;
    pointer-events: none;
}

.efficiency {
    padding: 20px 0;
}

.efficiency h2.title {
    position: relative;
    color: #f9a8ba;
    margin-top: -2px;
}

.efficiency .title-text {
    padding: 0px 5px;
    color: #6449a0;
    margin-top: 7px;
    max-width: 815px;
}

.efficiency-left, .efficiency-right {
    display: inline-block;
    vertical-align: top;
}

.efficiency-left {
    width: 49%;
    margin-top: 129px;
    padding-left: 4px;
}

.efficiency-right {
    width: 51%;
    margin-top: 120px;
    padding-left: 9px;
}

.efficiency-right .text {
    color: #010101;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 45px 0 0;
    margin: 0 0 28px;
}

.efficiency-right .text:last-of-type {
    margin-bottom: 0;
}

.efficiency-right .text.bold {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.28;
    margin-bottom: 12px;
}

.efficiency .efficiency-left-graph-list {
    margin-top: 45px;
    max-width: 425px;
}

.efficiency .graph-item {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 33px;
}

.efficiency .graph-item:last-of-type {
    margin-bottom: 0;
}

.efficiency .graph-item:after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}

.efficiency .graph-item p.text {
    font-weight: 300;
    color: #010101;
    font-size: 16px;
    line-height: 1.125;
    margin: 0;
    padding: 0 40px;
}

.efficiency .square {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 3px -3px 3px 0px rgba(211, 205, 241, 0.2);
    -moz-box-shadow: 3px -3px 3px 0px rgba(211, 205, 241, 0.2);
    box-shadow: 3px -3px 3px 0px rgba(211, 205, 241, 0.2);
}

.efficiency .color_purple {
    background: #7974f5;
}

.efficiency .color_peach {
    background: #fa94af;
}

.efficiency .color_gray {
    background: #d3cdf1;
}

.review {
    padding: 20px 0;
    min-height: 1014px;
    font-size: 0;
}

.review h2.title {
    font-size: 96px;
    color: #f9a8ba;
    line-height: 0.95;
}

.review .title-text {
    color: #6449a0;
    padding: 0 20px 0 5px;
    margin-top: 5px;
}

.review-left, .review-right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.review-left {
    text-align: left;
    margin-top: 62px;
}

.review-right {
    position: absolute;
    width: 100%;
}

.review .review-list {
    margin-top: 61px;
    padding-left: 5px;
    position: relative;
}

.review .review-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.review .review-list-item::before {
    content: '';
    background: url("../img/quotes.png") center no-repeat;
    width: 52px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: -1;
}

.review .review-list-item.active {
    display: block;
}

.review .review-list-item .name {
    padding: 0 40px 0 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #010101;
}

.review .review-list-item .name .age {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #b9b9b9;
}

.review .review-list-item .comment {
    position: relative;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.28;
    color: #010101;
    margin-top: 35px;
    padding-left: 43px;
    padding-right: 80px;
}

.review .review-right-list {
    margin-top: 73px;
}

.review .review-right-list-item {
    outline: none;
    display: table-cell;
    vertical-align: bottom;
    height: 800px;
}

.review .review-right-list-item.slick-active {
    margin-top: 0;
}

.review .review-right-list-item.slick-active .item-photo {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: default;
}

.review .review-right-list-item.slick-active .item-photo:hover::before {
    width: 0;
}

.review .review-right-list-item .item-photo {
    cursor: pointer;
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: -moz-transform 1.2s, -o-transform 1.2s, -ms-transform 1.2s, -webkit-transform 1.2s, transform 1.2s;
    position: relative;
    width: 333px;
    height: 800px;
}

.review .review-right-list-item .item-photo._1 {
    background: url("../img/photo1.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo._2 {
    background: url("../img/photo2.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo._3 {
    background: url("../img/photo3.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo._4 {
    background: url("../img/photo4.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo._5 {
    background: url("../img/photo5.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo._6 {
    background: url("../img/photo6.jpg");
    background-size: cover;
}

.review .review-right-list-item .item-photo:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 5px;
    background: #f9a8ba;
    transition: width 0.2s;
}

.review .review-right-list-item .item-photo:hover::before {
    width: 100%;
}

.how-use {
    padding: 20px 0;
    background: #c7dff4;
}

.how-use h2.title {
    margin-top: 88px;
}

.how-use .title-text {
    padding: 0 5px;
    margin-top: 7px;
    color: #8fb1ce;
}

.how-use .how-use-list {
    margin-top: 114px;
    margin-bottom: 65px;
    counter-reset: circle;
    position: relative;
}

.how-use .how-use-list:before {
    content: '';
    position: absolute;
    left: 48.5%;
    top: -35px;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../img/dots.png") center no-repeat;
    width: 974px;
    height: 232px;
    max-width: none;
}

.how-use .how-use-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.how-use .how-use-list-item:nth-child(3) {
    padding-left: 36px;
}

.how-use .how-use-list-item:nth-child(4) {
    padding-left: 74px;
}

.how-use .how-use-list-item .circle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}

.how-use .how-use-list-item .circle:after {
    counter-increment: circle;
    content: counter(circle);
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -2px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #819eb7;
    border: 4px solid #c7dff4;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.how-use .how-use-list-item .circle._left-bottom::after {
    right: auto;
    top: auto;
    left: -1px;
    bottom: -2px;
}

.how-use .how-use-list-item .step {
    text-transform: uppercase;
    position: absolute;
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
    color: #d4eafc;
    left: 4px;
    top: -10px;
    letter-spacing: 0.5px;
}

.how-use .how-use-list-item .wrapper-text {
    position: relative;
}

.how-use .how-use-list-item p.text {
    position: relative;
    color: #000;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    margin: 21px 0 0;
    padding: 0 10px 0 0px;
}

.size {
    padding: 20px 0;
}

.size h2.title {
    color: #f9a8ba;
    margin-top: 91px;
}

.size .title-text {
    color: #6449a0;
    padding: 0 5px;
    margin-top: 7px;
}

.size-left, .size-right {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    min-height: 317px;
}

.size .wrapper-size {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: -157px;
}

.size ._calendar {
    position: absolute;
    left: 3px;
    top: 164px;
    max-width: none;
}

.size ._position-abs {
    position: absolute;
    left: 0;
    top: 0;
}

.size ._position-abs._text-1 {
    top: auto;
    bottom: 410px;
    max-width: 320px;
    margin-left: 5px;
}

.size ._position-abs._text-2 {
    bottom: 589px;
    top: auto;
    margin-left: 119px;
}

.size ._position-abs._text-3 {
    top: 530px;
    margin-left: 246px;
}

.size .arrow {
    position: absolute;
    z-index: 1;
}

.size .arrow.arrow-6 {
    top: 73px;
    left: 217px;
}

.size .arrow.arrow-7 {
    top: 77px;
    left: -45px;
}

.size .arrow.arrow-8 {
    top: -76px;
    left: -35px;
}

.size ._woman-2 {
    position: relative;
    right: -268px;
    bottom: -65px;
    max-width: none;
}

.size p.text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #010101;
    margin: 0;
    padding: 0;
}

.arrow_list {
    position: absolute;
    left: -27px;
    bottom: 100px;
}

.arrow_list .circle {
    cursor: pointer;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
    -moz-box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
    box-shadow: 5px -5px 10px 0px rgba(170, 63, 79, 0.15);
    transition: box-shadow 0.2s, -moz-box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.arrow_list .circle:active {
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-box-shadow: 5px -5px 5px 0px rgba(170, 63, 79, 0.15);
    -moz-box-shadow: 5px -5px 5px 0px rgba(170, 63, 79, 0.15);
    box-shadow: 5px -5px 5px 0px rgba(170, 63, 79, 0.15);
}

.arrow_list .circle img {
    display: inline-block;
    vertical-align: middle;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@keyframes zoomCursor {
    0% {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes zoomCursor {
    0% {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.review-slider-mobile-arrows {
    display: none;
}

@media all and (max-width: 1200px) {
    .order-block h1.title {
        font-size: 120px;
    }

    h1.title {
        font-size: 120px;
    }

    .order-form {
        margin-top: 150px;
    }

    .alternative-right .text.text-4-cup {
        margin-top: 242px;
        margin-left: 0;
    }

    .alternative-right .text {
        max-width: 215px;
    }

    .alternative-left .text {
        max-width: 215px;
    }

    .alternative-left .text.text-2-cup {
        margin: 0px 0px 0px auto;
    }

    .alternative-left .text.text-3-cup {
        margin: -102px 0 0 121px;
    }

    .review h2.title {
        font-size: 80px;
    }

    .size ._woman-2 {
        max-width: 440px;
        right: auto;
        left: 100%;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .size ._position-abs._text-3 {
        top: 370px;
        margin-left: 0;
        left: 205px;
        width: 270px;
    }

    .size ._position-abs._text-2 {
        bottom: 440px;
        top: auto;
        margin-left: 110px;
    }

    .size ._position-abs._text-1 {
        top: auto;
        bottom: 290px;
        max-width: 250px;
        margin-left: 0;
        right: 15%;
        left: auto;
        transform: translateX(-50%);
        z-index: 1;
    }

    .size .arrow.arrow-6 {
        top: 93px;
        left: 127px;
    }

    .comparison .comparison-right-list {
        padding-top: 115px;
    }

    .alternative-left {
        max-width: 785px;
        width: 100%;
    }
}

@media all and (max-width: 990px) {
    .review-slider-mobile-arrows {
        display: block;
    }

    .order-block .limit::before {
        content: '';
        background: url(../img/woman-yellow-mobile.png) center no-repeat;
        width: 526px;
        height: 789px;
        position: absolute;
        left: 36px;
        top: 27px;
    }

    .woman-bg {
        display: none;
    }

    .bg-line {
        display: none;
    }

    .limit {
        max-width: 320px;
        padding: 0 10px;
    }

    .woman-bg .woman-bg-item {
        display: none;
    }

    .woman-bg .woman-bg-item._yellow {
        display: block;
    }

    .woman-bg .woman-bg-item._double {
        width: 100%;
        min-height: 769px;
    }

    ._yellow .woman {
        background: url(../img/woman-yellow-mobile.png) center no-repeat;
        width: 526px;
        height: 789px;
        max-width: none;
        margin-top: 27px;
        position: relative;
        left: 2px;
    }

    .order-block h1.title {
        position: relative;
        font-size: 50px;
        line-height: 1.04;
        margin-top: 3px;
        padding-left: 8px;
    }

    h1.title {
        font-size: 50px;
        line-height: 1.04;
        padding-left: 5px;
    }

    p.title-text {
        position: relative;
        font-weight: 500;
        font-size: 22px;
        line-height: 1.28;
        margin-top: 10px;
        padding: 0 10px;
    }

    .order-form {
        position: relative;
        margin-top: 29px;
        margin-left: 10px;
        max-width: 260px;
        padding: 24px 20px 30px;
    }

    .order-form .order-form-title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 26px;
    }

    .order-form .form-item {
        margin-bottom: 9px;
    }

    .order-form .text-label {
        font-size: 16px;
        line-height: 1.25;
    }

    .price-block {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 23px;
    }

    .price-block .old-price {
        text-align: center;
    }

    .order-block {
        background: #fee07e;
        min-height: 0;
        height: auto;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .order-block .circle-go {
        display: none;
    }

    h2.title {
        font-size: 50px;
        line-height: 1.04;
    }

    .alternative h2.title {
        color: #f9a8ba;
        margin-top: 19px;
    }

    .alternative .title-text {
        padding: 0 0px;
        margin-top: 10px;
    }

    .alternative .text {
        width: 100%;
    }

    p.text {
        font-size: 16px;
        line-height: 1.25;
        margin-top: 19px;
        padding: 0 0px 0 0px;
    }

    .alternative-left {
        width: 100%;
        margin: 0;
        padding-left: 0;
    }

    .alternative-left .wrapp-cup {
        position: absolute;
        left: 3px;
        top: 136px;
    }

    .alternative-left .wrapp-cup .arrow-1, .alternative-left .wrapp-cup .arrow-2, .alternative-left .wrapp-cup .arrow-3 {
        display: none;
    }

    .alternative-left .wrapp-cup .cup-1 {
        max-width: 150px;
    }

    .alternative-left .text {
        width: 100%;
        margin-top: 38px;
        max-width: 150px;
    }

    .alternative-left .text.text-2-cup {
        margin: -12px 0px 0px auto;
    }

    .alternative-left .text.text-3-cup {
        margin: 50px 0 0 0;
    }

    .alternative-left .text b, .alternative-right .text b {
        font-size: 18px;
        line-height: 1.23;
    }

    .alternative-right {
        width: 100%;
    }

    .alternative-right .wrapp-cup {
        left: 82px;
        top: -27px;
    }

    .alternative-right .wrapp-cup .arrow-4, .alternative-right .wrapp-cup .arrow-5 {
        display: none;
    }

    .alternative-right .wrapp-cup .cup-2 {
        max-width: 148px;
    }

    .alternative-right .text.text-4-cup {
        margin-top: 124px;
        margin-left: 0;
        max-width: 164px;
    }

    .alternative-right .text.text-5-cup {
        margin: -33px 0 0 auto;
        max-width: 130px;
    }

    .alternative-right .wrapp-cup .hand {
        max-width: 292px;
    }

    .alternative-right .wrapp-cup .hand {
        max-width: 241px;
        right: -163px;
        top: -43px;
    }

    .alternative {
        min-height: 0;
    }

    .alternative-right {
        margin-bottom: 26px;
    }

    .alternative-right, .alternative-left {
        min-height: 0;
    }

    .vantage h2.title {
        margin-top: 23px;
    }

    .vantage-left {
        width: 100%;
    }

    .vantage .bg-right {
        display: none;
    }

    .vantage .title-text {
        padding: 0 0;
        margin-top: 11px;
    }

    .vantage-list {
        margin-top: 24px;
        margin-left: 0;
    }

    .vantage {
        min-height: 0;
        height: auto;
    }

    .vantage .wrapper-vantage-list-text {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        min-height: 200px;
    }

    .vantage .bottom-margin {
        margin-bottom: 20px;
    }

    .vantage .vantage-item-text {
        font-size: 16px;
        line-height: 1.25;
        max-width: calc(100% - 20px);
    }

    .vantage .vantage-item-text b {
        font-size: 18px;
        line-height: 1.34;
    }

    .comparison {
        min-height: 0;
        height: auto;
    }

    .comparison h2.title {
        margin-top: 23px;
    }

    .comparison .title-text {
        padding: 0;
        margin-top: 11px;
    }

    .comparison-left, .comparison-right {
        width: 100%;
        padding: 0;
    }

    .comparison-left {
        min-height: 0;
        height: auto;
    }

    .comparison .comparison-left-list {
        margin-top: 22px;
        min-height: 250px;
    }

    .comparison .comparison-left-list-item {
        width: 100%;
    }

    .comparison .comparison-left-list-item._pad .comparison-item-image {
        left: -34px;
        top: 87px;
        max-width: 227px;
    }

    .comparison .comparison-left-list-item._tampon .comparison-item-image {
        left: -36px;
        top: 59px;
        max-width: 163px;
    }

    .comparison .comparison-left-list-item._cup .comparison-item-image {
        left: -17px;
        max-width: 160px;
        top: 62px;
    }

    .comparison .wrapper-item-circle {
        width: 100px;
        height: 100px;
    }

    .comparison .comparison-item-circle img {
        height: 100%;
    }

    .comparison .comparison-left-list-item._pad .wrapper-item-circle {
        left: 89px;
        top: 1px;
    }

    .comparison .comparison-left-list-item._tampon .wrapper-item-circle {
        left: 73px;
        top: 1px;
    }

    .comparison .comparison-left-list-item._cup .wrapper-item-circle {
        left: 104px;
        top: 1px;
    }

    .comparison .wrapper-item-circle::before {
        width: 85px;
        left: -29px;
        top: 108px;
    }

    .comparison .comparison-item-title {
        font-size: 18px;
        line-height: 1.12;
        margin-bottom: 20px;
    }

    .comparison .comparison-right-list {
        padding-top: 10px;
        padding-left: 0;
    }

    .comparison .comparison-right-list-item .bottom-margin {
        margin-bottom: 10px;
    }

    .comparison .comparison-right-list {
        min-height: 0;
        height: auto;
    }

    .comparison .comparison-navigation-list {
        left: auto;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 0px;
        right: 2px;
        margin-top: 23px;
    }

    .comparison .comparison-navigation-list-item {
        display: block;
        margin: 0 0 20px auto;
    }

    .comparison .comparison-navigation-list-item:last-of-type {
        margin-bottom: 0;
    }

    .comparison-right {
        min-height: 375px;
    }

    .stereotype-left, .stereotype-right {
        width: 100%;
    }

    .stereotype h2.title {
        margin-top: 23px;
    }

    .stereotype .white_block {
        display: none;
    }

    .stereotype p.title-text {
        max-width: 100%;
        padding: 0 0px 0 0px;
        margin-top: 12px;
    }

    .stereotype .stereotype-left-list {
        margin-top: 47px;
        padding-left: 0;
        padding-right: 0;
    }

    .stereotype .stereotype-left-list-item:first-child {
        width: 60%;
    }

    .stereotype .stereotype-left-list-item b {
        font-size: 20px;
        line-height: 1.2;
        padding-right: 0;
        margin-bottom: 9px;
    }

    .stereotype .stereotype-left-list-item:before {
        left: -3px;
    }

    .wrapper-mobile {
        position: relative;
        margin-bottom: 27px;
    }

    .wrapper-mobile .stereotype-right {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 40%;
    }

    .stereotype ._woman {
        left: -19px;
        top: -66px;
        pointer-events: none;
        max-width: 195px;
    }

    .stereotype {
        min-height: 0;
        margin-bottom: 0;
    }

    .efficiency h2.title {
        margin-top: 23px;
    }

    .efficiency .title-text {
        padding: 0px 0px;
        margin-top: 12px;
        max-width: 100%;
    }

    .efficiency-left {
        width: 100%;
        padding-left: 0;
        margin-top: 33px;
    }

    .efficiency-right {
        width: 100%;
        padding: 0;
        margin-top: 36px;
    }

    .efficiency-right .text.bold {
        font-size: 20px;
        line-height: 1.2;
        padding-right: 0;
        margin-bottom: 19px;
    }

    .efficiency-right .text {
        font-size: 16px;
        line-height: 1.25;
        padding: 0;
        margin: 0 0 10px;
    }

    .efficiency .efficiency-left-graph-list {
        margin-top: 26px;
        max-width: 100%;
    }

    .efficiency .graph-item p.text {
        padding: 0 0 0 40px;
    }

    .efficiency .graph-item {
        margin-bottom: 22px;
    }

    .review-left, .review-right {
        width: 100%;
    }

    .review h2.title {
        font-size: 50px;
        line-height: 1.04;
    }

    .review-left {
        margin-top: -1px;
        margin-bottom: 32px;
    }

    .review .title-text {
        padding: 0 0px 0 0px;
        margin-top: 12px;
    }

    .review .review-list-item .name {
        font-size: 18px;
        padding: 0;
        padding-right: 55%;
    }

    .review .review-list-item .name .age {
        font-size: 14px;
    }

    .review .review-list-item .comment {
        font-size: 16px;
        line-height: 1.25;
        padding: 0;
    }

    .review .review-list {
        margin-top: 17px;
        padding-left: 0;
    }

    .review .review-list-item .comment {
        margin-top: 11px;
    }

    .review .review-list-item::before {
        width: 33px;
        height: 23px;
        background-size: cover;
        left: 0px;
        top: 44px;
    }

    .review-right {
        display: none;
    }

    .review .review-list-item {
        position: relative;
        outline: none;
        padding: 0 10px;
    }

    .review-list-item .overflow-text .animate-text {
        display: block;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

    .mobile-photo {
        display: inline-block;
        float: right;
        margin-top: -43px;
        margin-left: 5px;
        margin-bottom: 5px;
        width: 150px;
        height: 202px;
    }

    .mobile-photo._1 {
        background: url("../img/photo1_small.jpg") center no-repeat;
        background-size: cover;
    }

    .mobile-photo._2 {
        background: url("../img/photo2_small.jpg") center no-repeat;
        background-size: cover;
    }

    .mobile-photo._3 {
        background: url("../img/photo3_small.jpg") center no-repeat;
        background-size: cover;
    }

    .mobile-photo._4 {
        background: url("../img/photo4_small.jpg") center no-repeat;
        background-size: cover;
    }

    .mobile-photo._5 {
        background: url("../img/photo5_small.jpg") center no-repeat;
        background-size: cover;
    }

    .mobile-photo._6 {
        background: url("../img/photo6_small.jpg") center no-repeat;
        background-size: cover;
    }

    .review-list-item .overflow-text {
        overflow: visible;
    }

    .wrapper-mobile-slider {
        position: relative;
        padding-bottom: 93px;
    }

    .wrapper-mobile-slider .arrow_list {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .wrapper-mobile-slider .arrow_list .circle {
        margin-right: 45px;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(170, 63, 79, 0.15);
        -moz-box-shadow: 0px 10px 10px 0px rgba(170, 63, 79, 0.15);
        box-shadow: 0px 10px 10px 0px rgba(170, 63, 79, 0.15);
    }

    .wrapper-mobile-slider .arrow_list .circle:last-of-type {
        margin-right: 0;
    }

    .wrapper-mobile-slider .arrow_list .circle.next img {
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .review {
        min-height: 0;
    }

    .how-use h2.title {
        margin-top: 23px;
    }

    .how-use .title-text {
        padding: 0;
        margin-top: 12px;
    }

    .how-use .how-use-list-item {
        display: block;
        width: 50%;
    }

    .how-use .how-use-list-item:nth-child(2) {
        margin: -50px 0 0 auto;
        min-height: 161px;
    }

    .how-use .how-use-list-item:nth-child(2) p.text {
        padding-right: 0;
    }

    .how-use .how-use-list-item:nth-child(3) {
        padding-left: 0;
        margin: -43px 0 0 0;
        min-height: 261px;
    }

    .how-use .how-use-list-item:nth-child(4) {
        padding-left: 0;
        margin: -88px 0 0 auto;
        min-height: 181px;
    }

    .how-use .how-use-list-item:nth-child(4) p.text {
        padding-right: 0;
    }

    .how-use .how-use-list:before {
        background: url("../img/dots_mobile.png") center no-repeat;
        width: 187px;
        height: 346px;
        left: 41%;
        top: 47px;
    }

    .how-use .how-use-list-item .circle {
        width: 94px;
        height: 94px;
    }

    .how-use .how-use-list {
        margin-top: 23px;
        margin-bottom: 26px;
    }

    .how-use .how-use-list-item .step {
        display: none;
    }

    .how-use .how-use-list-item .circle:after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        right: -6px;
        top: -1px;
    }

    .how-use .how-use-list-item p.text {
        font-size: 16px;
        line-height: 1.25;
        margin: 7px 0 0;
    }

    .size h2.title {
        margin-top: 23px;
    }

    .size .title-text {
        padding: 0;
        margin-top: 12px;
    }

    .size ._position-abs {
        position: relative;
    }

    .size ._position-abs._text-1 {
        top: auto;
        bottom: auto;
        margin-left: 0;
        right: auto;
        left: auto;
        transform: none;
        max-width: none;
        z-index: 1;
    }

    .size ._position-abs._text-2 {
        bottom: auto;
        top: auto;
        margin-left: 0;
        padding-left: 20px;
    }

    .size ._position-abs._text-3 {
        top: auto;
        margin-left: 0;
        left: auto;
        width: 100%;
        padding-left: 20px;
    }

    .size .wrapper-size {
        width: 100%;
        display: block;
        margin-bottom: 2px;
        margin-top: 18px;
    }

    .size p.text {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 17px;
    }

    .size p.text::before {
        content: url("../img/circle_war.png");
    }

    .size p.text:last-of-type {
        margin-bottom: 0;
    }

    .size .arrow.arrow-6, .size .arrow.arrow-7, .size .arrow.arrow-8 {
        display: none;
    }

    .size ._woman-2 {
        position: absolute;
        max-width: 177px;
        right: auto;
        left: 50%;
        bottom: -6px;
        margin-bottom: -26px;
    }

    .size ._calendar {
        position: absolute;
        left: -1px;
        top: 54px;
        max-width: 300px;
    }
}

@media all and (max-width: 400px) {
    .wrapper-mobile .stereotype-right {
        display: none;
    }

    .stereotype .stereotype-left-list-item:first-child {
        width: 100%;
    }
}
.order-block .title-text {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

/*# sourceMappingURL=style.css.map */
