.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    width: 28px;
    height: 55px;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 6px;
    background: #000;
    margin-left: 0;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 53px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #929aa9;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #dee3eb;
    border-radius: 6px;
    font-size: 35px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    position: relative;
    width: 4px;
    height: 56px;
}

.flip-clock-wrapper>ul:nth-child(2) li a div.up div.inn,
.flip-clock-wrapper>ul:nth-child(5) li a div.up div.inn,
.flip-clock-wrapper>ul:nth-child(8) li a div.up div.inn {
    -webkit-border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.flip-clock-wrapper>ul:nth-child(3) li a div.up div.inn,
.flip-clock-wrapper>ul:nth-child(6) li a div.up div.inn,
.flip-clock-wrapper>ul:nth-child(9) li a div.up div.inn {
    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.flip-clock-wrapper>ul:nth-child(2) li a div div.inn,
.flip-clock-wrapper>ul:nth-child(5) li a div div.inn,
.flip-clock-wrapper>ul:nth-child(8) li a div div.inn {
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.flip-clock-wrapper>ul:nth-child(3) li a div div.inn,
.flip-clock-wrapper>ul:nth-child(6) li a div div.inn,
.flip-clock-wrapper>ul:nth-child(9) li a div div.inn {
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
    display: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
    display: none;
}

.flip-clock-dot.top {
    top: 30px;
    display: none;
}

.flip-clock-dot.bottom {
    bottom: 30px;
    display: none;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, ew 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, ew 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, ew 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, ew 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, ew 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.section_13 .bx-wrapper {
    width: 90%;
}

.section_2 .bx-wrapper .bx-controls-direction a {
    /*left: 20px;*/
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #f4b65c;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #22adb2
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: -30px;
}

.bx-wrapper .bx-next {
    right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -30px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    background-image: url('../images/pager_arrow.png');
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

@charset "UTF-8";
@keyframes before-after {
    0% {
        content: "до";
    }
    50% {
        content: "после";
    }
}

@keyframes scale {
    0% {
        -webkit-transform: translateY(-410px);
        -moz-transform: translateY(-410px);
        -ms-transform: translateY(-410px);
        -o-transform: translateY(-410px);
        transform: translateY(-410px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-410px);
        -moz-transform: translateY(-410px);
        -ms-transform: translateY(-410px);
        -o-transform: translateY(-410px);
        transform: translateY(-410px);
    }
}

@keyframes scale1 {
    0% {
        -webkit-transform: translateY(410px);
        -moz-transform: translateY(410px);
        -ms-transform: translateY(410px);
        -o-transform: translateY(410px);
        transform: translateY(410px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(410px);
        -moz-transform: translateY(410px);
        -ms-transform: translateY(410px);
        -o-transform: translateY(410px);
        transform: translateY(410px);
    }
}

* {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-align: inherit;
}

body {
    font-size: 24px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.wap {
    display: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 15px;
    height: 100%;
}

.wrapper:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

sub {
    color: inherit;
}

select,
input {
    display: block;
    width: 100%;
    border: 1px solid #b3b3b3;
    margin: 5px auto;
    height: 50px;
    line-height: 20px;
    font-size: 15px;
    padding: 0 10px;
    color: #222;
}

option {
    color: #222;
}

b {
    color: inherit;
    font-weight: 700;
}

h2 {
    font-size: 48px;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

section {
    position: relative;
    z-index: 1;
}

::-webkit-input-placeholder {
    font-size: 15px;
    color: #858585;
}

::-moz-placeholder {
    font-size: 15px;
    color: #858585;
}

select {
    font-size: 15px;
    color: #000;
    background: #fff url("../images/icon_select.png") no-repeat 92% 50% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

[class^='leaves'] {
    position: absolute;
}

.logo {
    background-image: url(../images/logo.png);
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

main {
    overflow: hidden;
}

main .order_button {
    display: table;
    margin: 15px auto;
    padding: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    border: 1px solid #ffc700;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

main .order_button span {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

main .order_button::after {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 0;
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #eae800;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eae800 0%, #978b00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eae800 0%, #978b00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eae800 0%, #978b00 100%);
}

main .order_button::before {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 1;
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #eae800;
    /* Old browsers */
    background: -moz-linear-gradient(top, #978b00 0%, #eae800 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #978b00 0%, #eae800 0% 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #978b00 0%, #eae800 100%);
}

main .order_button:hover {
    cursor: pointer;
    background: transparent;
}

main .order_button:hover::before {
    opacity: 1;
}

main .order_button:hover::after {
    opacity: 0;
}

.section_1 {
    background: -moz-linear-gradient(left, #ffeed6 0%, #fef8ea 27%, #fdf1db 51%, #fff8ef 70%, #ffefd7 100%);
    background: -webkit-linear-gradient(left, #ffeed6 0%, #fef8ea 27%, #fdf1db 51%, #fff8ef 70%, #ffefd7 100%);
    background: linear-gradient(to right, #ffeed6 0%, #fef8ea 27%, #fdf1db 51%, #fff8ef 70%, #ffefd7 100%);
}

.section_1 .wrapper {
    padding: 40px 15px;
}

.section_1 .wrapper .leaves_1 {
    top: 90px;
    right: -64px;
}

.section_1 .wrapper .leaves_2 {
    top: 310px;
    left: 446px;
}

.section_1 .wrapper .leaves_3 {
    top: 650px;
    right: -150px;
}

.section_1 .wrapper .leaves_4 {
    left: -260px;
    top: 220px;
}

.section_1 .wrapper .woman {
    position: absolute;
    bottom: 0;
    left: -29%;
    z-index: -1;
}

.section_1 .wrapper .woman img {
    display: block;
}

.section_1 .wrapper [class^='block'] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.section_1 .wrapper .block_1 {
    vertical-align: bottom;
    width: 34%;
}

.section_1 .wrapper .block_1 .sale_wrap {
    z-index: 1;
    text-align: right;
    padding-right: 35px;
}

.section_1 .wrapper .block_1 .sale_wrap .sale {
    font-size: 24px;
    color: #fff;
    line-height: 23px;
}

.section_1 .wrapper .block_1 .sale_wrap .sale>span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.section_1 .wrapper .block_1 .sale_wrap .sale>span b {
    font-weight: 700;
    font-size: 33px;
    display: block;
}

.section_1 .wrapper .block_1 .sale_wrap .sale>span:first-child {
    padding: 0 55px 0 15px;
    position: relative;
    margin-right: -55px;
    text-align: right;
    width: 220px;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    background-color: #ff9600;
}

.section_1 .wrapper .block_1 .sale_wrap .sale>span:last-child {
    position: relative;
    line-height: 22px;
    background-color: #ff9600;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-table;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.section_1 .wrapper .block_1 .sale_wrap .sale>span:last-child span {
    display: table-cell;
    vertical-align: middle;
}

.section_1 .wrapper .block_2 {
    position: relative;
    width: 65%;
}

.section_1 .wrapper .block_2 .title {
    font-family: "Roboto-Black", sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}

.section_1 .wrapper .block_2 .title span {
    display: block;
}

.section_1 .wrapper .block_2 .title [class^='orange'] {
    color: #e38b0e;
    font-size: 50px;
}

.section_1 .wrapper .block_2 .title .middle {
    color: #bbb501;
    font-size: 136px;
    line-height: 107px;
}

.section_1 .wrapper .block_2 .title .middle small {
    font-size: 88px;
    line-height: 1em;
    font-weight: 400;
}

.section_1 .wrapper .block_2 .title .orange_over {
    margin-bottom: -25px;
}

.section_1 .wrapper .block_2 .title .orange_under {
    text-align: right;
    margin-top: -25px;
    padding-left: 44%;
}

.section_1 .wrapper .block_2 .data {
    display: table;
}

.section_1 .wrapper .block_2 .data .prod,
.section_1 .wrapper .block_2 .data .offer {
    display: table-cell;
    vertical-align: top;
}

.section_1 .wrapper .block_2 .data .prod {
    vertical-align: bottom;
    position: absolute;
    bottom: -50px;
    left: -24px;
    z-index: 1;
    width: 300px;
}

.section_1 .wrapper .block_2 .data .prod img {
    display: block;
}

.section_1 .wrapper .block_2 .data .prod .stamp {
    width: 100px;
    position: absolute;
    right: 0;
    top: -70px;
}

.section_1 .wrapper .block_2 .data .offer {
    width: 55%;
}

.section_1 .wrapper .block_2 .data .offer .logo {
    display: block;
    height: 80px;
    margin-bottom: 15px;
}

.section_1 .wrapper .block_2 .data .offer p {
    font-size: 28px;
    line-height: 26px;
    color: #253d5c;
}

.section_1 .wrapper .block_2 .data .offer .price_wrap {
    margin: 15px 0;
    background-color: #22adb2;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    color: #fff;
    padding: 10px;
    padding-left: 70px;
    width: 120%;
    position: relative;
    right: 20%;
    font-weight: 700;
}

.section_1 .wrapper .block_2 .data .offer .price_wrap .old_price {
    font-size: 18px;
    line-height: 17px;
}

.section_1 .wrapper .block_2 .data .offer .price_wrap .old_price .cost {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}

.section_1 .wrapper .block_2 .data .offer .price_wrap .price {
    font-size: 48px;
    line-height: 47px;
}

.section_1 .wrapper .block_2 .data .offer .order_button {
    width: 90%;
}

.section_2 .wrapper {
    padding: 60px 15px;
}

.section_2 .wrapper .leaves_5 {
    top: 460px;
    left: -110px;
}

.section_2 .wrapper .title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    width: 70%;
    line-height: 50px;
    margin-bottom: 40px;
}

.section_2 .wrapper .title .logo {
    display: inline-block;
    height: 80px;
    width: 370px;
}

.section_2 .wrapper [class^='block'] {
    display: inline-block;
    vertical-align: top;
}

.section_2 .wrapper .block_1 {
    width: 47%;
}

.section_2 .wrapper .block_1 ul li .rev {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    z-index: 25;
    bottom: 0;
    margin: auto;
}

.section_2 .wrapper .block_2 {
    width: 52%;
}

.section_2 .wrapper .block_2 ul li {
    font-size: 30px;
    color: #253d5c;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

.section_2 .wrapper .block_2 ul li b {
    color: #f4b65c;
}

.section_2 .wrapper .block_2 ul li::before {
    content: "";
    background-image: url("../images/section_2_check.png");
    width: 33px;
    height: 29px;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
}

.section_2 .wrapper .block_2 .notice {
    background-color: #f4b65c;
    border: 5px solid #fcebd2;
    position: relative;
    padding: 15px;
    margin-top: 65px;
    padding-right: 50px;
}

.section_2 .wrapper .block_2 .notice p {
    font-family: "Neucha", cursive;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 40px;
}

.section_2 .wrapper .block_2 .notice img {
    position: absolute;
    right: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_3 {
    background-color: #f4f2f3;
}

.section_3 .wrapper {
    padding: 85px 15px;
}

.section_3 .wrapper [class^='decor'] {
    position: absolute;
}

.section_3 .wrapper .decor_hair {
    top: 0;
    left: -600px;
    height: 105%;
}

.section_3 .wrapper .title {
    font-family: "Roboto-Black", sans-serif;
    text-align: center;
    margin-bottom: 45px;
}

.section_3 .wrapper .title span {
    font-size: 93px;
    color: #db0000;
    font-weight: 700;
    line-height: 76px;
}

.section_3 .wrapper .title p {
    font-size: 48px;
    color: #6e2801;
    font-weight: 700;
}

.section_3 .wrapper .block_1 {
    position: relative;
}

.section_3 .wrapper .block_1 .decor_capsule {
    top: 379px;
    left: 70px;
    width: 100px;
}

.section_3 .wrapper .block_1 .decor_hairdryer {
    top: 10px;
    right: 70px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.section_3 .wrapper .block_1 ul {
    position: relative;
}

.section_3 .wrapper .block_1 ul li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 49%;
    margin: 25px 0;
    position: relative;
    z-index: 1;
}

.section_3 .wrapper .block_1 ul li:nth-child(odd) {
    text-align: right;
    padding-right: 200px;
}

.section_3 .wrapper .block_1 ul li:nth-child(odd) .title {
    text-align: right;
}

.section_3 .wrapper .block_1 ul li:nth-child(even) {
    padding-left: 200px;
}

.section_3 .wrapper .block_1 ul li:nth-child(even) .img_wrap::after {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.section_3 .wrapper .block_1 ul li:nth-child(even) .title {
    text-align: left;
}

.section_3 .wrapper .block_1 ul li:last-child {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -220px;
    width: 36%;
    display: block;
}

.section_3 .wrapper .block_1 ul li:last-child .img_wrap::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.section_3 .wrapper .block_1 ul li:last-child .title {
    text-align: center;
}

.section_3 .wrapper .block_1 ul li .img_wrap {
    position: relative;
    width: 120px;
    height: 120px;
    display: inline-block;
    -webkit-transition: transform 250ms ease;
    -moz-transition: transform 250ms ease;
    -ms-transition: transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
}

.section_3 .wrapper .block_1 ul li .img_wrap:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section_3 .wrapper .block_1 ul li .img_wrap span {
    overflow: hidden;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
}

.section_3 .wrapper .block_1 ul li .img_wrap::before {
    content: "";
    display: block;
    width: 126px;
    height: 126px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    right: 0;
    bottom: 0;
    top: -1px;
    margin: auto;
    background: #690000;
    background: -moz-linear-gradient(left, #690000 0%, #f4b65c 100%);
    background: -webkit-linear-gradient(left, #690000 0%, #f4b65c 100%);
    background: linear-gradient(to right, #690000 0%, #f4b65c 100%);
}

.section_3 .wrapper .block_1 ul li .img_wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border: 3px solid;
    border-color: #df2b2b #df2b2b transparent #df2b2b;
    border-radius: 50% 50% 0 50%;
    top: -13px;
    left: -13px;
}

.section_3 .wrapper .block_1 ul li .img_wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18%;
    right: 0;
    margin: auto;
    min-height: 100%;
    max-width: initial;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.section_3 .wrapper .block_1 ul li .title {
    font-size: 24px;
    color: #db0000;
    text-transform: uppercase;
    margin: 10px 0;
    line-height: 1em;
}

.section_3 .wrapper .block_1 ul li p {
    line-height: 23px;
}

.section_3 .wrapper .block_1 .woman {
    position: absolute;
    top: -33%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 398px;
    height: 454px;
    z-index: -1;
}

.section_3 .wrapper .block_1 .woman::before {
    content: "";
    width: 250%;
    height: 250%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -75%;
    margin: auto;
    z-index: -1;
    background: #efc4c5;
    background: -moz-radial-gradient(center, ellipse cover, #efc4c5 0%, transparent 70%);
    background: -webkit-radial-gradient(center, ellipse cover, #efc4c5 0%, transparent 70%);
    background: radial-gradient(ellipse at center, #efc4c5 0%, transparent 70%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.section_4 .wrapper {
    padding: 90px 15px;
}

.section_4 .wrapper .leaves_6 {
    left: -40px;
    top: 530px;
}

.section_4 .wrapper .leaves_7 {
    left: 690px;
    top: 40px;
}

.section_4 .wrapper .title p {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
}

.section_4 .wrapper .title .logo {
    position: relative;
    margin-left: 225px;
    display: block;
    width: 330px;
    height: 70px;
}

.section_4 .wrapper [class^='block'] {
    display: inline-block;
    vertical-align: middle;
}

.section_4 .wrapper .block_1 {
    width: 29%;
}

.section_4 .wrapper .block_2 {
    width: 42%;
    margin: 0 15px;
}

.section_4 .wrapper .block_2 p {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.section_4 .wrapper .block_2 p b {
    color: #f4b65c;
}

.section_4 .wrapper .block_3 {
    width: 24%;
}

.section_4 .wrapper .block_3 .media_wrap {
    position: relative;
}

.section_4 .wrapper .block_3 .media_wrap span {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 9px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 9px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.2);
    display: block;
}

.section_4 .wrapper .block_3 .media_wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 120%;
    border: 3px solid;
    border-color: #f4b65c #f4b65c #f4b65c transparent;
    border-radius: 0 50% 50% 50%;
    left: -26px;
    bottom: -20px;
}

.section_5 {
    background-color: #fef4e2;
}

.section_5 .wrapper {
    padding: 90px 15px;
}

.section_5 .wrapper .decor_hair {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    opacity: 0.5;
}

.section_5 .wrapper .leaves_8 {
    top: 240px;
    width: 70px;
    left: -115px;
}

.section_5 .wrapper .leaves_9 {
    right: -40px;
    top: 420px;
}

.section_5 .wrapper>.title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 40px;
}

.section_5 .wrapper .block_1 ul {
    text-align: center;
}

.section_5 .wrapper .block_1 ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    position: relative;
    margin-bottom: 15px;
}

.section_5 .wrapper .block_1 ul li .media {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 250ms ease;
    -moz-transition: transform 250ms ease;
    -ms-transition: transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section_5 .wrapper .block_1 ul li .media:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section_5 .wrapper .block_1 ul li .media img {
    display: block;
    position: absolute;
    height: 100%;
    max-width: initial;
}

.section_5 .wrapper .block_1 ul li .data {
    width: 87%;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

.section_5 .wrapper .block_1 ul li .data .title {
    color: #bbb501;
    font-weight: 700;
}

.section_5 .wrapper .block_1 ul li .media {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.section_5 .wrapper .block_1 ul li:first-child,
.section_5 .wrapper .block_1 ul li:nth-child(3),
.section_5 .wrapper .block_1 ul li:nth-child(5) {
    margin-right: 332px;
}

.section_5 .wrapper .block_1 ul li:last-child {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 440px;
}

.section_5 .wrapper .block_1 ul li:last-child .prod {
    position: relative;
}

.section_5 .wrapper .block_1 ul li:last-child .prod img {
    display: block;
    width: 320px;
    margin: 0 auto;
}

.section_5 .wrapper .block_1 ul li:last-child .prod .prod_item {
    width: 203px;
    position: absolute;
    bottom: -40px;
    left: 40px;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp {
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #003a81;
    text-align: center;
    border: 5px solid #003a81;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 65px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 83%;
    position: relative;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp::before {
    content: "";
    position: absolute;
    width: 104%;
    height: 123%;
    top: -5px;
    left: -5px;
    display: block;
    z-index: -1;
    background-image: url("../images/section_5_stamp.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp .data {
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    background-color: #fef4e2;
    width: 100%;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp .data [class^='sec'] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp .data .sec_1 {
    font-size: 36px;
    margin-right: 15px;
    letter-spacing: -4px;
}

.section_5 .wrapper .block_1 ul li:last-child .stamp .data .sec_2 {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    width: 48%;
    line-height: 19px;
}

.section_6 .wrapper {
    padding: 90px 15px;
}

.section_6 .wrapper .leaves_10 {
    bottom: 10px;
    right: -60px;
}

.section_6 .wrapper>.title {
    margin-bottom: 25px;
}

.section_6 .wrapper>.title h2 {
    font-size: 48px;
    color: #253d5c;
    line-height: 1em;
    margin-bottom: 25px;
}

.section_6 .wrapper>.title h2 .logo {
    display: inline-block;
    width: 300px;
    height: 71px;
    position: relative;
}

.section_6 .wrapper>.title p {
    font-size: 24px;
    color: #23aeb3;
}

.section_6 .wrapper ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-bottom: 15px;
}

.section_6 .wrapper ul li:nth-child(2) .green_line::before {
    width: 100%;
}

.section_6 .wrapper ul li:nth-child(2) .red_line::before {
    width: 47%;
}

.section_6 .wrapper ul li:nth-child(3) .green_line::before {
    width: 98%;
}

.section_6 .wrapper ul li:nth-child(3) .red_line::before {
    width: 22%;
}

.section_6 .wrapper ul li:nth-child(4) .green_line::before {
    width: 95%;
}

.section_6 .wrapper ul li:nth-child(4) .red_line::before {
    width: 16%;
}

.section_6 .wrapper ul li:nth-child(5) .green_line::before {
    width: 90%;
}

.section_6 .wrapper ul li:nth-child(5) .red_line::before {
    width: 8%;
}

.section_6 .wrapper ul li:nth-child(6) .green_line::before {
    width: 0%;
}

.section_6 .wrapper ul li:nth-child(6) .red_line::before {
    width: 86%;
}

.section_6 .wrapper ul li>.title {
    font-size: 20px;
    color: #253d5c;
    font-weight: 700;
    text-align: center;
    width: 90%;
    margin: 15px auto;
    margin-top: 0;
}

.section_6 .wrapper ul li [class$='line'] {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: right;
    padding: 0 15px;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    border: 1px solid #e9e9e9;
    background-image: url("../images/section_6_bg_pattern.png");
    background-position: center;
    background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
}

.section_6 .wrapper ul li [class$='line'] .value {
    position: relative;
    z-index: 1;
}

.section_6 .wrapper ul li [class$='line']::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    display: block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.section_6 .wrapper ul li .green_line {
    margin-bottom: 10px;
}

.section_6 .wrapper ul li .green_line::before {
    background-color: #bbb501;
}

.section_6 .wrapper ul li .red_line::before {
    background-color: #be0404;
}

.section_6 .wrapper ul>.title {
    border: 5px solid #f2f3f5;
}

.section_6 .wrapper ul>.title .title {
    font-size: 29px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

.section_6 .wrapper ul>.title span {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.section_6 .wrapper ul>.title span::before {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_6 .wrapper ul>.title .green {
    padding-left: 25px;
    color: #bbb501;
    width: 46%;
}

.section_6 .wrapper ul>.title .green::before {
    background-color: #bbb501;
}

.section_6 .wrapper ul>.title .red {
    padding-left: 25px;
    width: 52%;
    color: #be0404;
}

.section_6 .wrapper ul>.title .red::before {
    background-color: #be0404;
}

.section_6 .wrapper .review {
    border: 5px solid #f2f3f5;
    padding: 15px;
}

.section_6 .wrapper .review .bx-wrapper {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.section_6 .wrapper .review [class^='rev'] {
    width: 32%;
    height: 225px;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.section_6 .wrapper .review [class^='rev'] [class^='sec'] {
    display: inline-block;
    overflow: hidden;
    width: 48%;
    height: 100%;
    vertical-align: top;
    position: relative;
}

.section_6 .wrapper .review [class^='rev'] [class^='sec'] img {
    position: absolute;
    height: 100%;
    left: -15%;
    max-width: initial;
}

.section_6 .wrapper .review [class^='rev'] [class^='sec'] span {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    bottom: 0;
    padding: 0 5px 5px;
}

.section_6 .wrapper .review [class^='rev'] .sec_before span {
    background-color: #142c4c;
}

.section_6 .wrapper .review [class^='rev'] .sec_after span {
    background-color: #f4b65c;
}

.section_6 .wrapper .review .notice {
    height: auto;
    width: 29%;
    font-size: 32px;
    text-align: left;
    vertical-align: middle;
    color: #23aeb3;
    display: inline-block;
}

.section_7 {
    background: #ffeed6;
    background: -moz-linear-gradient(left, #ffeed6 0%, #fffdf9 18%, #fff2df 50%, #fffcf8 74%, #ffefd8 100%);
    background: -webkit-linear-gradient(left, #ffeed6 0%, #fffdf9 18%, #fff2df 50%, #fffcf8 74%, #ffefd8 100%);
    background: linear-gradient(to right, #ffeed6 0%, #fffdf9 18%, #fff2df 50%, #fffcf8 74%, #ffefd8 100%);
}

.section_7 .woman {
    position: absolute;
    left: 280px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.section_7 .wrapper {
    padding: 50px 15px;
}

.section_7 .wrapper .title [class^='block'] {
    display: inline-block;
    vertical-align: top;
}

.section_7 .wrapper .title .block_1 {
    width: 29%;
}

.section_7 .wrapper .title .block_1 .media_wrap {
    position: relative;
}

.section_7 .wrapper .title .block_1 .media_wrap img {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.section_7 .wrapper .title .block_1 .media_wrap .sale {
    font-size: 24px;
    color: #fff;
    line-height: 23px;
    position: absolute;
    right: 8px;
    top: -18px;
}

.section_7 .wrapper .title .block_1 .media_wrap .sale>span {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    background-color: #ff9600;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.section_7 .wrapper .title .block_1 .media_wrap .sale b {
    font-weight: 700;
    font-size: 33px;
    display: block;
}

.section_7 .wrapper .title .block_2 {
    width: 70%;
}

.section_7 .wrapper .title .block_2 .title {
    font-family: "Roboto-Black", sans-serif;
    font-weight: 700;
    text-align: right;
}

.section_7 .wrapper .title .block_2 .title span {
    display: block;
}

.section_7 .wrapper .title .block_2 .title .middle {
    color: #bbb501;
    font-size: 74px;
    line-height: 58px;
}

.section_7 .wrapper .title .block_2 .title .middle small {
    font-size: 88px;
    line-height: 1em;
    font-weight: 400;
}

.section_7 .wrapper .title .block_2 .title .middle [class^='orange'] {
    color: #e38b0e;
    font-size: 60px;
}

.section_7 .wrapper .title .block_2 .title .middle .orange_under {
    text-align: right;
    padding-left: 53%;
}

.section_7 .wrapper .data {
    position: relative;
}

.section_7 .wrapper .data [class^='block'] {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    z-index: 1;
    position: relative;
}

.section_7 .wrapper .data .block_1 .logo {
    margin-bottom: 15px;
    position: relative;
    width: 337px;
    height: 74px;
}

.section_7 .wrapper .data .block_1 ul {
    width: 60%;
}

.section_7 .wrapper .data .block_1 ul li {
    margin: 10px 0;
    padding-left: 35px;
    font-size: 24px;
    position: relative;
}

.section_7 .wrapper .data .block_1 ul li::before {
    content: "";
    width: 29px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/section_7_check.png");
    background-position: center;
    background-repeat: no-repeat;
}

.section_7 .wrapper .data .block_2 {
    padding-left: 19%;
    position: relative;
}

.section_7 .wrapper .data .block_2 .price_wrap {
    margin: 15px 0;
    background-color: #22adb2;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    font-weight: 700;
}

.section_7 .wrapper .data .block_2 .price_wrap .old_price {
    font-size: 18px;
    line-height: 17px;
}

.section_7 .wrapper .data .block_2 .price_wrap .old_price .cost {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}

.section_7 .wrapper .data .block_2 .price_wrap .price {
    font-size: 48px;
    line-height: 47px;
}

.section_7 .wrapper .data .block_2 form {
    border: 5px solid #f4b65c;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 25px;
    background-color: #ffffff;
}

.section_7 .wrapper .data .block_2 form .title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #253d5c;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 15px;
}

.section_8 .wrapper {
    padding: 90px 15px;
}

.section_8 .wrapper .media_wrap {
    float: left;
    position: relative;
    z-index: 1;
    display: table;
    margin-right: 35px;
}

.section_8 .wrapper .media_wrap img {
    display: block;
}

.section_8 .wrapper .title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.section_8 .wrapper p {
    font-size: 24px;
    margin: 15px 0;
    line-height: 23px;
}

.section_8 .wrapper p span {
    color: #f4b65c;
    font-weight: 700;
}

.section_8 .wrapper .signature {
    background-color: #f4b65c;
    border: 5px solid #fbe2be;
    padding: 5px;
    color: #fff;
    font-family: "Neucha", cursive;
    font-size: 30px;
    line-height: 29px;
}

.section_9 {
    background-image: url("../images/section_9_bg.jpg");
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_9 .wrapper {
    text-align: right;
    padding: 90px 15px 15px;
}

.section_9 .wrapper .title {
    font-size: 72px;
    color: #f4b65c;
    font-weight: 900;
    text-transform: uppercase;
}

.section_9 .wrapper p {
    margin: 10px 0;
    font-size: 24px;
}

.section_9 .wrapper p span {
    color: #f4b65c;
    font-weight: 700;
}

.section_9 .wrapper ul {
    padding: 15px;
    border: 5px solid #f4b65c;
    margin-right: 315px;
    padding-right: 56px;
}

.section_9 .wrapper ul li {
    padding-right: 43px;
    position: relative;
}

.section_9 .wrapper ul li::after {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    background-color: #f4b65c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 24px;
    top: 12px;
}

.section_9 .wrapper .prod {
    float: right;
    display: block;
}

.section_10 .wrapper {
    padding: 90px 15px;
}

.section_10 .wrapper [class^='block'] {
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
}

.section_10 .wrapper .block_1 {
    position: relative;
}

.section_10 .wrapper .block_1 .notice {
    background-color: #163251;
    width: 132%;
    padding: 15px;
    padding-left: 160px;
    font-weight: 700;
    text-align: right;
    line-height: 28px;
    font-size: 31px;
    color: #fff;
    -webkit-border-radius: 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px;
    border-radius: 70px 0 0 70px;
    position: relative;
    right: 32%;
}

.section_10 .wrapper .block_2 .logo {
    display: block;
    height: 90px;
    margin-bottom: 35px;
}

.section_10 .wrapper .block_2 ul li {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
}

.section_10 .wrapper .block_2 ul li span {
    color: #f4b65c;
    font-weight: 700;
}

.section_10 .wrapper .block_2 ul li::before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url("../images/section_10_check.png");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}

.section_10 .wrapper .woman {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100%;
    margin: auto;
}

.section_10 .wrapper .woman img {
    display: block;
    max-height: 100%;
}

.section_11 .wrapper {
    padding: 90px 15px;
}

.section_11 .wrapper [class^='decor'] {
    position: absolute;
}

.section_11 .wrapper .decor_crown {
    left: -50px;
    bottom: 98px;
}

.section_11 .wrapper .decor_hair {
    z-index: -1;
    top: 0;
    right: -300px;
    height: 100%;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.section_11 .wrapper .title {
    font-size: 48px;
    line-height: 45px;
    color: #253d5c;
}

.section_11 .wrapper .title span {
    display: block;
    font-weight: 700;
}

.section_11 .wrapper ul {
    margin-top: 50px;
    text-align: center;
}

.section_11 .wrapper ul li {
    display: inline-block;
    width: 24%;
    vertical-align: middle;
    height: 300px;
    overflow: hidden;
}

.section_11 .wrapper ul li img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
}

.section_12 .wrapper>.title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 25px;
}

.section_12 .wrapper>.title .logo {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 80px;
}

.section_12 .wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.section_12 .wrapper table tbody tr th {
    width: 17%;
    padding: 0 5px;
    vertical-align: bottom;
}

.section_12 .wrapper table tbody tr th img {
    display: block;
    margin: 0 auto;
}

.section_12 .wrapper table tbody tr th .title {
    padding: 5px;
    text-align: center;
    font-size: 17px;
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, rgba(232, 232, 232, 0.8) 1%, #cdcdcd 100%);
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, rgba(232, 232, 232, 0.8) 1%, #cdcdcd 100%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 0.8) 0%, rgba(232, 232, 232, 0.8) 1%, #cdcdcd 100%);
}

.section_12 .wrapper table tbody tr th .price {
    color: #f4b65c;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
    background-color: #f9fafa;
}

.section_12 .wrapper table tbody tr th:first-child {
    vertical-align: middle;
    padding: 0;
}

.section_12 .wrapper table tbody tr th:first-child .logo {
    position: relative;
    height: 47px;
    display: block;
    margin-bottom: 10px;
}

.section_12 .wrapper table tbody tr th:first-child p {
    font-size: 30px;
    color: #23adb2;
    font-weight: 900;
    text-transform: uppercase;
}

.section_12 .wrapper table tbody tr th:nth-child(2) {
    color: #fff;
    padding: 0;
}

.section_12 .wrapper table tbody tr th:nth-child(2) img {
    width: 135px;
}

.section_12 .wrapper table tbody tr th:nth-child(2) .title {
    background: #fadd8d;
    background: -moz-linear-gradient(top, #fadd8d 0%, #ee902d 100%);
    background: -webkit-linear-gradient(top, #fadd8d 0%, #ee902d 100%);
    background: linear-gradient(to bottom, #fadd8d 0%, #ee902d 100%);
}

.section_12 .wrapper table tbody tr th:nth-child(2) .price {
    background-color: #f4b65c;
    color: #fff;
}

.section_12 .wrapper table tbody tr {
    font-size: 18px;
}

.section_12 .wrapper table tbody tr td {
    padding: 15px;
    font-weight: 700;
    background-position: center;
    background-repeat: no-repeat;
}

.section_12 .wrapper table tbody tr .check {
    background-image: url(../images/section_12_check.png);
}

.section_12 .wrapper table tbody tr .cross {
    background-image: url(../images/section_12_cross.png);
}

.section_12 .wrapper table tbody tr:nth-child(even) td:first-child {
    background-color: #395a82;
    color: #fff;
}

.section_12 .wrapper table tbody tr:nth-child(even) td:nth-child(2) {
    background-color: #23adb2;
}

.section_12 .wrapper table tbody tr:nth-child(odd) td:first-child {
    background-color: #d1d9e2;
    color: #082343;
}

.section_12 .wrapper table tbody tr:nth-child(odd) td:nth-child(2) {
    background-color: #cceced;
}

.section_13 {
    background-color: #f3f3de;
}

.section_13 .wrapper {
    padding: 90px 15px;
}

.section_13 .wrapper .woman {
    position: absolute;
    right: 110%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.section_13 .wrapper .title {
    font-size: 48px;
    color: #253d5c;
    margin-bottom: 15px;
}

.section_13 .wrapper .title span {
    display: inline-block;
    width: 320px;
    height: 70px;
    vertical-align: baseline;
}

.section_13 .wrapper ul li {
    padding: 15px;
    border: 5px solid #f4b65c;
}

.section_13 .wrapper ul li [class^='block'] {
    display: inline-block;
    vertical-align: middle;
}

.section_13 .wrapper ul li .block_1 {
    position: relative;
    width: 30%;
}

.section_13 .wrapper ul li .block_1>div:not(:last-child) {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.section_13 .wrapper ul li .block_1>div:not(:last-child) img {
    width: 100%;
}

.section_13 .wrapper ul li .block_1 .before {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.section_13 .wrapper ul li .block_1 .before span {
    position: absolute;
    background-color: #253d5c;
    color: #fff;
    font-weight: 700;
    right: 40px;
    z-index: 2;
    padding: 0 5px;
    top: 30px;
}

.section_13 .wrapper ul li .block_1 div.prod {
    position: absolute;
    overflow: visible;
    width: 110px;
    height: 110px;
    background-color: #f4b65c;
    left: 175px;
    top: 115px;
}

.section_13 .wrapper ul li .block_1 div.prod img {
    position: relative;
    bottom: 15px;
    width: 80px;
    left: 6px;
}

.section_13 .wrapper ul li .block_1 .after {
    width: 220px;
    height: 220px;
    z-index: 1;
    margin: 0 auto;
}

.section_13 .wrapper ul li .block_1 .after span {
    position: absolute;
    background-color: #f4b65c;
    color: #fff;
    font-weight: 700;
    right: 40px;
    z-index: 3;
    padding: 0 5px;
    top: 340px;
}

.section_13 .wrapper ul li .block_1 .name {
    text-align: center;
    font-weight: 700;
}

.section_13 .wrapper ul li .block_2 {
    width: 60%;
    font-style: italic;
    font-size: 24px;
    margin-left: 35px;
    line-height: 23px;
    text-align: left;
}

.section_14 .wrapper {
    padding: 90px 15px 25px 15px;
}

.section_14 .wrapper .title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.section_14 .wrapper .title .logo {
    display: inline-block;
    width: 350px;
    height: 80px;
}

.section_14 .wrapper ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    position: relative;
}

.section_14 .wrapper ul li .media_wrap {
    padding: 15px 0;
    position: relative;
}

.section_14 .wrapper ul li .media_wrap .prod {
    position: absolute;
    width: 110px;
    z-index: 1;
    left: 15px;
}

.section_14 .wrapper ul li .media_wrap .prod img {
    display: block;
}

.section_14 .wrapper ul li .media_wrap .prod_single {
    position: absolute;
    width: 70px;
    left: 40px;
    bottom: 0;
    z-index: 1;
}

.section_14 .wrapper ul li .media_wrap .prod_single img {
    display: block;
}

.section_14 .wrapper ul li .media_wrap .calendar {
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: -1;
}

.section_14 .wrapper ul li .media_wrap::after {
    content: "";
    background-image: url("../images/icon_arrow.png");
    width: 31px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_14 .wrapper ul li .media_wrap .media {
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 155px;
    width: 155px;
    position: relative;
    overflow: hidden;
}

.section_14 .wrapper ul li .media_wrap .media img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    max-width: initial;
    min-width: 100%;
}

.section_14 .wrapper ul li p {
    text-align: center;
    font-family: "Neucha", cursive;
    font-size: 28px;
    padding: 0 15px;
}

.section_14 .wrapper ul li p span {
    color: #f4b65c;
}

.section_14 .wrapper ul li:last-child .media_wrap::after {
    display: none;
}

.section_14 .wrapper .order {
    position: relative;
}

.section_14 .wrapper .order .order_wrap {
    padding: 0 15px;
    background-color: rgba(244, 182, 92, 0.34);
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
}

.section_14 .wrapper .order::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #f4b65c;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_15 .wrapper {
    padding: 60px 15px 100px 15px;
}

.section_15 .wrapper .title {
    font-size: 48px;
    color: #253d5c;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}

.section_15 .wrapper ul {
    text-align: center;
    display: table;
}

.section_15 .wrapper ul li {
    display: table-cell;
    position: relative;
    padding: 100px 0 13px 0;
    width: 32%;
    vertical-align: top;
}

.section_15 .wrapper ul li .data {
    position: relative;
}

.section_15 .wrapper ul li .data .media_wrap {
    height: 140px;
    width: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.section_15 .wrapper ul li .data .media_wrap img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    right: 0;
    margin: auto;
    max-width: initial;
    height: 100%;
}

.section_15 .wrapper ul li .data .counter {
    position: absolute;
    color: #f4b75c;
    font-size: 30px;
    background-color: #fff;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    z-index: 1;
    bottom: 0;
    right: 70px;
}

.section_15 .wrapper ul li p {
    text-align: center;
    font-family: "Neucha", cursive;
    font-size: 28px;
    padding: 0 15px;
    margin: 15px 0;
    color: #ffffff;
}

.section_15 .wrapper ul li p span {
    color: #253d5c;
}

.section_15 .wrapper ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -140px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 303.5px 410px 303.5px;
    border-color: transparent transparent #f4b75c transparent;
    z-index: -1;
}

.section_15 .wrapper ul li:nth-child(2) {
    padding-top: 25px;
}

.section_15 .wrapper ul li:nth-child(2) .data .counter {
    bottom: auto;
    top: 0;
}

.section_15 .wrapper ul li:nth-child(2)::before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.section_16 {
    background: #f1f6f0;
    background: -moz-linear-gradient(left, #f1f6f0 0%, #f8f9f8 16%, #f8f9f8 17%, #eaf2e7 100%);
    background: -webkit-linear-gradient(left, #f1f6f0 0%, #f8f9f8 16%, #f8f9f8 17%, #eaf2e7 100%);
    background: linear-gradient(to right, #f1f6f0 0%, #f8f9f8 16%, #f8f9f8 17%, #eaf2e7 100%);
}

.section_16 .woman {
    position: absolute;
    left: 46%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section_16 .wrapper {
    padding: 50px 15px 15px 15px;
}

.section_16 .wrapper>.title {
    margin-bottom: 30px;
}

.section_16 .wrapper>.title .logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 350px;
    height: 80px;
}

.section_16 .wrapper>.title p {
    line-height: 50px;
    color: #bbb501;
    font-weight: 700;
    font-size: 48px;
    font-family: "Roboto-Black", sans-serif;
    width: 70%;
}

.section_16 .wrapper [class^='block'] {
    display: inline-block;
    vertical-align: top;
}

.section_16 .wrapper .block_1 {
    width: 49%;
}

.section_16 .wrapper .block_1 .action {
    border: 5px solid #f4b65c;
    padding: 15px;
    margin: 15px 0;
}

.section_16 .wrapper .block_1 .action .title {
    font-size: 24px;
    color: #22adb2;
}

.section_16 .wrapper .block_1 .action .timer_wrap {
    width: 88%;
}

.section_16 .wrapper .block_1 .action .timer_wrap [class^='block'] {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}

.section_16 .wrapper .block_1 .action .timer_wrap .block_1 {
    font-size: 18px;
    color: #000;
    width: 39%;
}

.section_16 .wrapper .block_1 .action .timer_wrap .block_2 {
    background-color: #e4e8ee;
    padding: 10px;
    border: 1px solid #cdd1da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 52%;
}

.section_16 .wrapper .block_1 .sale {
    width: 80%;
    margin: 25px 0;
    background-color: #f4b65c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 35% 5px 15px;
    position: relative;
    line-height: 15px;
    text-align: right;
}

.section_16 .wrapper .block_1 .sale .data {
    color: #fff;
    font-size: 19px;
    text-align: right;
    font-weight: 700;
    line-height: 18px;
}

.section_16 .wrapper .block_1 .sale .data b {
    display: block;
    text-transform: uppercase;
}

.section_16 .wrapper .block_1 .sale .left {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4b65c;
    display: block;
    height: 74px;
    width: 100px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    line-height: normal;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 37px;
}

.section_16 .wrapper .block_1 .sale .left b {
    font-size: 48px;
    letter-spacing: -4px;
    display: inline-block;
}

.section_16 .wrapper .block_1 .price_wrap {
    margin: 15px 0;
    background-color: #22adb2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
    padding-left: 40px;
}

.section_16 .wrapper .block_1 .price_wrap [class^='block'] {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: auto;
}

.section_16 .wrapper .block_1 .price_wrap [class^='block'] .title {
    font-size: 18px;
}

.section_16 .wrapper .block_1 .price_wrap [class^='block'] .price {
    font-size: 36px;
    font-weight: 700;
}

.section_16 .wrapper .block_1 .price_wrap [class^='block'] .old_price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5);
}

.section_16 .wrapper .block_1 .price_wrap .block_1 {
    margin-right: 15px;
}

.section_16 .wrapper>.block_2 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 50%;
    position: relative;
    padding: 10px;
    padding-left: 130px;
}

.section_16 .wrapper>.block_2 .prod {
    position: absolute;
    left: -90px;
    top: 6px;
    z-index: 1;
    width: 230px;
}

.section_16 .wrapper>.block_2 form {
    border: 5px solid #f4b65c;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 40px;
    background-color: #ffffff;
}

.section_16 .wrapper>.block_2 form .title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #253d5c;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 15px;
}

.section_16 .wrapper>.block_2 .notice {
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.section_16 .wrapper>.block_2 .notice::after {
    content: "";
    top: -5px;
    left: -25%;
    z-index: -1;
    position: absolute;
    display: block;
    width: 150%;
    height: 150%;
    background: -moz-radial-gradient(center, ellipse cover, #94563b 0%, transparent 70%);
    background: -webkit-radial-gradient(center, ellipse cover, #94563b 0%, transparent 70%);
    background: radial-gradient(ellipse at center, #94563b 0%, transparent 70%);
}

.section_17 .wrapper {
    padding: 40px 15px;
}

.section_17 .wrapper .title {
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.section_17 .wrapper .block_1 {
    position: relative;
    border: 5px solid #f4b65c;
    padding: 20px;
    width: 70%;
}

.section_17 .wrapper .block_1 p {
    margin-bottom: 15px;
}

.section_17 .wrapper .block_1 p span {
    color: #f4b65c;
    font-weight: 700;
}

.section_17 .wrapper .block_1 .prod {
    position: absolute;
    right: -360px;
    bottom: -133px;
    margin: auto;
}

.section_17 .wrapper .block_1 .prod img {
    display: block;
    max-width: initial;
}

.section_17 .wrapper .block_2 {
    margin-top: 15px;
    border: 5px solid #fcebd2;
    background-color: #f4b65c;
    position: relative;
    width: 70%;
    padding: 15px;
    color: #fff;
}

.section_17 .wrapper .block_2 .gologram {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid #00cccc;
    right: -160px;
    padding: 5px;
    height: 190px;
    width: 190px;
    background-color: #fff;
}

.section_17 .wrapper .block_2 .gologram img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/Roboto-Black.eot");
    src: local("☺"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../images/Roboto-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*# sourceMappingURL=main.css.map */

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 768px;
    }
    .section_1 .wrapper .block_2 .title .middle {
        font-size: 107px;
        line-height: 85px;
    }
    .section_1 .wrapper .block_2 .data .offer .logo span {
        font-size: 55px;
    }
    .section_1 .wrapper .block_2 .data .offer .logo span::before {
        top: -14px;
    }
    .section_1 .wrapper .block_2 .data .prod img {
        width: 250px;
    }
    .section_1 .wrapper .block_2 .data .prod .stamp {
        right: 50px;
    }
    .section_1 .wrapper .block_1 .sale_wrap .stamp {
        display: none;
    }
    .section_1 .wrapper .woman {
        width: 94%;
    }
    .section_1 .wrapper .block_1 .sale_wrap .sale>span:last-child {
        width: 80px;
        height: 80px;
    }
    .section_1 .wrapper .block_1 .sale_wrap .sale>span b {
        font-size: 28px;
    }
    .section_1 .wrapper .block_1 .sale_wrap .sale {
        font-size: 18px;
        line-height: 20px;
    }
    .section_1 .wrapper .block_1 .sale_wrap .sale>span:first-child {
        width: 180px;
        background-image: -moz-radial-gradient(circle at 166px 21px, rgba(204, 71, 0, 0) 49px, #ff9600 50px);
        background-image: -webkit-radial-gradient(circle at 166px 21px, rgba(204, 71, 0, 0) 49px, #ff9600 50px);
        background-image: radial-gradient(circle at 166px 21px, rgba(204, 71, 0, 0) 49px, #ff9600 50px);
    }
    .section_1 .wrapper .leaves_2 {
        left: 349px;
    }
    .section_1 .wrapper .block_2 .data .stamp {
        right: 273px;
    }
    .section_1 .wrapper .block_2 .data .prod {
        left: -44px;
        bottom: -30px;
    }
    main .order_button span {
        font-size: 21px;
    }
    .section_2 .wrapper .block_2 .notice {
        width: 80%;
    }
    .section_2 .wrapper .title,
    .section_2 .wrapper .block_1,
    .section_2 .wrapper .block_2 {
        width: 100%;
    }
    .section_2 .wrapper .block_1 {
        text-align: center;
    }
    .section_2 .wrapper .block_1 .bx-wrapper {
        width: 30%;
    }
    .section_2 .wrapper .block_1 .review {
        display: block;
    }
    .section_3 .wrapper .block_1 .decor_hairdryer,
    .section_3 .wrapper .block_1 .decor_capsule,
    .section_3 .wrapper .decor_hair {
        display: none;
    }
    .section_3 .wrapper .block_1 ul li .title {
        font-size: 18px;
    }
    .section_3 .wrapper .block_1 ul li:nth-child(even) {
        padding-left: 140px;
    }
    .section_3 .wrapper .block_1 ul li:nth-child(odd) {
        padding-right: 140px;
    }
    .section_3 .wrapper .block_1 ul li:last-child {
        padding: 0;
    }
    .section_3 .wrapper .block_1 .woman {
        width: 285px;
    }
    .section_3 .wrapper {
        padding: 25px 15px;
    }
    .section_3 .wrapper .block_1 ul li p {
        font-size: 20px;
    }
    .section_3 .wrapper .title p {
        font-size: 40px;
    }
    .section_3 .wrapper .title span {
        font-size: 63px;
        line-height: 46px;
    }
    .section_4 .wrapper .title span {
        margin-left: 0;
    }
    .section_4 .wrapper .block_2 {
        width: 64%;
        margin-right: 0;
    }
    .section_4 .wrapper .block_1 {
        width: 33%;
    }
    .section_4 .wrapper .title span {
        margin-bottom: 0;
    }
    .section_4 .wrapper {
        padding: 25px 15px;
    }
    .section_4 .wrapper .block_3 {
        display: block;
        width: auto;
    }
    .section_4 .wrapper .block_3 .media_wrap {
        display: table;
        margin: 0 auto;
    }
    .section_4 .wrapper .block_3 .media_wrap::before {
        display: none;
    }
    .section_4 .wrapper .block_3 .media_wrap span {
        overflow: visible;
        box-shadow: none;
    }
    .section_4 .wrapper .leaves_6 {
        display: none;
    }
    .section_5 .wrapper .block_1 {
        width: auto;
        margin: 15px auto;
        display: table;
    }
    .section_5 .wrapper .block_2 {
        width: auto;
    }
    .section_5 .wrapper .block_2 ul {
        margin-top: 40px;
    }
    .section_5 .wrapper {
        padding: 40px 15px;
    }
    .section_5 .wrapper .decor_hair {
        display: none;
    }
    .section_5 .wrapper .block_1 ul li:first-child,
    .section_5 .wrapper .block_1 ul li:nth-child(3),
    .section_5 .wrapper .block_1 ul li:nth-child(5) {
        margin-right: 0;
    }
    .section_5 .wrapper .block_1 ul li .data {
        font-size: 18px;
    }
    .section_5 .wrapper .block_1 ul li:last-child .stamp {
        width: 104%;
    }
    .section_5 .wrapper .block_1 ul li:last-child {
        display: none;
    }
    .section_6 .wrapper .review .notice {
        font-size: 24px;
        width: 29%;
    }
    .section_6 .wrapper>.title h2 {
        font-size: 37px;
    }
    .section_6 .wrapper>.title h2 span {
        font-size: 57px;
    }
    .section_6 .wrapper>.title h2 .logo {
        width: 287px;
    }
    .section_6 .wrapper>.title h2 span::before {
        width: 16px;
        top: -7px;
        left: 48px;
    }
    .section_6 .wrapper ul>.title .title {
        font-size: 20px;
    }
    .section_6 .wrapper ul>.title .green,
    .section_6 .wrapper ul>.title .red {
        width: auto;
    }
    .section_6 .wrapper ul li>.title {
        font-size: 19px;
    }
    .section_7 .woman {
        display: none;
    }
    .section_7 .wrapper .data .block_2 {
        padding-left: 9%;
        bottom: 0;
    }
    .section_7 .wrapper .data .block_1 ul {
        width: auto;
    }
    .section_7 .wrapper .title .block_2 .title .middle {
        font-size: 75px;
        line-height: 62px;
    }
    .section_7 .wrapper .title .block_2 .title .middle [class^='orange'] {
        font-size: 53px;
    }
    .section_8 .wrapper .block_2 .title {
        font-size: 37px;
    }
    .section_8 .wrapper .block_2 p {
        font-size: 20px;
    }
    .section_8 .wrapper .block_2 .signature {
        width: auto;
        right: 0;
        padding-left: 5px;
    }
    .section_8 .wrapper .block_2 {
        display: block;
        width: auto;
    }
    .section_8 .wrapper .block_1 {
        float: left;
        display: block;
    }
    .section_8 .wrapper .block_2 .signature {
        width: 295px;
        margin-top: 30px;
    }
    .section_8 .wrapper p {
        font-size: 19px;
    }
    .section_8 .wrapper .title {
        font-size: 38px;
    }
    .section_9 {
        background-image: none;
        background-color: #fdf4e2;
    }
    .section_9 .wrapper .prod,
    .section_9 .wrapper .prod_bg {
        display: none;
    }
    .section_9 .wrapper ul {
        margin-right: 0;
        width: 190%;
        padding-right: 90%;
    }
    .section_9 .wrapper ul li {
        padding-right: 31px;
    }
    .section_9 .wrapper ul li::after {
        right: 10px;
        top: 10px;
    }
    .section_9 .wrapper {
        padding: 25px 15px;
    }
    .section_10 .wrapper [class^='block'] {
        width: auto;
    }
    .section_10 .wrapper .woman {
        left: 0;
        right: 0;
        bottom: -50px;
        margin: auto;
        position: relative;
    }
    .section_10 .wrapper .woman img {
        margin: 0 auto;
    }
    .section_10 .wrapper .block_2 .logo {
        font-size: 40px;
        margin: 15px 0;
    }
    .section_10 .wrapper .block_2 .logo::before {
        width: 12px;
        height: 23px;
        left: 33px;
    }
    .section_10 .wrapper .block_2 ul li::before {
        height: 25px;
        width: 25px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .section_10 .wrapper .block_2 ul li {
        font-size: 18px;
    }
    .section_10 .wrapper .block_2 ul li {
        padding-left: 30px;
    }
    .section_10 .wrapper {
        padding: 25px 15px;
        padding-top: 0;
    }
    .section_10 .wrapper .block_1 .notice {
        width: auto;
        right: 0;
    }
    .section_11 .wrapper .decor_hair {
        display: none;
    }
    .section_11 .wrapper ul li {
        width: 33%;
        margin-bottom: 15px;
    }
    .section_11 .wrapper .title {
        text-align: center;
    }
    .section_11 .wrapper {
        padding: 40px 15px;
    }
    .section_12 .wrapper table tbody tr th:first-child span {
        font-size: 42px;
    }
    .section_12 .wrapper table tbody tr th:first-child p {
        font-size: 28px;
    }
    .section_12 .wrapper>.title {
        width: auto;
    }
    .section_13 .wrapper ul li .block_1 div.prod,
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .section_13 .wrapper {
        padding: 25px 15px;
    }
    .section_13 .wrapper .woman {
        display: none;
    }
    .section_13 .wrapper .title {
        font-size: 40px;
    }
    .section_14 .wrapper {
        padding: 45px 15px;
    }
    .section_14 .wrapper .title {
        font-size: 45px;
    }
    .section_14 .wrapper ul li p {
        font-size: 23px;
    }
    .section_15 .wrapper {
        padding: 25px 15px;
    }
    .section_15 .wrapper ul li p {
        line-height: 25px;
    }
    .section_15 .wrapper ul li .data .counter {
        right: 40px;
    }
    .section_15 .wrapper ul li::before {
        border-width: 0 233.5px 410px 233.5px;
        left: -110px;
    }
    .section_16 .woman {
        display: none;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap {
        width: auto;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap .block_2 {
        width: 62%;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap .block_1 {
        width: 29%;
    }
    .section_16 .wrapper>.block_2 .prod {
        width: 180px;
        left: -42px;
    }
    .section_16 .wrapper>.block_2 form {
        padding: 15px;
    }
    .section_16 .wrapper>.block_2 form .title {
        font-size: 18px;
    }
    .section_16 .wrapper>.title .logo {
        height: 50px;
        width: 230px;
    }
    .section_16 .wrapper>.title .logo span {
        font-size: 55px;
    }
    .section_16 .wrapper>.title .logo p {
        line-height: 41px;
    }
    .section_16 .wrapper .block_1 .sale .data {
        font-size: 16px;
    }
    .section_16 .wrapper .block_1 .sale {
        padding-left: 0;
    }
    .section_16 .wrapper .block_1 .sale {
        background-image: -moz-radial-gradient(circle at 215px 24px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
        background-image: -webkit-radial-gradient(circle at 215px 24px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
        background-image: radial-gradient(circle at 215px 24px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
    }
    .section_16 .wrapper>.block_2 .notice::after {
        display: none;
    }
    .section_16 .wrapper>.title .logo span::before {
        width: 16px;
        height: 24px;
        top: -3px;
        left: 46px;
    }
    .section_16 .wrapper .block_1 .action .title {
        padding-right: 25px;
    }
    .section_16 .wrapper>.title p {
        width: auto;
    }
    .section_16 .wrapper [class^='block'] {
        display: block;
        margin: 15px auto;
    }
    .section_17 .wrapper .title {
        font-size: 55px;
    }
    .section_17 .wrapper .block_1 .prod {
        display: none;
    }
    .section_17 .wrapper .block_1 {
        width: auto;
    }
    .section_17 .wrapper .block_2 {
        width: 79%;
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: 320px;
    }
    .wrapper [class^='leaves'] {
        display: none;
    }
    .web {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .section_1 {
        background: -moz-linear-gradient(top, #fcf4e2 0%, #fcf4e2 92%, transparent 92%, transparent 100%);
        background: -webkit-linear-gradient(top, #fcf4e2 0%, #fcf4e2 92%, transparent 92%, transparent 100%);
        background: linear-gradient(to bottom, #fcf4e2 0%, #fcf4e2 92%, transparent 92%, transparent 100%);
    }
    .section_1 .wrapper .block_2 .title [class^='orange'] {
        font-size: 30px;
    }
    .section_1 .wrapper .block_2 .title .orange_under {
        margin-top: 0;
    }
    .section_1 .wrapper .block_2 .title .orange_over {
        margin-bottom: 0;
    }
    .section_1 .wrapper .block_2 .data .prod .stamp {
        display: none;
    }
    .section_1 .wrapper .block_2 .data .offer .logo {
        width: 230px;
        height: 50px;
    }
    .section_1 .wrapper .block_2 .title .middle {
        font-size: 60px;
    }
    .section_1 .wrapper .block_2 .data .offer p {
        margin-bottom: 55px;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
    }
    .section_1 .wrapper .block_1 {
        display: none;
    }
    .section_1 .wrapper .block_2 {
        width: 100%;
        display: block;
    }
    .section_1 .wrapper .block_2 .title .middle small {
        font-size: 40px;
    }
    .section_1 .wrapper .block_2 .title .middle {
        line-height: 48px;
    }
    .section_1 .wrapper .block_2 .data .offer {
        width: auto;
    }
    .section_1 .wrapper .block_2 .title {
        margin-bottom: 15px;
    }
    .section_1 .wrapper .block_2 .data .prod img {
        width: 95px;
    }
    .section_1 .wrapper .block_2 .data .offer .price_wrap {
        right: 0;
        width: auto;
    }
    .section_1 .wrapper .block_2 .data .offer .price_wrap .old_price>span:first-child {
        display: none;
    }
    .section_1 .wrapper .block_2 .data .offer .price_wrap .price {
        font-size: 26px;
        line-height: inherit;
    }
    .section_1 .wrapper .block_2 .data .offer .price_wrap {
        padding-left: 90px;
    }
    .section_1 .wrapper .block_2 .data .prod {
        bottom: 70px;
        left: -16px;
    }
    .section_1 .wrapper .woman {
        display: none;
    }
    .section_1 .wrapper {
        padding-bottom: 0;
    }
    .section_2,
    .section_3 {
        display: none;
    }
    .section_4 .wrapper .title p {
        font-size: 32px;
        text-align: right;
    }
    .section_4 .wrapper .title .logo {
        margin-left: 0;
        width: 190px;
        height: 45px;
        margin-bottom: 15px;
    }
    .section_4 .wrapper .block_2 p {
        font-size: 18px;
        font-weight: 700;
    }
    .section_4 .wrapper .block_1 {
        float: left;
        margin-right: 10px;
    }
    .section_4 .wrapper .block_2 {
        width: auto;
        display: block;
        margin-left: 0;
    }
    .section_4 .wrapper .block_3 {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .section_5 .wrapper>.title {
        font-size: 22px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 0;
    }
    .section_5 .wrapper .block_1 ul {
        margin-top: 15px;
    }
    .section_5 .wrapper .block_1 ul li {
        display: block;
        width: auto;
        margin-right: 0 !important;
    }
    .section_5 .wrapper .block_1 ul li:last-child {
        display: none;
    }
    .section_5 .wrapper .block_1 ul li:nth-child(4),
    .section_5 .wrapper .block_1 ul li:nth-child(6) {
        margin-right: 0;
    }
    .section_5 .wrapper .block_1 ul li .data p {
        display: none;
    }
    .section_5 .wrapper .block_1 ul li .data .title {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
    }
    .section_5 .wrapper .block_1 ul li .media {
        border: 2px solid #eedebf;
    }
    .section_5 .wrapper .block_1 ul li .media {
        width: 60px;
        height: 60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .section_5 .wrapper .block_1 ul li .data {
        width: 73%;
    }
    .section_5 .wrapper .block_1 ul li::after {
        content: "";
        width: 73%;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        background-color: #eaddc7;
        display: block;
    }
    .section_5 .wrapper .block_2 ul li:nth-child(odd) .media,
    .section_5 .wrapper .block_2 ul li:nth-child(even) .media {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 2px solid #eedebf;
    }
    .section_6 .wrapper {
        padding: 25px 15px;
    }
    .section_6 .wrapper .result,
    .section_6 .wrapper .review .notice {
        display: none;
    }
    .section_6 .wrapper>.title h2 span::before {
        width: 12px;
        top: -11px;
        left: 32px;
    }
    .section_6 .wrapper>.title h2 {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 400;
        text-align: right;
    }
    .section_6 .wrapper>.title h2 span {
        font-size: 40px;
        line-height: 56px;
    }
    .section_6 .wrapper>.title h2 .logo {
        width: 220px;
        height: 47px;
    }
    .section_6 .wrapper .review {
        padding: 0;
        border: none;
    }
    .section_6 .wrapper>.title p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .section_6 .wrapper>.title {
        margin-bottom: 0;
    }
    .section_6 .wrapper .review .bx-wrapper {
        width: 100%;
    }
    .section_7 {
        display: none;
    }
    .section_8 .wrapper {
        padding: 15px;
    }
    .section_8 .wrapper .title {
        font-size: 30px;
        text-align: center;
    }
    .section_8 .wrapper .media_wrap {
        float: none;
        width: 170px;
        display: block;
        margin: 0 auto;
    }
    .section_8 .wrapper .signature {
        text-align: center;
        font-family: inherit;
    }
    .section_8 .wrapper .signature .name {
        font-size: 22px;
        text-transform: uppercase;
    }
    .section_8 .wrapper .signature .prof {
        font-size: 18px;
        line-height: 17px;
    }
    .section_8 .wrapper .signature+p {
        display: none;
    }
    .section_9 .wrapper .title {
        font-size: 45px;
    }
    .section_9 .wrapper {
        text-align: left;
    }
    .section_9 .wrapper ul li {
        padding-left: 31px;
        padding-right: 0;
    }
    .section_9 .wrapper ul li::after {
        right: auto;
        left: 10px;
        top: 5px;
    }
    .section_9 .wrapper p {
        font-size: 18px;
    }
    .section_9 .wrapper ul li {
        font-size: 18px;
    }
    .section_10 .wrapper [class^='block'] {
        display: block;
        width: auto;
    }
    .section_10 .wrapper .block_1 .notice {
        font-size: 21px;
        width: 132%;
        right: 32%;
        padding: 5px;
        line-height: 22px;
        position: relative;
        left: 5px;
        padding-left: 35px;
        padding-right: 100px;
    }
    .section_10 .wrapper .woman {
        left: 0;
        right: 0;
        bottom: -50px;
        margin: auto;
        position: relative;
    }
    .section_10 .wrapper .block_2 .logo {
        font-size: 40px;
        margin: 15px 0;
    }
    .section_10 .wrapper .block_2 .logo::before {
        width: 12px;
        height: 23px;
        left: 33px;
    }
    .section_10 .wrapper .block_2 ul li::before {
        height: 25px;
        width: 25px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .section_10 .wrapper .block_2 ul li {
        font-size: 18px;
    }
    .section_10 .wrapper .block_2 ul li {
        padding-left: 30px;
    }
    .section_10 .wrapper {
        padding: 25px 15px;
        padding-top: 0;
    }
    .section_11 {
        display: none;
    }
    .section_12 {
        display: none;
    }
    .section_13 {
        display: none;
    }
    .section_14 {
        display: none;
    }
    .section_15 {
        display: none;
    }
    .section_16 .wrapper>.title .logo span {
        font-size: 40px;
    }
    .section_16 .wrapper>.title .logo span::before {
        width: 14px;
        height: 21px;
        top: -5px;
        left: 32px;
    }
    .section_16 .wrapper>.title p {
        font-size: 30px;
        line-height: 32px;
        width: auto;
    }
    .section_16 .wrapper .block_1 {
        width: auto;
        display: block;
    }
    .section_16 .wrapper .block_1 .action .title {
        font-size: 16px;
        font-weight: 700;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap .block_1 {
        width: auto;
        text-align: center;
        font-weight: 700;
        display: block;
        margin-bottom: 15px;
    }
    .section_16 .wrapper>.title {
        margin-bottom: 0;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap,
    .section_16 .wrapper .block_1 .sale {
        width: auto;
    }
    .section_16 .wrapper .block_1 .sale .data {
        font-size: 17px;
    }
    .section_16 .wrapper .block_1 .sale {
        background-image: -moz-radial-gradient(circle at 235px 33px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
        background-image: -webkit-radial-gradient(circle at 235px 33px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
        background-image: radial-gradient(circle at 235px 33px, rgba(204, 71, 0, 0) 40px, #f4b65c 41px);
        padding-right: 29%;
        padding-left: 86px;
    }
    .section_16 .wrapper .block_1 .action .timer_wrap .block_2 {
        width: initial;
        margin: 0 auto;
        display: table;
    }
    .section_16 .wrapper .block_1 .action {
        background-color: #fff;
    }
    .section_16 .wrapper .block_1 .sale .left {
        right: -9px;
    }
    .section_16 .wrapper .block_1 .price_wrap [class^='block'] .title {
        display: none;
    }
    .section_16 .wrapper .block_1 .price_wrap [class^='block'] {
        display: block;
        font-size: 18px;
    }
    .section_16 .wrapper .block_1 .price_wrap [class^='block'] .price {
        font-size: 26px;
    }
    .section_16 .wrapper .block_1 .price_wrap {
        padding-left: 90px;
    }
    .section_16 .wrapper>.block_2 {
        width: auto;
    }
    .section_16 .wrapper>.block_2 .prod {
        left: -20px;
        top: -133px;
        width: 110px;
    }
    .section_16 .wrapper {
        padding: 25px 15px;
    }
    .section_16 .wrapper>.block_2 {
        padding: 0;
    }
    main .order_button span {
        font-size: 18px;
    }
    .section_16 .wrapper>.block_2 form .title {
        font-size: 22px;
    }
    .section_16 .wrapper>.block_2 form {
        padding: 15px;
        margin-top: 25px;
    }
    .section_16 .wrapper .block_1 .action .title,
    .section_16 .wrapper>.block_2 .notice {
        display: none;
    }
    .section_17 .wrapper .title {
        font-size: 35px;
    }
    .section_17 .wrapper .block_1 p {
        font-size: 18px;
    }
    .section_17 .wrapper .block_2 .gologram {
        position: static;
        display: table;
        margin: 15px auto;
        margin-bottom: 0;
        width: auto;
        height: auto;
    }
    .section_17 .wrapper .block_2 {
        width: auto;
        font-size: 19px;
    }
    .section_17 .wrapper .block_2 .gologram img {
        position: static;
        display: block;
    }
}

/*# sourceMappingURL=media.css.map */

.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
}

.copyright img:first-child {
    display: block !important;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}