.webp .services {
    background: rgb(0 0 0 / 80%) url(../img/bg-services.webp) no-repeat center / cover;
}

.header__wrapper {padding:10px 0px;}

.header__lang {margin-left:0px;     padding: 10px 10px;}
.header-social {margin-left:auto; display:flex;}
ul.header-social li {margin-right:5px;}

.header__logo {
    width: 180px;
    height: 170px;
}


/* По умолчанию скрываем мобильную версию */
.item-mob-show {
    display: none;
}

/* Показываем мобильную версию, скрываем десктопную на мобильных устройствах */
@media (max-width: 768px) {
    .item-display-show {
        display: none;
    }
    .item-mob-show {
        display: block;
    }
	
	
	
	
}


.portfolio.section-gallery .owl-portfolio .item__img img {
	-webkit-filter: none; 
     filter: none; 
     -webkit-transition: all .3sease; 
     transition: all .3sease;
	
}

.portfolio.section-gallery .owl-portfolio .item .item__info {
    padding: 40px;
    background: none;
}

.portfolio.section-gallery .owl-portfolio .item:hover  .item__info  {
    padding: 40px;
    /*background: #000;*/
}



.portfolio.section-gallery .item__info h3 {
    color:#fff;
	font-size:24px;
	margin-bottom:16px;
}
.portfolio.section-gallery .owl-portfolio .item__info p  {
    color:#fff;
	font-size:16px;
	max-height: none;
	margin-bottom:0px;

}


/* start 20.05.2024 */
.request-btn {
	margin-top: 20px!important;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px 18px;
    background: #77b82a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: auto;
}
}
.page-contacts {
    padding: 100px 0 0 0;
}
@media (max-width: 991px) {
   .page-contacts {
    padding: 150px 0 0 0;
}
}

.choose__item p {   
    font-size: 18px; 
}

.intro__wrapper p {
        font-size: 18px;
}


.investments__text {
    font-size: 16px;
   
}



.investments__item h3 {font-size:18px;}
.investments__item p {font-weight:normal; font-size:16px;}

/*-- end -20.05.2024------*/


.intro__wrapper {
    padding: 220px 0 0;
}

.intro h1 {
    max-width: 777px;
    font-size: 48px;
}

.intro p {width:auto; max-width:777px; padding:5px; background-color: rgba(255, 255, 255, 0.3);}

.page-portfolio__links_wrapper {display: flex; flex-direction: row; justify-content: space-evenly; flex-wrap: wrap;}
.page-portfolio__links {margin-bottom:20px;}

@media screen and (max-width: 600px) {
	.intro h1 {
    	max-width: 777px;
    	font-size: 24px;
	}
	.header__logo {
    width: 130px;
    height: 120px;
}
	

	
	
	
}

@media screen and (max-width: 480px) {
	.intro__wrapper {padding: 120px 0 0;}
	.intro h1 { max-width: 100%; font-size: 24px;}
	.intro p {width:auto; max-width:100%;}
}

.contents .state .step {
	margin-bottom: 30px;
}
.contents .state button  {
	margin-top: 30px;
}
.contents .state .text {
	margin-bottom: 30px;
	margin-top: 30px;
} 
.contents .form-send  {
	color: #333;
	
	margin-top: 30px;
} 
.contents  .form-messages {
	color: #333!important;
} 


.contents .feedback-form__success p {
	color: #333!important;
}

.header__menu .menu>li>a {color: #fff;}

.header__menu .menu .dropdown li {margin-bottom:10px;}
.header__menu .menu .dropdown li a {line-height:130%; font-weight:normal;}

.header__menu .menu>li>a span {font-weight:bold;}

.page-portfolio__links a.active {
    background: #000;
}
.form-messages {
	color: #fff;
	padding: 10px;
}
.feedback-form__success p{
	color: #fff;
}

.quiz-btn {
			
			
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			width: -webkit-max-content;
			width: -moz-max-content;
			width: max-content;
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 16px 18px;
			background: #77b82a;
			color: #fff;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 1.2px;
			text-transform: uppercase;
		}
.feedback-form__success {
	width: 100%;
	align-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.form-error {
	color: red;
	padding: 10px;
}

.page-portfolio__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 24px;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.page-portfolio__links a span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page-portfolio__links a.active span {
    color: #fff;
}


.choose, .services, .portfolio, .investments {padding: 100px 0 75px;}
.services__right {margin-top: -100px;}


@media (max-width: 990px) {
	
	.services__right {margin-top: 0px;}
	
	.services__list {
		
	
	flex-direction: row;
    flex-wrap: wrap;	
		
	}	
	
	ul.services__list li {width: 48%;}
	

}

@media (max-width: 480px) {
    
	.services__list {	
	flex-direction: column;
    flex-wrap: wrap;			
	}	
	
	ul.services__list li {width:100%;}
	
	
	.intro a:before {display:none;}
	.intro a {margin-left: 0px;}
	
	    .choose, .services, .portfolio, .investments  {
        padding: 35px 0;
    }
	

	
	.choose__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-left: 0;
        gap: 0px;
    }
	
	.investments__list { gap: 20px;}
	
	
	.choose__item i {
    margin-bottom: 0px;
    color: #77b82a;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
}
	
	
.investments__item span {
    color: #77b82a;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
}	
	
	.choose__item p {
    font-size: 16px;
}
	
	    .choose__title {
        font-size: 24px;
    }
	
	    .services__title {
        font-size: 24px;
    }
	
	    .investments__title {
        margin-bottom: 20px;
        font-size: 24px;
    }
	
	    .portfolio__title {
        font-size: 32px;
    }
	
	
	
}





.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer__links {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__links a {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
	transition: opacity .2s ease;
}

.footer__links a:hover {
	opacity: 1;
}

/* мобильная версия */
@media (max-width: 768px) {
	.footer__wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.footer__links {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 12px 18px;
	}
}
