
/*Specification*/
:root{
	--white:#ffffff;
}

body {
	 -ms-text-size-adjust: none;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

html, body{
	height: 100%;
}

header, div, p, form, input, a, span, button {
	box-sizing: border-box;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4{
	margin: 0;
	padding: 0;
}

h5{
	margin: 0;
	padding: 0;
}

p {
	font-size: 18px;
	color: #303030;
	margin: 0;
	padding: 0;
}

a, a:hover, a:active {
	text-decoration: 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{
	display: block;
}


.background__slider .bg__slide{
	width: 100%;
	height:95vh;
	opacity: 1;
	position: relative;
	top: 0;left: 0;
}

.wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header{
	margin: 0 auto;
	padding-bottom: 6vh;
}
.price{
	text-align: center;
	/*font-family: 'Montserrat Bold';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background-color: #dad2d5;
	width: 200px;
	margin: 5px auto 0 auto;
	opacity: .7;
}
.logo{
	margin: 15px auto;
	width: 125px;
	display: block;
}

.center__slider{
	margin: 0 auto;
	width: 80%;
}

.center__slide{
	border-radius: 10px;
	background: white;
	box-shadow: 0px 1px 7.68px 0.32px rgba(50, 50, 50, 0.1);
	opacity: 0.5;
	outline: none;
	transition: 0.7s ease;
	padding: 15px 20px;
	width: 310px;
	margin:30px 80px 10px 80px;
	transform: scale(0.9);
}
.center__slider .slick-center{
	opacity: 1;
	transform: scale(1.1);
	border-radius: 10px 10px 0 0;
}


.slide__img {
	margin: auto;
	width: 100%;
}
.slide__title{
	/*font-family: 'Montserrat Bold';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #252525;
	text-align: center;
}

.form{
	margin: 0 auto;
	text-align: center;
	border-radius: 0 0 10px 10px;
	background: white;
	box-shadow: 0px 1px 7.68px 0.32px rgba(50, 50, 50, 0.1);
	padding-bottom: 10px;
	width: 310px;
	transform: scale(1.1);
}
.form__word{
	/*font-family: 'Montserrat Bold';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #252525;
	line-height: 1.658;
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}


.form__btn{
	background-color: #252525;
	display: block;
	color: #fff;
	text-align: center;
	/*font-family: 'Montserrat Bold';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px 0;
	width: 90%;
	text-decoration: none;
	margin: 0 auto;
	font-weight: 700;
}


.form__btn:hover{
	color: #fff;
	text-decoration: none;
}
.footer{
	/*margin-top: 16vh;*/
}
.footer__text{
	/*font-family: 'Arial Narrow';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: 11pt;
	text-align: center;
	margin-bottom: 7px;
	line-height: 1.15;
}


.footer__link{
	/*font-family: 'Arial Narrow';*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: 11pt;
	text-align: center;
	display: block;
	margin: 0 auto;

}

@media screen and (orientation:portrait) {
	.center__slider{
		width: 100%;
	}
}

@media screen and (orientation:landscape) {
	.center__slider{
		width: 100%;
	}
	.price{
		margin-left: auto;
		margin-right: 0;
	}

}

/*Media Requests*/
/*PC*/
/*2K*/
/*2048x1536*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 2031x1386*/
@media screen and (max-width: 2033px)and (max-height:1390px) {

}

/*1920x1200*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1903x1050*/
@media screen and (max-width: 1910px)and (max-height:1060px) {

}

/*1920x1080*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1903x930*/
@media screen and (max-width: 1910px)and (max-height:940px) {

}

/*1600x1200*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1583x1050*/
@media screen and (max-width: 1585px)and (max-height:1055px) {

}

/*1680x1050*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1663x900*/
@media screen and (max-width: 1665px)and (max-height:910px) {

}

/*PC*/
/*1440x900*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1423x750*/
@media screen and (max-width: 1424px)and (max-height:751px) {

}

/*iPad 12.9.2017*/
/*1366x954 - landscape*/
@media screen and (max-width: 1367px)and (max-height:955px) {

}

/*iPad 12.9.2018*/
/*1366x950 - landscape*/
@media screen and (max-width: 1367px)and (max-height:951px) {

}

/*PC*/
/*1366x768*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1349x618*/
@media screen and (max-width: 1350px)and (max-height:619px) {

}

/*Tab4*/
/*1280x679*/
@media screen and (max-width: 1300px)and (max-height:681px) {
	.logo{
		display: none;
	}
	.header{
		padding-bottom: 5vh;
	}
}

/*PC*/
/*1280x1024*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1263x874*/
@media screen and (max-width: 1264px)and (max-height:875px) {

}

/*PC*/
/*1280x800*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1263x650*/
@media screen and (max-width: 1264px)and (max-height:651px) {

}


/*Galaxy Tab S4*/
/*Galaxy Tab 5Se*/
/*1138x544 - landscape*/
@media screen and (max-width: 1139px)and (max-height:545px) {

	.center__slide{
		margin-left: 30px;
		margin-right: 30px;
	}
	.header{
		padding-bottom: 4vh;
	}
	.slide__img {

		width: 80%;
	}
}


/*iPad Air 2019*/
/*1112x764 - landscape*/
@media screen and (max-width: 1115px)and (max-height:765px){
	.header{
		padding-bottom: 4vh;
	}
	.center__slide{
		margin-bottom: 0px;
	}
}

/*pc Matt*/
/*1080x1920*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1080x1777*/
@media screen and (max-width: 1081px)and (max-height:1921px){

}

/*PC*/
/*1024*/
@media screen and (max-width: 1025px) {

}

/*iPad 12.9.2017*/
/*1024x1296*/
@media screen and (max-width: 1025px)and (max-height:1297px) {

	.header{
		padding-bottom: 44vh;
	}
}

/*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) {
	.center__slide {
		margin-right: 20px;
		margin-left: 20px;
	}

	.header {
		padding-bottom: 3vh;
	}

}

/*iPad mini 2019*/
/*iPad Mini4*/
/*iPad 9.7.2016*/
/*iPad 6th*/
/*iPad 5th*/
/*1024x698 - landscape*/
@media screen and (max-width: 1025px)and (max-height:699px) {
	.logo{
		display: none;
	}
	.header {
		padding-bottom: 6vh;
	}
	.center__slide{
		margin-bottom: 10px;
	}
}

/*iPad Air*/
/*iPad4*/
/*iPad Mini2*/
/*1024x692 - landscape*/
@media screen and (max-width: 1025px)and (max-height:693px) {
	.logo{
		display: none;
	}
	.header {
		padding-bottom: 4vh;
	}
	.center__slide{
		margin-bottom: 0px;
	}
}
/*iPad office*/
/*1024x659 - landscape*/
@media screen and (max-width: 1025px)and (max-height:660px) {
	.center__slide {
		margin-bottom: 10px;
	}
	.header {
		padding-bottom: 5vh;
	}
}
/*Galaxy Tab S3*/
/*1024x648 - landscape*/
@media screen and (max-width: 1025px)and (max-height:649px) {
	.center__slide {
		margin-bottom: 10px;
	}
	.header {
		padding-bottom: 5vh;
	}
}

/*PC*/
/*1024x768*/
/*Ð² Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ðµ: 1007x618*/
@media screen and (max-width: 1025px)and (max-height:620px) {

}
/*Nexus 9 - Chrome - album*/
@media screen and (max-width: 1025px)and (max-height:600px) {
	.header{
		padding-bottom: 4vh;
	}
}
/*Nexus7*/
/*960x432 - landscape*/
@media screen and (max-width: 961px)and (max-height:433px) {
	.center__slide{
		width: 200px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.form{
		width: 200px;
	}
	.slide__title{
		font-size: 18px;
	}
		.form__word{
            font-size: 10px;
            margin-bottom: 8px;
        }
	.form__btn{
		font-size: 14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*pixel 4 xl - Chrome - album*/
@media screen and (max-width: 870px)and (max-height:313px) {
	.center__slide{
		width: 150px;
		margin-right: 60px;
		margin-left:60px;
		margin-top: 5px;
	}
	.form{
		width: 150px;
	}
	.slide__title{
		font-size: 14px;
	}
	.form__word{
		font-size: 8px;
		margin-bottom: 5px;
	}
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}
/*one plus 7T 842x326 - Chrome  - album + samsung galaxy S20 Ultra 840x333 - Chrome - album**/
@media screen and (max-width: 842px)and (max-height:333px) {
	.center__slide{
		width: 160px;
		margin-right: 55px;
		margin-left: 55px;
		margin-top: 5px;
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 8px;
            margin-bottom: 5px;
        }
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}

/*iPad 11.2018*/
/*834x1120*/
@media screen and (max-width: 835px)and (max-height:1121px) {
	.center__slide{
		margin-right: 20px;
		margin-left: 20px;

	}
}


/*iPad Air 2019*/
/*834x1042*/
@media screen and (max-width: 835px)and (max-height:1050px){
	.header{
		padding-bottom: 3vh;
	}
}
/*Pixel 4 - Chrome - album*/
@media screen and (max-width: 831px)and (max-height:292px) {
	.center__slide{
		width: 140px;
		margin-top: 5px;
		margin-right: 50px;
		margin-left: 50px;
		margin-bottom: 0;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 8px;
            margin-bottom: 5px;
        }

	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*Pixel 3a XL - Chrome - album*/
@media screen and (max-width: 817px)and (max-height:353px) {
	.center__slide{
		width: 170px;
		margin-top: 10px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.form{
		width: 170px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 10px;
            margin-bottom: 5px;
        }
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}
/*OnePlus 6T*/
/*814 x 325 - landscape*/
@media screen and (max-width: 815px)and (max-height:326px) {
	.center__slide{
		width: 160px;
		margin-bottom: 10px;
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}
	.form__word{
		font-size: 8px;
		margin-bottom: 5px;
	}
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}

/*iPhone XS max*/
/*iPhone XR*/
/*808x414 - landscape*/
@media screen and (max-width: 809px)and (max-height:415px) {
	.center__slide{
		width: 200px;
		margin:20px 20px 10px 20px;
	}
	.form{
		width: 200px;
	}
	.slide__title{
		font-size: 18px;
	}
		.form__word{
            font-size: 10px;
            margin-bottom: 5px;
        }

	.form__btn{
		font-size: 14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 7vh;
	}
}


/*iPhone 11*/
/*808x364 - landscape*/
@media screen and (max-width: 809px)and (max-height:365px) {

	.center__slide{
		width: 170px;
		margin:20px 40px 10px 40px;
	}
	.form{
		width: 170px;
	}
	.slide__title{
		font-size: 18px;
	}
	.form__word{
		font-size: 10px;
		margin-bottom: 5px;
	}
	.form__btn{
		font-size: 14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}

/*Tab4*/
/*800x1159 - landscape*/
@media screen and (max-width: 801px)and (max-height:1160px) {
	/*.header{
		padding-bottom: 26vh;
	}*/
	.center__slide{
		margin-left: 20px;
		margin-right: 20px;
	}
}

/*Galaxy S9+*/
/*Galaxy S8+*/
/*Galaxy Note 9*/
/*Galaxy Note 8*/
/*798x332 - landscape*/
@media screen and (max-width: 799px)and (max-height:333px) {
	.center__slide{
		width: 160px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 8px;
            margin-bottom: 5px;
        }
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}
/*Samsung Galaxy A10, Note 10, Note 10+ - Chrome - album*/
@media screen and (max-width: 791px)and (max-height:333px) {

}
/*Galaxy S10+*/
/*780 x 332 - landscape*/
@media screen and (max-width: 781px)and (max-height:333px) {

}
/*Galaxy S10*/
/*778x332*/
@media screen and (max-width: 779px)and (max-height:333px) {
	.header{
		padding-bottom: 3vh;
	}
}
/*Samsung Galaxy S20+, S10, Redmi Note 7, Redmi Note 8 - Chrome - album*/
@media screen and (max-width: 781px)and (max-height:310px) {
	.center__slide{
		width: 140px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 5px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 12px;
	}
		.form__word{
            font-size: 8px;
            margin-bottom: 5px;
        }
	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}


/*PC*/
/*768*/
@media screen and (max-width: 769px) {

}

/*iPad Air2*/
/*iPad Mini3*/
/*768x960*/
@media screen and (max-width: 769px)and (max-height:961px) {
	.header{
		padding-bottom: 13vh;
	}
	.center__slide{
		margin-bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
}

/*iPad mini 2019*/
/*iPad 9.7.2016*/
/*iPad 6th*/
/*iPad 5th*/
/*iPad Mini4*/
/*768x954*/
@media screen and (max-width: 769px)and (max-height:955px) {
	.center__slide{
		margin-bottom: 15px;
	}
	.header{
		padding-bottom: 22vh;
	}
}

/*iPad Air*/
/*iPad4*/
/*iPad Mini2*/
/*768x928*/
@media screen and (max-width: 769px)and (max-height:929px) {
	.header{
		padding-bottom: 10vh;
	}
	.center__slide{
		margin-bottom: 0;
	}
}
/*iPad office*/
/*768x915*/
@media screen and (max-width: 769px)and (max-height:916px) {
	.center__slide{
		margin-bottom: 20px;
	}
	.header{
		padding-bottom: 10vh;
	}
}
/*Galaxy Tab S3*/
/*768x904*/
@media screen and (max-width: 769px)and (max-height:905px) {
	.center__slide{
		margin-bottom: 20px;
	}
	.header{
		padding-bottom: 16vh;
	}
}
/*Nexus 9 - Chrome - portrait*/
@media screen and (max-width: 769px)and (max-height:856px) {
	.header{
		padding-bottom: 12vh;
	}
}
/*Pixel 3a - Chrome - album*/
@media screen and (max-width: 761px)and (max-height:314px) {
	.center__slide{
		width: 140px;
		margin-left: 45px;
		margin-right: 45px;
		margin-bottom: 5px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 8px;
            margin-bottom: 5px;
        }

	.form__btn{
		font-size: 10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}
/*Pixel 3 XL*/
/*749x328 - landscape*/
@media screen and (max-width: 750px)and (max-height:329px) {
	.center__slide{
		/*margin-bottom: 0px;*/
		margin:20px 35px 10px 35px;
	}

	.header{
		padding-bottom: 4vh;
	}
}

/*Pixel 3*/
/*738 x 313 - landscape*/
@media screen and (max-width: 739px)and (max-height:314px) {
	.center__slide{
		width: 140px;
		margin-bottom: 5px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 14px;
	}
	.form__word{
		font-size: 8px;
		margin-bottom: 5px;
	}

	.form__btn{
		font-size: 12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}

/*iPhone 8+*/
/*iPhone 6S+*/
/*iPhone 7S+*/
/*736x414 - landscape*/
@media screen and (max-width: 737px)and (max-height:415px) {
	.center__slide{
		width: 210px;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.form{
		width: 210px;
	}
	.form__btn{
		font-size: 14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
@media screen and (max-width: 737px)and (max-height:365px) {

	.center__slide{
		width: 170px;
		margin-bottom: 10px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.form{
		width: 170px;
	}
	.slider__title{
		font-size: 12px;
	}
	.form__word{
        font-size: 8px;
    }
	.form__btn{
		font-size: 12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone 6S+ down, 6+ - Chrome - album*/
@media screen and (max-width: 737px)and (max-height:339px) {

	.center__slide{
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 0px;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*Samsung Galaxy S20 - Chrome - album*/
@media screen and (max-width: 727px)and (max-height:281px) {

	.center__slide{
		width: 130px;
		/*margin-bottom: 10px;*/
		margin-left: 40px;
		margin-right: 40px;
	}
	.form{
		width: 130px;
	}
	.slide__title{
		font-size: 12px;
	}
		.form__word{
            font-size: 6px;
        }
	.form__btn{
		font-size: 10px;
		padding: 3px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}
/*iPhone XS*/
/*iPhone X*/
/*724x375 - landscape*/
@media screen and (max-width: 725px)and (max-height:376px) {
	.center__slide{
		width: 190px;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.form{
		width: 190px;
	}
	.slide__title{
		font-size: 16px;
	}
		.form__word{
            font-size: 9px;
        }
	.form__btn{
		font-size: 14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*iPhone 11 Pro, XS - Chrome - album*/
@media screen and (max-width: 725px)and (max-height:326px) {
	.center__slide{
		width: 160px;
		margin-bottom: 10px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}
		.form__word{
            font-size: 8px;
        }

	.form__btn{
		font-size: 12px;
		padding: 3px 0;
	}
	.header{
		padding-bottom: 4vh;
	}

}
/*iPhone X - Chrome - album*/
@media screen and (max-width: 725px)and (max-height:305px) {
	.header{
		padding-bottom: 4vh;
	}
}
/*Galaxy Tab S4*/
/*Galaxy Tab 5Se*/
/*712x970*/
@media screen and (max-width: 713px)and (max-height:971px) {
	.center__slide{
		margin:30px 10px 20px 10px;
	}
	.header{
		padding-bottom: 22vh;
	}
}
/*ZTE*/
/*705x271 - landscape*/
@media screen and (max-width: 706px)and (max-height:272px) {
	.center__slide{
		width: 130px;
		margin-bottom: 5px;
		margin-left: 40px;
		margin-right: 40px;
		margin-top: 10px;
	}
	.form{
		width: 130px;
	}
	.slide__title{
		font-size: 12px;
	}
	.form__word{
		font-size: 8px;
	}

	.form__btn{
		font-size: 10px;
		padding: 3px 0;
	}
	.header{
		padding-bottom: 3vh;
	}
}

/*Galaxy S9*/
/*Galaxy S8*/
/*Galaxy A8*/
/*692x280 - landscape*/
@media screen and (max-width: 693px)and (max-height:281px) {
	.center__slide{
		width: 140px;
		margin:10px 40px 0px 40px;
		/*margin-bottom: 10px;*/
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 12px;
	}

	.form__btn{
		font-size: 10px;
		padding: 3px 0;
	}
	.header{
		padding-bottom: 4vh;
	}

}

/*Pixel 2*/
/*Pixel*/
/*Pixel XL*/
/*Nexus 6P*/
/*684x332 - landscape*/
@media screen and (max-width: 690px)and (max-height:333px) {
	.center__slide{
		width: 160px;
		margin:10px 30px 10px 30px;
		/*margin-bottom: 10px;*/
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}

	.form__btn{
		font-size: 12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}
/*Galaxy S10e*/
/*674 x 280 - landscape*/
@media screen and (max-width: 675px)and (max-height:281px) {
	.center__slide{
		width: 140px;
		margin-bottom: 0px;
		margin-top: 5px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 12px;
	}

	.form__btn{
		font-size:10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}

/*iPhone 8*/
/*iPhone 6S*/
/*iPhone 7*/
/*667x375 - landscape*/
@media screen and (max-width: 668px)and (max-height:376px) {
	.center__slide{
		width: 190px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.form{
		width: 190px;
	}
	.slide__title{
		font-size: 14px;
	}
	.form__btn{
		font-size:12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone 8, 7, 6S, 6 - Chrome - album*/
@media screen and (max-width: 668px)and (max-height:326px) {
	.center__slide{
		width: 150px;
		margin-bottom: 10px;
		margin-top: 20px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.form{
		width: 150px;
	}
	.slide__title{
		font-size: 14px;
	}
	.form__btn{
		font-size:12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*iPhone 7, 6S, 6 down - Chrome - album*/
@media screen and (max-width: 668px)and (max-height:300px) {
	.center__slide{
		width: 140px;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 14px;
	}

	.form__btn{
		font-size:12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 5vh;
	}
}
/*Samsung Galaxy Note 3 - Chrome - album*/
@media screen and (max-width: 641px)and (max-height:313px) {

}
/*Galaxy S7*/
/*640x280- landscape*/
@media screen and (max-width: 641px)and (max-height:281px) {
	.center__slide{
		width: 140px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.form{
		width: 140px;
	}
	.slide__title{
		font-size: 12px;
	}
	.form__btn{
		font-size:10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 3vh;
	}
}

/*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) {
	.center__slide{
		width: 280px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.form{
		width: 280px;
	}
	.slide__title{
		font-size: 20px;
	}
	.form__btn{
		font-size:18px;
		padding: 10px 0;
	}
	.header{
		padding-bottom: 12vh;
	}
}

/*LG G5*/
/*MotoX 2nd*/
/*598x280 - landscape*/
@media screen and (max-width: 599px)and (max-height:281px) {
	.center__slide{
		width: 130px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.form{
		width: 130px;
	}
	.slide__title{
		font-size: 12px;
	}
	.form__btn{
		font-size:8px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}

/*Nexus 5*/
/*Xperia Z5*/
/*598x279 - landscape*/
@media screen and (max-width: 599px)and (max-height:280px) {
	.center__slide{
		margin-bottom: 0;
		margin-left: 30px;
		margin-right: 30px;
	}
	.form__btn{
		font-size:10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 6vh;
	}
}

/*iPhone SE*/
/*iPhone 5S*/
/*568x320 - landscape*/
@media screen and (max-width: 569px)and (max-height:321px) {
	.center__slide{
		width: 160px;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.form{
		width: 160px;
	}
	.slide__title{
		font-size: 14px;
	}

	.form__btn{
		font-size:12px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}
/*iPhone SE - Chrome - album*/
@media screen and (max-width: 569px)and (max-height:271px) {
	.center__slide{
		width: 130px;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.form{
		width: 130px;
	}
	.slide__title{
		font-size: 12px;
	}
	.form__btn{
		font-size:10px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 4vh;
	}
}
/*iPhone 5S - Chrome - album*/
@media screen and (max-width: 569px)and (max-height:245px) {
	.center__slide{
		width: 120px;
		margin-bottom: 0px;
		margin-top: 10px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.form{
		width: 120px;
	}

	.slide__title{
		font-size: 10px;
	}

	.form__btn{
		font-size:8px;
		padding: 3px 0;
	}
	.header{
		padding-bottom: 1vh;
	}

}
/*iPhone 4S*/
/*480x208 - landscape*/
@media screen and (max-width: 481px)and (max-height:209px) {

}

/*PC*/
/*425*/
@media screen and (max-width: 426px) {

}



/*PORTRAIT MOB*/
/*iPhone 11*/
/*414x725*/
@media screen and (max-width: 415px)and (max-height:726px) {

}
/*Pixel 3a XL - Chrome - portrait*/
@media screen and (max-width: 433px)and (max-height:737px) {
	.center__slide{
		width: 200px;
		margin:30px 10px 10px 10px;
		/*margin-bottom: 10px;*/
	}
	.form{
		width: 200px;
	}
	.form__btn{
		font-size:16px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 12vh;
	}
}
/*iPhone 11, 11 Pro Max, XS Max, XR - Chrome - portrait*/
@media screen and (max-width: 415px)and (max-height:723px) {
	.center__slide{
		width: 200px;
		margin:30px 10px 10px 10px;
		/*margin-bottom: 10px;*/
	}
	.form{
		width: 200px;
	}
	.form__btn{
		font-size:16px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 10vh;
	}
}
/*iPhone XS max*/
/*iPhone XR*/
/*414x719*/
@media screen and (max-width: 415px)and (max-height:720px) {

}
@media screen and (max-width: 415px)and (max-height:661px) {
	.logo{
		display: block;
	}
	.center__slide {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone 7S+*/
/*414x628*/
@media screen and (max-width: 415px)and (max-height:629px) {
	.logo{
		display: block;
	}
	.center__slide{
		margin-bottom: 10px;
	}
	.header{
		padding-bottom: 17vh;
	}
}

/*iPhone 8+*/
/*iPhone 6S+*/
/*414x622*/
@media screen and (max-width: 415px)and (max-height:623px) {
	.header{
		padding-bottom: 8vh;
	}
	.center__slide{
		margin-bottom: 10px;
	}
}
/*samsung galaxy S20 Ultra - Chrome - portrait*/
@media screen and (max-width: 413px)and (max-height:784px) {
	.center__slide{
		width: 200px;
		/*margin-bottom: 10px;*/
		margin:30px 10px 10px 10px;
	}
	.form{
		width: 200px;


	}

	.form__btn{
		font-size:16px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 17vh;
	}
}
/*one plus 7T - Chrome - portrait*/
@media screen and (max-width: 413px)and (max-height:781px) {

}
/*pixel 4 xl - Chrome - portrait*/
@media screen and (max-width: 413px)and (max-height:770px) {
	.header{
		padding-bottom: 16vh;
	}
}
/*OnePlus 6T*/
/*412 x 757*/
@media screen and (max-width: 413px)and (max-height:758px) {
	.center__slide{
		width: 200px;
		/*margin-bottom: 10px;*/
		margin:30px 10px 10px 10px;
	}
	.form{
		width: 200px;
	}
	.form__btn{
		font-size:16px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 15vh;
	}
}
/*Samsung Galaxy A10, Note 10, Note 10+ - Chrome - portrait*/
@media screen and (max-width: 413px)and (max-height:735px) {
	.header{
		padding-bottom:12vh;
	}
}
/*Galaxy S10+*/
/*412 x 723*/
@media screen and (max-width: 413px)and (max-height:724px) {
	.header{
		padding-bottom: 11vh;
	}
}

/*Galaxy S10*/
/*412x722*/
@media screen and (max-width: 413px)and (max-height:723px) {

}

/*Galaxy S9+*/
/*Galaxy S8+*/
/*Galaxy Note 9*/
/*Galaxy Note 8*/
/*412x718*/
@media screen and (max-width: 413px)and (max-height:719px) {

}

/*Pixel 3 XL*/
/*412x693*/
@media screen and (max-width: 413px)and (max-height:694px) {
	.logo{
		display: block;
	}
	.header{
		padding-bottom: 7vh;
	}

}

/*Pixel 2*/
/*Pixel*/
/*Pixel XL*/
/*Nexus 6P*/
/*412x604*/
@media screen and (max-width: 413px)and (max-height:605px) {
	.logo{
		margin:5px auto;
		width: 100px;
	}
	.header{
		padding-bottom: 8vh;
	}
}
/*Nexus 6 - Chrome - portrait*/
@media screen and (max-width: 413px)and (max-height:605px) {

}

/*Pixel 4 - Chrome - portrait*/
@media screen and (max-width: 394px)and (max-height:728px) {
	.header{
		padding-bottom: 9vh;
	}
}
/*Redmi Note 7, Redmi Note 8 - Chrome - portrait*/
@media screen and (max-width: 394px)and (max-height:720px) {
	.header{
		padding-bottom: 19vh;
	}
}
/*Pixel 3a - Chrome - portrait*/
@media screen and (max-width: 394px)and (max-height:681px) {
	.header{
		padding-bottom: 7vh;
	}
}
/*Pixel 3*/
/*393 x 658*/
@media screen and (max-width: 394px)and (max-height:659px) {
	.header{
		padding-bottom: 7vh;
	}
}
/*Samsung Galaxy S20+ - Chrome - portrait*/
@media screen and (max-width: 385px)and (max-height:725px) {
	.header{
		padding-bottom: 8vh;
	}
}
/*PC*/
/*375*/
@media screen and (max-width: 376px) {

}
/*iPhone  X - Chrome - portrait*/
@media screen and (max-width: 376px)and (max-height:640px) {
	.header{
		padding-bottom: 9vh;
	}
}
/*iPhone 11 Pro, XS, X - Chrome - portrait*/
@media screen and (max-width: 376px)and (max-height:639px) {
	.logo{
		margin:8px auto;
		width: 110px;
	}
	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone XS*/
/*iPhone X*/
/*375x635*/
@media screen and (max-width: 376px)and (max-height:636px) {
	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone 7 Chrome*/
/*375x559*/
@media screen and (max-width: 376px)and (max-height:592px) {
	.center__slide{
		width: 170px;
		/*margin-bottom: 10px;*/
		margin:30px 10px 10px 10px;
	}
	.form{
		width: 170px;
	}


	.slide__title{
		font-size: 16px;
	}
	.form__word{
        font-size: 10px;
    }
	.form__btn{
		font-size:14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 8vh;
	}
}
/*iPhone 7*/
/*375x559*/
@media screen and (max-width: 376px)and (max-height:560px) {
	.header{
		padding-bottom: 13vh;
	}
}

/*iPhone 8*/
/*iPhone 6S*/
/*375x553*/
@media screen and (max-width: 376px)and (max-height:554px) {
	.header{
		padding-bottom: 9vh;
	}
}
/*Samsung Galaxy S20 - Chrome - portrait*/
@media screen and (max-width: 361px)and (max-height:671px) {
	.center__slide{
		width: 170px;
		/*margin-bottom: 10px;*/
		margin:30px 10px 10px 10px;
	}
	.form{
		width: 170px;
	}
	.slide__title{
		font-size: 16px;
	}
	.form__word{
		font-size: 10px;
	}
	.form__btn{
		font-size:14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 7vh;
	}
}
/*ZTE*/
/*360 x 643*/
@media screen and (max-width: 361px)and (max-height:643px) {
	.header{
		padding-bottom: 7vh;
	}
}
/*Galaxy S10e*/
/*360 x 617*/
@media screen and (max-width: 361px)and (max-height:618px) {
	.center__slide{
		width: 170px;
		/*margin-bottom: 10px;*/
		margin:30px 10px 10px 10px;
	}
	.form{
		width: 170px;
	}
	.slide__title{
		font-size: 16px;
	}
	.form__word{
		font-size: 10px;
	}
	.form__btn{
		font-size:14px;
		padding: 5px 0;
	}
	.header{
		padding-bottom: 8vh;
	}
}

/*Galaxy S9*/
/*Galaxy S8*/
/*360x612*/
@media screen and (max-width: 361px)and (max-height:613px) {
	.header{
		padding-bottom: 7vh;
	}
}
/*Samsung Galaxy Note 3 - Chrome - portrait*/
@media screen and (max-width: 361px)and (max-height:593px) {

}
/*Galaxy S7*/
/*360x560*/
@media screen and (max-width: 361px)and (max-height:561px) {
	.center__slide{
		width: 170px;
		/*margin-bottom: 10px;*/
		margin:10px 10px 10px 10px;
	}
	.header{
		padding-bottom: 7vh;
	}
}

/*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) {
	.header{
		padding-bottom: 8vh;
	}
}

/*MotoX 2nd*/
/*360x512*/
@media screen and (max-width: 361px)and (max-height:513px) {
	.header{
		padding-bottom: 8vh;
	}
}

/*Xperia Z5*/
/*360x511*/
@media screen and (max-width: 361px)and (max-height:512px) {
	.header{
		padding-bottom: 7vh;
	}
}

/*PC*/
/*320*/
@media screen and (max-width: 321px) {

}
/*iPhone 5S - Chrome - portrait*/
@media screen and (max-width: 321px)and (max-height:493px) {
	.center__slide{
		width: 150px;
		margin-bottom: 0;
	}
	.form{
		width: 150px;
	}
	.header{
		padding-bottom: 5vh;
	}

}


/*iPhone 5S*/
/*320x460*/
@media screen and (max-width: 321px)and (max-height:461px) {


}

/*iPhone SE*/
/*320x454*/
@media screen and (max-width: 321px)and (max-height:455px) {
	.logo{
		width: 80px;
	}

	.header{
		padding-bottom: 7vh;
	}
}
/*iPhone SE - Chrome - portrait*/
@media screen and (max-width: 321px)and (max-height:453px) {
	.header{
		padding-bottom: 7vh;
	}

}

/*iPhone 4S*/
/*320x356*/
@media screen and (max-width: 321px)and (max-height:357px) {

}

/*iPhone 4S*/
/*320x334*/
@media screen and (max-width: 321px)and (max-height:335px) {

}