* {
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0); /* Полностью прозрачный */

	background: transparent;
	transition: background-color 1s; /* Плавный переход фона */
	z-index: 1000;
}
body {
	color: #ededed;
	font-family: 'Roboto' , sans-serif;
	font-weight: 400;
}

.header-liner {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	margin-left: 50px;
	/*justify-content: space-around;*/
}
.logo{
	    margin-left: 50%;
}

.header {
	background: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	    padding-bottom: 1%;
       width: 100%;
       
    background-size: cover;
	padding-top: 94px;
}
#button{
	
	border: none;
	font-size: 24px;
	color: white;
	cursor: pointer;
	transition: 1s;
	margin-left: 16px;
	font-weight: 400;
	display: flex;
	border-radius: 10%;
	padding: 0 8px;
}

.langs {
	background: transparent;
	display: flex;
}
a{
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	font-size: 24px;
	
	margin-left: 16px;
}
div.langs > a[language].active {
	text-decoration: underline;
  }
.en{
	padding: 8px;
}
.arm{
	padding: 8px;
}
.audio {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.header-title {
	color: #ffffff;
	font-weight: 400;
	font-size: 48px;
	     margin-top: 30%;
	 margin-left: 50px;
}
.header-subtitle {
              padding-bottom: 3%;
	color: #fff;
	font-weight: medium;
	font-size: 48px;
	display: flex;
	
}
.header-subtitle-p{
	margin-left: 10px;
	color: #ff8a00;
}
.container {
	margin: 0px, 100px;
	padding-left: 100;
	padding-right: 100;
}
.about {
	text-align: center;
	margin: 60px;
}
.vernagir {
	font-weight: bold;
	font-size: 30px;
	color: #54968a;
	margin-bottom: 20px;
}
.vernagir1 {
	font-weight: bold;
	font-size: 30px;
	color: #54968a;
	margin-bottom: 20px;
}
.info {
	font-weight: 200;
	font-size: 20px;
	color: #ff8a00;
	line-height: 1.6;
	margin-left:60px;
	    margin-right: 60px;
}
.info1 {
	font-weight: 200;
	font-size: 20px;
	color: #ff8a00;
	line-height: 1.6;
		margin-left:60px;
	    margin-right: 60px;
}
.center{
    align-items: center;
}
.video {
	top: 0;
	left: 0;
	text-align: center;
	margin-top: 20;
}
.scrolled {
	background-color: rgb(255, 255, 255); /* Непрозрачный фон */
}
.scrolled #button{
	color: black;
}
.works {
	margin-top: 60px;
}
#how-it-works h2 {
	font-size: 30px;
	color: #54968a;
	text-align: center;
	margin-top: 60px;
}
#how-it-works img {
	height: 150px;
	width: 150px;
}
#how-it-works h3 {
	margin-bottom: 10px;
	margin-top: 16px;
	font-size: 24px;
	color: #ff8a00;
}
#how-it-works p {
	font-size: 24px;
	color: #284e20;
	margin-top: 0px;
}
.step {
	display: block;
	margin-left: 45px;
}
.steps {
	display: flex;
	margin-top: 40px;
	margin-left: 100px;
}
.steps1 {
	display: flex;
	margin-top: 5px;
	margin-left: 100px;
}
.qaly {
	display: inline-block;
	margin-left: 150px;
	margin-right: 200px;
}

#map {
	left: 0;
	text-align: center;
	margin-top: 60px;
}
#apps img{
	margin-top: 40px;
	    margin-left: 10%;
}
.steps h3{
	margin-bottom: 10px;
	margin-top: 16px;
	width:443px;
	font-size: 24px;
	color: #ff8a00;
}
.step p{
     font-size: 20px;
	color: #284e20;
	margin-top: 0px;
}
.step1 p{
     font-size: 20px;
	color: #284e20;
	margin-top: 0px;
}
.stepp6 {
	width: 380px;
}
.stepp7 {
	width: 380px;
}
.buttom{
	margin-left: 0px;
}
.buttom1{
	margin-left: 0px;
}
.stepbut{
	display: block;
}
.step button {
    width: 180px;
    background-color: #54968a;
    color: white;
    border: none;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 2px;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
}
.step1 button {
    width: 180px;
    background-color: #54968a;
    color: white;
    border: none;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 2px;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
}
iframe {
	margin-top: 30px;
}
h1 {
	font-size: 32px;
	color: #54968a;
	text-align: center;
	margin-top: 60px;
	font-weight: 400;
}
#contact {
	text-align: center;
}
#contact h2 {
	font-size: 30px;
	color: #54968a;
	text-align: center;
	margin-top: 60px;
}
#contact h3 {
	font-size: 28px;
	color: #54968a;
	font-weight: 400;
}
#contact h4 {
	font-size: 28px;
	color: #54968a;
	padding-left: 8px;
	font-weight: 400;
}
.email {
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
	
}
#contact p {
	font-size: 20px;
	color: #ff8a00;
	padding: 0 100px;
	font-weight: 400;
	margin-top: 20px;
}
#contact h5 {
	font-size: 18px;
	color: #9f9f9f;
	font-weight: 400;
	padding: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.logo1{
	height: 70px; 
}

@media only screen and (max-width: 1300px) 
{
 
 #apps img{
	margin-top: 40px;
	    margin-left: 1%;
}
	.logo1{
		height:80%; 
	}
	.logo{
		height: 80%;
		margin-left: 40%;
	}
	a{
		font-size: 80%;
	    margin-left: 0.0000001%;
	}
	
}
@media only screen and (max-width:1024px) {
	.qaly {
		display: inline-block;
		margin-left: 14%;
		margin-right: 19%;
	}
	
	.logo{
		height: 60%;
		margin-left: 30%;
	}

	.header-title {
		color: #ffffff;
		font-weight: 400;
		font-size: 32px;
		 margin-top: 30%; 
		 margin-left: 50px;
	}
	.header-subtitle {
		color: #fff;
		font-weight: medium;
		font-size: 32px;
		display: flex;
		
	}
	.header-subtitle-p{
		margin-left: 10px;
		color: #ff8a00;
	}
	.vernagir {
		font-weight: bold;
		font-size: 24px;
		color: #54968a;
		margin-bottom: 2%;
	}
	.vernagir1 {
		font-weight: bold;
		font-size: 24px;
		color: #54968a;
		margin-bottom: 2%;
	}
	.info {
		font-weight: 200;
		font-size: 16px;
		color: #ff8a00;
		line-height: 1.6;
	}
	.info1 {
		font-weight: 200;
		font-size: 16px;
		color: #ff8a00;
		line-height: 1.6;
	}
	#how-it-works h2 {
		font-size: 24px;
		color: #54968a;
		text-align: center;
		margin-top: 6%;
	}
	#how-it-works img {
		height: 20%;
		width: 20%;
	}
	#how-it-works h3 {
		margin-bottom: 1%;
		margin-top: 1.6%;
		font-size: 24px;
		color: #ff8a00;
	}
	#how-it-works p {
	            width: 500px;
		font-size: 16px;
		color: #284e20;
		margin-top: 1%;
	}

	h1 {
		font-size: 24px;
		color: #54968a;
		text-align: center;
		margin-top: 4%;
		font-weight: 400;
	}
	#apps img{
		margin-top: 1.5%;
		margin-left: 8%;
		height: 250px;
	}
	.steps h3{
	    width: 310px;
		margin-bottom: 1%;
		margin-top: 1%;
		font-size: 20px;
		color: #ff8a00;
	}
	.step p{
	    width: 280px;
		font-size: 16px;
		color: #284e20;
		margin-top: 1%;
	}
	.step1 p{
	    width: 280px;
		font-size: 16px;
		color: #284e20;
		margin-top: 1%;
	}
	.stepp6 {
		width: 70%;
	}
	.stepp7 {
		width: 70%;
	}
	.buttom{
		margin-left: 0px;
	}
	.buttom1{
		margin-left: 0px;
	}
	.step button {
		width: 150px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 6px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 30px;
	}
		.step1 button {
		width: 150px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 6px 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 30px;
	}
	.verj{
		font-size: 24px;
	}
	.verj1{
		font-size: 24px;
	}
	#contact h2 {
		font-size: 24px;
		color: #54968a;
		text-align: center;
		margin-top: 30px;
	}
	#contact h3 {
		font-size: 20px;
		color: #54968a;
		font-weight: 400;
	}
	#contact h4 {
		font-size: 20px;
		color: #54968a;
		padding-left: 8px;
		font-weight: 400;
	}
	.email {
		display: inline-flex;
		text-decoration: none;
		align-items: center;
		justify-content: space-around;
		margin-top: 1%;
		
	}
	#contact p {
		font-size: 16px;
		color: #ff8a00;
		padding: 0 10%;
		font-weight: 400;
		margin-top: 10px;
	}
	#contact h5 {
		font-size: 14px;
		color: #9f9f9f;
		font-weight: 400;
		padding: 1.5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}
	#map iframe{
		height: 500px;
	 }
	 .steps {
		display: flex;
		margin-top: 2%;
		margin-left: 4%;
	}
}

@media  only screen and (max-width:800px) {
	.qaly {
		display: inline-block;
		margin-left: 12%;
		margin-right: 17%;
	}
	
	.logo1{
		height:40px 
	}
	.logo{
		height: 20px;
		        margin-left: 45%;
	}
	#button{
		font-size: 16px;
	    margin-left: 0.8%;
	}

	
	.header-title {
		color: #ffffff;
		font-weight: 400;
		font-size: 24px;
		 margin-top: 30%; 
		 margin-left: 5%;
	}
	.header-subtitle {
		color: #fff;
		font-weight: medium;
		font-size: 24px;
		display: flex;
		
	}
	.header-subtitle-p{
		margin-left: 1%;
		color: #ff8a00;
	}

	.vernagir {
		font-weight: bold;
		font-size: 16px;
		color: #54968a;
		margin-bottom: 1%;
	}
	.vernagir1 {
		font-weight: bold;
		font-size: 16px;
		color: #54968a;
		margin-bottom: 1%;
	}
	.info {
	            margin-left: 20px;
        margin-right: 20px;
		font-weight: 200;
		font-size: 12px;
		color: #ff8a00;
		line-height: 1.6;
	}
	.info1 {
	            margin-left: 20px;
        margin-right: 20px;
		font-weight: 200;
		font-size: 12px;
		color: #ff8a00;
		line-height: 1.6;
	}
	#how-it-works h2 {
		font-size: 16px;
		color: #54968a;
		text-align: center;
		margin-top: 1%;
	}
	#how-it-works img {
		height: 15%;
        width: 15%;
	}
	#how-it-works h3 {
		margin-bottom: 5px;
		margin-top: 8px;
		font-size: 16px;
		color: #ff8a00;
	}
	#how-it-works p {
		font-size: 12px;
		color: #284e20;
		margin-top: 1%;
	}

	h1 {
		font-size: 16px;
		color: #54968a;
		text-align: center;
		margin-top: 2%;
		font-weight: 400;
	}
	#apps img{
		margin-top: 0.5%;
	    margin-left: 5%;
		height: 200px;
	}
	.steps h3{
	            width: 250px;
		margin-bottom: 1%;
		margin-top: 1%;
		font-size: 15px;
		color: #ff8a00;
	}
	.step p{
	    width: 250px;
		font-size: 12px;
		color: #284e20;
		margin-top: 1%;
	}
		.step1 p{
	    width: 250px;
		font-size: 12px;
		color: #284e20;
		margin-top: 1%;
	}
	.stepp6 {
		width: 60%;
	}
	.stepp7 {
		width: 60%;
	}
	.buttom{
		margin-left: 0px;
	}
	.buttom1{
		margin-left: 0px;
	}
	.step button {
		width: 120px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 6px 12px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 20px;
	}
		.step1 button {
		width: 120px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 6px 12px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 20px;
	}
	.verj{
		font-size: 16px;
	}
	.verj1{
		font-size: 16px;
	}
	#contact h2 {
		font-size: 16px;
		color: #54968a;
		text-align: center;
		margin-top: 1.5%;
	}
	#contact h3 {
	    width: 80px;
		font-size: 15px;
		color: #54968a;
		font-weight: 400;
	}
	#contact h4 {
		font-size: 15px;
		color: #54968a;
		padding-left: 0.8%;
		font-weight: 400;
	}
	.email {
		display: inline-flex;
		text-decoration: none;
		align-items: center;
		justify-content: space-around;
		margin-top: 1%;
		
	}
	#contact p {
		font-size: 14px;
		color: #ff8a00;
		padding: 0% 10%;
		font-weight: 400;
		margin-top: 1%;
	}
	#contact h5 {
		font-size: 12px;
		color: #9f9f9f;
		font-weight: 400;
		padding: 1.5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}
	#video{
		width: 50%;
	}
	#map iframe{
       height: 400px;
	}
	.steps {
		display: flex;
		margin-top: 2%;
		margin-left: 4%;
	}
	
}

@media  only screen and (max-width:480px) {
	.qaly {
		display: inline-block;
		margin-left: 2%;
		margin-right: 2%;
	}
	.logo1{
		height:40px; 
	}
	.logo{
		height: 20px;
		margin-left: 15%;
	}

	#button{
		font-size: 12px;
	    margin-left: 1%;
	}
	.header-title {
		color: #ffffff;
		font-weight: 400;
		        font-size: 16px;
		        margin-top: 30%;
		 margin-left: 5%;
	}
	.header-subtitle {
		color: #fff;
		font-weight: medium;
		        font-size: 16px;
		display: flex;
		
	}
	.header-subtitle-p{
		margin-left: 1%;
		color: #ff8a00;
	}

	.vernagir {
		font-weight: bold;
		font-size: 16px;
		color: #54968a;
		margin-bottom: 1%;
	}
	.vernagir1 {
		font-weight: bold;
		font-size: 16px;
		color: #54968a;
		margin-bottom: 1%;
	}
	.info {
	            margin-left: 10px;
        margin-right: 10px;
		font-weight: 200;
		font-size: 10px;
		color: #ff8a00;
		line-height: 1.6;
	}
	.info1 {
	         margin-left: 10px;
        margin-right: 10px;
		font-weight: 200;
		font-size: 10px;
		color: #ff8a00;
		line-height: 1.6;
	}
	.step {
    display: block;
    margin-left: 10px;
}
	.step1 {
    display: block;
    margin-left: 10px;
}
	#how-it-works h2 {
		font-size: 14px;
		color: #54968a;
		text-align: center;
		margin-top: 1%;
	}
	#how-it-works img {
		        height: 15%;
        width: 15%;
	}
	#how-it-works h3 {
		margin-bottom: 0.5%;
		margin-top: 0.8%;
		font-size: 10px;
		color: #ff8a00;
	}
	#how-it-works p {
	            width: 300px;
		font-size: 8px;
		color: #284e20;
		margin-top: 1%;
	}

	h1 {
		font-size: 14px;
		color: #54968a;
		text-align: center;
		margin-top: 2%;
		font-weight: 400;
	}
	#apps img{
		margin-top: 0.5%;
		height: 150px;
	}
	.steps h3{
	            width: 160px;
		margin-bottom: 1%;
		margin-top: 1%;
		font-size: 10px;
		color: #ff8a00;
		margin-right: 1%;
	}
	.step p{
	            width: 150px;
		font-size: 9px;
		color: #284e20;
		margin-top: 1%;
	}
		.step1 p{
	            width: 150px;
		font-size: 9px;
		color: #284e20;
		margin-top: 1%;
	}
	.stepp6 {
		width: 65%;
	}
	.stepp7 {
		width: 65%;
	}
	.buttom{
		margin-left: 0px;
	}
	.buttom1{
		margin-left: 0px;
	}
	.step button {
		width: 80px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 0.6% 1%;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 8px;
		margin-top: 1%;
		margin-bottom: 1%;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 20px;
	}
		.step1 button {
		width: 80px;
		background-color: #54968a;
		color: white;
		border: none;
		padding: 0.6% 1%;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 8px;
		margin-top: 1%;
		margin-bottom: 1%;
		margin-right: 2px;
		cursor: pointer;
		border-radius: 5px;
		height: 20px;
	}
	.verj{
		font-size: 10px;
	}
	.verj1{
		font-size: 10px;
	}
	#contact h2 {
		font-size: 10px;
		color: #54968a;
		text-align: center;
		margin-top: 1.5%;
	}
	#contact h3 {
	    width: 60px;
		font-size: 9px;
		color: #54968a;
		font-weight: 400;
	}
	#contact h4 {
		font-size: 9px;
		color: #54968a;
		padding-left: 8%;
		font-weight: 400;
	}
	.email {
		display: inline-flex;
		text-decoration: none;
		align-items: center;
		justify-content: space-around;
		margin-top: 1%;
		
	}
	#contact p {
		font-size: 9px;
		color: #ff8a00;
		padding: 0% 10%;
		font-weight: 400;
		margin-top: 1%;
	}
	#contact h5 {
		font-size: 9px;
		color: #9f9f9f;
		font-weight: 400;
		padding: 1.5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}
	#video{
		width: 400px;
	}
	#map iframe{
       height: 300px;
	}
	.steps {
		display: flex;
		margin-top: 3%;
		margin-left: 5%;
	}
}

@media  only screen and (max-width:420px){
    .logo1 {
    height: 20px;
}
    .logo {
        height: 10px;
        margin-left: 15%;
    }
        .header-title {
        color: #ffffff;
        font-weight: 400;
        font-size: 10px;
        margin-top: 10%;
        margin-left: 5%;
    }
    .header-subtitle {
		color: #fff;
		font-weight: medium;
		font-size: 10px;
		display: flex;
		
	}
	.header-subtitle-p{
		margin-left: 1%;
		color: #ff8a00;
	}
	    .vernagir {
        font-weight: bold;
        font-size: 14px;
        color: #54968a;
        margin-bottom: 1%;
    }
    
        .info {
                    margin-left: 5px;
        margin-right: 5px;
        font-weight: 200;
        font-size: 8px;
        color: #ff8a00;
        line-height: 1.6;
    }
        .vernagir1 {
        font-weight: bold;
        font-size: 14px;
        color: #54968a;
        margin-bottom: 1%;
    }
        .info1 {
               margin-left: 5px;
        margin-right: 5px;
        font-weight: 200;
        font-size: 8px;
        color: #ff8a00;
        line-height: 1.6;
    }
        #video {
        width: 300px;
    }
        #apps img {
                    margin-left: 1%;
        margin-top: 0.5%;
        height: 100px;
    }
        .steps h3 {
             width: 110px;
        margin-bottom: 1%;
        margin-top: 1%;
        font-size: 8px;
        color: #ff8a00;
        margin-right: 1%;
    }
        .step p {
                    width: 100px;
        font-size: 7px;
        color: #284e20;
        margin-top: 1%;
    }
            .step1 p {
                    width: 100px;
        font-size: 7px;
        color: #284e20;
        margin-top: 1%;
    }
        .step button {
        width: 60px;
        background-color: #54968a;
        color: white;
        border: none;
        padding: 0.6% 1%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 6px;
        margin-top: 1%;
        margin-bottom: 1%;
        margin-right: 2px;
        cursor: pointer;
        border-radius: 5px;
        height: 15px;
    }
    
        .buttom {
        margin-left: 0px;
    }
    	.verj{
		font-size: 8px;
	}
	.verj1{
		font-size: 8px;
	}
	#contact h2 {
		font-size: 8px;
		color: #54968a;
		text-align: center;
		margin-top: 1.5%;
	}
	#contact h3 {
		font-size: 7px;
		color: #54968a;
		font-weight: 400;
	}
	#contact h4 {
		font-size: 7px;
		color: #54968a;
		padding-left: 8%;
		font-weight: 400;
	}
	.email {
		display: inline-flex;
		text-decoration: none;
		align-items: center;
		justify-content: space-around;
		margin-top: 1%;
		font-size: 8px;
		
	}
	#contact p {
		font-size: 7px;
		color: #ff8a00;
		padding: 0% 10%;
		font-weight: 400;
		margin-top: 1%;
	}
	#contact h5 {
		font-size: 7px;
		color: #9f9f9f;
		font-weight: 400;
		padding: 1.5%;
		margin-bottom: 2%;
		margin-top: 2%;
	}
	    #how-it-works p {
        width: 200px;
        font-size: 9px;
        color: #284e20;
        margin-top: 1%;
    }
        #how-it-works h3 {
        margin-bottom: 0.5%;
        margin-top: 0.8%;
        font-size: 12px;
        color: #ff8a00;
    }

}

