@charset "utf-8";
/* CSS Document */

body{
	background-color: #C7944E;
	background-size: cover;
	height: 100vh;
	position: relative;
	color: #ffffff;
	line-height: normal;
}

.cubano{
font-family: cubano, 'sans-serif';
font-weight: 400;
font-style: normal;
}

.korolev{
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.no-mobile { display: block; }

/*h1{
	font-size: 50px;
	line-height: 52px;
	color: #5e358c;
	font-family: cubano, 'sans-serif';
	font-style: italic;
	padding-top: 10%;
}*/

h1{
	font-size: 55px;
	line-height: 54px;
	font-family: cubano, 'sans-serif';
	font-style: italic;
	padding-top: 18%;
}

.cs h1{
	font-size: 55px;
	line-height: 54px;
	color: #115943;
	font-family: cubano, 'sans-serif';
	font-style: italic;
	padding-top: 25%;
}

hr{
	padding: 0;
	border: 0;
	height: 3px;
	background-color: #ffffff;
	margin: 20px 0;
}

/*h2{
	font-family: cubano, 'sans-serif';
	font-size: 28px;
	line-height: 30px;
	color: #333332;
}*/

h2{
	font-family: 'korolev', sans-serif;
	font-size: 32px;
	line-height: 22px;
	color: #fff;
	text-shadow: 1px 0px 0px #115943;
	text-transform: uppercase;
}

/*p{
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 28px;
}*/

p{
	font-family: korolev, sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
}

.text-shadow {
}
/*.boxLogo{
	padding-top: 10%;
}*/

.boxLogo{
	padding-top: 3%;
}

.boxLogoBottom{
	padding-top: 1%;
	padding-right: 0;
	margin-bottom: 40px;
	text-align: center;
}

.boxLogo img{
	display: none;
	max-width: 250px;
	height: auto;
}

.boxLogoBottom img{
	max-width: 200px;
	height: auto;
}

/*.boxVisual{
	padding-top: 8%;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 0;
}*/

.boxVisual{
	padding-top: 6%;
	position: absolute;
	width: 50%;
	height: 50%;
	top: 0;
	left: 0;
}


.boxApp{
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	/*font-size: 28px;
	line-height: 28px;*/
	font-family: cubano, 'sans-serif';
}

.boxApp a img{
	height: 40px;
	margin-top: 10px;
	display: inline;
	/*opacity: 0.3;*/
}

.boxApp img.icoApp{
	height: 40px;
	margin-top: 10px;
	display: inline;
	/*opacity: 0.3;*/
	display: inline !important;
}

.boxApp a{
	display: inline !important;
}

.icoApp img{
		max-width: 100%;
	}

.dida{
	font-size: 16px;
}

.dida a{
	font-size: 16px;
	color: inherit;
	text-decoration: underline;
}

/*desk max 1200*/

@media (max-width : 1200px)  {
	.no-mobile { display: none; }
}

/*iPad in landscape*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

	h1 {
    font-size: 40px;
		line-height: 42px;}

	.cs h1 {
    font-size: 40px;
		line-height: 42px;}

	h2 {
    font-size: 24px;
		line-height: 26px;}

	p {
    font-size: 22px;
    line-height: 24px;

}

	.boxApp {
		padding: 15px;
		font-size: 24px;
	}

	.boxApp a img {
	height: 35px;
	}

	.boxVisual {

    width: 70%;
    left: -10%;

}

}



/*tablet*/

@media (max-width : 992px)  {

.boxLogo {
    padding-top: 5%;
}

	.boxLogo img {
    max-width: 200px;
    height: auto;
}

	/*h1{
	font-size: 38px;
	line-height: 40px;
	padding-top: 40%;
	}*/

	h1{
	font-size: 52px;
	line-height: 46px;
	padding-top: 40%;
	}

	.cs h1{
	font-size: 38px;
	line-height: 40px;
	padding-top: 40%;
}



	h2{
	font-family: cubano, 'sans-serif';
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
}

p{
	font-family: korolev, sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 28px;
}

	.boxVisual {
    /*padding-top: 18%;*/
		padding-top: 2%;
    position: absolute;
    width: 70%;
    height: auto;
    top: 0;
    left: -15%;
}

	.icoApp img{
		max-width: 60%;
	}

	.boxApp{
		margin-top: 15%;
	}

}


/*small devices*/
@media (max-width: 767px) {

	.boxLogo img {
	    max-width: 180px;
    	height: auto;
	}

	.boxVisual {
    	width: 90%;
		left: 1%;
	}

	h1 {
	    padding-top: 70%;
	}

	.cs h1 {
    	padding-top: 70%;
	}

	.boxApp {
	    padding: 15px;
    	border-radius: 0;
    	font-size: 22px;
    	line-height: 24px;
    	margin-top: 0;
		margin-bottom: 15px;
	}

	.boxApp a img {
		height: 30px;
	}



/*iPhone 5 & 5S in portrait & landscape*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

	h1 {
    font-size: 30px;
	line-height: 32px;
	}

	.cs h1 {
    font-size: 30px;
	line-height: 32px;
	}

	h2 {
		font-size: 18px;
	}

	.boxLogoBottom {
		text-align: center !important;
	}

}

/*iPhone 6, 7, & 8 Plus in landscape*/

@media only screen
and (min-device-width : 300px)
and (max-device-width : 736px)
and (orientation : landscape) {

	.boxVisual {
    width: 70% !important;
    padding-top: 8% !important;
		left: -15%;
}

	h1 {
 		padding-top: 10%;
    font-size: 28px;
		line-height: 30px;
	}

	.cs h1 {
 padding-top: 10%;
    font-size: 28px;
		line-height: 30px;
	}

	hr{
		width: 50%;

		margin: 10px 0;
		margin-left: auto;
	}

	h2{
		font-size: 16px;
		line-height: 18px;
	}

	p{
		font-size: 16px;
		line-height: 18px;
	}

	.boxApp {

    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    width: 50%;
    margin-left: auto;

}
	.boxApp a img {

    height: 23px;

}

	.boxApp {
		margin-top: 0px;
		border-radius:15px;
    font-size: 16px;
		line-height: 14px;
	}

	.boxLogoBottom {
		text-align: center !important;
	}

}

@media (min-width : 992px)  {
	.boxLogoBottom {
		text-align: right !important;
	}
}
