img {
	width: 100%;
	height: auto;
}

/* - - — — - - P a g e   a d a p t i v e   e l e m e n t s - - — — — - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 9000px) { 


/* m a i n  c o n t a i n e r */	
	
.conteiner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.divider0 {
	position: relative;
	background: #fff;
	left: 0px;
	top: -60px;
	width: 100%;
	height: 6px;
}


/* m e n u */	

.menu {
	position: fixed;
	left: 60px;
	top: 60px;
	width: 320px;
	height: 100%;
	min-height: 700px;
}


.logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
}

.menu_items {
	position: relative;
	left: 0px;
	top: 30px;
	width: 100%;
	height: auto;
}

.but_download {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 320px;
	height: 60px;
	margin-top: -180px;
}


/* m a i n  c o n t e n t s */	

.contents {
	position: absolute;
	left: 26%;
	top: 60px;
	width: 70%;
	height: auto;
}

	
.splash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.splash_img {
	left: 0px;
	top: 0px;
	height: 420px;
	background-image: url("igorgott.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 25px;
}

.name {
	position: relative;
	left: 0px;
	top: 440px;
	width: 100%;
	height: auto;
	margin-left: -10px;
}

.positiontitle {
	position: relative;
	left: 0px;
	top: 460px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.aboutinfo {
	position: relative;
	left: 0px;
	top: 500px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.moreinfo {
	position: relative;
	left: 0px;
	top: 540px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.divider {
	position: relative;
	background: #000;
	left: 0px;
	top: 610px;
	width: 100%;
	height: 6px;
}


/* c o n t e n t  b l o c k */	

.block01 {
	position: relative;
	left: 0px;
	top: 660px;
	width: 100%;
	height: auto;
}

.blocktitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.blockcaption {
	position: relative;
	left: 0px;
	top: 120px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.company_splash {
	position: relative;
	left: 0px;
	top: 130px;
	width: 100%;
	height: auto;
}
	
.company_img {
	left: 0px;
	top: 0px;
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}

.subtitle {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.blocktext {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-bottom: 40px;
}

.divider2 {
	position: relative;
	background: #000;
	left: 0px;
	top: 840px;
	width: 100%;
	height: 6px;
}


.block02 {
	position: relative;
	left: 0px;
	top: 890px;
	width: 100%;
	height: auto;
}

.divider3 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1020px;
	width: 100%;
	height: 6px;
}


.block03 {
	position: relative;
	left: 0px;
	top: 1070px;
	width: 100%;
	height: auto;
}

.divider4 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1210px;
	width: 100%;
	height: 6px;
}

.block04 {
	position: relative;
	left: 0px;
	top: 1250px;
	width: 100%;
	height: auto;
}

.blockpublic {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-bottom: -100px;
}


.public_img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 240px;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}

.public_txt {
	position: relative;
	left: 280px;
	top: -200px;
	width: 80%;
	height: auto;
	margin-left: 0px;
}

.divider5 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1430px;
	width: 100%;
	height: 6px;
}

.block05 {
	position: relative;
	left: 0px;
	top: 1470px;
	width: 100%;
	height: auto;
}

.divider6 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1630px;
	width: 100%;
	height: 6px;
}

.block06 {
	position: relative;
	left: 0px;
	top: 1670px;
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	left: 0px;
	top: 1870px;
	width: auto;
	height: auto;
	padding-bottom: 75px;
}

		
/* e n d   o f   m e d i a   s c r e e n */	
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1680px) { 


/* - - - - - Text styles - - - - - */

p10 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 100px;
	Color: #000;
	letter-spacing: -4.5px;
    line-height: 1.0;
	font-kerning: auto;
}

p11 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 32px;
	Color: #000;
	letter-spacing: -1.0px;
    line-height: 1.0;
	font-kerning: auto;
}

p17 {
	Font-family: Light;
	Font-weight: normal;
	Font-size: 32px;
	Color: #000;
	letter-spacing: -1.0px;
    line-height: 1.0;
	font-kerning: auto;
}

p12 {
	Font-family: Regular;
	Font-weight: normal;
	Font-size: 20px;
	Color: #000;
	letter-spacing: -0.2px;
    line-height: 1.4;
	font-kerning: auto;
}

p13 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 20px;
	Color: #000;
	letter-spacing: -0.5px;
    line-height: 2.4;
	font-kerning: auto;
}

p14 {
	Font-family: Light;
	Font-weight: normal;
	text-transform: uppercase;
	Font-size: 18px;
	Color: #000;
	letter-spacing: 10.0px;
    line-height: 1.5;
	font-kerning: auto;
}

p15 {
	Font-family: Regular;
	Font-weight: normal;
	Font-size: 54px;
	Color: #000;
	letter-spacing: -2.0px;
    line-height: 1.3;
	font-kerning: auto;
}

p16 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 28px;
	Color: #000;
	letter-spacing: -0.5px;
    line-height: 3.5;
	font-kerning: auto;
}


/* m a i n  c o n t a i n e r */	
	
.conteiner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.divider0 {
	position: relative;
	background: #fff;
	left: 0px;
	top: -60px;
	width: 100%;
	height: 6px;
}


/* m e n u */

.menu {
	position: fixed;
	left: 30px;
	top: 30px;
	width: 320px;
	height: 100%;
	min-height: 540px;
	visibility: visible;
}


.logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
}

.menu_items {
	position: relative;
	left: 0px;
	top: 20px;
	width: 100%;
	height: auto;
}

.but_download {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 260px;
	height: 52px;
	margin-top: -112px;
}


/* m a i n  c o n t e n t s */	

.contents {
	position: absolute;
	left: 320px;
	top: 30px;
	width: 70%;
	height: auto;
}

	
.splash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.splash_img {
	left: 0px;
	top: 0px;
	height: 420px;
	background-image: url("igorgott.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 25px;
}

.name {
	position: relative;
	left: 0px;
	top: 440px;
	width: 100%;
	height: auto;
	margin-left: -10px;
}

.positiontitle {
	position: relative;
	left: 0px;
	top: 460px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.aboutinfo {
	position: relative;
	left: 0px;
	top: 500px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.moreinfo {
	position: relative;
	left: 0px;
	top: 520px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.divider {
	position: relative;
	background: #000;
	left: 0px;
	top: 570px;
	width: 100%;
	height: 4px;
}


/* c o n t e n t  b l o c k */	

.block01 {
	position: relative;
	left: 0px;
	top: 600px;
	width: 100%;
	height: auto;
}

.blocktitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.blockcaption {
	position: relative;
	left: 0px;
	top: 120px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.company_splash {
	position: relative;
	left: 0px;
	top: 130px;
	width: 100%;
	height: auto;
}
	
.company_img {
	left: 0px;
	top: 0px;
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}

.subtitle {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.blocktext {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-bottom: 20px;
}

.divider2 {
	position: relative;
	background: #000;
	left: 0px;
	top: 800px;
	width: 100%;
	height: 4px;
}


.block02 {
	position: relative;
	left: 0px;
	top: 840px;
	width: 100%;
	height: auto;
}

.divider3 {
	position: relative;
	background: #000;
	left: 0px;
	top: 980px;
	width: 100%;
	height: 4px;
}


.block03 {
	position: relative;
	left: 0px;
	top: 1010px;
	width: 100%;
	height: auto;
}

.divider4 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1130px;
	width: 100%;
	height: 4px;
}

.block04 {
	position: relative;
	left: 0px;
	top: 1170px;
	width: 100%;
	height: auto;
}

.blockpublic {
	position: relative;
	left: 0px;
	top: 120px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-bottom: -140px;
}


.public_img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}

.public_txt {
	position: relative;
	left: 230px;
	top: -200px;
	width: 75%;
	height: auto;
	margin-left: 0px;
}

.divider5 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1320px;
	width: 100%;
	height: 4px;
}

.block05 {
	position: relative;
	left: 0px;
	top: 1340px;
	width: 100%;
	height: auto;
}

.divider6 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1490px;
	width: 100%;
	height: 4px;
}

.block06 {
	position: relative;
	left: 0px;
	top: 1530px;
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	left: 0px;
	top: 1700px;
	width: auto;
	height: auto;
	padding-bottom: 45px;
}

	
/* e n d   o f   m e d i a   s c r e e n */	
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1160px) { 

/* - - - - - Text styles - - - - - */

p10 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 80px;
	Color: #000;
	letter-spacing: -3.0px;
    line-height: 1.0;
	font-kerning: auto;
}

p11 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 26px;
	Color: #000;
	letter-spacing: -1.0px;
    line-height: 1.0;
	font-kerning: auto;
}

p17 {
	Font-family: Light;
	Font-weight: normal;
	Font-size: 26px;
	Color: #000;
	letter-spacing: -1.0px;
    line-height: 1.0;
	font-kerning: auto;
}

p12 {
	Font-family: Regular;
	Font-weight: normal;
	Font-size: 18px;
	Color: #000;
	letter-spacing: -0.2px;
    line-height: 1.4;
	font-kerning: auto;
}

p13 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 18px;
	Color: #000;
	letter-spacing: -0.5px;
    line-height: 1.4;
	font-kerning: auto;
}

p14 {
	Font-family: Light;
	Font-weight: normal;
	text-transform: uppercase;
	Font-size: 16px;
	Color: #000;
	letter-spacing: 5.0px;
    line-height: 1.5;
	font-kerning: auto;
}

p15 {
	Font-family: Regular;
	Font-weight: normal;
	Font-size: 32px;
	Color: #000;
	letter-spacing: -2.0px;
    line-height: 1.2;
	font-kerning: auto;
}

p16 {
	Font-family: Boldy;
	Font-weight: normal;
	Font-size: 24px;
	Color: #000;
	letter-spacing: -0.5px;
    line-height: 1.2;
	font-kerning: auto;
}

/* m a i n  c o n t a i n e r */	
	
.conteiner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	min-width: 320px;
}


/* m e n u */

.menu {
	position: fixed;
	left: 30px;
	top: 30px;
	width: 320px;
	height: 100%;
	min-height: 540px;
	visibility: hidden;
}

/* m a i n  c o n t e n t s */	

.contents {
	position: absolute;
	left: 50%;
	margin-left: -47%;
	top: 20px;
	width: 94%;
	height: auto;
}

	
.splash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
	
.splash_img {
	left: 0px;
	top: 0px;
	height: 320px;
	background-image: url("igorgott.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 25px;
}

.name {
	position: relative;
	left: 0px;
	top: 320px;
	width: 100%;
	height: auto;
	margin-left: -10px;
}

.positiontitle {
	position: relative;
	left: 0px;
	top: 340px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.aboutinfo {
	position: relative;
	left: 0px;
	top: 360px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.moreinfo {
	position: relative;
	left: 0px;
	top: 400px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.divider {
	position: relative;
	background: #000;
	left: 0px;
	top: 440px;
	width: 100%;
	height: 4px;
}


/* c o n t e n t  b l o c k */	

.block01 {
	position: relative;
	left: 0px;
	top: 480px;
	width: 100%;
	height: auto;
}

.blocktitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	margin-left: -5px;
}

.blockcaption {
	position: relative;
	left: 0px;
	top: 120px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

.company_splash {
	position: relative;
	left: 0px;
	top: 130px;
	width: 100%;
	height: auto;
}
	
.company_img {
	left: 0px;
	top: 0px;
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}

.subtitle {
	position: relative;
	left: 0px;
	top: 160px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-bottom: 40px;
}

.blocktext {
	position: relative;
	left: 0px;
	top: 140px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-bottom: 20px;
}

.divider2 {
	position: relative;
	background: #000;
	left: 0px;
	top: 670px;
	width: 100%;
	height: 4px;
}


.block02 {
	position: relative;
	left: 0px;
	top: 720px;
	width: 100%;
	height: auto;
}

.divider3 {
	position: relative;
	background: #000;
	left: 0px;
	top: 840px;
	width: 100%;
	height: 4px;
}


.block03 {
	position: relative;
	left: 0px;
	top: 880px;
	width: 100%;
	height: auto;
}

.divider4 {
	position: relative;
	background: #000;
	left: 0px;
	top: 990px;
	width: 100%;
	height: 4px;
}

.block04 {
	position: relative;
	left: 0px;
	top: 1030px;
	width: 100%;
	height: auto;
}

.blockpublic {
	position: relative;
	left: 0px;
	top: 80px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-bottom: -120px;
}


.public_img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}

.public_txt {
	position: relative;
	left: 230px;
	top: -200px;
	width: 65%;
	height: auto;
	margin-left: 0px;
}

.divider5 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1120px;
	width: 100%;
	height: 4px;
}

.block05 {
	position: relative;
	left: 0px;
	top: 1160px;
	width: 100%;
	height: auto;
}

.divider6 {
	position: relative;
	background: #000;
	left: 0px;
	top: 1300px;
	width: 100%;
	height: 4px;
}

.block06 {
	position: relative;
	left: 0px;
	top: 1350px;
	width: 100%;
	height: auto;
}

.footer {
	position: relative;
	left: 0px;
	top: 1530px;
	width: auto;
	height: auto;
	padding-bottom: 45px;
}


	
/* e n d   o f   m e d i a   s c r e e n */	
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 640px) { 

.blockpublic {
	position: relative;
	left: 0px;
	top: 80px;
	width: 100%;
	height: auto;
	margin-left: 0px;
	padding-bottom: 200px
}


.public_img {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
}

.public_txt {
	position: relative;
	left: 0px;
	top: 20px;
	width: 100%;
	height: auto;
	margin-left: 0px;
}

/* e n d   o f   m e d i a   s c r e e n */	
}




/* - - - - - - - - - - - - - A n i m a t i o n - - - - - - - - - - - - - */

.container, .splash {
    -webkit-transition: all 0.2s ease, font-size 0.2s ease;
    -moz-transition: all 0.2s ease, font-size 0.2s ease;
    -o-transition: all 0.2s ease, font-size 0.2s ease;
    -ms-transition: all 0.2s ease, font-size 0.2s ease;
    transition: all 0.2s ease, font-size 0.2s ease;
}