@charset "UTF-8";
/*
Theme Name: ТРАСТ ПРОЕКТ
Theme URI:  https://trustproekt.ru/
Author:  AVANTUM
Author URI: 
Description:  ТРАСТ ПРОЕКТ
Version: 1.0
    font-family: 'Golos Text', sans-serif;
*/
body{
	font-family: 'Golos Text', sans-serif;
	color: #ffffff;
	overflow-x:hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	position:relative;
	background:#424242;
	margin:0;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:transparent;
}
:root {
    --main-color:#ffffff;
	--second-color:#737678;
	--third-color:#121416;
	--light-color:#f0f0f0;
}
.title{
	font-family: 'Cormorant Garamond', serif;
}
html,body{
	height: 100%;
}
*{
min-width:0;
min-height:0;
}
*,::after,::before{
	box-sizing:border-box 
}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{margin:1rem 0;color:inherit;border:0;opacity:.25}


button, button:active, button:focus, a, a:active, a:focus, a:hover,
div:focus, input:focus{
	outline: none;
	text-decoration:none;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover,
a:focus{
	color:var(--main-color);
	text-decoration:none;
}
p{margin-top:0;margin-bottom:1rem}
button::-moz-focus-inner, a::-moz-focus-inner {
	border: 0;
}
iframe{
	border:0;
	box-shadow:none;
	margin:0;
	padding:0;
	margin-bottom: -10px;
}
input:not([type="radio"]), textarea, select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0;
	background-image: none;
	padding-left:20px;
	padding-right:20px;
}
br{
	font-size:1px;
	line-height:1px;
}
.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
@media (min-width:576px){
	.container{max-width:540px}
}
@media (min-width:768px){
	.container{max-width:720px}
}
@media (min-width:992px){
	.container{max-width:960px}
}
@media (min-width:1300px){
	.container{max-width:1280px}
}
@media (min-width:1400px){
	.container{max-width:1560px}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex:1 0 100%;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}
.clearfix:after{display:block;clear:both;content:''}
.rh-flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.rh-flex-center{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rh-flex-justify-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
}
.rh-flex-justify{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rh-flex-start{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.header{
	background:url('/wp-content/themes/trust/img/bg.jpg') no-repeat center center;
	background-size:cover;
	min-height:1000px;
	height:100vh;
	position:relative;
}


.maincontent{
	
}

.topheader{
	padding-top:28px;
}
.topheader-logo-a{
	display:block;
	width:178px;
	height:116px;
}
.topheader-logo-img{
	display:block;
	width:100%;
	height:100%;
	object-fit:scale-down;
}
.logo-d{
	margin-top:9px;
	font-family: 'Nunito', sans-serif;
	display:block;
	width:178px;
	color: #858686;
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	letter-spacing:1px;
}
.mainmenu,
.top-phones{
	padding-left:50px;
	
}
.top-mail{
	text-align:right;
}
.top-phones,
.top-mail{
	padding-top:20px;
}
.topmail,
.topphone{
	display:inline-block;
	font-size:17px;
	line-height:17px;
	margin-right:18px;
	position:relative;
	line-height:22px;
}
.topphone1{
	padding-left:31px;
	background:url('/wp-content/themes/trust/img/tel.svg') no-repeat 0 center;
	background-size:25px;
}
.topmail{
	padding-left:34px;
	background:url('/wp-content/themes/trust/img/mail.svg') no-repeat 0 center;
	background-size:24px;
	margin:0;
}


input.btn,
button.btn,
.btn{
	display:block;
	max-width:230px;
	width:100%;
	height:60px;
	color:var(--main-color);
	border:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	font-size:15px;
	line-height:15px;
	border-radius:0;
	box-shadow:0;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
	background: rgb(3,130,87);
	background: -moz-linear-gradient(0deg, rgba(3,130,87,1) 0%, rgba(3,172,117,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(3,130,87,1) 0%, rgba(3,172,117,1) 100%);
	background: linear-gradient(0deg, rgba(3,130,87,1) 0%, rgba(3,172,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#038257",endColorstr="#03ac75",GradientType=1); 
}
button.btn.btn-order,
.btn.btn-order{
	margin-left:auto;
}
button.btn-order2,
.btn.btn-order2{
	max-width:490px;
	width:100%;
	height:90px;
	background:#171b1f;
	border:1px solid var(--main-color);
	margin:10px auto;
	font-size:25px;
	line-height:25px;
}
.btn:hover,
.btn:focus{
	background: rgb(3,172,117);
	background: -moz-linear-gradient(0deg, rgba(3,172,117,1) 0%, rgba(3,130,87,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(3,172,117,1) 0%, rgba(3,130,87,1) 100%);
	background: linear-gradient(0deg, rgba(3,172,117,1) 0%, rgba(3,130,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03ac75",endColorstr="#038257",GradientType=1); 
	color:var(--main-color);
}
.btn.btn-more{
	margin:0 0 0 auto;
	width:100%;
	padding:30px 20px;
	max-width:420px;
	text-align:center;
}

.hamburger{
	display:none;
}
.mainmenu{
	padding-top:40px;
}
.mainmenu-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mainmenu-ul li a {
	display: inline-block;
	height: 35px;
	white-space: nowrap;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-right:40px;
	letter-spacing:0.5px;
}
.mainmenu-ul li a:hover{
	border-bottom:1px solid #03a16d;
}


.descriptor{
	position:absolute;
	left:0;
	right:0;
	bottom:120px;
	width:100%;
	text-align:center;
	font-size:40px;
	line-height:50px
}

.section{
	padding:60px 0 60px;
	overflow-x:hidden;
}
.section.services{
	background:#171b1f;
}
.section-title{
	position:relative;
	font-family: 'Alumni Sans', sans-serif;
	font-weight: 600;
	font-size: 200px;
	line-height:200px;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0 20px;
	margin:0;
}

.section.about{
	background:#3c4044 url('/wp-content/themes/trust/img/about.jpg') no-repeat right center;
	background-size:cover;
}

.about-img{
	height:100%;
	padding-bottom:50px;
	position:relative;
	z-index:3;
	overflow-x:hidden;
}
.about-text{
	padding:120px;
	padding-left:0;
	background:#171b1f;
	border-bottom:1px solid #f0f0f0;
	position:relative;
	margin-top:40px;
	margin-bottom:80px;
}
.about-text:before{
	content:'';
	display:block;
	background:var(--main-color);
	width:1px;
	height:77px;
	position:absolute;
	left:-10%;
	top:calc(50% - 40px);
	z-index:2;
}
.about-text:after{
	content:'';
	display:block;
	width:50%;
	right:100%;
	position:absolute;
	border-bottom:1px solid #f0f0f0;
	top:0;
	bottom:-1px;
	background:#171b1f;
	z-index:1;
}
.about-text li,
.about-text p{
	color:var(--light-color);
	font-size:18px;
	line-height:26px;
	margin-bottom:20px;
}

.partners-slider{
	padding:0px 60px;
}
.partners-slide-img{
	margin:15px auto;
	max-width:230px;
	width:100%;
	height:230px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
	border-radius:10px;
	box-shadow:
}
.partners-slide-img:hover{
	box-shadow:0 0  15px rgba(23,27,31,0.1);
}
.partners-slide-img img{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	object-fit:scale-down;
}

.section.sertificates,
.section.partners,
.section.portfolio{
	background:#f0f0f0;

}

.section.sertificates .section-title,
.section.partners .section-title,
.section.portfolio .section-title{
	color:#171b1f;
}
.portfolio-item{
	padding:24px;
	cursor:pointer;
	height:100%;
	margin-bottom:5px;
}
.portfolio-item:hover{
	background:#003030;
}
.portfolio-item-img{
	width:100%;
	height:300px;
}
.portfolio-item-img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.portfolio-item-title{
	padding-top:18px;
	padding-bottom:15px;
	font-family: 'Alumni Sans', sans-serif;
	color:#171b1f;
	font-size:30px;
	line-height:33px;
}
.portfolio-item-descr{
	font-size:13px;
	line-height:19px;
	color:#171b1f;
	min-height:80px;
}
.portfolio-item:hover .portfolio-item-title,
.portfolio-item:hover .portfolio-item-descr{
	color:#f0f0f0;
}

.portfolio-project-title{
	font-size:30px;
	line-height:40px;
	padding:50px 4vw;
	position:relative;
}
.portfolio-project-title:after{
	content:'';
	display:block;
	width:130px;
	height:1px;
	background:#03a16d;
	position:absolute;
	left:4vw;
	bottom:30px;
}
.portfolio-project-descr{
	font-size:13px;
	line-height:19px;
	padding:0px 4vw 70px;
}
.portfolio-project-descr p{
	font-size:13px;
	line-height:19px;
	margin-bottom:20px;
}
.portfolio-project-gallery{
	width:100%;
	height:420px;
}
.project-slide{
	width:100%;
	height:420px;
}
.project-slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.portfolio-project-gallery .slick-arrow,
.partners-slider .slick-arrow,
.sert-block-slider .slick-arrow,
.slick-lightbox .slick-arrow{
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.8);
	z-index:99;
	border-radius:0;
}
.portfolio-project-gallery .slick-arrow:after,
.partners-slider .slick-arrow:after,
.sert-block-slider .slick-arrow:after,
.slick-lightbox .slick-arrow:after{
	content:'';
	display:block;
	width:15px;
	height:15px;
	border-top:4px solid #000000;
	border-right:4px solid #000000;	
	position:absolute;
	top: 19px;
	left: 18px;
	transform: rotate(-45deg);
}
.portfolio-project-gallery .slick-arrow:hover,
.partners-slider .slick-arrow:hover,
.sert-block-slider .slick-arrow:hover,
.slick-lightbox .slick-arrow:hover  {
	background:#fff;
}
.portfolio-project-gallery .slick-prev.slick-arrow{
	left:20px;
}
.portfolio-project-gallery .slick-next.slick-arrow{
	right:20px;
}
.partners-slider .slick-prev.slick-arrow{
	left:0;
}
.partners-slider .slick-next.slick-arrow{
	right:0;
}
.sert-block-slider  .slick-prev.slick-arrow{
	left:-70px;
}
.sert-block-slider .slick-next.slick-arrow{
	right:-70px;
}

.sert-block-slider-counter{
	max-width:477px;
	width:100%;
	margin:0 auto 10px;
	text-align:right;
	color:#171b1f;
	font-size:25px;
	line-height:25px;
}
.sert-block-slider-counter span{
	color:#03a16d;
}



.section.mainform{
	background:#2f3337 url('/wp-content/themes/trust/img/mfbg.jpg') no-repeat center bottom;
	background-size:cover;
	color:#fff;
	
}
.section.mainform .section-title{
	font-size:125px;
	line-height:125px;
}
.section-subtitle{
	text-align:center;
	font-size:25px;
	line-height:40px;
	margin-bottom:35px;
}
.mainform-b{
	max-width:1300px;
	margin:0 auto 30px;
}
.mainform-b .form-input{
	font-size:13px;	
	background:#f0f0f0;
	height:70px;
}
.mainform-b .form-textarea{
	width:100%;
	font-size:13px;	
	padding:25px;
	height:159px;
	background:#f0f0f0;
}
.mainform-b .btn.formsubmit{
	max-width:100%;
	width:100%;
	margin-top:62px;
	margin-bottom:0;
}


.agreement{
	width:100%;
	font-size:13px;
	line-height:19px;
}
input.mcheckbox {
	display: none;
}
.mcheckbox-c {
	position: relative;
	width: 30px;
	height: 30px;
	background:#f0f0f0;
	float:left;
	margin-right:15px;
	margin-top:1px;	
	cursor:pointer;
}
.mcheckbox-c,
.mlabel {
	display: inline-block;
	vertical-align: middle;
}
.mlabel {
	width:calc(100% - 50px);
}
input.mcheckbox:checked + .mcheckbox-c:before {
	content:'';
	display: block;
	position: absolute; 
	width:16px;
	height:12px;
	background:url('/wp-content/themes/trust/img/g.png') no-repeat 0 0;
	top: 8px;
	left: 7px;
}
.mainform-b .agreement,
.mainform-b .agreement a{
	color:#f0f0f0;
}

@keyframes glowing {
  0% { background-color: #ffbdc7;}
  50% { background-color: transparent;}
  100% { background-color: #ffbdc7;}
} 
.glow{
	background:#ffbdc7;
	animation: glowing 500ms infinite; 
}


.advantage{
	width:100%;
	height:466px;
	background:#171b1f url('/wp-content/themes/trust/img/gal.svg') no-repeat 48px 48px;
	background-size:90px;
	padding:190px 0 0 3vw;
	font-size:30px;
	line-height:40px;
	border-bottom:1px solid #03a16d;
}


.service-a{
	display:block;
	max-width:450px;
	width:100%;
	margin-bottom:60px;
	cursor:pointer;
}
.col-lg-6 .service-a{
	max-width:730px;
	width:100%;
}
.service-a-content{
	padding:30px 0;
	display:none;
}
.servdescr .modal-content{
	padding:30px 0;
}
.servdescr .modal-content h2,
.servdescr .modal-content h3{
	font-size:30px;
	line-height:40px;
	margin:0;
	padding:0;
	margin-bottom:35px;
}
.servdescr .modal-content p{
	font-size:17px;
	line-height:27px;
}

.service-a-img{
	display:block;
	width:100%;
	border:1px solid #fff;
	position:relative;
}
.service-a-img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.service-a-caption{
	padding-top:20px;
	font-size:30px;
	line-height:40px;
}
.service-a:hover .service-a-img:after{
	content:'';
	display:block;
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	background:rgba(69,76,77,0.3);
}
.service-a:hover .service-a-caption{
	color:var(--second-color);
}


.sert-block{
	max-width:80%;
	margin:30px auto;
	text-align:center;
}
.sert-block-slider{
	max-width:477px;
	width:100%;
	margin:2px auto;
	height:665px;
	box-shadow:0 0 20px rgba(23,27,31,0.15);
}
.sert-block-img{
	height:665px;
}
.sert-block-slider a{
	display:block;
	width:100%;
	height:100%;
	border-bottom:1px solid #03a16d;
}
.sert-block-img img{
	display:block;
	width:100%;
	height:100%;
	obkect-fit:cover;
}
.sert-block-title{
	padding-top:25px;
	font-family: 'Alumni Sans', sans-serif;
	font-size:45px;
	line-height:48px;
	color:#171b1f;
}

.runningline{
	font-family: 'Alumni Sans', sans-serif;
	text-transform:uppercase;
	padding:10px 0 0px;
	color: rgba(255,255,255,0.1);
	font-size: 400px;
	font-weight: 600;
}
.marquee {
	position: relative;
	width: 100vw;
	max-width: 100%;
}
.track {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 50s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



.bottom-address{
	margin:20px 0 0;
}

.footer{
	background:#171b1f;
	padding:60px 0 40px;
	border-bottom:1px solid #03a16d;
	color:#ffffff;
}
.footer a,
.footer a:hover,
.footer a:focus{
	color:#ffffff;
}

.footer .topphone {
  font-size: 25px;
  line-height:25px;
}
.footer .topmail{
	font-size: 20px;
  line-height:20px;
}
.footer .mainmenu, .footer .top-phones {
  padding-left: 0px;
}
.footer .mainmenu {
  padding-top: 45px;
}
.footer .mainmenu-ul li a {
	color:#747678;
	font-size: 21px;
	font-weight: 400;
}
.footer .top-mail {
  padding-right: 25%;
}

.dev{
	margin-top:25px;
	color:#929394;
	font-size:16px;
	line-height:16px;
	text-align:center;
}
.dev a{
	color:#929394;
	text-decoration:underline;
}
.dev-logo{
	display:block;
	width:182px;
	height:52px;
	margin:35px auto 0px;
}
.dev-logo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:scale-down;
	margin:auto;
}

.subfooter{
	padding-top:60px;
}
.copy{
	font-size:16px;
}



img.img-fluid{
	display:block;
	max-width:100%;
	height:auto;
}



.copyright{
	margin-top:30px;
	font-size:12px;
	line-height:13px;
}

.slick-arrow{
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
}
.slick-prev.slick-arrow{
	transform: rotate(-90deg);
}
.slick-next.slick-arrow{
	transform: rotate(90deg);
}

.scrollup{
	position:fixed;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
	opacity:0.5;
	z-index:9999999;
	cursor:pointer;
	display:none;
}
.totop-ico{
	display:block;
	width:40px;
	height:40px;
	object-fit:scale-down;
}
.scrollup:hover{
	opacity:1;
}




/* feedback */
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.75);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
	background:rgba(255,255,255,0.87);
    display: inline-block;
	display:none;
	max-width: 750px;
	width:100%;   
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
	position:relative;
	padding: 80px 5vw 80px;
	color:var(--third-color);
}
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
.closeme {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 69px;
	height: 61px;
	opacity: 1;
	z-index:9999;
	background:transparent;
}
.closeme:hover {
	opacity: 0.9;
	cursor:pointer;
}
.closeme:before, .closeme:after {
	position: absolute;
	top: 15px;
	right:35px;
	content: ' ';
	height: 28px;
	width: 1px;
	background-color: #000;
}
.closeme:before {
	transform: rotate(45deg);
}
.closeme:after {
	transform: rotate(-45deg);
}

.projectdescr .closeme{
	background:rgba(225,225,225,0.8);
}

.formcall label{
	width:100%;
}
.form-row{
	max-width:400px;
	margin:10px auto;
}
.modal-form-title{
	font-size:40px;
	line-height:40px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}
.modal-form-subtitle{
	text-align:center;
}

input.form-input,
textarea.form-textarea,
input.date-input{
	width:100%;
	height:60px;
	padding:20px;
	font-size:18px;
	color:#000;
	border:1px solid var(--main-color);
	margin-bottom:20px;
}
textarea.form-textarea{
	height:100px;
}

.dm-modal.projectdescr{
	padding:0;
	max-width:1010px;
}

.dm-modal.response{
	max-width:600px;
	padding:60px 3vw;
}
input.btn.formsubmit,
.btn.formsubmit{
	max-width:210px;
	margin:20px auto;
}

.agree{
	text-align:center;
	font-size:13px;
	line-height:14px;
	margin:10px 0;
	color:var(--third-color);
}
.agree a{
	color:var(--third-color);
}


.widget-icon {
  display: none;
}

@media (max-width: 1699.9px) {

}
@media (max-width: 1499.9px) {
	
}
@media (max-width: 1299.9px) {
	.topheader-logo-a{
		width:140px;
		height:91px;
	}
	.logo-d {
		margin-top:5px;
		width: 140px;
		font-size: 12px;
		line-height:12px;
	}
	.mainmenu {
		padding-top: 20px;
	}
	.mainmenu, .top-phones {
	  padding-left: 5px;
	}
	.mainmenu-ul li a {
		font-size:17px;
		margin-right:25px;
	}
	input.btn, button.btn, .btn {
		height:55px;
		
	}
	.header {
		min-height:500px;
	}
	.descriptor {
	  font-size: 24px;
	  line-height: 41px;
	  bottom:30px;
	}
	.runningline {
		font-size:260px;
	}
	.advantage {
		padding-top:150px;
		padding-left:44px;
		padding-right:10px;
		font-size: 20px;
		line-height: 31px;
		height: 370px;
	}
	.section {
	  padding: 30px 0 30px;
	}
	.section-title {
		font-size: 150px;
		line-height: 150px;
	}
	.service-a-caption {
	  padding-top: 10px;
	  font-size: 26px;
	  line-height: 30px;
	}
	.dm-modal.projectdescr {
	  max-width: 900px;
	}
	
	.section.mainform .section-title {
		font-size: 80px;
		line-height:80px;
	}
	.section-subtitle {
		font-size: 21px;
		line-height:23px;
	}
	
	.sert-block-slider,
	.sert-block-img {
	  height: 500px;
	}
	.sert-block-slider .slick-prev.slick-arrow {
	  left: -50px;
	}
	.sert-block-slider .slick-next.slick-arrow {
	  right: -50px;
	}
	.sert-block-title {
		font-size:32px;
		line-height:35px;
	}
	
}
@media (max-width: 991.9px) {
	.hamburger{
		display:block;
		width:48px;
		height:48px;
		background:#fff;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		position:fixed;
		top:10px;
		right:10px;
		border:0;
		-webkit-box-shadow: 0px 0px 9px 0px rgba(3, 145, 98, 0.24);
		-moz-box-shadow: 0px 0px 9px 0px rgba(3, 145, 98, 0.24);
		box-shadow: 0px 0px 9px 0px rgba(3, 145, 98, 0.24);
		z-index:99999999;
		cursor:pointer;
	}
	.hamburger span{
		display:block;
		position:absolute;
		width:26px;
		height:3px;
		background:#039162;
		top:16px;
		right:9px;
		border-radius:2px; 
	}
	.hamburger span:nth-child(2){
		width:30px;
		top:23px;
	}
	.hamburger span:nth-child(3){
		width:21px;
		top:30px;
	}
	.hamburger.open span:nth-child(2){
		display:none;
	}
	.hamburger.open span:nth-child(1),
	.hamburger.open span:nth-child(3){
		width:30px;
		height:4px;
		right:8px;
		top:23px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger.open span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mainmenu{
		display:none;
	}
	.mainmenu.is-open{
		display:block;
		position:fixed;
		top:0;
		left:0;right:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.98);
		z-index:9999999;
		border-radius:0;
	}
	.mainmenu-ul{
		display:block;
		margin:0;
		padding:50px 30px 10px;
	}
	.mainmenu-ul li{
		display:block;
		width:100%;
	}
	.mainmenu-ul li a{
		color:var(--third-color);
		height:46px;
		line-height:50px;
		text-transform:uppercase;
	}
	
	.advantage {
		padding-top: 55px;
		padding-left: 158px;
		height:200px;
	}
	.advantage br.sm-h{
		display:none;
	}
	.section-title {
		font-size: 110px;
		line-height: 110px;
	 }
	 
	.portfolio-project-gallery,
	.project-slide{
		height:320px;
	}
	.dm-modal.projectdescr {
	  max-width: 700px;
	}
	
	.about-img {
		padding-bottom: 10px;
	}
	.about-text {
		padding: 20px;
	}
	.about-text:before {
		display:none;
	}
	
	.dev-logo {
	  margin: 0px auto 0px;
	}
	
	.footer .mainmenu.is-open{
		display:none;
	}
}
@media (max-width: 767.9px) {
	.topheader-logo-a{
		margin:0 auto 30px;
	}
	.top-phones,
	.top-mail,
	.btn{
		margin:0 auto;
	}
	.topheader .btn{
		margin-top:30px;
	}
	.descriptor {
		font-size: 19px;
		line-height: 19px;
	}
	.runningline {
		font-size: 75px;
	}
	.portfolio-project-title {
	  font-size: 21px;
	  line-height: 30px;
	  padding-top:30px;
	}
	.portfolio-item-img {
	  height: 220px;
	}
	.dm-modal.projectdescr {
	  max-width: 550px;
	}
	
	.footer .top-mail {
		padding-right: 0;
		text-align:center;
	}
	.copy{
		text-align:center;
	}
	
	.bottom-address{
		margin:20px auto 0;
		text-align:center;
	}
	.top-conts{
		flex-wrap: wrap;
		
	}
	  
	.widget-icon{
		display:block;
		width:50px;
		height:50px;
		background:#039162 url('/wp-content/themes/trust/img/dialog.svg') no-repeat center center;
		background-size:30px auto;		
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position:fixed;
		left:3px;
		bottom:3px;
		cursor:pointer;
		z-index:99999;
		-webkit-box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
		-moz-box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
		box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
	}
	.widget-icon-menu{
		width:50px;
		position:absolute;
		bottom:50px;
		transform: translateY(300%);
		z-index:9999;
		-webkit-transition:  all 0.3s;-moz-transition:  all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	}
	.widget-icon-menu.opened{
		transform: translateY(0);
	}
	.widget-icon-ico{
		display:block;
		width:50px;
		height:50px;
		margin-bottom:5px;	
		background: #fff;
		-webkit-box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
		-moz-box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
		box-shadow: 0px 0px 9px 0px rgba(3,145,98,0.2);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transform: rotate(3600deg);
		transform: rotate(3600deg);
		-webkit-transition:  all 0.3s;-moz-transition:  all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;		
	}
	.widget-icon-menu.opened .widget-icon-ico{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.widget-icon-ico a{
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
		-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
		-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; 
		width:50px;
		height:50px;
	}
	.widget-icon-ico a svg{
		display:block;
		width:30px;
		height:30px;
	}
	
}
@media (max-width: 575.9px) {
	.top-phones{
		text-align:center;
	}
	.advantage {
		padding-top: 22px;
		padding-left: 77px;
		height: 200px;
		background-size:48px;
		background-position:18px 18px;
		font-size: 16px;
		line-height: 24px;
		height:auto;
		min-height:90px;
		padding-bottom:20px;
	}
	.section {
	  padding: 20px 0;
	}
	.section-title {
		font-size: 72px;
		line-height: 72px;
	}
	.service-a-img {
		height:140px;
	}
	.service-a {
		margin-bottom: 30px;
	}
	.service-a-caption {
		font-size: 21px;
		line-height:25px;
	}
	.modal-form-title {
		font-size: 23px;
		line-height: 23px;
	}
	.portfolio-project-gallery,
	.project-slide{
		height:220px;
	}
	.dm-modal.projectdescr {
	  max-width: 350px;
	}
	.sert-block-slider,
	.sert-block-img {
	  height: 300px;
	}

}
@media (max-width: 355.9px) {
	.section.mainform .section-title ,
	 .section-title {
		font-size: 60px;
		line-height: 60px;
	  }
	
}






.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.333333%}.col-2{flex:0 0 auto;width:16.666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.333333%}.col-5{flex:0 0 auto;width:41.666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.333333%}.col-8{flex:0 0 auto;width:66.666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.333333%}.col-11{flex:0 0 auto;width:91.666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:575.9px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.333333%}.col-sm-2{flex:0 0 auto;width:16.666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.333333%}.col-sm-5{flex:0 0 auto;width:41.666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.333333%}.col-sm-8{flex:0 0 auto;width:66.666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.333333%}.col-sm-11{flex:0 0 auto;width:91.666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:767.9px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.333333%}.col-md-2{flex:0 0 auto;width:16.666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.333333%}.col-md-5{flex:0 0 auto;width:41.666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.333333%}.col-md-8{flex:0 0 auto;width:66.666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.333333%}.col-md-11{flex:0 0 auto;width:91.666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:991.9px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.333333%}.col-lg-2{flex:0 0 auto;width:16.666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.333333%}.col-lg-5{flex:0 0 auto;width:41.666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.333333%}.col-lg-8{flex:0 0 auto;width:66.666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.333333%}.col-lg-11{flex:0 0 auto;width:91.666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1299.9px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.333333%}.col-xl-2{flex:0 0 auto;width:16.666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.333333%}.col-xl-5{flex:0 0 auto;width:41.666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.333333%}.col-xl-8{flex:0 0 auto;width:66.666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.333333%}.col-xl-11{flex:0 0 auto;width:91.666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}@media (min-width:1399.9px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.333333%}.col-xxl-2{flex:0 0 auto;width:16.666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.333333%}.col-xxl-5{flex:0 0 auto;width:41.666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.333333%}.col-xxl-8{flex:0 0 auto;width:66.666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.333333%}.col-xxl-11{flex:0 0 auto;width:91.666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}}

.pickmeup{z-index:999999999999;background:#f7f7f7;border:1px solid #f55651;border-radius:.4em;-moz-box-sizing:content-box;box-sizing:content-box;display:inline-block;position:absolute;touch-action:manipulation}.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box}.pickmeup.pmu-flat{position:relative}.pickmeup.pmu-hidden{display:none}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#000;cursor:pointer;outline:none;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#fff}.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#34014d}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#999999;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#34014d;color:#FFF}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{color:#000;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#34014d}.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#34014d;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none}