html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
font,
dl,
dt,
dd,
li, ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body { 
  line-height: 1;
    background-color: #f5f5f5;
    overflow-x: hidden;
}
.fullpage-wrapper{
    overflow: hidden;
}
.newbuy-btn{
    background: #ee3224;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    border-radius: 30px;
    position: absolute;
    display: block;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -80px;
}
.buy-btn{
    background: #ee3224;
    padding: 5px 10px;
}
header .navigation .buy-btn{
    color: #fff;
}
header.menu .navigation .buy-btn{
    background: transparent;
    color: #ffffff;
    position: relative;
}
header.menu .navigation .buy-btn:after{
    content: '';
    display: block;
    background: #ee3224;
    width: 120px;
    height: 62px;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
}
header .navigation .buy-btn:hover {
    color: #ffe177;
}
@media screen and (max-width:768px) {
    header.menu .navigation .buy-btn:after{
        display: none;
    }
    header .navigation .buy-btn:hover {
        color: #ee3224;
    }
    .newbuy-btn {
        font-size: 19px;
    }
}

ol {
  list-style-position: inside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  outline: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img,
a img {
  border: none;
  vertical-align: middle;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #252429;
}

li {
    list-style-type: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
    left: 0;
    top: 0;
}

/*-----------------HEADER-----------------*/
header {
    position: fixed;
    z-index: 2;
    width: 100%;
}
header .content {
    padding: 40px 20px 35px;
}
header img, .navigation .lang, .navigation nav {
    float: left;
}
header .navigation {
    float: right;
    margin-top: 15px;
}
header nav ul li{
    float: left;
    margin-right: 60px;
}
header .navigation a{
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    color: #252429;
}
header .navigation a:hover{
    color: #ee3224;
}
.lang a.active {
    color: #ee3224;
}
.lang a:last-child {
    margin-left: 18px;
    position: relative;
}
.lang a:last-child::before {
    border-left: #252429 1px solid;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    height: 19px;
}
.menu {
    background-image: linear-gradient(-13deg, #fbb44d 0%, #ef5946 100%); 
}
.menu .logo {
    width: 39px;
}
header.menu .content {
    padding: 11px 20px;
}
header.menu .navigation {
    margin-top: 11px;
}
.navigation .hamburger {
    float: left;
    margin-left: 20px;
    display: none;
}
.navigation nav .close-btn {
    display: none;
}
/*-----------------HEADER-END-----------------*/

/*-----------------MAIN-----------------*/
body {
    background-color: #fff;
}
.content {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.section.first .content {
    padding: 130px 20px 0;
    position: relative;
}
.section.first {
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: cover;
    position: relative;
}
.section.first p {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.1;
}
.section.first .reason {
    padding: 40px 0 0 40px;
    display: inline-block;
    max-width: 170px;
    vertical-align: top;
}
.section.first .symptoms {
    display: inline-block;
    max-width: 250px;
    margin-left: 300px;
}
.symptoms .block, .result-text .block {
    border-bottom: 1px solid #ed4721;
    padding: 5px;
}
.symptoms .block:last-child, .result-text .block:last-child {
    border: none;
}
.symptoms .block p {
    font-size: 16px;
    margin-left: 10px;
}
.symptoms .block img, 
.symptoms .block p, 
.right-block .block .choise, 
.right-block .block p,
.left-block .result,
.action .action-block,
.action img,
.left-block>img {
    display: inline-block;
}
.symptoms .block img, 
.symptoms .block p,
.right-block .block .choise,
.action .action-block,
.action img,
.right-block .block p {
    vertical-align: middle;
}
.section.first .big-h {
    position: relative;
    z-index: 1;
}
.section.first .big-h h5{
    margin-left: 40px;
    font-size: 199px;
    font-weight: 500;
    color: #ffcb15;
    line-height: 0.9;
}
.section.first .recap {
    margin-top: 35px;
    padding-left: 40px;
    max-width: 380px;
}
.section.first h6 {
    color: #ed9d1d;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section.first .recap p span{
    font-weight: 500;
    color: #ed9d1d;
}
.section.first .woman-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.section.first .question {
    position: absolute;
    right: 398px;
    bottom: 3%;
}
.section.first #svg-line {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 320px;
    height: 750px;
}
.section.first #svg-line-2 {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 320px;
    height: 490px;
    display: none;
}
.section .content {
    padding-top: 50px;
}
.section.second .content h1 {
    margin-bottom: 50px;
}
.section .content h1 {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
}
.right-block {
    float: right;
}
.left-block {
    float: left;
}
.right-block.test {
    width: 43%;
}
.left-block.test {
    width: 50%;
}
.left-block .result {
    vertical-align: top;
    margin-right: 90px;
}
.result .result-number {
    font-size: 160px;
    background-color: #ffcb15;
    position: relative;
    width: 383px;
    padding: 28px 0;
    text-align: center;
    margin: 80px 0 60px;
}
.result-number .result-percent {
    position: absolute;
    top: -35px;
    right: -40px;
    font-size: 53px;
    font-weight: 300;
    border: 6px solid #f4a11e;
    background-color: #fff;
    padding: 12px 19px;
}
.result .result-text p {
    font-size: 26px;
    margin-left: 45px;
    line-height: 1.9;
}
.right-block h2 {
    font-size: 36px;
    text-align: left;
}
.second .right-block .block {
    margin: 30px 0;
}
.right-block .block p {
    font-size: 16px;
    margin-left: 20px;
}
.block .choise {
    position: relative;
}
.block .choise .radio-content{
    position: absolute;
    top: 8px;
    left: 9px;
    display: none;
}
.block .choise.active .radio-content{
    display: block;
    animation: test 0.5s ease-in-out;
    -webkit-animation: test 0.5s ease-in-out;
}
@keyframes test {  
    0% { transform: scale(0.2); }
    50% { transform: scale(1.2); }
    70% { transform: scale(1); }
    90% { transform: scale(1.1); }
    100% { transform: scale(1); }
   }
   @-webkit-keyframes test {
    0% { transform: scale(0.2); }
    50% { transform: scale(1.2); }
    70% { transform: scale(1); }
    90% { transform: scale(1.1); }
    100% { transform: scale(1); }
   }
.section.third, .section.fifth, .section.seventh {
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: cover;
}
.section.third .mg {
    width: 510px;
    margin: 40px auto 100px;
    text-align: center;
    height: 145px;
    overflow: hidden;
}
.section.third .mg svg, .section.third .mg svg rect{
    width: 510px;
    height: 145px;
}
.mg .shape {
    fill: transparent;
    stroke-dasharray: 615;
    stroke-dashoffset: 105;
    stroke-width: 5px;
    stroke: #ffcb15;
}
.section.third .mg .text{
    position: relative;
    top: -100px;
}
.section.third .mg p{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 500;
}
.section.third .mg p span{
    font-weight: 600;
    font-size: 54px;
    background: linear-gradient(#ef5946, #f7b419);
    -webkit-background-clip: text;
    color: transparent;
}
.section.third .mg p:last-child{
    margin-left: 50px;
    text-align: left;
}
.section.third .block {
    width: 25%;
    display: inline-block;
    margin-right: 12.2%;
    text-align: center;
    vertical-align: middle;
}
.section.third .block.last {
    margin-right: 0;
}
.block .description {
    margin-top: 80px;
}
.block .description svg, .block .description svg rect{
    width: 340px;
    height: 115px;
}
.description .shape {
    fill: transparent;
    stroke-width: 4px;
    stroke: #f4a11e;
}
.description .shape.one {
    stroke-dasharray: 450;
    stroke-dashoffset: 410;
}
.description .shape.two {
    stroke-dasharray: 615;
    stroke-dashoffset: 125;
}
.description .shape.three {
    stroke-dasharray: 450;
    stroke-dashoffset: 410;
}
.block .description .text {
    text-align: left;
    position: relative;
    top: -80px;
}
.block .description .text p{
    margin-left: 45px;
    font-size: 16px;
    line-height: 1.2;
}
.section.third h3 {
    text-align: center;
    margin: 20px 0 0;
    font-size: 33px;
    font-weight: 500;
    background: linear-gradient(to right, #ef5946, #fbdb6f);
    -webkit-background-clip: text;
    color: transparent;
}
.section.fourth {
    position: relative;
}
.section.fourth .content {
    padding-bottom: 55px;
}
.section.fourth .woman-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.section.fourth .block-wrapper {
    margin-top: 145px;
}
.section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect{
    width: 965px;
    height: 495px;
}
.block-wrapper .shape {
    fill: transparent;
    stroke-dasharray: 430 770 1630;
    stroke-dashoffset: 385;
    stroke-width: 5px;
    stroke: #f4a11e; 
}
.block-wrapper>.right-block {
    overflow: hidden;
    height: 495px;
}
.block-wrapper .block-content {
    position: relative;
    top: -450px;
    padding: 0 60px;
}
.block-content .block {
    margin-bottom: 60px;
}
.block-content .block p{
    font-size: 18px;
    line-height: 1.2;
}
.section.fifth .content {
    text-align: center;
}
.section.fifth h4 {
    font-size: 20px;
    margin: 15px 0 50px;
}
.section.fifth .mobile-molecula {
    display: none;
}
.section.fifth .consist {
    padding: 0 70px;
    margin-top: 80px;
}
.section.fifth>img {
    width: 100%;
}
.consist svg, .section.fifth svg rect{
    width: 485px;
    height: 180px;
}
.consist .shape {
    fill: transparent;
    stroke-dasharray: 715;
    stroke-dashoffset: 800;
    stroke-width: 4px;
    stroke: #eea531; 
}
.consist .right-block, .consist .left-block {
    overflow: hidden;
    height: 180px;
}
.consist .right-block .shape {
    stroke-dasharray: 610;
    stroke-dashoffset: 70;
    stroke: #048bb4; 
}
.consist .text {
    position: relative;
    top: -125px;
    text-align: left;
}
.consist .text p {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.2;
}
.consist .text p span {
    font-size: 50px;
    font-weight: 700;
    color: #efa835;
    margin: 0 20px;
}
.consist .right-block .text p span {
    color: #068bb3;
    margin-right: 0;
}
.consist .right-block .text p span.number {
    font-size: 38px;
    margin: 0 20px 0 2px;
    position: relative;
    bottom: -8px;
}
.section.sixth .package {
    max-width: 511px;
    margin: 40px auto;
    position: relative;
}
.section.sixth .section-top{
    margin-top: 60px;
}
.package .pack-mirror{
    position: absolute;
    left: -5px;
    bottom: -190px;
}
.section.seventh {
    background-image: url(../images/bg-7.jpg);
}
.action .action-block {
    height: 115px;
    overflow: hidden;
    margin-left: 30px;
}
.action-block svg, .action-block svg rect{
    width: 290px;
    height: 115px;
}
.action-block .shape {
    fill: transparent;
    stroke-dasharray: 450;
    stroke-dashoffset: -245;
    stroke-width: 4px;
    stroke: #f4a11e; 
}
.section-top .action-block .shape {
    stroke-dasharray: 600;
    stroke-dashoffset: 150;
}
.action-block .text{
    position: relative;
    top: -80px;
    text-align: left;
}
.action-block .text p {
    margin-left: 20px;
    font-size: 17px;
    line-height: 1.2;
}
.section.seventh .content {
    padding-bottom: 50px;
}
.section.seventh .text {
    padding: 0 90px;
    position: relative;
    top: -400px;
}
.text .left-block p {
    font-size: 199px;
    font-weight: 500;
    color: #ffcb15;
}
.text .right-block .block {
    width: 200px;
    border-bottom: 1px solid #ed4721;
}
.text .right-block .block:last-child {
    border: none;
}
.text .right-block .block p {
    font-size: 24px;
    padding: 16px 0;
}
.text .right-block .block p:before {
    display: inline-block;
    width: 18px;
    height: 21px;
    margin-top: -4px;
    margin-right: 20px;
    content: '';
    vertical-align: middle;
    background: url(../images/point.png) 0 0;
}
.section.seventh .svg-block {
    height: 565px;
    overflow: hidden;
    margin: 100px auto 0;
}
.svg-block svg{
    width: 1304px;
    height: 563px;
}
.svg-block #svg-2, .svg-block #svg-3 {
    display: none;
}
.section.first a.down-button {
    position: absolute;
    background: url(../images/arrow-white-bg.png) 0 0;
    width: 48px;
    height: 24px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.section.first a.down-button:before {
    width: 18px;
    height: 10px;
    top: 17px;
    right: 16px;
    content: '';
    background: url(../images/arrow-down.png) 0 0;
    display: inline-block;
    position: absolute;
}
.section.seventh .mobile-bg {
    display: none;
}
#warningImgMob {
    display: none;
}
/*-----------------MAIN-END-----------------*/

/*-----------------FOOTER-----------------*/
footer {
    position: relative;
}
.section.eighth {
    background-image: linear-gradient(-13deg, #fbb44d 0%, #ef5946 100%);
}
/*
footer .info-block-footer {
    background-color: #f16a47;
    display: none;
    height: 20px;
}
footer a.up-button {
    position: absolute;
    background: url(../images/arrow-bg.png) 0 0;
    width: 48px;
    height: 19px;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
footer a.up-button:before {
    width: 18px;
    height: 10px;
    top: 12px;
    right: 16px;
    content: '';
    background: url(../images/arrow-up.png) 0 0;
    display: inline-block;
    position: absolute;
}
footer a.up-button.closed:before {
    background: url(../images/arrow-up-down.png) 0 0;
}
*/
.section.eighth .content{
    padding: 55px 20px 25px;
}
.section.eighth p{
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
}
.section.eighth p span{
    font-size: 13px;
}
.section.eighth p a{
    color: #0856d7;
}
.section.eighth .content p:last-child{
    margin-top: 25px;
}
footer .content{
    padding: 40px 20px;
    text-align: center;
}
footer .content p {
    color: #a8a8a8;
    font-size: 150px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 7px;
}
/*-----------------FOOTER-END-----------------*/

/*-----------------POPUP-14072017-----------------*/

.footer-links {
     webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-top: 20px;
}
.section.eighth .footer-links p {
	cursor:pointer;
    margin: 0 10px;
      color: #0856d7;
    outline: none;
	text-decoration:underline;
	    margin-top: 0px!important;
}
.section.eighth .footer-links p:hover {
    text-decoration: none;
}.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 5000;
    overflow-y: scroll;
}
.overlay-close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5001;
}
.popup {
    position: absolute;
    width: 800px;
    box-sizing: border-box;
    padding: 30px;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    margin-bottom: 50px;
    background: #fff;
    z-index: 5002;
    color: #464646;
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    text-align: justify;
    font-size: 16px;
    border-radius: 10px;
}
.popup-close {
    position: absolute;
    top: 11px;
    right: 6px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.popup-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.popup-content p {
    margin-bottom: 10px;
}
.popup.opened {
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 782px){
.popup {
     width: 94%;
    margin-left: 10px;
    margin-right: 10px;
    left: auto;
}
}

/*-----------------POPUP-END-----------------*/



/*-----------------MOBILE-----------------*/
@media screen and (max-width:1700px) {
    .section.first .woman-1 {
        width: 1100px;
    }
    .section.first .question {
        right: 328px;
        bottom: -35px;
    }
    .section.fourth .woman-2 {
        width: 550px;
    }
}
@media screen and (max-width:1500px) {
    .section.first .woman-1 {
        width: 1000px;
    }
    .section.first .question {
        right: 313px;
        bottom: 0;
        width: 342px;
    }
    .section.fourth .woman-2 {
        width: 450px;
    }
}
@media screen and (max-width:1450px) {
    .section.first #svg-line {
        display: none;
    }
    .section.first #svg-line-2 {
        display: block;
    }
    .section.first .woman-1 {
        width: 750px;
    }
    .section.first .question {
        right: 237px;
        bottom: 2px;
        width: 256px;
    }
    .section.fourth .woman-2 {
        width: 470px;
    }
    .section.first .big-h h5 {
        font-size: 100px;
    }
    .section.first .symptoms {
        margin-left: 100px;
    }
    .section.first .recap {
        margin-top: 20px;
    }
    .section.first h6 {
        font-size: 35px;
    }
    .section.first p {
        font-size: 20px;
        line-height: 1;
    }
    header .content {
        padding: 15px 20px;
    }
    .section.first .content {
        padding: 80px 20px 0;
    }
    .symptoms .block, .result-text .block {
        padding: 5px;
    }
    .symptoms .block p {
        font-size: 16px;
    }
    .section.first .reason p {
        font-size: 28px;
    }
    .body {
        width: 108px;
    }
    .result .result-number {
        font-size: 150px;
        width: 340px;
        padding: 20px 0;
        margin: 60px 0;
    }
    .second .right-block .block {
        margin: 10px 0;
    }
    .result .result-text p {
        font-size: 25px;
        line-height: 1.2;
    }
    .section.second .content h1 {
        margin-bottom: 30px;
    }
    .section .content h1 {
        font-size: 46px;
    }
    .right-block h2 {
        font-size: 30px;
    }
    .left-block .result {
        margin-right: 125px;
    }
    .block .description {
        margin-top: 40px;
    }
    .section.third h3 {
        margin: 0;
    }
    .section.third .mg {
        margin: 20px auto;
    }
    .section.third .block {
        width: 23%;
        margin-right: 14.5%;
    }
    img.dyk {
        height: 100px;
    }
    .section.third .mg svg, .section.third .mg svg rect, .section.third .mg {
        width: 450px;
        height: 120px;
    }
    .section.third .mg .text {
        top: -90px;
    }
    .block .description svg, .block .description svg rect {
        width: 300px;
        height: 90px;
    }
    .block .description .text {
        top: -65px;
    }
    .block .description .text p {
        font-size: 16px;
        line-height: 1;
    }
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block {
        width: 750px;
        height: 400px;
    }
    .block-wrapper .block-content {
        top: -350px;
        padding: 0 30px;
    }
    .section.fourth .block-wrapper {
        margin-top: 90px;
    }
    .section.fourth .content {
        padding-bottom: 20px;
    }
    .block-content .block p {
        font-size: 15px;
        line-height: 1;
        margin-left: 15px;
    }
    img.attention {
        width: 40px;
    }
    .block-content .block {
        margin-bottom: 40px;
    }
    .fifth img.molecula {
        width: 70%;
    }
    .section.fifth .consist {
        margin-top: 60px;
    }
    .consist svg, .section.fifth svg rect, .consist .right-block, .consist .left-block {
        width: 430px;
        height: 120px;
    }
    .consist .text {
        top: -95px;
    }
    .section.fifth h4 {
        font-size: 17px;
        margin: 15px 0;
    }
    .section.sixth .section-top {
        margin-top: 30px;
    }
    .section.sixth .package {
        max-width: 400px;
        margin: 20px auto;
    }
    .section.sixth .package img {
        width: 100%;
    }
    .package .pack-mirror {
        left: 0;
        bottom: -150px;
    }
    .action-block svg, .action-block svg rect, .action .action-block {
        width: 250px;
        height: 90px;
    }
    .action-block .text {
        top: -70px;
    }
    .action-block .text p {
        font-size: 16px;
        line-height: 1;
    }
    img.action {
        height: 110px;
    }
    .svg-block svg, .svg-block svg rect, .section.seventh .svg-block {
        width: 1000px;
        height: 400px;
    }
    .svg-block #svg-1 {
        display: none;
    }
    .svg-block #svg-2 {
        display: block;
    }
    .section.seventh .text {
        top: -285px;
        padding: 0 60px;
    }
    .section.seventh .svg-block {
        margin-top: 55px;
    }
    .text .right-block .block p {
        font-size: 22px;
        padding: 10px 0;
    }
    .text .left-block p {
        font-size: 145px;
    }
    footer .content {
        padding: 30px 20px;
    }
    footer .content p {
        font-size: 110px;
    }
}
@media screen and (max-width:1250px) {
    .section.second .left-block.test, .section.second .right-block.test {
        float: none;
        width: 100%;
    }
    .left-block .result {
        margin-right: 0;
        float: left;
    }
    .left-block .body {
        float: right;
        margin-right: 20%;
    }
    .right-block h2 {
        text-align: center;
    }
}
@media screen and (max-width:1200px) {
    .section.fourth .woman-2 {
        left: -120px;
    }
}
@media screen and (max-width:1100px) {
    .consist {
        text-align: center;
    }
    .consist .right-block, .consist .left-block {
        float: none;
        margin:0 auto 20px;
    }
    .svg-block svg, .svg-block svg rect, .section.seventh .svg-block {
        width: 750px;
        height: 400px;
    }
    .svg-block #svg-2 {
        display: none;
    }
    .svg-block #svg-3 {
        display: block;
    }
}
@media screen and (max-width:900px) {
    .section.sixth .left-block, .section.sixth .right-block {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .section-bottom .right-block .action {
        margin-left: 12px;
    }
    .section-bottom .right-block .action-block {
        margin-left: 45px;
    }
    footer .content p {
        font-size: 110px;
    }
}
@media screen and (max-width:768px) {
    #warningImg {
        display: none;
    }
    #warningImgMob {
        display: block;
    }
    .section.iframe {
        margin-bottom: 50px;
    }
    .section.eighth p{
        font-size: 10px;
    }
    .section.eighth p span{
        font-size: 11px;
    }
    .section.first #svg-line-2 {
        display: none;
    }
    .description .shape.one, .description .shape.three {
        stroke-dasharray: 253;
        stroke-dashoffset: 189;
    }
    .description .shape.two {
        stroke-dasharray: 430;
        stroke-dashoffset: 125;
    }
    .block-wrapper .shape {
        stroke-dasharray: 133 1086 493;
        stroke-dashoffset: 1183;
    }
    .section-top .action-block .shape {
        stroke-dasharray: 450;
        stroke-dashoffset: 150;
    }
    .action-block .shape {
        stroke-dasharray: 250;
        stroke-dashoffset: 701;
    }
    .consist .shape {
        stroke-dasharray: 501;
        stroke-dashoffset: 1115;
    }
    .consist .right-block .shape {
        stroke-dasharray: 261;
        stroke-dashoffset: 605;
    }
    .navigation nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 475px;
        width: 100%;
        background-image: linear-gradient(-13deg, #fbb44d 0%, #ef5946 100%);
        z-index: 1;
        text-align: center;
        padding-top: 150px;
    }
    .navigation nav .close-btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .navigation .hamburger {
        display: block;
    }
    header .logo {
        width: 39px;
    }
    header .content {
        padding: 11px 20px;
    }
    header .navigation {
        margin-top: 11px;
    }
    header nav ul li {
        float: none;
        border-bottom: 1px solid #ed4721;
        width: 200px;
        margin: 0 auto;
        padding: 25px 0;
    }
    header nav ul li:last-child {
        border-bottom: none;
    }
    header .navigation nav a {
        font-size: 18px;
        color: #fff;
    }
    .section.first a.down-button,
    footer .info-block,
    .section.fifth .mobile-molecula {
        display: block;
    }
    footer a.up-button,
    .section.seventh .svg-block, 
    .section.fifth img.molecula {
        display: none;
    }
    .molecula {
        display: none;
    }
    footer .info-block .content {
        padding: 25px 20px;
    }
    footer .content p {
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 0;
        transform: scale(1, 4);
    }
    .section.ninth .content {
        padding: 110px 20px;
    }
    .section.ninth .content p {
        line-height: 1;
    }
    .section .content h1 {
        font-size: 20px;
    }
    .section.seventh {
        background-image: none;
    }
    .section.seventh .mobile-bg {
        display: block;
        width: 100%;
    }
    .section.seventh .content {
        padding-bottom: 0;
    }
/*
    .section .content {
        padding-top: 20px;
    }
*/
    .package .pack-mirror {
        bottom: -100px;
    }
    .section.sixth .content {
        display: flex;
        flex-direction: column;
    }
    .section.sixth .content h1 {
        order: 1;
    }
    .section.sixth .package {
        order: 2;
    }
    .section.sixth .section-top {
        order: 3;
    }
    .section.sixth .section-bottom {
        order: 3;
    }
    img.action {
        height: 52px;
    }
    .section-bottom .right-block .action {
        margin-left: 7px;
    }
    .section-bottom .right-block .action-block {
        margin-left: 36px;
    }
    .consist {
        text-align: center;
    }
    .consist .right-block, .consist .left-block {
        float: none;
        margin:0 auto 20px;
    }
    .section.fifth .mobile-molecula {
        margin: 0 auto;
    }
    .section.fifth .consist {
        margin-top: 40px;
    }
    .section.fourth .woman-2 {
        display: none;
    }
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block {
        width: 430px;
        height: 400px;
    }
    .block-wrapper>.right-block {
        float: none; 
        margin: 0 auto;
    }
    .section.fourth .block-wrapper {
        margin-top: 20px;
    }
    .block-content .right-block, .block-content .left-block {
        float: none;
    }
    .block-content .block p {
        font-size: 12px;
    }
    .block-content .block {
        margin-bottom: 15px;
    }
    img.attention {
        width: 25px;
    }
    .block-wrapper .block-content {
        top: -370px;
        padding: 0px 90px;
    }
    .section.third h3 {
        font-size: 17px;
    }
    .section.third .content {
        padding-bottom: 30px;
    }
    .section.third .mg p {
        font-size: 12px;
    }
    .section.third .mg p:last-child {
        margin-left: 20px;
        text-align: left;
    }
    .section.third .mg p span {
        font-size: 30px;
    }
    .block .description .text p {
        font-size: 12px;
    }
    img.dyk {
        height: 55px;
    }
    .section.third .block img, .section.third .block .description  {
        display: inline-block;
        vertical-align: middle;
    }
    .section.third .block {
        width: 100%; 
        margin-right: 0; 
        display: block;
    }
    .section.third .block .description {
        margin: 0 0 0 20px;
    }
    .section.third .block.last .description {
        margin: 0 0 0 30px;
    }
    .section.third .block.last img {
        margin-left: 10px;
    }
    .result .result-number {
        font-size: 100px;
        width: 300px;
        margin: 15px 0;
    }
    .result-number .result-percent {
        top: -15px;
        right: -15px;
        font-size: 18px;
        border: 2px solid #f4a11e;
        padding: 5px 8px;
    }
    .result .result-text p {
        font-size: 20px;
        line-height: 1;
        margin-left: 20px;
    }
    .section.second .left-block.test {
        margin-bottom: 20px;
    }
    .left-block .body {
        width: 60px;
    }
    .right-block h2 {
        font-size: 20px;
    }
    .section.first .recap {
        display: none;
    }
    .section.first .woman-1 {
        width: 540px;
        right: -150px;
    }
    .section.first .content {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .section.first .symptoms {
        margin-left: 0;
        order: 1;
        max-width: 100%;
    }
    .section.first .reason {
        padding: 20px 0 0 0;
        order: 2;
    }
    .section.first .big-h {
        order: 3;
    }
    .section.first .big-h h5 {
        margin-left: 0; 
        line-height: 1;
    }
    .section.first .question {
        right: 16px;
        bottom: 0px;
        width: 186px;
    }
    .section.fifth .consist {
        padding: 0;
    }
}
@media screen and (max-width:700px) {
    .section.iframe {
        margin-bottom: 100px;
    }
}
@media screen and (max-width:550px) {
    .section.eighth .content p:last-child {
        margin-top: 20px;
    }
    .section.eighth .content {
        padding: 25px 20px;
        padding-top: 170px;
    }
    .section.ninth .content {
        padding: 50px 20px;
    }
    .result .result-number {
        font-size: 60px;
        width: 150px;
        margin: 12px 0;
    }
    .left-block .body {
        margin-right: 10%;
        width: 48px;
    }
    .result .result-text p {
        font-size: 15px;
    }
    .right-block .block p {
        font-size: 14px;
        margin-left: 10px;
    }
    .choise img.radio-btn {
        width: 30px;
    }
    .block .choise img.radio-content {
        width: 20px;
        top: 5px;
        left: 5px;
    }
    .section.third .mg svg, .section.third .mg svg rect, .section.third .mg,
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block,
    .consist svg, .section.fifth svg rect, .consist .right-block, .consist .left-block {
        width: 400px;
    }
    .block-wrapper .block-content {
        padding: 0px 60px;
    }
    .block-content .block {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:500px) {
    footer .content {
        padding: 130px 20px;
    }
    .section.eighth p{
        font-size: 9px;
    }
    .section.eighth p span{
        font-size: 10px;
    }
}
@media screen and (max-width:450px) {
    .section.first .reason p {
        font-size: 18px;
    }
    .section.first .reason {
        max-width: 90px;
        margin-bottom: 20px;
    }
    .section.third .mg svg, .section.third .mg svg rect, .section.third .mg,
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block,
    .consist svg, .section.fifth svg rect, .consist .right-block, .consist .left-block {
        width: 280px;
        height: 70px;
    }
    .block .description svg, .block .description svg rect, 
    .action-block svg, .action-block svg rect, .action .action-block {
        width: 200px;
        height: 70px;
    }
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block {
        height: 420px;
    }
    .section.third .block img, .section.third .block .description {
        vertical-align: top;
    }
    .right-block .block p {
        font-size: 11px;
    }
    .block-wrapper .block-content {
        padding: 0px 25px;
    }
    .section.third .mg .text {
        top: -55px;
    }
    .block .description .text {
        top: -50px;
    }
    .block .description .text p {
        margin-left: 30px;
    }
    .consist .text p {
        font-size: 10px;
        line-height: 1;
        max-width: 48%;
    }
    .consist .text p span {
        font-size: 29px;
        margin: 0 10px;
    }
    .consist .text {
        top: -58px;
    }
    .consist .right-block .text p span.number {
        font-size: 21px;
    }
    .action-block .text p {
        font-size: 11px;
    }
    .action-block .text {
        top: -50px;
    }
    .symptoms .block p {
        font-size: 12px;
    }
}
@media screen and (max-width:400px) {
    .section.first .big-h h5 {
        font-size: 70px;
    }
    .section.first .reason {
        margin-bottom: 85px;
    }
}
@media screen and (max-width:350px) {
    .section.ninth .content {
        padding: 200px 20px;
    }
    footer .content {
        padding: 180px 20px;
    }
    .right-block .block p {
        font-size: 10px;
        margin-left: 5px;
    }
    .block .description .text p {
        font-size: 11px;
        margin-left: 20px;
    }
    .block .description svg, .block .description svg rect,
    .action-block svg, .action-block svg rect, .action .action-block {
        width: 180px;
    }
    .section.third .block .description {
        margin: 0 0 0 15px;
    }
    .section.third .block.last .description {
        margin: 0 0 0 32px;
    }
    .section.third .block.last img {
        margin-left: 15px;
    }
    .block-content .block {
        margin-bottom: 15px;
    }
    .block-wrapper .block-content {
        padding: 0px 30px;
    }
    .section.fourth .block-wrapper svg, .section.fourth .block-wrapper svg rect, .block-wrapper>.right-block {
        height: 380px;
    }
    .block-wrapper .block-content {
        top: -350px;
        padding: 0px 30px;
    }
    .description .shape.one, .description .shape.three {
        stroke-dasharray: 230;
        stroke-dashoffset: 189;
    }
    .description .shape.two {
        stroke-dasharray: 400;
        stroke-dashoffset: 125;
    }
    .block-wrapper .shape {
        stroke-dasharray: 133 1086 493;
        stroke-dashoffset: 1183;
    }
    .section-top .action-block .shape {
        stroke-dasharray: 425;
        stroke-dashoffset: 150;
    }
    .action-block .shape {
        stroke-dasharray: 240;
        stroke-dashoffset: 701;
    }
    .consist .shape {
        stroke-dasharray: 501;
        stroke-dashoffset: 1115;
    }
    .consist .right-block .shape {
        stroke-dasharray: 261;
        stroke-dashoffset: 605;
    }
}
/*-----------------MOBILE-END-----------------*/

/*-----------------ANIMATION-----------------*/
.sympt.item1 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.symptoms-text.item1,
.symptoms-img.item1,
.sympt.item2,
.question,
.header-text {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.symptoms-text.item2,
.symptoms-img.item2,
.sympt.item3,
.body {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.symptoms-text.item3,
.symptoms-img.item3,
.sympt.item4,
.block.risk,
.choise-text{
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.symptoms-text.item4,
.symptoms-img.item4,
.sympt.item5,
.radio-btn,
.risk-text.item1,
.res-number,
.radio-text.item1 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.radio-text.item2 {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s;
}
.symptoms-text.item5,
.symptoms-img.item5,
.risk-text.item2,
.result-percent,
.radio-text.item3 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.radio-text.item4 {
    -webkit-animation-delay: 3.75s;
    animation-delay: 3.75s;
}
.left-text.item1,
.risk-text.item3,
.radio-text.item5 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.radio-text.item6 {
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s;
}
.left-text.item2,
.radio-text.item7 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.radio-text.item8 {
    -webkit-animation-delay: 4.75s;
    animation-delay: 4.75s;
}
.left-text.item3,
.radio-text.item9 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.radio-text.item10 {
    -webkit-animation-delay: 5.25s;
    animation-delay: 5.25s;
}
.left-text.item4,
.radio-text.item11 {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.radio-text.item12 {
    -webkit-animation-delay: 5.75s;
    animation-delay: 5.75s;
}