/*Connecting fonts*/

/*Specixfication*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

header, div, p, form, input, a, span, button {
	box-sizing: border-box;
}

li {
	display: block;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	font-size: 35px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	margin: 0;
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	color: #000;
}

h3 {
	margin: 0;
	font-size: 25px;
	color: #000;
	font-weight: 700;
}

h4{
	margin: 0;
	font-size: 20px;
	color: #000;
}

h5{
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	color: #000;
	margin: 0;
}

a, a:hover, a:active a:focus {
	text-decoration: none;
	outline: none;
}

a, button, input {
	transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active{
	outline: none;
}

img{
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.container-fluid_plain{
	padding: 0;
}

/*Start*/

.btn, .btn:hover, .btn:focus, .btn:active{
    outline: none;
    box-shadow: none;
    color: white;
    border: 0px;
    border-radius: 0px;
}
a, a:hover, a:focus, a:active{
    outline: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    color: #757575;
}



.form__error::-webkit-input-placeholder{
  color: red;
}

.form__error::-moz-input-placeholder{
  color: red;
}
.form__error:-moz-input-placeholder{
  color: red;
}
.form__error:-ms-input-placeholder{
  color: red;
}



.header{
	color: #000;
	text-align: center;
}
/*------------------------------------------------------------------*/

.header__terms, .header__item,.header__italic{
    font-size: 20px;
	text-align: justify;
	margin-bottom: 20px;
	color: #555b61;
}
.header__title{
	margin: 35px auto;
	color: #555b61;
}
.header__italic{
	font-style: italic;

}

/*------------------------------------------------------------------*/
.one__title{
	font-size: 50px;
}
.one__text{
	font-size: 20px;
}
.one__img{
	width: 45%;
	margin: auto;
}
.one__text2{
	font-size: 25px;
}
.one__button{
	margin: auto; 
	margin-bottom: 112px;
	width: 498px;
	background-color: #6117d1;
	color: #fff;
	font-size: 37px;
	border: 0px;
}
.one__span{
	color: #fd1111;
	text-transform: uppercase;
}

.one__title, .one__text, .one__img, .one__text2{
	margin-bottom: 24px;
}
.one__text{
	margin-bottom: 3px;
}
.one__device{
    margin-bottom: 12px;
}
/*------------------------------------------------------------------*/
/*.one{
	display: none;
}*/
/*------------------------------------------------------------------*/
.two__title{
	color: #e60000;
	font-size: 50px;
	margin-bottom: 52px;
	padding-top: 20px;
}
.two__text{
    font-size: 25px;
	margin-bottom: 45px;
	font-weight: bold;
}
.two__button{
	margin: auto; 
	margin-bottom: 555px;
	width: 498px;
	background-color: #6117d1;
	color: #fff;
	font-size: 37px;
	border: 0px;
}
/*------------------------------------------------------------------*/
.two{
	display: none;
}
/*------------------------------------------------------------------*/

.three__question-progress{
	margin: 76px 0;
}
.three__label{
	font-size: 25px;
	font-weight: bold;
	margin-right: 30px;
}
.three__num{
	background-color: #6e6e6e;
	color: #fff;
	font-size: 35px;
	padding: 12px 25px;
	margin-right: 15px;
}
.three__num_selected{
	background-color: #6117d1;
}
.three__question{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}
.three__button{
	margin: auto;
	width: 666px;
	color: #fff;
	font-size: 37px; 
	border: 0px;
	display: block;
}
.three__button_yes{
	margin-bottom: 10px;
	background-color: #6117d1;
}

.three__button_no{
	margin-bottom: 470px;
	background-color: #6e6e6e;
}

/*------------------------------------------------------------------*/
.three__question_one{
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.three__question_two{
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.three__question_three{
	display: none;
}
/*------------------------------------------------------------------*/
.three__question_four{
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.three{
	display: none;
}
/*------------------------------------------------------------------*/

.four__title{
	font-size: 35px;
	font-weight: bold;
	margin: 10px 0;
}
.four__option{
	font-size: 25px;
	color: #6d7cfd;
	margin-bottom: 7px;
}
.four__container{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	display: -webkit-flex;
    -webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	margin-bottom: 15px;
}
.four__box{
	padding: 5px 39px;
}
.four__item{
	border: 3px solid #000;
	border-radius: 5px;
	width: 100%;
}
.four__item.selected{
	border: 3px solid #6d7cfd;
	border-radius: 5px;
	width: 100%;
}
.four__caption{
	font-size: 17px;
}
.four__button{
	margin: auto;
	width: 666px;
	color: #fff;
	font-size: 35px; 
	border: 0px;
	display: block;
}
.four__button_yes{
	margin-bottom: 10px;
	background-color: #6117d1;
}

.four__button_skip{
	margin-bottom: 27px;
	background-color: #6e6e6e;
}
/*------------------------------------------------------------------*/
.four__test_one{
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.four__test_two{
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.four__test_three{
	display: none;
}
/*------------------------------------------------------------------*/
.four{
	display: none;
}
/*------------------------------------------------------------------*/
.five__title{
	margin: 15px 0;
    font-size: 25px;
}

.five__img{
	width: 27%;
	margin: 15px auto; 
}
.five__form{
	text-align: left;
	display: flex;
    flex-flow: column;
    width: 67%;
    margin: auto;
	margin-bottom: 38px;
}
.five__label{
	font-size: 27px;
	font-weight: bold;
}
.five__symbol{
	color: #e60000;
	font-size: 34px;
}
.five__text{
    font-size: 17px;
    margin-bottom: 14px;
}
.five__email{
    height: 45px;
    font-size: 18px;
    padding-left: 10px;
}
.five__container{
	margin-bottom: 20px;
}
.five__info{
	font-size: 13px;
	color: #4b4b4b;
}
.five__terms{
	font-size: 13px;
	color: #757575;
}
.five__button{
	margin: auto;
	width: 550px;
	color: #fff;
	font-size: 35px; 
	border: 0px;
	display: block;
	background-color: #6117d1;
	margin-bottom: 20px;
}
/*------------------------------------------------------------------*/
.five{
	display: none;
}
/*------------------------------------------------------------------*/
.six__container{
	background-color: #666666;
	margin-bottom: 74px;
}
.six__title{
	color: #fff;
	background-color: #6117d1;
	padding: 24px 50px;
}
.six__wrapper{
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	padding: 25px 0;
}
.six__img{
	width: 50%;
	padding: 0 25px;
}
.six__box{
	width: 50%;
    padding-right: 25px;
}
.six__text{
	color: #fff;
	text-align: justify;
	font-size: 25px;
	margin-bottom: 104px;
    padding-top: 193px;
}

.six__button{
	margin: auto;
	width: 100%;
	font-size: 35px; 
	border: 0px;
	display: block;
	background-color: #6117d1;
	padding: 17px 0;
}
.six__btn{
	color: #fff;
}

.six__btn, .six__btn:hover, .six__btn:focus, .six__btn:active{
    outline: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    color: #fff;
}
.six{
	display: none;
}

/*------------------------------------------------------------------*/
.footer__terms, .footer__privacy{
	font-size: 15px;
	color: #737373;
}
/*------------------------------------------------------------------*/


/*Media Requests*/

/*PC*/
/*1423x750*/
@media screen and (max-width: 1424px)and (max-height:751px) {
	.one__img {
	    width: 36%;
	}
	.one__button {
	    margin-bottom: 47px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 20px;
	}
	.two__button {
	    margin-bottom: 391px;
	}
	.three__button_no {
	    margin-bottom: 306px;
	}
	.four__title {
	    font-size: 28px;
  		margin-top: 5px;
	    margin-bottom: 0;
	}
	.four__box {
		width: calc(27.3% - 21px);
	}
	.four__option {
	    font-size: 21px;
	}
	.four__button {
	    width: 520px;
	    font-size: 28px;
	}
	.four__container {
	    margin-bottom: 4px;
	}
	.four__button_skip {
	    margin-bottom: 12px;
	}
	.five__title {
	    margin: 5px 0;
	    font-size: 22px;
	}
	.five__img {
	    width: 21%;
	}
	.five__label {
	    font-size: 22px;
	}
    .five__text {
	    font-size: 16px;
	    margin-bottom: 9px;
	}

	.five__form {
	    margin-bottom: 0px;
	}
	.five__button {
	    margin-bottom: 11px;
	}
	.six__text {
	    margin-bottom: 33px;
	    padding-top: 78px;
        font-size: 21px;
	}
	.six__button {
	    font-size: 29px;
	    padding: 11px 0;
	}
	.six__container {
	   	width: 70%;
	    margin: auto;
	    margin-bottom: 105px;
	}
}

/*iPad 12.9.2017*/
/*1366x954 - landscape*/
@media screen and (max-width: 1367px)and (max-height:955px) {
	.one__device {
	    margin-bottom: 34px;
	}
}

/*iPad 12.9.2018*/
/*1366x950 - landscape*/
@media screen and (max-width: 1367px)and (max-height:951px) {

}

/*PC*/
/*1349x618*/
@media screen and (max-width: 1350px)and (max-height:619px) {
	.one__title {
	    font-size: 43px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 14px;
	}
	.one__img {
	    width: 31%;
	}
	.one__text2 {
	    font-size: 17px;
	}
	.one__text{
		margin-bottom: 1px;
	}
	.one__device {
	    margin-bottom: 2px;
	}
	.one__button {
	    margin-bottom: 23px;
	}
	.two__button {
	    margin-bottom: 266px;
	}
	.three__button_no {
	    margin-bottom: 180px;
	}
	.four__container {
		width: 70%;
	    margin: auto;
	    margin-bottom: 42px;
	}
	.five__title {
	    font-size: 20px;
	}
	.five__img {
	    width: 17%;
	}
	.five__email {
	    height: 38px;
	    font-size: 17px;
	}
	.five__button {
	    width: 457px;
	    font-size: 29px;
	}
}

/*Tab4*/
/*1280x679*/
@media screen and (max-width: 1281px)and (max-height:681px) {
	.one__title {
	    font-size: 45px;
	}
	.one__button {
	    margin-bottom: 33px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 8px;
	}
	.one__text{
		margin-bottom: 2px;
	}
	.two__button {
	    margin-bottom: 336px;
	}
	.three__button_no {
	    margin-bottom: 253px;
	}
	.four__container{
		width: 85%;
	    margin: auto;
	    margin-bottom: 20px;
	}
	.four__caption {
	    font-size: 13px;
	}
	.four__button_skip {
	    margin-bottom: 27px;
	}
	.five__img {
	    width: 17%;
	}
	.six__container {
	    margin-bottom: 50px;
	}
	
}

/*PC*/
/*1263x874*/
@media screen and (max-width: 1264px)and (max-height:875px) {
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 14px;
	}
	.one__text{
		margin-bottom: 0px;
	}
	.two__button {
	    margin-bottom: 521px;
	}
	.three__button_no {
	    margin-bottom: 435px;
	}
	.four__box {
		width: calc(33.3% - 20px);
	}
	.four__container {
	    width: 85%;
	    margin: auto;
	}
	.four__button_skip {
	    margin-bottom: 50px;
	}
	.five__img {
	    width: 23%;
    }
	.six__container {	
        width: 78%;
        margin: auto;
        margin-bottom: 165px;
    }
    .six__text {
	    font-size: 20px;
	    margin-bottom: 68px;
	    padding-top: 149px;
	}
	.six__button {
	    font-size: 31px;
	    padding: 8px 0;
	}

}

/*PC*/
/*1263x650*/
@media screen and (max-width: 1264px)and (max-height:651px) {
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 5px;
	}
	.one__title {
	    font-size: 43px;
	}
	.one__text {
	    font-size: 17px;
	}
	.one__img {
	    width: 34%;
	}
	.one__text2 {
	    font-size: 23px;
	}
	.one__button {
	    width: 459px;
	    font-size: 34px;
	    margin-bottom:47px;
	}
	.two__title {
	    font-size: 45px;
	    margin-bottom: 33px;
	}
	.two__text {
	    font-size: 23px;
	    margin-bottom: 40px;
	}
	.two__button {
	    margin-bottom: 336px;
	}
	.three__label {
	    font-size: 23px;
	}
	.three__num {
	    font-size: 26px;
	    padding: 13px 23px;
	    margin-right: 15px;
	}
	.three__question-progress {
	    margin: 62px 0;
	}
	.three__question {
	    font-size: 24px;
	}
	.three__button {
	    width: 589px;
	    font-size: 33px;
	}
	.three__button_no {
	    margin-bottom: 273px;
	}
	.four__container {
	    width: 75%;
	}
	.four__title {
	    font-size: 25px;
	}
	.four__option {
	    font-size: 19px;
	}
	.four__box {
	    width: calc(30.3% - 20px);
	}
	.four__button {
	    width: 391px;
	    font-size: 27px;
	}
	.four__button_skip {
	    margin-bottom: 30px;
	}
	.five__title {
	    font-size: 20px;
	}
	.five__img {
	    width: 19%;
	    margin: 7px auto;
	}
	.five__form {
	    width: 52%;
	}
	.five__label {
	    font-size: 21px;
	}
	.five__symbol {
    	font-size: 25px;
	}
	.five__text {
	    font-size: 13px;
	    margin-bottom: 6px;
	}
	.five__email {
	    height: 36px;
	    font-size: 14px;
	}
	.five__info {
	    font-size: 10px;
	}
	.five__terms {
	    font-size: 10px;
	}
	.five__button {
	    width: 586px;
	    font-size: 30px;
	}
	.six__container {
	    width: 61%;
	    margin-bottom: 104px;
	}
	.six__title {
	    padding: 15px 50px;
	    font-size: 31px;
	}
	.six__text {
	    font-size: 15px;
	    margin-bottom: 53px;
	    padding-top: 100px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 13px;
	}

}

/*iPad  11.2018*/ 
/*1194x760 - landscape*/
@media screen and (max-width: 1195px)and (max-height:761px) {
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 6px;
	}
	.one__img {
	    width: 43%;
	}
	.one__text2 {
	    font-size: 21px;
	}
	.one__button {
	    width: 418px;
	}
	.two__text {
	    font-size: 23px;
	}
	.two__button {
	    margin-bottom: 405px;
	}
	.three__question-progress {
	    margin: 62px 0px;
	}
	.three__label {
	    font-size: 23px;
	}
	.three__question {
	    font-size: 22px;
	}
	.three__button_no {
	    margin-bottom: 344px;
	}
	.four__title {
	    font-size: 30px;
	}
	.four__caption {
	    font-size: 13px;
	}
	.five__title {
	    font-size: 23px;
	}
	.five__img {
	    width: 21%;
	}
	.five__form {
	    width: 62%;
	}
	.five__text {
	    font-size: 13px;
	    margin-bottom: 7px;
	}
	.five__symbol {
	    font-size: 31px;
	}
	.five__info, .five__terms{
	    font-size: 10px;
	}
	.six__wrapper {
	    display: flex;
	    align-items: center;
	    padding: 15px 0px;
	}
	.six__text {
	    font-size: 17px;
	    margin-bottom: 61px;
	    padding-top: 101px;
	}
}

/*Galaxy Tab S4*/
/*1138x544 - landscape*/
@media screen and (max-width: 1139px)and (max-height:545px) {
	.one__text, .one__img, .one__text2 {
	    margin-bottom: 3px;
	}
	.one__title{
		margin-bottom: 4px;
	}
	.one__text {
	    font-size: 16px;
	}
	.one__device{
		/*font-size: 12px;*/
	}
	.one__img {
	    width: 36%;
	}
	.one__text2 {
	    font-size: 16px;
	}
	.one__button {
	    width: 344px;
	    font-size: 29px;
        margin-bottom: 20px;
	}
	.two__title {
	    font-size: 43px;
	    margin-bottom: 30px;
	}
	.two__text {
	    font-size: 21px;
	}
	.two__button {
	    margin-bottom: 248px;
	}
	.three__question-progress {
	    margin: 56px 0px;
	}
	.three__num {
	    padding: 11px 22px;
	}
	.three__question {
	    font-size: 22px;
	}
	.three__button {
	    width: 528px;
	    font-size: 31px;
	}
	.three__button_no {
	    margin-bottom: 189px;
	}
	.four__caption {
	    font-size: 11px;
	    line-height: 13px;
	}
	.five__title {
	    font-size: 20px;
	}
	.five__img {
	    width: 16%;
	}
	.five__form {
	    width: 58%;
	}
	.five__symbol {
	    font-size: 20px;
	}
	.five__email {
	    height: 32px;
	    font-size: 13px;
	}
	.five__button {
	    width: 543px;
	    font-size: 29px;
        margin-bottom: 18px;
	}
	.six__container {
	    width: 63%;
	    margin-bottom: 84px;
	}
	.six__text {
	    font-size: 16px;
	    line-height: 17px;
	    margin-bottom: 55px;
	    padding-top: 68px;
	}
	.six__button {
	    font-size: 28px;
	    padding: 5px 0;
	}

	.footer__terms, .footer__privacy {
	    font-size: 12px;
	}
}

/*iPad Air 2019*/
/*1112x764 - landscape*/
@media screen and (max-width: 1115px)and (max-height:765px){
	.one__button {
	    margin-bottom: 86px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 9px;
	}
	.one__text {
	    margin-bottom: 3px;
	}
	.two__text {
	    font-size: 24px;
	}
	.two__button {
	    margin-bottom: 381px;
	}
	.three__button_no {
	    margin-bottom: 261px;
	}
	.four__container{
		width: 80%;
	}
	.five__title {
	    font-size: 22px;
	}
	.five__img {
	    width: 19%;
	}
	.five__email{
		width: 100%;
	} 
	.six__text {
	    font-size: 19px;
        padding-top: 41px;
	}
	.six__container {
	    margin-bottom: 109px;
	}
}


/*iPad 12.9.2017*/
/*1024x1296*/
@media screen and (max-width: 1025px)and (max-height:1297px) {

	.one__title {
	    font-size: 59px;
	}
	.one__text {
	    font-size: 25px;
	}
	.one__img {
	    width: 65%;
	}
	.one__text2 {
	    font-size: 31px;
	}
	.one__text {
	    margin-bottom: 0px;
	}
	.one__button {
		font-size: 50px;
	    width: 612px;
	    margin-bottom: 342px;
	}
	.one__device {
	    margin-bottom: 2px;
	}
	.two__text {
	    font-size: 24px;
	}
	.two__button {
	    margin-bottom: 902px;
	    width: 593px;
	    font-size: 50px;
	}
	.four__title {
	    font-size: 31px;
	}
	.three__question {
	    font-size: 22px;
	}
	.three__button_no {
	    margin-bottom: 840px;
	}    
	.five__title {
	    font-size: 35px;
	}
	.five__img {
	    width: 40%;
	}
	.five__form {
	    width: 78%;
	}
	.five__text {
	    font-size: 16px;
	}
	.five__label {
	    font-size: 33px;
	}
	.five__email {
	    height: 52px;
	}
	.five__button {
	    width: 728px;
	    font-size: 49px;
	    margin-bottom: 167px;
	}
	.six__title {
	    padding: 29px 50px;
	    font-size: 41px;
	}
	.six__text {
	    font-size: 25px;
	    line-height: 28px;
	    margin-bottom: 63px;
	    padding-top: 159px;
	}
	.six__container {
	    margin-bottom: 494px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 19px;
	}
}

/*iPad 12.9.2018*/
/*1024x1292*/
@media screen and (max-width: 1025px)and (max-height:1293px) {

}

/*iPad Air2*/
/*iPad Mini3*/
/*1024x704 - landscape*/
@media screen and (max-width: 1025px)and (max-height:705px) {
	.one__img {
	    width: 37%;
	}
	.one__text2 {
	    font-size: 26px;
	}
	.one__button {
	    font-size: 45px;
	    width: 513px;
	    margin-bottom: 64px;
	}
	.two__button {
	    margin-bottom: 333px;
	    width: 574px;
	    font-size: 47px;
	}
	.three__button_no {
	    margin-bottom: 296px;
	}
	.four__title {
	    font-size: 20px;
	}
	.four__caption {
	    font-size: 12px;
	}
	.four__button_skip {
	    margin-bottom: 79px;
	}
	.five__title {
	    font-size: 21px;
	}
	.five__img {
	    width: 22%;
	}
	.five__label {
	    font-size: 27px;
	}
	.five__email {
	    height: 42px;
	    font-size: 17px;
	}
	.five__button {
	    font-size: 35px;
	    margin-bottom: 21px;
	}
	.six__container {
	    width: 59%;
	    margin-bottom: 221px;
	}
	.six__title {
	    padding: 24px 50px;
	    font-size: 38px;
	}
	.six__text {
	    font-size: 16px;
	    line-height: 17px;
	    margin-bottom: 19px;
	    padding-top: 56px;
	}
	.six__button {
	    font-size: 28px;
	    padding: 3px 0px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 17px;
	}
}

/*iPad Mini4*/
/*iPad 9.7.2016*/ 
/*iPad 6th*/
/*iPad 5th*/
/*1024x698 - landscape*/
@media screen and (max-width: 1025px)and (max-height:699px) {
	.one__button {
	    margin-bottom: 58px;
	}
	.two__button {
	    margin-bottom: 332px;
	}
	.four__button {
	    font-size: 32px;
	}
	.four__button_skip {
	    margin-bottom: 73px;
	}
	.one__button {
	    margin-bottom: 70px;
	}
}

/*iPad Air*/
/*iPad4*/
/*iPad Mini2*/
/*1024x692 - landscape*/
@media screen and (max-width: 1025px)and (max-height:693px) {
	.one__text, .one__img, .one__text2 {
	    margin-bottom: 8px;
	}
	.one__title{
		margin-bottom: 4px;
	    font-size: 58px;
	}
	.one__img {
	    width: 34%;
	}
	.one__text2 {
	    font-size: 25px;
	}
	.one__button {
	    font-size: 43px;
	    width: 501px;
	}
	.two__button {
	    margin-bottom: 304px;
	}
	.three__button_no {
	    margin-bottom: 269px;
	}
	.four__button_skip {
	    margin-bottom: 41px;
	}
	.five__img {
	    width: 21%;
	    margin: 0px auto;
	}
	.six__container {
	    margin-bottom: 206px;
	}
}

/*Galaxy Tab S3*/
/*1024x648 - landscape*/
@media screen and (max-width: 1025px)and (max-height:649px) {
	.one__text{
		margin-bottom: 0px;
	}
	.one__button {
	    margin-bottom: 54px;
	}
	.five__img {
	    width: 19%;
	}
	.six__container {
	    margin-bottom: 174px;
	}
}
/*PC*/
/*1007x618*/
@media screen and (max-width: 1008px)and (max-height:618px) {
	.one__title {
	    margin-bottom: 0px;
	    font-size: 53px;
	}
	.one__text, .one__img, .one__text2 {
	    margin-bottom: 6px;
	}
	.one__text {
	    font-size: 22px;
	    margin-bottom: 0px;
	}
	.one__device {
	    /*font-size: 17px;*/
	}
	.one__img {
	    width: 33%;
	}
	.one__button {
	    font-size: 40px;
	    margin-bottom: 64px;
	}
	.two__button {
	    margin-bottom: 290px;
	    font-size: 43px;
	}
	.three__button_no {
	    margin-bottom: 239px;
	}
	.five__container {
	    margin-bottom: 4px;
	}
	.five__button {
	    font-size: 31px;
	}
	.six__container {
	    margin-bottom: 147px;
	}
	.six__text {
	    padding-top: 47px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 15px;
	}
}

/*Nexus7*/
/*960x432 - landscape*/
@media screen and (max-width: 961px)and (max-height:433px) {
	.one__title {
	    font-size: 42px;
	}
	.one__text {
	    font-size: 14px;
	}
	.one__img {
	    width: 31%;
	}
	.one__text2 {
	    font-size: 18px;
	}
	.one__button {
	    font-size: 33px;
	    margin-bottom: 23px;
	    width: 361px;
	}
	.two__title {
	    font-size: 42px;
	    margin-bottom: 20px;
	}
	.two__text {
	    font-size: 16px;
	    margin-bottom: 31px;
	}
	.two__button {
	    margin-bottom: 147px;
	    font-size: 41px;
	}
	.three__question-progress {
	    margin: 29px 0px;
	}
	.three__label {
	    font-size: 20px;
	}
	.three__num {
	    padding: 9px 21px;
	}
	.three__question {
	    font-size: 17px;
	}
	.three__button_no {
	    margin-bottom: 128px;
	}
	.four__title {
	    font-size: 23px;
	}
	.four__option {
	    font-size: 16px;
	}
	.four__button {
	    font-size: 25px;
	    margin-bottom: 3px;
	    width: 376px;
	}
	.four__button_skip {
	    margin-bottom: 10px;
	}
	.five__title {
	    font-size: 18px;
	}
	.five__img {
	    width: 15%;
	}
	.five__form {
	    width: 81%;
	}
	.five__label {
	    font-size: 22px;
	}
	.five__text {
	    font-size: 13px;
	}
	.five__email {
	    height: 38px;
	    font-size: 15px;
	}
	.five__button {
	    font-size: 28px;
	    width: 558px;
	    margin-bottom: 8px;
	}
	.six__title {
	    padding: 15px 50px;
	    font-size: 27px;
	}
	.six__wrapper {
	    padding: 10px 0px;
	}
	.six__text {
	    font-size: 11px;
	    line-height: 14px;
	    padding-top: 13px;
		margin-bottom: 16px;
	}
	.six__button {
	    font-size: 24px;
	    padding: 1px 0px;
	}
	.six__container {
	    margin-bottom: 106px;
	}
}
/*iPad 11.2018*/
/*834x1120*/
@media screen and (max-width: 835px)and (max-height:1121px) {
	.one__button {
	    margin-bottom: 235px;
	}
	.two__button {
	    margin-bottom: 693px;
	}
	.three__button_no {
	    margin-bottom: 633px;
	}
	.four__title {
	    font-size: 29px;
	}
	.four__container{
	    width: 100%;
	}
	.four__box {
	    width: 38%;
	    padding: 5px 27px;
	}
	.five__title {
	    font-size: 29px;
	}
	.five__form {
	    width: 100%;
	}
	.five__info {
	    font-size: 12px;
	}
	.five__button {
	    width: 689px;
	    font-size: 49px;
	}
	.six__text {
	    font-size: 22px;
	    padding-top: 38px;
	}
	.six__container {
	    margin-bottom: 494px;
	}
	.six__text {
	    font-size: 19px;
	    padding-top: 33px;
	    margin-bottom: 39px;
	}

	.six__button {
	    padding: 10px 0px;
	}
}


/*iPad Air 2019*/
/*834x1042*/
@media screen and (max-width: 835px)and (max-height:1050px){
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 13px;
	}
	.one__button {
	    margin-bottom: 161px;
	}
	.two__button {
	    margin-bottom: 617px;
	}
	.three__button_no {
	    margin-bottom: 566px;
	}
	.four__container {
	    width: 88%;
	    margin: auto;
	    margin-bottom: 34px;
	}
	.four__button_skip {
	    margin-bottom: 38px;
	}
	.five__form{
	    margin-bottom: 2px;
	}
	.five__button {
	    margin-bottom: 145px;
	}
	.six__container {
	    margin-bottom: 427px;
	}
}

/*iPhone XS max*/
/*iPhone XR*/
/*808x414 - landscape*/
@media screen and (max-width: 809px)and (max-height:415px) {
	.header__title{
		font-size: 20px;
	    margin: 15px auto;
	}
	.header__terms, .header__item, .header__italic {
	    font-size: 15px;
	    margin-bottom: 10px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 3px;
	}
	.one__title {
	    font-size: 39px;
	}
	.one__img {
	    width: 29%;
	}
	.one__button {
	    font-size: 31px;
	}
	.one__button {
	    margin-bottom: 23px;
	}
	.two__text {
	    font-size: 18px;
	    margin-bottom: 28px;
	}
	.two__button {
	    margin-bottom: 141px;
	    font-size: 38px;
	}
	.three__button_no {
	    margin-bottom: 104px;
	}
	.four__title {
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.four__option {
	    font-size: 15px;
	}
	.four__container {
	    width: 64%;
	    margin-bottom: 0px;
	}
	.four__box {
	    width: 27%;
	}
	.four__caption {
	    font-size: 11px;
	}
	.four__button {
	    font-size: 22px;
	    width: 293px;
	}
	.four__button_skip {
	    margin-bottom: px;
	}
	.five__title {
	    font-size: 22px;
	    line-height: 19px;
	}
	.five.title>br{
		display: none;
	}
	.five__img {
	    width: 12%;
	}
	.five__label {
	    font-size: 18px;
	}
	.five__text {
	    font-size: 12px;
	}
	.five__email {
	    height: 37px;
	    font-size: 12px;
	}
	.five__button {
	    font-size: 29px;
	    margin-bottom: 5px;
	}
	.six__title {
	    padding: 3px 50px;
		font-size: 18px;
	}
	.six__text {
	    font-size: 10px;
	    line-height: 9px;
	    padding-top: 8px;
	    margin-bottom: 33px;
	}
	.six__button {
	    padding: 3px 0px;
	    font-size: 20px;
	}
	.six__container {
	    width: 52%;
	    margin-bottom: 22px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 10px;
	}
}

/*Tab4*/
/*800x1159 - landscape*/
@media screen and (max-width: 801px)and (max-height:1160px) {
	.one__button {
	    margin-bottom: 273px;
	}
	.two__text {
	    font-size: 31px;
	}
	.two__button {
	    margin-bottom: 727px;
	}
	.three__button_no {
	    margin-bottom: 714px;
	}
	.four__title {
	    font-size: 29px;
	}
	.four__title {
	    font-size: 25px;
	}
	.four__box {
	    width: 33%;
	}
	.four__caption {
	    font-size: 14px;
	}
	.four__button_skip {
	    margin-bottom: 472px;
	}
	.five__form {
	    width: 99%;
	}
	.five__symbol {
	    font-size: 24px;
	}
	.five__info {
	    font-size: 12px;
	}
	.five__button {
	    width: 685px;
	    margin-bottom: 188px;
	}
	.six__title {
	    padding: 15px 50px;
	    font-size: 37px;
	}
	.six__text {
	    font-size: 21px;
	    line-height: 22px;
	    margin-bottom: 25px;
	    padding-top: 75px;
	}
	.six__button {
	    font-size: 33px;
	    padding: 5px 0;
	}
	.six__container {
	    margin-bottom: 562px;
	}
}
/*Galaxy S9+*/
/*Galaxy S8+*/
/*Galaxy Note 9*/
/*Galaxy Note 8*/
/*798x332 - landscape*/
@media screen and (max-width: 799px)and (max-height:333px) {
	.one__title {
	    font-size: 26px;
	}
	.one__text {
	    font-size: 11px;
	}
	.one__img {
	    width: 26%;
	}
	.one__text2 {
	    font-size: 12px;
	}
	.one__button {
	    margin-bottom: 4px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 1px;
	}
	.two__title {
	    font-size: 31px;
	    margin-bottom: 0px;
	}
	.two__text {
	    font-size: 13px;
	    margin-bottom: 14px;
	}
	.two__button {
	    margin-bottom: 138px;
	    font-size: 30px;
	    width: 472px;
	}
	.three__label {
	    font-size: 11px;
	}
	.three__num {
	    font-size: 16px;
	    padding: 5px 13px;
	}
	.three__question-progress {
	    margin: 17px 0px;
	}
	.three__question {
	    font-size: 14px;
	    margin-bottom: 17px;
	}
	.three__button {
	    width: 293px;
	    font-size: 20px;
	}
	.three__button_yes {
	    margin-bottom: 5px;
	}
	.three__button_no {
	    margin-bottom: 127px;
	}
	.four__title {
	    font-size: 14px;
	    margin-bottom: 0px;
	}
	.four__option {
	    font-size: 11px;
	}
	.four__container {
	    width: 63%;
	}
	.four__box {
	    width: 26%;
	}
	.four__caption {
	    font-size: 7px;
	}
	.four__button {
	    font-size: 15px;
	    width: 288px;
	}
	.four__button_skip {
	    margin-bottom: 1px;
	}
	.five__title {
	    font-size: 11px;
	    line-height: 14px;
	}
	.five__title>br{
		display: none;
	}
	.five__img {
	    width: 8%;
	}
	.five__form {
	    width: 51%;
	}
	.five__label {
	    font-size: 11px;
	}
	.five__symbol {
	    font-size: 16px;
	}
	.five__text {
	    font-size: 9px;
	}
	.five__email {
		height: 26px;
	    font-size: 9px;
	}
	.five__info, .five__terms {
	    font-size: 7px;
	}
	.five__button {
	    font-size: 23px;
	    width: 420px;
	    margin-bottom: 0px;
	}
	.six__title {
	    padding: 5px 50px;
	    font-size: 19px;
	}
	.six__text {
	    font-size: 14px;
	    line-height: 15px;
		margin-bottom: 12px;
	    padding-top: 11px;
	}
	.six__button {
	    font-size: 18px;
	    width: 100%;
	}
	.six__wrapper {
	    padding: 4px 0px;
	}
	.six__container {
	    width: 65%;
	    margin-bottom: 21px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 8px;
	}
}

/*iPad Air2*/
/*iPad Mini3*/
/*768x960*/
@media screen and (max-width: 769px)and (max-height:961px) {
	.header__title{
		font-size: 20px;
	}
	.header__terms, .header__item, .header__italic {
	    font-size: 18px;
	}
	.one__text{
	    margin-bottom: 0px;
	}
	.one__button {
	    margin-bottom: 112px;
	}
	.two__text {
	    font-size: 26px;
	}
	.two__button {
	    margin-bottom: 531px;
	}
	.three__button_no {
	    margin-bottom: 483px;
	}
	.four__button_skip {
	    margin-bottom: 258px;
	}
	.five__title {
	    font-size: 26px;
	}
	.five__img {
	    width: 32%;
	}
	.five__form {
	    width: 100%;
	}

	.five__email {
	    width: 100%;
	}
	.six__container {
	    margin-bottom: 376px;
	}
}

/*iPad 9.7.2016*/
/*iPad 6th*/
/*iPad 5th*/
/*iPad Mini4*/
/*768x954*/
@media screen and (max-width: 769px)and (max-height:955px) {
	.four__button_skip {
	    margin-bottom: 218px;
	}
	.five__button {
	    margin-bottom: 135px;
	}
	.six__container {
	    margin-bottom: 338px;
	}
}

/*iPad Air*/
/*iPad4*/
/*iPad Mini2*/
/*768x928*/
@media screen and (max-width: 769px)and (max-height:929px) {
	.one__title{
		margin-bottom: 0;
	}
	.one__button {
	    margin-bottom: 91px;
	}
	.two__button {
	    margin-bottom: 516px;
	}
	.six__container {
	    margin-bottom: 305px;
	}
}

/*Galaxy Tab S3*/
/*768x904*/
@media screen and (max-width: 769px)and (max-height:905px) {
	.one__text{
		margin-bottom: 4px;
	}
	.one__img {
	    width: 61%;
	}
	.one__button {
		width: 100%;
	    margin-bottom: 87px;
	}
	.two__button {
	    margin-bottom: 476px;
	}
	.three__button_no {
	    margin-bottom: 432px;
	}
	.four__caption {
	    font-size: 14px;
        line-height: 14px;
	}
}

/*Pixel 3 XL*/
/*749x328 - landscape*/
@media screen and (max-width: 750px)and (max-height:329px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 14px;
        margin-bottom: 5px;
	}
	.header__title {
	    font-size: 15px;
	    margin: 12px auto;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 0;
	}
	.one__text {
	    font-size: 14px;
	}
	.one__text2 {
	    font-size: 18px;
	}
	.one__img {
	    width: 33%;
	}
	.one__button {
	    font-size: 24px;
	    width: 365px;
	    margin-bottom: 8px;
	}
	.two__text {
	    font-size: 13px;
	}
	.two__button {
	    margin-bottom: 121px;
	}
	.three__question-progress {
	    margin: 26px 0px;
	}
	.three__num {
	    font-size: 20px;
	}
	.three__button {
	    font-size: 25px;
	    width: 351px;
	}
	.three__button_no {
	    margin-bottom: 54px;
	}
	.four__title {
	    font-size: 15px;
	}
	.four__container {
	    width: 81%;
	}
	.four__caption {
	    font-size: 9px;
	    line-height: 9px;
	}
	.four__button {
	    font-size: 17px;
	    width: 266px;
	}
	.four__button_skip {
	    margin-bottom: 26px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__img {
	    width: 16%;
	}
	.five__button {
	    font-size: 26px;
	    margin-bottom: 8px;
	}
	.five__text {
	    font-size: 10px;
	    margin-bottom: 3px;
	}
	.five__container {
	    margin-bottom: 0px;
	}
	.six__button {
	    font-size: 18px;
	    width: 100%;
	}
	.six__container {
	    width: 78%;
	    margin-bottom: 30px;
	}
	.six__title {
	    font-size: 25px;
	}
	.six__text {
	    font-size: 11px;
	    line-height: 13px;
	    margin-bottom: 16px;
	    padding-top: 31px;
	}
	.six__wrapper {
	    padding: 8px 0px;
	}

	.footer__terms, .footer__privacy {
	    font-size: 12px;
	}
}

/*iPhone 8+*/
/*iPhone 6S+*/
/*iPhone 7S+*/
/*736x414 - landscape*/
@media screen and (max-width: 737px)and (max-height:415px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 14px;
	}
	.header__title {
	    font-size: 15px;
	}
	.one__title {
	    font-size: 33px;
	}
	.one__text {
	    font-size: 15px;
	}
	.one__img {
	    width: 37%;
	}
	.one__button {
	    font-size: 30px;
	}
	.one__button {
	    margin-bottom: 21px;
	}
	.two__title {
	    font-size: 39px
	}
	.two__text {
	    font-size: 18px;
	}
	.two__button {
	    margin-bottom: 68px;
	    width: 100%
	}
	.three__button_no {
	    margin-bottom: 54px;
	}
	.four__title {
	    font-size: 17px;
	}
	.four__caption {
	    font-size: 8px;
	    line-height: 9px;
	}
	.four__button_skip {
	    margin-bottom: 31px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__title>br{
		display: none;
	}
	.five__img {
	    width: 17%;
	}
	.five__label {
	    font-size: 16px;
	}
	.five__symbol {
	    font-size: 19px;
	}
	.five__text {
	    font-size: 11px;
	}
	.five__email {
	    height: 33px;
	    font-size: 12px;
	}
	.five__info, .five__terms {
	    font-size: 9px;
	}
	.five__button {
	    font-size: 26px;
	    width: 100%;
	}
	.five__button {
	    margin-bottom: 15px;
	}
	.six__container {
	    width: 76%;
	    margin-bottom: 3px;
	}
	.six__title {
	    padding: 5px 50px;
	    font-size: 24px;
	}
	.six__text {
	    font-size: 11px;
	    line-height: 11px;
	    padding-top: 0px;
	}
	.six__button {
	    font-size: 22px;
	    padding: 0px;
	}
}

/*iPhone XS*/
/*iPhone X*/
/*724x375 - landscape*/
@media screen and (max-width: 725px)and (max-height:376px) {
	.one__img {
	    width: 29%;
	}
	.one__text {
	    margin-bottom: 1px;
	}
	.one__button {
	    margin-bottom: 36px;
	    width: 70%;
	    margin-bottom: 16px;
	}
	.two__text {
	    font-size: 13px;
	}
	.three__question-progress {
	    margin: 16px 0px;
	}
	.three__num {
	    font-size: 18px;
	    padding: 9px 20px;
	}
	.three__question {
	    font-size: 15px;
	}
	.three__button {
	    width: 527px;
	    font-size: 28px;
	}
	.four__title {
	    font-size: 17px;
	}
	.four__caption {
	    font-size: 8px;
	    line-height: 9px;
	}
	.four__button_skip {
	    margin-bottom: 0px;
	}
	.five__title {
	    font-size: 14px;
	}
	.five__img {
	    width: 13%;
	}
	.five__label {
	    font-size: 14px;
	}
	.five__email {
	    height: 31px;
	    font-size: 12px;
	}
	.five__button {
	    margin-bottom: 3px;
	}
	.six__title {
	    padding: 5px 50px;
	    font-size: 16px;
	}
	.six__text {
	    font-size: 10px;
	    line-height: 10px;
	    margin-bottom: 21px;
	}
	.six__container {
		width: 67%;
	    margin-bottom: 5px;
	}
	.six__button {
	    font-size: 17px;
	}
}

/*Galaxy Tab S4*/
/*712x970*/
@media screen and (max-width: 713px)and (max-height:971px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 16px;
	}
	.header__title{
	    font-size: 21px;
	    margin: 20px auto;
	}
	.one__button {
	    width: 100%;
	    margin-bottom: 80px;
	}
	.one__text{
	    margin-bottom: 0px;
	}
	.one__text2 {
	    font-size: 25px;
	}
	.one__img {
	    width: 100%;
	}
	.two__text {
	    font-size: 25px;
	}
	.two__button {
	    margin-bottom: 522px;
	    width: 100%;
	}
	.three__button {
	    width: 100%;
	}
	.three__button_no {
	    margin-bottom: 505px;
	}
	.four__container {
	    width: 100%;
	}
	.four__caption {
	    font-size: 15px;
	}
	.four__button {
	    width: 100%;
	}
	.four__button_skip {
	    margin-bottom: 263px;
	}
	.five__title {
	    font-size: 21px;
	}
	.five__button {
	    width: 100%;
	    font-size: 45px;
	}
	.six__text {
	    font-size: 15px;
	    line-height: 18px;
	    margin-bottom: 11px;
	    padding-top: 15px;
	}
	.six__button {
	    font-size: 29px;
	}
	.six__container {
	    margin-bottom: 520px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 15px;
	}
}

/*Galaxy S9*/
/*Galaxy S8*/
/*Galaxy A8*/
/*692x280 - landscape*/
@media screen and (max-width: 693px)and (max-height:281px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 13px;
	}
	.one__title {
	    font-size: 31px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 0px;
	}
	.one__img {
	    width: 27%;
	}
	.one__text {
	    font-size: 12px;
	}
	.one__device {
	    /*font-size: 11px;*/
	}
	.one__text2 {
	    font-size: 14px;
	}
	.one__button {
	    font-size: 25px;
	    width: 55%;
	    margin-bottom: 1px;
	}
	.two__text {
	    font-size: 13px;
	}
	.two__button {
	    margin-bottom: 85px;
	}
	.three__question {
	    font-size: 15px;
	}
	.three__question-progress {
	    margin: 12px 0px;
	}
	.three__label {
	    font-size: 15px;
	}
	.three__button_no {
	    margin-bottom: 50px;
	}
	.four__title {
	    font-size: 14px;
	}
	.four__option {
	    font-size: 10px;
	    margin-bottom: 4px;
	}
	.four__box {
	    width: 33%;
	}
	.four__container {
	    width: 58%;
	}
	.four__caption {
	    font-size: 6px;
	}
	.four__button {
	    width: 48%;
	}
	.four__button_skip {
	    margin-bottom: 5px;
	}
	.five__title {
	    font-size: 13px;
	}
	.five__img {
	    width: 13%;
	}
	.five__label {
	    font-size: 14px;
	}
	.five__symbol {
	    font-size: 14px;
	}
	.five__email {
	    height: 31px;
	    font-size: 11px;
	}
	.five__text {
	    font-size: 9px;
	}
	.five__form {
	    width: 76%;
	}
	.five__info, .five__terms {
	    font-size: 7px;
	}
	.five__button {
	    width: 76%;
	    font-size: 23px;
	    margin-bottom: 2px;
	}
	.six__container {
	    width: 76%;
	    margin-bottom: 3px;
	}

	.six__text {
	    font-size: 12px;
	    line-height: 12px;
	    margin-bottom: 6px;
	    padding-top: 0px;
	}
	.six__button {
	    font-size: 22px;
	    padding: 2px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 10px;
	}
}

/*Pixel 2*/
/*Pixel*/
/*Pixel XL*/
/*Nexus 6P*/
/*684x332 - landscape*/
@media screen and (max-width: 690px)and (max-height:333px) {
	.one__text {
	    margin-bottom: 0px;
	    font-size: 14px;
	}
	.one__img {
	    width: 33%;
	}
	.one__text2 {
	    font-size: 15px;
	}
	.one__button {
	    width: 59%;
	    margin-bottom: 2px;
	}
	.two__text {
	    font-size: 13px;
	}
	.two__button {
	    margin-bottom: 131px;
	}
	.three__question-progress {
	    margin: 26px 0px;
	}
	.three__label {
	    font-size: 13px;
	}
	.three__num {
	    font-size: 20px;
	    padding: 5px 13px;
	}
	.three__question {
	    font-size: 13px;
	}
	.three__button {
	    font-size: 24px;
	}
	.three__button_no {
	    margin-bottom: 83px;
	}
	.four__title {
	    font-size: 15px;
	}
	.four__option {
	    font-size: 10px;
	    margin-bottom: 0px;
	}
	.four__container {
	    width: 95%;
	}
	.four__caption {
	    font-size: 10px;
	}
	.four__button {
	    width: 65%;
	    font-size: 16px;
	}
	.four__button_skip {
	    margin-bottom: 2px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__img {
	    width: 14%;
	}
	.five__button {
	    font-size: 28px;
	    margin-bottom: 8px;
	}
	.six__container {
	    width: 88%;
	    margin-bottom: 22px;
	}
	.six__text {
	    font-size: 12px;
	    line-height: 13px;
	}
	.six__button {
	    font-size: 23px;
	    width: 100%;
	}
	.footer__terms, .footer__privacy {
	    font-size: 10px;
	}
}

/*iPhone 8*/
/*iPhone 6S*/
/*iPhone 7*/
/*667x375 - landscape*/
@media screen and (max-width: 668px)and (max-height:376px) {
	.one__img {
	    width: 39%;
	}
	.one__text {
	    margin-bottom: 0px;
	    font-size: 14px;
	}
	.one__text2 {
	    font-size: 17px;
	}
	.one__button {
	    font-size: 29px;
	    width: 67%;
	    margin-bottom: 8px;
	}
	.two__text {
	    font-size: 18px;
	}
	.two__button {
	    margin-bottom: 89px;
	    font-size: 35px;
	}
	.three__label {
	    font-size: 17px;
	}
	.three__question {
	    margin-bottom: 14px;
	}
	.three__button_no {
	    margin-bottom: 74px;
	}
	.four__title {
	    font-size: 15px;
	}
	.four__option {
	    font-size: 12px;
	    margin-bottom: 0px;
	}
	.four__container {
	    width: 83%;
	}
	.four__caption {
	    font-size: 9px;
	    line-height: 12px;
	}
	.four__box {
	    width: 27%;
	}
	.four__button {
	    width: 63%;
	    font-size: 19px;
	}
	.four__button_skip {
	    margin-bottom: 2px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__button {
	    font-size: 31px;
	}
	.six__button {
	    font-size: 14px;
	    padding: 2px;
	}
	.six__text {
	    font-size: 9px;
	    line-height: 9px;
	    margin-bottom: 17px;
	    padding-top: 4px;
	}
	.six__container {
	    margin-bottom: 2px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 11px;
	}
}

/*Galaxy S7*/
/*640x280- landscape*/
@media screen and (max-width: 641px)and (max-height:281px) {
	.one__title {
	    font-size: 27px;
	}
	.one__img {
	    width: 25%;
	}
	.one__text2 {
	    font-size: 15px;
	}
	.one__button {
	    font-size: 26px;
	    width: 59%;
	    margin-bottom: 3px;
	}
	.two__title {
	    font-size: 34px;
	}
	.two__text {
	    font-size: 13px;
	}
	.two__button {
	    font-size: 32px;
	}
	.three__question-progress {
	    margin: 22px 0px;
	}
	.three__question {
	    margin-bottom: 8px;
	}
	.three__button {
	    font-size: 22px;
	}
	.three__button_no {
	    margin-bottom: 56px;
	}
	.four__title {
	    font-size: 14px;
	}
	.four__option {
	    font-size: 11px;
	}
	.four__container {
	    width: 78%;
	}
	.four__caption {
	    font-size: 7px;
	    line-height:7px;
	}
	.four__box {
	    width: 26%;
	}
	.four__button {
	    width: 53%;
	    font-size: 16px;
	}
	.four__button_skip {
	    margin-bottom: 6px;
	}
	.five__title {
	    font-size: 13px;
	}
	.five__img {
	    width: 12%;
	}
	.five__label {
	    font-size: 12px;
	}
	.five__email {
	    height: 29px;
	    font-size: 10px;
	}
	.five__button {
	    font-size: 23px;
	}
	.six__text {
	    font-size: 11px;
	    line-height: 11px;
	}
	.six__container {
	    width: 74%;
	    margin-bottom: 13px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 10px;
	}
}

/*Galaxy S6*/
/*Galaxy S5*/
/*Galaxy Note4*/
/*Galaxy Note3*/
/*640x279- landscape*/
@media screen and (max-width: 641px)and (max-height:280px) {

}

/*Nexus 7*/
/*600x792*/
@media screen and (max-width: 601px)and (max-height:793px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 15px;
	}
	.header__title {
	    font-size: 17px;
	    margin: 12px auto;
	}
	.one__title {
	    font-size: 55px;
	}
	.one__text {
	    font-size: 20px;
	}
	.one__img {
	    width: 72%;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 5px;
	}
	.one__button {
	    font-size: 46px;
	    margin-bottom: 94px;
	}
	.two__text {
	    font-size: 20px;
	}
	.two__title {
	    margin-bottom: 36px;
	}
	.two__button {
	    margin-bottom: 423px;
	}
	.three__question-progress {
	    margin: 46px 0;
	}
	.three__button_no {
	    margin-bottom: 388px;
	}
	.four__caption {
	    font-size: 14px;
	    line-height: 15px;
	}
	.four__button_skip {
	    margin-bottom: 139px;
	}
	.five__button {
	    margin-bottom: 90px;
	}
	.six__container {
		width: 100%;
	    margin-bottom: 351px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 14px;
	}
}

/*LG G5*/
/*MotoX 2nd*/
/*598x280 - landscape*/
@media screen and (max-width: 599px)and (max-height:281px) {
	.one__title {
	    font-size: 34px;
	    margin-bottom: 0px;
	}
	.one__text {
	    margin-bottom: 0px;
	    font-size: 14px;
	}
	.one__img {
	    width: 24%;
	}
	.one__text, .one__img, .one__text2 {
	    margin-bottom: 0;
	}
	.one__button {
	    font-size: 26px;
	    margin-bottom: 1px;
	}
	.two__title {
	    margin-bottom: 7px;
	}
	.two__text {
	    font-size: 13px;
	}
	.two__button {
	    font-size: 30px;
	    margin-bottom: 81px;
	}
	.three__question-progress {
	    margin: 24px 0;
	}
	.three__question {
	    font-size: 15px;
	}
	.three__button {
	    font-size: 25px;
	}
	.three__button_no {
	    margin-bottom: 40px;
	}
	.four__caption {
	    font-size: 7px;
	    line-height: 9px;
	}
	.four__container {
	    width: 76%;
	}
	.four__button_skip {
	    margin-bottom: 3px;
	}
	.five__button {
	    margin-bottom: 9px;
	}
	.six__container {
	    width: 73%;
	    margin-bottom: 17px;
	}
	.six__button {
	    font-size: 22px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 10px;
	}
}

/*Nexus 5*/
/*Xperia Z5*/
/*598x279 - landscape*/
@media screen and (max-width: 599px)and (max-height:280px) {

}

/*iPhone SE*/
/*iPhone 5S*/
/*568x320 - landscape*/
@media screen and (max-width: 569px)and (max-height:321px) {
	.one__title {
	    font-size: 26px;
	}
	.one__text {
	    font-size: 11px;
	}
	.one__img {
	    width: 18%;
	}
	.one__button {
	    font-size: 25px;
	    width: 56%;
	    margin-bottom: 2px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 0px;
	}
	.one__text2 {
	    font-size: 13px;
	}
	.two__title {
	    margin-bottom: 4px;
	    font-size: 22px;
	}
	.two__text {
	    font-size: 14px;
	}
	.two__button {
	    margin-bottom: 17px;
	    width: 98%;
	    font-size: 29px;
	}
	.three__question-progress {
	    margin: 6px 0;
	}
	.three__num {
	    font-size: 16px;
	}
	.three__button_no {
	    margin-bottom: 37px;
	}
	.four__title {
	    font-size: 12px;
	}
	.four__caption {
	    font-size: 8px;
	    line-height: 9px;
	}
	.four__container {
	    width: 58%;
	}
	.four__box {
	    width: 26%;
	}
	.four__caption {
	    font-size: 5px;
	    line-height: 6px;
	}
	.four__button {
	    width: 57%;
	    font-size: 13px;
	}
	.four__button_skip {
	    margin-bottom: 14px;
	}
	.five__title {
	    font-size: 12px;
	}
	.five__img {
	    width: 8%;
	}
	.five__label {
	    font-size: 11px;
	}
	.five__symbol {
	    font-size: 14px;
	}
	.five__text {
	    font-size: 9px;
	}
	.five__email {
	    height: 25px;
	    font-size: 10px;
	}
	.five__button {
	    font-size: 21px;
	    margin-bottom: 3px;
	}
	.six__container {
	    width: 58%;
	    margin-bottom: 1px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 11px;
	}
}

/*iPhone 4S*/
/*480x208 - landscape*/
@media screen and (max-width: 481px)and (max-height:209px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 13px;
	}
	.header__title {
	    font-size: 13px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 0;
	}
	.one__title {
	    font-size: 22px;
	}
	.one__text {
	    font-size: 11px;
	}
	.one__device {
	    /*font-size: 9px;*/
	}
	.one__img {
	    width: 20%;
	}
	.one__text2 {
	    font-size: 12px;
	}
	.one__button {
	    font-size: 20px;
	    width: 53%;
	    margin-bottom: 0px;
	}
	.two__title {
	    font-size: 24px;
	}
	.two__text {
	    font-size: 11px;
	}
	.two__button {
	    font-size: 27px;
	    margin-bottom: 41px;
	}
	.three__label {
	    font-size: 13px;
	}
	.three__question-progress {
	    margin: 10px 0;
	}
	.three__num {
	    font-size: 17px;
	}
	.three__question {
	    font-size: 13px;
	}
	.three__button {
	    font-size: 20px;
	}
	.three__button_no {
	    margin-bottom: 22px;
	}
	.four__title {
	    font-size: 12px;
	}
	.four__option {
	    font-size: 10px;
	}
	.four__box {
		width: 26%;
	    padding: 2px 11px;
	}
	.four__container {
	    width: 52%;
	}
	.four__caption {
	    font-size: 5px;
	    line-height: 6px;
	}
	.four__button {
	    width: 48%;
	    font-size: 11px;
	}
	.four__button_skip {
	    margin-bottom: -5px;
	}
	.five__title {
	    font-size: 11px;
	}
	.five__img {
	    width: 8%;
	}
	.five__label {
	    font-size: 12px;
	}
	.five__text {
	    font-size: 8px;
	}
	.five__form {
	    width: 88%;
	}
	.five__email {
	    height: 22px;
	    font-size: 9px;
	}
	.five__button {
	    font-size: 16px;
	    width: 86%;
	    margin-bottom: 0px;
	}
	.six__title {
	    font-size: 14px;
	}
	.six__text {
	    font-size: 8px;
	    line-height: 9px;
	}
	.six__button {
	    font-size: 17px;
	}
	.six__container {
	    width: 68%;
	    margin-bottom: 3px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 8px;
	}
}

/*iPhone XS max*/
/*iPhone XR*/
/*414x719*/
@media screen and (max-width: 415px)and (max-height:720px) {
	.header__terms, .header__item, .header__italic {
	    font-size: 13px;
	}
	.header__title {
	    font-size: 14px;
	    margin: 9px auto;
	}
	.one__text {
	    font-size: 21px;
	}
	.one__text2 {
	    font-size: 18px;
	}
	.one__button {
	    font-size: 39px;
	    margin-bottom: 94px;
	}
	.two__text {
	    font-size: 18px;
	}
	.two__button {
	    font-size: 42px;
	}
	.two__button {
	    margin-bottom: 345px;
	}
	.three__label {
	    font-size: 17px;
	}
	.three__num {
	    font-size: 20px;
	    padding: 8px 15px;
	}
	.three__question {
	    font-size: 18px;
	}
	.three__button {
	    font-size: 32px;
	}
	.three__button_no {
	    margin-bottom: 361px;
	}
	.four__caption {
	    font-size: 11px;
	    line-height: 13px;
	}
	.four__button_skip {
	    margin-bottom: 197px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__label {
	    font-size: 25px;
	}
	.five__info, .five__terms {
	    font-size: 14px;
	}
	.five__button {
	    font-size: 34px;
	    margin-bottom: 138px;
	}
	.six__title {
	    font-size: 27px;
	}
	.six__button {
	    font-size: 21px;
	}
	.six__text {
	    font-size: 11px;
	    line-height: 12px;
	    margin-bottom: 6px;
	    padding-top: 8px;
	}
	.six__container {
	    margin-bottom: 394px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 12px;
	}
}

/*iPhone 7S+*/
/*414x628*/
@media screen and (max-width: 415px)and (max-height:629px) {
	.one__text {
	    font-size: 19px;
	}
	.one__button {
	    margin-bottom: 49px;
	}
	.two__text {
	    font-size: 16px;
	}
	.two__button {
	    margin-bottom: 305px;
	}
	.three__question {
	    font-size: 17px;
	}
	.three__button_no {
	    margin-bottom: 278px;
	}
	.four__title {
	    font-size: 25px;
	}
	.four__button_skip {
	    margin-bottom: 115px;
	}
	.five__button {
	    margin-bottom: 84px;
	}
	.six__container {
	    margin-bottom: 311px;
	}
}

/*iPhone 8+*/
/*iPhone 6S+*/
/*414x622*/
@media screen and (max-width: 415px)and (max-height:623px) {

}

/*Galaxy S9+*/
/*Galaxy S8+*/
/*Galaxy Note 9*/
/*Galaxy Note 8*/
/*412x718*/
@media screen and (max-width: 413px)and (max-height:719px) {
	.one__text {
	    font-size: 20px;
	}
	.one__button {
	    margin-bottom: 120px;
	}
	.four__title {
	    font-size: 25px;
	}
	.five__info, .five__terms {
	    font-size: 13px;
	}
	.five__email {
	    height: 43px;
	}
}

/*Pixel 3 XL*/
/*412x693*/
@media screen and (max-width: 413px)and (max-height:694px) {
	.one__button {
	    width: 100%;
        margin-bottom: 74px;
    }
    .one__text2 {
	    font-size: 20px;
	}
	.two__title {
	    margin-bottom: 15px;
	}
	.two__text {
	    font-size: 18px;
	}
	.two__button {
	    margin-bottom: 326px;
	    width: 100%;
	}
	.three__label {
	    font-size: 20px;
	    margin-right: 5px;
	}
	.three__question {
	    font-size: 19px;
	}
	.three__button {
	    width: 100%;
	}
	.three__num {
	    font-size: 24px;
	    padding: 10px 22px;
	    margin-right: 8px;
	}
	.three__button_no {
	    margin-bottom: 277px;
	}
	.four__container {
	    width: 100%;
	}
	.four__caption {
	    font-size: 11px;
	    line-height: 12px;
	}
	.four__button {
	    width: 100%;
	}
	.four__button_skip {
	    margin-bottom: 160px;
	}
	.five__title {
	    font-size: 16px;
	}
	.five__img {
	    width: 42%;
	}
	.five__form {
	    width: 98%;
	}
	.five__button {
	    width: 100%;
	    font-size: 36px;
        margin-bottom: 53px;
	}
	.six__title {
	    padding: 11px 50px;
	    font-size: 29px;
	}
	.six__container {
	    width: 100%;
	    margin-bottom: 344px;
	}
	.six__text {
	    font-size: 12px;
	    line-height: 12px;
	    margin-bottom: 4px;
	    padding-top: 3px;
	}
	.six__button {
	    font-size: 24px;
	    padding: 3px 0;
	}
	.footer__terms, .footer__privacy {
	    font-size: 14px;
	}

}

/*Pixel 2*/
/*Pixel*/
/*Pixel XL*/
/*Nexus 6P*/
/*412x604*/
@media screen and (max-width: 413px)and (max-height:605px) {
	.one__title {
	    font-size: 46px;
	}
	.one__text {
	    font-size: 17px;
	}
	.one__text2 {
	    font-size: 18px;
	}
	.one__button {
	    font-size: 35px;
	    width: 93%;
	    margin-bottom: 50px;
	}
	.two__text {
	    font-size: 16px;
	}
	.two__button {
	    font-size: 38px;
	}
	.two__button {
	    margin-bottom: 308px;
	}
	.three__question-progress {
	    margin: 30px 0;
	}
	.three__question {
	    font-size: 17px;
	}
	.four__button_skip {
	    margin-bottom: 96px;
	}
	.four__caption {
	    font-size: 10px;
	}
	.five__label {
	    font-size: 21px;
	}
	.five__img {
	    width: 37%;
	}
	.five__button {
	    font-size: 33px;
	}
	.six__container {
	    margin-bottom: 258px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 12px;
	}
}

/*iPhone XS*/
/*iPhone X*/
/*375x635*/
@media screen and (max-width: 376px)and (max-height:636px) {
	.one__title {
	    font-size: 38px;
	}
	.one__text {
	    font-size: 18px;
	}
	.one__text2 {
	    font-size: 17px;
	}
	.one__button {
	    font-size: 37px;
	    margin-bottom: 108px;
	}
	.two__text {
	    font-size: 16px;
	}
	.two__button {
	    font-size: 33px;
	}
	.three__label {
	    font-size: 16px;
	}
	.three__num {
	    font-size: 19px;
	    padding: 9px 16px;
	}
	.three__button_no {
	    margin-bottom: 269px;
	}
	.four__title {
	    font-size: 20px;
	}
	.five__title {
	    font-size: 14px;
	}
	.five__text {
	    font-size: 15px;
	}
	.five__info, .five__terms {
	    font-size: 12px;
	}
	.six__button {
	    font-size: 20px;
	}
	.six__container {
	    margin-bottom: 283px;
	}
	.footer__terms, .footer__privacy {
	    font-size: 11px;
	}
}

/*iPhone 7*/
/*375x559*/
@media screen and (max-width: 376px)and (max-height:560px) {
	.one__text {
	    font-size: 16px;
	}
	.one__text2 {
	    font-size: 16px;
	}
	.one__button {
	    font-size: 32px;
        margin-bottom: 55px;
	}
	.two__text {
	    font-size: 14px;
	}
	.two__button {
	    margin-bottom: 285px;
	}
	.three__question {
	    font-size: 16px;
	}
	.three__button_no {
	    margin-bottom: 254px;
	}
	.four__title {
	    font-size: 22px;
	}
	.four__caption {
	    font-size: 9px;
	    line-height: 10px;
	}
	.four__button {
	    font-size: 29px;
	}
	.five__text {
	    font-size: 13px;
	}
	.five__label {
	    font-size: 18px;
	}
	.five__info, .five__terms {
	    font-size: 11px;
	}
	.five__button {
	    font-size: 30px;
	}
	.six__container {
	    margin-bottom: 208px;
	}
}

/*iPhone 8*/
/*iPhone 6S*/
/*375x553*/
@media screen and (max-width: 376px)and (max-height:554px) {

}

/*360x719*/
@media screen and (max-width: 361px)and (max-height:720px) {
	.one__text {
	    font-size: 18px;
	}
	.three__num {
	    margin-right: 5px;
	}
	.three__label {
    	margin-right: 22px;
	}
	.five__title {
	    font-size: 14px;
	}
	.six__title {
	    font-size: 22px;
	}
}
/*Huawei P20 Pro*/
/*360x693*/
@media screen and (max-width: 361px)and (max-height:694px) {
	.three__num {
	    font-size: 22px;
	    padding: 9px 17px;
	    margin-right: 6px;
	}
	.three__label {
   		margin-right: 8px;
	    font-size: 17px;
	}
	.five__button {
	    margin-bottom: 77px;
	}
	.five__title {
	    font-size: 14px;
	}
	.six__button {
	    font-size: 21px;
	    padding: 3px 2px;
	}
	.six__text {
	    font-size: 10px;
	    line-height: 10px;
	}
	.six__container {
	    margin-bottom: 406px;
	}
}


/*Galaxy S9*/
/*Galaxy S8*/
/*360x612*/
@media screen and (max-width: 361px)and (max-height:613px) {
	.one__button {
        margin-bottom: 72px;
	}
	.one__text2 {
	    font-size: 16px;
	}
	.two__button {
	    margin-bottom: 300px;
	}
	.three__button_no {
	    margin-bottom: 243px;
	}
	.four__title {
	    font-size: 21px;
	}
	.four__caption {
	    font-size: 8px;
	    line-height: 9px;
	}
	.four__button_skip {
	    margin-bottom: 152px;
	}
	.five__text {
	    font-size: 14px;
	}
	.five__info, .five__terms {
	    font-size: 11px;
	}
	.six__container {
	    margin-bottom: 292px;
	}
	.six__text {
	    font-size: 10px;
	    line-height: 10px;
	}
}

/*Galaxy S7*/
/*360x560*/
@media screen and (max-width: 361px)and (max-height:561px) {
	.one__text {
	    font-size: 16px;
	}
	.two__button {
	    margin-bottom: 281px;
	}
	.four__button_skip {
	    margin-bottom: 136px;
	}
	.four__container {
	    margin-bottom: 17px;
	}
	.six__container {
	    margin-bottom: 241px;
	}
}

/*Galaxy S6*/
/*Galaxy S5*/
/*Galaxy Note4*/
/*Galaxy Note3*/
/*360x559*/
@media screen and (max-width: 361px)and (max-height:560px) {

}

/*LG G5*/
/*360x518*/
@media screen and (max-width: 361px)and (max-height:519px) {
	.one__button {
	    margin-bottom: 34px;
	}
	.two__button {
	    margin-bottom: 247px;
	}
	.three__question {
	    font-size: 15px;
	}
	.three__button {
	    font-size: 30px;
	}
	.three__button_no {
	    margin-bottom: 226px;
	}
	.four__button_skip {
	    margin-bottom: 94px;
	}
	.five__label {
	    font-size: 15px;
	}
	.five__symbol {
	    font-size: 18px;
	}
	.five__email {
	    height: 35px;
	    font-size: 13px;
	}
	.five__button {
	    margin-bottom: 40px;
	}
	.six__container {
	    margin-bottom: 202px;
	}
}

/*MotoX 2nd*/
/*360x512*/
@media screen and (max-width: 361px)and (max-height:513px) {
	.one__text {
	    font-size: 15px;
	}
	.one__text2 {
	    font-size: 15px;
	}
	.one__button {
	    margin-bottom: 32px;
	}
	.two__button {
	    margin-bottom: 242px;
	}
}

/*Xperia Z5*/
/*360x511*/
@media screen and (max-width: 361px)and (max-height:512px) {

}

/*iPhone 5S*/
/*320x460*/
@media screen and (max-width: 321px)and (max-height:461px) {
	.one__text {
	    font-size: 14px;
	}

	.one__text2 {
	    font-size: 14px;
	}
	.one__button {
	    margin-bottom: 27px;
	}
	.one__title, .one__text, .one__img, .one__text2 {
	    margin-bottom: 2px;
	}
	.two__button {
	    font-size: 30px;
	    margin-bottom: 100px;
	}
	.three__label {
	    font-size: 14px;
	}
	.three__num {
	    font-size: 17px;
	    padding: 7px 14px;
	}
	.three__question {
	    font-size: 13px;
	}
	.three__button {
	    font-size: 27px;
	}
	.five__text {
	    font-size: 12px;
	}
	.five__info, .five__terms {
	    font-size: 10px;
	}
	.six__button {
	    font-size: 18px;
	}
	.six__text {
	    font-size: 8px;
	    line-height: 8px;
	}
	.six__container {
	    margin-bottom: 224px;
	}
}

/*iPhone SE*/
/*320x454*/
@media screen and (max-width: 321px)and (max-height:455px) {
	.one__title {
	    font-size: 35px;
	}
	.one__text {
	    font-size: 14px;
	}
	.one__img {
	    width: 62%;
	}
	.one__text2 {
	    font-size: 13px;
	}
	.one__button {
	    font-size: 29px;
	    margin-bottom: 58px;
	}
	.two__title {
	    font-size: 34px;
	}
	.two__text {
	    margin-bottom: 24px;
	}
	.two__button {
	    margin-bottom: 192px;
	}
	.three__button_no {
	    margin-bottom: 182px;
	}
	.four__title {
	    font-size: 18px;
	}
	.four__option {
	    font-size: 15px;
	}
	.four__button {
	    font-size: 24px;
	}
	.four__button_skip {
	    margin-bottom: 82px;
	}
	.five__title {
	    font-size: 12px;
	}
	.five__img {
	    width: 32%;
	}
	.five__button {
	    font-size: 27px;
	}
	.six__title {
	    font-size: 18px;
	}
}

/*iPhone 4S*/
/*320x356*/
@media screen and (max-width: 321px)and (max-height:357px) {
	.one__title {
	    font-size: 31px;
	}
	.one__text {
	    font-size: 12px;
	}
	.one__device {
	    /*font-size: 9px;*/
	}
	.one__img {
	    width: 54%;
	}
	.one__button {
	    font-size: 27px;
	    margin-bottom: 13px;
	}

}

/*iPhone 4S*/
/*320x334*/
@media screen and (max-width: 321px)and (max-height:335px) {

}