body{
    font-family:'Proxima Nova', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background: #EFF2F7;
}

.wrap {
	max-width: 100%;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.wrap {
		max-width: 620px;
    width: 620px;
		
	}
}
@media screen and (min-width: 992px){
	.wrap {
		max-width: 720px;
		width: 720px;
	}
}
@media screen and (min-width: 1280px){
	.wrap {
		max-width: 820px;
		width: 820px;
	}
}
@media screen and (min-width: 768px){
	.wrap {
		max-width: 720px;
		width: 720px;
		padding-left: 0;
		padding-right: 0;
}
}
img.center {
	display: block;
	margin: 0 auto 20px;
}
.center {
 	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.b, b {
	font-family:'Proxima Nova';
}
.bolder {
	font-family:'Proxima Nova';
	font-weight: 700;
}

h2.title {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 25px;
	margin-bottom: 25px;
}
h2.title2 {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0 25px;
	margin-bottom: 25px;
	color: #fff;
}

p.just {
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
p {
	padding: 0 20px 20px;
}
.logo_n_header {
	text-align: center;

}
.logo_n_header .img, .logo_n_header img {
	width: 65px;
	border-radius: 50%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo_n_header .title {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 31px;
	line-height: 39px;
}
.breaker {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
		margin-bottom: 15px;
}

.breaker span::before,  .breaker span::after{
	content: '';
    background: #000;
    position: absolute;
    top: 49%;
    width: 10%;
    height: 1px;
    opacity: .3;
		background: linear-gradient(to left, #000000 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, #000000 0%,rgba(255,255,255,0) 100%);
		width: 15%;
		transform: translate(-115%,0);
}
.breaker span::after{
		background: linear-gradient(to right, #000000 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, #000000 0%,rgba(255,255,255,0) 100%);
		width: 15%;
		transform: translate(15%,0);
}
.breaker span::before{
	background: linear-gradient(to left, #000000 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(right, #000000 0%,rgba(255,255,255,0) 100%);
	width: 15%;
	transform: translate(-115%,0);
}
.breaker.full span::before {
	transform: translate(-100%,0);
}
.breaker.full span::after {
	transform: translate(0%,0);
}
.block-text {
	margin-top: 10px;
	margin-bottom: 10px;
}
.block-text p {
	font-size: 18px;
	line-height: 25px;
}
.btn {
	width: 100%;
    text-decoration: none!important;
    font-size: 2em;
    border: 2px solid transparent;
    border-radius: 2px;
    position: relative;
    height: auto;
    line-height: 1.2;
    white-space: normal;
    min-height: 60px;
    padding: 10px 10px 10px 15px;
    display: flex;
    flex-direction: row;
		border-radius: 12px;
		border:none;
		align-items: center;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
		transition: all .2s;
}
.btn:hover {
	transform: scale(1.03);
}
.arrow {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	opacity: .7;
}
.btn span {
	font-size: 16px;
	line-height: 19px;
	margin-left: 15px;
	width: 100%;
	font-weight: 600;
}
.btn-telegram {
	background: #61a8de!important;
    color: #fff!important;
    border-color: #61a8de!important;
}
.btn-site {
	background: rgb(149, 114, 65);
	color: #fff;
	border-color: rgb(149, 114, 65);
}
.btn-site .browser {
	background: url('../images/browser.png') no-repeat;
	background-size: cover;
	width: 42px;
	height: 42px;

}

.btn-viber {
	background: #7d3daf!important;
    color: #fff!important;
    border-color: #7d3daf!important;
}

.btn-messanger {
	background: #0084ff!important;
	color: #fff!important;
	border-color: #0084ff!important;
}

.socials {
	text-align: center;
	padding-bottom: 50px;
}
.socials h5 {
	text-align: center;
    line-height: 1.4;
    font-size: 18px;
}
.socials_links {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
}
.btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 12px 10px;
	width: 25%;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	background: #333;
	border-radius: 12px;
	transition: all 0.2s;
}
.btn_link i {
	font-size: 30px;
	line-height: 1;
}
.btn_link:hover {
	transform: scale(1.03);
}

.btn-instagram {
	background: #f00075!important;
	border-color: #f00075!important;
}
.btn-facebook {
	background: #4267B2;
}
.btn-youtube {
	background: #FF0000;
}
@media screen and (max-width: 639px) {

	.block-text p {
		font-size: 16px;
	}
	
}