body {
    margin: 0;
    font-family: montserrat, sans-serif
}

.wrapper {
    overflow: hidden
}

.container {
    max-width: 1170px;
    margin: auto
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important
}

h1,
h2,
h3,
p {
    margin: 0
}

ul {
    padding-left: 0;
    list-style: none
}

li {
    margin: 0
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.header {
    background: url(./bg1.jpg)no-repeat 50%;
    background-size: cover;
    padding-top: 20px;
    min-height: 1017px
}

.header .container {
    position: relative
}

.header-print img:last-child {
    margin-right: 0
}

.header-top {
    text-align: center;
    font-family: roboto condensed, sans-serif;
    margin-bottom: 30px
}

.header-top .inner {
    font-size: 0
}

.header-print {
    font-size: 0;
    text-align: center;
    float: right
}

.header-print img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    height: 95px
}

.header-top .basic-title {
    font-size: 130px;
    color: #5c157a;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center
}

.header-top .text {
    text-transform: uppercase;
    margin-bottom: 15px;
    float: right;
    margin-right: 50px;
    font-family: roboto condensed, sans-serif
}

.header-top .text p:nth-child(1) {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px
}

.header-top .text p:nth-child(1) span {
    font-weight: 700;
    text-align: center
}

.header-top .text p:nth-child(2) {
    font-size: 40px;
    font-weight: 700;
    color: #5c157a;
    text-align: center
}

.header-list {
    position: relative;
    max-width: 460px;
    float: right;
    width: 100%;
    padding-top: 55px
}

.header-list:before {
    position: absolute;
    content: "";
    display: block;
    background: url(./keto-matcha.png)no-repeat 50%/contain;
    width: 542px;
    height: 451px;
    left: -490px;
    top: -16px;
    z-index: 99999
}

.header-list li {
    position: relative;
    margin-bottom: 0;
    padding-left: 90px;
    background: url(./list-bg.png)no-repeat 50%;
    padding-top: 25px;
    padding-bottom: 30px;
    background-size: 100% 100%
}

.header-list li:before {
    position: absolute;
    display: block;
    content: "";
    background: url(./check.png)no-repeat 50%;
    left: 13px;
    top: 20px;
    width: 79px;
    height: 72px
}

.header-list li h3 {
    position: relative;
    z-index: 99999;
    color: #3c3b3a;
    font-size: 17px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 5px;
    max-width: 360px
}

.header-list li p {
    position: relative;
    z-index: 999999;
    color: #777;
    font-size: 14px;
    max-width: 300px
}

.form-wrapper {
    float: right;
    max-width: 290px;
    width: 100%
}

.form-wrapper .form {
    background: #fff;
    border: 2px solid #04a8f5;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 25px
}

.form-wrapper .form .btn {
    position: relative;
    z-index: 999999;
    border: none;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 260px;
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 18px;
    background: url(./button-bg.png)no-repeat 50%;
    color: #fff;
    background-size: 100% 100%;
    cursor: pointer;
    transition: .5s
}

.form-wrapper .form .btn:hover {
    opacity: .8
}

.form-inner {
    padding-left: 22px;
    padding-right: 22px
}

.form-title {
    background: #04a8f5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 27px;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0
}

.field {
    display: block;
    margin: auto;
    width: 240px;
    height: 55px;
    margin-bottom: 25px;
    border: 1px solid #c5c5c5;
    padding-left: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: .5s
}

.field:last-child {
    margin-bottom: 0
}

.field.sel {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url(./sel.png)no-repeat 95%
}

.field:focus,
.field.sel:focus {
    background: #d3ebd3;
    border: 1px solid #4caf50;
    box-shadow: 0 0 5px 2px #d3ebd3
}

.field.sel:focus {
    background: #d3ebd3 url(./sel.png)no-repeat 95%
}

input[type=text]::-webkit-input-placeholder {
    color: #3c3b3a
}

input[type=text]:-ms-input-placeholder {
    color: #3c3b3a
}

input[type=text]::-ms-input-placeholder {
    color: #3c3b3a
}

input[type=text]::placeholder {
    color: #3c3b3a
}

.form .price-block {
    margin-top: 28px
}

.price-block {
    font-size: 0;
    text-align: center
}

.price-block span {
    display: block
}

.price-block .left,
.price-block .right {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.price-block .left .text {
    font-size: 12px;
    color: #3c3b3a;
    font-weight: 300;
    margin-bottom: 10px
}

.price-block .left .old-price {
    font-size: 32px;
    font-weight: 300;
    color: #3c3b3a;
    text-decoration: line-through
}

.price-block .right .text {
    font-size: 12px;
    font-weight: 300;
    color: #04a8f5;
    margin-bottom: 10px
}

.price-block .right .new-price {
    color: #04a8f5;
    font-weight: 700;
    font-size: 32px
}

.header-arrow {
    background: url(./arrow-bg.png)no-repeat 50%;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    width: 100%;
    bottom: -120px;
    left: -65px
}

.header-arrow p {
    font-weight: 700;
    font-size: 24px;
    max-width: 455px;
    display: block;
    margin: auto;
    text-align: center
}

.screen2 {
    padding-bottom: 60px
}

.screen2 .left {
    float: left;
    width: 50%
}

.screen2 .right {
    float: right;
    width: 50%;
    padding-top: 25px
}

.screen2 .right img {
    display: block;
    margin: auto;
    padding-left: 80px
}

.screen2 .left .screen2-title {
    font-size: 35px;
    color: #04a8f5;
    font-weight: 600;
    margin-bottom: 15px
}

.screen2 .left span {
    color: #f18704;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block
}

.screen2 .left p {
    font-size: 16px;
    line-height: 20px
}

.screen2 .left p:last-child {
    margin-top: 25px
}

.screen2 .left p b {
    color: #3c3b3a
}

.screen3 {
    position: relative;
    min-height: 1013px;
    background: url(./bg2.jpg)no-repeat 50%;
    padding-top: 110px;
    padding-bottom: 150px;
    margin-bottom: 200px
}

.screen3 .container {
    position: relative
}

.screen3 .right {
    float: right;
    width: 600px;
    text-align: center
}

.screen3-title {
    font-family: roboto condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 25px
}

.screen3 .right span {
    display: inline-block;
    color: #3c3b3a;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 470px
}

.photo-block {
    font-size: 0;
    text-align: center
}

.photo-block img {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    height: 143px;
    border: 4px solid #e9e9ea
}

.screen3 .bottom-text {
    font-size: 14px;
    line-height: 18px;
    color: #3c3b3a;
    text-align: center;
    font-weight: 700;
    max-width: 460px;
    display: block;
    margin: auto;
    margin-top: 25px
}

.screen3-product {
    position: absolute;
    bottom: -295px;
    left: 100px
}

.screen3-product:before {
    position: absolute;
    content: "";
    display: block;
    background: url(./centimeter.png)no-repeat 50%;
    left: -288px;
    bottom: 0;
    width: 303px;
    height: 215px
}

.screen3-arrow {
    position: absolute;
    bottom: -15px;
    right: 390px;
    background: url(./arrow-bg2.png)no-repeat 50%;
    width: 610px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

.screen3-arrow p {
    position: relative;
    z-index: 999999;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    max-width: 455px;
    display: block;
    margin: auto;
    text-transform: uppercase;
    color: #fff
}

.screen4 {
    padding-bottom: 70px
}

.screen4-title {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px
}

.screen4 .second-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 65px
}

.screen4 .second-title span {
    color: #fc4200;
    display: inline-block;
    position: relative
}

.screen4 .second-title span:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    background: #fc4200;
    height: 2px
}

.screen4 .inner {
    position: relative
}

.screen4 .inner:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: #f60;
    height: 100%;
    width: 1px
}

.screen4 .inner:after {
    position: absolute;
    display: block;
    content: "VS";
    left: 0;
    right: 0;
    margin: auto;
    background: #f60;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 35%;
    color: #fff;
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
    font-size: 24px
}

.screen4 .inner .left {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: bottom
}

.screen4 .inner {
    font-size: 0;
    text-align: center
}

.screen4 .inner .right {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: bottom
}

.screen4 .inner .left img,
.screen4 .inner .right img {
    margin: auto;
    display: block;
    margin-top: -95px
}

.screen4 .inner .right img {
    margin-left: 115px
}

.screen4 .text1 {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    max-width: 155px;
    text-align: center;
    position: relative
}

.screen4 .text2 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #333;
    max-width: 150px;
    text-align: center;
    position: relative
}

.screen4 .left .text1 {
    top: 15px;
    left: 100px
}

.screen4 .left .text2 {
    bottom: -100px;
    left: 45px
}

.screen4 .right .text1 {
    top: -100px;
    right: 235px;
    position: absolute
}

.screen4 .right .text2 {
    top: -25px;
    right: -10px;
    position: absolute;
    max-width: 175px
}

.screen4 .right .text2 span {
    text-transform: uppercase;
    font-style: italic
}

.screen5 {
    position: relative;
    padding-bottom: 180px;
    margin-bottom: 15px
}

.screen5 .left {
    float: left;
    width: 550px
}

.screen5 .right {
    float: right;
    width: 550px;
    text-align: left
}

.screen5 .title {
    text-transform: uppercase;
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    color: #333;
    margin-bottom: 30px
}

.screen5 .title span {
    display: inline-block;
    color: #f60;
    text-decoration: underline
}

.screen5 p {
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.screen5 p span {
    color: #ff6701;
    font-weight: 700
}

.screen5 .center-text {
    margin: 30px 0;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 20px
}

.screen5 .right .center-text {
    max-width: 285px
}

.screen5 li {
    font-size: 14px;
    line-height: 20px
}

.screen5 li:nth-child(1) {
    margin-bottom: 25px
}

.screen5 .bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #333
}

.screen5 .bottom-text span {
    display: block;
    color: #ff5e04;
    font-weight: 700
}

.screen6 {
    position: relative;
    min-height: 845px;
    background: url(./bg3.jpg)no-repeat 50%;
    padding-top: 180px;
    margin-bottom: 60px
}

.screen6 .top-text {
    max-width: 620px;
    display: block;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #0283af
}

.screen6 .logo {
    display: block;
    margin: auto;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 90px 0
}

.screen6 .container {
    position: relative
}

.screen6 .product {
    position: absolute;
    left: 100px;
    bottom: -300px;
    height: 350px
}

.screen7 .print {
    display: block;
    margin: auto;
    margin-bottom: 35px
}

.screen7 .title {
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 60px;
    max-width: 750px;
    display: block;
    margin: auto;
    margin-bottom: 35px
}

.screen7 .top-text {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    color: #333;
    margin-bottom: 50px
}

.screen7 .top-text span {
    color: #ff5e04;
    display: block
}

.screen7 .product {
    display: block;
    margin: auto;
    margin-bottom: 35px
}

.screen7 .second-title {
    color: #f60;
    font-size: 32px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center
}

.screen7 span.text {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center
}

.screen7 p {
    font-size: 14px;
    color: #666;
    max-width: 765px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    text-align: center
}

.third-title {
    color: #666;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
    text-align: center
}

.screen7 {
    padding-bottom: 25px
}

.screen7-list {
    max-width: 350px;
    display: block;
    margin: auto;
    margin-bottom: 80px
}

.screen7-list li {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px
}

.button-second {
    max-width: 370px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 5px 21px;
    display: block;
    margin: auto;
    margin-top: 80px;
    background: #f60;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    transition: .5s
}

.button-second:hover {
    opacity: .8
}

.screen8 {
    min-height: 847px;
    background: url(./222.jpg)no-repeat 50%;
    margin-bottom: 65px
}

.screen8 .inner {
    padding-top: 300px;
    font-size: 0;
    text-align: center
}

.screen8 .left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px
}

.screen8 .left img {
    width: 250px
}

.screen8 .right {
    max-width: 470px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 40px
}

.screen8 .right-top {
    color: #f60;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 350px
}

.screen8 .right-bottom {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left
}

.screen8 .right-bottom span {
    font-weight: 700;
    display: block
}

.screen9 {
    margin-bottom: 40px
}

.screen9 .inner {
    text-align: left
}

.screen9 .left {
    width: 665px;
    float: left
}

.screen9 .left .title {
    font-size: 30px;
    color: #f60;
    text-transform: uppercase;
    margin-bottom: 30px
}

.screen9 .left .title span {
    text-transform: capitalize
}

.bold-t {
    font-size: 14px;
    color: #333;
    font-weight: 700
}

.screen9 .left p:nth-child(2) {
    margin-bottom: 25px
}

.screen9 .left p:nth-child(3) {
    margin-bottom: 40px
}

.screen9 .left p:nth-child(5) {
    margin-bottom: 25px
}

.screen9 .left p {
    font-size: 14px;
    line-height: 19px;
    color: #666
}

.screen9 .right {
    float: right;
    width: 365px
}

.screen9 .right img {
    height: 420px;
    display: block;
    margin: 0 auto 25px
}

.screen9 .right span {
    text-align: center;
    color: #999;
    font-size: 11px;
    line-height: 19px;
    display: inline-block
}

.screen10 {
    min-height: 840px;
    background: url(./bg5.jpg)no-repeat 50%;
    font-family: cuprum, sans-serif
}

.screen10 .title {
    font-size: 60px;
    text-transform: uppercase;
    color: #455157;
    text-align: center;
    margin-bottom: 10px
}

.screen10 .second-title {
    text-align: center;
    font-size: 36px;
    color: #455157;
    text-transform: uppercase;
    margin-bottom: 75px
}

.screen10 .inner {
    padding-top: 180px
}

.print-block {
    font-size: 0;
    text-align: center
}

.print-block img {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px
}

.print-block img:last-child {
    margin-right: 0
}

.screen11 {
    margin-top: -265px
}

.screen11 .title {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-size: 60px
}

.screen11 .second-title {
    color: #333;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px
}

.screen11 .second-title span {
    color: #f60
}

.screen11-image {
    display: block;
    margin: auto
}

.screen11 .comments-block {
    position: relative;
    font-size: 0;
    text-align: left;
    max-width: 630px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

.screen11 .comments-block .left {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    margin-right: 12px
}

.screen11 .comments-block .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%
}

.screen11 .comments-block .right .text {
    font-size: 13px;
    line-height: 17px;
    color: #0f1419;
    text-align: left
}

.screen11 .comments-block .right .text .name {
    color: #0f1419;
    font-weight: 700;
    display: inline-block
}

.screen11 .comments-block .right .text .date {
    color: #0f1419;
    font-weight: 400;
    display: inline-block
}

.screen11 .comments-block .right .text span:last-child {
    display: block
}

.screen11 .comments-block .bottom {
    max-width: 440px;
    font-size: 0;
    text-align: left;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.screen11 .comments-block .bottom .bottom__item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.screen11 .comments-block .bottom .bottom__item img {
    max-width: 19px;
    min-height: 19px
}

.screen11 .comments-block .bottom .bottom__text {
    font-size: 13px;
    color: #0f1419;
    display: inline-block;
    padding-left: 8px
}

.screen11 .comments-block .bottom span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #385898;
    font-size: 12px;
    margin-right: 12px
}

.screen11 .comments-block .bottom span:after {
    display: block;
    position: absolute;
    content: "";
    background: #385898;
    right: -7px;
    top: 6px;
    width: 2px;
    height: 1px
}

.screen11 .comments-block .item {
    border-top: 1px solid #eff3f4;
    border-top: 1px solid #eff3f4;
    padding: 12px 0
}

.screen11 .comments-block .bottom span:last-child {
    margin-right: 0
}

.screen11 .comments-block .bottom span:last-child:after {
    display: none
}

.screen11 .like {
    position: absolute;
    font-size: 11px;
    color: #969ba4;
    background: url(./like.png)no-repeat 50%;
    height: 42px;
    width: 35px;
    right: 2px;
    bottom: 2px
}

.screen11 .comments-block .item:nth-child(3) .like {
    background: url(./like2.png)no-repeat 50%;
    width: 50px
}

.screen11 .like span {
    position: absolute;
    top: 14px;
    right: 8px
}

.screen11 .comments-block .smile {
    margin-left: 5px;
    margin-bottom: -2px
}

.screen11 .comments-block .update {
    display: block;
    font-size: 13px;
    margin: 5px 0;
    font-family: arial narrow, Arial, sans-serif
}

.screen11 .comments-block .item:nth-child(2) .right,
.screen11 .comments-block .item:nth-child(3) .right,
.screen11 .comments-block .item:nth-child(6) .right {
    width: 90%
}

.screen11 .comments-block .item:nth-child(7) .like span {
    right: 5px
}

.footer {
    min-height: 1030px;
    background: url(./bg6.jpg)no-repeat 50%;
    margin-bottom: 190px
}

.footer .top-text {
    font-size: 30px;
    color: #fff;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    max-width: 470px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 100px
}

.footer .container {
    padding-top: 145px
}

.footer .right {
    position: relative;
    float: right
}

.footer .right:after {
    position: absolute;
    content: "";
    display: block;
    background: url(./arrow.png)no-repeat 50%;
    width: 138px;
    height: 397px;
    right: -25px;
    top: 205px
}

.footer .title {
    text-transform: uppercase;
    font-size: 111px;
    color: #5c157a;
    font-family: roboto condensed, sans-serif;
    font-weight: 700;
    font-style: italic
}

.footer .product {
    display: block;
    margin: auto;
    margin-top: 25px;
    height: 350px
}

.footer .button-second {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 520px
}

.footer .print-block {
    max-width: 520px;
    display: block;
    margin: auto
}

.mobile {
    display: none
}

@media screen and (max-width:1550px) {
    .screen3 {
        background-size: cover
    }

    .screen3-arrow {
        right: 250px
    }
}

@media screen and (max-width:1169px) {
    .header-arrow {
        left: -155px
    }

    .container {
        padding: 0 10px
    }

    .screen3-arrow {
        right: 30px
    }

    .screen4 .left .text2 {
        left: 15px
    }

    .screen4 .right .text2 {
        max-width: 160px
    }

    .screen5 .left,
    .screen5 .right {
        width: 45%
    }

    .screen9 .left {
        width: 50%
    }

    .screen11 .comments-block {
        margin-top: 40px
    }

    .screen11 {
        margin-top: -310px
    }

    .screen10 .second-title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1124px) {
    .screen11 {
        margin-top: -330px
    }

    .screen10 .second-title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1023px) {
    .header-print {
        display: none
    }

    .mobile {
        display: block
    }

    .header {
        background: url(./bg1-mob.jpg)no-repeat top;
        min-height: auto
    }

    .header-top .text {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px
    }

    .header-top .text p:nth-child(1) {
        font-size: 20px;
        margin-bottom: 5px
    }

    .header-top .text p:nth-child(2) {
        font-size: 23px
    }

    .header-top .basic-title {
        font-size: 56px
    }

    .form-wrapper {
        float: none;
        margin: auto
    }

    .header-top {
        margin-bottom: 20px
    }

    .header .container {
        padding: 0
    }

    .container {
        max-width: 320px;
        padding: 0 15px
    }

    .header-list {
        display: none
    }

    .header-list.mobile {
        display: block;
        float: none;
        margin-top: -110px
    }

    .header-list:before {
        display: none
    }

    .top-product {
        height: 205px;
        display: block;
        margin: auto
    }

    .header-list li h3 {
        font-size: 12px
    }

    .header-list li p {
        font-size: 10px
    }

    .header-list li:before {
        background-size: 65px;
        left: -5px;
        top: 10px
    }

    .header-list li {
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 65px;
        padding-right: 10px;
        background-size: 110% 100%
    }

    .header-print.mobile {
        display: block;
        float: none
    }

    .header-print {
        margin: 20px 0
    }

    .header-print img {
        height: 75px
    }

    .header-arrow {
        display: none
    }

    .screen2 .left {
        float: none;
        width: 100%
    }

    .screen2 {
        padding-top: 45px;
        padding-bottom: 0
    }

    .screen2 .left .screen2-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .screen2 .left span {
        margin-bottom: 20px
    }

    .screen2 .right img {
        padding-left: 0;
        width: 285px
    }

    .screen2 .right {
        float: none;
        width: 100%
    }

    .screen3 {
        background: url(./bg2-mob.jpg)no-repeat 50%;
        padding-top: 0;
        padding-bottom: 170px;
        margin-bottom: 115px;
        background-size: cover
    }

    .screen3-title {
        font-size: 36px;
        line-height: 45px;
        text-align: center;
        min-height: auto;
        margin-bottom: 20px;
        padding: 0 15px
    }

    .screen3 .right {
        float: none;
        width: 100%;
        padding-top: 80px
    }

    .screen3 .container {
        padding: 0
    }

    .screen3 .right span {
        font-size: 18px;
        margin-bottom: 32px;
        padding: 0 15px
    }

    .screen3 .bottom-text {
        padding: 0 15px;
        margin-top: 35px;
        margin-bottom: 25px
    }

    .photo-block img:nth-child(3),
    .photo-block img:nth-child(6),
    .photo-block img:nth-child(9) {
        display: none
    }

    .photo-block img {
        width: 50%;
        border: 1px solid #e9e9ea
    }

    .screen3-product img {
        height: 185px;
        display: block;
        margin: auto
    }

    .screen3-product {
        bottom: -185px;
        left: 0;
        right: 0;
        margin: auto
    }

    .screen3-product:before {
        left: -118px;
        bottom: -70px;
        background-size: 145px
    }

    .screen3-arrow p {
        font-size: 14px;
        line-height: 17px;
        max-width: 215px
    }

    .screen3-arrow {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 290px;
        background-size: contain;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -110px
    }

    .screen3-arrow:after {
        right: -45px;
        bottom: -55px;
        background-size: 60px
    }

    .screen4-title {
        font-size: 25px;
        margin-bottom: 30px
    }

    .screen4 .second-title {
        font-size: 18px
    }

    .screen4 .inner .left,
    .screen4 .inner .right {
        display: block;
        width: 100%
    }

    .screen4 .inner .left img,
    .screen4 .inner .right img {
        margin-top: 0
    }

    .screen4 .second-title {
        margin-bottom: 20px
    }

    .screen4 .inner:after,
    .screen4 .inner:before {
        display: none
    }

    .screen4 .left .text1 {
        top: 120px;
        left: 0
    }

    .screen5 .left {
        display: none
    }

    .screen4 .mobile .title {
        text-transform: uppercase;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin-bottom: 20px;
        margin-top: 70px
    }

    .screen4 .mobile .title span {
        display: inline;
        color: #f60;
        text-decoration: underline
    }

    .screen4 .mobile p {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-align: left
    }

    .screen4 .mobile .center-text {
        margin: 20px 0;
        font-size: 16px;
        text-align: left;
        font-weight: 700
    }

    .screen4 .mobile li {
        font-size: 14px;
        color: #333;
        text-align: left
    }

    .screen4 .mobile li:nth-child(1) {
        margin-bottom: 25px
    }

    .screen4 .inner .left img {
        max-width: 240px;
        margin-left: 65px;
        margin-top: 20px
    }

    .screen5 .left,
    .screen5 .right {
        display: none
    }

    .screen5 .bottom-text {
        font-size: 18px;
        line-height: 25px;
        position: relative;
        bottom: auto
    }

    .screen5 .bottom-text span {
        font-size: 32px;
        padding-top: 12px
    }

    .screen6 .logo {
        font-size: 50px;
        padding: 60px 0
    }

    .screen6 .product {
        position: absolute;
        left: 0;
        bottom: -390px;
        height: 345px;
        right: 0;
        margin: auto
    }

    .screen6 .top-text {
        display: none
    }

    .screen6 {
        padding-top: 70px;
        min-height: 621px;
        background: url(./bg3-mob.jpg)no-repeat 50%
    }

    .screen4 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .screen4 .inner {
        margin-top: -105px
    }

    .screen4 .left .text2 {
        left: 0;
        bottom: -265px;
        max-width: 90%;
        text-align: left
    }

    .screen4 .inner .right {
        margin-top: 230px
    }

    .screen4 .container {
        position: relative
    }

    .screen4 .right .text1 {
        top: -100px;
        left: 0;
        position: relative
    }

    .screen4 .inner .right img {
        margin-top: -135px
    }

    .screen4 .right .text2 {
        max-width: 90%;
        text-align: left;
        right: auto;
        left: 15px;
        top: 75px
    }

    .screen5 {
        padding-bottom: 0
    }

    .screen7 {
        padding-top: 45px;
        padding-bottom: 0
    }

    .screen7 .title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px
    }

    .screen7 .top-text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px
    }

    .screen7 .product {
        height: 200px;
        margin-bottom: 25px
    }

    .screen7 .second-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0
    }

    .screen7 span.text {
        margin-bottom: 24px;
        padding-left: 0
    }

    .screen7-list {
        padding-left: 0;
        margin-bottom: 32px
    }

    .screen7 p,
    .third-title {
        padding-left: 0
    }

    .button-second {
        margin-top: 0;
        font-size: 18px;
        max-width: 280px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }

    .screen8 {
        min-height: 790px;
        background: url(./bg4-mob.jpg)no-repeat 50%;
        margin-bottom: 0
    }

    .screen8 .left img {
        margin: auto;
        display: block
    }

    .screen8 .left {
        display: block;
        margin-right: auto
    }

    .screen8 .inner {
        padding-top: 145px
    }

    .screen8 .right {
        padding-top: 55px
    }

    .screen8 .right-top {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px
    }

    .screen8 .right-bottom {
        font-size: 18px;
        text-align: center
    }

    .screen9 .left {
        float: none;
        width: auto
    }

    .screen9 .left .title {
        font-size: 18px;
        margin-bottom: 23px
    }

    .screen9 .left .title span {
        display: block
    }

    .screen9 .left p:nth-child(3) {
        margin-bottom: 23px
    }

    .screen9 .right img {
        height: 210px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 35px;
        margin-bottom: 20px
    }

    .screen9 .right {
        float: none;
        width: 100%
    }

    .screen9 .right span {
        margin-bottom: 27px
    }

    .screen9 {
        margin-bottom: 0
    }

    .screen10 {
        min-height: 510px;
        background: url(./bg5-mob.jpg)no-repeat 50%;
        background-size: cover
    }

    .screen10 .inner {
        padding-top: 140px
    }

    .screen10 .title {
        font-size: 34px;
        margin-bottom: 15px
    }

    .screen10 .second-title {
        font-size: 18px;
        margin-bottom: 30px
    }

    .print-block img {
        height: 73px;
        margin-right: 20px
    }

    .screen11 {
        margin-top: 0
    }

    .screen11 .title {
        font-size: 30px;
        margin-bottom: 25px;
        margin-top: 30px
    }

    .screen11 .second-title {
        font-size: 18px;
        margin-bottom: 30px
    }

    .screen11-image {
        margin-bottom: 45px
    }

    .screen11 .comments-block .item:nth-child(2) .right,
    .screen11 .comments-block .item:nth-child(3) .right,
    .screen11 .comments-block .item:nth-child(6) .right {
        width: 70%
    }

    .screen11 .like {
        display: none
    }

    .footer {
        min-height: 471px;
        background: url(./bg6-mob.jpg)no-repeat 50%;
        background-size: cover;
        margin-bottom: 25px
    }

    .footer .container {
        padding-top: 110px
    }

    .footer .right {
        float: none
    }

    .footer .top-text {
        font-size: 19px;
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px
    }

    .footer .title {
        font-size: 49px;
        text-align: center;
        margin-bottom: 35px
    }

    .footer .product {
        height: 210px;
        margin-bottom: 30px
    }

    .footer .button-second {
        font-size: 20px;
        padding: 20px 5px
    }

    .footer .right:after {
        right: -25px;
        top: 45px;
        background-size: 95px
    }

    .screen4 .inner .left:after {
        position: absolute;
        content: "";
        display: block;
        background: url(./vs.png)no-repeat 50%;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -100px;
        width: 290px;
        height: 56px
    }
}