@charset "UTF-8";
/* CSS Document */


*{
	padding: 0;
	margin:0;
	border: 0;
}

*, *:before, *:after{
-moz-box-sizing: border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;	
}
:focus, :active{outline: none}
a:focus, a:active{ outline: none;}

html, body {
	background-color:#f0f0f0;
    font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

input,button,textarea{font-family: inherit;}
input:-ms-clear{display: none;}
button{cursor: pointer;}
a,a:visited{text-decoration: none; color: inherit;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: inherit; 
	font-weight: 400;}

p{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-block-start: 0;
	margin-block-end:0;
	margin: 1em 0 1em 0;
}

img{
	display: block;
}
.wrapper2 {
    max-width: 100%;
    display: flex;
	flex-direction: column;
	justify-content: space-start;    

}
.wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	max-width: 800px;
	margin-top: 5%;
	margin-right:auto;
	margin-left: auto;

}

@media screen and (max-width: 786px) {
	body, .wrapper {
		width: 100%;
		align-items: center;
	}
}

@media screen and (max-width: 530px){
	body, .wrapper{
		width: 100%;
		
		/*text-align: center;*/
	}
}
@media screen and (max-width: 320px){
		body, .wrapper{
			width: 320px;
		}
}

.face{
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	order:-2;
	justify-content: space-between;
}
@media screen and (max-width: 786px) {
	.face{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}
@media screen and (max-width: 530px){
	.face{
		max-width: 100%;
	}
}
.face__logo{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.face__logo img{
			width: 140px;
			height: 140px;
			border-radius:8px;
			box-shadow: 2px 3px 15px 2px #00000038;
		}
@media screen and (max-width: 786px) {
	.face__logo img{
		width:100px;
		height: 100px;
	}
}

@media screen and (max-width: 530px){
	.face__logo img{
		width: 70px;
		height: 70px;
	}
}

.face__body{
	justify-content: space-between;
	height: 290px;
	min-width: 65%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 786px) {
	.face__body{
		align-items: center;
		height: 300px;
	}
}
@media screen and (max-width: 530px){
	.face__body{
	height:306px;
	max-width: 100%;
	}
}
@media screen and (max-width: 340px){
		.face__body{
			height: 277px;
		}
}
.face__h1{
	
	font: normal 38px  Roboto,  Helvetica, Arial, "sans-serif";
	line-height:68px;
	
}

.face__h1 span {
	display: block;
	font-size:44px;
	font-weight: 700;
}

.face__h1 span:last-child {
	width: 416px;
	/*margin-top: 16px;*/
	font-size:24px;
	font-weight:normal;
	line-height: 30px;
}
@media screen and (max-width: 780px){
	.face__h1 span:last-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 530px){
	.face__h1{
		font-size: 24px;
		line-height: 2em;
	}
	
	.face__h1 span{
		margin: 20px 0;
		font-size: 34px;
	}
	.face__h1 span:last-child{
		width: 338px;
		font-size: 22px;
		padding: 0;
		margin: 1em 0;
	}
	
@media screen and (max-width: 340px){
		.face__h1{
		width: 100%;
	}
	.face__h1 span:last-child {
		width: 100%;
	}
	}
	.face__line{
	width: 250px;
	height: 1px;
	background:linear-gradient(90deg, rgba(208, 208, 208, 0.162122) 0%, #D0D0D0 47.86%, rgba(208, 208, 208, 0) 100%);
	margin-bottom: 1em;

	}
}
@media screen and (max-width: 340px){
		.face__h1{
		font-size: 18px;
	}
		.face__h1 span{
		font-size: 30px;
	}
		.face__h1 span:last-child{
		font-size: 18px;
		}
		
}
@media screen and (max-width: 320px){
	.face__h1{
		width: 100%;
	}
	.face__h1 span:last-child {
		width: 100%;
	}
}
.face__achieve { 
			display: flex;
	justify-content: space-between;
	width: 350px;
			font: 500 18px/27px  Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			
		}
@media screen and (max-width: 530px){
	.face__achieve{
		width: 280px;
		font-size: 14px;
		justify-content: space-around;
	}
}
.face__achieve i{
	display: inline-block;
	margin-left: 5px;
	font-size: 23px;
}
.face__achieve-item span {
	display: flex;
	font-weight:700;
	font-size:22px;
}

@media screen and (max-width: 786px) {
	.face__achieve-item span{
		justify-content: center
	}
}
@media screen and (max-width: 530px){
	.face__achieve-item span{
		font-size: 22px;
		justify-content: center
	}
}
@media screen and (max-width: 340px){
		.face__achieve{
		width: 220px;
		font-size: 12px;
		}
		.face__achieve-item span{
		font-size: 18px;
		}
}
/*-------кнопки----------*/
.wrap-but{
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	max-width: 100%;
	order:-1;
	
}

.wrap-but__invsbl{
	width: 35%;
}
@media screen and (max-width: 786px) {
	.wrap-but__invsbl{
		display: none;
	}
}

@media screen and (max-width: 770px){
	.wrap-but__invsbl{
		display: none;
	}
}
.app-button{
	width:60%;
	display: flex;
	flex-wrap: wrap;
	width:446px;
	justify-content:flex-start;
	align-items: center;
	gap: 1em;
}
@media screen and (max-width: 786px) {
	.app-button{
	width: 307px;
    justify-content: space-around;
	}
}
.app-button img {
		width:138px;
		height: 41px;
	}		
@media screen and (max-width: 530px){
	.app-button{
		margin-top: -1em;
		justify-content: center;
	}
	.app-button img{
		width: 118px;
		height: 35px;
	}

}
.app-button__share i{
	font-size: 18px;
	}	
.app-button__share{
	color: #000000;
	font: bold 18px  Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	height: 38px;
	width:138px;
	
}

.app-button__share span{
			order:0;

		}
		.app-button__share i{
			margin-left: 8px;
			order:1;
		}
@media screen and (max-width: 530px){

	.app-button__share a{
		font-size: 16px;
	}
}

.container{
	margin-top:10%;
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 20px 20px;
	/*box-shadow:2px 3px 17px 2px #00000038;*/
	box-shadow: 0px 1px 2px 0px #00000017;
}
@media screen and (max-width: 530px){
	.container{
		width: 100%;
	}
}
.container__top{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	background-color: white;
	border-radius: 20px 20px 0 0;
	position: relative;
}
@media screen and (max-width: 770px){
	
	.container__top{
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 770px){
	.container:nth-child(odd) .container__top{
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 530px){
	.container__top{
		padding:1em 1em 0 1em;  
	}
}
.container__top-body{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 400px;
	justify-content: space-evenly;
	flex-grow: 1;


}

.container:nth-child(5) .container__top{
	height: 450px;
	
	
}

@media screen and (max-width: 770px){

	.container:nth-child(5) .container__top{
		height: auto;
	}
}
@media screen and (max-width: 530px){
	.container:nth-child(5) .container__top{
		padding: 1em 1em 0 1em;
	}
}

.container:nth-child(5) .container__h2-description{
	margin:6px 0 -86px 0;
}

@media screen and (max-width: 530px){
	
	.container:nth-child(5) .container__h2-description{
		margin: 6px 0 -31px 0;
	}
}

@media screen and (max-width: 786px) {

	.container:nth-child(5) .container__top-body{
		width:55%;
		padding-left: 7em;
		padding-right: 2em;
	}
	
	.container:nth-child(5) .container__top-photo{
		width: 25%;
	}
	.container:nth-child(5) .container__h2-description{
		margin: 6px 0 -51px 0;
	}
}

@media screen and (max-width: 770px){
	.container:nth-child(5) .container__top-body{
		padding: 0;
	}
	.hide{
		display: none;
	}
}
@media screen and (max-width: 530px){
	.container__top-body{
		/*height: 300px;*/
		height: auto;
		padding: 2em;
		width: 100%;
	}
	.container:nth-child(5) .container__top-body{
		width: 100%;
		padding: 2em 2em 4em 2em;
	}
}
.container__wrap-h2{
	max-width: 476px;
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 530px){
	.container__wrap-h2{
		width: 100%;
	}
}
.container__h2{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;	
}

@media screen and (max-width: 530px){
	.container__h2{
		font-size: 26px;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 340px){
		.container__h2{
		font-size: 20px;
	}
}

.container__h2-block {
    display: block;
}

.container__h2-exception{
			display: block;
			font-weight: normal;
			font-size: 22px;
			line-height: 32px;
}

.container__h2-description{
	margin:15px 0 -4px 0;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: 320px;
	font-size: 22px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
}
@media screen and (max-width: 530px){
	.container__h2-description{
		font-size: 20px;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 340px){
		.container__h2-description{
		font-size: 16px;
		}
}

.container__wrap-top-formats{
	height: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.container__top-formats{
	display: flex;
	width: 250px;
	justify-content: space-between;
}

.container__top-formats div{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#005C75;
	box-shadow: 2px 3px 15px 2px #00000026;
	height: 40px;
	width: 74px;
	border-radius: 4px;
	font: 500 15px Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	color: white;
	
}

@media screen and (max-width: 530px){
	.container__wrap-top-formats{
		margin-top: 2em;
	}
	.container__wrap-top-formats img{
		margin-top: 1.5em;
	}
}

.container__top-body img{
	height: 9px;
	width: 24px;
}

.container__top-photo:nth-child(odd){
	min-width: auto;
	align-self: flex-end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-shrink:0;
	margin-right:28px;
}

@media screen and (max-width: 770px){
	.container__top-photo:nth-child(odd){
		width: auto;	
		margin: 0;
		align-self: center;
		justify-content: center;
	}
}
         
.container__top-photo:nth-child(odd) img{
	width: 260px;
	border-radius: 10px 10px 0 0;
	border: solid 2px #A1A1A1;
	border-bottom: none;
	box-shadow:2px 3px 15px 2px #00000050; 
}

@media screen and (max-width: 770px){
	.container__top-photo:nth-child(odd) img{
		margin: 0;
	}
}


.container__top-photo:nth-child(even){
	min-width: auto;
	align-self: flex-end;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
		margin-left: 28px;
}

@media screen and (max-width: 770px){
	.container__top-photo:nth-child(even){
		margin: 0;
		align-self: center;
		justify-content: center;
		width: auto;	
	}
}


.container__top-photo:nth-child(even) img{
	width: 260px;
	border-radius: 10px 10px 0 0;
	border: solid 2px #A1A1A1;
	border-bottom: none;
	box-shadow:2px 3px 15px 2px #00000050; 
}
@media screen and (max-width: 770px){
	.container__top-photo:nth-child(even) img{
		margin: 0;
	}
}

.container__top-line{
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
}


.container__bottom{
/*	    border: 6px solid #FFFFFF;
	border-radius: 0 0 18px 18px;
	background-color: #ebf8fa;*/
	padding: 30px;
	background-color: #E1E1E1;
	border-top: none;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 530px){
	.container__bottom{
		padding: 20px;
	}
}
.container__h3{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

.container__bottom-wrap{
	margin: 10px 0 0 0;
	display: flex;
	flex-direction: column;
}

.container__bottom-text{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
}
@media screen and (max-width: 530px){
	.container__h3, .container__bottom-text{
		font-size: 16px;
	}
}
@media screen and (max-width: 340px){
		.container__h3, .container__bottom-text{
		font-size: 14px;
	}
}

.container__bottom-formats{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.container__bottom-formats div{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#7C8081;
	color: #FFFFFF;
	text-transform:uppercase;
	height: 38px;
	width: 60px;
	border-radius: 5px;
	font-family: medium Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
}


@media screen and (max-width: 530px){
	.container__bottom-formats div{
		font-size: 12px;
		width: 55px;
		height: 33px;
	}
}


.container__bottom-icon{
	margin-bottom: -6px;
	display: flex;
	flex-wrap: wrap;
}

.container__bottom-icon img{
	width: 34px;
	height: 34px;
	
}
.container__bottom-icon i{
	font-size: 34px;
}

i.container__bottom-icon-text {
    font-size: 30px;
    font-style: normal;
    color: #7c8081;
    font-weight: 600;
}


@media screen and (max-width: 530px){
	.container__bottom-icon i{
		font-size: 28px;
	}
}
.container__bottom-icon-line img{
	width: 180px;
	height: 13px;
}
.container__bottom-icon i:not(:last-child){
	margin-right: 20px;
}
@media screen and (max-width: 530px){
	.container__bottom-icon-line img {
    width: 130px;
		height: 10px;
	}
}

@media screen and (max-width: 786px) {
.hide{
		display: none;
	}
}


/*-----Дополнительные функции----*/
.extra{
	margin-top:10%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 801px){
	.extra{
		padding: 1em;
	}
}


.extra__section{

		display: flex;
		justify-content: space-between;
		align-items: center;
	}
@media screen and (max-width: 530px){
	.extra__section{
		flex-direction: column;
	}
}
.extra__section:not(:last-child){
	margin-bottom: 20px;
}
.extra__section-icon i{
	font-size: 50px;
}
@media screen and (max-width: 530px){
	.extra__section-icon{
		margin-bottom: 1em;
	}
}
.extra__section-text{
		margin-left:3%;
	padding: 2em;
	display: flex;
	flex-direction: column;
	background-color: #303030;
	width:720px;
	border-radius: 12px;
	box-shadow: 0px 1px 2px 0px #00000017;

}

@media screen and (max-width: 530px){
	.extra__section-text{
		width: 100%;
		margin-left: 0;
	}
}
.extra__section-text-h2{
font-size: 18px;
font-weight: 700;
line-height: 1em;
letter-spacing: -0.017em;
	color:#FFFFFF;
}
@media screen and (max-width: 530px){
	.extra__section-text-h2{
		font-size: 16px;
	}
}

.extra__section-text-description{
font-size: 18px;
line-height: 1.5em;
letter-spacing: -0.007em;
color:#FFFFFF;
}

@media screen and (max-width: 530px){
	.extra__section-text-description{
		font-size: 18px;
	}
}
@media screen and (max-width: 340px){
		.extra__section-text-h2, .extra__section-text-description{
		font-size: 16px;
	}
}
/*---Блок с планетой---*/
.global{
	margin-top:10%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width:100%;
	/*height:900px;*/
	border: 3px solid #005C75;
	border-radius: 20px;
	
}

.global__tape{
	width: 100%;
	display: flex;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	height:150px;
	background-color: #005C75;
	border-radius: 14px 14px 0 0;
}

.global__tape-h2{
padding: 0 1em;
	color: #FFFFFF;
font-size: 18px;
font-weight: 700;
line-height: 1.5em;
text-align: center;
text-transform: uppercase;

}

@media screen and (max-width: 530px){
	.global__tape-h2{
		font-size: 16px;
	}
}
@media screen and (max-width: 340px){
		.global__tape-h2{
		font-size: 14px;
	}
}
.global__logo{
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.global__logo img{
	width: 118px;
	height: 118px;
	box-shadow: 2px 3px 17px 2px #0000001F;
	border-radius: 10px;
}
@media screen and (max-width: 530px){
	.global__logo img{
		width: 70px;
		height:70px;
	}
}

.global__logo-name{
margin:1em 0;
font-size: 24px;
font-weight: 700;
line-height:2em;
text-align: center;
}
@media screen and (max-width: 530px){
	.global__logo-name{
		font-size: 18px;
	}
}
@media screen and (max-width: 340px){
	.global__logo-name{
		font-size: 16px;
	}
}

.global__h3{
	margin-bottom: 1em;
font-size: 24px;
font-weight: 700;
line-height: 2em;
text-align: center;
	text-transform: uppercase;

}

.global__translation{
/*	margin-bottom: 12px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global__translation-text{
	width:300px;
font-size: 24px;
font-weight: 700;
line-height: 1.5em;
text-align: center;
text-transform: uppercase;
}

.global__translation-text span{
	display: block;
font-size: 86px;
font-weight: 700;
line-height: 1.5em;
text-align: center;

}
@media screen and (max-width: 340px){
		.global__h3, .global__translation-text{
		font-size: 16px;
	}
}
.global__translation-globe {
	/*margin-right: 20px;*/
}

.global__translation-globe img{
	display: block;
	max-width: 100%;
	max-height: 374px;
}
@media screen and (max-width: 530px){
	.global__translation{
		flex-direction: column-reverse;
		}
	
	.global__translation-globe img{
	max-height: 205px;
	}
	
	.global__h3, .global__translation-text{
		font-size: 18px;
	}
	
	.global__translation-text span{
		font-size: 62px;
	}
}

/*----Блок бесплатно и без рекламы----*/
.super-and-support{
	padding: 0 1em;
}

@media screen and (max-width: 426px){
		.super-and-support{
			max-width: 100%
		}	
}

@media screen and (max-width: 340px){
	.super-and-support {
		width: 100%;
	}
}
@media screen and (max-width: 320px){
	.super-and-support {
		width: 100%;
	}
	
}
.super{
	width: 100%;
	margin-top: 10%;
	display: flex;
	justify-content: space-between;
	gap: 1em;
	
}

@media screen and (max-width: 688px){
	.super{
		flex-direction: column;
		align-items: center;
	}
}
.super__free{
padding:  1.7em;
	background-color: white;
	box-shadow: 0px 1px 2px 0px #00000017;
	border-radius: 20px;
	max-width:386px;
	/*max-height: 360px;*/
	display: flex;
	flex-direction: column;
}


@media screen and (max-width: 688px){
	.super__free{
		max-width: 100%;
	}
	
	.super__free:first-child{
	margin-right: 0;
	margin-bottom: 2em;
	}
}
.super__free-h3{
font-weight:600;
font-size: 24px;
line-height: 1.5em;
color: #4971FF;

}
.super__free-description{
font-size: 20px;
font-weight: 400;
line-height: 1.5em;
}

@media screen and (max-width: 530px){
	.super__free-h3{
		font-size: 22px;
	}
	.super__free-description{
		font-size: 16px;
	}
}
@media screen and (max-width: 340px){
		.super__free-h3{
		font-size: 20px;
	}
	.super__free-description{
		font-size: 14px;
	}
}
/*----Блок донат----*/
.support{
	padding: 1.7em;
	width: 100%;
	/*height: 525px;*/
	margin-top: 10%;
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0px 1px 2px 0px #00000017;
	border-radius: 20px;
	align-items: center;
}
.support__text{
	display: flex;
	flex-direction: column;
}
.support__text-h3{
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 1.5em;
color: #4971FF;

}
.support__text-description{
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.5em;

}
@media screen and (max-width: 530px){
	.support__text-h3{
		font-size: 22px;
	}
	.support__text-description{
		font-size: 16px;
	}
}
@media screen and (max-width: 340px){
		.support__text-h3{
		font-size: 20px;
	}
	.support__text-description{
		font-size: 14px;
	}
}

.support__button a{
	margin-top: 3%;
	margin-bottom: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	width:360px;
	height:68px;
	box-shadow: 2px 3px 17px 2px #0000001F;
	background-color: #4971FF;
	border-radius: 8px;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
font-weight: 600;
line-height: 1em;
letter-spacing: 0.1em;
color:white;
	text-transform: uppercase;
}

@media screen and (max-width: 530px){
	.support__button a{
		max-width:304px;
		max-height: 60px;
		font-size: 14px;
	}
}
@media screen and (max-width: 340px){
		.support__button a{
			max-width: 268px;
			font-size: 12px
		}
		
}
@media screen and (max-width: 320px){
	.support__button a{
		max-width: 260px;
	}
}
/*------Блок комментарии-----*/
.feedback{
	max-width: 100%;
	margin-top: 10%;
	margin-bottom: 10%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 801px){
	.feedback{
		padding: 0 1em 0 1em;
	}
}

.feedback__head{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 530px){
	.feedback__head{
		margin-bottom: 4    %;
	}
}

.feedback__head-h2{
font-size: 36px;
font-weight: 700;
line-height: 1.5em;
text-align: center;
text-transform: uppercase;
margin-bottom: 2%;

}

@media screen and (max-width: 530px){
	.feedback__head-h2{
		margin-bottom: 2%;
		font-size: 20px;
	}
}
.feedback__head-num{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 318px;
}
.feedback__head-num i{
	font-size: 18px;
}

.feedback__head-num p{
	margin: 0;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
font-weight: 500;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
}
@media screen and (max-width: 530px){
	.feedback__head-num {
		justify-content: center;
	}
	.feedback__head-num p{
		font-size: 14px;
	}
	.feedback__head-num img{
		width: 12px;
		height: 12px;
	}
}

.feedback__sort{
	margin: 20px 0 20px 0;
	display: flex;
	justify-content:flex-end;
}
@media screen and (max-width: 530px){
	.feedback__sort{
		display: none;
	}
}
.feedback__sort-act{
	color: black;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
margin:0 10px 0 0;
}



.feedback__sort-new{

font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
color: #666666;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
}

.feedback__section{
	display: flex;
	flex-direction: column;
}

.feedback__comment{
	max-width: 100%;
	border-radius: 8px;
	padding: 1.8em;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #00000017;
	margin-bottom: 5%;

	display: flex;
	flex-direction: column;
}

.feedback__comment-cont{
	display: flex;
	
}
.feedback__user-photo img{
	display: block;
	width:45px;
	height: 45px;
}

@media screen and (max-width: 530px){
	.feedback__user-photo img{
		width: 30px;
		height: 30px;
	}
}
.feedback__user-info{
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.feedback__user-name{
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
font-weight: 400;
line-height: 1em;
letter-spacing: -0.007em;
}
@media screen and (max-width: 530px){
	.feedback__user-name{
		font-size: 14px;
		line-height: 1.8em;
		
	}
}
@media screen and (max-width: 340px){
	.feedback__user-name{
		font-size: 10px;
		
	}
}
.feedback__stars{
	display: flex;
}

.feedback__stars i{
	font-size: 16px;
}
@media screen and (max-width: 530px){
	
	.feedback__stars i{
		font-size: 12px;
	}
}
@media screen and (max-width: 340px){
		.feedback__stars i{
		font-size: 9px;
	}
}
.feedback__comment-justify{
	display: flex;
	align-items: center;
}

.feedback__date{
	margin-left: 10px;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: 400;
line-height: 1em;
letter-spacing: 0.008em;
color:#B0B0B0;
}
@media screen and (max-width: 530px){
	.feedback__date{
		font-size: 12px;
	}
}
@media screen and (max-width: 340px){
	.feedback__date{
		font-size: 10px;
	}
}
.feedback__comment-text{
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 1.5em;
letter-spacing: -0.007em;
text-align: left;

}

@media screen and (max-width: 530px){
	.feedback__comment-text{
		font-size: 16px;
	}
	
}
@media screen and (max-width: 340px){
	.feedback__comment-text{
		font-size: 14px;
	}
}


.feedback__more{
	text-align: center;
}

.feedback__more a{
	color: #33691E;
	font-family: Roboto,  "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: 500;
line-height: 2em;
letter-spacing: 0em;
text-align: center;

	text-decoration: none;
	overflow: hidden;
	cursor: pointer;

}
@media screen and (max-width: 530px){	
	.feedback__more a{
		font-size: 16px;
	}
}
@media screen and (max-width: 340px){
	.feedback__more a{
		font-size: 14px;
	}
}
/*-----Footer-----*/
footer {
	
	align-items:center;
	display: flex;
	flex: 0 0 auto;
	width: 100%;
	padding: 2em;
	background-color: #303030;
	flex-direction: column;
}

@media screen and (max-width: 688px){

	footer{
		height: auto;
	}
	
}


.footer__top{;
	max-width:800px;
	display: flex;
	align-items:center;
	flex-direction: column;
}
@media screen and (max-width: 530px){	

	.footer__top a{
		font-size: 14px;
	}
}
@media screen and (max-width: 340px){
	.footer__top a{
		font-size: 12px;
	}
}

.footer__premium a{
	
color:white;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
font-weight: 500;
line-height: 2em;
letter-spacing: 0em;
text-align: center;

}
.footer__premium a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 688px){
	.footer__premium{
		order:1;
	}
}

.footer__line-top{
	background-color: #444444;
	width: 260px;
	height: 2px;
	margin: 20px 0 25px 0;
	
}
@media screen and (max-width: 688px){
	.footer__line-top{
		order:1;
	}
	
}


.footer__support a{
	margin-right: 25px;
	margin-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 260px;
	border-radius: 3px;
	box-shadow: 2px 3px 17px 2px #0000001F;
	background-color: #4971FF;
	padding: 5px;
		font-family: Roboto,  "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 12px;
font-weight: 600;
line-height: 0px;
letter-spacing: 0em;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 688px){	
		
	.footer__support{
		margin-top: 1em;
	}
	
	.footer__support a{
		width: 246px;
		height: 36px;
	}
}

.footer__buttons, .footer__buttons-invsbl{
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 688px){
	
	.footer__buttons{
		display: none;
	}
}

.footer__buttons-invsbl{
	display: none;
}


.footer__buttons img, .footer__buttons-invsbl img{
	width:150px;
    margin: 0 10px;
}
@media screen and (max-width: 688px){
	.footer__buttons-invsbl{
		display: flex;
		flex-direction: column;
		align-items: center;
		order: 1;
		margin-bottom: 1em;
	}
	.footer__buttons-invsbl a:not(:last-child){
		margin-bottom: 1em;
	}
	.footer__invsbl-top{
		display: flex;
        flex-direction: column;
	}
	.footer__invsbl-top img{
		width: 117px;
		height: 36px;
	}
	
/*	.footer__invsbl-top a:first-child{
		margin-right: 1em;
	}*/
}

.footer__line{
	background-color: #444444;
	width: 800px;
	Height: 2px;
	margin: 25px 0 15px 0;
}

@media screen and (max-width: 815px){
.footer__line{
		width:600px;
	}
}
@media screen and (max-width: 688px){	
	
	.footer__line{
		display: none;
	}
}
.footer__bottom{
	max-width:800px;
    align-items:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 688px){	
	.footer__bottom{
		flex-direction: column;
		order:  3;
		
	}
}
.footer__bottom a, .footer__bottom p{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
	color: #999999;

}


.footer__bottom a:not(:last-child){
	margin-right: 4em;
}

@media screen and (max-width: 688px){	
	
	.footer__bottom a:not(:last-child){
		margin: 0;
	}
}
@media screen and (max-width: 530px){	
	.footer__bottom a{
		font-size: 14px;
	}
}
@media screen and (max-width: 340px){
	.footer__bottom a{
		font-size: 12px;
	}
}

.footer__bottom a:hover{
	text-decoration: underline;
}

/*----------Страница Premium---------------*/
.nav{
	display: flex;
	gap:1em;
	max-width: 1155px;
	margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
	padding-left: 1em;
	padding-right: 1em;
	
}
	@media screen and (max-width: 426px){
		.nav{
			padding-left: 1em;
		}
}
.nav__readera{
	padding: 1.8em 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1em;
	height: 60px;
	border-radius: 5px;
	background-color:#FFFFFF;
	box-shadow: 0px 1px 2px 0px #00000017;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0em;
	cursor: pointer;
}

.nav__readera img{
	border-radius: 2px;
}

.nav__readera:hover{
	box-shadow: 2px 3px 17px 2px #0000001F;
}
@media screen and (max-width: 688px){			
	
	.nav__readera{
	height: 56px;
	font-size: 16px;
	}
	
	.nav__readera img{
		height: 30px;
		width: 30px;
		
	}
}
	@media screen and (max-width: 426px){
		.nav__readera{
	width: 100%;
	}
}
.p-wrapper{
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	max-width: 1155px;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
	padding: 0 2em;
}

@media screen and (max-width: 915px){
	.p-wrapper{
		padding: 0 2em;
	}
}
	@media screen and (max-width: 426px){
		.p-wrapper{
			padding: 0 1em;
		}
}

.p-wrapper__h1{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 51px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0em;
}


@media screen and (max-width: 688px){	
	.p-wrapper__h1{
		font-size: 44px;
	}
}
@media screen and (max-width: 551px){
	.p-wrapper__h1{
		font-size: 30px;
	}
}
	@media screen and (max-width: 426px){
		.p-wrapper__h1{
			font-size: 28px;
		}
}
@media screen and (max-width: 426px){
		.p-wrapper__h1{
			font-size: 25px;
		}
}
@media screen and (max-width: 320px){
	.p-wrapper__h1{
			font-size: 25px;
		}
}
.p-head{
	position: relative;
	margin-top: 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 100%;
	padding: 4em 3.5em;
	background-color:#303030;
	box-shadow: 0px 1px 2px 0px #00000017;
	border-radius: 13px;
	min-height:383px;
}
@media screen and (max-width: 688px){	
	.p-head{
		padding: 3em 3em;
	}
}
@media screen and (max-width: 426px){
		.p-head{
			padding: 2em 1.5em;
		}
}
.p-head__container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 840px;
	justify-content: space-between;
}
@media screen and (max-width: 915px){
	.p-head__container{
		display: flex;
		flex-direction:column;
	}
}
.p-head__logo{
	width: 20%;
	display: flex;
}

@media screen and (max-width: 915px){
	.p-head__logo{
		width: 100%;
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 530px){	
	.p-head__logo{
		width: 115px;
		height: 115px;
	}
}

.p-head__logo img{
	border-radius: 6px;
	box-shadow: 2px 3px 15px 2px #00000026;
	

}
@media screen and (max-width: 426px){
		.p-head__logo img{
			width: 90px;
			height: 90px;
		}
}

.p-head__body{
	display: flex;
	flex-direction: column;
	max-width: 75%;    
	min-height: 260px;
	justify-content: space-between;
	
}

@media screen and (max-width: 915px){
	.p-head__body{
	max-width: 100%;
	min-height: 239px;
	}
}
.p-head__body-top{
	
}

.p-head__h2{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0em;
	color: #FFFFFF;
}

@media screen and (max-width: 688px){	
	.p-head__h2{
		font-size: 30px;
	}
}
@media screen and (max-width: 530px){	
	.p-head__h2{
		font-size: 30px;
	}
}
@media screen and (max-width: 426px){
		.p-head__h2{
			font-size: 22px;
		}
}

.p-head__h2-desc{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0em;
	color: #FFFFFF;
}

@media screen and (max-width: 530px){	
	.p-head__h2-desc{
		font-size: 18px;
	}
	
}
@media screen and (max-width: 426px){
		.p-head__h2-desc{
			font-size: 14px; 
		}
}

a.p-head__button{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	max-width: 375px;
	border-radius: 6px;
	background-color: #4971FF;
	box-shadow: 2px 3px 15px 2px #00000026;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0em;
	color: #FFFFFF;
}

@media screen and (max-width: 915px){
	.p-head__button{
		margin-top: 3%;
	}
}
@media screen and (max-width: 426px){
		a.p-head__button {
			font-size: 12px;
			height: 50px;
	}
}
.p-head__quality{
	position: absolute;
	top:-5em;
	right: -3em;
}

@media screen and (max-width: 915px){
	.p-head__quality{
		top: -6em;
		right: 1em;
	}
}
@media screen and (max-width: 815px){
	.p-head__quality{
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 530px){	
	.p-head__quality{
		width: 115px;
		height: 115px;
		top: -5em;
		
	}
}
@media screen and (max-width: 426px){
		.p-head__quality{
		top: -4em;
			right: -1em;
		}
	.p-head__quality img{
			width: 90px;
			height: 90px;
		}
}
@media screen and (max-width: 320px){
	.p-head__quality{
		right: -2em;
	}
}
.p-functions{
	display: flex;
	flex-direction: column;
	margin-bottom: 3%;
}

.p-functions-wrap{
	

display: flex;
}




.p-functions__h2{
	margin-top: 3%;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0em;

}
@media screen and (max-width: 688px){		
	.p-functions__h2{
		font-size: 30px;
		align-self: center;
		text-align: center;
		padding: 0 1em;
	}
}
@media screen and (max-width: 426px){
		.p-functions__h2{
			font-size: 22px;
		}
}
.p-functions__container{
	margin-top: 3%;
	padding: 3em 3em 3em 1em;
	display: block;
	max-width:100%;
	border-radius:13px;
	box-shadow: 0px 1px 2px 0px #00000017;
	background-color: #FFFFFF;
	
}

@media screen and (max-width: 786px) {
	
	.p-functions__container{
		padding: 3em 2em;
	}
}



.p-functions__container-r{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 8em;
	padding-right: 1em;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0em;
}

.p-functions-wrap .p-functions__container:first-child{
	margin-right: 2em;
}
@media screen and (max-width: 915px){
	.p-functions__container-r{
		padding-left: 8em;
	}
}
@media screen and (max-width: 688px){			
	.p-functions__container-r{
		font-size: 16px;
	}
}

.p-functions__container-r p{
	margin: 0.2em 0 1.2em 0;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0em;

}
@media screen and (max-width: 688px){			
	.p-functions__container-r p{
		font-size: 16px;
	}
}


@media screen and (max-width: 950px) {
	.p-functions-wrap{
		flex-direction: column;
	}
	.p-functions-wrap .p-functions__container-r{
		max-width: 100%;
	}
	
	.p-functions-wrap .p-functions__container:first-child{
		margin-right: 0;
	}
}

@media screen and (max-width: 551px){
	.p-functions__container-r{
		padding: 5em 0em 0em 0em;
	}
}
@media screen and (max-width: 426px){	
		.p-functions__container-r{
			font-size: 14px;
		}
	.p-functions__container-r p{
			font-size: 14px;
		}
}
.p-functions-icon{
	position: absolute;
	left:2em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
width: 68px;
border-radius: 50%;
background-color: #005C75;
}
@media screen and (max-width: 551px){
	.p-functions-icon{
		top: -2%;
		left: 0;
	}
}
.p-functions-icon i{
	font-size: 2.5em;
}

@media screen and (max-width: 688px){			
	.p-functions-icon{
		width: 54px;
		height: 54px;
	}
	.p-functions-icon i{
		font-size: 2.2em;
	}
}

.p-functions__h3{
	margin: 0.5em 0;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-bottom: 1em;
}
@media screen and (max-width: 688px){		
	.p-functions__h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 426px){
		.p-functions__h3{
			font-size: 20px;
		}
}








a.p-functions__button{
	align-self: flex-end;
	width: 508px;
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	max-width: 508px;
	border-radius: 6px;
	background-color: #4971FF;
	box-shadow: 2px 3px 15px 2px #00000026;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0em;
	color: #FFFFFF;
}

@media screen and (max-width: 688px){			
	
	a.p-functions__button{
		width: 100%;
	}
}
@media screen and (max-width: 426px){
		a.p-functions__button{
			height: 50px;
			font-size: 12px;
		}
}
.p-functions__quality{
align-self: flex-end;
	margin-bottom: -5em;	
}

@media screen and (max-width: 815px){
	.p-functions__quality img{
		width: 140px;
		height: 140px;
	}
}
@media screen and (max-width: 530px){	
	.p-functions__quality img{
		width: 115px;
		height:115px;
	}
}
@media screen and (max-width: 426px){	
		.p-functions__quality{
			width: 90px;
			height: 90px;
			margin-right: 1.3em;
    margin-bottom: -2em;
		}
}
/*------Стили для условий пользования и т.д.------*/

.top-nav{
	display: flex;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
	max-width: 1155px;
	margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
	padding-left: 2em;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;

}

.top-nav a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 688px){			
	.top-nav{
		display: none;
	}
}

.page-wrapper{
	display: flex;
	flex-direction:column;
	max-width: 1155px;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
	padding: 0 1em;
    flex-grow: 1;
}


.page-container{
	margin-bottom: 8em;
	padding: 3em;
    min-height: 600px;
	max-width: 100%;
	border-radius: 13px;
	background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px #00000017;

}
@media screen and (max-width: 688px){			
	.page-container{
		padding: 2em;
	}
}
.page-container__top{
	margin-bottom: 3em;
}
.page-container__h1{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 32px;
letter-spacing: 0em;
text-align: left;	
}
@media screen and (max-width: 688px){			
	.page-container__h1{
		font-size: 20px;
	}
}


.page-container__h2{
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
}

@media screen and (max-width: 688px){			
	.page-container__h2{
		font-size: 14px;
	}
}

.page-container__text{
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.8em;
letter-spacing: 0em;
text-align: left;

}

@media screen and (max-width: 688px){			
	.page-container__text{
		font-size: 14px;
	}
}





	