@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/Montserrat-Medium.eot');
    src: url('assets/font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/font/Montserrat-Medium.woff2') format('woff2'),
        url('assets/font/Montserrat-Medium.woff') format('woff'),
        url('assets/font/Montserrat-Medium.ttf') format('truetype'),
        url('assets/font/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/font/Montserrat-Bold.eot');
	src: url('assets/font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/font/Montserrat-Bold.woff2') format('woff2'),
	url('assets/font/Montserrat-Bold.woff') format('woff'),
	url('assets/font/Montserrat-Bold.ttf') format('truetype'),
	url('assets/font/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Montserrat',Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif; 
}

body * {
	font-family: 'Montserrat',Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif; 
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.main-container {
	width: 100%;
	height: 100%;
	max-width: 320px;
	max-height: 648px;
	background-color: #1A1A76;
	/*background-image: url(assets/img/bg1.jpg);*/
	background-size: cover;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;

	position: relative;
	top: 50%;
	margin-top: -324px;
/* SCROLLING. 14.05.2019 */
	overflow-y: scroll;
/*
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;

  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;

  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
*/
}


div.logo-photo {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 45px;
}

i.logo-photo {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;
	background-image: url(assets/img/face-1.png);
	background-size: cover;
	background-position: center center;
}

.rounded-image {
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;

  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.logo-description {
    color: white;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.logo-description .font12 {
	font-size: 12px;
}

.delimeter {
    display: block;
    width: 60px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;	
    padding-top: 15px;
    padding-bottom: 23px;
}
.delimeter .points {
    height: 1px;
    width: 60px;
    display: block;

	background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.active-header {
	color: #FF6F7E;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
	font-weight: bold;

}
.header {
	color: white;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.btn {
	font-size: 13px;
    margin-left: 60px;
    width: 210px;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    border: none;
margin-bottom: 20px;

  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;

  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.button-link * {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;	
}

.btn.btn-white {
    background-color: #ffffff;
}

.btn.btn-blue {
    background-color: #39C0FC;
}


.btn.btn-orange {
    background-color: #FF6F7E;
}

.btn .fa-whatsapp {
    display: flex;
	align-items: center;
	text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    top: 0px;
    border: 2px solid #ffffff;/*#FF6F7E;*/
}


.btn .fa-whatsapp svg {
margin-left: auto;
	margin-right: auto;
}

.btn .fa-whatsapp  path {
	fill: #ffffff;
}


.btn .fa-telegram {
	display: flex;
	align-items: center;
	text-align: center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -60px;
    top: 0px;
    border: 2px solid #ffffff;
}

.btn.btn-blue .fa-telegram {
	border-color: #39C0FC;
}


.btn .fa-telegram svg {
	margin-left: auto;
	margin-right: auto;
}


.btn .fa-telegram path {
	fill: #ffffff;
}

.btn.btn-blue .fa-telegram path {
	fill: #39C0FC;
}


a.button-link:hover .fa-telegram path,
a.button-link:hover .fa-whatsapp path {
	fill: #FF6F7E;
}

a.button-link:hover .btn {
	background-color: #FF6F7E;
}

a.button-link:hover .btn i {
	border-color: #FF6F7E;
}


a.button-link:hover .btn-blue .fa-telegram path {
	fill: #ffffff;
}

a.button-link:hover .btn.btn-blue {
	background-color: #ffffff;
}

a.button-link:hover .btn.btn-blue i {
	border-color: #ffffff;
}



.footer {
	display: block;
/*	position: absolute;
	bottom: 20px;
*/
	padding-bottom: 20px;
	color: #BEBDBD;
	font-size: 10px;
	width: 100%;
	text-align:center;
}
/*
.footer .delimeter {
	padding-bottom: 10px;
}
*/

.button-link {
	position: relative;
	display: block;
	cursor: pointer;
}
.button-link * {
	cursor: pointer;
}

/*
	Custom scroll
*/
.scrollbar
{
	overflow-y: scroll;
}

.scrollitem::-webkit-scrollbar-track
{
	background-color: #2a2a2a;

}

.scrollitem::-webkit-scrollbar
{
	width: 4px;
	background-color: #2a2a2a;

}

.scrollitem::-webkit-scrollbar-thumb
{
	background-color: rgba(255,255,255,0.3);
	border: 0px solid #2a2a2a;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		-moz-border-radius-bottomright: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-top-0 {
	padding-top: 0px;
}


.padding-top-5 {
	padding-top: 5px;
}

@media screen and (max-width: 830px), screen and (max-height: 580px) {
	.main-container {
		max-width: 100%;
		max-height: initial;
		min-height: 900px;
		top: 0;
		margin-top: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		overflow-y: auto;
	}
	.scrollitem::-webkit-scrollbar {
		width: 0px;
	}


	.btn {
		margin-left: 90px;
		margin-right: 20px;
		width: calc(100% - 114px);
		font-size: 16px;
		height: 70px;
	}

	.btn .fa-telegram,
	.btn .fa-whatsapp {
		width:70px;
		height:70px;
		left:-70px;
	}

	.logo-description {
		font-size: 16px;
		line-height: 24px;
	}

	.logo-description .font12  {
		font-size: 14px;
	}

	.header {
		font-size: 16px;
		line-height: 24px;
	}

	.footer {
		font-size: 14px;
	}

	i.logo-photo {
		width: 150px;
		height: 150px;
	}
}
