html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
.clear{
    clear: both;
}
/* body */
body{
    line-height: 1.1;
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto,Arial,sans-serif;
    color: #444;
}
.wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}
.wrapper:after{
    display: block;
    clear: both;
    content: " ";
}

img{
    max-width: 100%;
}
/********/
/*nav*/
.nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #343c8f;
    width: 100%;
    height: 67px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-logo{
    display: inline-block;
    text-align: left;
    font-size: 30px;
    line-height: 33px;
    margin-top: 4px;
    float: left;
    font-weight: 700;
}

.nav .nav-wrapper {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 23px;
    vertical-align: top;
}
.nav .nav-wrapper ul li {
    text-align: right;
    margin: 0 0 0 30px;
    display: inline-block;
    position: relative;
    z-index: inherit;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}


.nav .nav-wrapper ul li.red{
    color: #ef7e7e;
}
.nav-wrapper ul li:hover, .nav-wrapper ul li:focus {
    color: rgba(255,255,255,.7);
}
.nav .nav-wrapper ul li.red:hover{
    color: rgba(255, 78, 78, 0.7);
}
.mobile-nav-open .nav{
    -webkit-transform: translateX(-79%);
    -moz-transform: translateX(-79%);
    transform: translateX(-79%);
}

/*mobile-nav*/
.nav-icon{
    width: 24px;
    height: 21px;
    background: url("../img/nav_icon.png") no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
}
.nav-icon:hover{
    opacity: 1;
}
#mobile-nav{
    display: none;
}
#mobile-nav .nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 79%;
    overflow-y: scroll;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0s .3s linear;
    -moz-transition: opacity 0s .3s linear;
    -o-transition: opacity 0s .3s linear;
    transition: opacity 0s .3s linear;
    border-left: 1px solid #f5f5f5;
    padding-top: 30px;
}
#mobile-nav .nav-wrapper .close{
    width: 15px;
    height: 15px;
    background: url("../img/close.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    opacity: 0.5;
}
#mobile-nav .nav-wrapper .close:hover{
    opacity: 1;
}
#mobile-nav ul li {
    margin: 0;
    line-height: 1em;
    color: #444;
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 0 0 1px 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    padding: 20px;
    font-weight: 700;
}
#mobile-nav ul li:hover{
    color: rgba(80,80,80,.7);
}
#mobile-nav ul li.red{
    color: #e32b53;
}
#mobile-nav ul li.red:hover{
    color: rgba(227, 43, 83, 0.7);
}
.mobile-nav-open #mobile-nav .nav-wrapper{
    opacity: 1;
    -webkit-transition: none .2s linear;
    -moz-transition: none .2s linear;
    -o-transition: none .2s linear;
    transition: none .2s linear;
}
.scroll_to{
    cursor: pointer;
}

/*site-wrapper*/
.overlay {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 4;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-nav-open .overlay {
    -webkit-transform: translateX(-79%);
    -moz-transform: translateX(-79%);
    transform: translateX(-79%);
    display: block;
    opacity: 1;
}
body.mobile-nav-open {
    overflow: hidden !important;
}
.site-wrapper {
    height: 99%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
}
.mobile-nav-open .site-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-79%);
    -moz-transform: translateX(-79%);
    transform: translateX(-79%);
}


/*content*/
.content{
    position: relative;
    font-size: 14px;
    line-height: 1.1;
    background-color: #f5f5f5;
}
#parallax-images {
    background-color: #fff;
    position: relative;
}
#parallax-images .image-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff url("../img/bg_main1.jpg") no-repeat center center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    text-align: center;
}
#parallax-images .image-container img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -200px;
    max-height: 50%;
}
.parallax-item {
    position: relative;
}

.title-desc-wrapper {
    min-height: 100vh;
    padding: 67px 80px 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.title-desc-wrapper>div{
    margin-top: -10%;
}
.title-desc-wrapper h1{
    color: #fff;
    font-size: 100px;
    line-height: 1.1;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 400;
    display: block;
    text-shadow: 1px 1px 6px #373f94;
}


.title-desc-wrapper p{
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
    max-width: 910px;
    font-weight: 700;
    background: rgba(54, 62, 147, 0.2);
    padding: 10px;
}
.title-desc-wrapper .get_cons {
    margin: 10px auto 0;
    display: block;
    max-width: 320px;
}
.arrow_down{
    width: 40px;
    height: 24px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    background: url("../img/arrow_down.png") no-repeat;
}
.block{
    position: relative;
    padding: 120px 0 30px;

}

h1 {
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 30px;
    letter-spacing: 1px;
    position: relative;
    color: #222;
}
h2{
    font-weight: 700;
    font-size: 22px;
    margin: 30px 0 20px;
    letter-spacing: 1px;
    position: relative;
    color: #dd0000;
}
h3{
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0 20px;
    letter-spacing: 1px;
    position: relative;
    color: #222;
}
p{
    font-size: 18px;
    margin: 0 0 15px;
    position: relative;
}
.importants{
    font-size: 20px;
    font-weight: 900;
    background: #8fe8d9;
    padding: 20px;
}
ul li{
    font-size: 18px;
    margin: 0 0 15px 20px;
    list-style: outside disc;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.big{
    font-size: 20px;
}
.bold{
    font-weight: 900;
}
.underline{
    text-decoration: underline;
}
.small{
    font-size: 16px;
}
.red{
    color: #dd0000;
}
.margin_bot{
    margin-bottom: 20px;
}
.show_hidden{
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin: 0 0 15px;
}
.hidden_text .hide_text{
    display: none;
    transition: 0.5s all;
    color: #343c8f;
}
.hidden_text.visible_text .hide_text{
    display: block;
}
.half{
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    text-align: left;
    vertical-align: top;
}

.outline {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #343c8f;
    border-radius: 5px;
    color: #343c8f;
    font-size: 18px;
    font-weight: 700;
    background: #e4e6ff;
}
.row {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.first {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}
.first:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 5px;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #4a452a;
}
.second {
    width: 33%;
    text-align: center;
    float: left;
    padding-right: 1%;
    position: relative;
}
.second:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: -20px;
    left: 50%;
    border-top: 2px solid #4a452a;
}
.second:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    border-left: 2px solid #4a452a;
}
.third {
    width: 34%;
    text-align: center;
    float: left;
    position: relative;
}
.third:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: -20px;
    left: 0;
    border-top: 2px solid #4a452a;
}
.third:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    border-left: 2px solid #4a452a;
}
.fourth {
    width: 33%;
    text-align: center;
    float: left;
    padding-left: 1%;
    position: relative;
}
.fourth:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: -20px;
    left: 0;
    border-top: 2px solid #4a452a;
}
.fourth:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    border-left: 2px solid #4a452a;
}
.fifth {
    width: 50%;
    text-align: center;
    float: left;
    padding-left: 1%;
    position: relative;
}
.fifth:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: -20px;
    left: 50%;
    border-top: 2px solid #4a452a;
}
.fifth:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    border-left: 2px solid #4a452a;
}
.sixth {
    width: 50%;
    text-align: center;
    float: left;
    position: relative;
}
.sixth:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: -20px;
    left: 0;
    border-top: 2px solid #4a452a;
}
.sixth:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    border-left: 2px solid #4a452a;
}

#block2 .bg{
    background: url("../img/bg_main4.jpg") no-repeat center center;
    padding: 30px 200px 30px 30px;
    border-radius: 10px;
    background-size: cover;
    margin: 0 0 15px;
    color: #000;
}
.token__cells-container {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 0 10px;
    justify-content: center;
}

.token__cells-item {
    width: 48%;
    margin: 10px 1%;
    min-width: 200px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.token__cells-item img {
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: -moz-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: -ms-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: -o-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
    margin: -20px 0 0;
}
.token__cells-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.token__cells-item .token__cells-item-div {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
}
.token__cells-item-title {
    text-align: left;
    font-size: 18px;
    padding: 7px 5px;
}

#block3{
    padding: 90px 0 60px;
    overflow: hidden;
    box-shadow: 0 0 4px #868686;
}
#block3 .wrapper{
    padding: 30px;
    background: rgba(255,255,255,0.7);
}
#block3 .bacgr_img{
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bg_main2.jpg") no-repeat center center;
    background-size: cover;
    bottom: 0;
    right: 0;
}
#block3 .bacgr_img img{
    min-width: 1920px;
    width: 100%;
    max-width: none;
    display: block;
    margin: 0 auto;
}
#block3 h1{
    color: #000;
    letter-spacing: 0;
    font-size: 24px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700;
}
#block3 p{
    text-shadow: 0 0 3px #fff;
    font-weight: 500;
    color: #000;
}
#block3 ul li{
    text-shadow: 0 0 4px #fff;
    font-weight: 500;
    color: #000;
}
.get_cons{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #dd0000;
    border-width: 0;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin: 15px 0 0;
}
.get_cons:hover {
    opacity: 0.8;
}
#block4{
    overflow: hidden;
}
#block4 img{
    position: relative;
    float: right;
    margin: 0;
}
#male {
    min-height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg_main10.jpg);
    background-position: center top;
}
#block5{
    padding: 90px 0 60px;
    background: url("../img/probirka2.jpg") no-repeat;
    background-size: cover;
}
#block5 .wrapper {
    padding: 30px;
    background: rgba(255,255,255,0.4);
    margin: 0 auto 40px;
}
#block5 h1 {
    color: #000;
    letter-spacing: 0;
    font-size: 24px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700;
}
#block5 p {
    text-shadow: 0 0 3px #fff;
    font-weight: 500;
    color: #000;
}
#block5 ul li {
    text-shadow: 0 0 3px #fff;
    font-weight: 500;
    color: #000;
}
#block5 p.bold {
    font-weight: 900;
}

.ol{
    font-size: 20px;
    line-height: 1.1;
    padding-left: 100px;
    position: relative;
    margin: 0 0 20px 420px;
    min-height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ol .number{
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 66px;
    font-size: 44px;
    border-radius: 50%;
    border: 2px solid #91b3b3;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -35px 0 0;

}
#anketa{
    padding: 100px 0 80px;
    background: #ddd;
    color: #000;
}
#anketa h1{
    font-size: 34px;
}
#anketa img {
    position: relative;
    float: right;
    margin: 0;
}
#anketa h2{
    color: #000;
}
#anketa p{
    font-size: 16px;
    color: #dd0000;
    max-width: 500px;
    margin: 0 0 15px;
}
#anketa form{
    display: block;
    position: relative;
    max-width: 750px;
}
.form-block{
    width: 49%;
    display: inline-block;
    position: relative;
    text-align: left;
}
#anketa .form-block p{
    margin: 30px 0 5px;
    font-size: 14px;
    color: #666;
}
select,
#anketa input[type="text"] {
    width: 90%;
    max-width: 350px;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#anketa input[type="text"].has-error{
    border: 1px solid #ffcdcd;
    background: #fff3f3;
}
#anketa button[type=button] {
    display: block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #dd0000;
    border-width: 0;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin: 15px 0;
}
#anketa button[type=button]:hover{
    opacity: 0.8;
 }
#block6{
    background: #93d5f8;
    padding-bottom: 60px;
    min-height: 500px;
    overflow: hidden;
    color: #000;
}
#block6 img{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -200px;
}
#block6 .wrapper{
    padding-right: 250px;
}
#block6 h1{
    text-shadow: 1px 1px 3px #fff;
}
#block6 p{
    text-shadow: 0 0 2px #fff;
}
#block6 .hidden_text{
    width: 70%;
}
#block6 .hidden_text p{
    color: #000;
}

.serts {
    width: 139px;
    height: 200px;
    position: relative;
    display: inline-block;
    margin: 0 19px;
    cursor: pointer;

}
.serts img {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 13px 24px 31px 0 rgba(83, 84, 85, 0.18);
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    overflow: auto;
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 438px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 auto;
    top: 20%;
}
.sert .popup__container{
    max-width: 555px;
    top: 3%;
}
.popup__title {
    font-size: 20px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #666;
}

.popup__p {
    display: block;
    vertical-align: top;
    margin-top: 10px;
    opacity: 0.8;
    font-size: 16px;
    text-transform: none;
    line-height: 1.21;
    color: #333;
    margin-bottom: 15px;
}
.popup__s {
    display: block;
    vertical-align: top;
    margin-top: 30px;
    margin-bottom: 0;
}
.popup__s img{
    max-width: 100%;
}

.popup__icon--close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 33px;
    right: 40px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    fill: #8a8a8a;
}

.popup__icon--close:hover {
    transform: rotate(180deg);
}

.popup--hidden {
    display: none;
}
body.open-popup{
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    position: relative;
    margin: 20px auto;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button-prev {
    left: -50px;
    margin-top: 22px;
}

.swiper-button-next {
    right: -50px;
    margin-top: 22px;
}
.problem__container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}

.problem__item {
    border-radius: 4px;

    width: 46%;
    padding: 10px;
    height: 160px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin: 10px 1%;
    overflow: hidden;
}

.problem__item:hover {
    overflow: auto;
    background: #fbfdff;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.1);
}

.problem__item--title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#block7 img{
    margin: 0 0 15px;
}
.italic{
    font-style: italic;
}
#block7 p{
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 10px;
}
#block7 p.lit_name{
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: 500;
}
#footer{
    padding: 90px 0 30px;
}
#footer .wrapper{
    padding-top: 30px;
    border-top:1px solid #ddd;
    font-size: 14px;
    line-height: 1.2;
}
#footer a{
    color: #000;
}
.confidentiality{
    margin: 0 0 30px;
}
.attention{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.landing__buble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.circle {
    border-radius: 100%;
    background: rgba(250, 250, 250,0.3);
    box-shadow: 0 7px 13px 0 rgba(202, 135, 150, 0.12);
    position: absolute;
}
.circle--bg-gray {
    background: rgba(246, 246, 246,0.3);
}

.circle--size-xs {
    width: 61px;
    height: 61px;
}

.circle--size-s {
    width: 104px;
    height: 104px;
}

.circle--size-m {
    width: 162px;
    height: 162px;
}

.circle--size-l {
    width: 201px;
    height: 201px;
}

.circle--size-xl {
    width: 341px;
    height: 341px;
}
.alarm{
    position: relative;
    margin: 15px;
    padding: 15px;
    border: 2px solid #dd0000;
    text-align: center;
}
.alarm h2{
    line-height: 24px;
    margin-top: -32px;
}
.alarm h2 span{
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 10px;
    font-weight: 700;
}
.symptoms{
    margin: 15px 0 20px;
}
.symptoms li {
    list-style: none;
    padding-left: 70px;
    background: url(../img/li.png) no-repeat left 50%;
    min-height: 37px;
}

@media all and (max-width:1200px) {
    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }
}

@media all and (max-width:1000px) {
    .wrapper{
        width: auto;
        max-width: 960px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nav .nav-wrapper ul li.hide_for_small{
        display: none;
    }
    #block5 img{
        width: 300px;
    }
    #block5 .ol{
        margin: 0 0 20px 320px;
    }
    .swiper-container {
        width: 90%;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
    #male{
        background-position: 70% top;
    }
}
@media all and (max-width:797px) {
    .nav .nav-wrapper ul{
        display: none;
    }
    .nav .nav-wrapper .nav-icon{
        display: block;
    }
    #mobile-nav {
        display: block;
        position: relative;
    }
    #parallax-images .image-container{
        background-position: 10% 50%;
    }
    #parallax-images .image-container img {
        bottom: -50px;
    }

    .title-desc-wrapper h1{
        font-size: 90px;
    }
    .token__cells-item {
        width: 98%;
    }
    .half{
        width: 100%;
        margin: 0;
    }
    .symptoms {
        margin: 0;
    }
    .symptoms li{
        display: flex;
        align-items: center;
    }
    #block4 img{
        float: none;
        margin: 20px auto;
        display: block;
    }

    .ol{
        margin: 0 0 20px 0;
    }
    #block5 .wrapper{
        background: rgba(255, 255, 255, 0.65);
    }
    #block6{
        padding: 100px 0 20px;
    }
    #block6 .wrapper{
        padding: 20px;
        background: rgba(255,255,255,0.5);
    }
    #block6 .hidden_text{
        width: 100%;
    }
    #anketa img{
        float: none;
        margin: 0 auto;
        display: block;
    }
    .serts{
        margin: 0 19px 15px;
    }
    .problem__container {
        flex-flow: column;
    }
    .problem__item{
        width: 70%;
    }
    #male{
        background-position: 80% top;
    }

}
@media all and (max-width:630px) {
    .title-desc-wrapper h1{
        font-size: 80px;
    }
    .title-desc-wrapper p{
        font-size: 24px;
    }
    .problem__item{
        width: 90%;
    }
    #male{
        background-position: 70% top;
    }
    .first {
        text-align: left;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .first:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 20px;
        bottom: -20px;
        left: 5px;
        border-left: 2px solid #4a452a;
    }
    .second {
        text-align: left;
        width: 100%;
        padding: 0 0 20px 20px;
    }
    .second:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 5px;
        border-left: 2px solid #4a452a;
        border-top: 0;
    }
    .second:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        top: 24px;
        left: 5px;
        border-left: 0;
        border-top: 2px solid #4a452a;
    }
    .third {
        text-align: left;
        width: 100%;
        padding: 0 0 20px 20px;
    }
    .third:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 5px;
        border-left: 2px solid #4a452a;
        border-top: 0;
    }
    .third:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        top: 24px;
        left: 5px;
        border-left: 0;
        border-top: 2px solid #4a452a;
    }
    .fourth {
        text-align: left;
        width: 100%;
        padding: 0 0 0 20px;
    }
    .fourth:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 24px;
        top: 0;
        left: 5px;
        border-left: 2px solid #4a452a;
        border-top: 0;
    }
    .fourth:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        top: 24px;
        left: 5px;
        border-left: 0;
        border-top: 2px solid #4a452a;
    }
    .fifth {
        text-align: left;
        width: 100%;
        padding: 0 0 20px 20px;
    }
    .fifth:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 5px;
        border-left: 2px solid #4a452a;
        border-top: 0;
    }
    .fifth:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        top: 24px;
        left: 5px;
        border-left: 0;
        border-top: 2px solid #4a452a;
    }
    .sixth {
        text-align: left;
        width: 100%;
        padding: 0 0 0 20px;
    }
    .sixth:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 24px;
        top: 0;
        left: 5px;
        border-left: 2px solid #4a452a;
        border-top: 0;
    }
    .sixth:after {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 1px;
        top: 24px;
        left: 5px;
        border-left: 0;
        border-top: 2px solid #4a452a;
    }

}
@media all and (max-width:500px) {
    #parallax-images .image-container img {
        max-width: 90%;
        left: 5%;
        margin: 0;
        bottom: -20px;
    }
    .title-desc-wrapper h1{
        font-size: 50px;
    }
    .form-block{
        width: 100%;
        text-align: center;
    }
    #anketa .form-block p{
        margin: 15px 0 5px;
    }
    .serts{
        margin: 0 19px 20px 19px;
    }
    #anketa{
        text-align: center;
    }
    #anketa img {
        position: relative;
        float: none;
        margin: 15px auto;
        display: block;
    }
    #anketa button[type=button]{
        margin: 15px auto;
    }
}

@media all and (max-height:800px) and (min-width: 800px) {
    .title-desc-wrapper h1{
        font-size: 60px;
    }
    .title-desc-wrapper p{
        font-size: 28px;
        letter-spacing: -1px;
        max-width: 500px;
        margin: 0 auto;
    }
    #parallax-images .image-container img{
        max-width: 45%;
        bottom: -50px;
    }
}
@media all and (max-height:500px) and (min-width: 630px) {
    .title-desc-wrapper h1{
        font-size: 60px;
    }
    .title-desc-wrapper p{
        font-size: 24px;
        letter-spacing: -1px;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media all and (max-height:500px){
    .title-desc-wrapper h1 {
        font-size: 54px;
    }
}