@font-face {
    font-family: 'helveticaneuecyrultralight';
    src: url('helveticaneuecyr-ultralight3-webfont.woff2') format('woff2'),
         url('helveticaneuecyr-ultralight3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #4f4f6f;
  margin: 0;
  padding: 0;
}

.drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
 }

.ecom-drawer span.mdl-navigation__link.mdl-navigation__link{
    color: #4a80ec;
 
}

.ecom-drawer .social {
	margin-left: 40px;
	margin-bottom: 40px;
}

.ecom-header {
  background-color: white;
}

.logo {
  width: 141px;
  height: 33px;
}

.menu-item{
	display:inline-block;
	text-decoration: none;
	color: #4f4f6f;
	letter-spacing: 1.1px;
	border-bottom: 2px solid #ffffff; 
	margin-right: 45px;
}

.menu-item:hover {
	border-bottom: 2px solid #0878e1; 
}

.social-item{
	display:inline-block;
	text-decoration: none;
	font-size: 0;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	vertical-align: middle;
}

.social-item-vk{
	background-image: url("/img/1492387782-vkontakte.png"); 
}

.social-item-vk:hover{
	background-image: url("/img/1492387782-vkontakte-2.png"); 
}

.social-item-fb{
	background-image: url("/img/1492387825-facebook-solid.png"); 
}

.social-item-fb:hover{
	background-image: url("/img/1492387825-facebook-solid-2.png"); 
}

.social-item-yt{
	background-image: url("/img/1492816740-video-youtube.png"); 
}

.social-item-yt:hover{
	background-image: url("/img/1492816740-video-youtube-2.png"); 
}

.main-button, .accent-button {
	display: inline-block;
	-webkit-appearance: none;
	color: white;
	width: 178px;
	padding-top: 14px; 
	padding-bottom: 14px; 
	font-size: 14px;
	letter-spacing: 1.1px;
	background: #0878e1;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #0878e1;
}

.main-button:hover {
	background: #4a80ec;
}

.accent-button {
	background: #3daa09;
	border: 1px solid #3daa09;
}

.accent-button:hover {
	background: #79be30;
}

.reg-link {
	color: #4f4f6f;
	font-size: 14px;
	letter-spacing: 1.1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 50px;
	margin-right: 20px; 
}

.reg-link:hover {
	border-bottom: 2px solid #0878e1; 
}

@media (max-width: 1023px) {
	.main-button, .accent-button {
		width: 160px;
		padding-top: 11px; 
		padding-bottom: 11px; 
		font-size: 13px;
	}

}

@media (max-width: 839px) {
	.ecom-header .registration-and-enter .reg-link {
		display: none;
	}

	.ecom-header .registration-and-enter .main-button {
		font-size: 0;
		padding:0;
		margin: 0;
		margin-left: 30px;
		margin-right: : 10px;
		height: 28px;
		width: 30px;
		border:none;
		background: none;
		box-shadow: none;  
		background-image: url("img/profile-3@2x.png"); 
		background-repeat: no-repeat;
    	background-position: 50% 50%;
    	background-size: cover;
	}
}

@media (max-width: 479px) {

	.ecom-header .social {
		display: none;
	}
}


.promo {
	background: linear-gradient(to right, #261714 40%, #ffffff 60%);
}

.promo-picture {
	background-image: url("img/main_picture.jpg"); 
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.promo-opacity{
	background: rgba(26, 17, 14, 0.35);
	padding-top: 1px;
}

.container {
	max-width: 1200px;
    margin-left: auto;
	margin-right: auto;
}

@media (max-width: 479px) {
	.promo-text {
		margin-left: 25px;
		padding-top: 40px;
		padding-bottom: 40px;
		max-width: 300px;
	}

	.title-main{
		color: white;
		font-size: 24px;
		font-weight: bold;
		line-height: 26px;
	    letter-spacing: 0.8px; 
	}

	.title-secondary{
		font-size: 16px;
	    letter-spacing: 0.5px; 
	}

	.promo-text p{
		color: white;
		font-size: 14px;
	    letter-spacing: 0.8px; 
	}

	.section-title{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 26px;
		letter-spacing: 0.9px;
		padding-top: 30px;
		margin: 0; 
		margin-bottom: 30px;
	}

	.section-title-secondary{
		text-align: center;
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0.7px;
		font-weight: normal;
	}
}

.promo-text .main-button, .promo-text .accent-button {
	margin-bottom: 10px;
	margin-right: 10px;
}

@media (min-width: 480px)  and (max-width: 839px) {
	.promo-text {
		margin-left: 50px;
		padding-top: 100px;
		padding-bottom: 100px;
		max-width: 600px;
	}

	.title-main{
		color: white;
		font-size: 43px;
		font-weight: bold;
		line-height: 45px;
	    letter-spacing: 1.1px; 
	}

	.title-secondary{
		font-size: 27px;
	    letter-spacing: 0.7px; 
	}

	.promo-text p{
		color: white;
		font-size: 21px;
	    letter-spacing: 1.1px; 
	}

	.section-title{
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1.8px;
		padding-top: 40px;
		margin: 0; 
		margin-bottom: 40px;
	}

	.section-title-secondary{
		text-align: center;
		font-size: 24px;
		letter-spacing: 1.2px;
		font-weight: normal;
	}
}

@media (min-width: 840px){
	.promo-text {
		margin-left: 50px;
		padding-top: 160px;
		padding-bottom: 160px;
		max-width: 850px;
	}

	.title-main{
		color: white;
		font-size: 59px;
		font-weight: bold;
		line-height: 62px;
	    letter-spacing: 1.5px; 
	}

	.title-secondary{
		font-size: 37px;
	    letter-spacing: 1.5px; 
	}

	.promo-text p{
		color: white;
		font-size: 29px;
	    letter-spacing: 1.5px; 
	    margin-bottom: 30px; 
	}

	.section-title{
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1.8px;
		padding-top: 60px;
		margin: 0; 
		margin-bottom: 60px;
	}

	.section-title-secondary{
		text-align: center;
		font-size: 24px;
		letter-spacing: 1.2px;
		font-weight: normal;
	}


}

.step-item a{
	display: inline-block;
	text-decoration: none;
	color: #0878e1;
	text-align: center;
}

.step-item a:hover{
	text-decoration: underline;
}

.step-item p{
	text-align: center;
}

.step-item {
	padding-left: 30px;
	padding-right: 30px;
}

.step-icon-reg{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 70px;
    height: 70px;

	background-image: url("/img/reg_icon.png");
}

.step-icon-1c{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 90px;
    height: 70px;
	background-image: url("/img/down-1c.png");
}

.step-icon-1c:after{
	display:block;
	content:"";
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 70% 50%;
    width: 90px;
    height: 70px;
	background-image: url("/img/4.png");
}

.step-icon-phone{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 20% 50%;
    width: 90px;
    height: 70px;
	background-image: url("/img/down_phone.png");
}

.step-number{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 35px;
  	width: 35px;
  	height: 35px;
  	background-color: #ffffff;
  	border-radius: 50%;
  	box-shadow: 0 0 18.7px 2.3px rgba(204, 204, 223, 0.5);
  	text-align: center;
}

.step-number p{
  color: rgb(204, 204, 223);
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

.advantages, .archivments{
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
}


.advantages-icon{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  	width: 91px;
  	height: 91px;
  	background-color: #ffffff;
	background-repeat: no-repeat;
    background-position: 50% 50%;
  	border-radius: 50%;
	box-shadow: 0 0 18.7px 2.3px rgba(204, 204, 223, 0.5);
  	text-align: center;
}

.advantages-icon-coin{
	background-image: url("/img/coin.png");
}

.advantages-icon-start{
	background-image: url("/img/controls.png");
}

.advantages-icon-1c{
	background-image: url("/img/settings-1c.png");
}

.advantages-icon-control{
	background-image: url("/img/phone_control.png");
}

.advantages-icon-settings{
	background-image: url("/img/custom_settings.png");
}

.advantages-icon-client{
	background-image: url("/img/text-documents.png");
}

.advantages-icon-coin:after,
.advantages-icon-start:after,
.advantages-icon-1c:after,
.advantages-icon-control:after,
.advantages-icon-settings:after,
.advantages-icon-client:after{
	position: absolute;
	right: 15%;
	bottom: 20%;
	display:block;
	content:"";
	background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 33px;
    height: 33px;
  	background-color: #0878e1;
  	border-radius: 50%;
}

.advantages-icon-coin:after{
	background-image: url("/img/cancel-music.png");
}

.advantages-icon-start:after{
	background-image: url("/img/clock-1.png");
}

.advantages-icon-1c:after{
	background-image: url("/img/cancel-music.png");
}

.advantages-icon-control:after{
	background-image: url("/img/eye.png");
}

.advantages-icon-settings:after{
	background-image: url("/img/hand.png");
}

.advantages-icon-client:after{
	background-image: url("/img/arrow.png");
}

.advantages-item{
	padding-left: 10px;
	padding-right: 10px;
}

.advantages-item h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	line-height: 20px;
	letter-spacing: 0.8px;
	margin: 0;
	margin-bottom: 20px;
}

.advantages-item p{
	text-align: center;
}

.features-applications{
	background: #0878e1;
}

.features{
	padding-bottom: 30px;
}

.features-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

.features-list li{
	display: table-row;
	margin-left: 50px;
	vertical-align: middle;
	height: 80px;
	line-height: 18px;
}

.features-list li span{
	display: table-cell;
	line-height: 18px;
	vertical-align: middle;
}

.features-list li:before{
	display: table-cell;
	content: "";
	background-repeat: no-repeat;
	width: 70px;
	background-image: url("/img/round-done-button-6.png");
	background-position: 50% 50%; 
	vertical-align: middle;
}

.features-picture {
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("/img/iphone-6-s.jpg");
}

.phone-picture {
	position: relative;
	margin-left: auto;
	margin-right: auto; 
  	max-width: 295px;
  	height: 523px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/img/reflection3.png");
}

.phone-picture:before {
	content: "";
	display: block;
	position: absolute;
	bottom:-15px;
	left:-60px;
  	width: 414px;
  	height: 26px;
	background-repeat: no-repeat;
	background-image: url("/img/shadow.png");
}


.features-applications .container {
	max-width: 1000px;
	padding: 70px 0px;
}

.features-applications label {
	display: inline-block;
	margin-bottom: -1px;
	width:248px;
	margin-left: -5px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	border: 1px solid white;
	border-radius: 2px;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	letter-spacing: 1.4px;
}

.features-applications label:nth-of-type(1) {
	margin-left: 0;
}

.features-applications input, .features-applications article {
	    display: none;
} 

.features-applications input:checked + label {
    background: white;
	color: #0878e1;
}
           
.features-applications input:nth-of-type(1):checked ~ article:nth-of-type(1),
.features-applications input:nth-of-type(2):checked ~ article:nth-of-type(2),
.features-applications input:nth-of-type(3):checked ~ article:nth-of-type(3),
.features-applications input:nth-of-type(4):checked ~ article:nth-of-type(4){
    display: block;
}

.features-applications-list{
	margin: 0;
	padding: 0;
	padding-left: 15px; 
	margin-top: 25px; 
	list-style: none;
}

.features-applications-list li{
	padding-left: 20px;
	background: url(/img/1-13.png) 0 0.4em no-repeat;
	line-height: 18px;
	letter-spacing: 0.7px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.features-app-description{
	background: white;
}

.features-app-downloads{
	margin-top: 20px;
	border: 1px solid white;
	border-radius: 2px;
	width: auto;
	height: 75px;
	text-align: center;
}

.features-app-downloads:before { /* for vertical aligment middle*/
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.download-app-text {
	display: inline-block;
	margin-right: 10px; 
	vertical-align: middle;
	color: white;
	font-size: 22px;
	letter-spacing: 1.7px;
}

.download-app {
	display: inline-block;
	margin-left: 10px;
	font-size: 0px;
	height: 50px;
	width: 145px;
	vertical-align: middle;
}

.download-app-android {
	background: url("/img/google_play_logo.png");
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: 50% 50%;
}

.download-app-ios {
	background: url("/img/app-store-logo.png");
	background-size: 100%;
	background-repeat: no-repeat;
    background-position: 50% 50%;
}

.supervisor-phone-picture {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
  	max-width: 402px;
  	height: 441px;
	background-image: url("/img/iphone-app.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.client-phone-picture {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
  	max-width: 402px;
  	height: 441px;
	background-image: url("/img/iphone-client.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}

.expeditor-phone-picture {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
  	max-width: 402px;
  	height: 441px;
	background-image: url("/img/expeditor-phone.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 479px) {
	.download-app {
		height: 37px;
		width: 109px;
		background-size: contain;
		background-repeat: no-repeat;
	    background-position: 50% 50%;
	}
}

@media (max-width: 1023px){
	.features-applications{
		background: white;
    }	

	.features-applications .container {
		padding: 0px;
    }	

	.features-applications label {
		display:block;
		border: none;
		width:950px;
		border-bottom: 1px solid white;
		text-align: left;
		margin:0;
		padding-left: 50px;
		background: #0878e1;
	}

	.features-applications input:checked + label {
	    color: white;
		background: #0878e1;
		font-weight: bold;
		position: relative;
	}

	.features-applications input:checked + label:before {
		position: absolute;
		content:"";
		top: 21px;
		left:30px;
	    background: url("/img/arrow_right.png") no-repeat;
	    width: 8px;
	    height: 14px;
	}
	.features-app-downloads{
		margin: 0px;
	}
}

.price-description {
	padding: 20px;
	padding-top: 0px;
}

.price-slogan-text{
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 24px;
	padding-top: 20px;
}

.price-month-text{
	font-size: 18px;
	letter-spacing: 1.4px;
	line-height: 24px;
	margin-bottom: 66px;
}

.price-month-text span{
	font-size: 36px;
	letter-spacing: 2.7px;
	line-height: 24px;
}

.price-picture {
	position: relative;
	margin-left: auto;
	margin-right: 30px; 
  	max-width: 353px;
  	height: 353px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/img/iphone-ecom.jpg");
}

.price-first-month{
	position: absolute;
	top:-20px;
	left:-50px;
	height: 160px;
	width: 160px;
	background:#0878e1;
	border-radius: 50%;
	color: white;
}

.price-first-month p{
	color: white;
	font-size: 18px;
	padding-top: 55px; 
	text-align: center;
	line-height: 27px;
	letter-spacing: 0.2px;
}

.price-first-month p span{
	font-size: 22px;
}

@media (max-width: 900px){
	.price-picture {
		max-width: 300px;
		height: 300px;
	}

	.price-first-month{
		top:-15px;
		left:-35px;
		height: 140px;
		width: 140px;
	}
	.price-first-month p{
		font-size: 16px;
		padding-top: 50px; 
		line-height: 24px;
	}
	
	.price-first-month p span{
		font-size: 20px;
	}
}

@media (max-width: 839px){
	.price-description {
		text-align: center;
	}
	.price-slogan-text {
		padding-left: 20px;
		padding-right: 20px; 
	}
	.price-picture{
		margin-left : auto;
		margin-right : auto;
	}
	.price-month-text{
		margin-bottom: 30px;
	}
	.price-month-text span{
		font-size: 30px;
		letter-spacing: 2.3px;
		line-height: 21px;
	}
}

@media (max-width: 400px){
	.price-picture {
		max-width: 185px;
		height: 221px;
	}

	.price-first-month{
		top:-10px;
		left:-25px;
		height: 90px;
		width: 90px;
	}
	.price-first-month p{
		font-size: 10px;
		padding-top: 30px; 
		line-height: 14px;
	}
	
	.price-first-month p span{
		font-size: 12px;
	}
}

.archivments p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.2px;
	text-align: center;
}

.archivments-item{
	margin-left: auto;
	margin-right: auto; 
  	width: 109px;
  	height: 109px;
  	background:#fafafa;
  	border: 1px solid #3daa09;
  	border-radius: 50%;
  	margin-bottom: 35px; 
}

.archivments-item p{
	color: #3daa09;
	font-size: 30px;
	text-align: center;
	line-height: 109px;
	letter-spacing: 1.5px;
	vertical-align: middle;
}


.questions .section-title{
	color: white;
}

.questions .section-title-secondary{
	color: white;
}

.questions {
	background-image: url("img/flagman-lenovo-smartfon-2016@2x.jpg");
	background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
	padding-top: 1px;
	padding-bottom:50px; 
}

.questions .container {
	max-width: 1100px;
}

.questions-form {
	padding-left: 75px;
	padding-right: 75px;
}

.question-input{
	height: 50px;
	background:#f5f5f5;
	border: 1px solid #f5f5f5;
	padding-left: 25px;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #4f4f6f;
	letter-spacing: 1.1px;
	padding-right: 25px;
	border-radius: 2px; 
}

.questions textarea{
	margin-top: 7px;
	height: 140px;
	padding: 25px;
	background:#f5f5f5;
	border-radius: 2px;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 14px;
    color: #4f4f6f;
	letter-spacing: 1.1px;
}

.questions .main-button {
	margin-left: auto;
	margin-right: auto; 
	margin-top: 35px;
}

@media (max-width: 479px){
	.questions-form {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.main-footer .container{
	font-size: 12px;
}

.footer-bottom, .footer-top, .footer-middle{
	margin: 50px;
}

.footer-top{
	margin-top: 50px; 
}

.footer-middle{
	margin-top: 35px; 
}

.footer-contacts, .footer-email, .footer-teamviewer, .footer-anydesk{
	padding-top:15px;
}


.footer-menu {
	display: inline-block;
	font-size: 14px;
}

.social-footer {
	display: inline-block;
}

.copyright {
	display: inline;
	margin-right: 5px;
}

.oferta {
	display: inline;
}

.teamviewer {
	display: inline-block;
	font-size: 0px;
  	width: 88px;
  	height: 21px;
	background-repeat: no-repeat;
	background-image: url("/img/teamviewer-logo-big.png");
}

.teamviewer-text {
	vertical-align: middle;
}

.anydesk {
	display: inline-block;
	font-size: 0px;
  	width: 50px;
  	height: 50px;
	background-repeat: no-repeat;
	background-image: url("/img/anydesk50.png");
}

.anydesk-text {
	vertical-align: middle;
}

.simple-link {
	color: #0878e1;
	text-decoration: none;
}

.simple-link:hover {
	text-decoration: underline;
}

.faq {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.8px;
}

.faq-section-title{
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 1.2px;
}

.faq section {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 839px){
	.faq {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.7px;
	}

	.faq-section-title{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.9px;
	}

	.faq section {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.faq label {
	display: block;
	position: relative;
	border: 1px solid #dadada;
	color: #0878e1;
	letter-spacing: 0.8px;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 15px;
	margin-top:-1px;  
}

.faq label:before {
	display:block;
	content:"";
	position: absolute;
	left: 14px;
	top: 22px;
	width: 8px;
	height: 9px;
	background: url("/img/faq-col.png") no-repeat; 

}

.faq input, .faq article {
	display: none;
} 

.faq input:checked + label:before {
	width: 9px;
	height: 8px;
	background: url("/img/faq-exp.png") no-repeat; 
}
           
.faq input:checked + label + article{
    display: block;
    padding: 20px 14px;
}

.agent-license {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.tarif {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.8px;
}

.tarif .container{
	padding-left: 20px;
	padding-right: 20px;
}

.tarif-table {
	width: 100%;
	border-collapse: collapse;
}

.tarif-table th, .tarif-table td{
	width: 33%;
	text-align: center;
}

.tarif-table tr:first-child{
	background: #f3f9ff;
	height: 95px;
}

.tarif-table tr:nth-child(2n+3){
	background: #f8f8f8;
	height: 65px;
}

.tarif-table tr:nth-child(2n){
	height: 65px;
}

@media (max-width: 359px){
	.tarif-table th:nth-child(3), .tarif-table td:nth-child(3){
		display: none;
	}
	
	.tarif-table th, .tarif-table td{
		width: 50%;
	}
}

.join-and-get-gift {
	display: block;
	width: auto;
	height: 95px;
	background-color: #0878e1;
	text-decoration: none;
}

.join-and-get-gift:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
}

.join-gift-text {
	display: inline-block;
	margin-left: 125px;
	color: white;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 1.8px;
	vertical-align: middle;
}

.join-gift-description {
	display: inline-block;
	position: relative;
	max-width: 200px;
	color: white;
	font-size: 24px;
	letter-spacing: 1.2px;
	vertical-align: middle;
	padding-left: 80px;
	margin-left: 80px;
}

.join-gift-description:before {
	display: inline-block;
	position: absolute;
	content: "";
	left: 0px;
	top:0px;
	width: 61px;
	height: 61px;
	background-image: url("/img/gift.png");
}

@media (max-width: 1023px){
	.join-and-get-gift {
		height: auto; 
	}

	.join-gift-text {
		display: block;
		font-size: 30px;
		line-height: 35px;
		letter-spacing: 1.4px;
		max-width: 500px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.join-gift-description {
		display: block;
		max-width: 420px;
		padding-left: 100px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.join-gift-description:before {
		top:10px;
		left:20px;
	}
}

.tarif-article {
	border: 1px solid #dadada;
	margin-top: 15px;
	padding-bottom: 40px;
}

.tarif-article-title{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1.2px;
	font-weight: bold;
	margin:0; 
	padding-top: 45px;
	padding-bottom: 35px;
}

.tarif-advantages-list{
	margin: 0;
	padding: 0;
	padding-left: 0px; 
	margin-top: 0px; 
	list-style: none;
}

.tarif-advantages-list li{
	padding-left: 20px;
	background: url(/img/1-13.png) 0 0.4em no-repeat;
	line-height: 18px;
	letter-spacing: 0.7px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.tarif-wallet{
	position: relative;
}

.tarif-wallet-picture {
	position: absolute;
	top: 50%;
	left:50%;
    margin-top: -70px;
    margin-left: -70px;
  	width: 139px;
  	height: 139px;
	background-image: url("/img/wallet-1.png");
	background-repeat: no-repeat;
	background-size: contain;
    vertical-align: middle;
}

.tarif-coins{
	position: relative;
}

.tarif-coins-picture {
	position: absolute;
	top: 50%;
	left:50%;
    margin-top: -72px;
    margin-left: -115px;
  	width: 230px;
  	height: 145px;
	background-image: url("/img/coins-all.png");
	background-repeat: no-repeat;
	background-size: contain;
    vertical-align: middle;
}

.okompanii p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.8px;
	padding-left: 50px;
	padding-right: 50px;
}


@media (max-width: 839px){
	.okompanii p {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.7px;
		padding-left: 40px;
		padding-right: 40px;
	}

}

.downloads section{
	margin-left: 50px; 
	margin-right: 50px; 
}

.downloads a {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.8px;
}

        /* Основные стили баннера */
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            padding: 15px 20px;
            z-index: 10000;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 20px;
            border-top: 3px solid #2196F3; /* Верхняя рамка голубого цвета */
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
            font-family: Arial, sans-serif;
        }

        .cookie-text {
            max-width: 800px;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
            margin: 5px 0;
            text-align: center;
        }

        .accept-btn {
            background: #2196F3; /* Голубой цвет */
            color: white;
            border: none;
            border-radius: 4px;
            padding: 10px 25px;
            cursor: pointer;
            font-size: 15px;
            font-weight: bold;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .accept-btn:hover {
            background: #0b7dda; /* Темно-голубой при наведении */
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(11, 125, 218, 0.4);
        }

        /* Адаптивность для мобильных */
        @media (max-width: 768px) {
            .cookie-banner {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }
            
            .cookie-text {
                font-size: 13px;
                padding: 0 10px;
            }
            
            .accept-btn {
                width: 90%;
                max-width: 200px;
                padding: 12px;
            }
        }

        /* Анимация при закрытии */
        @keyframes slideDown {
            from { transform: translateY(0); }
            to { transform: translateY(100%); }
        }